Event Tickets - Version 4.7.3

Version Description

Download this release

Release Info

Developer ModernTribe
Plugin Icon 128x128 Event Tickets
Version 4.7.3
Comparing to
See all releases

Code changes from version 4.7.2 to 4.7.3

Files changed (114) hide show
  1. common/lang/tribe-common-af.mo +0 -0
  2. common/lang/tribe-common-af.po +98 -99
  3. common/lang/tribe-common-ar.po +98 -99
  4. common/lang/tribe-common-bg_BG.mo +0 -0
  5. common/lang/tribe-common-bg_BG.po +98 -99
  6. common/lang/tribe-common-ca.mo +0 -0
  7. common/lang/tribe-common-ca.po +98 -99
  8. common/lang/tribe-common-cs_CZ.mo +0 -0
  9. common/lang/tribe-common-cs_CZ.po +100 -101
  10. common/lang/tribe-common-da_DK.mo +0 -0
  11. common/lang/tribe-common-da_DK.po +98 -99
  12. common/lang/tribe-common-de_DE.mo +0 -0
  13. common/lang/tribe-common-de_DE.po +101 -102
  14. common/lang/tribe-common-el.mo +0 -0
  15. common/lang/tribe-common-el.po +98 -99
  16. common/lang/tribe-common-en_GB.mo +0 -0
  17. common/lang/tribe-common-en_GB.po +98 -99
  18. common/lang/tribe-common-es_ES.mo +0 -0
  19. common/lang/tribe-common-es_ES.po +98 -99
  20. common/lang/tribe-common-et.mo +0 -0
  21. common/lang/tribe-common-et.po +98 -99
  22. common/lang/tribe-common-fi.mo +0 -0
  23. common/lang/tribe-common-fi.po +98 -99
  24. common/lang/tribe-common-fr_CA.mo +0 -0
  25. common/lang/tribe-common-fr_CA.po +98 -99
  26. common/lang/tribe-common-fr_FR.mo +0 -0
  27. common/lang/tribe-common-fr_FR.po +98 -99
  28. common/lang/tribe-common-hu_HU.mo +0 -0
  29. common/lang/tribe-common-hu_HU.po +218 -219
  30. common/lang/tribe-common-id_ID.mo +0 -0
  31. common/lang/tribe-common-id_ID.po +98 -99
  32. common/lang/tribe-common-is_IS.mo +0 -0
  33. common/lang/tribe-common-is_IS.po +98 -99
  34. common/lang/tribe-common-it_IT.mo +0 -0
  35. common/lang/tribe-common-it_IT.po +98 -99
  36. common/lang/tribe-common-lt_LT.mo +0 -0
  37. common/lang/tribe-common-lt_LT.po +98 -99
  38. common/lang/tribe-common-lv.mo +0 -0
  39. common/lang/tribe-common-lv.po +98 -99
  40. common/lang/tribe-common-nb_NO.mo +0 -0
  41. common/lang/tribe-common-nb_NO.po +98 -99
  42. common/lang/tribe-common-nl_NL.mo +0 -0
  43. common/lang/tribe-common-nl_NL.po +101 -102
  44. common/lang/tribe-common-pl_PL.po +98 -99
  45. common/lang/tribe-common-pt_BR.mo +0 -0
  46. common/lang/tribe-common-pt_BR.po +98 -99
  47. common/lang/tribe-common-pt_PT.mo +0 -0
  48. common/lang/tribe-common-pt_PT.po +101 -102
  49. common/lang/tribe-common-ro_RO.mo +0 -0
  50. common/lang/tribe-common-ro_RO.po +98 -99
  51. common/lang/tribe-common-ru_RU.mo +0 -0
  52. common/lang/tribe-common-ru_RU.po +98 -99
  53. common/lang/tribe-common-sk_SK.mo +0 -0
  54. common/lang/tribe-common-sk_SK.po +98 -99
  55. common/lang/tribe-common-sl_SI.mo +0 -0
  56. common/lang/tribe-common-sl_SI.po +98 -99
  57. common/lang/tribe-common-sr_RS.mo +0 -0
  58. common/lang/tribe-common-sr_RS.po +98 -99
  59. common/lang/tribe-common-sv_SE.mo +0 -0
  60. common/lang/tribe-common-sv_SE.po +98 -99
  61. common/lang/tribe-common-tr_TR.mo +0 -0
  62. common/lang/tribe-common-tr_TR.po +98 -99
  63. common/lang/tribe-common-zh_CN.mo +0 -0
  64. common/lang/tribe-common-zh_CN.po +98 -99
  65. common/lang/tribe-common-zh_TW.mo +0 -0
  66. common/lang/tribe-common-zh_TW.po +98 -99
  67. common/lang/tribe-common.pot +1369 -1155
  68. common/readme.txt +20 -0
  69. common/src/Tribe/Abstract_Deactivation.php +1 -1
  70. common/src/Tribe/Context.php +1 -1
  71. common/src/Tribe/Date_Utils.php +1 -0
  72. common/src/Tribe/Db.php +38 -0
  73. common/src/Tribe/JSON_LD/Abstract.php +4 -4
  74. common/src/Tribe/Languages/Locations.php +2 -2
  75. common/src/Tribe/Main.php +6 -14
  76. common/src/Tribe/Meta/Chunker.php +2 -4
  77. common/src/Tribe/PUE/Checker.php +3 -3
  78. common/src/Tribe/Process/Handler.php +15 -14
  79. common/src/Tribe/Process/Post_Thumbnail_Setter.php +5 -5
  80. common/src/Tribe/Process/Queue.php +452 -0
  81. common/src/Tribe/Service_Providers/Processes.php +80 -11
  82. common/src/Tribe/Timezones.php +136 -121
  83. common/src/admin-views/tribe-options-help.php +4 -4
  84. common/src/functions/template-tags/date.php +1 -1
  85. common/src/functions/template-tags/general.php +21 -0
  86. common/src/resources/css/datatables.css +5 -5
  87. common/src/resources/css/datatables.min.css +1 -1
  88. common/src/resources/postcss/datatables.pcss +5 -5
  89. common/tribe-common.php +1 -1
  90. common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.css +0 -19
  91. common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.min.css +0 -1
  92. common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js +0 -672
  93. common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js +0 -17
  94. common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.css +0 -178
  95. common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.min.css +0 -1
  96. common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.js +0 -1232
  97. common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.min.js +0 -26
  98. common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.css +0 -20
  99. common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.min.css +0 -1
  100. common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.js +0 -1349
  101. common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.min.js +0 -27
  102. common/vendor/datatables/extensions/Select/css/select.dataTables.css +0 -100
  103. common/vendor/datatables/extensions/Select/css/select.dataTables.min.css +0 -1
  104. common/vendor/datatables/extensions/Select/js/dataTables.select.js +0 -1109
  105. common/vendor/datatables/extensions/Select/js/dataTables.select.min.js +0 -26
  106. common/vendor/datatables/media/css/jquery.dataTables.css +0 -452
  107. common/vendor/datatables/media/css/jquery.dataTables.min.css +0 -1
  108. common/vendor/datatables/media/css/jquery.dataTables_themeroller.css +0 -416
  109. common/vendor/datatables/media/images/sort_asc.png +0 -0
  110. common/vendor/datatables/media/images/sort_asc_disabled.png +0 -0
  111. common/vendor/datatables/media/images/sort_both.png +0 -0
  112. common/vendor/datatables/media/images/sort_desc.png +0 -0
  113. common/vendor/datatables/media/images/sort_desc_disabled.png +0 -0
  114. common/vendor/datatables/media/js/jquery.dataTables.js +0 -1220
common/lang/tribe-common-af.mo CHANGED
Binary file
common/lang/tribe-common-af.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr ""
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr ""
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Toevoegings"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Benodig:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr ""
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Ontfout Funksie Toevoeging"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Ontfoutmodus"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Wys 'n voorbeeld van die skakel"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Dink jy \"Sjoe, hierdie toevoeging is ongelooflik! Ek moet Modern Tribe vir al hul harde werk bedank. \" Die grootste belonging wat ons kan vra is vir erkenning. Voeg 'n klein tekst skakel aan die onderkant van jou kalender wat wys na ons Kalender projek."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Wys 'n voorbeeld van die skakel"
904
 
@@ -938,203 +937,203 @@ msgstr "Kyk"
938
  msgid "Community Events"
939
  msgstr ""
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germany"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgrad
2235
  msgid "License Key"
2236
  msgstr "Lisensiesleutel"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Verstellings"
2247
  msgid "Network"
2248
  msgstr "Netwerk"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Afgehandel"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Vandag"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Vorige"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Volgende"
2265
 
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr ""
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr ""
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr ""
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Benodig:"
858
 
881
  msgid "n/a"
882
  msgstr ""
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Ontfout Funksie Toevoeging"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Ontfoutmodus"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Wys 'n voorbeeld van die skakel"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Wys 'n voorbeeld van die skakel"
903
 
937
  msgid "Community Events"
938
  msgstr ""
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germany"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Lisensiesleutel"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Netwerk"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Afgehandel"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Vandag"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Vorige"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Volgende"
2264
 
common/lang/tribe-common-ar.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: ar\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -324,7 +336,7 @@ msgid "Event Log"
324
  msgstr ""
325
 
326
  #: src/admin-views/tribe-options-help.php:42
327
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
328
  msgstr ""
329
 
330
  #: src/admin-views/app-shop.php:26
@@ -437,63 +449,63 @@ msgstr ""
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:298
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:297
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:292
449
  msgid "Previous"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:290
453
  msgid "All"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:284
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:283
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:282
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:281
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:280
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:279
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:277
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:276
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
- #: src/Tribe/Main.php:257
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
- #: src/Tribe/Main.php:256
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
@@ -505,10 +517,6 @@ msgstr ""
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
508
- #: src/Tribe/Plugins_API.php:71
509
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
510
- msgstr ""
511
-
512
  #: src/Tribe/Plugins_API.php:105
513
  msgctxt "Names of required plugins for Community Tickets"
514
  msgid "Event Tickets Plus and Community Events"
@@ -649,11 +657,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:33
652
- msgid "Search our support forum"
653
- msgstr ""
654
-
655
- #: src/admin-views/tribe-options-help.php:33
656
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
657
  msgstr ""
658
 
659
  #: src/admin-views/tribe-options-help.php:32
@@ -697,7 +701,7 @@ msgid "Getting Support"
697
  msgstr ""
698
 
699
  #: src/admin-views/tribe-options-help.php:11
700
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
701
  msgstr ""
702
 
703
  #: src/admin-views/tribe-options-general.php:15
@@ -816,19 +820,19 @@ msgstr ""
816
  msgid "unknown date"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:85
820
  msgid "Return to WordPress Updates"
821
  msgstr ""
822
 
823
- #: src/Tribe/Admin/Activation_Page.php:85
824
  msgid "Go to WordPress Updates page"
825
  msgstr ""
826
 
827
- #: src/Tribe/Admin/Activation_Page.php:77
828
  msgid "Return to Plugins page"
829
  msgstr ""
830
 
831
- #: src/Tribe/Admin/Activation_Page.php:77
832
  msgid "Go to plugins page"
833
  msgstr ""
834
 
@@ -860,7 +864,7 @@ msgstr "إضافات مدفوعة"
860
  msgid "WordPress "
861
  msgstr "ووردبريس"
862
 
863
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
864
  msgid "Requires:"
865
  msgstr ""
866
 
@@ -889,28 +893,23 @@ msgctxt "not available"
889
  msgid "n/a"
890
  msgstr ""
891
 
892
- #: src/admin-views/tribe-options-general.php:64
893
  msgid "Debug Bar Plugin"
894
  msgstr ""
895
 
896
- #: src/admin-views/tribe-options-general.php:64
897
  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."
898
  msgstr ""
899
 
900
- #: src/admin-views/tribe-options-general.php:58
901
  msgid "Debug mode"
902
  msgstr ""
903
 
904
- #: src/admin-views/tribe-options-general.php:40
905
- msgid "Show The Events Calendar link"
906
- msgstr ""
907
-
908
  #: src/admin-views/tribe-options-general.php:35
909
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
910
  msgstr ""
911
 
912
  #: src/admin-views/tribe-options-general.php:30
913
- #: src/admin-views/tribe-options-general.php:35
914
  msgid "See an example of the link"
915
  msgstr ""
916
 
@@ -950,203 +949,203 @@ msgstr ""
950
  msgid "Community Events"
951
  msgstr "فعاليات المجتمع"
952
 
953
- #: src/Tribe/Languages/Locations.php:367
954
  msgid "Wyoming"
955
  msgstr ""
956
 
957
- #: src/Tribe/Languages/Locations.php:366
958
  msgid "Wisconsin"
959
  msgstr "ويسكونسن"
960
 
961
- #: src/Tribe/Languages/Locations.php:365
962
  msgid "West Virginia"
963
  msgstr "فرجينيا الغربية"
964
 
965
- #: src/Tribe/Languages/Locations.php:364
966
  msgid "Washington"
967
  msgstr "واشنطن"
968
 
969
- #: src/Tribe/Languages/Locations.php:363
970
  msgid "Virginia"
971
  msgstr "فرجينيا"
972
 
973
- #: src/Tribe/Languages/Locations.php:362
974
  msgid "Vermont"
975
  msgstr "فيرمونت"
976
 
977
- #: src/Tribe/Languages/Locations.php:361
978
  msgid "Utah"
979
  msgstr "يوتا"
980
 
981
- #: src/Tribe/Languages/Locations.php:360
982
  msgid "Texas"
983
  msgstr "تكساس"
984
 
985
- #: src/Tribe/Languages/Locations.php:359
986
  msgid "Tennessee"
987
  msgstr "تينيسي"
988
 
989
- #: src/Tribe/Languages/Locations.php:358
990
  msgid "South Dakota"
991
  msgstr "داكوتا الجنوبية"
992
 
993
- #: src/Tribe/Languages/Locations.php:357
994
  msgid "South Carolina"
995
  msgstr "كارولينا الجنوبية"
996
 
997
- #: src/Tribe/Languages/Locations.php:356
998
  msgid "Rhode Island"
999
  msgstr "رود ايلاند"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:355
1002
  msgid "Pennsylvania"
1003
  msgstr "بنسلفانيا"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:354
1006
  msgid "Oregon"
1007
  msgstr "أوريجون"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:353
1010
  msgid "Oklahoma"
1011
  msgstr "أوكلاهوما"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:352
1014
  msgid "Ohio"
1015
  msgstr "اوهايو"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:351
1018
  msgid "North Dakota"
1019
  msgstr "داكوتا الشمالية"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:350
1022
  msgid "North Carolina"
1023
  msgstr "كارولاينا الشمالية"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:349
1026
  msgid "New York"
1027
  msgstr "نيويورك"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:348
1030
  msgid "New Mexico"
1031
  msgstr "نيو ميكسيكو"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:347
1034
  msgid "New Jersey"
1035
  msgstr "نيو جيرسي"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:346
1038
  msgid "New Hampshire"
1039
  msgstr "نيو هامبشاير"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:345
1042
  msgid "Nevada"
1043
  msgstr "نيفادا"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:344
1046
  msgid "Nebraska"
1047
  msgstr "نبراسكا"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:343
1050
  msgid "Montana"
1051
  msgstr "مونتانا"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:342
1054
  msgid "Missouri"
1055
  msgstr "ميسوري"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:341
1058
  msgid "Mississippi"
1059
  msgstr "ميسيسيبي"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:340
1062
  msgid "Minnesota"
1063
  msgstr "مينيسوتا"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:339
1066
  msgid "Michigan"
1067
  msgstr "ميشيغان"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:338
1070
  msgid "Massachusetts"
1071
  msgstr "ماساتشوستس"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:337
1074
  msgid "Maryland"
1075
  msgstr "ميريلاند"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:336
1078
  msgid "Maine"
1079
  msgstr "ولاية مين"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:335
1082
  msgid "Louisiana"
1083
  msgstr "ولاية لويزيانا"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:334
1086
  msgid "Kentucky"
1087
  msgstr ""
1088
 
1089
- #: src/Tribe/Languages/Locations.php:333
1090
  msgid "Kansas"
1091
  msgstr ""
1092
 
1093
- #: src/Tribe/Languages/Locations.php:332
1094
  msgid "Iowa"
1095
  msgstr ""
1096
 
1097
- #: src/Tribe/Languages/Locations.php:331
1098
  msgid "Indiana"
1099
  msgstr ""
1100
 
1101
- #: src/Tribe/Languages/Locations.php:330
1102
  msgid "Illinois"
1103
  msgstr ""
1104
 
1105
- #: src/Tribe/Languages/Locations.php:329
1106
  msgid "Idaho"
1107
  msgstr ""
1108
 
1109
- #: src/Tribe/Languages/Locations.php:328
1110
  msgid "Hawaii"
1111
  msgstr ""
1112
 
1113
- #: src/Tribe/Languages/Locations.php:326
1114
  msgid "Florida"
1115
  msgstr ""
1116
 
1117
- #: src/Tribe/Languages/Locations.php:325
1118
  msgid "District of Columbia"
1119
  msgstr ""
1120
 
1121
- #: src/Tribe/Languages/Locations.php:324
1122
  msgid "Delaware"
1123
  msgstr ""
1124
 
1125
- #: src/Tribe/Languages/Locations.php:323
1126
  msgid "Connecticut"
1127
  msgstr ""
1128
 
1129
- #: src/Tribe/Languages/Locations.php:322
1130
  msgid "Colorado"
1131
  msgstr ""
1132
 
1133
- #: src/Tribe/Languages/Locations.php:321
1134
  msgid "California"
1135
  msgstr ""
1136
 
1137
- #: src/Tribe/Languages/Locations.php:320
1138
  msgid "Arkansas"
1139
  msgstr ""
1140
 
1141
- #: src/Tribe/Languages/Locations.php:319
1142
  msgid "Arizona"
1143
  msgstr ""
1144
 
1145
- #: src/Tribe/Languages/Locations.php:318
1146
  msgid "Alaska"
1147
  msgstr ""
1148
 
1149
- #: src/Tribe/Languages/Locations.php:317
1150
  msgid "Alabama"
1151
  msgstr ""
1152
 
@@ -1770,7 +1769,7 @@ msgstr "غانا"
1770
  msgid "Germany"
1771
  msgstr "ألمانيا"
1772
 
1773
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1774
  msgid "Georgia"
1775
  msgstr "جورجيا"
1776
 
@@ -2251,7 +2250,7 @@ msgstr ""
2251
  msgid "License Key"
2252
  msgstr ""
2253
 
2254
- #: src/Tribe/Main.php:285
2255
  msgid "Search:"
2256
  msgstr "بحث"
2257
 
@@ -2263,19 +2262,19 @@ msgstr ""
2263
  msgid "Network"
2264
  msgstr ""
2265
 
2266
- #: src/Tribe/Main.php:310
2267
  msgid "Done"
2268
  msgstr ""
2269
 
2270
- #: src/Tribe/Main.php:309
2271
  msgid "Today"
2272
  msgstr ""
2273
 
2274
- #: src/Tribe/Main.php:308
2275
  msgid "Prev"
2276
  msgstr ""
2277
 
2278
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2279
  msgid "Next"
2280
  msgstr ""
2281
 
11
  "Language: ar\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
336
  msgstr ""
337
 
338
  #: src/admin-views/tribe-options-help.php:42
339
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
340
  msgstr ""
341
 
342
  #: src/admin-views/app-shop.php:26
449
  msgid "Renew Your License Now"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:267
453
  msgid ": Selected 1 row"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:266
457
  msgid ": Selected %d rows"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:261
461
  msgid "Previous"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:259
465
  msgid "All"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:253
469
  msgid "No matching records found"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:252
473
  msgid "(filtered from _MAX_ total entries)"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:251
477
  msgid "Showing 0 to 0 of 0 entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:250
481
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:249
485
  msgid "No data available in table"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:248
489
  msgid "Show _MENU_ entries"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:246
493
  msgid ": activate to sort column descending"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:245
497
  msgid ": activate to sort column ascending"
498
  msgstr ""
499
 
500
+ #: src/Tribe/Main.php:226
501
  msgid "Press \"Cmd + C\" to copy"
502
  msgstr ""
503
 
504
+ #: src/Tribe/Main.php:225
505
  msgid "System info copied"
506
  msgstr ""
507
 
508
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
509
  msgid "Copy to clipboard"
510
  msgstr ""
511
 
517
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
518
  msgstr ""
519
 
 
 
 
 
520
  #: src/Tribe/Plugins_API.php:105
521
  msgctxt "Names of required plugins for Community Tickets"
522
  msgid "Event Tickets Plus and Community Events"
657
  msgstr ""
658
 
659
  #: src/admin-views/tribe-options-help.php:33
660
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
661
  msgstr ""
662
 
663
  #: src/admin-views/tribe-options-help.php:32
701
  msgstr ""
702
 
703
  #: src/admin-views/tribe-options-help.php:11
704
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
705
  msgstr ""
706
 
707
  #: src/admin-views/tribe-options-general.php:15
820
  msgid "unknown date"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:92
824
  msgid "Return to WordPress Updates"
825
  msgstr ""
826
 
827
+ #: src/Tribe/Admin/Activation_Page.php:92
828
  msgid "Go to WordPress Updates page"
829
  msgstr ""
830
 
831
+ #: src/Tribe/Admin/Activation_Page.php:84
832
  msgid "Return to Plugins page"
833
  msgstr ""
834
 
835
+ #: src/Tribe/Admin/Activation_Page.php:84
836
  msgid "Go to plugins page"
837
  msgstr ""
838
 
864
  msgid "WordPress "
865
  msgstr "ووردبريس"
866
 
867
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
868
  msgid "Requires:"
869
  msgstr ""
870
 
893
  msgid "n/a"
894
  msgstr ""
895
 
896
+ #: src/admin-views/tribe-options-general.php:59
897
  msgid "Debug Bar Plugin"
898
  msgstr ""
899
 
900
+ #: src/admin-views/tribe-options-general.php:59
901
  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."
902
  msgstr ""
903
 
904
+ #: src/admin-views/tribe-options-general.php:53
905
  msgid "Debug mode"
906
  msgstr ""
907
 
 
 
 
 
908
  #: src/admin-views/tribe-options-general.php:35
909
+ msgid "Show The Events Calendar link"
910
  msgstr ""
911
 
912
  #: src/admin-views/tribe-options-general.php:30
 
913
  msgid "See an example of the link"
914
  msgstr ""
915
 
949
  msgid "Community Events"
950
  msgstr "فعاليات المجتمع"
951
 
952
+ #: src/Tribe/Languages/Locations.php:374
953
  msgid "Wyoming"
954
  msgstr ""
955
 
956
+ #: src/Tribe/Languages/Locations.php:373
957
  msgid "Wisconsin"
958
  msgstr "ويسكونسن"
959
 
960
+ #: src/Tribe/Languages/Locations.php:372
961
  msgid "West Virginia"
962
  msgstr "فرجينيا الغربية"
963
 
964
+ #: src/Tribe/Languages/Locations.php:371
965
  msgid "Washington"
966
  msgstr "واشنطن"
967
 
968
+ #: src/Tribe/Languages/Locations.php:370
969
  msgid "Virginia"
970
  msgstr "فرجينيا"
971
 
972
+ #: src/Tribe/Languages/Locations.php:369
973
  msgid "Vermont"
974
  msgstr "فيرمونت"
975
 
976
+ #: src/Tribe/Languages/Locations.php:368
977
  msgid "Utah"
978
  msgstr "يوتا"
979
 
980
+ #: src/Tribe/Languages/Locations.php:367
981
  msgid "Texas"
982
  msgstr "تكساس"
983
 
984
+ #: src/Tribe/Languages/Locations.php:366
985
  msgid "Tennessee"
986
  msgstr "تينيسي"
987
 
988
+ #: src/Tribe/Languages/Locations.php:365
989
  msgid "South Dakota"
990
  msgstr "داكوتا الجنوبية"
991
 
992
+ #: src/Tribe/Languages/Locations.php:364
993
  msgid "South Carolina"
994
  msgstr "كارولينا الجنوبية"
995
 
996
+ #: src/Tribe/Languages/Locations.php:363
997
  msgid "Rhode Island"
998
  msgstr "رود ايلاند"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:362
1001
  msgid "Pennsylvania"
1002
  msgstr "بنسلفانيا"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:361
1005
  msgid "Oregon"
1006
  msgstr "أوريجون"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:360
1009
  msgid "Oklahoma"
1010
  msgstr "أوكلاهوما"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:359
1013
  msgid "Ohio"
1014
  msgstr "اوهايو"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:358
1017
  msgid "North Dakota"
1018
  msgstr "داكوتا الشمالية"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:357
1021
  msgid "North Carolina"
1022
  msgstr "كارولاينا الشمالية"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:356
1025
  msgid "New York"
1026
  msgstr "نيويورك"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:355
1029
  msgid "New Mexico"
1030
  msgstr "نيو ميكسيكو"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:354
1033
  msgid "New Jersey"
1034
  msgstr "نيو جيرسي"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:353
1037
  msgid "New Hampshire"
1038
  msgstr "نيو هامبشاير"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:352
1041
  msgid "Nevada"
1042
  msgstr "نيفادا"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:351
1045
  msgid "Nebraska"
1046
  msgstr "نبراسكا"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:350
1049
  msgid "Montana"
1050
  msgstr "مونتانا"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:349
1053
  msgid "Missouri"
1054
  msgstr "ميسوري"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:348
1057
  msgid "Mississippi"
1058
  msgstr "ميسيسيبي"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:347
1061
  msgid "Minnesota"
1062
  msgstr "مينيسوتا"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:346
1065
  msgid "Michigan"
1066
  msgstr "ميشيغان"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:345
1069
  msgid "Massachusetts"
1070
  msgstr "ماساتشوستس"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:344
1073
  msgid "Maryland"
1074
  msgstr "ميريلاند"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:343
1077
  msgid "Maine"
1078
  msgstr "ولاية مين"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:342
1081
  msgid "Louisiana"
1082
  msgstr "ولاية لويزيانا"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:341
1085
  msgid "Kentucky"
1086
  msgstr ""
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:340
1089
  msgid "Kansas"
1090
  msgstr ""
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:339
1093
  msgid "Iowa"
1094
  msgstr ""
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:338
1097
  msgid "Indiana"
1098
  msgstr ""
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:337
1101
  msgid "Illinois"
1102
  msgstr ""
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:336
1105
  msgid "Idaho"
1106
  msgstr ""
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:335
1109
  msgid "Hawaii"
1110
  msgstr ""
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:333
1113
  msgid "Florida"
1114
  msgstr ""
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:332
1117
  msgid "District of Columbia"
1118
  msgstr ""
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:331
1121
  msgid "Delaware"
1122
  msgstr ""
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:330
1125
  msgid "Connecticut"
1126
  msgstr ""
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:329
1129
  msgid "Colorado"
1130
  msgstr ""
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:328
1133
  msgid "California"
1134
  msgstr ""
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:327
1137
  msgid "Arkansas"
1138
  msgstr ""
1139
 
1140
+ #: src/Tribe/Languages/Locations.php:326
1141
  msgid "Arizona"
1142
  msgstr ""
1143
 
1144
+ #: src/Tribe/Languages/Locations.php:325
1145
  msgid "Alaska"
1146
  msgstr ""
1147
 
1148
+ #: src/Tribe/Languages/Locations.php:324
1149
  msgid "Alabama"
1150
  msgstr ""
1151
 
1769
  msgid "Germany"
1770
  msgstr "ألمانيا"
1771
 
1772
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1773
  msgid "Georgia"
1774
  msgstr "جورجيا"
1775
 
2250
  msgid "License Key"
2251
  msgstr ""
2252
 
2253
+ #: src/Tribe/Main.php:254
2254
  msgid "Search:"
2255
  msgstr "بحث"
2256
 
2262
  msgid "Network"
2263
  msgstr ""
2264
 
2265
+ #: src/Tribe/Main.php:279
2266
  msgid "Done"
2267
  msgstr ""
2268
 
2269
+ #: src/Tribe/Main.php:278
2270
  msgid "Today"
2271
  msgstr ""
2272
 
2273
+ #: src/Tribe/Main.php:277
2274
  msgid "Prev"
2275
  msgstr ""
2276
 
2277
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2278
  msgid "Next"
2279
  msgstr ""
2280
 
common/lang/tribe-common-bg_BG.mo CHANGED
Binary file
common/lang/tribe-common-bg_BG.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: bg\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "Правилата за пренаписване бяха изчисте
804
  msgid "unknown date"
805
  msgstr "неизвестна дата"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Върни се на страницата с ъпдейти на Wordpress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Отиди на страницата с ъпдейти на Wordpress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Върни се на страницата с плъгини"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Отиди на страницата с плъгини"
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Add-Ons"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Изисква:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar Plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  msgstr "Включете тази опция, за да записвате log с информация за възникналите грешки. По подразбиране, лога ще се записва в PHP error log-а на сървъра ви. Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug mode"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Показване на линка на Календара"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да поставите малък текстов линк под календара, който води към страницата на проекта."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Преглед на примерен линк"
904
 
@@ -938,203 +937,203 @@ msgstr "Преглед"
938
  msgid "Community Events"
939
  msgstr "Community Events"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Уайоминг"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Уисконсин"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "Западна Вирджиния"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Вашингтон"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Вирджиния"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Върмонт"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Юта"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Тексас"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Тенеси"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Южна Дакота"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Южна Каролина"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Род Айлънд"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Пенсилвания"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Орегон"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Оклахома"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Охайо"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Северна Дакота"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Северна Каролина"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "Ню Йорк"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Ню Мексико"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "Ню Джърси"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "Ню Хампшър"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Невада"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Небраска"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Монтана"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Мисури"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Мисисипи"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Минесота"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Мичиган"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Масачузетс"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Мериленд"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Мейн"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Луизиана"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Кентъки"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Канзас"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Индиана"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Индиана"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Илинойс"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Айдахо"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Хаваи"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Флорида"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "Вашингтон, О.К."
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Делауеър"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Кънектикът"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Колорадо"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Калифорния"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Арканзас"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Аризона"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Аляска"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Алабама"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Гана"
1758
  msgid "Germany"
1759
  msgstr "Германия"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Грузия"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Валиден сериен номер е необходим за под
2235
  msgid "License Key"
2236
  msgstr "Сериен номер"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Настройки"
2247
  msgid "Network"
2248
  msgstr "Мрежа"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Готово"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Днес"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Назад"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Напред"
2265
 
11
  "Language: bg\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "неизвестна дата"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Върни се на страницата с ъпдейти на Wordpress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Отиди на страницата с ъпдейти на Wordpress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Върни се на страницата с плъгини"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Отиди на страницата с плъгини"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Изисква:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar Plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  msgstr "Включете тази опция, за да записвате log с информация за възникналите грешки. По подразбиране, лога ще се записва в PHP error log-а на сървъра ви. Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug mode"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Показване на линка на Календара"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Преглед на примерен линк"
903
 
937
  msgid "Community Events"
938
  msgstr "Community Events"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Уайоминг"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Уисконсин"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "Западна Вирджиния"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Вашингтон"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Вирджиния"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Върмонт"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Юта"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Тексас"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Тенеси"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Южна Дакота"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Южна Каролина"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Род Айлънд"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Пенсилвания"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Орегон"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Оклахома"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Охайо"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Северна Дакота"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Северна Каролина"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "Ню Йорк"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Ню Мексико"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "Ню Джърси"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "Ню Хампшър"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Невада"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Небраска"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Монтана"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Мисури"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Мисисипи"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Минесота"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Мичиган"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Масачузетс"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Мериленд"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Мейн"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Луизиана"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Кентъки"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Канзас"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Индиана"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Индиана"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Илинойс"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Айдахо"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Хаваи"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Флорида"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "Вашингтон, О.К."
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Делауеър"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Кънектикът"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Колорадо"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Калифорния"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Арканзас"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Аризона"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Аляска"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Алабама"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Германия"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Грузия"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Сериен номер"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Мрежа"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Готово"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Днес"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Назад"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Напред"
2264
 
common/lang/tribe-common-ca.mo CHANGED
Binary file
common/lang/tribe-common-ca.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: ca\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "Las regles de reescriptura s'han buidat al carregar aquesta pàgina d'aj
804
  msgid "unknown date"
805
  msgstr "data desconeguda"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Tornar a les actualitzacions de WordPress "
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Anar a la pàgina d'actualitzacions de WordPress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Tornar a la pàgina de plugins"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Anar a la pàgina de plugins"
822
 
@@ -848,7 +852,7 @@ msgstr "Complements premium"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requereix:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "no disponible"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Plugin Debug Bar"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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ó."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Mode de depuració"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Mostrar l'enllaç a The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Estàs pensant \"Vaja, aquest plugin és fantàstic! Hauria donar les gràcies a la gent de Modern Tribe per la seva feina\"? El millor agraïment que podem demanar és el reconeixement. Permet-nos afegir a la part inferior del teu calendari un petit enllaç de text al projecte The Events Calendar. "
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Mira un exemple de l'enlllaç"
904
 
@@ -938,203 +937,203 @@ msgstr "Veure"
938
  msgid "Community Events"
939
  msgstr "Community Events"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "Virgínia Occidental"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virgínia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Dakota del Sud"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Carolina del Sud"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsilvània"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Dakota del Nord"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Carolina del Nord"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "Nova York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Nou Mèxic"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "Nova Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "Nou Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississipí"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachussets"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "Districte de Colúmbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Califòrnia"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Alemanya"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Geòrgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i
2235
  msgid "License Key"
2236
  msgstr "Clau de llicència"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Configuració"
2247
  msgid "Network"
2248
  msgstr "Xarxa"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Fet"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Avui"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Anterior"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Següent"
2265
 
11
  "Language: ca\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "data desconeguda"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Tornar a les actualitzacions de WordPress "
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Anar a la pàgina d'actualitzacions de WordPress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Tornar a la pàgina de plugins"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Anar a la pàgina de plugins"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requereix:"
858
 
881
  msgid "n/a"
882
  msgstr "no disponible"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Plugin Debug Bar"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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ó."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Mode de depuració"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Mostrar l'enllaç a The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Mira un exemple de l'enlllaç"
903
 
937
  msgid "Community Events"
938
  msgstr "Community Events"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "Virgínia Occidental"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virgínia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Dakota del Sud"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Carolina del Sud"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsilvània"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Dakota del Nord"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Carolina del Nord"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "Nova York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Nou Mèxic"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "Nova Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "Nou Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississipí"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachussets"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "Districte de Colúmbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Califòrnia"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Alemanya"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Geòrgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Clau de llicència"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Xarxa"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Fet"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Avui"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Anterior"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Següent"
2264
 
common/lang/tribe-common-cs_CZ.mo CHANGED
Binary file
common/lang/tribe-common-cs_CZ.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr "Protokol událostí"
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr "(otevře se v novém okně)"
428
  msgid "Renew Your License Now"
429
  msgstr "Obnovte si svou licenci"
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ": Vybrán 1 řádek"
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ": Vybráno %d řádků"
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr "Předchozí"
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr "Vše"
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr "Nebyly nalezeny žádné odpovídající záznamy"
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr "(filtrováno z _MAX_ celkového počtu položek)"
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr "Zobrazeno 0 - 0 z 0 záznamů"
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr "Zobrazeno _START_ - _END_ z celkem _TOTAL_ záznamů"
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr "V tabulce nejsou dostupná žádná data"
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr "Zobrazit záznamy _MENU_"
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr "aktivujte pro sestupné řazení sloupců"
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr "aktivujte pro vzestupné řazení sloupců"
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr "Pro kopírování stiskněte „Cmd + C“"
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr "Informace o systému byly zkopírovány"
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr "Kopírovat do schránky"
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,12 +648,8 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr "Prohledejte naše fórum podpory"
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
- msgstr "%s. Existuje velmi málo problémů, na které jsme ještě nenarazili a je pravděpodobné, že jiný uživatel se na vaši otázku již zeptal a dostal odpověď od pracovníků naší podpory. Přestože je psaní na fóra umožněno pouze platícím zákazníkům, kdokoli může fórum prohledávat a prohlížet."
649
 
650
  #: src/admin-views/tribe-options-help.php:32
651
  msgid "Test for a theme or plugin conflict"
@@ -688,8 +692,8 @@ msgid "Getting Support"
688
  msgstr "Získání podpory"
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
- msgstr "Děkujeme, že používáte %s! Všichni v Modern Tribe si upřímně ceníme vaší podpory a budeme rádi, když budete používat naše pluginy."
693
 
694
  #: src/admin-views/tribe-options-general.php:15
695
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
@@ -807,19 +811,19 @@ msgstr "Během načítání této stránky nápovědy došlo k vyprázdnění pr
807
  msgid "unknown date"
808
  msgstr "neznámé datum"
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr "Zpět na přehled aktualizací"
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr "Zobrazit stránku s přehledem aktualizací WordPressu"
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr "Zpět na přehled pluginů"
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr "Zobrazit stránku s přehledem pluginů"
825
 
@@ -851,7 +855,7 @@ msgstr "Premium doplňky"
851
  msgid "WordPress "
852
  msgstr "WordPress"
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Vyžaduje:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr "není k dispozici"
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Debug Bar Plugin"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  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."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Debug režim"
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Zobrazit odkaz na stránky pluginu The Events Calendar"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Říkáte si: \"Wow, to je ale úžasný plugin! Měl bych poděkovat Modern Tribe za jejich těžkou práci.\" Největším poděkováním, které bychom si mohli přát je uznání. Stačí přidat malý textový odkaz v dolní části vašeho kalendáře odkazující na projekt The Events Calendar."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Prohlédněte si příklad odkazu"
907
 
@@ -941,203 +940,203 @@ msgstr "Zobrazit"
941
  msgid "Community Events"
942
  msgstr "Komunitní akce"
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Wyoming"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Wisconsin"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "Západní Virginie"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Washington"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virginie"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermont"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Utah"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Texas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tennessee"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "Jižní Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "Jižní Karolína"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rhode Island"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pensylvánie"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregon"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohio"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "Severní Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "Severní Karolína"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "New York"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "Nové Mexiko"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "New Jersey"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "New Hampshire"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Missouri"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Mississippi"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minnesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Michigan"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Massachusetts"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Maryland"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Maine"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Louisiana"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Kentucky"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Kansas"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Iowa"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Indiana"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Illinois"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Idaho"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Havaj"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Florida"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "District of Columbia"
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Delaware"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Connecticut"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Colorado"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "Kalifornie"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Arkansas"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Arizona"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Aljaška"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Alabama"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Ghana"
1761
  msgid "Germany"
1762
  msgstr "Německo"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Gruzie"
1767
 
@@ -2239,7 +2238,7 @@ msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
2239
  msgid "License Key"
2240
  msgstr "Licenční klíč"
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr "Hledat:"
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Nastavení"
2251
  msgid "Network"
2252
  msgstr "Síť webů"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Hotovo"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Dnes"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Předchozí"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Další"
2269
 
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr "Protokol událostí"
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr "Obnovte si svou licenci"
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ": Vybrán 1 řádek"
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ": Vybráno %d řádků"
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr "Předchozí"
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr "Vše"
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr "Nebyly nalezeny žádné odpovídající záznamy"
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr "(filtrováno z _MAX_ celkového počtu položek)"
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr "Zobrazeno 0 - 0 z 0 záznamů"
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr "Zobrazeno _START_ - _END_ z celkem _TOTAL_ záznamů"
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr "V tabulce nejsou dostupná žádná data"
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr "Zobrazit záznamy _MENU_"
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr "aktivujte pro sestupné řazení sloupců"
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr "aktivujte pro vzestupné řazení sloupců"
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr "Pro kopírování stiskněte „Cmd + C“"
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr "Informace o systému byly zkopírovány"
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr "Kopírovat do schránky"
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
652
+ msgstr ""
 
 
 
 
653
 
654
  #: src/admin-views/tribe-options-help.php:32
655
  msgid "Test for a theme or plugin conflict"
692
  msgstr "Získání podpory"
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
+ msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
699
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
811
  msgid "unknown date"
812
  msgstr "neznámé datum"
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr "Zpět na přehled aktualizací"
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr "Zobrazit stránku s přehledem aktualizací WordPressu"
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr "Zpět na přehled pluginů"
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr "Zobrazit stránku s přehledem pluginů"
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress"
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Vyžaduje:"
861
 
884
  msgid "n/a"
885
  msgstr "není k dispozici"
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Debug Bar Plugin"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  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."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Debug režim"
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Zobrazit odkaz na stránky pluginu The Events Calendar"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Prohlédněte si příklad odkazu"
906
 
940
  msgid "Community Events"
941
  msgstr "Komunitní akce"
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Wyoming"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Wisconsin"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "Západní Virginie"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Washington"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virginie"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Utah"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Texas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tennessee"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "Jižní Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "Jižní Karolína"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rhode Island"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pensylvánie"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohio"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "Severní Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "Severní Karolína"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "New York"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "Nové Mexiko"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "New Jersey"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "New Hampshire"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Missouri"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Mississippi"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minnesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Michigan"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Massachusetts"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Maryland"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Maine"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Louisiana"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Kentucky"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Kansas"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Iowa"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Indiana"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Illinois"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Idaho"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Havaj"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "District of Columbia"
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Delaware"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Connecticut"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Colorado"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "Kalifornie"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Arkansas"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Aljaška"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Německo"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Gruzie"
1766
 
2238
  msgid "License Key"
2239
  msgstr "Licenční klíč"
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr "Hledat:"
2244
 
2250
  msgid "Network"
2251
  msgstr "Síť webů"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Hotovo"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Dnes"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Předchozí"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Další"
2268
 
common/lang/tribe-common-da_DK.mo CHANGED
Binary file
common/lang/tribe-common-da_DK.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "Rewrite rules blev slettet da denne side blev indlæst. Det er sandsynli
804
  msgid "unknown date"
805
  msgstr "Ukendt dato"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Vend tilbage til WordPress Opdateringer"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Gå til WordPress opdaterings siden"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Vend tilbage til plugin siden"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Gå til plugin siden"
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Add-Ons"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Kræver:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar Plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug mode"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Tilføj link til The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Det bedste vi ved er at få anerkendelse. Hvis du tænker \"Wow, jeg er imponeret! Jeg burde takke Modern Tribe for deres arbejde.\", så tilføj et lille link til The Events Calendar i bunden af din kalender."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Se eksempel på link"
904
 
@@ -938,203 +937,203 @@ msgstr "Gå til"
938
  msgid "Community Events"
939
  msgstr "Community begivenheder"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germany"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
2235
  msgid "License Key"
2236
  msgstr "Licensnøgle"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Indstillinger"
2247
  msgid "Network"
2248
  msgstr "Nerværk"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Færdig"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "I dag"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Forrige"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Næste"
2265
 
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "Ukendt dato"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Vend tilbage til WordPress Opdateringer"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Gå til WordPress opdaterings siden"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Vend tilbage til plugin siden"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Gå til plugin siden"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Kræver:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar Plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug mode"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Tilføj link til The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Se eksempel på link"
903
 
937
  msgid "Community Events"
938
  msgstr "Community begivenheder"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germany"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Licensnøgle"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Nerværk"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Færdig"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "I dag"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Forrige"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Næste"
2264
 
common/lang/tribe-common-de_DE.mo CHANGED
Binary file
common/lang/tribe-common-de_DE.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: 2018-03-12 20:14:33+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: de\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr "%s darf nicht leer sein"
@@ -63,15 +75,15 @@ msgstr "Die folgenden drei Felder akzeptieren die Datumsformat Optionen, der PHP
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr "Eine Liste der Links zum Begriff, Archiv und übergeordnete REST URL"
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr "Selektierung aufheben"
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr "Alle Seiten selektieren"
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr "Alle Objekte auf dieser Seite wurden selektiert"
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr "Veranstaltungsprotokoll"
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr "Die Details Ihres Kalender Plugins und die Einstellungen werden oft von unseren Kollegen benötigt, um ein Problem zu lösen. Bitte bestätigen Sie, um Ihre System Infos automatisch mit unserem Support Team zu teilen. Dies hilft uns, Sie schneller zu unterstützen, wenn Sie in unserem Forum etwas schreiben."
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr "(in neuem Fenster öffnen)"
425
  msgid "Renew Your License Now"
426
  msgstr "Lizenz jetzt erneuern"
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ": Ausgewählte 1 Zeile"
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ": Ausgewählte %d Zeilen"
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr "Vorherige"
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr "Alle"
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr "Keine Zeilen gefunden"
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr "Zeige 0 bis 0 von 0 Einträgen"
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr "Zeige von _START_ bis _END_ von ingesamt _TOTAL_ Einträgen"
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr "Keine Daten verfügbar in der Tabelle"
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr "_MENU_ Einträge anzeigen"
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ": aktivieren, um Spalte absteigend zu sortieren"
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ": aktivieren, um Spalte aufsteigend zu sortieren"
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr "Drücke \"CTRL + C\" um zu kopieren"
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr "System Info kopiert"
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr "In Zwischenablage kopieren"
487
 
@@ -493,10 +505,6 @@ msgstr "Es ist ein unbekannter Fehler aufgetreten"
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr "Das %1$sEventbrite Ticket Add-On%2$s ermöglicht das Erstellen und Verkaufen von Karten mit The Events Calendar. Egal ob Sie eine Karte im Wordpress Dashboard erstellen oder die Details einer bereits bestehenden Veranstaltung von %1$sEventbrite.com%2$s importieren, die Eventbrite Schnittstelle hilft dabei. "
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr "Event Ticket Plus ermöglicht Karten für Ihre Veranstaltungen mit WooCommerce, Shopp, WP eCommerce oder Easy Digital Downloads zu verkaufen. Nutzen Sie Ihre Artikel oder Seiten oder verkaufen Sie mit %1$sThe Events Calendar%2$s Karten. "
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -634,14 +642,10 @@ msgstr "Lesen Sie mehr über unsere Supportbedingungen"
634
 
635
  #: src/admin-views/tribe-options-help.php:30
636
  msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums "
637
- msgstr "Bitte beachten Sie, dass jeglicher Support über die Foren erfolgt. Sie können uns mailen oder tweeten, aber mit hoher Wahrscheinlichkeit werden wir sie auf die Foren verweisen."
638
-
639
- #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr "Unser Support Forum durchsuchen"
642
 
643
  #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr "%s. Es gibt sehr wenige Probleme, die wir nicht gesehen haben. Es ist wahrscheinlich, dass ein anderer Benutzer schon danach gefragt hat und eine Antwort von unserem Support-Mitarbeiter dazu bekommen hat. Während jeder das Forum durchsuchen kann, können nur zahlende Kunden darin auch Fragen stellen."
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,8 +689,8 @@ msgid "Getting Support"
685
  msgstr "Unterstützung erhalten"
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
- msgstr "Herzlichen Dank, dass Sie %s nutzen! Wir bei Modern Tribe schätzen Ihre Unterstützung sehr und finden es toll, dass Sie unsere Plugins nutzen."
690
 
691
  #: src/admin-views/tribe-options-general.php:15
692
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
@@ -804,19 +808,19 @@ msgstr "Die Überschreiben Regeln wurden beim Laden dieser Hilfe Seite bereinigt
804
  msgid "unknown date"
805
  msgstr "Unbekanntes Datum"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Zurück zu WordPress Updates"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Gehe zur WordPress Updates Seite"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Zurück zur Pluginseite"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Gehe zur Pluginseite"
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Add-Ons"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Benötigt:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/v"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar Plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug Modus"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Den Link zum Veranstaltungskalender anzeigen"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des Veranstaltungskalenders."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Dies ist ein Beispiellink"
904
 
@@ -938,203 +937,203 @@ msgstr "Ansehen"
938
  msgid "Community Events"
939
  msgstr "Veranstaltungen bearbeiten"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Kalifornien"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Deutschland"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgien"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich
2235
  msgid "License Key"
2236
  msgstr "Lizenzschlüssel"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr "Suche:"
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Einstellungen"
2247
  msgid "Network"
2248
  msgstr "Netzwerk"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Erledigt"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Heute"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Vorherige"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Nächste"
2265
 
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2018-05-23 20:27:11+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: de\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr "Jede %d Minuten"
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr "Durchsuche unser Help Desk"
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr "Mit Event Tickets Plus können Sie Tickets für Ihre Veranstaltungen mit WooCommerce, Easy Digital Downloads oder unserem integrierten Tool Tribe Commerce verkaufen. Fügen Sie Tickets zu Ihren Beiträgen und Seiten hinzu oder fügen Sie %1$sThe Events Calendar%2$s hinzu und verkaufen Sie Tickets aus Ihren Veranstaltungslisten. Erstellen Sie benutzerdefinierte Registrierungsformulare, verwalten Sie Teilnehmer, verwenden Sie benutzerdefinierte Kapazitätsoptionen und vieles mehr. Tickets haben QR-Codes für einen einfachen Check-in vor der Tür."
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr "%s darf nicht leer sein"
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr "Eine Liste der Links zum Begriff, Archiv und übergeordnete REST URL"
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr "Selektierung aufheben"
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr "Alle Seiten selektieren"
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr "Alle Objekte auf dieser Seite wurden selektiert"
89
 
332
  msgstr "Veranstaltungsprotokoll"
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr "Die Details Ihres Kalender Plugins und die Einstellungen werden oft von unseren Kollegen benötigt, um ein Problem zu lösen. Bitte bestätigen Sie, um Ihre System Infos automatisch mit unserem Support Team zu teilen. Dies hilft uns, Sie schneller zu unterstützen, wenn Sie in unserem Forum etwas schreiben."
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr "Lizenz jetzt erneuern"
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ": Ausgewählte 1 Zeile"
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ": Ausgewählte %d Zeilen"
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr "Vorherige"
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr "Alle"
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr "Keine Zeilen gefunden"
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr "Zeige 0 bis 0 von 0 Einträgen"
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr "Zeige von _START_ bis _END_ von ingesamt _TOTAL_ Einträgen"
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr "Keine Daten verfügbar in der Tabelle"
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr "_MENU_ Einträge anzeigen"
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ": aktivieren, um Spalte absteigend zu sortieren"
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ": aktivieren, um Spalte aufsteigend zu sortieren"
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr "Drücke \"CTRL + C\" um zu kopieren"
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr "System Info kopiert"
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr "In Zwischenablage kopieren"
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr "Das %1$sEventbrite Ticket Add-On%2$s ermöglicht das Erstellen und Verkaufen von Karten mit The Events Calendar. Egal ob Sie eine Karte im Wordpress Dashboard erstellen oder die Details einer bereits bestehenden Veranstaltung von %1$sEventbrite.com%2$s importieren, die Eventbrite Schnittstelle hilft dabei. "
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
642
 
643
  #: src/admin-views/tribe-options-help.php:30
644
  msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums "
645
+ msgstr ""
 
 
 
 
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
649
  msgstr "%s. Es gibt sehr wenige Probleme, die wir nicht gesehen haben. Es ist wahrscheinlich, dass ein anderer Benutzer schon danach gefragt hat und eine Antwort von unserem Support-Mitarbeiter dazu bekommen hat. Während jeder das Forum durchsuchen kann, können nur zahlende Kunden darin auch Fragen stellen."
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr "Unterstützung erhalten"
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
+ msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
696
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
808
  msgid "unknown date"
809
  msgstr "Unbekanntes Datum"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Zurück zu WordPress Updates"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Gehe zur WordPress Updates Seite"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Zurück zur Pluginseite"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Gehe zur Pluginseite"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Benötigt:"
858
 
881
  msgid "n/a"
882
  msgstr "n/v"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar Plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug Modus"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Den Link zum Veranstaltungskalender anzeigen"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Dies ist ein Beispiellink"
903
 
937
  msgid "Community Events"
938
  msgstr "Veranstaltungen bearbeiten"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Kalifornien"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Deutschland"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgien"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Lizenzschlüssel"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr "Suche:"
2240
 
2246
  msgid "Network"
2247
  msgstr "Netzwerk"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Erledigt"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Heute"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Vorherige"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Nächste"
2264
 
common/lang/tribe-common-el.mo CHANGED
Binary file
common/lang/tribe-common-el.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: el_GR\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr "Άγνωστη Ημερομηνία"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Επιστροφή στις αναβαθμίσεις του WordPress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Μετάβαση στην σελίδα αναβαθμίσεων του WordPress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Επιστροφή στην σελίδα των Πρόσθετων"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Μετάβαση στην σελίδα των Πρόσθετων"
822
 
@@ -848,7 +852,7 @@ msgstr "Πρόσθετα Ανώτερης Ποιότητας"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Απαιτείται:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "μ/δ (μη διαθέσιμο)"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Πρόσθετο Μπάρας Αποσφαλμάτωσης"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  msgstr "Ενεργοποιήστε αυτήν την επιλογή για να καταγράφονται πληροφορίες αποσφαλμάτωσης. Ως προεπιλογή η καταγραφή θα γίνεται στο error log της PHP του σέρβερ σας. Αν θέλετε να δείτε τα μηνύματα καταγραφής στον browser σας, τότε σας συνιστούμε να εγκαταστήσετε το %s και να αναζητήσετε την καρτέλα \"Tribe\" στην έξοδο αποσφαλμάτωσης."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Λειτουργία αποσφαλμάτωσης"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Εμφάνιση του συνέσμου προς The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Σκέφτεστε \"Πω πω, αυτό το πρόσθετο είναι καταπληκτικό! Θα πρέπει να πω ευχαριστώ στη Modern Tribe για όλη τη σκληρή δουλειά τους. \" Οι μεγαλύτερες ευχαριστίες που θα μπορούσαμε να ζητήσουμε είναι η αναγνώριση. Προσθέστε ένα μικρό κείμενο με σύνδεσμο στο κάτω μέρος του ημερολογίου σας που να οδηγεί στο πρότζεκτ The Events Calendar."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Δείτε ένα παράδειγμα του συνδέσμου"
904
 
@@ -938,203 +937,203 @@ msgstr "Προβολή"
938
  msgid "Community Events"
939
  msgstr "Εκδηλώσεις Κοινότητας"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Ουαϊόμινγκ"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Ουισκόνσιν"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "Δυτική Βιρτζίνια"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Ουάσιγκτον"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Βιρτζίνια"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Βερμόντ"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Γιούτα"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Τέξας"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Τενεσί"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Νότια Ντακότα"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Νότια Καρολίνα"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Ρόουντ Άιλαντ"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Πενσυλβάνια"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Όρεγκον"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Οκλαχόμα"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Οχάιο"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Βόρεια Ντακότα"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Βόρεια Καρολίνα"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "Νέα Υόρκη"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Νέο Μεξικό"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "Νιου Τζέρσεϊ"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "Νιου Χάμσαϊρ"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Νεβάδα"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Νεμπράσκα"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Μοντάνα"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Μιζούρι"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Μισισίπι"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Μινεσότα"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Μίτσιγκαν"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Μασαχουσέτη"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Μέριλαντ"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Μέιν"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Λουιζιάνα"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Κεντάκι"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Κάνσας"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Αϊόβα"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Ιντιάνα"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Ιλλινόις"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Αϊντάχο"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Χαβάη"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Φλόριντα"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "Περιφέρεια της Κολούμπια"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Ντέλαγουερ"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Κονέκτικατ"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Κολοράντο"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Καλιφόρνια"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Αρκάνσας"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Αριζόνα"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Αλάσκα"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Αλαμπάμα"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Γκάνα"
1758
  msgid "Germany"
1759
  msgstr "Γερμανία"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Γεωργία"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται γι
2235
  msgid "License Key"
2236
  msgstr "Κλειδί Άδειας"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Ρυθμίσεις"
2247
  msgid "Network"
2248
  msgstr "Δίκτυο"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Τέλος"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Σήμερα"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Προηγούμενο"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Επόμενο"
2265
 
11
  "Language: el_GR\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "Άγνωστη Ημερομηνία"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Επιστροφή στις αναβαθμίσεις του WordPress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Μετάβαση στην σελίδα αναβαθμίσεων του WordPress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Επιστροφή στην σελίδα των Πρόσθετων"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Μετάβαση στην σελίδα των Πρόσθετων"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Απαιτείται:"
858
 
881
  msgid "n/a"
882
  msgstr "μ/δ (μη διαθέσιμο)"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Πρόσθετο Μπάρας Αποσφαλμάτωσης"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  msgstr "Ενεργοποιήστε αυτήν την επιλογή για να καταγράφονται πληροφορίες αποσφαλμάτωσης. Ως προεπιλογή η καταγραφή θα γίνεται στο error log της PHP του σέρβερ σας. Αν θέλετε να δείτε τα μηνύματα καταγραφής στον browser σας, τότε σας συνιστούμε να εγκαταστήσετε το %s και να αναζητήσετε την καρτέλα \"Tribe\" στην έξοδο αποσφαλμάτωσης."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Λειτουργία αποσφαλμάτωσης"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Εμφάνιση του συνέσμου προς The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Δείτε ένα παράδειγμα του συνδέσμου"
903
 
937
  msgid "Community Events"
938
  msgstr "Εκδηλώσεις Κοινότητας"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Ουαϊόμινγκ"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Ουισκόνσιν"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "Δυτική Βιρτζίνια"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Ουάσιγκτον"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Βιρτζίνια"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Βερμόντ"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Γιούτα"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Τέξας"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Τενεσί"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Νότια Ντακότα"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Νότια Καρολίνα"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Ρόουντ Άιλαντ"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Πενσυλβάνια"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Όρεγκον"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Οκλαχόμα"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Οχάιο"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Βόρεια Ντακότα"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Βόρεια Καρολίνα"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "Νέα Υόρκη"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Νέο Μεξικό"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "Νιου Τζέρσεϊ"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "Νιου Χάμσαϊρ"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Νεβάδα"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Νεμπράσκα"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Μοντάνα"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Μιζούρι"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Μισισίπι"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Μινεσότα"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Μίτσιγκαν"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Μασαχουσέτη"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Μέριλαντ"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Μέιν"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Λουιζιάνα"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Κεντάκι"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Κάνσας"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Αϊόβα"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Ιντιάνα"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Ιλλινόις"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Αϊντάχο"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Χαβάη"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Φλόριντα"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "Περιφέρεια της Κολούμπια"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Ντέλαγουερ"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Κονέκτικατ"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Κολοράντο"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Καλιφόρνια"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Αρκάνσας"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Αριζόνα"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Αλάσκα"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Αλαμπάμα"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Γερμανία"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Γεωργία"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Κλειδί Άδειας"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Δίκτυο"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Τέλος"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Σήμερα"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Προηγούμενο"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Επόμενο"
2264
 
common/lang/tribe-common-en_GB.mo CHANGED
Binary file
common/lang/tribe-common-en_GB.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr ""
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr ""
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Add-Ons"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requires:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar Plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug mode"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Show The Events Calendar link"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "See an example of the link"
904
 
@@ -938,203 +937,203 @@ msgstr "View"
938
  msgid "Community Events"
939
  msgstr ""
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germany"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "A valid licence key is required for support and updates"
2235
  msgid "License Key"
2236
  msgstr "Licence Key"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Settings"
2247
  msgid "Network"
2248
  msgstr "Network"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Done"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Today"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Prev"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Next"
2265
 
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr ""
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr ""
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr ""
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requires:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar Plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug mode"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Show The Events Calendar link"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "See an example of the link"
903
 
937
  msgid "Community Events"
938
  msgstr ""
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germany"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Licence Key"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Network"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Done"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Today"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Prev"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Next"
2264
 
common/lang/tribe-common-es_ES.mo CHANGED
Binary file
common/lang/tribe-common-es_ES.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: es\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "Las reglas de reescritura se han vaciado al cargar esta página de ayuda
804
  msgid "unknown date"
805
  msgstr "fecha desconocida"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Volver a las actualizaciones de WordPress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Ir a la página de actualizaciones de WordPress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Volver a la página de plugins"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Ir a la página de plugins"
822
 
@@ -848,7 +852,7 @@ msgstr "Complementos (Add-Ons) Premium "
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requiere:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "no disponible"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Plugin Debug Bar"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Modo Depuración (Debug)"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Mostrar el enlace a The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "¿Está usted pensando? \"Vaya, ¡este si que es un excelente plugin! Debería dar las gracias a los de Modern Tribe por su excelente trabajo\". El mayor agradecimiento que podemos pedir es el reconocimiento. Permítanos añadir en la parte inferior de su calendario un pequeño enlace de texto al proyecto \"The Events Calendar\"."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Vea un ejemplo del enlace"
904
 
@@ -938,203 +937,203 @@ msgstr "Ver"
938
  msgid "Community Events"
939
  msgstr "Community Events"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Dakota del Sur"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Carolina del Sur"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Dakota del Norte"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Carolina del Norte"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "Nueva York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Nuevo Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "Nueva Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Luisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "Distrito de Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Alemania"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones
2235
  msgid "License Key"
2236
  msgstr "Clave de Licencia"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Ajustes"
2247
  msgid "Network"
2248
  msgstr "Red"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Hecho"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Hoy"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Anterior"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Siguiente"
2265
 
11
  "Language: es\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "fecha desconocida"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Volver a las actualizaciones de WordPress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Ir a la página de actualizaciones de WordPress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Volver a la página de plugins"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Ir a la página de plugins"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requiere:"
858
 
881
  msgid "n/a"
882
  msgstr "no disponible"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Plugin Debug Bar"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Modo Depuración (Debug)"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Mostrar el enlace a The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Vea un ejemplo del enlace"
903
 
937
  msgid "Community Events"
938
  msgstr "Community Events"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Dakota del Sur"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Carolina del Sur"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Dakota del Norte"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Carolina del Norte"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "Nueva York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Nuevo Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "Nueva Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Luisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "Distrito de Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Alemania"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Clave de Licencia"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Red"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Hecho"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Hoy"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Anterior"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Siguiente"
2264
 
common/lang/tribe-common-et.mo CHANGED
Binary file
common/lang/tribe-common-et.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: et_EE\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Tagasi WordPressi uuenduste juurde"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Mine Wordpressi uuenduste lehele"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Tagasi pluginate lehele"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Mine pluginate lehele"
822
 
@@ -848,7 +852,7 @@ msgstr "Preemium Add-onsid"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Nõuab:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "pole saadaval"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar Plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug mode"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Kuva sündmuste kalendri linki"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Kui sinu meelest on see plugin super, siis täna Modern Tribe töö eest! Suurim tänu on tunnustus, lisa väike tekst kalendri all, mis viitab Events Calendar projektile."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Vaata lingi näidist"
904
 
@@ -938,203 +937,203 @@ msgstr "Vaata"
938
  msgid "Community Events"
939
  msgstr ""
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr ""
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr ""
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr ""
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr ""
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr ""
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr ""
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr ""
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr ""
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr ""
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr ""
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr ""
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr ""
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr ""
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr ""
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr ""
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr ""
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr ""
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr ""
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr ""
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr ""
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr ""
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr ""
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr ""
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Kalifornia"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Saksamaa"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Gruusia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Kehtiv litsentsi kood on vajalik ligipääsuks uuendustele ja abikeskuse
2235
  msgid "License Key"
2236
  msgstr "Litsentsi kood"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Seaded"
2247
  msgid "Network"
2248
  msgstr "Võrgustik"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Valmis"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Täna"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Eelmine"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Järgmine"
2265
 
11
  "Language: et_EE\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Tagasi WordPressi uuenduste juurde"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Mine Wordpressi uuenduste lehele"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Tagasi pluginate lehele"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Mine pluginate lehele"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Nõuab:"
858
 
881
  msgid "n/a"
882
  msgstr "pole saadaval"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar Plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug mode"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Kuva sündmuste kalendri linki"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Vaata lingi näidist"
903
 
937
  msgid "Community Events"
938
  msgstr ""
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr ""
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr ""
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr ""
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr ""
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr ""
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr ""
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr ""
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr ""
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr ""
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr ""
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr ""
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr ""
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr ""
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr ""
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr ""
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr ""
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr ""
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr ""
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr ""
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr ""
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr ""
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr ""
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr ""
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Kalifornia"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Saksamaa"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Gruusia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Litsentsi kood"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Võrgustik"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Valmis"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Täna"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Eelmine"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Järgmine"
2264
 
common/lang/tribe-common-fi.mo CHANGED
Binary file
common/lang/tribe-common-fi.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: fi\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr ""
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr ""
822
 
@@ -848,7 +852,7 @@ msgstr "Maksulliset lisäosat"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Vaatii:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar -lisäosa"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug-tila"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Näytä The Events Calendar -linkki"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Ajatteletko, \"Vau, tämä lisäosa on hämmästyttävä! Minun pitäisi kiittää Modern Tribea kovasta työstä.\"? Suurin kiitos on kertoa meistä. Lisää pieni The Events Calendar -projektin tekstilinkki kalenterin alareunaan."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Katso esimerkki linkistä"
904
 
@@ -938,203 +937,203 @@ msgstr "Katso"
938
  msgid "Community Events"
939
  msgstr "Yhteisötapahtumat"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Etelä-Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Etelä-Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Havaiji"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Kalifornia"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Saksa"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Voimassa oleva lisenssiavain vaaditaan tukea ja päivityksiä varten."
2235
  msgid "License Key"
2236
  msgstr "Lisenssiavain"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Asetukset"
2247
  msgid "Network"
2248
  msgstr "Verkko"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Tehty"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Tänään"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Edellinen"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Seuraava"
2265
 
11
  "Language: fi\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr ""
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr ""
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr ""
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Vaatii:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar -lisäosa"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug-tila"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Näytä The Events Calendar -linkki"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Katso esimerkki linkistä"
903
 
937
  msgid "Community Events"
938
  msgstr "Yhteisötapahtumat"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Etelä-Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Etelä-Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Havaiji"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Kalifornia"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Saksa"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Lisenssiavain"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Verkko"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Tehty"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Tänään"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Edellinen"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Seuraava"
2264
 
common/lang/tribe-common-fr_CA.mo CHANGED
Binary file
common/lang/tribe-common-fr_CA.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: fr_CA\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr ""
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr ""
822
 
@@ -848,7 +852,7 @@ msgstr "Modules de prime"
848
  msgid "WordPress "
849
  msgstr "WordPress"
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Exigences :"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/d"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Barre du débogage d'extension"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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 »."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Mode de débogage"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Afficher un lien vers le calendrier des événements"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Tu penses \"Wow, ce plugin est incroyable! Je devrais dire grâce à Modern Tribe pour leur travail acharné.\" Le plus grand Merci nous pourrions demander est la reconnaissance. Ajouter un lien seul texte en petits caractères au bas de votre calendrier pointant vers le projet le calendrier des événements."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Voir un exemple de la lien"
904
 
@@ -938,203 +937,203 @@ msgstr "Voir"
938
  msgid "Community Events"
939
  msgstr "Événements communautaires"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "Virginie-Occidentale"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginie"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Dakota du Sud"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Caroline du Sud"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvanie"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Dakota du Nord"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Caroline du Nord"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Nouveau Mexique"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nébraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiane"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaï"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Floride"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District de Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Californie"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Allemagne"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Une clé de licence valide est nécessaire pour le support et les mises
2235
  msgid "License Key"
2236
  msgstr "Clé de Licence"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Paramètres"
2247
  msgid "Network"
2248
  msgstr "Réseau"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Terminer"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Aujourd'hui"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Précédent"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Prochain"
2265
 
11
  "Language: fr_CA\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr ""
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr ""
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr ""
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress"
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Exigences :"
858
 
881
  msgid "n/a"
882
  msgstr "n/d"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Barre du débogage d'extension"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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 »."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Mode de débogage"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Afficher un lien vers le calendrier des événements"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Voir un exemple de la lien"
903
 
937
  msgid "Community Events"
938
  msgstr "Événements communautaires"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "Virginie-Occidentale"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginie"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Dakota du Sud"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Caroline du Sud"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvanie"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Dakota du Nord"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Caroline du Nord"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Nouveau Mexique"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nébraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiane"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaï"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Floride"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District de Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Californie"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Allemagne"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Clé de Licence"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Réseau"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Terminer"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Aujourd'hui"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Précédent"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Prochain"
2264
 
common/lang/tribe-common-fr_FR.mo CHANGED
Binary file
common/lang/tribe-common-fr_FR.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: fr\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "Les règles de réécriture (Rewrite) ont été purgées lors du chargem
804
  msgid "unknown date"
805
  msgstr "date inconnue"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Retourner à la page des mises à jour WordPress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Aller à la page des mises à jour de WordPress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Retourner à la page des extensions"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Aller à la page des extensions"
822
 
@@ -848,7 +852,7 @@ msgstr "Modules Premium"
848
  msgid "WordPress "
849
  msgstr "WordPress"
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requiert :"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "nd"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Plugin Debug Bar"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Mode de débogage"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Afficher le lien de The Event Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Vous vous dites « Waouh ! Ce plugin est génial ! Je devrais remercier Modern Tribe pour tous ses efforts. » La meilleure façon de nous remercier, c'est de dire que ça vient de nous. Ajoutez un petit lien en bas de votre calendrier qui redirige sur le site du projet The Events Calendar."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Voir un exemple de lien"
904
 
@@ -938,203 +937,203 @@ msgstr "Afficher"
938
  msgid "Community Events"
939
  msgstr "Événements de la communauté"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginie"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Dakota du Sud"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Caroline du Sud"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvanie"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Dakota du Nord"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Caroline du Nord"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Nouveau Mexique"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiane"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Floride"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District de Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Californie"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Allemagne"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Géorgie"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Une clé de licence valide est nécessaire pour le support et les mises
2235
  msgid "License Key"
2236
  msgstr "Clé de licence"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Préférences"
2247
  msgid "Network"
2248
  msgstr "Réseau"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Terminé"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Aujourd'hui "
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Précédent"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Suivant"
2265
 
11
  "Language: fr\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "date inconnue"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Retourner à la page des mises à jour WordPress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Aller à la page des mises à jour de WordPress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Retourner à la page des extensions"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Aller à la page des extensions"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress"
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requiert :"
858
 
881
  msgid "n/a"
882
  msgstr "nd"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Plugin Debug Bar"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Mode de débogage"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Afficher le lien de The Event Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Voir un exemple de lien"
903
 
937
  msgid "Community Events"
938
  msgstr "Événements de la communauté"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginie"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Dakota du Sud"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Caroline du Sud"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvanie"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Dakota du Nord"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Caroline du Nord"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Nouveau Mexique"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiane"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Floride"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District de Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Californie"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Allemagne"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Géorgie"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Clé de licence"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Réseau"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Terminé"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Aujourd'hui "
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Précédent"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Suivant"
2264
 
common/lang/tribe-common-hu_HU.mo CHANGED
Binary file
common/lang/tribe-common-hu_HU.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"
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: hu\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -45,35 +57,35 @@ msgstr ""
45
 
46
  #: src/Tribe/Languages/Locations.php:57
47
  msgid "Åland Islands"
48
- msgstr ""
49
 
50
  #: src/admin-views/tribe-options-help.php:20
51
  msgid "Check out our %s for developers."
52
- msgstr ""
53
 
54
  #: src/admin-views/tribe-options-help.php:18
55
  msgid "Want to dive deeper?"
56
- msgstr ""
57
 
58
  #: src/admin-views/tribe-options-display.php:28
59
  msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
60
- msgstr ""
61
 
62
  #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
- msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
- msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
- msgstr ""
77
 
78
  #: src/Tribe/Plugins_API.php:94
79
  msgid "Accept user-submitted events on your site! With Community Events, you can accept public submissions or require account sign-on. Settings give you the options to save as a draft or publish automatically, enable categories and tags, and choose whether users can edit/manage their own events or simply submit. Best of all - setup is easy! Just activate, configure the options, and off you go."
@@ -113,7 +125,7 @@ msgstr ""
113
 
114
  #: src/Tribe/PUE/Checker.php:1084
115
  msgid "Update now to version %s."
116
- msgstr ""
117
 
118
  #: src/Tribe/PUE/Notices.php:340
119
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
@@ -127,7 +139,7 @@ msgstr[1] ""
127
 
128
  #: src/Tribe/PUE/Checker.php:976
129
  msgid "Please refresh the page and try your request again."
130
- msgstr ""
131
 
132
  #: src/Tribe/Plugins_API.php:129
133
  msgid "Take your image widgets to the next level with Image Widget Plus! We've taken the simple functionality of our basic Image Widget and amped it up with several popular feature requests - multiple image support, slideshow, lightbox, and random image - all backed by a full year of premium support."
@@ -175,15 +187,15 @@ msgstr ""
175
 
176
  #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
177
  msgid "The image mime-type"
178
- msgstr ""
179
 
180
  #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
181
  msgid "The image height in pixels in the specified size"
182
- msgstr ""
183
 
184
  #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
185
  msgid "The image width in pixels in the specified size"
186
- msgstr ""
187
 
188
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
189
  msgid "The details about each size available for the image"
@@ -191,15 +203,15 @@ msgstr ""
191
 
192
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
193
  msgid "The image natural height in pixels"
194
- msgstr ""
195
 
196
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
197
  msgid "The image natural width in pixels"
198
- msgstr ""
199
 
200
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
201
  msgid "The image file extension"
202
- msgstr ""
203
 
204
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
205
  msgid "The image WordPress post ID"
@@ -211,27 +223,27 @@ msgstr ""
211
 
212
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
213
  msgid "The date seconds"
214
- msgstr ""
215
 
216
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
217
  msgid "The date minutes"
218
- msgstr ""
219
 
220
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
221
  msgid "The date hour"
222
- msgstr ""
223
 
224
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
225
  msgid "The date day"
226
- msgstr ""
227
 
228
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
229
  msgid "The date month"
230
- msgstr ""
231
 
232
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
233
  msgid "The date year"
234
- msgstr ""
235
 
236
  #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
237
  msgid "A sorted array of all the numeric values for the cost"
@@ -247,11 +259,11 @@ msgstr ""
247
 
248
  #: src/Tribe/PUE/Checker.php:497
249
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
250
- msgstr ""
251
 
252
  #: src/Tribe/Validate.php:248
253
  msgid "%s must be a whole number."
254
- msgstr ""
255
 
256
  #: src/Tribe/Settings.php:281 src/Tribe/Settings.php:282
257
  msgid "Events Help"
@@ -283,7 +295,7 @@ msgstr ""
283
 
284
  #: src/Tribe/PUE/Checker.php:529 src/Tribe/PUE/Checker.php:563
285
  msgid "License Key Status:"
286
- msgstr ""
287
 
288
  #: src/Tribe/Customizer.php:570
289
  msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
@@ -317,15 +329,15 @@ msgstr ""
317
 
318
  #: src/admin-views/tribe-options-help.php:55
319
  msgid "Event Log"
320
- msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
327
  msgid "Buy This Add-On"
328
- msgstr ""
329
 
330
  #: src/admin-views/app-shop.php:5
331
  msgid "Browse All Add-Ons"
@@ -362,7 +374,7 @@ msgstr ""
362
 
363
  #: src/Tribe/Admin/Help_Page.php:219 src/Tribe/Plugins_API.php:34
364
  msgid "Event Aggregator"
365
- msgstr ""
366
 
367
  #: src/Tribe/Admin/Notice/Plugin_Download.php:75
368
  msgid "To begin using %1$s, please install and activate the latest version of %2$s."
@@ -382,7 +394,7 @@ msgstr ""
382
 
383
  #: src/admin-views/tribe-options-licenses.php:15
384
  msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
385
- msgstr ""
386
 
387
  #: src/admin-views/tribe-options-licenses.php:11
388
  #: src/admin-views/tribe-options-licenses.php:16
@@ -391,11 +403,11 @@ msgstr ""
391
 
392
  #: src/Tribe/Languages/Locations.php:110
393
  msgid "C&ocirc;te d'Ivoire"
394
- msgstr ""
395
 
396
  #: src/Tribe/Support.php:372
397
  msgid "Unique System Info Key Generated"
398
- msgstr ""
399
 
400
  #: src/Tribe/Support.php:358 src/Tribe/Support.php:384
401
  msgid "Permission Error"
@@ -403,7 +415,7 @@ msgstr ""
403
 
404
  #: src/Tribe/Support.php:325 src/Tribe/Support.php:330
405
  msgid "Invalid Key"
406
- msgstr ""
407
 
408
  #: src/Tribe/Support.php:306
409
  msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
@@ -411,96 +423,92 @@ msgstr ""
411
 
412
  #: src/Tribe/Support.php:305
413
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
414
- msgstr ""
415
 
416
  #: src/Tribe/Support.php:171
417
  msgid "English"
418
- msgstr ""
419
 
420
  #: src/Tribe/PUE/Checker.php:961 src/Tribe/PUE/Notices.php:285
421
  msgid " (opens in a new window)"
422
- msgstr ""
423
 
424
  #: src/Tribe/PUE/Checker.php:959 src/Tribe/PUE/Notices.php:283
425
  msgid "Renew Your License Now"
426
- msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
- msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
- msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
- msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
- msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
- msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
- msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
- msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
- msgstr ""
487
 
488
  #: src/Tribe/Error.php:38
489
  msgid "An Unknown error occurred"
490
- msgstr ""
491
 
492
  #: src/Tribe/Plugins_API.php:116
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
503
- msgstr ""
504
 
505
  #: src/Tribe/Plugins_API.php:104
506
  msgid "Enable Community Events organizers to offer tickets to their events. You can set flexible payment and fee options. They can even check-in attendees to their events! All of this managed from the front-end of your site without ever needing to grant access to your admin"
@@ -516,15 +524,15 @@ msgstr ""
516
 
517
  #: src/Tribe/Admin/Help_Page.php:227 src/Tribe/Plugins_API.php:80
518
  msgid "Filter Bar"
519
- msgstr ""
520
 
521
  #: src/Tribe/Credits.php:64
522
  msgid "Rate %1$sEvent Tickets%2$s %3$s"
523
- msgstr ""
524
 
525
  #: src/Tribe/Credits.php:55
526
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
527
- msgstr ""
528
 
529
  #: src/Tribe/Log/Null_Logger.php:26
530
  msgid "Null logger (will log nothing)"
@@ -532,19 +540,19 @@ msgstr ""
532
 
533
  #: src/admin-views/event-log.php:117
534
  msgid "Download log"
535
- msgstr ""
536
 
537
  #: src/admin-views/event-log.php:100
538
  msgid "The selected log file is empty or has not been generated yet."
539
- msgstr ""
540
 
541
  #: src/admin-views/event-log.php:43
542
  msgid "Method"
543
- msgstr ""
544
 
545
  #: src/admin-views/event-log.php:21
546
  msgid "Logging level"
547
- msgstr ""
548
 
549
  #: src/Tribe/Validate.php:168
550
  msgid "%s must contain numbers, letters, dashes and undescores only"
@@ -552,19 +560,19 @@ msgstr ""
552
 
553
  #: src/Tribe/Log.php:376
554
  msgid "Full debug (all events)"
555
- msgstr ""
556
 
557
  #: src/Tribe/Log.php:375
558
  msgid "Warnings and errors"
559
- msgstr ""
560
 
561
  #: src/Tribe/Log.php:374
562
  msgid "Only errors"
563
- msgstr ""
564
 
565
  #: src/Tribe/Log.php:373
566
  msgid "Disabled"
567
- msgstr ""
568
 
569
  #: src/Tribe/Log.php:274
570
  msgid "Cannot set %s as the current logging engine"
@@ -572,21 +580,21 @@ msgstr ""
572
 
573
  #: src/Tribe/Log/File_Logger.php:128
574
  msgid "Default (uses temporary files)"
575
- msgstr ""
576
 
577
  #: src/Tribe/Log/Admin.php:148
578
  msgctxt "log engines"
579
  msgid "None currently available"
580
- msgstr ""
581
 
582
  #: src/Tribe/Log/Admin.php:133
583
  msgctxt "log selector"
584
  msgid "None currently available"
585
- msgstr ""
586
 
587
  #: src/admin-views/tribe-options-help.php:52
588
  msgid "Recent Template Changes"
589
- msgstr ""
590
 
591
  #: src/Tribe/Support/Template_Checker_Report.php:115
592
  msgid "Information about recent template changes and potentially impacted template overrides is provided below."
@@ -594,7 +602,7 @@ msgstr ""
594
 
595
  #: src/Tribe/Support/Template_Checker_Report.php:113
596
  msgid "No notable template changes detected."
597
- msgstr ""
598
 
599
  #: src/Tribe/Support/Template_Checker_Report.php:97
600
  msgid "based on %s version"
@@ -610,11 +618,11 @@ msgstr ""
610
 
611
  #: src/Tribe/Support/Template_Checker_Report.php:82
612
  msgid "Templates introduced or updated with this release (%s):"
613
- msgstr ""
614
 
615
  #: src/Tribe/Support/Template_Checker_Report.php:78
616
  msgid "No notable changes detected"
617
- msgstr ""
618
 
619
  #. Description of the plugin/theme
620
  msgid "An event settings framework for managing shared options"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -654,7 +658,7 @@ msgstr ""
654
 
655
  #: src/admin-views/tribe-options-help.php:31
656
  msgid "Check our Knowledgebase"
657
- msgstr ""
658
 
659
  #: src/admin-views/tribe-options-help.php:31
660
  msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
@@ -670,22 +674,22 @@ msgstr ""
670
 
671
  #: src/admin-views/tribe-options-help.php:21
672
  msgid "list of available functions"
673
- msgstr ""
674
 
675
  #: src/admin-views/tribe-options-help.php:15
676
  msgid "Knowledgebase"
677
- msgstr ""
678
 
679
  #: src/admin-views/tribe-options-help.php:15
680
  msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
681
- msgstr ""
682
 
683
  #: src/admin-views/tribe-options-help.php:14
684
  msgid "Getting Support"
685
- msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -694,71 +698,71 @@ msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:10
696
  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."
697
- msgstr ""
698
 
699
  #: src/Tribe/Validate.php:214
700
  msgid "%s must be a positive number or percent."
701
- msgstr ""
702
 
703
  #: src/Tribe/PUE/Checker.php:932
704
  msgid "Thanks for setting up a valid key. It will expire on %s"
705
- msgstr ""
706
 
707
  #: src/Tribe/Admin/Help_Page.php:860
708
  msgid "Visit the Add-on Page"
709
- msgstr ""
710
 
711
  #: src/Tribe/Admin/Help_Page.php:855
712
  msgid "Plugin Inactive"
713
- msgstr ""
714
 
715
  #: src/Tribe/Admin/Help_Page.php:853
716
  msgid "Plugin Active"
717
- msgstr ""
718
 
719
  #: src/Tribe/Admin/Help_Page.php:828
720
  msgid "Rating:"
721
- msgstr ""
722
 
723
  #: src/Tribe/Admin/Help_Page.php:825
724
  msgid "Active Users:"
725
- msgstr ""
726
 
727
  #: src/Tribe/Admin/Help_Page.php:802
728
  msgid "Install Plugin"
729
- msgstr ""
730
 
731
  #: src/Tribe/Admin/Help_Page.php:802
732
  msgid "Install %s"
733
- msgstr ""
734
 
735
  #: src/Tribe/Admin/Help_Page.php:786
736
  msgid "Upgrade Plugin"
737
- msgstr ""
738
 
739
  #: src/Tribe/Admin/Help_Page.php:778
740
  msgid "Activate Plugin"
741
- msgstr ""
742
 
743
  #: src/Tribe/Admin/Help_Page.php:778
744
  msgid "Activate %s"
745
- msgstr ""
746
 
747
  #: src/Tribe/Admin/Help_Page.php:244 src/Tribe/Plugins_API.php:100
748
  msgid "Community Tickets"
749
- msgstr ""
750
 
751
  #: src/Tribe/Admin/Help_Page.php:235 src/Tribe/Plugins_API.php:66
752
  msgid "Event Tickets Plus"
753
- msgstr ""
754
 
755
  #: src/Tribe/Admin/Help_Page.php:203 src/Tribe/Plugins_API.php:111
756
  msgid "Eventbrite Tickets"
757
- msgstr ""
758
 
759
  #: src/Tribe/Admin/Help_Page.php:170
760
  msgid " and "
761
- msgstr "és"
762
 
763
  #: src/Tribe/Admin/Help_Page.php:95
764
  msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
@@ -766,7 +770,7 @@ msgstr ""
766
 
767
  #: src/Tribe/Admin/Help_Page.php:91
768
  msgid "Advanced Post Manager"
769
- msgstr ""
770
 
771
  #: src/Tribe/Admin/Help_Page.php:79
772
  msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
@@ -774,7 +778,7 @@ msgstr ""
774
 
775
  #: src/Tribe/Admin/Help_Page.php:75 src/Tribe/Plugins_API.php:57
776
  msgid "Event Tickets"
777
- msgstr ""
778
 
779
  #: src/Tribe/Admin/Help_Page.php:63
780
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
@@ -782,15 +786,15 @@ msgstr ""
782
 
783
  #. Author URI of the plugin/theme
784
  msgid "http://m.tri.be/1x"
785
- msgstr ""
786
 
787
  #. Author of the plugin/theme
788
  msgid "Modern Tribe, Inc."
789
- msgstr ""
790
 
791
  #: src/Tribe/Settings.php:371
792
  msgid "Save Changes"
793
- msgstr ""
794
 
795
  #: src/admin-views/tribe-options-licenses.php:38
796
  msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
@@ -804,21 +808,21 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr "ismeretlen dátum"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Vissza a Wordpress frissítésekhez"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
- msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
- msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
- msgstr ""
822
 
823
  #: src/Tribe/Cost_Utils.php:114
824
  msgid "Free"
@@ -846,9 +850,9 @@ msgstr "Prémium kiegészítők"
846
 
847
  #: src/Tribe/Admin/Help_Page.php:823
848
  msgid "WordPress "
849
- msgstr "WordPress"
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Szükséges:"
854
 
@@ -862,7 +866,7 @@ msgstr "Tovább..."
862
 
863
  #: src/Tribe/Admin/Help_Page.php:194 src/Tribe/Plugins_API.php:43
864
  msgid "Events Calendar PRO"
865
- msgstr ""
866
 
867
  #: src/Tribe/Admin/Help_Page.php:413 src/Tribe/Admin/Help_Page.php:788
868
  msgid "You are up to date!"
@@ -877,34 +881,29 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar bővítmény"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
- msgstr "Debug mód"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "A The Events Calendar link megjelenítése"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Arra, gondolsz, hogy \"Hú, ez a bővítmény csodálatos! Köszönetet kéne mondanom Modern Tribe-nak a kemény munkáért.\" A legnagyobb köszönet, amit kérhetünk, az az elismerés és feltüntetés. Adj hozzá egy kis szöveges linket a naptárad aljához, mely a The Events Calendar projekt honlapjára mutat."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Nézz meg egy példát a linkre"
904
 
905
  #: src/admin-views/tribe-options-general.php:30
906
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
907
- msgstr "Arra, gondolsz, hogy \"Hú, ez a bővítmény csodálatos! Köszönetet kéne mondanom Modern Tribe-nak a kemény munkáért.\" A legnagyobb köszönet, amit kérhetünk, az az elismerés és feltüntetés. Adj hozzá egy kis szöveges linket a naptárad aljához, mely a The Events Calendar projekt honlapjára mutat."
908
 
909
  #: src/admin-views/tribe-options-general.php:25
910
  msgid "We hope our plugin is helping you out."
@@ -938,203 +937,203 @@ msgstr "Megtekintés"
938
  msgid "Community Events"
939
  msgstr "Közösségi események"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "Nyugat-Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Dél-Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Dél-Karolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Észak-Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Észak-Karolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Új-Mexikó"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Havaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "Columbia kerület"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Kalifornia"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaszka"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1156,7 +1155,7 @@ msgstr "Nyugat-Szahara"
1156
 
1157
  #: src/Tribe/Languages/Locations.php:293
1158
  msgid "Wallis and Futuna Islands"
1159
- msgstr ""
1160
 
1161
  #: src/Tribe/Languages/Locations.php:292
1162
  msgid "Virgin Islands (U.S.)"
@@ -1212,7 +1211,7 @@ msgstr "Tuvalu"
1212
 
1213
  #: src/Tribe/Languages/Locations.php:279
1214
  msgid "Turks and Caicos Islands"
1215
- msgstr ""
1216
 
1217
  #: src/Tribe/Languages/Locations.php:278
1218
  msgid "Turkmenistan"
@@ -1228,7 +1227,7 @@ msgstr "Tunézia"
1228
 
1229
  #: src/Tribe/Languages/Locations.php:275
1230
  msgid "Trinidad and Tobago"
1231
- msgstr ""
1232
 
1233
  #: src/Tribe/Languages/Locations.php:274
1234
  msgid "Tonga"
@@ -1248,7 +1247,7 @@ msgstr "Thaiföld"
1248
 
1249
  #: src/Tribe/Languages/Locations.php:270
1250
  msgid "Tanzania, United Republic of"
1251
- msgstr ""
1252
 
1253
  #: src/Tribe/Languages/Locations.php:269
1254
  msgid "Tajikistan"
@@ -1276,7 +1275,7 @@ msgstr "Szváziföld"
1276
 
1277
  #: src/Tribe/Languages/Locations.php:263
1278
  msgid "Svalbard and Jan Mayen Islands"
1279
- msgstr ""
1280
 
1281
  #: src/Tribe/Languages/Locations.php:262
1282
  msgid "Suriname"
@@ -1288,7 +1287,7 @@ msgstr "Szudán"
1288
 
1289
  #: src/Tribe/Languages/Locations.php:241
1290
  msgid "Saint Pierre and Miquelon"
1291
- msgstr ""
1292
 
1293
  #: src/Tribe/Languages/Locations.php:260
1294
  msgid "Sri Lanka"
@@ -1356,7 +1355,7 @@ msgstr "Szamoa"
1356
 
1357
  #: src/Tribe/Languages/Locations.php:242
1358
  msgid "Saint Vincent and The Grenadines"
1359
- msgstr ""
1360
 
1361
  #: src/Tribe/Languages/Locations.php:240
1362
  msgid "Saint Lucia"
@@ -1364,7 +1363,7 @@ msgstr "Saint Lucia"
1364
 
1365
  #: src/Tribe/Languages/Locations.php:239
1366
  msgid "Saint Kitts and Nevis"
1367
- msgstr ""
1368
 
1369
  #: src/Tribe/Languages/Locations.php:236
1370
  msgid "Rwanda"
@@ -1516,11 +1515,11 @@ msgstr "Monakó"
1516
 
1517
  #: src/Tribe/Languages/Locations.php:199
1518
  msgid "Moldova, Republic of"
1519
- msgstr ""
1520
 
1521
  #: src/Tribe/Languages/Locations.php:198
1522
  msgid "Micronesia, Federated States of"
1523
- msgstr ""
1524
 
1525
  #: src/Tribe/Languages/Locations.php:197
1526
  msgid "Mexico"
@@ -1624,11 +1623,11 @@ msgstr "Kuvait"
1624
 
1625
  #: src/Tribe/Languages/Locations.php:172
1626
  msgid "Korea, Republic of"
1627
- msgstr ""
1628
 
1629
  #: src/Tribe/Languages/Locations.php:171
1630
  msgid "Korea, Democratic People's Republic of"
1631
- msgstr ""
1632
 
1633
  #: src/Tribe/Languages/Locations.php:170
1634
  msgid "Kiribati"
@@ -1672,7 +1671,7 @@ msgstr "Irak"
1672
 
1673
  #: src/Tribe/Languages/Locations.php:160
1674
  msgid "Iran, Islamic Republic of"
1675
- msgstr ""
1676
 
1677
  #: src/Tribe/Languages/Locations.php:159
1678
  msgid "Indonesia"
@@ -1704,7 +1703,7 @@ msgstr "Apostoli Szentszék (Vatikáni Városállam)"
1704
 
1705
  #: src/Tribe/Languages/Locations.php:152
1706
  msgid "Heard and McDonald Islands"
1707
- msgstr ""
1708
 
1709
  #: src/Tribe/Languages/Locations.php:151
1710
  msgid "Haiti"
@@ -1758,7 +1757,7 @@ msgstr "Ghána"
1758
  msgid "Germany"
1759
  msgstr "Németország"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Grúzia"
1764
 
@@ -1876,7 +1875,7 @@ msgstr "Cook-szigetek"
1876
 
1877
  #: src/Tribe/Languages/Locations.php:107
1878
  msgid "Congo, Democratic Republic of the"
1879
- msgstr ""
1880
 
1881
  #: src/Tribe/Languages/Locations.php:106
1882
  msgid "Congo"
@@ -1968,7 +1967,7 @@ msgstr "Botswana"
1968
 
1969
  #: src/Tribe/Languages/Locations.php:83
1970
  msgid "Bosnia and Herzegowina"
1971
- msgstr ""
1972
 
1973
  #: src/Tribe/Languages/Locations.php:82
1974
  msgid "Bolivia"
@@ -2040,7 +2039,7 @@ msgstr "Argentína"
2040
 
2041
  #: src/Tribe/Languages/Locations.php:65
2042
  msgid "Antigua and Barbuda"
2043
- msgstr ""
2044
 
2045
  #: src/Tribe/Languages/Locations.php:64
2046
  msgid "Antarctica"
@@ -2213,7 +2212,7 @@ msgstr "Események beállításai"
2213
 
2214
  #: src/Tribe/PUE/Checker.php:888
2215
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
2216
- msgstr ""
2217
 
2218
  #: src/Tribe/PUE/Checker.php:927
2219
  msgid "Valid Key! Expires on %s"
@@ -2225,19 +2224,19 @@ msgstr "Sajnáljuk, de a kulcs érvényességét ellenőrző kiszolgáló nem el
2225
 
2226
  #: src/Tribe/PUE/Checker.php:650
2227
  msgid "License key(s) updated."
2228
- msgstr "Licenc kulcs(ok) frissítve."
2229
 
2230
  #: src/Tribe/PUE/Checker.php:494
2231
  msgid "A valid license key is required for support and updates"
2232
- msgstr "Egy érvényes licenc szükséges a támogatáshoz és frissítésekhez"
2233
 
2234
  #: src/Tribe/PUE/Checker.php:509 src/Tribe/PUE/Checker.php:520
2235
  msgid "License Key"
2236
  msgstr "Licensz kulcs"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
- msgstr ""
2241
 
2242
  #: src/Tribe/Settings.php:254
2243
  msgid "Settings"
@@ -2247,19 +2246,19 @@ msgstr "Beállítások"
2247
  msgid "Network"
2248
  msgstr "Hálózat"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Kész"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Ma"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Előző"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Következő"
2265
 
@@ -2269,7 +2268,7 @@ msgstr "Súgó"
2269
 
2270
  #: src/Tribe/Settings_Manager.php:55
2271
  msgid "Display"
2272
- msgstr "Megjelenít"
2273
 
2274
  #: src/Tribe/Settings_Manager.php:253
2275
  #: src/admin-views/tribe-options-licenses.php:66
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2018-05-11 22:00:20+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: hu\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
57
 
58
  #: src/Tribe/Languages/Locations.php:57
59
  msgid "&Aring;land Islands"
60
+ msgstr "&Aring;land Szigetek"
61
 
62
  #: src/admin-views/tribe-options-help.php:20
63
  msgid "Check out our %s for developers."
64
+ msgstr "Ebben segít a fejlesztőknek szánt %s. Nézd meg."
65
 
66
  #: src/admin-views/tribe-options-help.php:18
67
  msgid "Want to dive deeper?"
68
+ msgstr "Mélyebbre szeretnél ásni?"
69
 
70
  #: src/admin-views/tribe-options-display.php:28
71
  msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
72
+ msgstr "A következő három mezőben a dátum formátumot lehet beállítani a PHP %1$s függvényének megfelelően. <a href=\"%2$s\" target=\"_blank\">Tanuld meg, hogyan készíthetsz saját dátumformátumot itt</a>."
73
 
74
  #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
+ msgstr "Kiválasztás törlése."
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
+ msgstr "Minden oldal kiválasztása"
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
+ msgstr "Az összes elem ki lett választva ezen az oldalon."
89
 
90
  #: src/Tribe/Plugins_API.php:94
91
  msgid "Accept user-submitted events on your site! With Community Events, you can accept public submissions or require account sign-on. Settings give you the options to save as a draft or publish automatically, enable categories and tags, and choose whether users can edit/manage their own events or simply submit. Best of all - setup is easy! Just activate, configure the options, and off you go."
125
 
126
  #: src/Tribe/PUE/Checker.php:1084
127
  msgid "Update now to version %s."
128
+ msgstr "Frissítés a %s verzióra."
129
 
130
  #: src/Tribe/PUE/Notices.php:340
131
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
139
 
140
  #: src/Tribe/PUE/Checker.php:976
141
  msgid "Please refresh the page and try your request again."
142
+ msgstr "Kérjük frissítse az oldalt és próbálja újra."
143
 
144
  #: src/Tribe/Plugins_API.php:129
145
  msgid "Take your image widgets to the next level with Image Widget Plus! We've taken the simple functionality of our basic Image Widget and amped it up with several popular feature requests - multiple image support, slideshow, lightbox, and random image - all backed by a full year of premium support."
187
 
188
  #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
189
  msgid "The image mime-type"
190
+ msgstr "A kép mime-típusa"
191
 
192
  #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
193
  msgid "The image height in pixels in the specified size"
194
+ msgstr "A kép magassága pixelben az adott méretben"
195
 
196
  #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
197
  msgid "The image width in pixels in the specified size"
198
+ msgstr "A kép szélessége pixelben az adott méretben"
199
 
200
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
201
  msgid "The details about each size available for the image"
203
 
204
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
205
  msgid "The image natural height in pixels"
206
+ msgstr "A kép eredeti magassában pixelben"
207
 
208
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
209
  msgid "The image natural width in pixels"
210
+ msgstr "A kép eredeti szélessége pixelben"
211
 
212
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
213
  msgid "The image file extension"
214
+ msgstr "A kép kiterjesztése"
215
 
216
  #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
217
  msgid "The image WordPress post ID"
223
 
224
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
225
  msgid "The date seconds"
226
+ msgstr "A dátum másodpercei"
227
 
228
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
229
  msgid "The date minutes"
230
+ msgstr "A dátum percei"
231
 
232
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
233
  msgid "The date hour"
234
+ msgstr "A dátum órája"
235
 
236
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
237
  msgid "The date day"
238
+ msgstr "A dátum napja"
239
 
240
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
241
  msgid "The date month"
242
+ msgstr "A dátum hónapja"
243
 
244
  #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
245
  msgid "The date year"
246
+ msgstr "A dátum éve"
247
 
248
  #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
249
  msgid "A sorted array of all the numeric values for the cost"
259
 
260
  #: src/Tribe/PUE/Checker.php:497
261
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
262
+ msgstr "%1$sVásárolj egy licenszet%2$s az Event Aggregator szolgáltatáshoz további importálási funkciók eléréséhez."
263
 
264
  #: src/Tribe/Validate.php:248
265
  msgid "%s must be a whole number."
266
+ msgstr "%s -nek egész számnak kell lennie."
267
 
268
  #: src/Tribe/Settings.php:281 src/Tribe/Settings.php:282
269
  msgid "Events Help"
295
 
296
  #: src/Tribe/PUE/Checker.php:529 src/Tribe/PUE/Checker.php:563
297
  msgid "License Key Status:"
298
+ msgstr "Licensz kulcs állapota:"
299
 
300
  #: src/Tribe/Customizer.php:570
301
  msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
329
 
330
  #: src/admin-views/tribe-options-help.php:55
331
  msgid "Event Log"
332
+ msgstr "Eseménynapló"
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
339
  msgid "Buy This Add-On"
340
+ msgstr "Bővítmény megvásárlása"
341
 
342
  #: src/admin-views/app-shop.php:5
343
  msgid "Browse All Add-Ons"
374
 
375
  #: src/Tribe/Admin/Help_Page.php:219 src/Tribe/Plugins_API.php:34
376
  msgid "Event Aggregator"
377
+ msgstr "Event Aggregator"
378
 
379
  #: src/Tribe/Admin/Notice/Plugin_Download.php:75
380
  msgid "To begin using %1$s, please install and activate the latest version of %2$s."
394
 
395
  #: src/admin-views/tribe-options-licenses.php:15
396
  msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
397
+ msgstr "A licensz kulcs, amit a %1$s oldalon végzett vásárlás után kaptál, lejáratig hozzáférést biztosít támogatáshoz és frissítésekhez. A kulcsot nem kell lent megadnod ahhoz, hogy a bővítmény működjön, de szükséges megadni az automatikus frissítésekhez. %3$sA licenszkulcsaidat megtalálod a %2$s oldalon%4$s."
398
 
399
  #: src/admin-views/tribe-options-licenses.php:11
400
  #: src/admin-views/tribe-options-licenses.php:16
403
 
404
  #: src/Tribe/Languages/Locations.php:110
405
  msgid "C&ocirc;te d'Ivoire"
406
+ msgstr "Elefántcsontpart"
407
 
408
  #: src/Tribe/Support.php:372
409
  msgid "Unique System Info Key Generated"
410
+ msgstr "Egyedi Rendszerinformáció kulcs létrehozva"
411
 
412
  #: src/Tribe/Support.php:358 src/Tribe/Support.php:384
413
  msgid "Permission Error"
415
 
416
  #: src/Tribe/Support.php:325 src/Tribe/Support.php:330
417
  msgid "Invalid Key"
418
+ msgstr "Érvénytelen kulcs"
419
 
420
  #: src/Tribe/Support.php:306
421
  msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
423
 
424
  #: src/Tribe/Support.php:305
425
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
426
+ msgstr "Igen, automatikusan megosztom a rendszerinformációmat a Modern Tribe támogatási csapatával"
427
 
428
  #: src/Tribe/Support.php:171
429
  msgid "English"
430
+ msgstr "Angol"
431
 
432
  #: src/Tribe/PUE/Checker.php:961 src/Tribe/PUE/Notices.php:285
433
  msgid " (opens in a new window)"
434
+ msgstr "(új ablakban nyílik meg)"
435
 
436
  #: src/Tribe/PUE/Checker.php:959 src/Tribe/PUE/Notices.php:283
437
  msgid "Renew Your License Now"
438
+ msgstr "Licensz megújítása most"
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
+ msgstr "Előző"
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
+ msgstr "Összes"
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
+ msgstr "Bejegyzések 0-0-ig az összesen 0 bejegyzésből"
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
+ msgstr "Bejegyzések _START_-_END_-ig az összesen _TOTAL_ bejegyzésből"
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
+ msgstr "Mutass _MENU_ bejegyzést"
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
+ msgstr "\"Cmd + C\" a másoláshoz"
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
+ msgstr "Rendszerinformációk másolva"
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
+ msgstr "Másolás a vágólapra"
499
 
500
  #: src/Tribe/Error.php:38
501
  msgid "An Unknown error occurred"
502
+ msgstr "Ismeretlen hiba történt"
503
 
504
  #: src/Tribe/Plugins_API.php:116
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
511
+ msgstr "Event Tickets Plus és Community Events"
512
 
513
  #: src/Tribe/Plugins_API.php:104
514
  msgid "Enable Community Events organizers to offer tickets to their events. You can set flexible payment and fee options. They can even check-in attendees to their events! All of this managed from the front-end of your site without ever needing to grant access to your admin"
524
 
525
  #: src/Tribe/Admin/Help_Page.php:227 src/Tribe/Plugins_API.php:80
526
  msgid "Filter Bar"
527
+ msgstr "Filter Bar"
528
 
529
  #: src/Tribe/Credits.php:64
530
  msgid "Rate %1$sEvent Tickets%2$s %3$s"
531
+ msgstr "Értékeld az %1$sEvent Tickets%2$s %3$s-et"
532
 
533
  #: src/Tribe/Credits.php:55
534
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
535
+ msgstr "Értékeld a %1$sThe Events Calendar%2$s-t %3$s"
536
 
537
  #: src/Tribe/Log/Null_Logger.php:26
538
  msgid "Null logger (will log nothing)"
540
 
541
  #: src/admin-views/event-log.php:117
542
  msgid "Download log"
543
+ msgstr "Naplófájl letöltése"
544
 
545
  #: src/admin-views/event-log.php:100
546
  msgid "The selected log file is empty or has not been generated yet."
547
+ msgstr "A választott napló fájl üres vagy még nem lett létrehozva."
548
 
549
  #: src/admin-views/event-log.php:43
550
  msgid "Method"
551
+ msgstr "Metódus"
552
 
553
  #: src/admin-views/event-log.php:21
554
  msgid "Logging level"
555
+ msgstr "Naplózási szint"
556
 
557
  #: src/Tribe/Validate.php:168
558
  msgid "%s must contain numbers, letters, dashes and undescores only"
560
 
561
  #: src/Tribe/Log.php:376
562
  msgid "Full debug (all events)"
563
+ msgstr "Teljes hibakeresés (összes esemény)"
564
 
565
  #: src/Tribe/Log.php:375
566
  msgid "Warnings and errors"
567
+ msgstr "Figyelmeztetések és hibák"
568
 
569
  #: src/Tribe/Log.php:374
570
  msgid "Only errors"
571
+ msgstr "Csak hibák"
572
 
573
  #: src/Tribe/Log.php:373
574
  msgid "Disabled"
575
+ msgstr "Letiltva"
576
 
577
  #: src/Tribe/Log.php:274
578
  msgid "Cannot set %s as the current logging engine"
580
 
581
  #: src/Tribe/Log/File_Logger.php:128
582
  msgid "Default (uses temporary files)"
583
+ msgstr "Alapértelmezett (átmeneti fájlokat használ)"
584
 
585
  #: src/Tribe/Log/Admin.php:148
586
  msgctxt "log engines"
587
  msgid "None currently available"
588
+ msgstr "Jelenleg nincs elérhető"
589
 
590
  #: src/Tribe/Log/Admin.php:133
591
  msgctxt "log selector"
592
  msgid "None currently available"
593
+ msgstr "Jelenleg nincs elérhető"
594
 
595
  #: src/admin-views/tribe-options-help.php:52
596
  msgid "Recent Template Changes"
597
+ msgstr "Legújabb sablon változások"
598
 
599
  #: src/Tribe/Support/Template_Checker_Report.php:115
600
  msgid "Information about recent template changes and potentially impacted template overrides is provided below."
602
 
603
  #: src/Tribe/Support/Template_Checker_Report.php:113
604
  msgid "No notable template changes detected."
605
+ msgstr "Nem észlelhetők jelentős sablonváltozások."
606
 
607
  #: src/Tribe/Support/Template_Checker_Report.php:97
608
  msgid "based on %s version"
618
 
619
  #: src/Tribe/Support/Template_Checker_Report.php:82
620
  msgid "Templates introduced or updated with this release (%s):"
621
+ msgstr "Az ebben a verzióban (%s) bevezetett vagy frissített sablonok:"
622
 
623
  #: src/Tribe/Support/Template_Checker_Report.php:78
624
  msgid "No notable changes detected"
625
+ msgstr "Nem észlelhetők jelentős változások"
626
 
627
  #. Description of the plugin/theme
628
  msgid "An event settings framework for managing shared options"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
658
 
659
  #: src/admin-views/tribe-options-help.php:31
660
  msgid "Check our Knowledgebase"
661
+ msgstr "Tekintse meg a tudásbázisunkat"
662
 
663
  #: src/admin-views/tribe-options-help.php:31
664
  msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
674
 
675
  #: src/admin-views/tribe-options-help.php:21
676
  msgid "list of available functions"
677
+ msgstr "elérhető funkciók listája"
678
 
679
  #: src/admin-views/tribe-options-help.php:15
680
  msgid "Knowledgebase"
681
+ msgstr "Tudásbázis"
682
 
683
  #: src/admin-views/tribe-options-help.php:15
684
  msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
685
+ msgstr "A honlapunkon lévő %s egy remek hely, ahol a bővítményeink használatához és testreszabásához találsz tippeket és trükköket."
686
 
687
  #: src/admin-views/tribe-options-help.php:14
688
  msgid "Getting Support"
689
+ msgstr "Hol találsz segítséget"
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
698
 
699
  #: src/admin-views/tribe-options-general.php:10
700
  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."
701
+ msgstr "Köszönjük, hogy az Event Tickets bővítményt használod! Mi a Modern Tribe-nál mindannyian őszintén értékeljük a támogatásodat és örömmel látjuk, hogy a bővítményeinket használod. Kezdetnek olvasd el a praktikus %1$sKezdő lépések új felhasználóknak%2$s cikket."
702
 
703
  #: src/Tribe/Validate.php:214
704
  msgid "%s must be a positive number or percent."
705
+ msgstr "%s-nek pozitív számnak vagy százaléknak kell lennie."
706
 
707
  #: src/Tribe/PUE/Checker.php:932
708
  msgid "Thanks for setting up a valid key. It will expire on %s"
709
+ msgstr "Köszönjük, hogy érvényes kulcsot adott meg. A megadott kulcs lejárata: %s"
710
 
711
  #: src/Tribe/Admin/Help_Page.php:860
712
  msgid "Visit the Add-on Page"
713
+ msgstr "Látogasson el a bővítmények oldalra"
714
 
715
  #: src/Tribe/Admin/Help_Page.php:855
716
  msgid "Plugin Inactive"
717
+ msgstr "Bővítmény kikapcsolva"
718
 
719
  #: src/Tribe/Admin/Help_Page.php:853
720
  msgid "Plugin Active"
721
+ msgstr "Bővítmény bekapcsolva"
722
 
723
  #: src/Tribe/Admin/Help_Page.php:828
724
  msgid "Rating:"
725
+ msgstr "Értékelés:"
726
 
727
  #: src/Tribe/Admin/Help_Page.php:825
728
  msgid "Active Users:"
729
+ msgstr "Aktív felhasználók:"
730
 
731
  #: src/Tribe/Admin/Help_Page.php:802
732
  msgid "Install Plugin"
733
+ msgstr "Bővítmény telepítése"
734
 
735
  #: src/Tribe/Admin/Help_Page.php:802
736
  msgid "Install %s"
737
+ msgstr "%s telepítése"
738
 
739
  #: src/Tribe/Admin/Help_Page.php:786
740
  msgid "Upgrade Plugin"
741
+ msgstr "Bővítmény frissítése"
742
 
743
  #: src/Tribe/Admin/Help_Page.php:778
744
  msgid "Activate Plugin"
745
+ msgstr "Bővítmény bekapcsolása"
746
 
747
  #: src/Tribe/Admin/Help_Page.php:778
748
  msgid "Activate %s"
749
+ msgstr "%s aktiválása"
750
 
751
  #: src/Tribe/Admin/Help_Page.php:244 src/Tribe/Plugins_API.php:100
752
  msgid "Community Tickets"
753
+ msgstr "Community Tickets"
754
 
755
  #: src/Tribe/Admin/Help_Page.php:235 src/Tribe/Plugins_API.php:66
756
  msgid "Event Tickets Plus"
757
+ msgstr "Event Tickets Plus"
758
 
759
  #: src/Tribe/Admin/Help_Page.php:203 src/Tribe/Plugins_API.php:111
760
  msgid "Eventbrite Tickets"
761
+ msgstr "Eventbrite Tickets"
762
 
763
  #: src/Tribe/Admin/Help_Page.php:170
764
  msgid " and "
765
+ msgstr " és"
766
 
767
  #: src/Tribe/Admin/Help_Page.php:95
768
  msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
770
 
771
  #: src/Tribe/Admin/Help_Page.php:91
772
  msgid "Advanced Post Manager"
773
+ msgstr "Advanced Post Manager"
774
 
775
  #: src/Tribe/Admin/Help_Page.php:79
776
  msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
778
 
779
  #: src/Tribe/Admin/Help_Page.php:75 src/Tribe/Plugins_API.php:57
780
  msgid "Event Tickets"
781
+ msgstr "Event Tickets"
782
 
783
  #: src/Tribe/Admin/Help_Page.php:63
784
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
786
 
787
  #. Author URI of the plugin/theme
788
  msgid "http://m.tri.be/1x"
789
+ msgstr "http://m.tri.be/1x"
790
 
791
  #. Author of the plugin/theme
792
  msgid "Modern Tribe, Inc."
793
+ msgstr "Modern Tribe, Inc."
794
 
795
  #: src/Tribe/Settings.php:371
796
  msgid "Save Changes"
797
+ msgstr "Módosítások mentése"
798
 
799
  #: src/admin-views/tribe-options-licenses.php:38
800
  msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
808
  msgid "unknown date"
809
  msgstr "ismeretlen dátum"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Vissza a Wordpress frissítésekhez"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
+ msgstr "Ugrás a WordPress frissítések oldalra"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
+ msgstr "Vissza a bővítmények oldalra"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
+ msgstr "Tovább a bővítményekhez"
826
 
827
  #: src/Tribe/Cost_Utils.php:114
828
  msgid "Free"
850
 
851
  #: src/Tribe/Admin/Help_Page.php:823
852
  msgid "WordPress "
853
+ msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Szükséges:"
858
 
866
 
867
  #: src/Tribe/Admin/Help_Page.php:194 src/Tribe/Plugins_API.php:43
868
  msgid "Events Calendar PRO"
869
+ msgstr "Events Calendar PRO"
870
 
871
  #: src/Tribe/Admin/Help_Page.php:413 src/Tribe/Admin/Help_Page.php:788
872
  msgid "You are up to date!"
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar bővítmény"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
+ msgstr "Hibakereső mód"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "A The Events Calendar link megjelenítése"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Nézz meg egy példát a linkre"
903
 
904
  #: src/admin-views/tribe-options-general.php:30
905
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
906
+ msgstr "Arra gondolsz, hogy \"Hú, ez a bővítmény csodálatos! Köszönetet kéne mondanom Modern Tribe-nak a kemény munkáért.\" A legnagyobb köszönet, amit kérhetünk, az az elismerés. Adj hozzá egy kis szöveges linket a naptárad aljához, mely a The Events Calendar projekt honlapjára mutat."
907
 
908
  #: src/admin-views/tribe-options-general.php:25
909
  msgid "We hope our plugin is helping you out."
937
  msgid "Community Events"
938
  msgstr "Közösségi események"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "Nyugat-Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Dél-Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Dél-Karolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Észak-Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Észak-Karolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Új-Mexikó"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Havaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "Columbia kerület"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Kalifornia"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaszka"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1155
 
1156
  #: src/Tribe/Languages/Locations.php:293
1157
  msgid "Wallis and Futuna Islands"
1158
+ msgstr "Wallis- és Futuna-szigetek"
1159
 
1160
  #: src/Tribe/Languages/Locations.php:292
1161
  msgid "Virgin Islands (U.S.)"
1211
 
1212
  #: src/Tribe/Languages/Locations.php:279
1213
  msgid "Turks and Caicos Islands"
1214
+ msgstr "Turks- és Caicos-szigetek"
1215
 
1216
  #: src/Tribe/Languages/Locations.php:278
1217
  msgid "Turkmenistan"
1227
 
1228
  #: src/Tribe/Languages/Locations.php:275
1229
  msgid "Trinidad and Tobago"
1230
+ msgstr "Trinidad és Tobago"
1231
 
1232
  #: src/Tribe/Languages/Locations.php:274
1233
  msgid "Tonga"
1247
 
1248
  #: src/Tribe/Languages/Locations.php:270
1249
  msgid "Tanzania, United Republic of"
1250
+ msgstr "Tanzániai Egyesült Köztársaság"
1251
 
1252
  #: src/Tribe/Languages/Locations.php:269
1253
  msgid "Tajikistan"
1275
 
1276
  #: src/Tribe/Languages/Locations.php:263
1277
  msgid "Svalbard and Jan Mayen Islands"
1278
+ msgstr "Svalbard- és Jan Mayen-szigetek"
1279
 
1280
  #: src/Tribe/Languages/Locations.php:262
1281
  msgid "Suriname"
1287
 
1288
  #: src/Tribe/Languages/Locations.php:241
1289
  msgid "Saint Pierre and Miquelon"
1290
+ msgstr "Saint-Pierre és Miquelon"
1291
 
1292
  #: src/Tribe/Languages/Locations.php:260
1293
  msgid "Sri Lanka"
1355
 
1356
  #: src/Tribe/Languages/Locations.php:242
1357
  msgid "Saint Vincent and The Grenadines"
1358
+ msgstr "Saint Vincent és a Grenadine-szigetek"
1359
 
1360
  #: src/Tribe/Languages/Locations.php:240
1361
  msgid "Saint Lucia"
1363
 
1364
  #: src/Tribe/Languages/Locations.php:239
1365
  msgid "Saint Kitts and Nevis"
1366
+ msgstr "Saint Kitts és Nevis"
1367
 
1368
  #: src/Tribe/Languages/Locations.php:236
1369
  msgid "Rwanda"
1515
 
1516
  #: src/Tribe/Languages/Locations.php:199
1517
  msgid "Moldova, Republic of"
1518
+ msgstr "Moldáviai Köztársaság"
1519
 
1520
  #: src/Tribe/Languages/Locations.php:198
1521
  msgid "Micronesia, Federated States of"
1522
+ msgstr "Mikronéziai Szövetségi Államok"
1523
 
1524
  #: src/Tribe/Languages/Locations.php:197
1525
  msgid "Mexico"
1623
 
1624
  #: src/Tribe/Languages/Locations.php:172
1625
  msgid "Korea, Republic of"
1626
+ msgstr "Koreai Köztársaság"
1627
 
1628
  #: src/Tribe/Languages/Locations.php:171
1629
  msgid "Korea, Democratic People's Republic of"
1630
+ msgstr "Koreai Demokratikus Népköztársaság"
1631
 
1632
  #: src/Tribe/Languages/Locations.php:170
1633
  msgid "Kiribati"
1671
 
1672
  #: src/Tribe/Languages/Locations.php:160
1673
  msgid "Iran, Islamic Republic of"
1674
+ msgstr "Iráni Iszlám Köztársaság"
1675
 
1676
  #: src/Tribe/Languages/Locations.php:159
1677
  msgid "Indonesia"
1703
 
1704
  #: src/Tribe/Languages/Locations.php:152
1705
  msgid "Heard and McDonald Islands"
1706
+ msgstr "Heard és McDonald-szigetek"
1707
 
1708
  #: src/Tribe/Languages/Locations.php:151
1709
  msgid "Haiti"
1757
  msgid "Germany"
1758
  msgstr "Németország"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Grúzia"
1763
 
1875
 
1876
  #: src/Tribe/Languages/Locations.php:107
1877
  msgid "Congo, Democratic Republic of the"
1878
+ msgstr "Kongói Demokratikus Köztársaság"
1879
 
1880
  #: src/Tribe/Languages/Locations.php:106
1881
  msgid "Congo"
1967
 
1968
  #: src/Tribe/Languages/Locations.php:83
1969
  msgid "Bosnia and Herzegowina"
1970
+ msgstr "Bosznia-Hercegovina"
1971
 
1972
  #: src/Tribe/Languages/Locations.php:82
1973
  msgid "Bolivia"
2039
 
2040
  #: src/Tribe/Languages/Locations.php:65
2041
  msgid "Antigua and Barbuda"
2042
+ msgstr "Antigua és Barbuda"
2043
 
2044
  #: src/Tribe/Languages/Locations.php:64
2045
  msgid "Antarctica"
2212
 
2213
  #: src/Tribe/PUE/Checker.php:888
2214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
2215
+ msgstr "Hmmm... Valami nincs rendben az érvényesítővel. Kérjük, fordulj a %stámogatói csapathoz%s."
2216
 
2217
  #: src/Tribe/PUE/Checker.php:927
2218
  msgid "Valid Key! Expires on %s"
2224
 
2225
  #: src/Tribe/PUE/Checker.php:650
2226
  msgid "License key(s) updated."
2227
+ msgstr "Licensz kulcs(ok) frissítve."
2228
 
2229
  #: src/Tribe/PUE/Checker.php:494
2230
  msgid "A valid license key is required for support and updates"
2231
+ msgstr "Egy érvényes licensz szükséges a támogatáshoz és frissítésekhez"
2232
 
2233
  #: src/Tribe/PUE/Checker.php:509 src/Tribe/PUE/Checker.php:520
2234
  msgid "License Key"
2235
  msgstr "Licensz kulcs"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
+ msgstr "Keresés:"
2240
 
2241
  #: src/Tribe/Settings.php:254
2242
  msgid "Settings"
2246
  msgid "Network"
2247
  msgstr "Hálózat"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Kész"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Ma"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Előző"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Következő"
2264
 
2268
 
2269
  #: src/Tribe/Settings_Manager.php:55
2270
  msgid "Display"
2271
+ msgstr "Megjelenítés"
2272
 
2273
  #: src/Tribe/Settings_Manager.php:253
2274
  #: src/admin-views/tribe-options-licenses.php:66
common/lang/tribe-common-id_ID.mo CHANGED
Binary file
common/lang/tribe-common-id_ID.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: id\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr ""
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr ""
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Add-Ons"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Membutuhkan:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Bar Plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Modus Debug"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Tampilkan Link The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Apakah Anda berpikir \"Wow, plugin ini luar biasa! Saya harus mengucapkan terima kasih kepada modern Tribe untuk semua kerja keras mereka.\" Penghargaan terbesar yang kita bisa minta adalah pengakuan. Tambahkan link text-only kecil di bagian bawah kalender Anda untuk proyek The Events Calendar."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Lihat contoh link"
904
 
@@ -938,203 +937,203 @@ msgstr "Lihat"
938
  msgid "Community Events"
939
  msgstr ""
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "Virginia Barat"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Carolina Selatan"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York."
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi."
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawai"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Jerman"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
2235
  msgid "License Key"
2236
  msgstr "License Key"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Pengaturan"
2247
  msgid "Network"
2248
  msgstr "Jaringan"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Selesai"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Hari ini"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Sebelumnya"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Berikutnya"
2265
 
11
  "Language: id\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr ""
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr ""
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr ""
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Membutuhkan:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Bar Plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Modus Debug"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Tampilkan Link The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Lihat contoh link"
903
 
937
  msgid "Community Events"
938
  msgstr ""
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "Virginia Barat"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Carolina Selatan"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York."
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi."
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawai"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Jerman"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "License Key"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Jaringan"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Selesai"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Hari ini"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Sebelumnya"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Berikutnya"
2264
 
common/lang/tribe-common-is_IS.mo CHANGED
Binary file
common/lang/tribe-common-is_IS.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: is\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr ""
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr ""
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr ""
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr ""
822
 
@@ -848,7 +852,7 @@ msgstr "Premium viðbætur"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Krefst:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Villu leiðréttingar stiku viðbót"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Leiðréttunar viðmót"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Sýna Events Calendar hlekk"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Ert þú að hugsa \"Wow, þetta dagatal er æði!. Ég þarf að þakka Modern Tribe fyrir alla þessa frábæru vinnu.\" Best er að láta vita af þessu dagatali. Bætið við texta-link á dagatalið."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Sjá hér sýnishorn af tengli"
904
 
@@ -938,203 +937,203 @@ msgstr "Skoða"
938
  msgid "Community Events"
939
  msgstr "Samfélags viðburðir"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germany"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
2235
  msgid "License Key"
2236
  msgstr "Númer leyfis"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Stillingar"
2247
  msgid "Network"
2248
  msgstr "Net"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Lokið"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Í dag"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Fyrri"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Næsti"
2265
 
11
  "Language: is\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr ""
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr ""
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr ""
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr ""
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Krefst:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Villu leiðréttingar stiku viðbót"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Leiðréttunar viðmót"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Sýna Events Calendar hlekk"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Sjá hér sýnishorn af tengli"
903
 
937
  msgid "Community Events"
938
  msgstr "Samfélags viðburðir"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germany"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Númer leyfis"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Net"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Lokið"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Í dag"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Fyrri"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Næsti"
2264
 
common/lang/tribe-common-it_IT.mo CHANGED
Binary file
common/lang/tribe-common-it_IT.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: it\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "le regole di riscrittura sono state caricate nel caricamento di questa p
804
  msgid "unknown date"
805
  msgstr "data sconosciuta"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Ritorna agli aggiornamenti di Wordpress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Vai alla pagina di aggiornamenti di Wordpress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Ritorna alla pagina dei plugin"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Vai alla pagina dei plugin"
822
 
@@ -848,7 +852,7 @@ msgstr "Add-on Premium"
848
  msgid "WordPress "
849
  msgstr "Wordpress"
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requisiti:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "plug-in Debug Bar"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Modalità debug"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Visualizza link a The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Stai pensando\" Wow, questo plug-in è fantastico! Devo ringraziare Modern Tribe per il loro gran lavoro.\" Il miglior ringraziamento che possiamo chiedere è il riconoscimento. Aggiungi un piccolo link testuale alla fine del tuo calendario che punti al progetto The Events Calendar."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Vedi un esempio di collegamento"
904
 
@@ -938,203 +937,203 @@ msgstr "Vedi"
938
  msgid "Community Events"
939
  msgstr ""
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "New York"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germania"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamen
2235
  msgid "License Key"
2236
  msgstr "Chiave Licenza"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Impostazioni"
2247
  msgid "Network"
2248
  msgstr "Rete"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Fatto"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Oggi"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Precedente"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Prossimo"
2265
 
11
  "Language: it\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "data sconosciuta"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Ritorna agli aggiornamenti di Wordpress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Vai alla pagina di aggiornamenti di Wordpress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Ritorna alla pagina dei plugin"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Vai alla pagina dei plugin"
826
 
852
  msgid "WordPress "
853
  msgstr "Wordpress"
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requisiti:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "plug-in Debug Bar"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Modalità debug"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Visualizza link a The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Vedi un esempio di collegamento"
903
 
937
  msgid "Community Events"
938
  msgstr ""
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "New York"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germania"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Chiave Licenza"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Rete"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Fatto"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Oggi"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Precedente"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Prossimo"
2264
 
common/lang/tribe-common-lt_LT.mo CHANGED
Binary file
common/lang/tribe-common-lt_LT.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: lt\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr "Perrašymo taisyklės išvalytos šio pagalbos puslapio krovimo metu. Yr
807
  msgid "unknown date"
808
  msgstr "nežinoma data"
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr "Grįžti į WordPress atnaujinimus"
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr "Eiti į WordPress atnaujinimų puslapį"
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr "Grįžti į įskiepių puslapį"
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr "Eiti į įskiepių puslapį"
825
 
@@ -851,7 +855,7 @@ msgstr "Premium papildiniai"
851
  msgid "WordPress "
852
  msgstr "WordPress"
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Būtina:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr "n/a"
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Derinimo juostos priedas"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  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."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Derinimo režimas"
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Rodyti Renginių Kalendoriaus nuorodą"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Ar jūs mąstote \"Vau, šis papildinys nepakartojamas! Gal turėčiau padėkoti Modern Tribe už visą jų sunkų darbą.\" Didžiausią padėką kurią mes galime paprašyti tai pripažinimas. Pridėkite mažą tekstą nuorodą į Renginių Kalendoriaus projektą apačioje savo kalendoriaus."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Žr. nuorodos pavyzdį"
907
 
@@ -941,203 +940,203 @@ msgstr "Peržiūrėti"
941
  msgid "Community Events"
942
  msgstr "Bendruomenės renginiai"
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Vajomingas"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Viskonsinas"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "Vakarų Virdžinija"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Vašingtonas"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virdžinija"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermontas"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Juta"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Teksasas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tenesis"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "Pietų Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "Pietų Karolina"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rod Ailandas"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pensilvania"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregonas"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohajas"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "Šiaurės Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "Šiaurės Karolina"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "Niujorkas"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "Naujoji Meksika"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "Naujasis Džersis"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "Naujasis Hampšyras"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Misūris"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Misisipė"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Mičiganas"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Masačiusetsas"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Merilendas"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Meinas"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Luisiana"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Kentukis"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Kanzasas"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Ajova"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Indiana"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Ilinojus"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Aidahas"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Havajai"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Florida"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "Kolumbijos rajonas"
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Delaveras"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Konektikutas"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Koloradas"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "Kalifornija"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Arkanzasas"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Arizona"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Aliaska"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Alabama"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Gana"
1761
  msgid "Germany"
1762
  msgstr "Vokietija"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Gruzija"
1767
 
@@ -2239,7 +2238,7 @@ msgstr "Pagalbai ir atnaujinimams reikalingas galiojantis licencijos raktas"
2239
  msgid "License Key"
2240
  msgstr "Licencijavimo raktas"
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Nustatymai"
2251
  msgid "Network"
2252
  msgstr "Tinklas"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Įvykdyta"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Šiandien"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Ankstesnis"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Kitas"
2269
 
11
  "Language: lt\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr "nežinoma data"
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr "Grįžti į WordPress atnaujinimus"
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr "Eiti į WordPress atnaujinimų puslapį"
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr "Grįžti į įskiepių puslapį"
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr "Eiti į įskiepių puslapį"
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress"
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Būtina:"
861
 
884
  msgid "n/a"
885
  msgstr "n/a"
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Derinimo juostos priedas"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  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."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Derinimo režimas"
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Rodyti Renginių Kalendoriaus nuorodą"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Žr. nuorodos pavyzdį"
906
 
940
  msgid "Community Events"
941
  msgstr "Bendruomenės renginiai"
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Vajomingas"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Viskonsinas"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "Vakarų Virdžinija"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Vašingtonas"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virdžinija"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermontas"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Juta"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Teksasas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tenesis"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "Pietų Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "Pietų Karolina"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rod Ailandas"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pensilvania"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregonas"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohajas"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "Šiaurės Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "Šiaurės Karolina"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "Niujorkas"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "Naujoji Meksika"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "Naujasis Džersis"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "Naujasis Hampšyras"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Misūris"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Misisipė"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Mičiganas"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Masačiusetsas"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Merilendas"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Meinas"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Luisiana"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Kentukis"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Kanzasas"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Ajova"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Indiana"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Ilinojus"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Aidahas"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Havajai"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "Kolumbijos rajonas"
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Delaveras"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Konektikutas"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Koloradas"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "Kalifornija"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Arkanzasas"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Aliaska"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Vokietija"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Gruzija"
1766
 
2238
  msgid "License Key"
2239
  msgstr "Licencijavimo raktas"
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Tinklas"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Įvykdyta"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Šiandien"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Ankstesnis"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Kitas"
2268
 
common/lang/tribe-common-lv.mo CHANGED
Binary file
common/lang/tribe-common-lv.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: lv\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr ""
807
  msgid "unknown date"
808
  msgstr ""
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr ""
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr ""
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr ""
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr ""
825
 
@@ -851,7 +855,7 @@ msgstr "Premium Papildinājumi"
851
  msgid "WordPress "
852
  msgstr "WordPress"
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Nepieciešams:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr ""
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Atkļūdošanas Joslas Spraudnis"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  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ā."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Atkļūdošanas režīms"
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Parādīt Notikumu Kalendāra saiti"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Vai tu domā \" Oho, šis spraudnis ir foršs! Vajadzētu pateikties Modern Tribe par smago darbu.\"? Lielākā pateicība kādu mēs varētu prasīt ir mūsu darba atzīšana. Pievieno nelielu teksta saiti zem sava kalendāra, kura norāda uz Notikumu Kalendāra projektu."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Skatīt saites piemēru"
907
 
@@ -941,203 +940,203 @@ msgstr "Skatīt"
941
  msgid "Community Events"
942
  msgstr ""
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Vaiominaga"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Wisconsin"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "West Virginia"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Vašingtona"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virdžīnija"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermont"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Utah"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Texas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tennessee"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "South Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "South Carolina"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rhode Island"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pennsylvania"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregon"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohio"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "North Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "North Carolina"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "Amerika/Ņujorka"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "New Mexico"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "New Jersey"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "New Hampshire"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Missouri"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Mississippi"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minnesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Michigan"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Massachusetts"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Maryland"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Maine"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Luizināna"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Kentucky"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Kansas"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Iowa"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Amerika/Indiāna/Indianapolisa"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Illinois"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Idaho"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Hawaii"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Florida"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "District of Columbia"
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Delaware"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Connecticut"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Colorado"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "California"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Arkansas"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Arizona"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Aļaska"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Alabama"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Gana"
1761
  msgid "Germany"
1762
  msgstr "Vācija"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Gruzija"
1767
 
@@ -2239,7 +2238,7 @@ msgstr "Atjauninajumiem un atbalstam ir nepieciešama derīga licences atslēga"
2239
  msgid "License Key"
2240
  msgstr "Licences atslēga"
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Iestatījumi"
2251
  msgid "Network"
2252
  msgstr "Tīkls"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Pabeigts"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Šodien"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Iepriekšējais"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Nākamais"
2269
 
11
  "Language: lv\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr ""
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr ""
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr ""
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr ""
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr ""
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress"
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Nepieciešams:"
861
 
884
  msgid "n/a"
885
  msgstr ""
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Atkļūdošanas Joslas Spraudnis"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  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ā."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Atkļūdošanas režīms"
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Parādīt Notikumu Kalendāra saiti"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Skatīt saites piemēru"
906
 
940
  msgid "Community Events"
941
  msgstr ""
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Vaiominaga"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Wisconsin"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "West Virginia"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Vašingtona"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virdžīnija"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Utah"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Texas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tennessee"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "South Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "South Carolina"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rhode Island"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pennsylvania"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohio"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "North Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "North Carolina"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "Amerika/Ņujorka"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "New Mexico"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "New Jersey"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "New Hampshire"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Missouri"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Mississippi"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minnesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Michigan"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Massachusetts"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Maryland"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Maine"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Luizināna"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Kentucky"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Kansas"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Iowa"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Amerika/Indiāna/Indianapolisa"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Illinois"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Idaho"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Hawaii"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "District of Columbia"
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Delaware"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Connecticut"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Colorado"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "California"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Arkansas"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Aļaska"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Vācija"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Gruzija"
1766
 
2238
  msgid "License Key"
2239
  msgstr "Licences atslēga"
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Tīkls"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Pabeigts"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Šodien"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Iepriekšējais"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Nākamais"
2268
 
common/lang/tribe-common-nb_NO.mo CHANGED
Binary file
common/lang/tribe-common-nb_NO.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: nb_NO\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr "Rewrite rules ble slettet da denne hjelpesiden ble lastet. Det er sannsy
804
  msgid "unknown date"
805
  msgstr "ukjent dato"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Gå tilbake til Wordpress oppdateringer"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Gå til Wordpress oppdateringer"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Gå tilbake til utvidelser"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Gå til utvidelser"
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Add-Ons"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Krever:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Feilsøkingslinje-plugin"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Feilsøkingsmodus"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Vis The Events Calendar link"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Tenker du \"Wow, denne plugin er fantastisk! Jeg burde si takk til Modern Tribe for hardt arbeid! Den største takken vi kan be om er anerkjennelse. Legg til en liten tekstlink i bunnen av kalenderen din, som peker til The Events Calendar-prosjektet."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Se et eksempel på lenken"
904
 
@@ -938,203 +937,203 @@ msgstr "Vis"
938
  msgid "Community Events"
939
  msgstr "Communityhendelser"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Tyskland"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "En gyldig lisensnøkkel er nødvendig for brukerstøtte og oppdateringer
2235
  msgid "License Key"
2236
  msgstr "Lisensnøkkel"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Innstillinger"
2247
  msgid "Network"
2248
  msgstr "Nettverk"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Fullført."
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Idag"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Foregående"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Neste"
2265
 
11
  "Language: nb_NO\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "ukjent dato"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Gå tilbake til Wordpress oppdateringer"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Gå til Wordpress oppdateringer"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Gå tilbake til utvidelser"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Gå til utvidelser"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Krever:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Feilsøkingslinje-plugin"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Feilsøkingsmodus"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Vis The Events Calendar link"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Se et eksempel på lenken"
903
 
937
  msgid "Community Events"
938
  msgstr "Communityhendelser"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Tyskland"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Lisensnøkkel"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Nettverk"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Fullført."
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Idag"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Foregående"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Neste"
2264
 
common/lang/tribe-common-nl_NL.mo CHANGED
Binary file
common/lang/tribe-common-nl_NL.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: nl\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,8 +332,8 @@ msgid "Event Log"
320
  msgstr "Event Log"
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
- msgstr "De details van je kalenderplugin en de instellingen is vaak nodig om een probleem te helpen troubleshooten. Laat hieronder weten of je automatisch je systeeminformatie wilt delen met ons ondersteuningsteam. Dit helpt ons om je sneller te ondersteunen als je op de forums een bericht plaatst."
325
 
326
  #: src/admin-views/app-shop.php:26
327
  msgid "Buy This Add-On"
@@ -425,63 +437,63 @@ msgstr "(opent in een nieuw scherm)"
425
  msgid "Renew Your License Now"
426
  msgstr "Verleng je licentie nu"
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ": 1 rij geselecteerd"
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ": %d rijen geselecteerd"
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr "Vorige"
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr "Alle"
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr "Geen resultaten gevonden"
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr "(gefilterd van _MAX_ totale resultaten)"
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr "Toont 0 tot 0 van 0 resultaten"
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr "Toont _START_ tot _END_ van _TOTAL_ resultaten"
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr "Geen data beschikbaar in tabel"
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr "Toon _MENU_ entries"
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ": activeer om de kolom oplopend te sorteren"
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ": activeer om de kolom aflopend te sorteren"
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr "Druk op \"Cmd + C\" om te kopiëren"
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr "Systeeminformatie gekopieerd"
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr "Kopieer naar klembord"
487
 
@@ -493,10 +505,6 @@ msgstr "Een onbekende fout is opgetreden"
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr "De Eventbrite Tickets add-on geeft je de mogelijkheid om tickets te maken en verkopen via The Events Calendar, gebruik makend van de kracht van %1$sEventbrite%2$s. Of je nu via je WordPress-omgeving tickets aanmaakt, of dat je ze importeert uit een reeds bestaand evenement op %1$sEventbrite.com%2$s, deze add-on brengt de kracht van de Eventbrite API naar je kalender."
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr "Event Tickets Plus geeft je de gelegenheid om tickets voor je evenementen te verkopen via WooCommerce, Shopp, WP eCommerce of Easy Digital Downloads. Gebruik het in je berichten en pagina's, of voeg %1$sThe Events Calendar%2$s toe en verkoop tickets via je evenementenpagina's."
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,12 +645,8 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr "Zoek in ons supportforum"
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
- msgstr "%s. Er zijn maar weinig problemen die we niet eerder gezien hebben, dus de kans is groot dat een andere gebruiker jouw vraag ook al heeft gesteld en al antwoord heeft gehad van ons ondersteuningsteam. Het plaatsen van nieuwe berichten in het forum is alleen mogelijk voor betalende gebruikers, maar het is voor iedereen vrij om te doorzoeken. "
646
 
647
  #: src/admin-views/tribe-options-help.php:32
648
  msgid "Test for a theme or plugin conflict"
@@ -685,8 +689,8 @@ msgid "Getting Support"
685
  msgstr "Ondersteuning krijgen"
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
- msgstr "Enorm bedankt voor het gebruik van %s! Iedereen van Modern Tribe wil je hartelijk bedanken voor je hulp en is blij om te zien dat je onze plug-ins gebruikt."
690
 
691
  #: src/admin-views/tribe-options-general.php:15
692
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
@@ -806,19 +810,19 @@ msgstr "Rewrite rules were purged on load of this help page. Chances are there i
806
  msgid "unknown date"
807
  msgstr "onbekende datum"
808
 
809
- #: src/Tribe/Admin/Activation_Page.php:85
810
  msgid "Return to WordPress Updates"
811
  msgstr "Keer terug naar Wordpress updates pagina"
812
 
813
- #: src/Tribe/Admin/Activation_Page.php:85
814
  msgid "Go to WordPress Updates page"
815
  msgstr "Ga naar Wordpress updates pagina"
816
 
817
- #: src/Tribe/Admin/Activation_Page.php:77
818
  msgid "Return to Plugins page"
819
  msgstr "Keer terug naar pluginpagina"
820
 
821
- #: src/Tribe/Admin/Activation_Page.php:77
822
  msgid "Go to plugins page"
823
  msgstr "Ga naar pluginpagina"
824
 
@@ -850,7 +854,7 @@ msgstr "Premium Add-Ons"
850
  msgid "WordPress "
851
  msgstr "Wordpress "
852
 
853
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
854
  msgid "Requires:"
855
  msgstr "Benodigd:"
856
 
@@ -879,28 +883,23 @@ msgctxt "not available"
879
  msgid "n/a"
880
  msgstr "niet beschikbaar"
881
 
882
- #: src/admin-views/tribe-options-general.php:64
883
  msgid "Debug Bar Plugin"
884
  msgstr "Debug Bar Plugin"
885
 
886
- #: src/admin-views/tribe-options-general.php:64
887
  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."
888
  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."
889
 
890
- #: src/admin-views/tribe-options-general.php:58
891
  msgid "Debug mode"
892
  msgstr "Debugmodus"
893
 
894
- #: src/admin-views/tribe-options-general.php:40
895
  msgid "Show The Events Calendar link"
896
  msgstr "Laat de 'The Events Calender Link' zien"
897
 
898
- #: src/admin-views/tribe-options-general.php:35
899
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
900
- msgstr "Denk je \"Wow, deze plugin is verbazingwekkend! Ik moet Modern Tribe bedanken voor hun harde werk\"? De grootste dank waar we om kunnen vragen is erkenning. Voeg een kleine tekstlink toe aan je kalender die verwijst naar het 'The Events Calendar'-project."
901
-
902
  #: src/admin-views/tribe-options-general.php:30
903
- #: src/admin-views/tribe-options-general.php:35
904
  msgid "See an example of the link"
905
  msgstr "Bekijk een voorbeeld van deze link"
906
 
@@ -940,203 +939,203 @@ msgstr "Bekijk"
940
  msgid "Community Events"
941
  msgstr "Community Events"
942
 
943
- #: src/Tribe/Languages/Locations.php:367
944
  msgid "Wyoming"
945
  msgstr "Wyoming"
946
 
947
- #: src/Tribe/Languages/Locations.php:366
948
  msgid "Wisconsin"
949
  msgstr "Wisconsin"
950
 
951
- #: src/Tribe/Languages/Locations.php:365
952
  msgid "West Virginia"
953
  msgstr "West Virginia"
954
 
955
- #: src/Tribe/Languages/Locations.php:364
956
  msgid "Washington"
957
  msgstr "Washington"
958
 
959
- #: src/Tribe/Languages/Locations.php:363
960
  msgid "Virginia"
961
  msgstr "Virginia"
962
 
963
- #: src/Tribe/Languages/Locations.php:362
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
- #: src/Tribe/Languages/Locations.php:361
968
  msgid "Utah"
969
  msgstr "Utah"
970
 
971
- #: src/Tribe/Languages/Locations.php:360
972
  msgid "Texas"
973
  msgstr "Texas"
974
 
975
- #: src/Tribe/Languages/Locations.php:359
976
  msgid "Tennessee"
977
  msgstr "Tennessee"
978
 
979
- #: src/Tribe/Languages/Locations.php:358
980
  msgid "South Dakota"
981
  msgstr "South Dakota"
982
 
983
- #: src/Tribe/Languages/Locations.php:357
984
  msgid "South Carolina"
985
  msgstr "South Carolina"
986
 
987
- #: src/Tribe/Languages/Locations.php:356
988
  msgid "Rhode Island"
989
  msgstr "Rhode Island"
990
 
991
- #: src/Tribe/Languages/Locations.php:355
992
  msgid "Pennsylvania"
993
  msgstr "Pennsylvania"
994
 
995
- #: src/Tribe/Languages/Locations.php:354
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
- #: src/Tribe/Languages/Locations.php:353
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
- #: src/Tribe/Languages/Locations.php:352
1004
  msgid "Ohio"
1005
  msgstr "Ohia"
1006
 
1007
- #: src/Tribe/Languages/Locations.php:351
1008
  msgid "North Dakota"
1009
  msgstr "North Dakota"
1010
 
1011
- #: src/Tribe/Languages/Locations.php:350
1012
  msgid "North Carolina"
1013
  msgstr "North Carolina"
1014
 
1015
- #: src/Tribe/Languages/Locations.php:349
1016
  msgid "New York"
1017
  msgstr "New York"
1018
 
1019
- #: src/Tribe/Languages/Locations.php:348
1020
  msgid "New Mexico"
1021
  msgstr "New Mexico"
1022
 
1023
- #: src/Tribe/Languages/Locations.php:347
1024
  msgid "New Jersey"
1025
  msgstr "New Jersey"
1026
 
1027
- #: src/Tribe/Languages/Locations.php:346
1028
  msgid "New Hampshire"
1029
  msgstr "New Hampshire"
1030
 
1031
- #: src/Tribe/Languages/Locations.php:345
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
- #: src/Tribe/Languages/Locations.php:344
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
- #: src/Tribe/Languages/Locations.php:343
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
- #: src/Tribe/Languages/Locations.php:342
1044
  msgid "Missouri"
1045
  msgstr "Missouri"
1046
 
1047
- #: src/Tribe/Languages/Locations.php:341
1048
  msgid "Mississippi"
1049
  msgstr "Mississippi"
1050
 
1051
- #: src/Tribe/Languages/Locations.php:340
1052
  msgid "Minnesota"
1053
  msgstr "Minnesota"
1054
 
1055
- #: src/Tribe/Languages/Locations.php:339
1056
  msgid "Michigan"
1057
  msgstr "Michigan"
1058
 
1059
- #: src/Tribe/Languages/Locations.php:338
1060
  msgid "Massachusetts"
1061
  msgstr "Massachusetts"
1062
 
1063
- #: src/Tribe/Languages/Locations.php:337
1064
  msgid "Maryland"
1065
  msgstr "Maryland"
1066
 
1067
- #: src/Tribe/Languages/Locations.php:336
1068
  msgid "Maine"
1069
  msgstr "Maine"
1070
 
1071
- #: src/Tribe/Languages/Locations.php:335
1072
  msgid "Louisiana"
1073
  msgstr "Louisiana"
1074
 
1075
- #: src/Tribe/Languages/Locations.php:334
1076
  msgid "Kentucky"
1077
  msgstr "Kentucky"
1078
 
1079
- #: src/Tribe/Languages/Locations.php:333
1080
  msgid "Kansas"
1081
  msgstr "Kansas"
1082
 
1083
- #: src/Tribe/Languages/Locations.php:332
1084
  msgid "Iowa"
1085
  msgstr "Iowa"
1086
 
1087
- #: src/Tribe/Languages/Locations.php:331
1088
  msgid "Indiana"
1089
  msgstr "Indiana"
1090
 
1091
- #: src/Tribe/Languages/Locations.php:330
1092
  msgid "Illinois"
1093
  msgstr "Illinois"
1094
 
1095
- #: src/Tribe/Languages/Locations.php:329
1096
  msgid "Idaho"
1097
  msgstr "Idaho"
1098
 
1099
- #: src/Tribe/Languages/Locations.php:328
1100
  msgid "Hawaii"
1101
  msgstr "Hawaï"
1102
 
1103
- #: src/Tribe/Languages/Locations.php:326
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
- #: src/Tribe/Languages/Locations.php:325
1108
  msgid "District of Columbia"
1109
  msgstr "District of Columbia"
1110
 
1111
- #: src/Tribe/Languages/Locations.php:324
1112
  msgid "Delaware"
1113
  msgstr "Delaware"
1114
 
1115
- #: src/Tribe/Languages/Locations.php:323
1116
  msgid "Connecticut"
1117
  msgstr "Connecticut"
1118
 
1119
- #: src/Tribe/Languages/Locations.php:322
1120
  msgid "Colorado"
1121
  msgstr "Colorado"
1122
 
1123
- #: src/Tribe/Languages/Locations.php:321
1124
  msgid "California"
1125
  msgstr "Californië"
1126
 
1127
- #: src/Tribe/Languages/Locations.php:320
1128
  msgid "Arkansas"
1129
  msgstr "Arkansas"
1130
 
1131
- #: src/Tribe/Languages/Locations.php:319
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
- #: src/Tribe/Languages/Locations.php:318
1136
  msgid "Alaska"
1137
  msgstr "Alaska"
1138
 
1139
- #: src/Tribe/Languages/Locations.php:317
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
@@ -1760,7 +1759,7 @@ msgstr "Ghana"
1760
  msgid "Germany"
1761
  msgstr "Duitsland"
1762
 
1763
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1764
  msgid "Georgia"
1765
  msgstr "Georgië"
1766
 
@@ -2237,7 +2236,7 @@ msgstr "Een geldige licentie sleutel is nodig voor support en updates"
2237
  msgid "License Key"
2238
  msgstr "Licentie sleutel"
2239
 
2240
- #: src/Tribe/Main.php:285
2241
  msgid "Search:"
2242
  msgstr "Zoeken:"
2243
 
@@ -2249,19 +2248,19 @@ msgstr "Instellingen"
2249
  msgid "Network"
2250
  msgstr "Netwerk"
2251
 
2252
- #: src/Tribe/Main.php:310
2253
  msgid "Done"
2254
  msgstr "Gereed"
2255
 
2256
- #: src/Tribe/Main.php:309
2257
  msgid "Today"
2258
  msgstr "Vandaag"
2259
 
2260
- #: src/Tribe/Main.php:308
2261
  msgid "Prev"
2262
  msgstr "Vorige"
2263
 
2264
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2265
  msgid "Next"
2266
  msgstr "Volgende"
2267
 
11
  "Language: nl\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr "Event Log"
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
+ msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
339
  msgid "Buy This Add-On"
437
  msgid "Renew Your License Now"
438
  msgstr "Verleng je licentie nu"
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ": 1 rij geselecteerd"
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ": %d rijen geselecteerd"
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr "Vorige"
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr "Alle"
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr "Geen resultaten gevonden"
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr "(gefilterd van _MAX_ totale resultaten)"
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr "Toont 0 tot 0 van 0 resultaten"
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr "Toont _START_ tot _END_ van _TOTAL_ resultaten"
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr "Geen data beschikbaar in tabel"
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr "Toon _MENU_ entries"
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ": activeer om de kolom oplopend te sorteren"
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ": activeer om de kolom aflopend te sorteren"
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr "Druk op \"Cmd + C\" om te kopiëren"
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr "Systeeminformatie gekopieerd"
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr "Kopieer naar klembord"
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr "De Eventbrite Tickets add-on geeft je de mogelijkheid om tickets te maken en verkopen via The Events Calendar, gebruik makend van de kracht van %1$sEventbrite%2$s. Of je nu via je WordPress-omgeving tickets aanmaakt, of dat je ze importeert uit een reeds bestaand evenement op %1$sEventbrite.com%2$s, deze add-on brengt de kracht van de Eventbrite API naar je kalender."
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
649
+ msgstr ""
 
 
 
 
650
 
651
  #: src/admin-views/tribe-options-help.php:32
652
  msgid "Test for a theme or plugin conflict"
689
  msgstr "Ondersteuning krijgen"
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
+ msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
696
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
810
  msgid "unknown date"
811
  msgstr "onbekende datum"
812
 
813
+ #: src/Tribe/Admin/Activation_Page.php:92
814
  msgid "Return to WordPress Updates"
815
  msgstr "Keer terug naar Wordpress updates pagina"
816
 
817
+ #: src/Tribe/Admin/Activation_Page.php:92
818
  msgid "Go to WordPress Updates page"
819
  msgstr "Ga naar Wordpress updates pagina"
820
 
821
+ #: src/Tribe/Admin/Activation_Page.php:84
822
  msgid "Return to Plugins page"
823
  msgstr "Keer terug naar pluginpagina"
824
 
825
+ #: src/Tribe/Admin/Activation_Page.php:84
826
  msgid "Go to plugins page"
827
  msgstr "Ga naar pluginpagina"
828
 
854
  msgid "WordPress "
855
  msgstr "Wordpress "
856
 
857
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
858
  msgid "Requires:"
859
  msgstr "Benodigd:"
860
 
883
  msgid "n/a"
884
  msgstr "niet beschikbaar"
885
 
886
+ #: src/admin-views/tribe-options-general.php:59
887
  msgid "Debug Bar Plugin"
888
  msgstr "Debug Bar Plugin"
889
 
890
+ #: src/admin-views/tribe-options-general.php:59
891
  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."
892
  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."
893
 
894
+ #: src/admin-views/tribe-options-general.php:53
895
  msgid "Debug mode"
896
  msgstr "Debugmodus"
897
 
898
+ #: src/admin-views/tribe-options-general.php:35
899
  msgid "Show The Events Calendar link"
900
  msgstr "Laat de 'The Events Calender Link' zien"
901
 
 
 
 
 
902
  #: src/admin-views/tribe-options-general.php:30
 
903
  msgid "See an example of the link"
904
  msgstr "Bekijk een voorbeeld van deze link"
905
 
939
  msgid "Community Events"
940
  msgstr "Community Events"
941
 
942
+ #: src/Tribe/Languages/Locations.php:374
943
  msgid "Wyoming"
944
  msgstr "Wyoming"
945
 
946
+ #: src/Tribe/Languages/Locations.php:373
947
  msgid "Wisconsin"
948
  msgstr "Wisconsin"
949
 
950
+ #: src/Tribe/Languages/Locations.php:372
951
  msgid "West Virginia"
952
  msgstr "West Virginia"
953
 
954
+ #: src/Tribe/Languages/Locations.php:371
955
  msgid "Washington"
956
  msgstr "Washington"
957
 
958
+ #: src/Tribe/Languages/Locations.php:370
959
  msgid "Virginia"
960
  msgstr "Virginia"
961
 
962
+ #: src/Tribe/Languages/Locations.php:369
963
  msgid "Vermont"
964
  msgstr "Vermont"
965
 
966
+ #: src/Tribe/Languages/Locations.php:368
967
  msgid "Utah"
968
  msgstr "Utah"
969
 
970
+ #: src/Tribe/Languages/Locations.php:367
971
  msgid "Texas"
972
  msgstr "Texas"
973
 
974
+ #: src/Tribe/Languages/Locations.php:366
975
  msgid "Tennessee"
976
  msgstr "Tennessee"
977
 
978
+ #: src/Tribe/Languages/Locations.php:365
979
  msgid "South Dakota"
980
  msgstr "South Dakota"
981
 
982
+ #: src/Tribe/Languages/Locations.php:364
983
  msgid "South Carolina"
984
  msgstr "South Carolina"
985
 
986
+ #: src/Tribe/Languages/Locations.php:363
987
  msgid "Rhode Island"
988
  msgstr "Rhode Island"
989
 
990
+ #: src/Tribe/Languages/Locations.php:362
991
  msgid "Pennsylvania"
992
  msgstr "Pennsylvania"
993
 
994
+ #: src/Tribe/Languages/Locations.php:361
995
  msgid "Oregon"
996
  msgstr "Oregon"
997
 
998
+ #: src/Tribe/Languages/Locations.php:360
999
  msgid "Oklahoma"
1000
  msgstr "Oklahoma"
1001
 
1002
+ #: src/Tribe/Languages/Locations.php:359
1003
  msgid "Ohio"
1004
  msgstr "Ohia"
1005
 
1006
+ #: src/Tribe/Languages/Locations.php:358
1007
  msgid "North Dakota"
1008
  msgstr "North Dakota"
1009
 
1010
+ #: src/Tribe/Languages/Locations.php:357
1011
  msgid "North Carolina"
1012
  msgstr "North Carolina"
1013
 
1014
+ #: src/Tribe/Languages/Locations.php:356
1015
  msgid "New York"
1016
  msgstr "New York"
1017
 
1018
+ #: src/Tribe/Languages/Locations.php:355
1019
  msgid "New Mexico"
1020
  msgstr "New Mexico"
1021
 
1022
+ #: src/Tribe/Languages/Locations.php:354
1023
  msgid "New Jersey"
1024
  msgstr "New Jersey"
1025
 
1026
+ #: src/Tribe/Languages/Locations.php:353
1027
  msgid "New Hampshire"
1028
  msgstr "New Hampshire"
1029
 
1030
+ #: src/Tribe/Languages/Locations.php:352
1031
  msgid "Nevada"
1032
  msgstr "Nevada"
1033
 
1034
+ #: src/Tribe/Languages/Locations.php:351
1035
  msgid "Nebraska"
1036
  msgstr "Nebraska"
1037
 
1038
+ #: src/Tribe/Languages/Locations.php:350
1039
  msgid "Montana"
1040
  msgstr "Montana"
1041
 
1042
+ #: src/Tribe/Languages/Locations.php:349
1043
  msgid "Missouri"
1044
  msgstr "Missouri"
1045
 
1046
+ #: src/Tribe/Languages/Locations.php:348
1047
  msgid "Mississippi"
1048
  msgstr "Mississippi"
1049
 
1050
+ #: src/Tribe/Languages/Locations.php:347
1051
  msgid "Minnesota"
1052
  msgstr "Minnesota"
1053
 
1054
+ #: src/Tribe/Languages/Locations.php:346
1055
  msgid "Michigan"
1056
  msgstr "Michigan"
1057
 
1058
+ #: src/Tribe/Languages/Locations.php:345
1059
  msgid "Massachusetts"
1060
  msgstr "Massachusetts"
1061
 
1062
+ #: src/Tribe/Languages/Locations.php:344
1063
  msgid "Maryland"
1064
  msgstr "Maryland"
1065
 
1066
+ #: src/Tribe/Languages/Locations.php:343
1067
  msgid "Maine"
1068
  msgstr "Maine"
1069
 
1070
+ #: src/Tribe/Languages/Locations.php:342
1071
  msgid "Louisiana"
1072
  msgstr "Louisiana"
1073
 
1074
+ #: src/Tribe/Languages/Locations.php:341
1075
  msgid "Kentucky"
1076
  msgstr "Kentucky"
1077
 
1078
+ #: src/Tribe/Languages/Locations.php:340
1079
  msgid "Kansas"
1080
  msgstr "Kansas"
1081
 
1082
+ #: src/Tribe/Languages/Locations.php:339
1083
  msgid "Iowa"
1084
  msgstr "Iowa"
1085
 
1086
+ #: src/Tribe/Languages/Locations.php:338
1087
  msgid "Indiana"
1088
  msgstr "Indiana"
1089
 
1090
+ #: src/Tribe/Languages/Locations.php:337
1091
  msgid "Illinois"
1092
  msgstr "Illinois"
1093
 
1094
+ #: src/Tribe/Languages/Locations.php:336
1095
  msgid "Idaho"
1096
  msgstr "Idaho"
1097
 
1098
+ #: src/Tribe/Languages/Locations.php:335
1099
  msgid "Hawaii"
1100
  msgstr "Hawaï"
1101
 
1102
+ #: src/Tribe/Languages/Locations.php:333
1103
  msgid "Florida"
1104
  msgstr "Florida"
1105
 
1106
+ #: src/Tribe/Languages/Locations.php:332
1107
  msgid "District of Columbia"
1108
  msgstr "District of Columbia"
1109
 
1110
+ #: src/Tribe/Languages/Locations.php:331
1111
  msgid "Delaware"
1112
  msgstr "Delaware"
1113
 
1114
+ #: src/Tribe/Languages/Locations.php:330
1115
  msgid "Connecticut"
1116
  msgstr "Connecticut"
1117
 
1118
+ #: src/Tribe/Languages/Locations.php:329
1119
  msgid "Colorado"
1120
  msgstr "Colorado"
1121
 
1122
+ #: src/Tribe/Languages/Locations.php:328
1123
  msgid "California"
1124
  msgstr "Californië"
1125
 
1126
+ #: src/Tribe/Languages/Locations.php:327
1127
  msgid "Arkansas"
1128
  msgstr "Arkansas"
1129
 
1130
+ #: src/Tribe/Languages/Locations.php:326
1131
  msgid "Arizona"
1132
  msgstr "Arizona"
1133
 
1134
+ #: src/Tribe/Languages/Locations.php:325
1135
  msgid "Alaska"
1136
  msgstr "Alaska"
1137
 
1138
+ #: src/Tribe/Languages/Locations.php:324
1139
  msgid "Alabama"
1140
  msgstr "Alabama"
1141
 
1759
  msgid "Germany"
1760
  msgstr "Duitsland"
1761
 
1762
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1763
  msgid "Georgia"
1764
  msgstr "Georgië"
1765
 
2236
  msgid "License Key"
2237
  msgstr "Licentie sleutel"
2238
 
2239
+ #: src/Tribe/Main.php:254
2240
  msgid "Search:"
2241
  msgstr "Zoeken:"
2242
 
2248
  msgid "Network"
2249
  msgstr "Netwerk"
2250
 
2251
+ #: src/Tribe/Main.php:279
2252
  msgid "Done"
2253
  msgstr "Gereed"
2254
 
2255
+ #: src/Tribe/Main.php:278
2256
  msgid "Today"
2257
  msgstr "Vandaag"
2258
 
2259
+ #: src/Tribe/Main.php:277
2260
  msgid "Prev"
2261
  msgstr "Vorige"
2262
 
2263
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2264
  msgid "Next"
2265
  msgstr "Volgende"
2266
 
common/lang/tribe-common-pl_PL.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: pl\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr ""
807
  msgid "unknown date"
808
  msgstr ""
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr ""
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr ""
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr ""
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr ""
825
 
@@ -851,7 +855,7 @@ msgstr "Dodatki Premium"
851
  msgid "WordPress "
852
  msgstr "WordPress "
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Wymagana:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr ""
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr ""
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  msgstr ""
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr ""
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
- msgid "Show The Events Calendar link"
897
- msgstr ""
898
-
899
  #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
  msgstr ""
902
 
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr ""
907
 
@@ -941,203 +940,203 @@ msgstr "Widok"
941
  msgid "Community Events"
942
  msgstr ""
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Wyoming"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Wisconsin"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "West Virginia"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Washington"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virginia"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermont"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Utah"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Texas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tennessee"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "South Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "South Carolina"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rhode Island"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pennsylvania"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregon"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohio"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "North Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "North Carolina"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "New York"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "New Mexico"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "New Jersey"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "New Hampshire"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Missouri"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Mississippi"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minnesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Michigan"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Massachusetts"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Maryland"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Maine"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Louisiana"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr ""
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr ""
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr ""
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr ""
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr ""
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr ""
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr ""
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr ""
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr ""
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr ""
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr ""
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr ""
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr ""
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr ""
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr ""
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr ""
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr ""
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Ghana"
1761
  msgid "Germany"
1762
  msgstr "Niemcy"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr ""
1767
 
@@ -2239,7 +2238,7 @@ msgstr ""
2239
  msgid "License Key"
2240
  msgstr "Klucz licencyjny"
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Ustawienia"
2251
  msgid "Network"
2252
  msgstr "Sieć"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Gotowe"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Dzisiaj"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Poprzedni"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Następny"
2269
 
11
  "Language: pl\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr ""
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr ""
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr ""
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr ""
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr ""
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress "
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Wymagana:"
861
 
884
  msgid "n/a"
885
  msgstr ""
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr ""
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  msgstr ""
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr ""
898
 
 
 
 
 
899
  #: src/admin-views/tribe-options-general.php:35
900
+ msgid "Show The Events Calendar link"
901
  msgstr ""
902
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr ""
906
 
940
  msgid "Community Events"
941
  msgstr ""
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Wyoming"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Wisconsin"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "West Virginia"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Washington"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virginia"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Utah"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Texas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tennessee"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "South Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "South Carolina"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rhode Island"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pennsylvania"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohio"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "North Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "North Carolina"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "New York"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "New Mexico"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "New Jersey"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "New Hampshire"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Missouri"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Mississippi"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minnesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Michigan"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Massachusetts"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Maryland"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Maine"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Louisiana"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr ""
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr ""
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr ""
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr ""
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr ""
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr ""
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr ""
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr ""
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr ""
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr ""
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr ""
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr ""
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr ""
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr ""
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr ""
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr ""
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr ""
1142
 
1760
  msgid "Germany"
1761
  msgstr "Niemcy"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr ""
1766
 
2238
  msgid "License Key"
2239
  msgstr "Klucz licencyjny"
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Sieć"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Gotowe"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Dzisiaj"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Poprzedni"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Następny"
2268
 
common/lang/tribe-common-pt_BR.mo CHANGED
Binary file
common/lang/tribe-common-pt_BR.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: pt_BR\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr ""
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Voltar para a página de Atualização do Wordpress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Ir para a página de Atualização do Wordpress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Voltar a página de Plugins"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Ir para a página de Plugins"
822
 
@@ -848,7 +852,7 @@ msgstr "Add-Ons Premium"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requer:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "não disponível"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Plugin da barra de Debug"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Modo de Debug "
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Mostrar link do The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Você está pensando \"Uau, este plugin é incrível! Eu deveria agradecer à Modern Tribe por todo o trabalho duro deles.\" O maior agradecimento que poderíamos pedir é o seu reconhecimento. Adicione um pequeno texto ou link na parte de baixo de seu calendário direcionado para o projeto The Events Calendar."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Veja um exemplo do link"
904
 
@@ -938,203 +937,203 @@ msgstr "Veja"
938
  msgid "Community Events"
939
  msgstr "Eventos da comunidade"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "Dakota do Norte"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Havaí"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germany"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "É necessária uma chave de licença para suporte e atualizações"
2235
  msgid "License Key"
2236
  msgstr "Chave de Licença"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Configurações"
2247
  msgid "Network"
2248
  msgstr "Rede"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Feito"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Hoje"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Anterior"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Próximo"
2265
 
11
  "Language: pt_BR\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr ""
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Voltar para a página de Atualização do Wordpress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Ir para a página de Atualização do Wordpress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Voltar a página de Plugins"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Ir para a página de Plugins"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requer:"
858
 
881
  msgid "n/a"
882
  msgstr "não disponível"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Plugin da barra de Debug"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Modo de Debug "
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Mostrar link do The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Veja um exemplo do link"
903
 
937
  msgid "Community Events"
938
  msgstr "Eventos da comunidade"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "Dakota do Norte"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Havaí"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germany"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Chave de Licença"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Rede"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Feito"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Hoje"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Anterior"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Próximo"
2264
 
common/lang/tribe-common-pt_PT.mo CHANGED
Binary file
common/lang/tribe-common-pt_PT.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: pt\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr "Limpar selecção"
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr "Seleccionar todas as páginas"
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr "Todos os itens nesta página foram seleccionados"
77
 
@@ -320,8 +332,8 @@ msgid "Event Log"
320
  msgstr "Registo de eventos"
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
- msgstr "Os detalhes e definições do plugin são frequentemente necessários para ajudar a resolver um erro. Por favor, active a opção abaixo para partilhar automaticamente as informações do seu sistema com a equipa de suporte. Isto permite-nos fornecer um suporte mais rápido caso publique no nosso fórum."
325
 
326
  #: src/admin-views/app-shop.php:26
327
  msgid "Buy This Add-On"
@@ -425,63 +437,63 @@ msgstr " (abrir numa nova janela)"
425
  msgid "Renew Your License Now"
426
  msgstr "Renove a sua licença agora"
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ": 1 linha seleccionada"
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ": %d linhas seleccionadas"
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr "Anterior"
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr "Todos"
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr "Não foram encontrados registos correspondentes"
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr "(filtrado do total _MAX_ entradas)"
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr "A mostrar 0 a 0 do total de 0 entradas"
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr "A mostrar _START_ a _END_ do total de _TOTAL_ entradas"
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr "Nenhum dado disponível na tabela"
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr "Mostrar entradas de _MENU_"
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ": activar para ordenação descendente da coluna"
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ": activar para ordenação ascendente da coluna"
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr "Prima \"Cmd + C\" para copiar"
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr "Informações do sistema copiadas"
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr "Copiar para a área de transferência"
487
 
@@ -493,10 +505,6 @@ msgstr "Ocorreu um erro desconhecido"
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr "A extensão Eventbrite Tickets permite criar e vender bilhetes no The Events Calendar através do %1$sEventbrite%2$s. Caso esteja a criar o seu bilhete no painel do WordPress ou a importar detalhes de um evento já existente em %1$sEventbrite.com%2$s, esta extensão adiciona todas as capacidades da API do Eventbrite API ao seu calendário."
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,12 +645,8 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr "Pesquise no nosso fórum de suporte"
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
- msgstr "%s. Há muito poucos problemas que nunca tenhamos visto, é provável que a sua questão já tenha sido colocada por outro utilizador que, por sua vez, obteve uma resposta da nossa equipa de suporte. Apesar de apenas os clientes da versão comprada poderem publicar tópicos no fórum, este está disponível para pesquisa por qualquer utilizador."
646
 
647
  #: src/admin-views/tribe-options-help.php:32
648
  msgid "Test for a theme or plugin conflict"
@@ -685,8 +689,8 @@ msgid "Getting Support"
685
  msgstr "Obter suporte"
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
- msgstr "Obrigado por usar o %s! Todos nós na Modern Tribe estamos muito gratos pelo seu apoio e por utilizar os nossos plugins."
690
 
691
  #: src/admin-views/tribe-options-general.php:15
692
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr "data desconhecida"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Voltar para a página de actualizações do WordPress"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Ir para a página de actualizações do WordPress"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Voltar para a página de plugins"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Ir para a página de plugins"
822
 
@@ -848,7 +852,7 @@ msgstr "Extensões premium"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Requer:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/d"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Plugin Debug Bar"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  msgstr "Active esta opção para registar a informações de depuração. Por omissão esta informação será guardada no registo de erros de PHP do seu servidor. Se pretende ver as mensagens de erro no seu navegador, recomendamos que instale o %s e consulte o separador \"Tribe\"."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Modo de depuração"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Mostrar ligação para o The Events Calendar"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Está a pensar \"Uau, este plugin é fantástico! Eu deveria agradecer à Modern Tribe por todo o seu trabalho árduo.\" O maior agradecimento que podemos pedir é reconhecimento. Adicione uma pequena ligação de texto no rodapé do seu calendário a apontar para o projecto The Events Calendar."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Ver um exemplo de ligação"
904
 
@@ -938,203 +937,203 @@ msgstr "Ver"
938
  msgid "Community Events"
939
  msgstr "Community Events"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "Dakota do Sul"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "Carolina do Sul"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "Carolina do Norte"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "Nova Iorque"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "Novo México"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "Califórnia"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alasca"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Gana"
1758
  msgid "Germany"
1759
  msgstr "Alemanha"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Geórgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "É necessária uma licença válida para receber suporte e actualizaçõ
2235
  msgid "License Key"
2236
  msgstr "Chave de licença"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr "Pesquisar:"
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Definições"
2247
  msgid "Network"
2248
  msgstr "Rede"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Concluído"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Hoje"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Anterior"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Seguinte"
2265
 
11
  "Language: pt\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr "Limpar selecção"
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr "Seleccionar todas as páginas"
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr "Todos os itens nesta página foram seleccionados"
89
 
332
  msgstr "Registo de eventos"
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
+ msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
339
  msgid "Buy This Add-On"
437
  msgid "Renew Your License Now"
438
  msgstr "Renove a sua licença agora"
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ": 1 linha seleccionada"
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ": %d linhas seleccionadas"
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr "Anterior"
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr "Todos"
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr "Não foram encontrados registos correspondentes"
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr "(filtrado do total _MAX_ entradas)"
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr "A mostrar 0 a 0 do total de 0 entradas"
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr "A mostrar _START_ a _END_ do total de _TOTAL_ entradas"
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr "Nenhum dado disponível na tabela"
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr "Mostrar entradas de _MENU_"
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ": activar para ordenação descendente da coluna"
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ": activar para ordenação ascendente da coluna"
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr "Prima \"Cmd + C\" para copiar"
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr "Informações do sistema copiadas"
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr "Copiar para a área de transferência"
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr "A extensão Eventbrite Tickets permite criar e vender bilhetes no The Events Calendar através do %1$sEventbrite%2$s. Caso esteja a criar o seu bilhete no painel do WordPress ou a importar detalhes de um evento já existente em %1$sEventbrite.com%2$s, esta extensão adiciona todas as capacidades da API do Eventbrite API ao seu calendário."
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
649
+ msgstr ""
 
 
 
 
650
 
651
  #: src/admin-views/tribe-options-help.php:32
652
  msgid "Test for a theme or plugin conflict"
689
  msgstr "Obter suporte"
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
+ msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
696
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
808
  msgid "unknown date"
809
  msgstr "data desconhecida"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Voltar para a página de actualizações do WordPress"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Ir para a página de actualizações do WordPress"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Voltar para a página de plugins"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Ir para a página de plugins"
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Requer:"
858
 
881
  msgid "n/a"
882
  msgstr "n/d"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Plugin Debug Bar"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  msgstr "Active esta opção para registar a informações de depuração. Por omissão esta informação será guardada no registo de erros de PHP do seu servidor. Se pretende ver as mensagens de erro no seu navegador, recomendamos que instale o %s e consulte o separador \"Tribe\"."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Modo de depuração"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Mostrar ligação para o The Events Calendar"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Ver um exemplo de ligação"
903
 
937
  msgid "Community Events"
938
  msgstr "Community Events"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "Dakota do Sul"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "Carolina do Sul"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "Carolina do Norte"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "Nova Iorque"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "Novo México"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "Califórnia"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alasca"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Alemanha"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Geórgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Chave de licença"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr "Pesquisar:"
2240
 
2246
  msgid "Network"
2247
  msgstr "Rede"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Concluído"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Hoje"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Anterior"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Seguinte"
2264
 
common/lang/tribe-common-ro_RO.mo CHANGED
Binary file
common/lang/tribe-common-ro_RO.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: ro\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr ""
807
  msgid "unknown date"
808
  msgstr ""
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr ""
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr ""
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr ""
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr ""
825
 
@@ -851,7 +855,7 @@ msgstr "Suplimente Premium"
851
  msgid "WordPress "
852
  msgstr "WordPress "
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Cerinţe:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr ""
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Modul Bară Depanare"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  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."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Modul de Depanare "
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Afişare legătură The Events Calendar"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Vă gândiţi că \"Wow, acest supliment este extraordinar! Ar trebui să mulţumesc Modern Tribe pentru munca lor dificilă.\" Cele mai mari mulţumiri pe care le putem cere drept recunoştinţă. Adăugaţi o mică legătură, doar de tip text, în subsolul calendarului dvs., care va conduce la proiectul The Events Calendar."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Priviţi un exemplu de legătură"
907
 
@@ -941,203 +940,203 @@ msgstr "Vizualizare"
941
  msgid "Community Events"
942
  msgstr ""
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Wyoming"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Wisconsin"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "West Virginia"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Washington"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virginia"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermont"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Utah"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Texas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tennessee"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "South Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "South Carolina"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rhode Island"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pennsylvania"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregon"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohio"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "North Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "North Carolina"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "New York"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "New Mexico"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "New Jersey"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "New Hampshire"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Missouri"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Mississippi"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minnesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Michigan"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Massachusetts"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Maryland"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Maine"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Louisiana"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Kentucky"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Kansas"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Iowa"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Indiana"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Illinois"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Idaho"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Hawaii"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Florida"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "District of Columbia"
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Delaware"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Connecticut"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Colorado"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "California"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Arkansas"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Arizona"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Alaska"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Alabama"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Ghana"
1761
  msgid "Germany"
1762
  msgstr "Germania"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Georgia"
1767
 
@@ -2239,7 +2238,7 @@ msgstr ""
2239
  msgid "License Key"
2240
  msgstr ""
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Configurări"
2251
  msgid "Network"
2252
  msgstr "Reţea"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Realizat"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Azi"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Precedent"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Următor"
2269
 
11
  "Language: ro\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr ""
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr ""
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr ""
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr ""
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr ""
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress "
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Cerinţe:"
861
 
884
  msgid "n/a"
885
  msgstr ""
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Modul Bară Depanare"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  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."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Modul de Depanare "
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Afişare legătură The Events Calendar"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Priviţi un exemplu de legătură"
906
 
940
  msgid "Community Events"
941
  msgstr ""
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Wyoming"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Wisconsin"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "West Virginia"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Washington"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virginia"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Utah"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Texas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tennessee"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "South Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "South Carolina"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rhode Island"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pennsylvania"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohio"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "North Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "North Carolina"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "New York"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "New Mexico"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "New Jersey"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "New Hampshire"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Missouri"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Mississippi"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minnesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Michigan"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Massachusetts"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Maryland"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Maine"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Louisiana"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Kentucky"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Kansas"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Iowa"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Indiana"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Illinois"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Idaho"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Hawaii"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "District of Columbia"
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Delaware"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Connecticut"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Colorado"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "California"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Arkansas"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Alaska"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Germania"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Georgia"
1766
 
2238
  msgid "License Key"
2239
  msgstr ""
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Reţea"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Realizat"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Azi"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Precedent"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Următor"
2268
 
common/lang/tribe-common-ru_RU.mo CHANGED
Binary file
common/lang/tribe-common-ru_RU.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: ru\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr ""
807
  msgid "unknown date"
808
  msgstr "неизвестная дата"
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr "Вернуться на страницу обновления WordPress"
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr "Перейти на страницу обновления WordPress"
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr "Вернуться на страницу плагина"
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr "Перейти на страницу плагина"
825
 
@@ -851,7 +855,7 @@ msgstr "Премиальные расширения"
851
  msgid "WordPress "
852
  msgstr "WordPress "
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Требуется:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr "н/д"
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Плагин строки коррекции"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  msgstr "Включите этот параметр, чтобы вести журнал информации о коррекции. По умолчанию, записи будут осуществляться в вашем журнале ошибок сервера PHP. Если вы хотите увидеть записи журнала в вашем браузере, мы рекомендуем вам установить %s и искать вкладку \"Tribe\" в выходных данных коррекции."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Режим корректирования"
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Показать ссылку на The Events Calendar"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Вы думаете \"Ух ты, этот плагин замечательный! Я должен поблагодарить Modern Tribe за их тяжелую работу.\" Лучшая благодарность для нас - признание. Добавьте в конце вашего календаря небольшую текстовую ссылку на проект The Events Calendar."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Посмотреть образец ссылки"
907
 
@@ -941,203 +940,203 @@ msgstr "Просмотр"
941
  msgid "Community Events"
942
  msgstr "Встречи сообщества"
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Вайоминг"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Висконсин"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "Западная Вирджиния"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Вашингтон"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Вирджиния"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Вермонт"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Юта"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Техас"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Теннесси"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "Южная Дакота"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "Южная Каролина"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Род-Айленд"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Пенсильвания"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Орегон"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Оклахома"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Огайо"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "Северная Дакота"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "Северная Каролина"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "Нью-Йорк"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "Нью-Мексико"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "Нью-Джерси"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "Нью-Гэмпшир"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Невада"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Небраска"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Монтана"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Миссури"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Миссисипи"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Миннесота"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Мичиган"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Массачусетс"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Мэрилэнд"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Мэн"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Луизиана"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Кентукки"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Канзас"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Айова"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Индиана"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Иллинойс"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Айдахо"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Гавайи"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Флорида"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "Округ Колумбия"
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Делавэр"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Коннектикут"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Колорадо"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "Калифорния"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Арканзас"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Аризона"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Аляска"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Алабама"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Гана"
1761
  msgid "Germany"
1762
  msgstr "Германия"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Грузия"
1767
 
@@ -2239,7 +2238,7 @@ msgstr "Необходим допустимый лицензионный клю
2239
  msgid "License Key"
2240
  msgstr "Лицензионный ключ"
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Параметры"
2251
  msgid "Network"
2252
  msgstr "Сеть"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Готово"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Сегодня"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Предыдущий"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Следующий"
2269
 
11
  "Language: ru\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr "неизвестная дата"
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr "Вернуться на страницу обновления WordPress"
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr "Перейти на страницу обновления WordPress"
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr "Вернуться на страницу плагина"
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr "Перейти на страницу плагина"
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress "
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Требуется:"
861
 
884
  msgid "n/a"
885
  msgstr "н/д"
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Плагин строки коррекции"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  msgstr "Включите этот параметр, чтобы вести журнал информации о коррекции. По умолчанию, записи будут осуществляться в вашем журнале ошибок сервера PHP. Если вы хотите увидеть записи журнала в вашем браузере, мы рекомендуем вам установить %s и искать вкладку \"Tribe\" в выходных данных коррекции."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Режим корректирования"
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Показать ссылку на The Events Calendar"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Посмотреть образец ссылки"
906
 
940
  msgid "Community Events"
941
  msgstr "Встречи сообщества"
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Вайоминг"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Висконсин"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "Западная Вирджиния"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Вашингтон"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Вирджиния"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Вермонт"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Юта"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Техас"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Теннесси"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "Южная Дакота"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "Южная Каролина"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Род-Айленд"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Пенсильвания"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Орегон"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Оклахома"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Огайо"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "Северная Дакота"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "Северная Каролина"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "Нью-Йорк"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "Нью-Мексико"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "Нью-Джерси"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "Нью-Гэмпшир"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Невада"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Небраска"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Монтана"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Миссури"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Миссисипи"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Миннесота"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Мичиган"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Массачусетс"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Мэрилэнд"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Мэн"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Луизиана"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Кентукки"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Канзас"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Айова"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Индиана"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Иллинойс"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Айдахо"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Гавайи"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Флорида"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "Округ Колумбия"
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Делавэр"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Коннектикут"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Колорадо"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "Калифорния"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Арканзас"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Аризона"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Аляска"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Алабама"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Германия"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Грузия"
1766
 
2238
  msgid "License Key"
2239
  msgstr "Лицензионный ключ"
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Сеть"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Готово"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Сегодня"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Предыдущий"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Следующий"
2268
 
common/lang/tribe-common-sk_SK.mo CHANGED
Binary file
common/lang/tribe-common-sk_SK.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: sk\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr ""
807
  msgid "unknown date"
808
  msgstr ""
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr ""
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr ""
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr ""
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr ""
825
 
@@ -851,7 +855,7 @@ msgstr "Prémiové doplnky"
851
  msgid "WordPress "
852
  msgstr "WordPress "
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Požiadavky:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr "nedostupný"
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Debug Bar Doplnok"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  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."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Debugovací mód"
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Ukázať link na Kalendár udalostí"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Myslíte si, že \"Wow, tento plugin je úžasný. Mali by ste sa poďakovať Modern Tribe za ich tvrdú prácu.\" Najväčšie ďakujem bude, ak dáte o nás vedieť. Stačí pridať malý textový odkaz do spodnej časti vášho kalendára na projekt Kalendár udalosti."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Pozrite si príklad linku"
907
 
@@ -941,203 +940,203 @@ msgstr "Zobraziť"
941
  msgid "Community Events"
942
  msgstr "Verejné udalosti"
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Wyoming"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Wisconsin"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "Západná Virginia"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Washington"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virgínia"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermont"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Utah"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Texas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tennessee"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "Južná Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "Južná Karolína"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rhode Island"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pensylvánia"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregon"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohio"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "Severná Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "Severná Karolína"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "New York"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "New Mexico"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "New Jersey"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "New Hampshire"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Missouri"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Mississippi"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minnesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Michigan"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Massachusetts"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Maryland"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Maine"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Louisiana"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Kentucky"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Kansas"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Iowa"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Indiana"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Illinois"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Idaho"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Havaj"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Florida"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "Washington D.C."
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Delaware"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Connecticut"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Colorado"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "Kalifornia"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Arkansas"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Arizona"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Aljaška"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Alabama"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Ghana"
1761
  msgid "Germany"
1762
  msgstr "Nemecko"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Gruzínsko"
1767
 
@@ -2239,7 +2238,7 @@ msgstr "Pre podporu a aktualizácie je požadovaný platný licenčný kľúč."
2239
  msgid "License Key"
2240
  msgstr "Licenčný kľúč"
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Nastavenia"
2251
  msgid "Network"
2252
  msgstr "Sieť"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Dokončené"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Dnes"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Predchádzajúci"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Ďalší"
2269
 
11
  "Language: sk\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr ""
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr ""
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr ""
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr ""
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr ""
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress "
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Požiadavky:"
861
 
884
  msgid "n/a"
885
  msgstr "nedostupný"
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Debug Bar Doplnok"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  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."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Debugovací mód"
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Ukázať link na Kalendár udalostí"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Pozrite si príklad linku"
906
 
940
  msgid "Community Events"
941
  msgstr "Verejné udalosti"
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Wyoming"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Wisconsin"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "Západná Virginia"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Washington"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virgínia"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Utah"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Texas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tennessee"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "Južná Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "Južná Karolína"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rhode Island"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pensylvánia"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohio"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "Severná Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "Severná Karolína"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "New York"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "New Mexico"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "New Jersey"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "New Hampshire"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Missouri"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Mississippi"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minnesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Michigan"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Massachusetts"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Maryland"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Maine"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Louisiana"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Kentucky"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Kansas"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Iowa"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Indiana"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Illinois"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Idaho"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Havaj"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "Washington D.C."
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Delaware"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Connecticut"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Colorado"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "Kalifornia"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Arkansas"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Aljaška"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Nemecko"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Gruzínsko"
1766
 
2238
  msgid "License Key"
2239
  msgstr "Licenčný kľúč"
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Sieť"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Dokončené"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Dnes"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Predchádzajúci"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Ďalší"
2268
 
common/lang/tribe-common-sl_SI.mo CHANGED
Binary file
common/lang/tribe-common-sl_SI.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: sl_SI\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -322,7 +334,7 @@ msgid "Event Log"
322
  msgstr ""
323
 
324
  #: src/admin-views/tribe-options-help.php:42
325
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
326
  msgstr ""
327
 
328
  #: src/admin-views/app-shop.php:26
@@ -431,63 +443,63 @@ msgstr ""
431
  msgid "Renew Your License Now"
432
  msgstr ""
433
 
434
- #: src/Tribe/Main.php:298
435
  msgid ": Selected 1 row"
436
  msgstr ""
437
 
438
- #: src/Tribe/Main.php:297
439
  msgid ": Selected %d rows"
440
  msgstr ""
441
 
442
- #: src/Tribe/Main.php:292
443
  msgid "Previous"
444
  msgstr ""
445
 
446
- #: src/Tribe/Main.php:290
447
  msgid "All"
448
  msgstr ""
449
 
450
- #: src/Tribe/Main.php:284
451
  msgid "No matching records found"
452
  msgstr ""
453
 
454
- #: src/Tribe/Main.php:283
455
  msgid "(filtered from _MAX_ total entries)"
456
  msgstr ""
457
 
458
- #: src/Tribe/Main.php:282
459
  msgid "Showing 0 to 0 of 0 entries"
460
  msgstr ""
461
 
462
- #: src/Tribe/Main.php:281
463
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
464
  msgstr ""
465
 
466
- #: src/Tribe/Main.php:280
467
  msgid "No data available in table"
468
  msgstr ""
469
 
470
- #: src/Tribe/Main.php:279
471
  msgid "Show _MENU_ entries"
472
  msgstr ""
473
 
474
- #: src/Tribe/Main.php:277
475
  msgid ": activate to sort column descending"
476
  msgstr ""
477
 
478
- #: src/Tribe/Main.php:276
479
  msgid ": activate to sort column ascending"
480
  msgstr ""
481
 
482
- #: src/Tribe/Main.php:257
483
  msgid "Press \"Cmd + C\" to copy"
484
  msgstr ""
485
 
486
- #: src/Tribe/Main.php:256
487
  msgid "System info copied"
488
  msgstr ""
489
 
490
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
491
  msgid "Copy to clipboard"
492
  msgstr ""
493
 
@@ -499,10 +511,6 @@ msgstr ""
499
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
500
  msgstr ""
501
 
502
- #: src/Tribe/Plugins_API.php:71
503
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
504
- msgstr ""
505
-
506
  #: src/Tribe/Plugins_API.php:105
507
  msgctxt "Names of required plugins for Community Tickets"
508
  msgid "Event Tickets Plus and Community Events"
@@ -643,11 +651,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
643
  msgstr ""
644
 
645
  #: src/admin-views/tribe-options-help.php:33
646
- msgid "Search our support forum"
647
- msgstr ""
648
-
649
- #: src/admin-views/tribe-options-help.php:33
650
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
651
  msgstr ""
652
 
653
  #: src/admin-views/tribe-options-help.php:32
@@ -691,7 +695,7 @@ msgid "Getting Support"
691
  msgstr ""
692
 
693
  #: src/admin-views/tribe-options-help.php:11
694
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
695
  msgstr ""
696
 
697
  #: src/admin-views/tribe-options-general.php:15
@@ -810,19 +814,19 @@ msgstr ""
810
  msgid "unknown date"
811
  msgstr "Neznani datum"
812
 
813
- #: src/Tribe/Admin/Activation_Page.php:85
814
  msgid "Return to WordPress Updates"
815
  msgstr "Vrni se na stran za nadgradnjo Wordpressa"
816
 
817
- #: src/Tribe/Admin/Activation_Page.php:85
818
  msgid "Go to WordPress Updates page"
819
  msgstr "Pojdi na stran za nadgradnjo WordPressa"
820
 
821
- #: src/Tribe/Admin/Activation_Page.php:77
822
  msgid "Return to Plugins page"
823
  msgstr "Vrni se na stran z vtičniki"
824
 
825
- #: src/Tribe/Admin/Activation_Page.php:77
826
  msgid "Go to plugins page"
827
  msgstr "Pojdi na stran z vtičniki"
828
 
@@ -854,7 +858,7 @@ msgstr "Premium dodatki"
854
  msgid "WordPress "
855
  msgstr "WordPress"
856
 
857
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
858
  msgid "Requires:"
859
  msgstr "Zahteva:"
860
 
@@ -883,28 +887,23 @@ msgctxt "not available"
883
  msgid "n/a"
884
  msgstr "n/a"
885
 
886
- #: src/admin-views/tribe-options-general.php:64
887
  msgid "Debug Bar Plugin"
888
  msgstr "Debug Bar vtičnik "
889
 
890
- #: src/admin-views/tribe-options-general.php:64
891
  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."
892
  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. "
893
 
894
- #: src/admin-views/tribe-options-general.php:58
895
  msgid "Debug mode"
896
  msgstr "Debug način"
897
 
898
- #: src/admin-views/tribe-options-general.php:40
899
  msgid "Show The Events Calendar link"
900
  msgstr "Prikaži The Events Calendar povezavo"
901
 
902
- #: src/admin-views/tribe-options-general.php:35
903
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
904
- msgstr "Ali si mislite \"Wau, ta vtičnik je res super, moral bi se zahvaliti Modern Tribe za njihovo trdo delo.\" Največja zahvala za katero lahko zaprosimo je prepoznavnost. Dodajte majhno tekstovno povezavo na dno vašega koledarja, ki kaže na stran projekta The Events Calendar. "
905
-
906
  #: src/admin-views/tribe-options-general.php:30
907
- #: src/admin-views/tribe-options-general.php:35
908
  msgid "See an example of the link"
909
  msgstr "Poglejte si primer povezave"
910
 
@@ -944,203 +943,203 @@ msgstr "Ogled"
944
  msgid "Community Events"
945
  msgstr ""
946
 
947
- #: src/Tribe/Languages/Locations.php:367
948
  msgid "Wyoming"
949
  msgstr "Wyoming"
950
 
951
- #: src/Tribe/Languages/Locations.php:366
952
  msgid "Wisconsin"
953
  msgstr "Wisconsin"
954
 
955
- #: src/Tribe/Languages/Locations.php:365
956
  msgid "West Virginia"
957
  msgstr "West Virginia"
958
 
959
- #: src/Tribe/Languages/Locations.php:364
960
  msgid "Washington"
961
  msgstr "Washington"
962
 
963
- #: src/Tribe/Languages/Locations.php:363
964
  msgid "Virginia"
965
  msgstr "Virginia"
966
 
967
- #: src/Tribe/Languages/Locations.php:362
968
  msgid "Vermont"
969
  msgstr "Vermont"
970
 
971
- #: src/Tribe/Languages/Locations.php:361
972
  msgid "Utah"
973
  msgstr "Utah"
974
 
975
- #: src/Tribe/Languages/Locations.php:360
976
  msgid "Texas"
977
  msgstr "Texas"
978
 
979
- #: src/Tribe/Languages/Locations.php:359
980
  msgid "Tennessee"
981
  msgstr "Tennessee"
982
 
983
- #: src/Tribe/Languages/Locations.php:358
984
  msgid "South Dakota"
985
  msgstr "South Dakota"
986
 
987
- #: src/Tribe/Languages/Locations.php:357
988
  msgid "South Carolina"
989
  msgstr "South Carolina"
990
 
991
- #: src/Tribe/Languages/Locations.php:356
992
  msgid "Rhode Island"
993
  msgstr "Rhode Island"
994
 
995
- #: src/Tribe/Languages/Locations.php:355
996
  msgid "Pennsylvania"
997
  msgstr "Pennsylvania"
998
 
999
- #: src/Tribe/Languages/Locations.php:354
1000
  msgid "Oregon"
1001
  msgstr "Oregon"
1002
 
1003
- #: src/Tribe/Languages/Locations.php:353
1004
  msgid "Oklahoma"
1005
  msgstr "Oklahoma"
1006
 
1007
- #: src/Tribe/Languages/Locations.php:352
1008
  msgid "Ohio"
1009
  msgstr "Ohio"
1010
 
1011
- #: src/Tribe/Languages/Locations.php:351
1012
  msgid "North Dakota"
1013
  msgstr "North Dakota"
1014
 
1015
- #: src/Tribe/Languages/Locations.php:350
1016
  msgid "North Carolina"
1017
  msgstr "North Carolina"
1018
 
1019
- #: src/Tribe/Languages/Locations.php:349
1020
  msgid "New York"
1021
  msgstr "New York"
1022
 
1023
- #: src/Tribe/Languages/Locations.php:348
1024
  msgid "New Mexico"
1025
  msgstr "New Mexico"
1026
 
1027
- #: src/Tribe/Languages/Locations.php:347
1028
  msgid "New Jersey"
1029
  msgstr "New Jersey"
1030
 
1031
- #: src/Tribe/Languages/Locations.php:346
1032
  msgid "New Hampshire"
1033
  msgstr "New Hampshire"
1034
 
1035
- #: src/Tribe/Languages/Locations.php:345
1036
  msgid "Nevada"
1037
  msgstr "Nevada"
1038
 
1039
- #: src/Tribe/Languages/Locations.php:344
1040
  msgid "Nebraska"
1041
  msgstr "Nebraska"
1042
 
1043
- #: src/Tribe/Languages/Locations.php:343
1044
  msgid "Montana"
1045
  msgstr "Montana"
1046
 
1047
- #: src/Tribe/Languages/Locations.php:342
1048
  msgid "Missouri"
1049
  msgstr "Missouri"
1050
 
1051
- #: src/Tribe/Languages/Locations.php:341
1052
  msgid "Mississippi"
1053
  msgstr "Mississippi"
1054
 
1055
- #: src/Tribe/Languages/Locations.php:340
1056
  msgid "Minnesota"
1057
  msgstr "Minnesota"
1058
 
1059
- #: src/Tribe/Languages/Locations.php:339
1060
  msgid "Michigan"
1061
  msgstr "Michigan"
1062
 
1063
- #: src/Tribe/Languages/Locations.php:338
1064
  msgid "Massachusetts"
1065
  msgstr "Massachusetts"
1066
 
1067
- #: src/Tribe/Languages/Locations.php:337
1068
  msgid "Maryland"
1069
  msgstr "Maryland"
1070
 
1071
- #: src/Tribe/Languages/Locations.php:336
1072
  msgid "Maine"
1073
  msgstr "Maine"
1074
 
1075
- #: src/Tribe/Languages/Locations.php:335
1076
  msgid "Louisiana"
1077
  msgstr "Louisiana"
1078
 
1079
- #: src/Tribe/Languages/Locations.php:334
1080
  msgid "Kentucky"
1081
  msgstr "Kentucky"
1082
 
1083
- #: src/Tribe/Languages/Locations.php:333
1084
  msgid "Kansas"
1085
  msgstr "Kansas"
1086
 
1087
- #: src/Tribe/Languages/Locations.php:332
1088
  msgid "Iowa"
1089
  msgstr "Iowa"
1090
 
1091
- #: src/Tribe/Languages/Locations.php:331
1092
  msgid "Indiana"
1093
  msgstr "Indiana"
1094
 
1095
- #: src/Tribe/Languages/Locations.php:330
1096
  msgid "Illinois"
1097
  msgstr "Illinois"
1098
 
1099
- #: src/Tribe/Languages/Locations.php:329
1100
  msgid "Idaho"
1101
  msgstr "Idaho"
1102
 
1103
- #: src/Tribe/Languages/Locations.php:328
1104
  msgid "Hawaii"
1105
  msgstr "Hawaii"
1106
 
1107
- #: src/Tribe/Languages/Locations.php:326
1108
  msgid "Florida"
1109
  msgstr "Florida"
1110
 
1111
- #: src/Tribe/Languages/Locations.php:325
1112
  msgid "District of Columbia"
1113
  msgstr "District of Columbia"
1114
 
1115
- #: src/Tribe/Languages/Locations.php:324
1116
  msgid "Delaware"
1117
  msgstr "Delaware"
1118
 
1119
- #: src/Tribe/Languages/Locations.php:323
1120
  msgid "Connecticut"
1121
  msgstr "Connecticut"
1122
 
1123
- #: src/Tribe/Languages/Locations.php:322
1124
  msgid "Colorado"
1125
  msgstr "Colorado"
1126
 
1127
- #: src/Tribe/Languages/Locations.php:321
1128
  msgid "California"
1129
  msgstr "California"
1130
 
1131
- #: src/Tribe/Languages/Locations.php:320
1132
  msgid "Arkansas"
1133
  msgstr "Arkansas"
1134
 
1135
- #: src/Tribe/Languages/Locations.php:319
1136
  msgid "Arizona"
1137
  msgstr "Arizona"
1138
 
1139
- #: src/Tribe/Languages/Locations.php:318
1140
  msgid "Alaska"
1141
  msgstr "Alaska"
1142
 
1143
- #: src/Tribe/Languages/Locations.php:317
1144
  msgid "Alabama"
1145
  msgstr "Alabama"
1146
 
@@ -1764,7 +1763,7 @@ msgstr "Gana"
1764
  msgid "Germany"
1765
  msgstr "Nemčija"
1766
 
1767
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1768
  msgid "Georgia"
1769
  msgstr "Gruzija"
1770
 
@@ -2243,7 +2242,7 @@ msgstr "Veljaven licenčni ključ je potreben za podporo in posodobitve."
2243
  msgid "License Key"
2244
  msgstr "Licenčni ključ"
2245
 
2246
- #: src/Tribe/Main.php:285
2247
  msgid "Search:"
2248
  msgstr ""
2249
 
@@ -2255,19 +2254,19 @@ msgstr "Nastavitve"
2255
  msgid "Network"
2256
  msgstr "Omrežje"
2257
 
2258
- #: src/Tribe/Main.php:310
2259
  msgid "Done"
2260
  msgstr "Opravljeno"
2261
 
2262
- #: src/Tribe/Main.php:309
2263
  msgid "Today"
2264
  msgstr "Danes"
2265
 
2266
- #: src/Tribe/Main.php:308
2267
  msgid "Prev"
2268
  msgstr "Prejšnji"
2269
 
2270
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2271
  msgid "Next"
2272
  msgstr "Naslednji"
2273
 
11
  "Language: sl_SI\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
334
  msgstr ""
335
 
336
  #: src/admin-views/tribe-options-help.php:42
337
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
338
  msgstr ""
339
 
340
  #: src/admin-views/app-shop.php:26
443
  msgid "Renew Your License Now"
444
  msgstr ""
445
 
446
+ #: src/Tribe/Main.php:267
447
  msgid ": Selected 1 row"
448
  msgstr ""
449
 
450
+ #: src/Tribe/Main.php:266
451
  msgid ": Selected %d rows"
452
  msgstr ""
453
 
454
+ #: src/Tribe/Main.php:261
455
  msgid "Previous"
456
  msgstr ""
457
 
458
+ #: src/Tribe/Main.php:259
459
  msgid "All"
460
  msgstr ""
461
 
462
+ #: src/Tribe/Main.php:253
463
  msgid "No matching records found"
464
  msgstr ""
465
 
466
+ #: src/Tribe/Main.php:252
467
  msgid "(filtered from _MAX_ total entries)"
468
  msgstr ""
469
 
470
+ #: src/Tribe/Main.php:251
471
  msgid "Showing 0 to 0 of 0 entries"
472
  msgstr ""
473
 
474
+ #: src/Tribe/Main.php:250
475
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
476
  msgstr ""
477
 
478
+ #: src/Tribe/Main.php:249
479
  msgid "No data available in table"
480
  msgstr ""
481
 
482
+ #: src/Tribe/Main.php:248
483
  msgid "Show _MENU_ entries"
484
  msgstr ""
485
 
486
+ #: src/Tribe/Main.php:246
487
  msgid ": activate to sort column descending"
488
  msgstr ""
489
 
490
+ #: src/Tribe/Main.php:245
491
  msgid ": activate to sort column ascending"
492
  msgstr ""
493
 
494
+ #: src/Tribe/Main.php:226
495
  msgid "Press \"Cmd + C\" to copy"
496
  msgstr ""
497
 
498
+ #: src/Tribe/Main.php:225
499
  msgid "System info copied"
500
  msgstr ""
501
 
502
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
503
  msgid "Copy to clipboard"
504
  msgstr ""
505
 
511
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
512
  msgstr ""
513
 
 
 
 
 
514
  #: src/Tribe/Plugins_API.php:105
515
  msgctxt "Names of required plugins for Community Tickets"
516
  msgid "Event Tickets Plus and Community Events"
651
  msgstr ""
652
 
653
  #: src/admin-views/tribe-options-help.php:33
654
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
655
  msgstr ""
656
 
657
  #: src/admin-views/tribe-options-help.php:32
695
  msgstr ""
696
 
697
  #: src/admin-views/tribe-options-help.php:11
698
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
699
  msgstr ""
700
 
701
  #: src/admin-views/tribe-options-general.php:15
814
  msgid "unknown date"
815
  msgstr "Neznani datum"
816
 
817
+ #: src/Tribe/Admin/Activation_Page.php:92
818
  msgid "Return to WordPress Updates"
819
  msgstr "Vrni se na stran za nadgradnjo Wordpressa"
820
 
821
+ #: src/Tribe/Admin/Activation_Page.php:92
822
  msgid "Go to WordPress Updates page"
823
  msgstr "Pojdi na stran za nadgradnjo WordPressa"
824
 
825
+ #: src/Tribe/Admin/Activation_Page.php:84
826
  msgid "Return to Plugins page"
827
  msgstr "Vrni se na stran z vtičniki"
828
 
829
+ #: src/Tribe/Admin/Activation_Page.php:84
830
  msgid "Go to plugins page"
831
  msgstr "Pojdi na stran z vtičniki"
832
 
858
  msgid "WordPress "
859
  msgstr "WordPress"
860
 
861
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
862
  msgid "Requires:"
863
  msgstr "Zahteva:"
864
 
887
  msgid "n/a"
888
  msgstr "n/a"
889
 
890
+ #: src/admin-views/tribe-options-general.php:59
891
  msgid "Debug Bar Plugin"
892
  msgstr "Debug Bar vtičnik "
893
 
894
+ #: src/admin-views/tribe-options-general.php:59
895
  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."
896
  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. "
897
 
898
+ #: src/admin-views/tribe-options-general.php:53
899
  msgid "Debug mode"
900
  msgstr "Debug način"
901
 
902
+ #: src/admin-views/tribe-options-general.php:35
903
  msgid "Show The Events Calendar link"
904
  msgstr "Prikaži The Events Calendar povezavo"
905
 
 
 
 
 
906
  #: src/admin-views/tribe-options-general.php:30
 
907
  msgid "See an example of the link"
908
  msgstr "Poglejte si primer povezave"
909
 
943
  msgid "Community Events"
944
  msgstr ""
945
 
946
+ #: src/Tribe/Languages/Locations.php:374
947
  msgid "Wyoming"
948
  msgstr "Wyoming"
949
 
950
+ #: src/Tribe/Languages/Locations.php:373
951
  msgid "Wisconsin"
952
  msgstr "Wisconsin"
953
 
954
+ #: src/Tribe/Languages/Locations.php:372
955
  msgid "West Virginia"
956
  msgstr "West Virginia"
957
 
958
+ #: src/Tribe/Languages/Locations.php:371
959
  msgid "Washington"
960
  msgstr "Washington"
961
 
962
+ #: src/Tribe/Languages/Locations.php:370
963
  msgid "Virginia"
964
  msgstr "Virginia"
965
 
966
+ #: src/Tribe/Languages/Locations.php:369
967
  msgid "Vermont"
968
  msgstr "Vermont"
969
 
970
+ #: src/Tribe/Languages/Locations.php:368
971
  msgid "Utah"
972
  msgstr "Utah"
973
 
974
+ #: src/Tribe/Languages/Locations.php:367
975
  msgid "Texas"
976
  msgstr "Texas"
977
 
978
+ #: src/Tribe/Languages/Locations.php:366
979
  msgid "Tennessee"
980
  msgstr "Tennessee"
981
 
982
+ #: src/Tribe/Languages/Locations.php:365
983
  msgid "South Dakota"
984
  msgstr "South Dakota"
985
 
986
+ #: src/Tribe/Languages/Locations.php:364
987
  msgid "South Carolina"
988
  msgstr "South Carolina"
989
 
990
+ #: src/Tribe/Languages/Locations.php:363
991
  msgid "Rhode Island"
992
  msgstr "Rhode Island"
993
 
994
+ #: src/Tribe/Languages/Locations.php:362
995
  msgid "Pennsylvania"
996
  msgstr "Pennsylvania"
997
 
998
+ #: src/Tribe/Languages/Locations.php:361
999
  msgid "Oregon"
1000
  msgstr "Oregon"
1001
 
1002
+ #: src/Tribe/Languages/Locations.php:360
1003
  msgid "Oklahoma"
1004
  msgstr "Oklahoma"
1005
 
1006
+ #: src/Tribe/Languages/Locations.php:359
1007
  msgid "Ohio"
1008
  msgstr "Ohio"
1009
 
1010
+ #: src/Tribe/Languages/Locations.php:358
1011
  msgid "North Dakota"
1012
  msgstr "North Dakota"
1013
 
1014
+ #: src/Tribe/Languages/Locations.php:357
1015
  msgid "North Carolina"
1016
  msgstr "North Carolina"
1017
 
1018
+ #: src/Tribe/Languages/Locations.php:356
1019
  msgid "New York"
1020
  msgstr "New York"
1021
 
1022
+ #: src/Tribe/Languages/Locations.php:355
1023
  msgid "New Mexico"
1024
  msgstr "New Mexico"
1025
 
1026
+ #: src/Tribe/Languages/Locations.php:354
1027
  msgid "New Jersey"
1028
  msgstr "New Jersey"
1029
 
1030
+ #: src/Tribe/Languages/Locations.php:353
1031
  msgid "New Hampshire"
1032
  msgstr "New Hampshire"
1033
 
1034
+ #: src/Tribe/Languages/Locations.php:352
1035
  msgid "Nevada"
1036
  msgstr "Nevada"
1037
 
1038
+ #: src/Tribe/Languages/Locations.php:351
1039
  msgid "Nebraska"
1040
  msgstr "Nebraska"
1041
 
1042
+ #: src/Tribe/Languages/Locations.php:350
1043
  msgid "Montana"
1044
  msgstr "Montana"
1045
 
1046
+ #: src/Tribe/Languages/Locations.php:349
1047
  msgid "Missouri"
1048
  msgstr "Missouri"
1049
 
1050
+ #: src/Tribe/Languages/Locations.php:348
1051
  msgid "Mississippi"
1052
  msgstr "Mississippi"
1053
 
1054
+ #: src/Tribe/Languages/Locations.php:347
1055
  msgid "Minnesota"
1056
  msgstr "Minnesota"
1057
 
1058
+ #: src/Tribe/Languages/Locations.php:346
1059
  msgid "Michigan"
1060
  msgstr "Michigan"
1061
 
1062
+ #: src/Tribe/Languages/Locations.php:345
1063
  msgid "Massachusetts"
1064
  msgstr "Massachusetts"
1065
 
1066
+ #: src/Tribe/Languages/Locations.php:344
1067
  msgid "Maryland"
1068
  msgstr "Maryland"
1069
 
1070
+ #: src/Tribe/Languages/Locations.php:343
1071
  msgid "Maine"
1072
  msgstr "Maine"
1073
 
1074
+ #: src/Tribe/Languages/Locations.php:342
1075
  msgid "Louisiana"
1076
  msgstr "Louisiana"
1077
 
1078
+ #: src/Tribe/Languages/Locations.php:341
1079
  msgid "Kentucky"
1080
  msgstr "Kentucky"
1081
 
1082
+ #: src/Tribe/Languages/Locations.php:340
1083
  msgid "Kansas"
1084
  msgstr "Kansas"
1085
 
1086
+ #: src/Tribe/Languages/Locations.php:339
1087
  msgid "Iowa"
1088
  msgstr "Iowa"
1089
 
1090
+ #: src/Tribe/Languages/Locations.php:338
1091
  msgid "Indiana"
1092
  msgstr "Indiana"
1093
 
1094
+ #: src/Tribe/Languages/Locations.php:337
1095
  msgid "Illinois"
1096
  msgstr "Illinois"
1097
 
1098
+ #: src/Tribe/Languages/Locations.php:336
1099
  msgid "Idaho"
1100
  msgstr "Idaho"
1101
 
1102
+ #: src/Tribe/Languages/Locations.php:335
1103
  msgid "Hawaii"
1104
  msgstr "Hawaii"
1105
 
1106
+ #: src/Tribe/Languages/Locations.php:333
1107
  msgid "Florida"
1108
  msgstr "Florida"
1109
 
1110
+ #: src/Tribe/Languages/Locations.php:332
1111
  msgid "District of Columbia"
1112
  msgstr "District of Columbia"
1113
 
1114
+ #: src/Tribe/Languages/Locations.php:331
1115
  msgid "Delaware"
1116
  msgstr "Delaware"
1117
 
1118
+ #: src/Tribe/Languages/Locations.php:330
1119
  msgid "Connecticut"
1120
  msgstr "Connecticut"
1121
 
1122
+ #: src/Tribe/Languages/Locations.php:329
1123
  msgid "Colorado"
1124
  msgstr "Colorado"
1125
 
1126
+ #: src/Tribe/Languages/Locations.php:328
1127
  msgid "California"
1128
  msgstr "California"
1129
 
1130
+ #: src/Tribe/Languages/Locations.php:327
1131
  msgid "Arkansas"
1132
  msgstr "Arkansas"
1133
 
1134
+ #: src/Tribe/Languages/Locations.php:326
1135
  msgid "Arizona"
1136
  msgstr "Arizona"
1137
 
1138
+ #: src/Tribe/Languages/Locations.php:325
1139
  msgid "Alaska"
1140
  msgstr "Alaska"
1141
 
1142
+ #: src/Tribe/Languages/Locations.php:324
1143
  msgid "Alabama"
1144
  msgstr "Alabama"
1145
 
1763
  msgid "Germany"
1764
  msgstr "Nemčija"
1765
 
1766
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1767
  msgid "Georgia"
1768
  msgstr "Gruzija"
1769
 
2242
  msgid "License Key"
2243
  msgstr "Licenčni ključ"
2244
 
2245
+ #: src/Tribe/Main.php:254
2246
  msgid "Search:"
2247
  msgstr ""
2248
 
2254
  msgid "Network"
2255
  msgstr "Omrežje"
2256
 
2257
+ #: src/Tribe/Main.php:279
2258
  msgid "Done"
2259
  msgstr "Opravljeno"
2260
 
2261
+ #: src/Tribe/Main.php:278
2262
  msgid "Today"
2263
  msgstr "Danes"
2264
 
2265
+ #: src/Tribe/Main.php:277
2266
  msgid "Prev"
2267
  msgstr "Prejšnji"
2268
 
2269
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2270
  msgid "Next"
2271
  msgstr "Naslednji"
2272
 
common/lang/tribe-common-sr_RS.mo CHANGED
Binary file
common/lang/tribe-common-sr_RS.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: sr_RS\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -321,7 +333,7 @@ msgid "Event Log"
321
  msgstr ""
322
 
323
  #: src/admin-views/tribe-options-help.php:42
324
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
325
  msgstr ""
326
 
327
  #: src/admin-views/app-shop.php:26
@@ -428,63 +440,63 @@ msgstr ""
428
  msgid "Renew Your License Now"
429
  msgstr ""
430
 
431
- #: src/Tribe/Main.php:298
432
  msgid ": Selected 1 row"
433
  msgstr ""
434
 
435
- #: src/Tribe/Main.php:297
436
  msgid ": Selected %d rows"
437
  msgstr ""
438
 
439
- #: src/Tribe/Main.php:292
440
  msgid "Previous"
441
  msgstr ""
442
 
443
- #: src/Tribe/Main.php:290
444
  msgid "All"
445
  msgstr ""
446
 
447
- #: src/Tribe/Main.php:284
448
  msgid "No matching records found"
449
  msgstr ""
450
 
451
- #: src/Tribe/Main.php:283
452
  msgid "(filtered from _MAX_ total entries)"
453
  msgstr ""
454
 
455
- #: src/Tribe/Main.php:282
456
  msgid "Showing 0 to 0 of 0 entries"
457
  msgstr ""
458
 
459
- #: src/Tribe/Main.php:281
460
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
461
  msgstr ""
462
 
463
- #: src/Tribe/Main.php:280
464
  msgid "No data available in table"
465
  msgstr ""
466
 
467
- #: src/Tribe/Main.php:279
468
  msgid "Show _MENU_ entries"
469
  msgstr ""
470
 
471
- #: src/Tribe/Main.php:277
472
  msgid ": activate to sort column descending"
473
  msgstr ""
474
 
475
- #: src/Tribe/Main.php:276
476
  msgid ": activate to sort column ascending"
477
  msgstr ""
478
 
479
- #: src/Tribe/Main.php:257
480
  msgid "Press \"Cmd + C\" to copy"
481
  msgstr ""
482
 
483
- #: src/Tribe/Main.php:256
484
  msgid "System info copied"
485
  msgstr ""
486
 
487
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
488
  msgid "Copy to clipboard"
489
  msgstr ""
490
 
@@ -496,10 +508,6 @@ msgstr ""
496
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
497
  msgstr ""
498
 
499
- #: src/Tribe/Plugins_API.php:71
500
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
501
- msgstr ""
502
-
503
  #: src/Tribe/Plugins_API.php:105
504
  msgctxt "Names of required plugins for Community Tickets"
505
  msgid "Event Tickets Plus and Community Events"
@@ -640,11 +648,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
640
  msgstr ""
641
 
642
  #: src/admin-views/tribe-options-help.php:33
643
- msgid "Search our support forum"
644
- msgstr ""
645
-
646
- #: src/admin-views/tribe-options-help.php:33
647
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:32
@@ -688,7 +692,7 @@ msgid "Getting Support"
688
  msgstr ""
689
 
690
  #: src/admin-views/tribe-options-help.php:11
691
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-general.php:15
@@ -807,19 +811,19 @@ msgstr ""
807
  msgid "unknown date"
808
  msgstr ""
809
 
810
- #: src/Tribe/Admin/Activation_Page.php:85
811
  msgid "Return to WordPress Updates"
812
  msgstr ""
813
 
814
- #: src/Tribe/Admin/Activation_Page.php:85
815
  msgid "Go to WordPress Updates page"
816
  msgstr ""
817
 
818
- #: src/Tribe/Admin/Activation_Page.php:77
819
  msgid "Return to Plugins page"
820
  msgstr ""
821
 
822
- #: src/Tribe/Admin/Activation_Page.php:77
823
  msgid "Go to plugins page"
824
  msgstr ""
825
 
@@ -851,7 +855,7 @@ msgstr "Premijum dodaci"
851
  msgid "WordPress "
852
  msgstr "WordPress "
853
 
854
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
855
  msgid "Requires:"
856
  msgstr "Potrebno:"
857
 
@@ -880,28 +884,23 @@ msgctxt "not available"
880
  msgid "n/a"
881
  msgstr "nije dostupno"
882
 
883
- #: src/admin-views/tribe-options-general.php:64
884
  msgid "Debug Bar Plugin"
885
  msgstr "Debug Bar Plugin"
886
 
887
- #: src/admin-views/tribe-options-general.php:64
888
  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."
889
  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."
890
 
891
- #: src/admin-views/tribe-options-general.php:58
892
  msgid "Debug mode"
893
  msgstr "Mod rada za otklanjanje grešaka"
894
 
895
- #: src/admin-views/tribe-options-general.php:40
896
  msgid "Show The Events Calendar link"
897
  msgstr "Prikaži The Events Calendar link"
898
 
899
- #: src/admin-views/tribe-options-general.php:35
900
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
901
- msgstr "Da li mislite \"Hej, ovaj plagin je odličan! Treba da se zahvalim Modern Tribe-u za njihov rad.\" Najveće hvala koje možemo da tražimo je priznanje. Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar projektu."
902
-
903
  #: src/admin-views/tribe-options-general.php:30
904
- #: src/admin-views/tribe-options-general.php:35
905
  msgid "See an example of the link"
906
  msgstr "Pogledaj primjer linka"
907
 
@@ -941,203 +940,203 @@ msgstr "Pogledaj"
941
  msgid "Community Events"
942
  msgstr "Community Events"
943
 
944
- #: src/Tribe/Languages/Locations.php:367
945
  msgid "Wyoming"
946
  msgstr "Vajoming"
947
 
948
- #: src/Tribe/Languages/Locations.php:366
949
  msgid "Wisconsin"
950
  msgstr "Viskonsin"
951
 
952
- #: src/Tribe/Languages/Locations.php:365
953
  msgid "West Virginia"
954
  msgstr "Zapadna Virdžinija"
955
 
956
- #: src/Tribe/Languages/Locations.php:364
957
  msgid "Washington"
958
  msgstr "Vašington"
959
 
960
- #: src/Tribe/Languages/Locations.php:363
961
  msgid "Virginia"
962
  msgstr "Virdžinija"
963
 
964
- #: src/Tribe/Languages/Locations.php:362
965
  msgid "Vermont"
966
  msgstr "Vermont"
967
 
968
- #: src/Tribe/Languages/Locations.php:361
969
  msgid "Utah"
970
  msgstr "Juta"
971
 
972
- #: src/Tribe/Languages/Locations.php:360
973
  msgid "Texas"
974
  msgstr "Teksas"
975
 
976
- #: src/Tribe/Languages/Locations.php:359
977
  msgid "Tennessee"
978
  msgstr "Tenesi"
979
 
980
- #: src/Tribe/Languages/Locations.php:358
981
  msgid "South Dakota"
982
  msgstr "Južna Dakota"
983
 
984
- #: src/Tribe/Languages/Locations.php:357
985
  msgid "South Carolina"
986
  msgstr "Južna Karolina"
987
 
988
- #: src/Tribe/Languages/Locations.php:356
989
  msgid "Rhode Island"
990
  msgstr "Rode Island"
991
 
992
- #: src/Tribe/Languages/Locations.php:355
993
  msgid "Pennsylvania"
994
  msgstr "Pensilvanija"
995
 
996
- #: src/Tribe/Languages/Locations.php:354
997
  msgid "Oregon"
998
  msgstr "Oregon"
999
 
1000
- #: src/Tribe/Languages/Locations.php:353
1001
  msgid "Oklahoma"
1002
  msgstr "Oklahoma"
1003
 
1004
- #: src/Tribe/Languages/Locations.php:352
1005
  msgid "Ohio"
1006
  msgstr "Ohajo"
1007
 
1008
- #: src/Tribe/Languages/Locations.php:351
1009
  msgid "North Dakota"
1010
  msgstr "Severna Dakota"
1011
 
1012
- #: src/Tribe/Languages/Locations.php:350
1013
  msgid "North Carolina"
1014
  msgstr "Severna Karolina"
1015
 
1016
- #: src/Tribe/Languages/Locations.php:349
1017
  msgid "New York"
1018
  msgstr "Nju Jork"
1019
 
1020
- #: src/Tribe/Languages/Locations.php:348
1021
  msgid "New Mexico"
1022
  msgstr "Nju Meksiko"
1023
 
1024
- #: src/Tribe/Languages/Locations.php:347
1025
  msgid "New Jersey"
1026
  msgstr "Nju Džerzi"
1027
 
1028
- #: src/Tribe/Languages/Locations.php:346
1029
  msgid "New Hampshire"
1030
  msgstr "Nju Hempšir"
1031
 
1032
- #: src/Tribe/Languages/Locations.php:345
1033
  msgid "Nevada"
1034
  msgstr "Nevada"
1035
 
1036
- #: src/Tribe/Languages/Locations.php:344
1037
  msgid "Nebraska"
1038
  msgstr "Nebraska"
1039
 
1040
- #: src/Tribe/Languages/Locations.php:343
1041
  msgid "Montana"
1042
  msgstr "Montana"
1043
 
1044
- #: src/Tribe/Languages/Locations.php:342
1045
  msgid "Missouri"
1046
  msgstr "Misuri"
1047
 
1048
- #: src/Tribe/Languages/Locations.php:341
1049
  msgid "Mississippi"
1050
  msgstr "Misisipi"
1051
 
1052
- #: src/Tribe/Languages/Locations.php:340
1053
  msgid "Minnesota"
1054
  msgstr "Minesota"
1055
 
1056
- #: src/Tribe/Languages/Locations.php:339
1057
  msgid "Michigan"
1058
  msgstr "Mičigen"
1059
 
1060
- #: src/Tribe/Languages/Locations.php:338
1061
  msgid "Massachusetts"
1062
  msgstr "Masačusets"
1063
 
1064
- #: src/Tribe/Languages/Locations.php:337
1065
  msgid "Maryland"
1066
  msgstr "Mariland"
1067
 
1068
- #: src/Tribe/Languages/Locations.php:336
1069
  msgid "Maine"
1070
  msgstr "Mejn"
1071
 
1072
- #: src/Tribe/Languages/Locations.php:335
1073
  msgid "Louisiana"
1074
  msgstr "Luizijana"
1075
 
1076
- #: src/Tribe/Languages/Locations.php:334
1077
  msgid "Kentucky"
1078
  msgstr "Kentaki"
1079
 
1080
- #: src/Tribe/Languages/Locations.php:333
1081
  msgid "Kansas"
1082
  msgstr "Kansas"
1083
 
1084
- #: src/Tribe/Languages/Locations.php:332
1085
  msgid "Iowa"
1086
  msgstr "Ajova"
1087
 
1088
- #: src/Tribe/Languages/Locations.php:331
1089
  msgid "Indiana"
1090
  msgstr "Indijana"
1091
 
1092
- #: src/Tribe/Languages/Locations.php:330
1093
  msgid "Illinois"
1094
  msgstr "Ilinois"
1095
 
1096
- #: src/Tribe/Languages/Locations.php:329
1097
  msgid "Idaho"
1098
  msgstr "Ajdaho"
1099
 
1100
- #: src/Tribe/Languages/Locations.php:328
1101
  msgid "Hawaii"
1102
  msgstr "Havaiji"
1103
 
1104
- #: src/Tribe/Languages/Locations.php:326
1105
  msgid "Florida"
1106
  msgstr "Florida"
1107
 
1108
- #: src/Tribe/Languages/Locations.php:325
1109
  msgid "District of Columbia"
1110
  msgstr "Okrug Kolumbije"
1111
 
1112
- #: src/Tribe/Languages/Locations.php:324
1113
  msgid "Delaware"
1114
  msgstr "Delaver"
1115
 
1116
- #: src/Tribe/Languages/Locations.php:323
1117
  msgid "Connecticut"
1118
  msgstr "Konetikat"
1119
 
1120
- #: src/Tribe/Languages/Locations.php:322
1121
  msgid "Colorado"
1122
  msgstr "Kolorado"
1123
 
1124
- #: src/Tribe/Languages/Locations.php:321
1125
  msgid "California"
1126
  msgstr "Kalifornija"
1127
 
1128
- #: src/Tribe/Languages/Locations.php:320
1129
  msgid "Arkansas"
1130
  msgstr "Arkanzas"
1131
 
1132
- #: src/Tribe/Languages/Locations.php:319
1133
  msgid "Arizona"
1134
  msgstr "Arizona"
1135
 
1136
- #: src/Tribe/Languages/Locations.php:318
1137
  msgid "Alaska"
1138
  msgstr "Aljaska"
1139
 
1140
- #: src/Tribe/Languages/Locations.php:317
1141
  msgid "Alabama"
1142
  msgstr "Alabama"
1143
 
@@ -1761,7 +1760,7 @@ msgstr "Gana"
1761
  msgid "Germany"
1762
  msgstr "Njemačka"
1763
 
1764
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1765
  msgid "Georgia"
1766
  msgstr "Gruzija"
1767
 
@@ -2239,7 +2238,7 @@ msgstr ""
2239
  msgid "License Key"
2240
  msgstr ""
2241
 
2242
- #: src/Tribe/Main.php:285
2243
  msgid "Search:"
2244
  msgstr ""
2245
 
@@ -2251,19 +2250,19 @@ msgstr "Postavke"
2251
  msgid "Network"
2252
  msgstr "Mreža"
2253
 
2254
- #: src/Tribe/Main.php:310
2255
  msgid "Done"
2256
  msgstr "Gotovo"
2257
 
2258
- #: src/Tribe/Main.php:309
2259
  msgid "Today"
2260
  msgstr "Danas"
2261
 
2262
- #: src/Tribe/Main.php:308
2263
  msgid "Prev"
2264
  msgstr "Prethodni"
2265
 
2266
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2267
  msgid "Next"
2268
  msgstr "Sljedeći"
2269
 
11
  "Language: sr_RS\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
333
  msgstr ""
334
 
335
  #: src/admin-views/tribe-options-help.php:42
336
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
337
  msgstr ""
338
 
339
  #: src/admin-views/app-shop.php:26
440
  msgid "Renew Your License Now"
441
  msgstr ""
442
 
443
+ #: src/Tribe/Main.php:267
444
  msgid ": Selected 1 row"
445
  msgstr ""
446
 
447
+ #: src/Tribe/Main.php:266
448
  msgid ": Selected %d rows"
449
  msgstr ""
450
 
451
+ #: src/Tribe/Main.php:261
452
  msgid "Previous"
453
  msgstr ""
454
 
455
+ #: src/Tribe/Main.php:259
456
  msgid "All"
457
  msgstr ""
458
 
459
+ #: src/Tribe/Main.php:253
460
  msgid "No matching records found"
461
  msgstr ""
462
 
463
+ #: src/Tribe/Main.php:252
464
  msgid "(filtered from _MAX_ total entries)"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Main.php:251
468
  msgid "Showing 0 to 0 of 0 entries"
469
  msgstr ""
470
 
471
+ #: src/Tribe/Main.php:250
472
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
473
  msgstr ""
474
 
475
+ #: src/Tribe/Main.php:249
476
  msgid "No data available in table"
477
  msgstr ""
478
 
479
+ #: src/Tribe/Main.php:248
480
  msgid "Show _MENU_ entries"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Main.php:246
484
  msgid ": activate to sort column descending"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Main.php:245
488
  msgid ": activate to sort column ascending"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Main.php:226
492
  msgid "Press \"Cmd + C\" to copy"
493
  msgstr ""
494
 
495
+ #: src/Tribe/Main.php:225
496
  msgid "System info copied"
497
  msgstr ""
498
 
499
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
500
  msgid "Copy to clipboard"
501
  msgstr ""
502
 
508
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
509
  msgstr ""
510
 
 
 
 
 
511
  #: src/Tribe/Plugins_API.php:105
512
  msgctxt "Names of required plugins for Community Tickets"
513
  msgid "Event Tickets Plus and Community Events"
648
  msgstr ""
649
 
650
  #: src/admin-views/tribe-options-help.php:33
651
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
652
  msgstr ""
653
 
654
  #: src/admin-views/tribe-options-help.php:32
692
  msgstr ""
693
 
694
  #: src/admin-views/tribe-options-help.php:11
695
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
696
  msgstr ""
697
 
698
  #: src/admin-views/tribe-options-general.php:15
811
  msgid "unknown date"
812
  msgstr ""
813
 
814
+ #: src/Tribe/Admin/Activation_Page.php:92
815
  msgid "Return to WordPress Updates"
816
  msgstr ""
817
 
818
+ #: src/Tribe/Admin/Activation_Page.php:92
819
  msgid "Go to WordPress Updates page"
820
  msgstr ""
821
 
822
+ #: src/Tribe/Admin/Activation_Page.php:84
823
  msgid "Return to Plugins page"
824
  msgstr ""
825
 
826
+ #: src/Tribe/Admin/Activation_Page.php:84
827
  msgid "Go to plugins page"
828
  msgstr ""
829
 
855
  msgid "WordPress "
856
  msgstr "WordPress "
857
 
858
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
859
  msgid "Requires:"
860
  msgstr "Potrebno:"
861
 
884
  msgid "n/a"
885
  msgstr "nije dostupno"
886
 
887
+ #: src/admin-views/tribe-options-general.php:59
888
  msgid "Debug Bar Plugin"
889
  msgstr "Debug Bar Plugin"
890
 
891
+ #: src/admin-views/tribe-options-general.php:59
892
  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."
893
  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."
894
 
895
+ #: src/admin-views/tribe-options-general.php:53
896
  msgid "Debug mode"
897
  msgstr "Mod rada za otklanjanje grešaka"
898
 
899
+ #: src/admin-views/tribe-options-general.php:35
900
  msgid "Show The Events Calendar link"
901
  msgstr "Prikaži The Events Calendar link"
902
 
 
 
 
 
903
  #: src/admin-views/tribe-options-general.php:30
 
904
  msgid "See an example of the link"
905
  msgstr "Pogledaj primjer linka"
906
 
940
  msgid "Community Events"
941
  msgstr "Community Events"
942
 
943
+ #: src/Tribe/Languages/Locations.php:374
944
  msgid "Wyoming"
945
  msgstr "Vajoming"
946
 
947
+ #: src/Tribe/Languages/Locations.php:373
948
  msgid "Wisconsin"
949
  msgstr "Viskonsin"
950
 
951
+ #: src/Tribe/Languages/Locations.php:372
952
  msgid "West Virginia"
953
  msgstr "Zapadna Virdžinija"
954
 
955
+ #: src/Tribe/Languages/Locations.php:371
956
  msgid "Washington"
957
  msgstr "Vašington"
958
 
959
+ #: src/Tribe/Languages/Locations.php:370
960
  msgid "Virginia"
961
  msgstr "Virdžinija"
962
 
963
+ #: src/Tribe/Languages/Locations.php:369
964
  msgid "Vermont"
965
  msgstr "Vermont"
966
 
967
+ #: src/Tribe/Languages/Locations.php:368
968
  msgid "Utah"
969
  msgstr "Juta"
970
 
971
+ #: src/Tribe/Languages/Locations.php:367
972
  msgid "Texas"
973
  msgstr "Teksas"
974
 
975
+ #: src/Tribe/Languages/Locations.php:366
976
  msgid "Tennessee"
977
  msgstr "Tenesi"
978
 
979
+ #: src/Tribe/Languages/Locations.php:365
980
  msgid "South Dakota"
981
  msgstr "Južna Dakota"
982
 
983
+ #: src/Tribe/Languages/Locations.php:364
984
  msgid "South Carolina"
985
  msgstr "Južna Karolina"
986
 
987
+ #: src/Tribe/Languages/Locations.php:363
988
  msgid "Rhode Island"
989
  msgstr "Rode Island"
990
 
991
+ #: src/Tribe/Languages/Locations.php:362
992
  msgid "Pennsylvania"
993
  msgstr "Pensilvanija"
994
 
995
+ #: src/Tribe/Languages/Locations.php:361
996
  msgid "Oregon"
997
  msgstr "Oregon"
998
 
999
+ #: src/Tribe/Languages/Locations.php:360
1000
  msgid "Oklahoma"
1001
  msgstr "Oklahoma"
1002
 
1003
+ #: src/Tribe/Languages/Locations.php:359
1004
  msgid "Ohio"
1005
  msgstr "Ohajo"
1006
 
1007
+ #: src/Tribe/Languages/Locations.php:358
1008
  msgid "North Dakota"
1009
  msgstr "Severna Dakota"
1010
 
1011
+ #: src/Tribe/Languages/Locations.php:357
1012
  msgid "North Carolina"
1013
  msgstr "Severna Karolina"
1014
 
1015
+ #: src/Tribe/Languages/Locations.php:356
1016
  msgid "New York"
1017
  msgstr "Nju Jork"
1018
 
1019
+ #: src/Tribe/Languages/Locations.php:355
1020
  msgid "New Mexico"
1021
  msgstr "Nju Meksiko"
1022
 
1023
+ #: src/Tribe/Languages/Locations.php:354
1024
  msgid "New Jersey"
1025
  msgstr "Nju Džerzi"
1026
 
1027
+ #: src/Tribe/Languages/Locations.php:353
1028
  msgid "New Hampshire"
1029
  msgstr "Nju Hempšir"
1030
 
1031
+ #: src/Tribe/Languages/Locations.php:352
1032
  msgid "Nevada"
1033
  msgstr "Nevada"
1034
 
1035
+ #: src/Tribe/Languages/Locations.php:351
1036
  msgid "Nebraska"
1037
  msgstr "Nebraska"
1038
 
1039
+ #: src/Tribe/Languages/Locations.php:350
1040
  msgid "Montana"
1041
  msgstr "Montana"
1042
 
1043
+ #: src/Tribe/Languages/Locations.php:349
1044
  msgid "Missouri"
1045
  msgstr "Misuri"
1046
 
1047
+ #: src/Tribe/Languages/Locations.php:348
1048
  msgid "Mississippi"
1049
  msgstr "Misisipi"
1050
 
1051
+ #: src/Tribe/Languages/Locations.php:347
1052
  msgid "Minnesota"
1053
  msgstr "Minesota"
1054
 
1055
+ #: src/Tribe/Languages/Locations.php:346
1056
  msgid "Michigan"
1057
  msgstr "Mičigen"
1058
 
1059
+ #: src/Tribe/Languages/Locations.php:345
1060
  msgid "Massachusetts"
1061
  msgstr "Masačusets"
1062
 
1063
+ #: src/Tribe/Languages/Locations.php:344
1064
  msgid "Maryland"
1065
  msgstr "Mariland"
1066
 
1067
+ #: src/Tribe/Languages/Locations.php:343
1068
  msgid "Maine"
1069
  msgstr "Mejn"
1070
 
1071
+ #: src/Tribe/Languages/Locations.php:342
1072
  msgid "Louisiana"
1073
  msgstr "Luizijana"
1074
 
1075
+ #: src/Tribe/Languages/Locations.php:341
1076
  msgid "Kentucky"
1077
  msgstr "Kentaki"
1078
 
1079
+ #: src/Tribe/Languages/Locations.php:340
1080
  msgid "Kansas"
1081
  msgstr "Kansas"
1082
 
1083
+ #: src/Tribe/Languages/Locations.php:339
1084
  msgid "Iowa"
1085
  msgstr "Ajova"
1086
 
1087
+ #: src/Tribe/Languages/Locations.php:338
1088
  msgid "Indiana"
1089
  msgstr "Indijana"
1090
 
1091
+ #: src/Tribe/Languages/Locations.php:337
1092
  msgid "Illinois"
1093
  msgstr "Ilinois"
1094
 
1095
+ #: src/Tribe/Languages/Locations.php:336
1096
  msgid "Idaho"
1097
  msgstr "Ajdaho"
1098
 
1099
+ #: src/Tribe/Languages/Locations.php:335
1100
  msgid "Hawaii"
1101
  msgstr "Havaiji"
1102
 
1103
+ #: src/Tribe/Languages/Locations.php:333
1104
  msgid "Florida"
1105
  msgstr "Florida"
1106
 
1107
+ #: src/Tribe/Languages/Locations.php:332
1108
  msgid "District of Columbia"
1109
  msgstr "Okrug Kolumbije"
1110
 
1111
+ #: src/Tribe/Languages/Locations.php:331
1112
  msgid "Delaware"
1113
  msgstr "Delaver"
1114
 
1115
+ #: src/Tribe/Languages/Locations.php:330
1116
  msgid "Connecticut"
1117
  msgstr "Konetikat"
1118
 
1119
+ #: src/Tribe/Languages/Locations.php:329
1120
  msgid "Colorado"
1121
  msgstr "Kolorado"
1122
 
1123
+ #: src/Tribe/Languages/Locations.php:328
1124
  msgid "California"
1125
  msgstr "Kalifornija"
1126
 
1127
+ #: src/Tribe/Languages/Locations.php:327
1128
  msgid "Arkansas"
1129
  msgstr "Arkanzas"
1130
 
1131
+ #: src/Tribe/Languages/Locations.php:326
1132
  msgid "Arizona"
1133
  msgstr "Arizona"
1134
 
1135
+ #: src/Tribe/Languages/Locations.php:325
1136
  msgid "Alaska"
1137
  msgstr "Aljaska"
1138
 
1139
+ #: src/Tribe/Languages/Locations.php:324
1140
  msgid "Alabama"
1141
  msgstr "Alabama"
1142
 
1760
  msgid "Germany"
1761
  msgstr "Njemačka"
1762
 
1763
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1764
  msgid "Georgia"
1765
  msgstr "Gruzija"
1766
 
2238
  msgid "License Key"
2239
  msgstr ""
2240
 
2241
+ #: src/Tribe/Main.php:254
2242
  msgid "Search:"
2243
  msgstr ""
2244
 
2250
  msgid "Network"
2251
  msgstr "Mreža"
2252
 
2253
+ #: src/Tribe/Main.php:279
2254
  msgid "Done"
2255
  msgstr "Gotovo"
2256
 
2257
+ #: src/Tribe/Main.php:278
2258
  msgid "Today"
2259
  msgstr "Danas"
2260
 
2261
+ #: src/Tribe/Main.php:277
2262
  msgid "Prev"
2263
  msgstr "Prethodni"
2264
 
2265
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2266
  msgid "Next"
2267
  msgstr "Sljedeći"
2268
 
common/lang/tribe-common-sv_SE.mo CHANGED
Binary file
common/lang/tribe-common-sv_SE.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: sv_SE\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr "okänt datum"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Återgå till WordPress-sidan för uppdateringar"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Gå till WordPress-sidan för uppdateringar"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Återgå till plugin-sidan"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Gå till plugin-sidan"
822
 
@@ -848,7 +852,7 @@ msgstr "Premium tillägg"
848
  msgid "WordPress "
849
  msgstr "Wordpress"
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Kräver:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "Inte tillgänglig"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debugbar tillägget"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debugläge"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Visa The Events Calendar länk"
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "Tänker du \"Wow, det här tillägget är fantastiskt, jag borde säga tack till Modern Tribe för allt deras hårda arbete.\" Det största tacket vi kan begära är ett erkännande. Lägga till en liten textlänk under kalendern som pekar på The Events Calendar projektet."
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Se ett exempel på länken"
904
 
@@ -938,203 +937,203 @@ msgstr "Visa"
938
  msgid "Community Events"
939
  msgstr "Gemenskapens Händelser"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Tyskland"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "En giltig licensnyckel krävs för support och uppdateringar"
2235
  msgid "License Key"
2236
  msgstr "Licensnyckel"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Inställningar"
2247
  msgid "Network"
2248
  msgstr "Nätverk"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Färdig"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Idag"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Föregående"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Nästa"
2265
 
11
  "Language: sv_SE\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "okänt datum"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Återgå till WordPress-sidan för uppdateringar"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Gå till WordPress-sidan för uppdateringar"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Återgå till plugin-sidan"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Gå till plugin-sidan"
826
 
852
  msgid "WordPress "
853
  msgstr "Wordpress"
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Kräver:"
858
 
881
  msgid "n/a"
882
  msgstr "Inte tillgänglig"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debugbar tillägget"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debugläge"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Visa The Events Calendar länk"
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Se ett exempel på länken"
903
 
937
  msgid "Community Events"
938
  msgstr "Gemenskapens Händelser"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Tyskland"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Licensnyckel"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Nätverk"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Färdig"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Idag"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Föregående"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Nästa"
2264
 
common/lang/tribe-common-tr_TR.mo CHANGED
Binary file
common/lang/tribe-common-tr_TR.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: tr\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -320,7 +332,7 @@ msgid "Event Log"
320
  msgstr ""
321
 
322
  #: src/admin-views/tribe-options-help.php:42
323
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
324
  msgstr ""
325
 
326
  #: src/admin-views/app-shop.php:26
@@ -425,63 +437,63 @@ msgstr ""
425
  msgid "Renew Your License Now"
426
  msgstr ""
427
 
428
- #: src/Tribe/Main.php:298
429
  msgid ": Selected 1 row"
430
  msgstr ""
431
 
432
- #: src/Tribe/Main.php:297
433
  msgid ": Selected %d rows"
434
  msgstr ""
435
 
436
- #: src/Tribe/Main.php:292
437
  msgid "Previous"
438
  msgstr ""
439
 
440
- #: src/Tribe/Main.php:290
441
  msgid "All"
442
  msgstr ""
443
 
444
- #: src/Tribe/Main.php:284
445
  msgid "No matching records found"
446
  msgstr ""
447
 
448
- #: src/Tribe/Main.php:283
449
  msgid "(filtered from _MAX_ total entries)"
450
  msgstr ""
451
 
452
- #: src/Tribe/Main.php:282
453
  msgid "Showing 0 to 0 of 0 entries"
454
  msgstr ""
455
 
456
- #: src/Tribe/Main.php:281
457
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
458
  msgstr ""
459
 
460
- #: src/Tribe/Main.php:280
461
  msgid "No data available in table"
462
  msgstr ""
463
 
464
- #: src/Tribe/Main.php:279
465
  msgid "Show _MENU_ entries"
466
  msgstr ""
467
 
468
- #: src/Tribe/Main.php:277
469
  msgid ": activate to sort column descending"
470
  msgstr ""
471
 
472
- #: src/Tribe/Main.php:276
473
  msgid ": activate to sort column ascending"
474
  msgstr ""
475
 
476
- #: src/Tribe/Main.php:257
477
  msgid "Press \"Cmd + C\" to copy"
478
  msgstr ""
479
 
480
- #: src/Tribe/Main.php:256
481
  msgid "System info copied"
482
  msgstr ""
483
 
484
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
485
  msgid "Copy to clipboard"
486
  msgstr ""
487
 
@@ -493,10 +505,6 @@ msgstr ""
493
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
494
  msgstr ""
495
 
496
- #: src/Tribe/Plugins_API.php:71
497
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
498
- msgstr ""
499
-
500
  #: src/Tribe/Plugins_API.php:105
501
  msgctxt "Names of required plugins for Community Tickets"
502
  msgid "Event Tickets Plus and Community Events"
@@ -637,11 +645,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
637
  msgstr ""
638
 
639
  #: src/admin-views/tribe-options-help.php:33
640
- msgid "Search our support forum"
641
- msgstr ""
642
-
643
- #: src/admin-views/tribe-options-help.php:33
644
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:32
@@ -685,7 +689,7 @@ msgid "Getting Support"
685
  msgstr ""
686
 
687
  #: src/admin-views/tribe-options-help.php:11
688
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-general.php:15
@@ -804,19 +808,19 @@ msgstr ""
804
  msgid "unknown date"
805
  msgstr "Bilinmeyen tarih"
806
 
807
- #: src/Tribe/Admin/Activation_Page.php:85
808
  msgid "Return to WordPress Updates"
809
  msgstr "Wordpress güncellemelere geri dön"
810
 
811
- #: src/Tribe/Admin/Activation_Page.php:85
812
  msgid "Go to WordPress Updates page"
813
  msgstr "Wordpress güncellemeleri sayfasına git"
814
 
815
- #: src/Tribe/Admin/Activation_Page.php:77
816
  msgid "Return to Plugins page"
817
  msgstr "Eklentiler sayfasına dön"
818
 
819
- #: src/Tribe/Admin/Activation_Page.php:77
820
  msgid "Go to plugins page"
821
  msgstr "Eklentiler sayfasına git "
822
 
@@ -848,7 +852,7 @@ msgstr "Premium Eklentiler"
848
  msgid "WordPress "
849
  msgstr "WordPress "
850
 
851
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
852
  msgid "Requires:"
853
  msgstr "Gereksinim:"
854
 
@@ -877,28 +881,23 @@ msgctxt "not available"
877
  msgid "n/a"
878
  msgstr "n/a"
879
 
880
- #: src/admin-views/tribe-options-general.php:64
881
  msgid "Debug Bar Plugin"
882
  msgstr "Debug Alanı Eklentisi"
883
 
884
- #: src/admin-views/tribe-options-general.php:64
885
  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."
886
  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."
887
 
888
- #: src/admin-views/tribe-options-general.php:58
889
  msgid "Debug mode"
890
  msgstr "Debug modu"
891
 
892
- #: src/admin-views/tribe-options-general.php:40
893
  msgid "Show The Events Calendar link"
894
  msgstr "Etkinlik takvimi linkini görüntüle. "
895
 
896
- #: src/admin-views/tribe-options-general.php:35
897
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
898
- msgstr "'Wow, bu eklenti süper! \"Bu zor işleri için Modern Tribe ekibine teşekkür etmeliyim.\" En büyük teşekkür için etkinlik takviminiz altına The events calendar projesine yönlendiren bir text link ekleyiniz. "
899
-
900
  #: src/admin-views/tribe-options-general.php:30
901
- #: src/admin-views/tribe-options-general.php:35
902
  msgid "See an example of the link"
903
  msgstr "Örnek linki incele"
904
 
@@ -938,203 +937,203 @@ msgstr "Görüntüle"
938
  msgid "Community Events"
939
  msgstr "Topluluk Etkinlikleri"
940
 
941
- #: src/Tribe/Languages/Locations.php:367
942
  msgid "Wyoming"
943
  msgstr "Wyoming"
944
 
945
- #: src/Tribe/Languages/Locations.php:366
946
  msgid "Wisconsin"
947
  msgstr "Wisconsin"
948
 
949
- #: src/Tribe/Languages/Locations.php:365
950
  msgid "West Virginia"
951
  msgstr "West Virginia"
952
 
953
- #: src/Tribe/Languages/Locations.php:364
954
  msgid "Washington"
955
  msgstr "Washington"
956
 
957
- #: src/Tribe/Languages/Locations.php:363
958
  msgid "Virginia"
959
  msgstr "Virginia"
960
 
961
- #: src/Tribe/Languages/Locations.php:362
962
  msgid "Vermont"
963
  msgstr "Vermont"
964
 
965
- #: src/Tribe/Languages/Locations.php:361
966
  msgid "Utah"
967
  msgstr "Utah"
968
 
969
- #: src/Tribe/Languages/Locations.php:360
970
  msgid "Texas"
971
  msgstr "Texas"
972
 
973
- #: src/Tribe/Languages/Locations.php:359
974
  msgid "Tennessee"
975
  msgstr "Tennessee"
976
 
977
- #: src/Tribe/Languages/Locations.php:358
978
  msgid "South Dakota"
979
  msgstr "South Dakota"
980
 
981
- #: src/Tribe/Languages/Locations.php:357
982
  msgid "South Carolina"
983
  msgstr "South Carolina"
984
 
985
- #: src/Tribe/Languages/Locations.php:356
986
  msgid "Rhode Island"
987
  msgstr "Rhode Island"
988
 
989
- #: src/Tribe/Languages/Locations.php:355
990
  msgid "Pennsylvania"
991
  msgstr "Pennsylvania"
992
 
993
- #: src/Tribe/Languages/Locations.php:354
994
  msgid "Oregon"
995
  msgstr "Oregon"
996
 
997
- #: src/Tribe/Languages/Locations.php:353
998
  msgid "Oklahoma"
999
  msgstr "Oklahoma"
1000
 
1001
- #: src/Tribe/Languages/Locations.php:352
1002
  msgid "Ohio"
1003
  msgstr "Ohio"
1004
 
1005
- #: src/Tribe/Languages/Locations.php:351
1006
  msgid "North Dakota"
1007
  msgstr "North Dakota"
1008
 
1009
- #: src/Tribe/Languages/Locations.php:350
1010
  msgid "North Carolina"
1011
  msgstr "North Carolina"
1012
 
1013
- #: src/Tribe/Languages/Locations.php:349
1014
  msgid "New York"
1015
  msgstr "New York"
1016
 
1017
- #: src/Tribe/Languages/Locations.php:348
1018
  msgid "New Mexico"
1019
  msgstr "New Mexico"
1020
 
1021
- #: src/Tribe/Languages/Locations.php:347
1022
  msgid "New Jersey"
1023
  msgstr "New Jersey"
1024
 
1025
- #: src/Tribe/Languages/Locations.php:346
1026
  msgid "New Hampshire"
1027
  msgstr "New Hampshire"
1028
 
1029
- #: src/Tribe/Languages/Locations.php:345
1030
  msgid "Nevada"
1031
  msgstr "Nevada"
1032
 
1033
- #: src/Tribe/Languages/Locations.php:344
1034
  msgid "Nebraska"
1035
  msgstr "Nebraska"
1036
 
1037
- #: src/Tribe/Languages/Locations.php:343
1038
  msgid "Montana"
1039
  msgstr "Montana"
1040
 
1041
- #: src/Tribe/Languages/Locations.php:342
1042
  msgid "Missouri"
1043
  msgstr "Missouri"
1044
 
1045
- #: src/Tribe/Languages/Locations.php:341
1046
  msgid "Mississippi"
1047
  msgstr "Mississippi"
1048
 
1049
- #: src/Tribe/Languages/Locations.php:340
1050
  msgid "Minnesota"
1051
  msgstr "Minnesota"
1052
 
1053
- #: src/Tribe/Languages/Locations.php:339
1054
  msgid "Michigan"
1055
  msgstr "Michigan"
1056
 
1057
- #: src/Tribe/Languages/Locations.php:338
1058
  msgid "Massachusetts"
1059
  msgstr "Massachusetts"
1060
 
1061
- #: src/Tribe/Languages/Locations.php:337
1062
  msgid "Maryland"
1063
  msgstr "Maryland"
1064
 
1065
- #: src/Tribe/Languages/Locations.php:336
1066
  msgid "Maine"
1067
  msgstr "Maine"
1068
 
1069
- #: src/Tribe/Languages/Locations.php:335
1070
  msgid "Louisiana"
1071
  msgstr "Louisiana"
1072
 
1073
- #: src/Tribe/Languages/Locations.php:334
1074
  msgid "Kentucky"
1075
  msgstr "Kentucky"
1076
 
1077
- #: src/Tribe/Languages/Locations.php:333
1078
  msgid "Kansas"
1079
  msgstr "Kansas"
1080
 
1081
- #: src/Tribe/Languages/Locations.php:332
1082
  msgid "Iowa"
1083
  msgstr "Iowa"
1084
 
1085
- #: src/Tribe/Languages/Locations.php:331
1086
  msgid "Indiana"
1087
  msgstr "Indiana"
1088
 
1089
- #: src/Tribe/Languages/Locations.php:330
1090
  msgid "Illinois"
1091
  msgstr "Illinois"
1092
 
1093
- #: src/Tribe/Languages/Locations.php:329
1094
  msgid "Idaho"
1095
  msgstr "Idaho"
1096
 
1097
- #: src/Tribe/Languages/Locations.php:328
1098
  msgid "Hawaii"
1099
  msgstr "Hawaii"
1100
 
1101
- #: src/Tribe/Languages/Locations.php:326
1102
  msgid "Florida"
1103
  msgstr "Florida"
1104
 
1105
- #: src/Tribe/Languages/Locations.php:325
1106
  msgid "District of Columbia"
1107
  msgstr "District of Columbia"
1108
 
1109
- #: src/Tribe/Languages/Locations.php:324
1110
  msgid "Delaware"
1111
  msgstr "Delaware"
1112
 
1113
- #: src/Tribe/Languages/Locations.php:323
1114
  msgid "Connecticut"
1115
  msgstr "Connecticut"
1116
 
1117
- #: src/Tribe/Languages/Locations.php:322
1118
  msgid "Colorado"
1119
  msgstr "Colorado"
1120
 
1121
- #: src/Tribe/Languages/Locations.php:321
1122
  msgid "California"
1123
  msgstr "California"
1124
 
1125
- #: src/Tribe/Languages/Locations.php:320
1126
  msgid "Arkansas"
1127
  msgstr "Arkansas"
1128
 
1129
- #: src/Tribe/Languages/Locations.php:319
1130
  msgid "Arizona"
1131
  msgstr "Arizona"
1132
 
1133
- #: src/Tribe/Languages/Locations.php:318
1134
  msgid "Alaska"
1135
  msgstr "Alaska"
1136
 
1137
- #: src/Tribe/Languages/Locations.php:317
1138
  msgid "Alabama"
1139
  msgstr "Alabama"
1140
 
@@ -1758,7 +1757,7 @@ msgstr "Ghana"
1758
  msgid "Germany"
1759
  msgstr "Germany"
1760
 
1761
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1762
  msgid "Georgia"
1763
  msgstr "Georgia"
1764
 
@@ -2235,7 +2234,7 @@ msgstr "Destek ve güncellemeler için geçerli bir lisans numarası gereklidir"
2235
  msgid "License Key"
2236
  msgstr "Lisans Numarası"
2237
 
2238
- #: src/Tribe/Main.php:285
2239
  msgid "Search:"
2240
  msgstr ""
2241
 
@@ -2247,19 +2246,19 @@ msgstr "Ayarlar"
2247
  msgid "Network"
2248
  msgstr "Ağ"
2249
 
2250
- #: src/Tribe/Main.php:310
2251
  msgid "Done"
2252
  msgstr "Tamamlandı"
2253
 
2254
- #: src/Tribe/Main.php:309
2255
  msgid "Today"
2256
  msgstr "Bugün"
2257
 
2258
- #: src/Tribe/Main.php:308
2259
  msgid "Prev"
2260
  msgstr "Önceki"
2261
 
2262
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2263
  msgid "Next"
2264
  msgstr "Sonraki"
2265
 
11
  "Language: tr\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
332
  msgstr ""
333
 
334
  #: src/admin-views/tribe-options-help.php:42
335
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
336
  msgstr ""
337
 
338
  #: src/admin-views/app-shop.php:26
437
  msgid "Renew Your License Now"
438
  msgstr ""
439
 
440
+ #: src/Tribe/Main.php:267
441
  msgid ": Selected 1 row"
442
  msgstr ""
443
 
444
+ #: src/Tribe/Main.php:266
445
  msgid ": Selected %d rows"
446
  msgstr ""
447
 
448
+ #: src/Tribe/Main.php:261
449
  msgid "Previous"
450
  msgstr ""
451
 
452
+ #: src/Tribe/Main.php:259
453
  msgid "All"
454
  msgstr ""
455
 
456
+ #: src/Tribe/Main.php:253
457
  msgid "No matching records found"
458
  msgstr ""
459
 
460
+ #: src/Tribe/Main.php:252
461
  msgid "(filtered from _MAX_ total entries)"
462
  msgstr ""
463
 
464
+ #: src/Tribe/Main.php:251
465
  msgid "Showing 0 to 0 of 0 entries"
466
  msgstr ""
467
 
468
+ #: src/Tribe/Main.php:250
469
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
470
  msgstr ""
471
 
472
+ #: src/Tribe/Main.php:249
473
  msgid "No data available in table"
474
  msgstr ""
475
 
476
+ #: src/Tribe/Main.php:248
477
  msgid "Show _MENU_ entries"
478
  msgstr ""
479
 
480
+ #: src/Tribe/Main.php:246
481
  msgid ": activate to sort column descending"
482
  msgstr ""
483
 
484
+ #: src/Tribe/Main.php:245
485
  msgid ": activate to sort column ascending"
486
  msgstr ""
487
 
488
+ #: src/Tribe/Main.php:226
489
  msgid "Press \"Cmd + C\" to copy"
490
  msgstr ""
491
 
492
+ #: src/Tribe/Main.php:225
493
  msgid "System info copied"
494
  msgstr ""
495
 
496
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
497
  msgid "Copy to clipboard"
498
  msgstr ""
499
 
505
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
506
  msgstr ""
507
 
 
 
 
 
508
  #: src/Tribe/Plugins_API.php:105
509
  msgctxt "Names of required plugins for Community Tickets"
510
  msgid "Event Tickets Plus and Community Events"
645
  msgstr ""
646
 
647
  #: src/admin-views/tribe-options-help.php:33
648
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
649
  msgstr ""
650
 
651
  #: src/admin-views/tribe-options-help.php:32
689
  msgstr ""
690
 
691
  #: src/admin-views/tribe-options-help.php:11
692
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
693
  msgstr ""
694
 
695
  #: src/admin-views/tribe-options-general.php:15
808
  msgid "unknown date"
809
  msgstr "Bilinmeyen tarih"
810
 
811
+ #: src/Tribe/Admin/Activation_Page.php:92
812
  msgid "Return to WordPress Updates"
813
  msgstr "Wordpress güncellemelere geri dön"
814
 
815
+ #: src/Tribe/Admin/Activation_Page.php:92
816
  msgid "Go to WordPress Updates page"
817
  msgstr "Wordpress güncellemeleri sayfasına git"
818
 
819
+ #: src/Tribe/Admin/Activation_Page.php:84
820
  msgid "Return to Plugins page"
821
  msgstr "Eklentiler sayfasına dön"
822
 
823
+ #: src/Tribe/Admin/Activation_Page.php:84
824
  msgid "Go to plugins page"
825
  msgstr "Eklentiler sayfasına git "
826
 
852
  msgid "WordPress "
853
  msgstr "WordPress "
854
 
855
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
856
  msgid "Requires:"
857
  msgstr "Gereksinim:"
858
 
881
  msgid "n/a"
882
  msgstr "n/a"
883
 
884
+ #: src/admin-views/tribe-options-general.php:59
885
  msgid "Debug Bar Plugin"
886
  msgstr "Debug Alanı Eklentisi"
887
 
888
+ #: src/admin-views/tribe-options-general.php:59
889
  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."
890
  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."
891
 
892
+ #: src/admin-views/tribe-options-general.php:53
893
  msgid "Debug mode"
894
  msgstr "Debug modu"
895
 
896
+ #: src/admin-views/tribe-options-general.php:35
897
  msgid "Show The Events Calendar link"
898
  msgstr "Etkinlik takvimi linkini görüntüle. "
899
 
 
 
 
 
900
  #: src/admin-views/tribe-options-general.php:30
 
901
  msgid "See an example of the link"
902
  msgstr "Örnek linki incele"
903
 
937
  msgid "Community Events"
938
  msgstr "Topluluk Etkinlikleri"
939
 
940
+ #: src/Tribe/Languages/Locations.php:374
941
  msgid "Wyoming"
942
  msgstr "Wyoming"
943
 
944
+ #: src/Tribe/Languages/Locations.php:373
945
  msgid "Wisconsin"
946
  msgstr "Wisconsin"
947
 
948
+ #: src/Tribe/Languages/Locations.php:372
949
  msgid "West Virginia"
950
  msgstr "West Virginia"
951
 
952
+ #: src/Tribe/Languages/Locations.php:371
953
  msgid "Washington"
954
  msgstr "Washington"
955
 
956
+ #: src/Tribe/Languages/Locations.php:370
957
  msgid "Virginia"
958
  msgstr "Virginia"
959
 
960
+ #: src/Tribe/Languages/Locations.php:369
961
  msgid "Vermont"
962
  msgstr "Vermont"
963
 
964
+ #: src/Tribe/Languages/Locations.php:368
965
  msgid "Utah"
966
  msgstr "Utah"
967
 
968
+ #: src/Tribe/Languages/Locations.php:367
969
  msgid "Texas"
970
  msgstr "Texas"
971
 
972
+ #: src/Tribe/Languages/Locations.php:366
973
  msgid "Tennessee"
974
  msgstr "Tennessee"
975
 
976
+ #: src/Tribe/Languages/Locations.php:365
977
  msgid "South Dakota"
978
  msgstr "South Dakota"
979
 
980
+ #: src/Tribe/Languages/Locations.php:364
981
  msgid "South Carolina"
982
  msgstr "South Carolina"
983
 
984
+ #: src/Tribe/Languages/Locations.php:363
985
  msgid "Rhode Island"
986
  msgstr "Rhode Island"
987
 
988
+ #: src/Tribe/Languages/Locations.php:362
989
  msgid "Pennsylvania"
990
  msgstr "Pennsylvania"
991
 
992
+ #: src/Tribe/Languages/Locations.php:361
993
  msgid "Oregon"
994
  msgstr "Oregon"
995
 
996
+ #: src/Tribe/Languages/Locations.php:360
997
  msgid "Oklahoma"
998
  msgstr "Oklahoma"
999
 
1000
+ #: src/Tribe/Languages/Locations.php:359
1001
  msgid "Ohio"
1002
  msgstr "Ohio"
1003
 
1004
+ #: src/Tribe/Languages/Locations.php:358
1005
  msgid "North Dakota"
1006
  msgstr "North Dakota"
1007
 
1008
+ #: src/Tribe/Languages/Locations.php:357
1009
  msgid "North Carolina"
1010
  msgstr "North Carolina"
1011
 
1012
+ #: src/Tribe/Languages/Locations.php:356
1013
  msgid "New York"
1014
  msgstr "New York"
1015
 
1016
+ #: src/Tribe/Languages/Locations.php:355
1017
  msgid "New Mexico"
1018
  msgstr "New Mexico"
1019
 
1020
+ #: src/Tribe/Languages/Locations.php:354
1021
  msgid "New Jersey"
1022
  msgstr "New Jersey"
1023
 
1024
+ #: src/Tribe/Languages/Locations.php:353
1025
  msgid "New Hampshire"
1026
  msgstr "New Hampshire"
1027
 
1028
+ #: src/Tribe/Languages/Locations.php:352
1029
  msgid "Nevada"
1030
  msgstr "Nevada"
1031
 
1032
+ #: src/Tribe/Languages/Locations.php:351
1033
  msgid "Nebraska"
1034
  msgstr "Nebraska"
1035
 
1036
+ #: src/Tribe/Languages/Locations.php:350
1037
  msgid "Montana"
1038
  msgstr "Montana"
1039
 
1040
+ #: src/Tribe/Languages/Locations.php:349
1041
  msgid "Missouri"
1042
  msgstr "Missouri"
1043
 
1044
+ #: src/Tribe/Languages/Locations.php:348
1045
  msgid "Mississippi"
1046
  msgstr "Mississippi"
1047
 
1048
+ #: src/Tribe/Languages/Locations.php:347
1049
  msgid "Minnesota"
1050
  msgstr "Minnesota"
1051
 
1052
+ #: src/Tribe/Languages/Locations.php:346
1053
  msgid "Michigan"
1054
  msgstr "Michigan"
1055
 
1056
+ #: src/Tribe/Languages/Locations.php:345
1057
  msgid "Massachusetts"
1058
  msgstr "Massachusetts"
1059
 
1060
+ #: src/Tribe/Languages/Locations.php:344
1061
  msgid "Maryland"
1062
  msgstr "Maryland"
1063
 
1064
+ #: src/Tribe/Languages/Locations.php:343
1065
  msgid "Maine"
1066
  msgstr "Maine"
1067
 
1068
+ #: src/Tribe/Languages/Locations.php:342
1069
  msgid "Louisiana"
1070
  msgstr "Louisiana"
1071
 
1072
+ #: src/Tribe/Languages/Locations.php:341
1073
  msgid "Kentucky"
1074
  msgstr "Kentucky"
1075
 
1076
+ #: src/Tribe/Languages/Locations.php:340
1077
  msgid "Kansas"
1078
  msgstr "Kansas"
1079
 
1080
+ #: src/Tribe/Languages/Locations.php:339
1081
  msgid "Iowa"
1082
  msgstr "Iowa"
1083
 
1084
+ #: src/Tribe/Languages/Locations.php:338
1085
  msgid "Indiana"
1086
  msgstr "Indiana"
1087
 
1088
+ #: src/Tribe/Languages/Locations.php:337
1089
  msgid "Illinois"
1090
  msgstr "Illinois"
1091
 
1092
+ #: src/Tribe/Languages/Locations.php:336
1093
  msgid "Idaho"
1094
  msgstr "Idaho"
1095
 
1096
+ #: src/Tribe/Languages/Locations.php:335
1097
  msgid "Hawaii"
1098
  msgstr "Hawaii"
1099
 
1100
+ #: src/Tribe/Languages/Locations.php:333
1101
  msgid "Florida"
1102
  msgstr "Florida"
1103
 
1104
+ #: src/Tribe/Languages/Locations.php:332
1105
  msgid "District of Columbia"
1106
  msgstr "District of Columbia"
1107
 
1108
+ #: src/Tribe/Languages/Locations.php:331
1109
  msgid "Delaware"
1110
  msgstr "Delaware"
1111
 
1112
+ #: src/Tribe/Languages/Locations.php:330
1113
  msgid "Connecticut"
1114
  msgstr "Connecticut"
1115
 
1116
+ #: src/Tribe/Languages/Locations.php:329
1117
  msgid "Colorado"
1118
  msgstr "Colorado"
1119
 
1120
+ #: src/Tribe/Languages/Locations.php:328
1121
  msgid "California"
1122
  msgstr "California"
1123
 
1124
+ #: src/Tribe/Languages/Locations.php:327
1125
  msgid "Arkansas"
1126
  msgstr "Arkansas"
1127
 
1128
+ #: src/Tribe/Languages/Locations.php:326
1129
  msgid "Arizona"
1130
  msgstr "Arizona"
1131
 
1132
+ #: src/Tribe/Languages/Locations.php:325
1133
  msgid "Alaska"
1134
  msgstr "Alaska"
1135
 
1136
+ #: src/Tribe/Languages/Locations.php:324
1137
  msgid "Alabama"
1138
  msgstr "Alabama"
1139
 
1757
  msgid "Germany"
1758
  msgstr "Germany"
1759
 
1760
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1761
  msgid "Georgia"
1762
  msgstr "Georgia"
1763
 
2234
  msgid "License Key"
2235
  msgstr "Lisans Numarası"
2236
 
2237
+ #: src/Tribe/Main.php:254
2238
  msgid "Search:"
2239
  msgstr ""
2240
 
2246
  msgid "Network"
2247
  msgstr "Ağ"
2248
 
2249
+ #: src/Tribe/Main.php:279
2250
  msgid "Done"
2251
  msgstr "Tamamlandı"
2252
 
2253
+ #: src/Tribe/Main.php:278
2254
  msgid "Today"
2255
  msgstr "Bugün"
2256
 
2257
+ #: src/Tribe/Main.php:277
2258
  msgid "Prev"
2259
  msgstr "Önceki"
2260
 
2261
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2262
  msgid "Next"
2263
  msgstr "Sonraki"
2264
 
common/lang/tribe-common-zh_CN.mo CHANGED
Binary file
common/lang/tribe-common-zh_CN.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: zh_CN\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -319,7 +331,7 @@ msgid "Event Log"
319
  msgstr ""
320
 
321
  #: src/admin-views/tribe-options-help.php:42
322
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
323
  msgstr ""
324
 
325
  #: src/admin-views/app-shop.php:26
@@ -422,63 +434,63 @@ msgstr ""
422
  msgid "Renew Your License Now"
423
  msgstr ""
424
 
425
- #: src/Tribe/Main.php:298
426
  msgid ": Selected 1 row"
427
  msgstr ""
428
 
429
- #: src/Tribe/Main.php:297
430
  msgid ": Selected %d rows"
431
  msgstr ""
432
 
433
- #: src/Tribe/Main.php:292
434
  msgid "Previous"
435
  msgstr ""
436
 
437
- #: src/Tribe/Main.php:290
438
  msgid "All"
439
  msgstr ""
440
 
441
- #: src/Tribe/Main.php:284
442
  msgid "No matching records found"
443
  msgstr ""
444
 
445
- #: src/Tribe/Main.php:283
446
  msgid "(filtered from _MAX_ total entries)"
447
  msgstr ""
448
 
449
- #: src/Tribe/Main.php:282
450
  msgid "Showing 0 to 0 of 0 entries"
451
  msgstr ""
452
 
453
- #: src/Tribe/Main.php:281
454
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
455
  msgstr ""
456
 
457
- #: src/Tribe/Main.php:280
458
  msgid "No data available in table"
459
  msgstr ""
460
 
461
- #: src/Tribe/Main.php:279
462
  msgid "Show _MENU_ entries"
463
  msgstr ""
464
 
465
- #: src/Tribe/Main.php:277
466
  msgid ": activate to sort column descending"
467
  msgstr ""
468
 
469
- #: src/Tribe/Main.php:276
470
  msgid ": activate to sort column ascending"
471
  msgstr ""
472
 
473
- #: src/Tribe/Main.php:257
474
  msgid "Press \"Cmd + C\" to copy"
475
  msgstr ""
476
 
477
- #: src/Tribe/Main.php:256
478
  msgid "System info copied"
479
  msgstr ""
480
 
481
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
482
  msgid "Copy to clipboard"
483
  msgstr ""
484
 
@@ -490,10 +502,6 @@ msgstr ""
490
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
491
  msgstr ""
492
 
493
- #: src/Tribe/Plugins_API.php:71
494
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
495
- msgstr ""
496
-
497
  #: src/Tribe/Plugins_API.php:105
498
  msgctxt "Names of required plugins for Community Tickets"
499
  msgid "Event Tickets Plus and Community Events"
@@ -634,11 +642,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
634
  msgstr ""
635
 
636
  #: src/admin-views/tribe-options-help.php:33
637
- msgid "Search our support forum"
638
- msgstr ""
639
-
640
- #: src/admin-views/tribe-options-help.php:33
641
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
642
  msgstr ""
643
 
644
  #: src/admin-views/tribe-options-help.php:32
@@ -682,7 +686,7 @@ msgid "Getting Support"
682
  msgstr ""
683
 
684
  #: src/admin-views/tribe-options-help.php:11
685
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
686
  msgstr ""
687
 
688
  #: src/admin-views/tribe-options-general.php:15
@@ -801,19 +805,19 @@ msgstr ""
801
  msgid "unknown date"
802
  msgstr "未知日期"
803
 
804
- #: src/Tribe/Admin/Activation_Page.php:85
805
  msgid "Return to WordPress Updates"
806
  msgstr "返回到WordPress的更新"
807
 
808
- #: src/Tribe/Admin/Activation_Page.php:85
809
  msgid "Go to WordPress Updates page"
810
  msgstr "转到WordPress的更新页面"
811
 
812
- #: src/Tribe/Admin/Activation_Page.php:77
813
  msgid "Return to Plugins page"
814
  msgstr "返回插件页面"
815
 
816
- #: src/Tribe/Admin/Activation_Page.php:77
817
  msgid "Go to plugins page"
818
  msgstr "转到插件页面"
819
 
@@ -845,7 +849,7 @@ msgstr "超值附加元件"
845
  msgid "WordPress "
846
  msgstr "WordPress "
847
 
848
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
849
  msgid "Requires:"
850
  msgstr "需求:"
851
 
@@ -874,28 +878,23 @@ msgctxt "not available"
874
  msgid "n/a"
875
  msgstr "n/a"
876
 
877
- #: src/admin-views/tribe-options-general.php:64
878
  msgid "Debug Bar Plugin"
879
  msgstr "Debug Bar Plugin"
880
 
881
- #: src/admin-views/tribe-options-general.php:64
882
  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."
883
  msgstr "启用此选项以记录除错报告,预设将记录你的伺服器 PHP 错误报告,如果你想于你的浏览器阅读纪录的讯息,我们推荐安装 %s 并于除错输出中搜寻 \"Tribe\" 工具列标籤。"
884
 
885
- #: src/admin-views/tribe-options-general.php:58
886
  msgid "Debug mode"
887
  msgstr "除错模式"
888
 
889
- #: src/admin-views/tribe-options-general.php:40
890
  msgid "Show The Events Calendar link"
891
  msgstr "显示 The Events Calendar 连结"
892
 
893
- #: src/admin-views/tribe-options-general.php:35
894
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
895
- msgstr "你正想着 \"哇,这个外挂产品太棒了!我们应该感谢 Modern Tribe 他们所有的努力。\" 而我们可以请求的最大感谢回报,就是于你的行事曆下方处加入简短的文字连结到你的活动行事曆计画。"
896
-
897
  #: src/admin-views/tribe-options-general.php:30
898
- #: src/admin-views/tribe-options-general.php:35
899
  msgid "See an example of the link"
900
  msgstr "请参考连结的范例"
901
 
@@ -935,203 +934,203 @@ msgstr "检视"
935
  msgid "Community Events"
936
  msgstr ""
937
 
938
- #: src/Tribe/Languages/Locations.php:367
939
  msgid "Wyoming"
940
  msgstr "怀俄明州"
941
 
942
- #: src/Tribe/Languages/Locations.php:366
943
  msgid "Wisconsin"
944
  msgstr "威斯康辛州"
945
 
946
- #: src/Tribe/Languages/Locations.php:365
947
  msgid "West Virginia"
948
  msgstr "西佛吉尼亚州"
949
 
950
- #: src/Tribe/Languages/Locations.php:364
951
  msgid "Washington"
952
  msgstr "华盛顿州"
953
 
954
- #: src/Tribe/Languages/Locations.php:363
955
  msgid "Virginia"
956
  msgstr "维吉尼亚州"
957
 
958
- #: src/Tribe/Languages/Locations.php:362
959
  msgid "Vermont"
960
  msgstr "佛蒙特州"
961
 
962
- #: src/Tribe/Languages/Locations.php:361
963
  msgid "Utah"
964
  msgstr "犹他州"
965
 
966
- #: src/Tribe/Languages/Locations.php:360
967
  msgid "Texas"
968
  msgstr "德州"
969
 
970
- #: src/Tribe/Languages/Locations.php:359
971
  msgid "Tennessee"
972
  msgstr "田纳西州"
973
 
974
- #: src/Tribe/Languages/Locations.php:358
975
  msgid "South Dakota"
976
  msgstr "南达科他州"
977
 
978
- #: src/Tribe/Languages/Locations.php:357
979
  msgid "South Carolina"
980
  msgstr "南卡罗来纳州"
981
 
982
- #: src/Tribe/Languages/Locations.php:356
983
  msgid "Rhode Island"
984
  msgstr "罗德岛州"
985
 
986
- #: src/Tribe/Languages/Locations.php:355
987
  msgid "Pennsylvania"
988
  msgstr "宾夕法尼亚州"
989
 
990
- #: src/Tribe/Languages/Locations.php:354
991
  msgid "Oregon"
992
  msgstr "奥勒岗州"
993
 
994
- #: src/Tribe/Languages/Locations.php:353
995
  msgid "Oklahoma"
996
  msgstr "俄克拉荷马州"
997
 
998
- #: src/Tribe/Languages/Locations.php:352
999
  msgid "Ohio"
1000
  msgstr "俄亥俄州"
1001
 
1002
- #: src/Tribe/Languages/Locations.php:351
1003
  msgid "North Dakota"
1004
  msgstr "北达科他州"
1005
 
1006
- #: src/Tribe/Languages/Locations.php:350
1007
  msgid "North Carolina"
1008
  msgstr "北卡罗来纳州"
1009
 
1010
- #: src/Tribe/Languages/Locations.php:349
1011
  msgid "New York"
1012
  msgstr "纽约"
1013
 
1014
- #: src/Tribe/Languages/Locations.php:348
1015
  msgid "New Mexico"
1016
  msgstr "新墨西哥州"
1017
 
1018
- #: src/Tribe/Languages/Locations.php:347
1019
  msgid "New Jersey"
1020
  msgstr "新泽西州"
1021
 
1022
- #: src/Tribe/Languages/Locations.php:346
1023
  msgid "New Hampshire"
1024
  msgstr "新罕布夏州"
1025
 
1026
- #: src/Tribe/Languages/Locations.php:345
1027
  msgid "Nevada"
1028
  msgstr "内华达州"
1029
 
1030
- #: src/Tribe/Languages/Locations.php:344
1031
  msgid "Nebraska"
1032
  msgstr "内布拉斯加州"
1033
 
1034
- #: src/Tribe/Languages/Locations.php:343
1035
  msgid "Montana"
1036
  msgstr "蒙大拿州"
1037
 
1038
- #: src/Tribe/Languages/Locations.php:342
1039
  msgid "Missouri"
1040
  msgstr "密苏里州"
1041
 
1042
- #: src/Tribe/Languages/Locations.php:341
1043
  msgid "Mississippi"
1044
  msgstr "密西西比州"
1045
 
1046
- #: src/Tribe/Languages/Locations.php:340
1047
  msgid "Minnesota"
1048
  msgstr "明尼苏达州"
1049
 
1050
- #: src/Tribe/Languages/Locations.php:339
1051
  msgid "Michigan"
1052
  msgstr "密西根州"
1053
 
1054
- #: src/Tribe/Languages/Locations.php:338
1055
  msgid "Massachusetts"
1056
  msgstr "麻萨诸塞州"
1057
 
1058
- #: src/Tribe/Languages/Locations.php:337
1059
  msgid "Maryland"
1060
  msgstr "马里兰州"
1061
 
1062
- #: src/Tribe/Languages/Locations.php:336
1063
  msgid "Maine"
1064
  msgstr "缅因州"
1065
 
1066
- #: src/Tribe/Languages/Locations.php:335
1067
  msgid "Louisiana"
1068
  msgstr "路易斯安那州"
1069
 
1070
- #: src/Tribe/Languages/Locations.php:334
1071
  msgid "Kentucky"
1072
  msgstr "肯塔基州"
1073
 
1074
- #: src/Tribe/Languages/Locations.php:333
1075
  msgid "Kansas"
1076
  msgstr "堪萨斯州"
1077
 
1078
- #: src/Tribe/Languages/Locations.php:332
1079
  msgid "Iowa"
1080
  msgstr "爱荷华州"
1081
 
1082
- #: src/Tribe/Languages/Locations.php:331
1083
  msgid "Indiana"
1084
  msgstr "印第安纳州"
1085
 
1086
- #: src/Tribe/Languages/Locations.php:330
1087
  msgid "Illinois"
1088
  msgstr "伊利诺州"
1089
 
1090
- #: src/Tribe/Languages/Locations.php:329
1091
  msgid "Idaho"
1092
  msgstr "爱达荷州"
1093
 
1094
- #: src/Tribe/Languages/Locations.php:328
1095
  msgid "Hawaii"
1096
  msgstr "夏威夷州"
1097
 
1098
- #: src/Tribe/Languages/Locations.php:326
1099
  msgid "Florida"
1100
  msgstr "佛罗里达州"
1101
 
1102
- #: src/Tribe/Languages/Locations.php:325
1103
  msgid "District of Columbia"
1104
  msgstr "哥伦比亚特区"
1105
 
1106
- #: src/Tribe/Languages/Locations.php:324
1107
  msgid "Delaware"
1108
  msgstr "德拉威州"
1109
 
1110
- #: src/Tribe/Languages/Locations.php:323
1111
  msgid "Connecticut"
1112
  msgstr "康乃迪克州"
1113
 
1114
- #: src/Tribe/Languages/Locations.php:322
1115
  msgid "Colorado"
1116
  msgstr "科罗拉多州"
1117
 
1118
- #: src/Tribe/Languages/Locations.php:321
1119
  msgid "California"
1120
  msgstr "加州"
1121
 
1122
- #: src/Tribe/Languages/Locations.php:320
1123
  msgid "Arkansas"
1124
  msgstr "阿肯色州"
1125
 
1126
- #: src/Tribe/Languages/Locations.php:319
1127
  msgid "Arizona"
1128
  msgstr "亚利桑那州"
1129
 
1130
- #: src/Tribe/Languages/Locations.php:318
1131
  msgid "Alaska"
1132
  msgstr "阿拉斯加州"
1133
 
1134
- #: src/Tribe/Languages/Locations.php:317
1135
  msgid "Alabama"
1136
  msgstr "阿拉巴马州"
1137
 
@@ -1755,7 +1754,7 @@ msgstr "迦纳"
1755
  msgid "Germany"
1756
  msgstr "德国"
1757
 
1758
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1759
  msgid "Georgia"
1760
  msgstr "乔治亚"
1761
 
@@ -2231,7 +2230,7 @@ msgstr "支援与更新时,授权密钥必须有效。"
2231
  msgid "License Key"
2232
  msgstr "授权密钥"
2233
 
2234
- #: src/Tribe/Main.php:285
2235
  msgid "Search:"
2236
  msgstr "搜索"
2237
 
@@ -2243,19 +2242,19 @@ msgstr "设定"
2243
  msgid "Network"
2244
  msgstr "网路"
2245
 
2246
- #: src/Tribe/Main.php:310
2247
  msgid "Done"
2248
  msgstr "已完成"
2249
 
2250
- #: src/Tribe/Main.php:309
2251
  msgid "Today"
2252
  msgstr "今天"
2253
 
2254
- #: src/Tribe/Main.php:308
2255
  msgid "Prev"
2256
  msgstr "上一页"
2257
 
2258
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2259
  msgid "Next"
2260
  msgstr "下一页"
2261
 
11
  "Language: zh_CN\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
331
  msgstr ""
332
 
333
  #: src/admin-views/tribe-options-help.php:42
334
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
335
  msgstr ""
336
 
337
  #: src/admin-views/app-shop.php:26
434
  msgid "Renew Your License Now"
435
  msgstr ""
436
 
437
+ #: src/Tribe/Main.php:267
438
  msgid ": Selected 1 row"
439
  msgstr ""
440
 
441
+ #: src/Tribe/Main.php:266
442
  msgid ": Selected %d rows"
443
  msgstr ""
444
 
445
+ #: src/Tribe/Main.php:261
446
  msgid "Previous"
447
  msgstr ""
448
 
449
+ #: src/Tribe/Main.php:259
450
  msgid "All"
451
  msgstr ""
452
 
453
+ #: src/Tribe/Main.php:253
454
  msgid "No matching records found"
455
  msgstr ""
456
 
457
+ #: src/Tribe/Main.php:252
458
  msgid "(filtered from _MAX_ total entries)"
459
  msgstr ""
460
 
461
+ #: src/Tribe/Main.php:251
462
  msgid "Showing 0 to 0 of 0 entries"
463
  msgstr ""
464
 
465
+ #: src/Tribe/Main.php:250
466
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
467
  msgstr ""
468
 
469
+ #: src/Tribe/Main.php:249
470
  msgid "No data available in table"
471
  msgstr ""
472
 
473
+ #: src/Tribe/Main.php:248
474
  msgid "Show _MENU_ entries"
475
  msgstr ""
476
 
477
+ #: src/Tribe/Main.php:246
478
  msgid ": activate to sort column descending"
479
  msgstr ""
480
 
481
+ #: src/Tribe/Main.php:245
482
  msgid ": activate to sort column ascending"
483
  msgstr ""
484
 
485
+ #: src/Tribe/Main.php:226
486
  msgid "Press \"Cmd + C\" to copy"
487
  msgstr ""
488
 
489
+ #: src/Tribe/Main.php:225
490
  msgid "System info copied"
491
  msgstr ""
492
 
493
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
494
  msgid "Copy to clipboard"
495
  msgstr ""
496
 
502
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
503
  msgstr ""
504
 
 
 
 
 
505
  #: src/Tribe/Plugins_API.php:105
506
  msgctxt "Names of required plugins for Community Tickets"
507
  msgid "Event Tickets Plus and Community Events"
642
  msgstr ""
643
 
644
  #: src/admin-views/tribe-options-help.php:33
645
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
646
  msgstr ""
647
 
648
  #: src/admin-views/tribe-options-help.php:32
686
  msgstr ""
687
 
688
  #: src/admin-views/tribe-options-help.php:11
689
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
690
  msgstr ""
691
 
692
  #: src/admin-views/tribe-options-general.php:15
805
  msgid "unknown date"
806
  msgstr "未知日期"
807
 
808
+ #: src/Tribe/Admin/Activation_Page.php:92
809
  msgid "Return to WordPress Updates"
810
  msgstr "返回到WordPress的更新"
811
 
812
+ #: src/Tribe/Admin/Activation_Page.php:92
813
  msgid "Go to WordPress Updates page"
814
  msgstr "转到WordPress的更新页面"
815
 
816
+ #: src/Tribe/Admin/Activation_Page.php:84
817
  msgid "Return to Plugins page"
818
  msgstr "返回插件页面"
819
 
820
+ #: src/Tribe/Admin/Activation_Page.php:84
821
  msgid "Go to plugins page"
822
  msgstr "转到插件页面"
823
 
849
  msgid "WordPress "
850
  msgstr "WordPress "
851
 
852
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
853
  msgid "Requires:"
854
  msgstr "需求:"
855
 
878
  msgid "n/a"
879
  msgstr "n/a"
880
 
881
+ #: src/admin-views/tribe-options-general.php:59
882
  msgid "Debug Bar Plugin"
883
  msgstr "Debug Bar Plugin"
884
 
885
+ #: src/admin-views/tribe-options-general.php:59
886
  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."
887
  msgstr "启用此选项以记录除错报告,预设将记录你的伺服器 PHP 错误报告,如果你想于你的浏览器阅读纪录的讯息,我们推荐安装 %s 并于除错输出中搜寻 \"Tribe\" 工具列标籤。"
888
 
889
+ #: src/admin-views/tribe-options-general.php:53
890
  msgid "Debug mode"
891
  msgstr "除错模式"
892
 
893
+ #: src/admin-views/tribe-options-general.php:35
894
  msgid "Show The Events Calendar link"
895
  msgstr "显示 The Events Calendar 连结"
896
 
 
 
 
 
897
  #: src/admin-views/tribe-options-general.php:30
 
898
  msgid "See an example of the link"
899
  msgstr "请参考连结的范例"
900
 
934
  msgid "Community Events"
935
  msgstr ""
936
 
937
+ #: src/Tribe/Languages/Locations.php:374
938
  msgid "Wyoming"
939
  msgstr "怀俄明州"
940
 
941
+ #: src/Tribe/Languages/Locations.php:373
942
  msgid "Wisconsin"
943
  msgstr "威斯康辛州"
944
 
945
+ #: src/Tribe/Languages/Locations.php:372
946
  msgid "West Virginia"
947
  msgstr "西佛吉尼亚州"
948
 
949
+ #: src/Tribe/Languages/Locations.php:371
950
  msgid "Washington"
951
  msgstr "华盛顿州"
952
 
953
+ #: src/Tribe/Languages/Locations.php:370
954
  msgid "Virginia"
955
  msgstr "维吉尼亚州"
956
 
957
+ #: src/Tribe/Languages/Locations.php:369
958
  msgid "Vermont"
959
  msgstr "佛蒙特州"
960
 
961
+ #: src/Tribe/Languages/Locations.php:368
962
  msgid "Utah"
963
  msgstr "犹他州"
964
 
965
+ #: src/Tribe/Languages/Locations.php:367
966
  msgid "Texas"
967
  msgstr "德州"
968
 
969
+ #: src/Tribe/Languages/Locations.php:366
970
  msgid "Tennessee"
971
  msgstr "田纳西州"
972
 
973
+ #: src/Tribe/Languages/Locations.php:365
974
  msgid "South Dakota"
975
  msgstr "南达科他州"
976
 
977
+ #: src/Tribe/Languages/Locations.php:364
978
  msgid "South Carolina"
979
  msgstr "南卡罗来纳州"
980
 
981
+ #: src/Tribe/Languages/Locations.php:363
982
  msgid "Rhode Island"
983
  msgstr "罗德岛州"
984
 
985
+ #: src/Tribe/Languages/Locations.php:362
986
  msgid "Pennsylvania"
987
  msgstr "宾夕法尼亚州"
988
 
989
+ #: src/Tribe/Languages/Locations.php:361
990
  msgid "Oregon"
991
  msgstr "奥勒岗州"
992
 
993
+ #: src/Tribe/Languages/Locations.php:360
994
  msgid "Oklahoma"
995
  msgstr "俄克拉荷马州"
996
 
997
+ #: src/Tribe/Languages/Locations.php:359
998
  msgid "Ohio"
999
  msgstr "俄亥俄州"
1000
 
1001
+ #: src/Tribe/Languages/Locations.php:358
1002
  msgid "North Dakota"
1003
  msgstr "北达科他州"
1004
 
1005
+ #: src/Tribe/Languages/Locations.php:357
1006
  msgid "North Carolina"
1007
  msgstr "北卡罗来纳州"
1008
 
1009
+ #: src/Tribe/Languages/Locations.php:356
1010
  msgid "New York"
1011
  msgstr "纽约"
1012
 
1013
+ #: src/Tribe/Languages/Locations.php:355
1014
  msgid "New Mexico"
1015
  msgstr "新墨西哥州"
1016
 
1017
+ #: src/Tribe/Languages/Locations.php:354
1018
  msgid "New Jersey"
1019
  msgstr "新泽西州"
1020
 
1021
+ #: src/Tribe/Languages/Locations.php:353
1022
  msgid "New Hampshire"
1023
  msgstr "新罕布夏州"
1024
 
1025
+ #: src/Tribe/Languages/Locations.php:352
1026
  msgid "Nevada"
1027
  msgstr "内华达州"
1028
 
1029
+ #: src/Tribe/Languages/Locations.php:351
1030
  msgid "Nebraska"
1031
  msgstr "内布拉斯加州"
1032
 
1033
+ #: src/Tribe/Languages/Locations.php:350
1034
  msgid "Montana"
1035
  msgstr "蒙大拿州"
1036
 
1037
+ #: src/Tribe/Languages/Locations.php:349
1038
  msgid "Missouri"
1039
  msgstr "密苏里州"
1040
 
1041
+ #: src/Tribe/Languages/Locations.php:348
1042
  msgid "Mississippi"
1043
  msgstr "密西西比州"
1044
 
1045
+ #: src/Tribe/Languages/Locations.php:347
1046
  msgid "Minnesota"
1047
  msgstr "明尼苏达州"
1048
 
1049
+ #: src/Tribe/Languages/Locations.php:346
1050
  msgid "Michigan"
1051
  msgstr "密西根州"
1052
 
1053
+ #: src/Tribe/Languages/Locations.php:345
1054
  msgid "Massachusetts"
1055
  msgstr "麻萨诸塞州"
1056
 
1057
+ #: src/Tribe/Languages/Locations.php:344
1058
  msgid "Maryland"
1059
  msgstr "马里兰州"
1060
 
1061
+ #: src/Tribe/Languages/Locations.php:343
1062
  msgid "Maine"
1063
  msgstr "缅因州"
1064
 
1065
+ #: src/Tribe/Languages/Locations.php:342
1066
  msgid "Louisiana"
1067
  msgstr "路易斯安那州"
1068
 
1069
+ #: src/Tribe/Languages/Locations.php:341
1070
  msgid "Kentucky"
1071
  msgstr "肯塔基州"
1072
 
1073
+ #: src/Tribe/Languages/Locations.php:340
1074
  msgid "Kansas"
1075
  msgstr "堪萨斯州"
1076
 
1077
+ #: src/Tribe/Languages/Locations.php:339
1078
  msgid "Iowa"
1079
  msgstr "爱荷华州"
1080
 
1081
+ #: src/Tribe/Languages/Locations.php:338
1082
  msgid "Indiana"
1083
  msgstr "印第安纳州"
1084
 
1085
+ #: src/Tribe/Languages/Locations.php:337
1086
  msgid "Illinois"
1087
  msgstr "伊利诺州"
1088
 
1089
+ #: src/Tribe/Languages/Locations.php:336
1090
  msgid "Idaho"
1091
  msgstr "爱达荷州"
1092
 
1093
+ #: src/Tribe/Languages/Locations.php:335
1094
  msgid "Hawaii"
1095
  msgstr "夏威夷州"
1096
 
1097
+ #: src/Tribe/Languages/Locations.php:333
1098
  msgid "Florida"
1099
  msgstr "佛罗里达州"
1100
 
1101
+ #: src/Tribe/Languages/Locations.php:332
1102
  msgid "District of Columbia"
1103
  msgstr "哥伦比亚特区"
1104
 
1105
+ #: src/Tribe/Languages/Locations.php:331
1106
  msgid "Delaware"
1107
  msgstr "德拉威州"
1108
 
1109
+ #: src/Tribe/Languages/Locations.php:330
1110
  msgid "Connecticut"
1111
  msgstr "康乃迪克州"
1112
 
1113
+ #: src/Tribe/Languages/Locations.php:329
1114
  msgid "Colorado"
1115
  msgstr "科罗拉多州"
1116
 
1117
+ #: src/Tribe/Languages/Locations.php:328
1118
  msgid "California"
1119
  msgstr "加州"
1120
 
1121
+ #: src/Tribe/Languages/Locations.php:327
1122
  msgid "Arkansas"
1123
  msgstr "阿肯色州"
1124
 
1125
+ #: src/Tribe/Languages/Locations.php:326
1126
  msgid "Arizona"
1127
  msgstr "亚利桑那州"
1128
 
1129
+ #: src/Tribe/Languages/Locations.php:325
1130
  msgid "Alaska"
1131
  msgstr "阿拉斯加州"
1132
 
1133
+ #: src/Tribe/Languages/Locations.php:324
1134
  msgid "Alabama"
1135
  msgstr "阿拉巴马州"
1136
 
1754
  msgid "Germany"
1755
  msgstr "德国"
1756
 
1757
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1758
  msgid "Georgia"
1759
  msgstr "乔治亚"
1760
 
2230
  msgid "License Key"
2231
  msgstr "授权密钥"
2232
 
2233
+ #: src/Tribe/Main.php:254
2234
  msgid "Search:"
2235
  msgstr "搜索"
2236
 
2242
  msgid "Network"
2243
  msgstr "网路"
2244
 
2245
+ #: src/Tribe/Main.php:279
2246
  msgid "Done"
2247
  msgstr "已完成"
2248
 
2249
+ #: src/Tribe/Main.php:278
2250
  msgid "Today"
2251
  msgstr "今天"
2252
 
2253
+ #: src/Tribe/Main.php:277
2254
  msgid "Prev"
2255
  msgstr "上一页"
2256
 
2257
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2258
  msgid "Next"
2259
  msgstr "下一页"
2260
 
common/lang/tribe-common-zh_TW.mo CHANGED
Binary file
common/lang/tribe-common-zh_TW.po CHANGED
@@ -11,6 +11,18 @@ msgstr ""
11
  "Language: zh_TW\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/Tribe/Validate.php:184
15
  msgid "%s must not be empty"
16
  msgstr ""
@@ -63,15 +75,15 @@ msgstr ""
63
  msgid "A list of links to the term own, archive and parent REST URL"
64
  msgstr ""
65
 
66
- #: src/Tribe/Main.php:288
67
  msgid "Clear Selection."
68
  msgstr ""
69
 
70
- #: src/Tribe/Main.php:287
71
  msgid "Select all pages"
72
  msgstr ""
73
 
74
- #: src/Tribe/Main.php:286
75
  msgid "All items on this page were selected. "
76
  msgstr ""
77
 
@@ -319,7 +331,7 @@ msgid "Event Log"
319
  msgstr ""
320
 
321
  #: src/admin-views/tribe-options-help.php:42
322
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
323
  msgstr ""
324
 
325
  #: src/admin-views/app-shop.php:26
@@ -422,63 +434,63 @@ msgstr ""
422
  msgid "Renew Your License Now"
423
  msgstr ""
424
 
425
- #: src/Tribe/Main.php:298
426
  msgid ": Selected 1 row"
427
  msgstr ""
428
 
429
- #: src/Tribe/Main.php:297
430
  msgid ": Selected %d rows"
431
  msgstr ""
432
 
433
- #: src/Tribe/Main.php:292
434
  msgid "Previous"
435
  msgstr ""
436
 
437
- #: src/Tribe/Main.php:290
438
  msgid "All"
439
  msgstr ""
440
 
441
- #: src/Tribe/Main.php:284
442
  msgid "No matching records found"
443
  msgstr ""
444
 
445
- #: src/Tribe/Main.php:283
446
  msgid "(filtered from _MAX_ total entries)"
447
  msgstr ""
448
 
449
- #: src/Tribe/Main.php:282
450
  msgid "Showing 0 to 0 of 0 entries"
451
  msgstr ""
452
 
453
- #: src/Tribe/Main.php:281
454
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
455
  msgstr ""
456
 
457
- #: src/Tribe/Main.php:280
458
  msgid "No data available in table"
459
  msgstr ""
460
 
461
- #: src/Tribe/Main.php:279
462
  msgid "Show _MENU_ entries"
463
  msgstr ""
464
 
465
- #: src/Tribe/Main.php:277
466
  msgid ": activate to sort column descending"
467
  msgstr ""
468
 
469
- #: src/Tribe/Main.php:276
470
  msgid ": activate to sort column ascending"
471
  msgstr ""
472
 
473
- #: src/Tribe/Main.php:257
474
  msgid "Press \"Cmd + C\" to copy"
475
  msgstr ""
476
 
477
- #: src/Tribe/Main.php:256
478
  msgid "System info copied"
479
  msgstr ""
480
 
481
- #: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
482
  msgid "Copy to clipboard"
483
  msgstr ""
484
 
@@ -490,10 +502,6 @@ msgstr ""
490
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
491
  msgstr ""
492
 
493
- #: src/Tribe/Plugins_API.php:71
494
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
495
- msgstr ""
496
-
497
  #: src/Tribe/Plugins_API.php:105
498
  msgctxt "Names of required plugins for Community Tickets"
499
  msgid "Event Tickets Plus and Community Events"
@@ -634,11 +642,7 @@ msgid "Please note that all hands-on support is provided via the forums. You can
634
  msgstr ""
635
 
636
  #: src/admin-views/tribe-options-help.php:33
637
- msgid "Search our support forum"
638
- msgstr ""
639
-
640
- #: src/admin-views/tribe-options-help.php:33
641
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
642
  msgstr ""
643
 
644
  #: src/admin-views/tribe-options-help.php:32
@@ -682,7 +686,7 @@ msgid "Getting Support"
682
  msgstr ""
683
 
684
  #: src/admin-views/tribe-options-help.php:11
685
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
686
  msgstr ""
687
 
688
  #: src/admin-views/tribe-options-general.php:15
@@ -801,19 +805,19 @@ msgstr ""
801
  msgid "unknown date"
802
  msgstr "未知的日期"
803
 
804
- #: src/Tribe/Admin/Activation_Page.php:85
805
  msgid "Return to WordPress Updates"
806
  msgstr "返回WordPress更新"
807
 
808
- #: src/Tribe/Admin/Activation_Page.php:85
809
  msgid "Go to WordPress Updates page"
810
  msgstr "轉到WordPress的更新頁面"
811
 
812
- #: src/Tribe/Admin/Activation_Page.php:77
813
  msgid "Return to Plugins page"
814
  msgstr "返回插件頁面"
815
 
816
- #: src/Tribe/Admin/Activation_Page.php:77
817
  msgid "Go to plugins page"
818
  msgstr "進入插件頁面"
819
 
@@ -845,7 +849,7 @@ msgstr "超值附加元件"
845
  msgid "WordPress "
846
  msgstr "WordPress "
847
 
848
- #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
849
  msgid "Requires:"
850
  msgstr "需求:"
851
 
@@ -874,28 +878,23 @@ msgctxt "not available"
874
  msgid "n/a"
875
  msgstr "n/a"
876
 
877
- #: src/admin-views/tribe-options-general.php:64
878
  msgid "Debug Bar Plugin"
879
  msgstr "Debug Bar Plugin"
880
 
881
- #: src/admin-views/tribe-options-general.php:64
882
  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."
883
  msgstr "啟用此選項以記錄除錯報告,預設將記錄你的伺服器 PHP 錯誤報告,如果你想於你的瀏覽器閱讀紀錄的訊息,我們推薦安裝 %s 並於除錯輸出中搜尋 \"Tribe\" 工具列標籤。"
884
 
885
- #: src/admin-views/tribe-options-general.php:58
886
  msgid "Debug mode"
887
  msgstr "除錯模式"
888
 
889
- #: src/admin-views/tribe-options-general.php:40
890
  msgid "Show The Events Calendar link"
891
  msgstr "顯示 The Events Calendar 連結"
892
 
893
- #: src/admin-views/tribe-options-general.php:35
894
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
895
- msgstr "你正想著 \"哇,這個外掛產品太棒了!我們應該感謝 Modern Tribe 他們所有的努力。\" 而我們可以請求的最大感謝回報,就是於你的行事曆下方處加入簡短的文字連結到你的活動行事曆計畫。"
896
-
897
  #: src/admin-views/tribe-options-general.php:30
898
- #: src/admin-views/tribe-options-general.php:35
899
  msgid "See an example of the link"
900
  msgstr "請參考連結的範例"
901
 
@@ -935,203 +934,203 @@ msgstr "檢視"
935
  msgid "Community Events"
936
  msgstr ""
937
 
938
- #: src/Tribe/Languages/Locations.php:367
939
  msgid "Wyoming"
940
  msgstr "懷俄明州"
941
 
942
- #: src/Tribe/Languages/Locations.php:366
943
  msgid "Wisconsin"
944
  msgstr "威斯康辛州"
945
 
946
- #: src/Tribe/Languages/Locations.php:365
947
  msgid "West Virginia"
948
  msgstr "西佛吉尼亞州"
949
 
950
- #: src/Tribe/Languages/Locations.php:364
951
  msgid "Washington"
952
  msgstr "華盛頓州"
953
 
954
- #: src/Tribe/Languages/Locations.php:363
955
  msgid "Virginia"
956
  msgstr "維吉尼亞州"
957
 
958
- #: src/Tribe/Languages/Locations.php:362
959
  msgid "Vermont"
960
  msgstr "佛蒙特州"
961
 
962
- #: src/Tribe/Languages/Locations.php:361
963
  msgid "Utah"
964
  msgstr "猶他州"
965
 
966
- #: src/Tribe/Languages/Locations.php:360
967
  msgid "Texas"
968
  msgstr "德州"
969
 
970
- #: src/Tribe/Languages/Locations.php:359
971
  msgid "Tennessee"
972
  msgstr "田納西州"
973
 
974
- #: src/Tribe/Languages/Locations.php:358
975
  msgid "South Dakota"
976
  msgstr "南達科他州"
977
 
978
- #: src/Tribe/Languages/Locations.php:357
979
  msgid "South Carolina"
980
  msgstr "南卡羅來納州"
981
 
982
- #: src/Tribe/Languages/Locations.php:356
983
  msgid "Rhode Island"
984
  msgstr "羅德島州"
985
 
986
- #: src/Tribe/Languages/Locations.php:355
987
  msgid "Pennsylvania"
988
  msgstr "賓夕法尼亞州"
989
 
990
- #: src/Tribe/Languages/Locations.php:354
991
  msgid "Oregon"
992
  msgstr "奧勒崗州"
993
 
994
- #: src/Tribe/Languages/Locations.php:353
995
  msgid "Oklahoma"
996
  msgstr "俄克拉荷馬州"
997
 
998
- #: src/Tribe/Languages/Locations.php:352
999
  msgid "Ohio"
1000
  msgstr "俄亥俄州"
1001
 
1002
- #: src/Tribe/Languages/Locations.php:351
1003
  msgid "North Dakota"
1004
  msgstr "北達科他州"
1005
 
1006
- #: src/Tribe/Languages/Locations.php:350
1007
  msgid "North Carolina"
1008
  msgstr "北卡羅來納州"
1009
 
1010
- #: src/Tribe/Languages/Locations.php:349
1011
  msgid "New York"
1012
  msgstr "紐約"
1013
 
1014
- #: src/Tribe/Languages/Locations.php:348
1015
  msgid "New Mexico"
1016
  msgstr "新墨西哥州"
1017
 
1018
- #: src/Tribe/Languages/Locations.php:347
1019
  msgid "New Jersey"
1020
  msgstr "新澤西州"
1021
 
1022
- #: src/Tribe/Languages/Locations.php:346
1023
  msgid "New Hampshire"
1024
  msgstr "新罕布夏州"
1025
 
1026
- #: src/Tribe/Languages/Locations.php:345
1027
  msgid "Nevada"
1028
  msgstr "內華達州"
1029
 
1030
- #: src/Tribe/Languages/Locations.php:344
1031
  msgid "Nebraska"
1032
  msgstr "內布拉斯加州"
1033
 
1034
- #: src/Tribe/Languages/Locations.php:343
1035
  msgid "Montana"
1036
  msgstr "蒙大拿州"
1037
 
1038
- #: src/Tribe/Languages/Locations.php:342
1039
  msgid "Missouri"
1040
  msgstr "密蘇里州"
1041
 
1042
- #: src/Tribe/Languages/Locations.php:341
1043
  msgid "Mississippi"
1044
  msgstr "密西西比州"
1045
 
1046
- #: src/Tribe/Languages/Locations.php:340
1047
  msgid "Minnesota"
1048
  msgstr "明尼蘇達州"
1049
 
1050
- #: src/Tribe/Languages/Locations.php:339
1051
  msgid "Michigan"
1052
  msgstr "密西根州"
1053
 
1054
- #: src/Tribe/Languages/Locations.php:338
1055
  msgid "Massachusetts"
1056
  msgstr "麻薩諸塞州"
1057
 
1058
- #: src/Tribe/Languages/Locations.php:337
1059
  msgid "Maryland"
1060
  msgstr "馬里蘭州"
1061
 
1062
- #: src/Tribe/Languages/Locations.php:336
1063
  msgid "Maine"
1064
  msgstr "緬因州"
1065
 
1066
- #: src/Tribe/Languages/Locations.php:335
1067
  msgid "Louisiana"
1068
  msgstr "路易斯安那州"
1069
 
1070
- #: src/Tribe/Languages/Locations.php:334
1071
  msgid "Kentucky"
1072
  msgstr "肯塔基州"
1073
 
1074
- #: src/Tribe/Languages/Locations.php:333
1075
  msgid "Kansas"
1076
  msgstr "堪薩斯州"
1077
 
1078
- #: src/Tribe/Languages/Locations.php:332
1079
  msgid "Iowa"
1080
  msgstr "愛荷華州"
1081
 
1082
- #: src/Tribe/Languages/Locations.php:331
1083
  msgid "Indiana"
1084
  msgstr "印第安納州"
1085
 
1086
- #: src/Tribe/Languages/Locations.php:330
1087
  msgid "Illinois"
1088
  msgstr "伊利諾州"
1089
 
1090
- #: src/Tribe/Languages/Locations.php:329
1091
  msgid "Idaho"
1092
  msgstr "愛達荷州"
1093
 
1094
- #: src/Tribe/Languages/Locations.php:328
1095
  msgid "Hawaii"
1096
  msgstr "夏威夷州"
1097
 
1098
- #: src/Tribe/Languages/Locations.php:326
1099
  msgid "Florida"
1100
  msgstr "佛羅里達州"
1101
 
1102
- #: src/Tribe/Languages/Locations.php:325
1103
  msgid "District of Columbia"
1104
  msgstr "哥倫比亞特區"
1105
 
1106
- #: src/Tribe/Languages/Locations.php:324
1107
  msgid "Delaware"
1108
  msgstr "德拉威州"
1109
 
1110
- #: src/Tribe/Languages/Locations.php:323
1111
  msgid "Connecticut"
1112
  msgstr "康乃迪克州"
1113
 
1114
- #: src/Tribe/Languages/Locations.php:322
1115
  msgid "Colorado"
1116
  msgstr "科羅拉多州"
1117
 
1118
- #: src/Tribe/Languages/Locations.php:321
1119
  msgid "California"
1120
  msgstr "加州"
1121
 
1122
- #: src/Tribe/Languages/Locations.php:320
1123
  msgid "Arkansas"
1124
  msgstr "阿肯色州"
1125
 
1126
- #: src/Tribe/Languages/Locations.php:319
1127
  msgid "Arizona"
1128
  msgstr "亞利桑那州"
1129
 
1130
- #: src/Tribe/Languages/Locations.php:318
1131
  msgid "Alaska"
1132
  msgstr "阿拉斯加州"
1133
 
1134
- #: src/Tribe/Languages/Locations.php:317
1135
  msgid "Alabama"
1136
  msgstr "阿拉巴馬州"
1137
 
@@ -1755,7 +1754,7 @@ msgstr "迦納"
1755
  msgid "Germany"
1756
  msgstr "德國"
1757
 
1758
- #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
1759
  msgid "Georgia"
1760
  msgstr "喬治亞"
1761
 
@@ -2231,7 +2230,7 @@ msgstr "支援與更新時,授權密鑰必須有效。"
2231
  msgid "License Key"
2232
  msgstr "授權密鑰"
2233
 
2234
- #: src/Tribe/Main.php:285
2235
  msgid "Search:"
2236
  msgstr ""
2237
 
@@ -2243,19 +2242,19 @@ msgstr "設定"
2243
  msgid "Network"
2244
  msgstr "網路"
2245
 
2246
- #: src/Tribe/Main.php:310
2247
  msgid "Done"
2248
  msgstr "已完成"
2249
 
2250
- #: src/Tribe/Main.php:309
2251
  msgid "Today"
2252
  msgstr "今天"
2253
 
2254
- #: src/Tribe/Main.php:308
2255
  msgid "Prev"
2256
  msgstr "上一頁"
2257
 
2258
- #: src/Tribe/Main.php:291 src/Tribe/Main.php:307
2259
  msgid "Next"
2260
  msgstr "下一頁"
2261
 
11
  "Language: zh_TW\n"
12
  "Project-Id-Version: Tribe Common\n"
13
 
14
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
15
+ msgid "Every %d Minutes"
16
+ msgstr ""
17
+
18
+ #: src/admin-views/tribe-options-help.php:33
19
+ msgid "Search our support help desk"
20
+ msgstr ""
21
+
22
+ #: src/Tribe/Plugins_API.php:71
23
+ msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
24
+ msgstr ""
25
+
26
  #: src/Tribe/Validate.php:184
27
  msgid "%s must not be empty"
28
  msgstr ""
75
  msgid "A list of links to the term own, archive and parent REST URL"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Main.php:257
79
  msgid "Clear Selection."
80
  msgstr ""
81
 
82
+ #: src/Tribe/Main.php:256
83
  msgid "Select all pages"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Main.php:255
87
  msgid "All items on this page were selected. "
88
  msgstr ""
89
 
331
  msgstr ""
332
 
333
  #: src/admin-views/tribe-options-help.php:42
334
+ msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
335
  msgstr ""
336
 
337
  #: src/admin-views/app-shop.php:26
434
  msgid "Renew Your License Now"
435
  msgstr ""
436
 
437
+ #: src/Tribe/Main.php:267
438
  msgid ": Selected 1 row"
439
  msgstr ""
440
 
441
+ #: src/Tribe/Main.php:266
442
  msgid ": Selected %d rows"
443
  msgstr ""
444
 
445
+ #: src/Tribe/Main.php:261
446
  msgid "Previous"
447
  msgstr ""
448
 
449
+ #: src/Tribe/Main.php:259
450
  msgid "All"
451
  msgstr ""
452
 
453
+ #: src/Tribe/Main.php:253
454
  msgid "No matching records found"
455
  msgstr ""
456
 
457
+ #: src/Tribe/Main.php:252
458
  msgid "(filtered from _MAX_ total entries)"
459
  msgstr ""
460
 
461
+ #: src/Tribe/Main.php:251
462
  msgid "Showing 0 to 0 of 0 entries"
463
  msgstr ""
464
 
465
+ #: src/Tribe/Main.php:250
466
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
467
  msgstr ""
468
 
469
+ #: src/Tribe/Main.php:249
470
  msgid "No data available in table"
471
  msgstr ""
472
 
473
+ #: src/Tribe/Main.php:248
474
  msgid "Show _MENU_ entries"
475
  msgstr ""
476
 
477
+ #: src/Tribe/Main.php:246
478
  msgid ": activate to sort column descending"
479
  msgstr ""
480
 
481
+ #: src/Tribe/Main.php:245
482
  msgid ": activate to sort column ascending"
483
  msgstr ""
484
 
485
+ #: src/Tribe/Main.php:226
486
  msgid "Press \"Cmd + C\" to copy"
487
  msgstr ""
488
 
489
+ #: src/Tribe/Main.php:225
490
  msgid "System info copied"
491
  msgstr ""
492
 
493
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
494
  msgid "Copy to clipboard"
495
  msgstr ""
496
 
502
  msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
503
  msgstr ""
504
 
 
 
 
 
505
  #: src/Tribe/Plugins_API.php:105
506
  msgctxt "Names of required plugins for Community Tickets"
507
  msgid "Event Tickets Plus and Community Events"
642
  msgstr ""
643
 
644
  #: src/admin-views/tribe-options-help.php:33
645
+ msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
 
 
 
 
646
  msgstr ""
647
 
648
  #: src/admin-views/tribe-options-help.php:32
686
  msgstr ""
687
 
688
  #: src/admin-views/tribe-options-help.php:11
689
+ msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
690
  msgstr ""
691
 
692
  #: src/admin-views/tribe-options-general.php:15
805
  msgid "unknown date"
806
  msgstr "未知的日期"
807
 
808
+ #: src/Tribe/Admin/Activation_Page.php:92
809
  msgid "Return to WordPress Updates"
810
  msgstr "返回WordPress更新"
811
 
812
+ #: src/Tribe/Admin/Activation_Page.php:92
813
  msgid "Go to WordPress Updates page"
814
  msgstr "轉到WordPress的更新頁面"
815
 
816
+ #: src/Tribe/Admin/Activation_Page.php:84
817
  msgid "Return to Plugins page"
818
  msgstr "返回插件頁面"
819
 
820
+ #: src/Tribe/Admin/Activation_Page.php:84
821
  msgid "Go to plugins page"
822
  msgstr "進入插件頁面"
823
 
849
  msgid "WordPress "
850
  msgstr "WordPress "
851
 
852
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
853
  msgid "Requires:"
854
  msgstr "需求:"
855
 
878
  msgid "n/a"
879
  msgstr "n/a"
880
 
881
+ #: src/admin-views/tribe-options-general.php:59
882
  msgid "Debug Bar Plugin"
883
  msgstr "Debug Bar Plugin"
884
 
885
+ #: src/admin-views/tribe-options-general.php:59
886
  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."
887
  msgstr "啟用此選項以記錄除錯報告,預設將記錄你的伺服器 PHP 錯誤報告,如果你想於你的瀏覽器閱讀紀錄的訊息,我們推薦安裝 %s 並於除錯輸出中搜尋 \"Tribe\" 工具列標籤。"
888
 
889
+ #: src/admin-views/tribe-options-general.php:53
890
  msgid "Debug mode"
891
  msgstr "除錯模式"
892
 
893
+ #: src/admin-views/tribe-options-general.php:35
894
  msgid "Show The Events Calendar link"
895
  msgstr "顯示 The Events Calendar 連結"
896
 
 
 
 
 
897
  #: src/admin-views/tribe-options-general.php:30
 
898
  msgid "See an example of the link"
899
  msgstr "請參考連結的範例"
900
 
934
  msgid "Community Events"
935
  msgstr ""
936
 
937
+ #: src/Tribe/Languages/Locations.php:374
938
  msgid "Wyoming"
939
  msgstr "懷俄明州"
940
 
941
+ #: src/Tribe/Languages/Locations.php:373
942
  msgid "Wisconsin"
943
  msgstr "威斯康辛州"
944
 
945
+ #: src/Tribe/Languages/Locations.php:372
946
  msgid "West Virginia"
947
  msgstr "西佛吉尼亞州"
948
 
949
+ #: src/Tribe/Languages/Locations.php:371
950
  msgid "Washington"
951
  msgstr "華盛頓州"
952
 
953
+ #: src/Tribe/Languages/Locations.php:370
954
  msgid "Virginia"
955
  msgstr "維吉尼亞州"
956
 
957
+ #: src/Tribe/Languages/Locations.php:369
958
  msgid "Vermont"
959
  msgstr "佛蒙特州"
960
 
961
+ #: src/Tribe/Languages/Locations.php:368
962
  msgid "Utah"
963
  msgstr "猶他州"
964
 
965
+ #: src/Tribe/Languages/Locations.php:367
966
  msgid "Texas"
967
  msgstr "德州"
968
 
969
+ #: src/Tribe/Languages/Locations.php:366
970
  msgid "Tennessee"
971
  msgstr "田納西州"
972
 
973
+ #: src/Tribe/Languages/Locations.php:365
974
  msgid "South Dakota"
975
  msgstr "南達科他州"
976
 
977
+ #: src/Tribe/Languages/Locations.php:364
978
  msgid "South Carolina"
979
  msgstr "南卡羅來納州"
980
 
981
+ #: src/Tribe/Languages/Locations.php:363
982
  msgid "Rhode Island"
983
  msgstr "羅德島州"
984
 
985
+ #: src/Tribe/Languages/Locations.php:362
986
  msgid "Pennsylvania"
987
  msgstr "賓夕法尼亞州"
988
 
989
+ #: src/Tribe/Languages/Locations.php:361
990
  msgid "Oregon"
991
  msgstr "奧勒崗州"
992
 
993
+ #: src/Tribe/Languages/Locations.php:360
994
  msgid "Oklahoma"
995
  msgstr "俄克拉荷馬州"
996
 
997
+ #: src/Tribe/Languages/Locations.php:359
998
  msgid "Ohio"
999
  msgstr "俄亥俄州"
1000
 
1001
+ #: src/Tribe/Languages/Locations.php:358
1002
  msgid "North Dakota"
1003
  msgstr "北達科他州"
1004
 
1005
+ #: src/Tribe/Languages/Locations.php:357
1006
  msgid "North Carolina"
1007
  msgstr "北卡羅來納州"
1008
 
1009
+ #: src/Tribe/Languages/Locations.php:356
1010
  msgid "New York"
1011
  msgstr "紐約"
1012
 
1013
+ #: src/Tribe/Languages/Locations.php:355
1014
  msgid "New Mexico"
1015
  msgstr "新墨西哥州"
1016
 
1017
+ #: src/Tribe/Languages/Locations.php:354
1018
  msgid "New Jersey"
1019
  msgstr "新澤西州"
1020
 
1021
+ #: src/Tribe/Languages/Locations.php:353
1022
  msgid "New Hampshire"
1023
  msgstr "新罕布夏州"
1024
 
1025
+ #: src/Tribe/Languages/Locations.php:352
1026
  msgid "Nevada"
1027
  msgstr "內華達州"
1028
 
1029
+ #: src/Tribe/Languages/Locations.php:351
1030
  msgid "Nebraska"
1031
  msgstr "內布拉斯加州"
1032
 
1033
+ #: src/Tribe/Languages/Locations.php:350
1034
  msgid "Montana"
1035
  msgstr "蒙大拿州"
1036
 
1037
+ #: src/Tribe/Languages/Locations.php:349
1038
  msgid "Missouri"
1039
  msgstr "密蘇里州"
1040
 
1041
+ #: src/Tribe/Languages/Locations.php:348
1042
  msgid "Mississippi"
1043
  msgstr "密西西比州"
1044
 
1045
+ #: src/Tribe/Languages/Locations.php:347
1046
  msgid "Minnesota"
1047
  msgstr "明尼蘇達州"
1048
 
1049
+ #: src/Tribe/Languages/Locations.php:346
1050
  msgid "Michigan"
1051
  msgstr "密西根州"
1052
 
1053
+ #: src/Tribe/Languages/Locations.php:345
1054
  msgid "Massachusetts"
1055
  msgstr "麻薩諸塞州"
1056
 
1057
+ #: src/Tribe/Languages/Locations.php:344
1058
  msgid "Maryland"
1059
  msgstr "馬里蘭州"
1060
 
1061
+ #: src/Tribe/Languages/Locations.php:343
1062
  msgid "Maine"
1063
  msgstr "緬因州"
1064
 
1065
+ #: src/Tribe/Languages/Locations.php:342
1066
  msgid "Louisiana"
1067
  msgstr "路易斯安那州"
1068
 
1069
+ #: src/Tribe/Languages/Locations.php:341
1070
  msgid "Kentucky"
1071
  msgstr "肯塔基州"
1072
 
1073
+ #: src/Tribe/Languages/Locations.php:340
1074
  msgid "Kansas"
1075
  msgstr "堪薩斯州"
1076
 
1077
+ #: src/Tribe/Languages/Locations.php:339
1078
  msgid "Iowa"
1079
  msgstr "愛荷華州"
1080
 
1081
+ #: src/Tribe/Languages/Locations.php:338
1082
  msgid "Indiana"
1083
  msgstr "印第安納州"
1084
 
1085
+ #: src/Tribe/Languages/Locations.php:337
1086
  msgid "Illinois"
1087
  msgstr "伊利諾州"
1088
 
1089
+ #: src/Tribe/Languages/Locations.php:336
1090
  msgid "Idaho"
1091
  msgstr "愛達荷州"
1092
 
1093
+ #: src/Tribe/Languages/Locations.php:335
1094
  msgid "Hawaii"
1095
  msgstr "夏威夷州"
1096
 
1097
+ #: src/Tribe/Languages/Locations.php:333
1098
  msgid "Florida"
1099
  msgstr "佛羅里達州"
1100
 
1101
+ #: src/Tribe/Languages/Locations.php:332
1102
  msgid "District of Columbia"
1103
  msgstr "哥倫比亞特區"
1104
 
1105
+ #: src/Tribe/Languages/Locations.php:331
1106
  msgid "Delaware"
1107
  msgstr "德拉威州"
1108
 
1109
+ #: src/Tribe/Languages/Locations.php:330
1110
  msgid "Connecticut"
1111
  msgstr "康乃迪克州"
1112
 
1113
+ #: src/Tribe/Languages/Locations.php:329
1114
  msgid "Colorado"
1115
  msgstr "科羅拉多州"
1116
 
1117
+ #: src/Tribe/Languages/Locations.php:328
1118
  msgid "California"
1119
  msgstr "加州"
1120
 
1121
+ #: src/Tribe/Languages/Locations.php:327
1122
  msgid "Arkansas"
1123
  msgstr "阿肯色州"
1124
 
1125
+ #: src/Tribe/Languages/Locations.php:326
1126
  msgid "Arizona"
1127
  msgstr "亞利桑那州"
1128
 
1129
+ #: src/Tribe/Languages/Locations.php:325
1130
  msgid "Alaska"
1131
  msgstr "阿拉斯加州"
1132
 
1133
+ #: src/Tribe/Languages/Locations.php:324
1134
  msgid "Alabama"
1135
  msgstr "阿拉巴馬州"
1136
 
1754
  msgid "Germany"
1755
  msgstr "德國"
1756
 
1757
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
1758
  msgid "Georgia"
1759
  msgstr "喬治亞"
1760
 
2230
  msgid "License Key"
2231
  msgstr "授權密鑰"
2232
 
2233
+ #: src/Tribe/Main.php:254
2234
  msgid "Search:"
2235
  msgstr ""
2236
 
2242
  msgid "Network"
2243
  msgstr "網路"
2244
 
2245
+ #: src/Tribe/Main.php:279
2246
  msgid "Done"
2247
  msgstr "已完成"
2248
 
2249
+ #: src/Tribe/Main.php:278
2250
  msgid "Today"
2251
  msgstr "今天"
2252
 
2253
+ #: src/Tribe/Main.php:277
2254
  msgid "Prev"
2255
  msgstr "上一頁"
2256
 
2257
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
2258
  msgid "Next"
2259
  msgstr "下一頁"
2260
 
common/lang/tribe-common.pot CHANGED
@@ -1,2272 +1,2486 @@
1
- # Copyright (C) 2018 Tribe Common 4.7.11
2
- # This file is distributed under the same license as the Tribe Common 4.7.11 package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Tribe Common 4.7.11\n"
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
10
- "X-Generated-Time: 2018-04-17T17:29:04.057Z\n"
11
- "X-Poedit-Basepath: ..\n"
12
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
13
- "X-Poedit-SearchPath-0: .\n"
14
- "X-Poedit-SearchPathExcluded-0: *.js\n"
15
- "X-Poedit-SearchPathExcluded-1: common\n"
16
- "X-Poedit-SearchPathExcluded-2: lang\n"
17
- "X-Poedit-SearchPathExcluded-3: tests\n"
18
- "X-Poedit-SearchPathExcluded-4: vendor\n"
19
- "X-Poedit-SourceCharset: UTF-8\n"
20
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
 
22
- #: src/admin-views/app-shop.php:4
23
- msgid "Events Add-Ons"
24
  msgstr ""
25
 
26
- #: src/admin-views/app-shop.php:5
27
- msgid "Browse All Add-Ons"
28
  msgstr ""
29
 
30
- #: src/admin-views/app-shop.php:26
31
- msgid "Buy This Add-On"
32
  msgstr ""
33
 
34
- #: src/admin-views/app-shop.php:29
35
- msgid "Installed Add-Ons"
36
  msgstr ""
37
 
38
- #: src/admin-views/app-shop.php:31
39
- msgid "Installed"
 
40
  msgstr ""
41
 
42
- #: src/admin-views/app-shop.php:77, src/Tribe/Admin/Help_Page.php:822
43
- msgid "Requires:"
 
 
44
  msgstr ""
45
 
46
- #: src/admin-views/event-log.php:21
47
- msgid "Logging level"
48
  msgstr ""
49
 
50
- #: src/admin-views/event-log.php:43
51
- msgid "Method"
 
 
52
  msgstr ""
53
 
54
- #: src/admin-views/event-log.php:65
55
- msgid "View"
56
  msgstr ""
57
 
58
- #: src/admin-views/event-log.php:100
59
- msgid "The selected log file is empty or has not been generated yet."
 
 
60
  msgstr ""
61
 
62
- #: src/admin-views/event-log.php:117
63
- msgid "Download log"
64
  msgstr ""
65
 
66
- #: src/admin-views/tribe-options-display.php:22
67
- msgid "Date Format Settings"
68
  msgstr ""
69
 
70
- #: src/admin-views/tribe-options-display.php:28
71
- msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
72
  msgstr ""
73
 
74
- #: src/admin-views/tribe-options-display.php:36
75
- msgid "Datepicker Date Format"
76
  msgstr ""
77
 
78
- #: src/admin-views/tribe-options-display.php:37
79
- msgid "Select the date format to use in datepickers"
80
  msgstr ""
81
 
82
- #: src/admin-views/tribe-options-general.php:10
83
- 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."
84
  msgstr ""
85
 
86
- #: src/admin-views/tribe-options-general.php:15
87
- msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
88
  msgstr ""
89
 
90
- #: src/admin-views/tribe-options-general.php:20
91
- msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
92
  msgstr ""
93
 
94
- #: src/admin-views/tribe-options-general.php:20
95
- msgid "Check out the available add-ons"
 
96
  msgstr ""
97
 
98
- #: src/admin-views/tribe-options-general.php:25
99
- msgid "We hope our plugin is helping you out."
100
  msgstr ""
101
 
102
- #: src/admin-views/tribe-options-general.php:30
103
- msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-general.php:30
107
- msgid "See an example of the link"
108
  msgstr ""
109
 
110
- #: src/admin-views/tribe-options-general.php:35
111
- msgid "Show The Events Calendar link"
112
  msgstr ""
113
 
114
- #: src/admin-views/tribe-options-general.php:53
115
- msgid "Debug mode"
116
  msgstr ""
117
 
118
- #: src/admin-views/tribe-options-general.php:59
119
- 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."
120
  msgstr ""
121
 
122
- #: src/admin-views/tribe-options-general.php:59
123
- msgid "Debug Bar Plugin"
124
  msgstr ""
125
 
126
- #: src/admin-views/tribe-options-help.php:11
127
- msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
128
  msgstr ""
129
 
130
- #: src/admin-views/tribe-options-help.php:14
131
- msgid "Getting Support"
132
  msgstr ""
133
 
134
- #: src/admin-views/tribe-options-help.php:15
135
- msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
136
  msgstr ""
137
 
138
- #: src/admin-views/tribe-options-help.php:15
139
- msgid "Knowledgebase"
140
  msgstr ""
141
 
142
- #: src/admin-views/tribe-options-help.php:18
143
- msgid "Want to dive deeper?"
144
  msgstr ""
145
 
146
- #: src/admin-views/tribe-options-help.php:20
147
- msgid "Check out our %s for developers."
148
  msgstr ""
149
 
150
- #: src/admin-views/tribe-options-help.php:21
151
- msgid "list of available functions"
152
  msgstr ""
153
 
154
- #: src/admin-views/tribe-options-help.php:26
155
- msgid "Getting More Help"
156
  msgstr ""
157
 
158
- #: src/admin-views/tribe-options-help.php:27
159
- msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
160
  msgstr ""
161
 
162
- #: src/admin-views/tribe-options-help.php:31
163
- msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
 
164
  msgstr ""
165
 
166
- #: src/admin-views/tribe-options-help.php:31
167
- msgid "Check our Knowledgebase"
 
168
  msgstr ""
169
 
170
- #: src/admin-views/tribe-options-help.php:32
171
- msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
 
172
  msgstr ""
173
 
174
- #: src/admin-views/tribe-options-help.php:32
175
- msgid "Test for a theme or plugin conflict"
176
  msgstr ""
177
 
178
- #: src/admin-views/tribe-options-help.php:33
179
- msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
180
  msgstr ""
181
 
182
- #: src/admin-views/tribe-options-help.php:33
183
- msgid "Search our support forum"
184
  msgstr ""
185
 
186
- #: src/admin-views/tribe-options-help.php:37
187
- msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums 😄"
188
  msgstr ""
189
 
190
- #: src/admin-views/tribe-options-help.php:38
191
- msgid "Read more about our support policy"
 
192
  msgstr ""
193
 
194
- #: src/admin-views/tribe-options-help.php:41
195
- msgid "System Information"
196
  msgstr ""
197
 
198
- #: src/admin-views/tribe-options-help.php:42
199
- msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
200
  msgstr ""
201
 
202
- #: src/admin-views/tribe-options-help.php:50, src/Tribe/Main.php:232
203
- msgid "Copy to clipboard"
204
  msgstr ""
205
 
206
- #: src/admin-views/tribe-options-help.php:52
207
- msgid "Recent Template Changes"
208
  msgstr ""
209
 
210
- #: src/admin-views/tribe-options-help.php:55
211
- msgid "Event Log"
 
 
212
  msgstr ""
213
 
214
- #: src/admin-views/tribe-options-help.php:74
215
- msgid "News and Tutorials"
216
  msgstr ""
217
 
218
- #: src/admin-views/tribe-options-help.php:80
219
- msgid "More..."
220
  msgstr ""
221
 
222
- #: src/admin-views/tribe-options-licenses.php:11, src/admin-views/tribe-options-licenses.php:16
223
- msgid " (opens in new window)"
224
  msgstr ""
225
 
226
- #: src/admin-views/tribe-options-licenses.php:15
227
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
228
  msgstr ""
229
 
230
- #: src/admin-views/tribe-options-licenses.php:22
231
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
232
  msgstr ""
233
 
234
- #: src/admin-views/tribe-options-licenses.php:25
235
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
236
  msgstr ""
237
 
238
- #: src/admin-views/tribe-options-licenses.php:30
239
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
240
  msgstr ""
241
 
242
- #: src/admin-views/tribe-options-licenses.php:38
243
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
244
  msgstr ""
245
 
246
- #: src/admin-views/tribe-options-licenses.php:47
247
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
248
  msgstr ""
249
 
250
- #: src/admin-views/tribe-options-licenses.php:66, src/Tribe/Settings_Manager.php:253
251
- msgid "Licenses"
252
  msgstr ""
253
 
254
- #: src/admin-views/tribe-options-network.php:15
255
- msgid "Network Settings"
256
  msgstr ""
257
 
258
- #: src/admin-views/tribe-options-network.php:19
259
- msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
260
  msgstr ""
261
 
262
- #: src/admin-views/tribe-options-network.php:27
263
- msgid "Hide the following settings tabs on every site:"
264
  msgstr ""
265
 
266
- #: src/Tribe/App_Shop.php:50, src/Tribe/App_Shop.php:51, src/Tribe/App_Shop.php:72
267
- msgid "Event Add-Ons"
268
  msgstr ""
269
 
270
- #: src/Tribe/Credits.php:31
271
- msgid "This calendar is powered by The Events Calendar."
272
  msgstr ""
273
 
274
- #: src/Tribe/Credits.php:55
275
- msgid "Rate %1$sThe Events Calendar%2$s %3$s"
276
  msgstr ""
277
 
278
- #: src/Tribe/Credits.php:64
279
- msgid "Rate %1$sEvent Tickets%2$s %3$s"
280
  msgstr ""
281
 
282
- #: src/Tribe/Customizer.php:569, src/Tribe/Plugins_API.php:25, src/Tribe/Admin/Help_Page.php:59
283
- msgid "The Events Calendar"
284
  msgstr ""
285
 
286
- #: src/Tribe/Customizer.php:570
287
- msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
288
  msgstr ""
289
 
290
- #: src/Tribe/Extension.php:144
291
- msgid "Tutorial"
292
  msgstr ""
293
 
294
- #: src/Tribe/Extension.php:368
295
- msgid "Unable to run Tribe Extensions. Your website host is running PHP 5.2 or older, and has likely disabled or misconfigured debug_backtrace(). You, or your website host, will need to upgrade PHP or properly configure debug_backtrace() for Tribe Extensions to work."
296
  msgstr ""
297
 
298
- #: src/Tribe/Field.php:231
299
- msgid "Invalid field type specified"
300
  msgstr ""
301
 
302
- #: src/Tribe/Field.php:532
303
- msgid "No radio options specified"
304
  msgstr ""
305
 
306
- #: src/Tribe/Field.php:568
307
- msgid "No checkbox options specified"
308
  msgstr ""
309
 
310
- #: src/Tribe/Field.php:626
311
- msgid "No select options specified"
312
  msgstr ""
313
 
314
- #: src/Tribe/Log.php:274
315
- msgid "Cannot set %s as the current logging engine"
316
  msgstr ""
317
 
318
- #: src/Tribe/Log.php:373
319
- msgid "Disabled"
320
  msgstr ""
321
 
322
- #: src/Tribe/Log.php:374
323
- msgid "Only errors"
324
  msgstr ""
325
 
326
- #: src/Tribe/Log.php:375
327
- msgid "Warnings and errors"
328
  msgstr ""
329
 
330
- #: src/Tribe/Log.php:376
331
- msgid "Full debug (all events)"
332
  msgstr ""
333
 
334
- #: src/Tribe/Main.php:233
335
- msgid "System info copied"
 
 
 
 
336
  msgstr ""
337
 
338
- #: src/Tribe/Main.php:234
339
- msgid "Press \"Cmd + C\" to copy"
340
  msgstr ""
341
 
342
- #: src/Tribe/Main.php:253
343
- msgid ": activate to sort column ascending"
344
  msgstr ""
345
 
346
- #: src/Tribe/Main.php:254
347
- msgid ": activate to sort column descending"
348
  msgstr ""
349
 
350
- #: src/Tribe/Main.php:256
351
- msgid "Show _MENU_ entries"
352
  msgstr ""
353
 
354
- #: src/Tribe/Main.php:257
355
- msgid "No data available in table"
356
  msgstr ""
357
 
358
- #: src/Tribe/Main.php:258
359
- msgid "Showing _START_ to _END_ of _TOTAL_ entries"
360
  msgstr ""
361
 
362
- #: src/Tribe/Main.php:259
363
- msgid "Showing 0 to 0 of 0 entries"
364
  msgstr ""
365
 
366
- #: src/Tribe/Main.php:260
367
- msgid "(filtered from _MAX_ total entries)"
368
  msgstr ""
369
 
370
- #: src/Tribe/Main.php:261
371
- msgid "No matching records found"
372
  msgstr ""
373
 
374
- #: src/Tribe/Main.php:262
375
- msgid "Search:"
376
  msgstr ""
377
 
378
- #: src/Tribe/Main.php:263
379
- msgid "All items on this page were selected. "
380
  msgstr ""
381
 
382
- #: src/Tribe/Main.php:264
383
- msgid "Select all pages"
384
  msgstr ""
385
 
386
- #: src/Tribe/Main.php:265
387
- msgid "Clear Selection."
388
  msgstr ""
389
 
390
- #: src/Tribe/Main.php:267
391
- msgid "All"
392
  msgstr ""
393
 
394
- #: src/Tribe/Main.php:268
395
- msgid "Next"
396
  msgstr ""
397
 
398
- #: src/Tribe/Main.php:269
399
- msgid "Previous"
400
  msgstr ""
401
 
402
- #: src/Tribe/Main.php:274
403
- msgid ": Selected %d rows"
404
  msgstr ""
405
 
406
- #: src/Tribe/Main.php:275
407
- msgid ": Selected 1 row"
408
  msgstr ""
409
 
410
- #: src/Tribe/Plugins_API.php:28
411
- msgid "Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust."
412
  msgstr ""
413
 
414
- #: src/Tribe/Plugins_API.php:34, src/Tribe/Admin/Help_Page.php:219
415
- msgid "Event Aggregator"
416
  msgstr ""
417
 
418
- #: src/Tribe/Plugins_API.php:37
419
- msgid "Import events from across the web! Event Aggregator makes it easy to run scheduled or manual imports from Facebook, Meetup, Google Calendar, and iCalendar, along with uploads from CSV and ICS files. You can also import directly from other sites running The Events Calendar thanks to our built-in REST API support."
420
  msgstr ""
421
 
422
- #: src/Tribe/Plugins_API.php:43, src/Tribe/Admin/Help_Page.php:194
423
- msgid "Events Calendar PRO"
424
  msgstr ""
425
 
426
- #: src/Tribe/Plugins_API.php:48
427
- msgid "The Events Calendar PRO is a paid Add-On to our open source WordPress plugin %1$sThe Events Calendar%2$s. PRO offers a whole host of calendar features including recurring events, custom event attributes, saved venues and organizers, venue pages, advanced event admin and lots more."
428
  msgstr ""
429
 
430
- #: src/Tribe/Plugins_API.php:57, src/Tribe/Admin/Help_Page.php:75
431
- msgid "Event Tickets"
432
  msgstr ""
433
 
434
- #: src/Tribe/Plugins_API.php:60
435
- msgid "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."
436
  msgstr ""
437
 
438
- #: src/Tribe/Plugins_API.php:66, src/Tribe/Admin/Help_Page.php:235
439
- msgid "Event Tickets Plus"
440
  msgstr ""
441
 
442
- #: src/Tribe/Plugins_API.php:71
443
- msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door."
444
  msgstr ""
445
 
446
- #: src/Tribe/Plugins_API.php:80, src/Tribe/Admin/Help_Page.php:227
447
- msgid "Filter Bar"
448
  msgstr ""
449
 
450
- #: src/Tribe/Plugins_API.php:84
451
- msgid "It is awesome that your calendar is <em>THE PLACE</em> to get hooked up with prime choice ways to spend time. You have more events than Jabba the Hutt has rolls. Too bad visitors are hiring a personal assistant to go through all the choices. Ever wish you could just filter the calendar to only show events in walking distance, on a weekend, that are free? BOOM. Now you can. Introducing… the Filter Bar."
452
  msgstr ""
453
 
454
- #: src/Tribe/Plugins_API.php:90, src/Tribe/Admin/Help_Page.php:211
455
- msgid "Community Events"
456
  msgstr ""
457
 
458
- #: src/Tribe/Plugins_API.php:94
459
- msgid "Accept user-submitted events on your site! With Community Events, you can accept public submissions or require account sign-on. Settings give you the options to save as a draft or publish automatically, enable categories and tags, and choose whether users can edit/manage their own events or simply submit. Best of all - setup is easy! Just activate, configure the options, and off you go."
460
  msgstr ""
461
 
462
- #: src/Tribe/Plugins_API.php:100, src/Tribe/Admin/Help_Page.php:244
463
- msgid "Community Tickets"
464
  msgstr ""
465
 
466
- #: src/Tribe/Plugins_API.php:104
467
- msgid "Enable Community Events organizers to offer tickets to their events. You can set flexible payment and fee options. They can even check-in attendees to their events! All of this managed from the front-end of your site without ever needing to grant access to your admin"
468
  msgstr ""
469
 
470
- #: src/Tribe/Plugins_API.php:105
471
- msgctxt "Names of required plugins for Community Tickets"
472
- msgid "Event Tickets Plus and Community Events"
473
  msgstr ""
474
 
475
- #: src/Tribe/Plugins_API.php:111, src/Tribe/Admin/Help_Page.php:203
476
- msgid "Eventbrite Tickets"
477
  msgstr ""
478
 
479
- #: src/Tribe/Plugins_API.php:116
480
- msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
481
  msgstr ""
482
 
483
- #: src/Tribe/Plugins_API.php:125
484
- msgid "Image Widget Plus"
485
  msgstr ""
486
 
487
- #: src/Tribe/Plugins_API.php:129
488
- msgid "Take your image widgets to the next level with Image Widget Plus! We've taken the simple functionality of our basic Image Widget and amped it up with several popular feature requests - multiple image support, slideshow, lightbox, and random image - all backed by a full year of premium support."
489
  msgstr ""
490
 
491
- #: src/Tribe/Settings.php:177, src/Tribe/Settings.php:241, src/Tribe/Settings.php:242
492
- msgid "Events"
493
  msgstr ""
494
 
495
- #: src/Tribe/Settings.php:253, src/Tribe/Settings.php:273, src/Tribe/Settings.php:273
496
- msgid "Events Settings"
497
  msgstr ""
498
 
499
- #: src/Tribe/Settings.php:254
500
- msgid "Settings"
501
  msgstr ""
502
 
503
- #: src/Tribe/Settings.php:281, src/Tribe/Settings.php:282
504
- msgid "Events Help"
505
  msgstr ""
506
 
507
- #: src/Tribe/Settings.php:349
508
- msgid "%s Settings"
509
  msgstr ""
510
 
511
- #: src/Tribe/Settings.php:363
512
- msgid "You've requested a non-existent tab."
513
  msgstr ""
514
 
515
- #: src/Tribe/Settings.php:371
516
- msgid "Save Changes"
517
  msgstr ""
518
 
519
- #: src/Tribe/Settings.php:419
520
- msgid "You don't have permission to do that."
521
  msgstr ""
522
 
523
- #: src/Tribe/Settings.php:425
524
- msgid "The request was sent insecurely."
525
  msgstr ""
526
 
527
- #: src/Tribe/Settings.php:431
528
- msgid "The request wasn't sent from this tab."
529
  msgstr ""
530
 
531
- #: src/Tribe/Settings.php:610
532
- msgid "Your form had the following errors:"
533
  msgstr ""
534
 
535
- #: src/Tribe/Settings.php:621
536
- msgid "The above setting was not saved. Other settings were successfully saved."
537
- msgid_plural "The above settings were not saved. Other settings were successfully saved."
538
- msgstr[0] ""
539
- msgstr[1] ""
540
 
541
- #: src/Tribe/Settings.php:643
542
- msgid "Settings saved."
543
  msgstr ""
544
 
545
- #: src/Tribe/Settings_Manager.php:54
546
- msgid "General"
547
  msgstr ""
548
 
549
- #: src/Tribe/Settings_Manager.php:55
550
- msgid "Display"
551
  msgstr ""
552
 
553
- #: src/Tribe/Settings_Manager.php:219
554
- msgid "Network"
555
  msgstr ""
556
 
557
- #: src/Tribe/Settings_Manager.php:279
558
- msgid "Help"
559
  msgstr ""
560
 
561
- #: src/Tribe/Settings_Tab.php:222
562
- msgid "There are no fields setup for this tab yet."
563
  msgstr ""
564
 
565
- #: src/Tribe/Support.php:171
566
- msgid "English"
567
  msgstr ""
568
 
569
- #: src/Tribe/Support.php:188, src/Tribe/Support.php:189
570
- msgid "Unknown or not set"
571
  msgstr ""
572
 
573
- #: src/Tribe/Support.php:199
574
- msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
575
  msgstr ""
576
 
577
- #: src/Tribe/Support.php:305
578
- msgid "Yes, automatically share my system information with the Modern Tribe support team"
579
  msgstr ""
580
 
581
- #: src/Tribe/Support.php:306
582
- msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
583
  msgstr ""
584
 
585
- #: src/Tribe/Support.php:325, src/Tribe/Support.php:330
586
- msgid "Invalid Key"
587
  msgstr ""
588
 
589
- #: src/Tribe/Support.php:358, src/Tribe/Support.php:384
590
- msgid "Permission Error"
591
  msgstr ""
592
 
593
- #: src/Tribe/Support.php:372
594
- msgid "Unique System Info Key Generated"
595
  msgstr ""
596
 
597
- #: src/Tribe/Validate.php:72, src/Tribe/Validate.php:84
598
- msgid "Invalid or incomplete field passed"
599
  msgstr ""
600
 
601
- #: src/Tribe/Validate.php:73, src/Tribe/Validate.php:85, src/Tribe/Validate.php:105
602
- msgid "Field ID:"
603
  msgstr ""
604
 
605
- #: src/Tribe/Validate.php:104
606
- msgid "Non-existant field validation function passed"
607
  msgstr ""
608
 
609
- #: src/Tribe/Validate.php:105
610
- msgctxt "non-existant function name passed for field validation"
611
- msgid "with function name:"
612
  msgstr ""
613
 
614
- #: src/Tribe/Validate.php:120, src/Tribe/Validate.php:136
615
- msgid "%s must contain numbers and letters only"
616
  msgstr ""
617
 
618
- #: src/Tribe/Validate.php:152
619
- msgid "%s must contain numbers, letters and dots only"
620
  msgstr ""
621
 
622
- #: src/Tribe/Validate.php:168
623
- msgid "%s must contain numbers, letters, dashes and undescores only"
624
  msgstr ""
625
 
626
- #: src/Tribe/Validate.php:184
627
- msgid "%s must not be empty"
628
  msgstr ""
629
 
630
- #: src/Tribe/Validate.php:200, src/Tribe/Validate.php:228
631
- msgid "%s must be a positive number."
632
  msgstr ""
633
 
634
- #: src/Tribe/Validate.php:214
635
- msgid "%s must be a positive number or percent."
636
  msgstr ""
637
 
638
- #: src/Tribe/Validate.php:248
639
- msgid "%s must be a whole number."
640
  msgstr ""
641
 
642
- #: src/Tribe/Validate.php:267
643
- msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
644
  msgstr ""
645
 
646
- #: src/Tribe/Validate.php:282
647
- msgid "%s must be a valid absolute URL."
648
  msgstr ""
649
 
650
- #: src/Tribe/Validate.php:298, src/Tribe/Validate.php:310, src/Tribe/Validate.php:323, src/Tribe/Validate.php:345
651
- msgid "%s must have a value that's part of its options."
652
  msgstr ""
653
 
654
- #: src/Tribe/Validate.php:359
655
- msgid "Comparison validation failed because no comparison value was provided, for field %s"
656
  msgstr ""
657
 
658
- #: src/Tribe/Validate.php:366
659
- msgid "%s cannot be the same as %s."
660
  msgstr ""
661
 
662
- #: src/Tribe/Validate.php:368
663
- msgid "%s cannot be a duplicate"
664
  msgstr ""
665
 
666
- #: src/Tribe/Validate.php:384
667
- msgid "%s must be a number or percentage."
668
  msgstr ""
669
 
670
- #: src/Tribe/Validate.php:438
671
- msgid "%s must be a number between 0 and 21."
672
  msgstr ""
673
 
674
- #: src/Tribe/Validate.php:454
675
- msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
676
  msgstr ""
677
 
678
- #: src/Tribe/Validate.php:470
679
- msgid "%s must consist of letters, spaces, apostrophes, and dashes."
680
  msgstr ""
681
 
682
- #: src/Tribe/Validate.php:484
683
- msgid "%s must consist of 5 numbers."
684
  msgstr ""
685
 
686
- #: src/Tribe/Validate.php:498
687
- msgid "%s must be a phone number."
688
  msgstr ""
689
 
690
- #: src/Tribe/Validate.php:514
691
- msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
692
  msgstr ""
693
 
694
- #: src/Tribe/Validate.php:545
695
- msgid "%s must be an email address."
696
  msgstr ""
697
 
698
- #: src/Tribe/View_Helpers.php:50
699
- msgid "Select a Country:"
700
  msgstr ""
701
 
702
- #: src/Tribe/Admin/Activation_Page.php:84
703
- msgid "Go to plugins page"
704
  msgstr ""
705
 
706
- #: src/Tribe/Admin/Activation_Page.php:92
707
- msgid "Go to WordPress Updates page"
708
  msgstr ""
709
 
710
- #: src/Tribe/Admin/Help_Page.php:63
711
- msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
712
  msgstr ""
713
 
714
- #: src/Tribe/Admin/Help_Page.php:79
715
- msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
716
  msgstr ""
717
 
718
- #: src/Tribe/Admin/Help_Page.php:91
719
- msgid "Advanced Post Manager"
720
  msgstr ""
721
 
722
- #: src/Tribe/Admin/Help_Page.php:95
723
- msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
724
  msgstr ""
725
 
726
- #: src/Tribe/Admin/Help_Page.php:170
727
- msgid " and "
728
  msgstr ""
729
 
730
- #: src/Tribe/Admin/Help_Page.php:405
731
- msgctxt "not available"
732
- msgid "n/a"
733
  msgstr ""
734
 
735
- #: src/Tribe/Admin/Help_Page.php:413
736
- msgid "You need to upgrade!"
737
  msgstr ""
738
 
739
- #: src/Tribe/Admin/Help_Page.php:413, src/Tribe/Admin/Help_Page.php:788
740
- msgid "You are up to date!"
741
  msgstr ""
742
 
743
- #: src/Tribe/Admin/Help_Page.php:778
744
- msgid "Activate %s"
745
  msgstr ""
746
 
747
- #: src/Tribe/Admin/Help_Page.php:778
748
- msgid "Activate Plugin"
749
  msgstr ""
750
 
751
- #: src/Tribe/Admin/Help_Page.php:786
752
- msgid "Upgrade Plugin"
753
  msgstr ""
754
 
755
- #: src/Tribe/Admin/Help_Page.php:802
756
- msgid "Install %s"
757
  msgstr ""
758
 
759
- #: src/Tribe/Admin/Help_Page.php:802
760
- msgid "Install Plugin"
761
  msgstr ""
762
 
763
- #: src/Tribe/Admin/Help_Page.php:819
764
- msgid "Latest Version:"
765
  msgstr ""
766
 
767
- #: src/Tribe/Admin/Help_Page.php:823
768
- msgid "WordPress "
769
  msgstr ""
770
 
771
- #: src/Tribe/Admin/Help_Page.php:825
772
- msgid "Active Users:"
773
  msgstr ""
774
 
775
- #: src/Tribe/Admin/Help_Page.php:828
776
- msgid "Rating:"
777
  msgstr ""
778
 
779
- #: src/Tribe/Admin/Help_Page.php:847
780
- msgid "Premium Add-Ons"
781
  msgstr ""
782
 
783
- #: src/Tribe/Admin/Help_Page.php:853
784
- msgid "Plugin Active"
785
  msgstr ""
786
 
787
- #: src/Tribe/Admin/Help_Page.php:855
788
- msgid "Plugin Inactive"
789
  msgstr ""
790
 
791
- #: src/Tribe/Admin/Help_Page.php:860
792
- msgid "Visit the Add-on Page"
793
  msgstr ""
794
 
795
- #: src/Tribe/Ajax/Dropdown.php:38
796
- msgid "Cannot look for Terms without a taxonomy"
797
  msgstr ""
798
 
799
- #: src/Tribe/Ajax/Dropdown.php:180
800
- msgid "Missing data source for this dropdown"
801
  msgstr ""
802
 
803
- #: src/Tribe/Ajax/Dropdown.php:193
804
- msgid "Empty data set for this dropdown"
805
  msgstr ""
806
 
807
- #: src/Tribe/Ajax/Dropdown.php:243
808
- msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
809
  msgstr ""
810
 
811
- #: src/Tribe/Languages/Locations.php:55
812
- msgid "United States"
813
  msgstr ""
814
 
815
- #: src/Tribe/Languages/Locations.php:56
816
- msgid "Afghanistan"
817
  msgstr ""
818
 
819
- #: src/Tribe/Languages/Locations.php:57
820
- msgid "&Aring;land Islands"
821
  msgstr ""
822
 
823
- #: src/Tribe/Languages/Locations.php:58
824
- msgid "Albania"
825
  msgstr ""
826
 
827
- #: src/Tribe/Languages/Locations.php:59
828
- msgid "Algeria"
829
  msgstr ""
830
 
831
- #: src/Tribe/Languages/Locations.php:60
832
- msgid "American Samoa"
833
  msgstr ""
834
 
835
- #: src/Tribe/Languages/Locations.php:61
836
- msgid "Andorra"
837
  msgstr ""
838
 
839
- #: src/Tribe/Languages/Locations.php:62
840
- msgid "Angola"
841
  msgstr ""
842
 
843
- #: src/Tribe/Languages/Locations.php:63
844
- msgid "Anguilla"
845
  msgstr ""
846
 
847
- #: src/Tribe/Languages/Locations.php:64
848
- msgid "Antarctica"
849
  msgstr ""
850
 
851
- #: src/Tribe/Languages/Locations.php:65
852
- msgid "Antigua and Barbuda"
853
  msgstr ""
854
 
855
- #: src/Tribe/Languages/Locations.php:66
856
- msgid "Argentina"
857
  msgstr ""
858
 
859
- #: src/Tribe/Languages/Locations.php:67
860
- msgid "Armenia"
861
  msgstr ""
862
 
863
- #: src/Tribe/Languages/Locations.php:68
864
- msgid "Aruba"
865
  msgstr ""
866
 
867
- #: src/Tribe/Languages/Locations.php:69
868
- msgid "Australia"
869
  msgstr ""
870
 
871
- #: src/Tribe/Languages/Locations.php:70
872
- msgid "Austria"
873
  msgstr ""
874
 
875
- #: src/Tribe/Languages/Locations.php:71
876
- msgid "Azerbaijan"
877
  msgstr ""
878
 
879
- #: src/Tribe/Languages/Locations.php:72
880
- msgid "Bahamas"
881
  msgstr ""
882
 
883
- #: src/Tribe/Languages/Locations.php:73
884
- msgid "Bahrain"
885
  msgstr ""
886
 
887
- #: src/Tribe/Languages/Locations.php:74
888
- msgid "Bangladesh"
889
  msgstr ""
890
 
891
- #: src/Tribe/Languages/Locations.php:75
892
- msgid "Barbados"
893
  msgstr ""
894
 
895
- #: src/Tribe/Languages/Locations.php:76
896
- msgid "Belarus"
897
  msgstr ""
898
 
899
- #: src/Tribe/Languages/Locations.php:77
900
- msgid "Belgium"
901
  msgstr ""
902
 
903
- #: src/Tribe/Languages/Locations.php:78
904
- msgid "Belize"
905
  msgstr ""
906
 
907
- #: src/Tribe/Languages/Locations.php:79
908
- msgid "Benin"
909
  msgstr ""
910
 
911
- #: src/Tribe/Languages/Locations.php:80
912
- msgid "Bermuda"
913
  msgstr ""
914
 
915
- #: src/Tribe/Languages/Locations.php:81
916
- msgid "Bhutan"
917
  msgstr ""
918
 
919
- #: src/Tribe/Languages/Locations.php:82
920
- msgid "Bolivia"
921
  msgstr ""
922
 
923
- #: src/Tribe/Languages/Locations.php:83
924
- msgid "Bosnia and Herzegowina"
925
  msgstr ""
926
 
927
- #: src/Tribe/Languages/Locations.php:84
928
- msgid "Botswana"
929
  msgstr ""
930
 
931
- #: src/Tribe/Languages/Locations.php:85
932
- msgid "Bouvet Island"
933
  msgstr ""
934
 
935
- #: src/Tribe/Languages/Locations.php:86
936
- msgid "Brazil"
937
  msgstr ""
938
 
939
- #: src/Tribe/Languages/Locations.php:87
940
- msgid "British Indian Ocean Territory"
941
  msgstr ""
942
 
943
- #: src/Tribe/Languages/Locations.php:88
944
- msgid "Brunei Darussalam"
945
  msgstr ""
946
 
947
- #: src/Tribe/Languages/Locations.php:89
948
- msgid "Bulgaria"
949
  msgstr ""
950
 
951
- #: src/Tribe/Languages/Locations.php:90
952
- msgid "Burkina Faso"
953
  msgstr ""
954
 
955
- #: src/Tribe/Languages/Locations.php:91
956
- msgid "Burundi"
957
  msgstr ""
958
 
959
- #: src/Tribe/Languages/Locations.php:92
960
- msgid "Cambodia"
961
  msgstr ""
962
 
963
- #: src/Tribe/Languages/Locations.php:93
964
- msgid "Cameroon"
965
  msgstr ""
966
 
967
- #: src/Tribe/Languages/Locations.php:94
968
- msgid "Canada"
969
  msgstr ""
970
 
971
- #: src/Tribe/Languages/Locations.php:95
972
- msgid "Cape Verde"
973
  msgstr ""
974
 
975
- #: src/Tribe/Languages/Locations.php:96
976
- msgid "Cayman Islands"
977
  msgstr ""
978
 
979
- #: src/Tribe/Languages/Locations.php:97
980
- msgid "Central African Republic"
981
  msgstr ""
982
 
983
- #: src/Tribe/Languages/Locations.php:98
984
- msgid "Chad"
985
  msgstr ""
986
 
987
- #: src/Tribe/Languages/Locations.php:99
988
- msgid "Chile"
989
  msgstr ""
990
 
991
- #: src/Tribe/Languages/Locations.php:100
992
- msgid "China"
993
  msgstr ""
994
 
995
- #: src/Tribe/Languages/Locations.php:101
996
- msgid "Christmas Island"
997
  msgstr ""
998
 
999
- #: src/Tribe/Languages/Locations.php:102
1000
- msgid "Cocos (Keeling) Islands"
1001
  msgstr ""
1002
 
1003
- #: src/Tribe/Languages/Locations.php:103
1004
- msgid "Collectivity of Saint Martin"
1005
  msgstr ""
1006
 
1007
- #: src/Tribe/Languages/Locations.php:104
1008
- msgid "Colombia"
1009
  msgstr ""
1010
 
1011
- #: src/Tribe/Languages/Locations.php:105
1012
- msgid "Comoros"
1013
  msgstr ""
1014
 
1015
- #: src/Tribe/Languages/Locations.php:106
1016
- msgid "Congo"
1017
  msgstr ""
1018
 
1019
- #: src/Tribe/Languages/Locations.php:107
1020
- msgid "Congo, Democratic Republic of the"
1021
  msgstr ""
1022
 
1023
- #: src/Tribe/Languages/Locations.php:108
1024
- msgid "Cook Islands"
1025
  msgstr ""
1026
 
1027
- #: src/Tribe/Languages/Locations.php:109
1028
- msgid "Costa Rica"
1029
  msgstr ""
1030
 
1031
- #: src/Tribe/Languages/Locations.php:110
1032
- msgid "C&ocirc;te d'Ivoire"
1033
  msgstr ""
1034
 
1035
- #: src/Tribe/Languages/Locations.php:111
1036
- msgid "Croatia (Local Name: Hrvatska)"
1037
  msgstr ""
1038
 
1039
- #: src/Tribe/Languages/Locations.php:112
1040
- msgid "Cuba"
1041
  msgstr ""
1042
 
1043
- #: src/Tribe/Languages/Locations.php:113
1044
- msgid "Cura&ccedil;ao"
1045
  msgstr ""
1046
 
1047
- #: src/Tribe/Languages/Locations.php:114
1048
- msgid "Cyprus"
1049
  msgstr ""
1050
 
1051
- #: src/Tribe/Languages/Locations.php:115
1052
- msgid "Czech Republic"
1053
  msgstr ""
1054
 
1055
- #: src/Tribe/Languages/Locations.php:116
1056
- msgid "Denmark"
1057
  msgstr ""
1058
 
1059
- #: src/Tribe/Languages/Locations.php:117
1060
- msgid "Djibouti"
1061
  msgstr ""
1062
 
1063
- #: src/Tribe/Languages/Locations.php:118
1064
- msgid "Dominica"
1065
  msgstr ""
1066
 
1067
- #: src/Tribe/Languages/Locations.php:119
1068
- msgid "Dominican Republic"
1069
  msgstr ""
1070
 
1071
- #: src/Tribe/Languages/Locations.php:120
1072
- msgid "East Timor"
1073
  msgstr ""
1074
 
1075
- #: src/Tribe/Languages/Locations.php:121
1076
- msgid "Ecuador"
1077
  msgstr ""
1078
 
1079
- #: src/Tribe/Languages/Locations.php:122
1080
- msgid "Egypt"
1081
  msgstr ""
1082
 
1083
- #: src/Tribe/Languages/Locations.php:123
1084
- msgid "El Salvador"
1085
  msgstr ""
1086
 
1087
- #: src/Tribe/Languages/Locations.php:124
1088
- msgid "Equatorial Guinea"
1089
  msgstr ""
1090
 
1091
- #: src/Tribe/Languages/Locations.php:125
1092
- msgid "Eritrea"
1093
  msgstr ""
1094
 
1095
- #: src/Tribe/Languages/Locations.php:126
1096
- msgid "Estonia"
1097
  msgstr ""
1098
 
1099
- #: src/Tribe/Languages/Locations.php:127
1100
- msgid "Ethiopia"
1101
  msgstr ""
1102
 
1103
- #: src/Tribe/Languages/Locations.php:128
1104
- msgid "Falkland Islands (Malvinas)"
1105
  msgstr ""
1106
 
1107
- #: src/Tribe/Languages/Locations.php:129
1108
- msgid "Faroe Islands"
1109
  msgstr ""
1110
 
1111
- #: src/Tribe/Languages/Locations.php:130
1112
- msgid "Fiji"
1113
  msgstr ""
1114
 
1115
- #: src/Tribe/Languages/Locations.php:131
1116
- msgid "Finland"
1117
  msgstr ""
1118
 
1119
- #: src/Tribe/Languages/Locations.php:132
1120
- msgid "France"
1121
  msgstr ""
1122
 
1123
- #: src/Tribe/Languages/Locations.php:133
1124
- msgid "French Guiana"
1125
  msgstr ""
1126
 
1127
- #: src/Tribe/Languages/Locations.php:134
1128
- msgid "French Polynesia"
1129
  msgstr ""
1130
 
1131
- #: src/Tribe/Languages/Locations.php:135
1132
- msgid "French Southern Territories"
1133
  msgstr ""
1134
 
1135
- #: src/Tribe/Languages/Locations.php:136
1136
- msgid "Gabon"
1137
  msgstr ""
1138
 
1139
- #: src/Tribe/Languages/Locations.php:137
1140
- msgid "Gambia"
1141
  msgstr ""
1142
 
1143
- #: src/Tribe/Languages/Locations.php:138, src/Tribe/Languages/Locations.php:334
1144
- msgid "Georgia"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Languages/Locations.php:139
1148
- msgid "Germany"
1149
  msgstr ""
1150
 
1151
- #: src/Tribe/Languages/Locations.php:140
1152
- msgid "Ghana"
1153
  msgstr ""
1154
 
1155
- #: src/Tribe/Languages/Locations.php:141
1156
- msgid "Gibraltar"
1157
  msgstr ""
1158
 
1159
- #: src/Tribe/Languages/Locations.php:142
1160
- msgid "Greece"
1161
  msgstr ""
1162
 
1163
- #: src/Tribe/Languages/Locations.php:143
1164
- msgid "Greenland"
1165
  msgstr ""
1166
 
1167
- #: src/Tribe/Languages/Locations.php:144
1168
- msgid "Grenada"
1169
  msgstr ""
1170
 
1171
- #: src/Tribe/Languages/Locations.php:145
1172
- msgid "Guadeloupe"
1173
  msgstr ""
1174
 
1175
- #: src/Tribe/Languages/Locations.php:146
1176
- msgid "Guam"
1177
  msgstr ""
1178
 
1179
- #: src/Tribe/Languages/Locations.php:147
1180
- msgid "Guatemala"
1181
  msgstr ""
1182
 
1183
- #: src/Tribe/Languages/Locations.php:148
1184
- msgid "Guinea"
1185
  msgstr ""
1186
 
1187
- #: src/Tribe/Languages/Locations.php:149
1188
- msgid "Guinea-Bissau"
1189
  msgstr ""
1190
 
1191
- #: src/Tribe/Languages/Locations.php:150
1192
- msgid "Guyana"
1193
  msgstr ""
1194
 
1195
- #: src/Tribe/Languages/Locations.php:151
1196
- msgid "Haiti"
1197
  msgstr ""
1198
 
1199
- #: src/Tribe/Languages/Locations.php:152
1200
- msgid "Heard and McDonald Islands"
1201
  msgstr ""
1202
 
1203
- #: src/Tribe/Languages/Locations.php:153
1204
- msgid "Holy See (Vatican City State)"
1205
  msgstr ""
1206
 
1207
- #: src/Tribe/Languages/Locations.php:154
1208
- msgid "Honduras"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1209
  msgstr ""
1210
 
1211
- #: src/Tribe/Languages/Locations.php:155
1212
- msgid "Hong Kong"
1213
  msgstr ""
1214
 
1215
- #: src/Tribe/Languages/Locations.php:156
1216
- msgid "Hungary"
1217
  msgstr ""
1218
 
1219
- #: src/Tribe/Languages/Locations.php:157
1220
- msgid "Iceland"
1221
  msgstr ""
1222
 
1223
- #: src/Tribe/Languages/Locations.php:158
1224
- msgid "India"
1225
  msgstr ""
1226
 
1227
- #: src/Tribe/Languages/Locations.php:159
1228
- msgid "Indonesia"
1229
  msgstr ""
1230
 
1231
- #: src/Tribe/Languages/Locations.php:160
1232
- msgid "Iran, Islamic Republic of"
1233
  msgstr ""
1234
 
1235
- #: src/Tribe/Languages/Locations.php:161
1236
- msgid "Iraq"
1237
  msgstr ""
1238
 
1239
- #: src/Tribe/Languages/Locations.php:162
1240
- msgid "Ireland"
1241
  msgstr ""
1242
 
1243
- #: src/Tribe/Languages/Locations.php:163
1244
- msgid "Israel"
1245
  msgstr ""
1246
 
1247
- #: src/Tribe/Languages/Locations.php:164
1248
- msgid "Italy"
1249
  msgstr ""
1250
 
1251
- #: src/Tribe/Languages/Locations.php:165
1252
- msgid "Jamaica"
1253
  msgstr ""
1254
 
1255
- #: src/Tribe/Languages/Locations.php:166
1256
- msgid "Japan"
1257
  msgstr ""
1258
 
1259
- #: src/Tribe/Languages/Locations.php:167
1260
- msgid "Jordan"
1261
  msgstr ""
1262
 
1263
- #: src/Tribe/Languages/Locations.php:168
1264
- msgid "Kazakhstan"
1265
  msgstr ""
1266
 
1267
- #: src/Tribe/Languages/Locations.php:169
1268
- msgid "Kenya"
1269
  msgstr ""
1270
 
1271
- #: src/Tribe/Languages/Locations.php:170
1272
- msgid "Kiribati"
1273
  msgstr ""
1274
 
1275
- #: src/Tribe/Languages/Locations.php:171
1276
- msgid "Korea, Democratic People's Republic of"
1277
  msgstr ""
1278
 
1279
- #: src/Tribe/Languages/Locations.php:172
1280
- msgid "Korea, Republic of"
1281
  msgstr ""
1282
 
1283
- #: src/Tribe/Languages/Locations.php:173
1284
- msgid "Kuwait"
1285
  msgstr ""
1286
 
1287
- #: src/Tribe/Languages/Locations.php:174
1288
- msgid "Kyrgyzstan"
1289
  msgstr ""
1290
 
1291
- #: src/Tribe/Languages/Locations.php:175
1292
- msgid "Lao People's Democratic Republic"
1293
  msgstr ""
1294
 
1295
- #: src/Tribe/Languages/Locations.php:176
1296
- msgid "Latvia"
1297
  msgstr ""
1298
 
1299
- #: src/Tribe/Languages/Locations.php:177
1300
- msgid "Lebanon"
1301
  msgstr ""
1302
 
1303
- #: src/Tribe/Languages/Locations.php:178
1304
- msgid "Lesotho"
1305
  msgstr ""
1306
 
1307
- #: src/Tribe/Languages/Locations.php:179
1308
- msgid "Liberia"
1309
  msgstr ""
1310
 
1311
- #: src/Tribe/Languages/Locations.php:180
1312
- msgid "Libya"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Languages/Locations.php:181
1316
- msgid "Liechtenstein"
1317
  msgstr ""
1318
 
1319
- #: src/Tribe/Languages/Locations.php:182
1320
- msgid "Lithuania"
1321
  msgstr ""
1322
 
1323
- #: src/Tribe/Languages/Locations.php:183
1324
- msgid "Luxembourg"
1325
  msgstr ""
1326
 
1327
- #: src/Tribe/Languages/Locations.php:184
1328
- msgid "Macau"
1329
  msgstr ""
1330
 
1331
- #: src/Tribe/Languages/Locations.php:185
1332
- msgid "Macedonia"
1333
  msgstr ""
1334
 
1335
- #: src/Tribe/Languages/Locations.php:186
1336
- msgid "Madagascar"
1337
  msgstr ""
1338
 
1339
- #: src/Tribe/Languages/Locations.php:187
1340
- msgid "Malawi"
1341
  msgstr ""
1342
 
1343
- #: src/Tribe/Languages/Locations.php:188
1344
- msgid "Malaysia"
1345
  msgstr ""
1346
 
1347
- #: src/Tribe/Languages/Locations.php:189
1348
- msgid "Maldives"
1349
  msgstr ""
1350
 
1351
- #: src/Tribe/Languages/Locations.php:190
1352
- msgid "Mali"
1353
  msgstr ""
1354
 
1355
- #: src/Tribe/Languages/Locations.php:191
1356
- msgid "Malta"
1357
  msgstr ""
1358
 
1359
- #: src/Tribe/Languages/Locations.php:192
1360
- msgid "Marshall Islands"
1361
  msgstr ""
1362
 
1363
- #: src/Tribe/Languages/Locations.php:193
1364
- msgid "Martinique"
1365
  msgstr ""
1366
 
1367
- #: src/Tribe/Languages/Locations.php:194
1368
- msgid "Mauritania"
1369
  msgstr ""
1370
 
1371
- #: src/Tribe/Languages/Locations.php:195
1372
- msgid "Mauritius"
1373
  msgstr ""
1374
 
1375
- #: src/Tribe/Languages/Locations.php:196
1376
- msgid "Mayotte"
1377
  msgstr ""
1378
 
1379
- #: src/Tribe/Languages/Locations.php:197
1380
- msgid "Mexico"
1381
  msgstr ""
1382
 
1383
- #: src/Tribe/Languages/Locations.php:198
1384
- msgid "Micronesia, Federated States of"
1385
  msgstr ""
1386
 
1387
- #: src/Tribe/Languages/Locations.php:199
1388
- msgid "Moldova, Republic of"
1389
  msgstr ""
1390
 
1391
- #: src/Tribe/Languages/Locations.php:200
1392
- msgid "Monaco"
1393
  msgstr ""
1394
 
1395
- #: src/Tribe/Languages/Locations.php:201
1396
- msgid "Mongolia"
1397
  msgstr ""
1398
 
1399
- #: src/Tribe/Languages/Locations.php:202
1400
- msgid "Montenegro"
1401
  msgstr ""
1402
 
1403
- #: src/Tribe/Languages/Locations.php:203
1404
- msgid "Montserrat"
1405
  msgstr ""
1406
 
1407
- #: src/Tribe/Languages/Locations.php:204
1408
- msgid "Morocco"
1409
  msgstr ""
1410
 
1411
- #: src/Tribe/Languages/Locations.php:205
1412
- msgid "Mozambique"
1413
  msgstr ""
1414
 
1415
- #: src/Tribe/Languages/Locations.php:206
1416
- msgid "Myanmar"
1417
  msgstr ""
1418
 
1419
- #: src/Tribe/Languages/Locations.php:207
1420
- msgid "Namibia"
1421
  msgstr ""
1422
 
1423
- #: src/Tribe/Languages/Locations.php:208
1424
- msgid "Nauru"
1425
  msgstr ""
1426
 
1427
- #: src/Tribe/Languages/Locations.php:209
1428
- msgid "Nepal"
1429
  msgstr ""
1430
 
1431
- #: src/Tribe/Languages/Locations.php:210
1432
- msgid "Netherlands"
1433
  msgstr ""
1434
 
1435
- #: src/Tribe/Languages/Locations.php:211
1436
- msgid "New Caledonia"
1437
  msgstr ""
1438
 
1439
- #: src/Tribe/Languages/Locations.php:212
1440
- msgid "New Zealand"
1441
  msgstr ""
1442
 
1443
- #: src/Tribe/Languages/Locations.php:213
1444
- msgid "Nicaragua"
1445
  msgstr ""
1446
 
1447
- #: src/Tribe/Languages/Locations.php:214
1448
- msgid "Niger"
1449
  msgstr ""
1450
 
1451
- #: src/Tribe/Languages/Locations.php:215
1452
- msgid "Nigeria"
1453
  msgstr ""
1454
 
1455
- #: src/Tribe/Languages/Locations.php:216
1456
- msgid "Niue"
1457
  msgstr ""
1458
 
1459
- #: src/Tribe/Languages/Locations.php:217
1460
- msgid "Norfolk Island"
1461
  msgstr ""
1462
 
1463
- #: src/Tribe/Languages/Locations.php:218
1464
- msgid "Northern Mariana Islands"
1465
  msgstr ""
1466
 
1467
- #: src/Tribe/Languages/Locations.php:219
1468
- msgid "Norway"
1469
  msgstr ""
1470
 
1471
- #: src/Tribe/Languages/Locations.php:220
1472
- msgid "Oman"
1473
  msgstr ""
1474
 
1475
- #: src/Tribe/Languages/Locations.php:221
1476
- msgid "Pakistan"
1477
  msgstr ""
1478
 
1479
- #: src/Tribe/Languages/Locations.php:222
1480
- msgid "Palau"
1481
  msgstr ""
1482
 
1483
- #: src/Tribe/Languages/Locations.php:223
1484
- msgid "Panama"
1485
  msgstr ""
1486
 
1487
- #: src/Tribe/Languages/Locations.php:224
1488
- msgid "Papua New Guinea"
 
1489
  msgstr ""
1490
 
1491
- #: src/Tribe/Languages/Locations.php:225
1492
- msgid "Paraguay"
 
1493
  msgstr ""
1494
 
1495
- #: src/Tribe/Languages/Locations.php:226
1496
- msgid "Peru"
1497
  msgstr ""
1498
 
1499
- #: src/Tribe/Languages/Locations.php:227
1500
- msgid "Philippines"
1501
  msgstr ""
1502
 
1503
- #: src/Tribe/Languages/Locations.php:228
1504
- msgid "Pitcairn"
1505
  msgstr ""
1506
 
1507
- #: src/Tribe/Languages/Locations.php:229
1508
- msgid "Poland"
1509
  msgstr ""
1510
 
1511
- #: src/Tribe/Languages/Locations.php:230
1512
- msgid "Portugal"
1513
  msgstr ""
1514
 
1515
- #: src/Tribe/Languages/Locations.php:231
1516
- msgid "Puerto Rico"
1517
  msgstr ""
1518
 
1519
- #: src/Tribe/Languages/Locations.php:232
1520
- msgid "Qatar"
1521
  msgstr ""
1522
 
1523
- #: src/Tribe/Languages/Locations.php:233
1524
- msgid "Reunion"
1525
  msgstr ""
1526
 
1527
- #: src/Tribe/Languages/Locations.php:234
1528
- msgid "Romania"
1529
  msgstr ""
1530
 
1531
- #: src/Tribe/Languages/Locations.php:235
1532
- msgid "Russian Federation"
1533
  msgstr ""
1534
 
1535
- #: src/Tribe/Languages/Locations.php:236
1536
- msgid "Rwanda"
1537
  msgstr ""
1538
 
1539
- #: src/Tribe/Languages/Locations.php:237
1540
- msgid "Saint Barth&eacute;lemy"
1541
  msgstr ""
1542
 
1543
- #: src/Tribe/Languages/Locations.php:238
1544
- msgid "Saint Helena"
1545
  msgstr ""
1546
 
1547
- #: src/Tribe/Languages/Locations.php:239
1548
- msgid "Saint Kitts and Nevis"
1549
  msgstr ""
1550
 
1551
- #: src/Tribe/Languages/Locations.php:240
1552
- msgid "Saint Lucia"
1553
  msgstr ""
1554
 
1555
- #: src/Tribe/Languages/Locations.php:241
1556
- msgid "Saint Pierre and Miquelon"
1557
  msgstr ""
1558
 
1559
- #: src/Tribe/Languages/Locations.php:242
1560
- msgid "Saint Vincent and The Grenadines"
1561
  msgstr ""
1562
 
1563
- #: src/Tribe/Languages/Locations.php:243
1564
- msgid "Samoa"
1565
  msgstr ""
1566
 
1567
- #: src/Tribe/Languages/Locations.php:244
1568
- msgid "San Marino"
1569
  msgstr ""
1570
 
1571
- #: src/Tribe/Languages/Locations.php:245
1572
- msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
1573
  msgstr ""
1574
 
1575
- #: src/Tribe/Languages/Locations.php:246
1576
- msgid "Saudi Arabia"
1577
  msgstr ""
1578
 
1579
- #: src/Tribe/Languages/Locations.php:247
1580
- msgid "Senegal"
1581
  msgstr ""
1582
 
1583
- #: src/Tribe/Languages/Locations.php:248
1584
- msgid "Serbia"
1585
  msgstr ""
1586
 
1587
- #: src/Tribe/Languages/Locations.php:249
1588
- msgid "Seychelles"
1589
  msgstr ""
1590
 
1591
- #: src/Tribe/Languages/Locations.php:250
1592
- msgid "Sierra Leone"
1593
  msgstr ""
1594
 
1595
- #: src/Tribe/Languages/Locations.php:251
1596
- msgid "Singapore"
1597
  msgstr ""
1598
 
1599
- #: src/Tribe/Languages/Locations.php:252
1600
- msgid "Sint Maarten"
1601
  msgstr ""
1602
 
1603
- #: src/Tribe/Languages/Locations.php:253
1604
- msgid "Slovakia (Slovak Republic)"
1605
  msgstr ""
1606
 
1607
- #: src/Tribe/Languages/Locations.php:254
1608
- msgid "Slovenia"
1609
  msgstr ""
1610
 
1611
- #: src/Tribe/Languages/Locations.php:255
1612
- msgid "Solomon Islands"
1613
  msgstr ""
1614
 
1615
- #: src/Tribe/Languages/Locations.php:256
1616
- msgid "Somalia"
1617
  msgstr ""
1618
 
1619
- #: src/Tribe/Languages/Locations.php:257
1620
- msgid "South Africa"
 
 
1621
  msgstr ""
1622
 
1623
- #: src/Tribe/Languages/Locations.php:258
1624
- msgid "South Georgia, South Sandwich Islands"
1625
  msgstr ""
1626
 
1627
- #: src/Tribe/Languages/Locations.php:259
1628
- msgid "Spain"
1629
  msgstr ""
1630
 
1631
- #: src/Tribe/Languages/Locations.php:260
1632
- msgid "Sri Lanka"
1633
  msgstr ""
1634
 
1635
- #: src/Tribe/Languages/Locations.php:261
1636
- msgid "Sudan"
 
1637
  msgstr ""
1638
 
1639
- #: src/Tribe/Languages/Locations.php:262
1640
- msgid "Suriname"
1641
  msgstr ""
1642
 
1643
- #: src/Tribe/Languages/Locations.php:263
1644
- msgid "Svalbard and Jan Mayen Islands"
1645
  msgstr ""
1646
 
1647
- #: src/Tribe/Languages/Locations.php:264
1648
- msgid "Swaziland"
 
1649
  msgstr ""
1650
 
1651
- #: src/Tribe/Languages/Locations.php:265
1652
- msgid "Sweden"
1653
  msgstr ""
1654
 
1655
- #: src/Tribe/Languages/Locations.php:266
1656
- msgid "Switzerland"
1657
  msgstr ""
1658
 
1659
- #: src/Tribe/Languages/Locations.php:267
1660
- msgid "Syrian Arab Republic"
1661
  msgstr ""
1662
 
1663
- #: src/Tribe/Languages/Locations.php:268
1664
- msgid "Taiwan"
1665
  msgstr ""
1666
 
1667
- #: src/Tribe/Languages/Locations.php:269
1668
- msgid "Tajikistan"
1669
  msgstr ""
1670
 
1671
- #: src/Tribe/Languages/Locations.php:270
1672
- msgid "Tanzania, United Republic of"
1673
  msgstr ""
1674
 
1675
- #: src/Tribe/Languages/Locations.php:271
1676
- msgid "Thailand"
1677
  msgstr ""
1678
 
1679
- #: src/Tribe/Languages/Locations.php:272
1680
- msgid "Togo"
 
 
1681
  msgstr ""
1682
 
1683
- #: src/Tribe/Languages/Locations.php:273
1684
- msgid "Tokelau"
 
 
1685
  msgstr ""
1686
 
1687
- #: src/Tribe/Languages/Locations.php:274
1688
- msgid "Tonga"
1689
  msgstr ""
1690
 
1691
- #: src/Tribe/Languages/Locations.php:275
1692
- msgid "Trinidad and Tobago"
1693
  msgstr ""
1694
 
1695
- #: src/Tribe/Languages/Locations.php:276
1696
- msgid "Tunisia"
1697
  msgstr ""
1698
 
1699
- #: src/Tribe/Languages/Locations.php:277
1700
- msgid "Turkey"
1701
  msgstr ""
1702
 
1703
- #: src/Tribe/Languages/Locations.php:278
1704
- msgid "Turkmenistan"
1705
  msgstr ""
1706
 
1707
- #: src/Tribe/Languages/Locations.php:279
1708
- msgid "Turks and Caicos Islands"
1709
- msgstr ""
 
 
 
 
 
 
1710
 
1711
- #: src/Tribe/Languages/Locations.php:280
1712
- msgid "Tuvalu"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1713
  msgstr ""
1714
 
1715
- #: src/Tribe/Languages/Locations.php:281
1716
- msgid "Uganda"
 
1717
  msgstr ""
1718
 
1719
- #: src/Tribe/Languages/Locations.php:282
1720
- msgid "Ukraine"
 
 
 
1721
  msgstr ""
1722
 
1723
- #: src/Tribe/Languages/Locations.php:283
1724
- msgid "United Arab Emirates"
 
 
 
 
 
1725
  msgstr ""
1726
 
1727
- #: src/Tribe/Languages/Locations.php:284
1728
- msgid "United Kingdom"
 
 
 
 
1729
  msgstr ""
1730
 
1731
- #: src/Tribe/Languages/Locations.php:285
1732
- msgid "United States Minor Outlying Islands"
 
 
 
 
1733
  msgstr ""
1734
 
1735
- #: src/Tribe/Languages/Locations.php:286
1736
- msgid "Uruguay"
 
 
 
 
 
 
1737
  msgstr ""
1738
 
1739
- #: src/Tribe/Languages/Locations.php:287
1740
- msgid "Uzbekistan"
 
 
 
 
 
 
1741
  msgstr ""
1742
 
1743
- #: src/Tribe/Languages/Locations.php:288
1744
- msgid "Vanuatu"
 
 
 
 
 
 
1745
  msgstr ""
1746
 
1747
- #: src/Tribe/Languages/Locations.php:289
1748
- msgid "Venezuela"
 
 
 
 
1749
  msgstr ""
1750
 
1751
- #: src/Tribe/Languages/Locations.php:290
1752
- msgid "Viet Nam"
 
1753
  msgstr ""
1754
 
1755
- #: src/Tribe/Languages/Locations.php:291
1756
- msgid "Virgin Islands (British)"
 
 
 
 
 
1757
  msgstr ""
1758
 
1759
- #: src/Tribe/Languages/Locations.php:292
1760
- msgid "Virgin Islands (U.S.)"
1761
  msgstr ""
1762
 
1763
- #: src/Tribe/Languages/Locations.php:293
1764
- msgid "Wallis and Futuna Islands"
 
 
 
 
1765
  msgstr ""
1766
 
1767
- #: src/Tribe/Languages/Locations.php:294
1768
- msgid "Western Sahara"
 
1769
  msgstr ""
1770
 
1771
- #: src/Tribe/Languages/Locations.php:295
1772
- msgid "Yemen"
1773
  msgstr ""
1774
 
1775
- #: src/Tribe/Languages/Locations.php:296
1776
- msgid "Zambia"
1777
  msgstr ""
1778
 
1779
- #: src/Tribe/Languages/Locations.php:297
1780
- msgid "Zimbabwe"
1781
  msgstr ""
1782
 
1783
- #: src/Tribe/Languages/Locations.php:324
1784
- msgid "Alabama"
1785
  msgstr ""
1786
 
1787
- #: src/Tribe/Languages/Locations.php:325
1788
- msgid "Alaska"
1789
  msgstr ""
1790
 
1791
- #: src/Tribe/Languages/Locations.php:326
1792
- msgid "Arizona"
1793
  msgstr ""
1794
 
1795
- #: src/Tribe/Languages/Locations.php:327
1796
- msgid "Arkansas"
1797
  msgstr ""
1798
 
1799
- #: src/Tribe/Languages/Locations.php:328
1800
- msgid "California"
1801
  msgstr ""
1802
 
1803
- #: src/Tribe/Languages/Locations.php:329
1804
- msgid "Colorado"
1805
  msgstr ""
1806
 
1807
- #: src/Tribe/Languages/Locations.php:330
1808
- msgid "Connecticut"
1809
  msgstr ""
1810
 
1811
- #: src/Tribe/Languages/Locations.php:331
1812
- msgid "Delaware"
1813
  msgstr ""
1814
 
1815
- #: src/Tribe/Languages/Locations.php:332
1816
- msgid "District of Columbia"
 
 
 
 
 
 
 
 
1817
  msgstr ""
1818
 
1819
- #: src/Tribe/Languages/Locations.php:333
1820
- msgid "Florida"
1821
  msgstr ""
1822
 
1823
- #: src/Tribe/Languages/Locations.php:335
1824
- msgid "Hawaii"
1825
  msgstr ""
1826
 
1827
- #: src/Tribe/Languages/Locations.php:336
1828
- msgid "Idaho"
1829
  msgstr ""
1830
 
1831
- #: src/Tribe/Languages/Locations.php:337
1832
- msgid "Illinois"
 
1833
  msgstr ""
1834
 
1835
- #: src/Tribe/Languages/Locations.php:338
1836
- msgid "Indiana"
1837
  msgstr ""
1838
 
1839
- #: src/Tribe/Languages/Locations.php:339
1840
- msgid "Iowa"
1841
  msgstr ""
1842
 
1843
- #: src/Tribe/Languages/Locations.php:340
1844
- msgid "Kansas"
1845
  msgstr ""
1846
 
1847
- #: src/Tribe/Languages/Locations.php:341
1848
- msgid "Kentucky"
1849
  msgstr ""
1850
 
1851
- #: src/Tribe/Languages/Locations.php:342
1852
- msgid "Louisiana"
1853
  msgstr ""
1854
 
1855
- #: src/Tribe/Languages/Locations.php:343
1856
- msgid "Maine"
1857
  msgstr ""
1858
 
1859
- #: src/Tribe/Languages/Locations.php:344
1860
- msgid "Maryland"
1861
  msgstr ""
1862
 
1863
- #: src/Tribe/Languages/Locations.php:345
1864
- msgid "Massachusetts"
1865
  msgstr ""
1866
 
1867
- #: src/Tribe/Languages/Locations.php:346
1868
- msgid "Michigan"
 
 
1869
  msgstr ""
1870
 
1871
- #: src/Tribe/Languages/Locations.php:347
1872
- msgid "Minnesota"
1873
  msgstr ""
1874
 
1875
- #: src/Tribe/Languages/Locations.php:348
1876
- msgid "Mississippi"
1877
  msgstr ""
1878
 
1879
- #: src/Tribe/Languages/Locations.php:349
1880
- msgid "Missouri"
 
 
1881
  msgstr ""
1882
 
1883
- #: src/Tribe/Languages/Locations.php:350
1884
- msgid "Montana"
 
 
1885
  msgstr ""
1886
 
1887
- #: src/Tribe/Languages/Locations.php:351
1888
- msgid "Nebraska"
 
 
 
1889
  msgstr ""
1890
 
1891
- #: src/Tribe/Languages/Locations.php:352
1892
- msgid "Nevada"
1893
  msgstr ""
1894
 
1895
- #: src/Tribe/Languages/Locations.php:353
1896
- msgid "New Hampshire"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Languages/Locations.php:354
1900
- msgid "New Jersey"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Languages/Locations.php:355
1904
- msgid "New Mexico"
1905
  msgstr ""
1906
 
1907
- #: src/Tribe/Languages/Locations.php:356
1908
- msgid "New York"
 
1909
  msgstr ""
1910
 
1911
- #: src/Tribe/Languages/Locations.php:357
1912
- msgid "North Carolina"
1913
  msgstr ""
1914
 
1915
- #: src/Tribe/Languages/Locations.php:358
1916
- msgid "North Dakota"
 
1917
  msgstr ""
1918
 
1919
- #: src/Tribe/Languages/Locations.php:359
1920
- msgid "Ohio"
1921
  msgstr ""
1922
 
1923
- #: src/Tribe/Languages/Locations.php:360
1924
- msgid "Oklahoma"
1925
  msgstr ""
1926
 
1927
- #: src/Tribe/Languages/Locations.php:361
1928
- msgid "Oregon"
1929
  msgstr ""
1930
 
1931
- #: src/Tribe/Languages/Locations.php:362
1932
- msgid "Pennsylvania"
1933
  msgstr ""
1934
 
1935
- #: src/Tribe/Languages/Locations.php:363
1936
- msgid "Rhode Island"
1937
  msgstr ""
1938
 
1939
- #: src/Tribe/Languages/Locations.php:364
1940
- msgid "South Carolina"
1941
  msgstr ""
1942
 
1943
- #: src/Tribe/Languages/Locations.php:365
1944
- msgid "South Dakota"
1945
  msgstr ""
1946
 
1947
- #: src/Tribe/Languages/Locations.php:366
1948
- msgid "Tennessee"
1949
  msgstr ""
1950
 
1951
- #: src/Tribe/Languages/Locations.php:367
1952
- msgid "Texas"
1953
  msgstr ""
1954
 
1955
- #: src/Tribe/Languages/Locations.php:368
1956
- msgid "Utah"
 
1957
  msgstr ""
1958
 
1959
- #: src/Tribe/Languages/Locations.php:369
1960
- msgid "Vermont"
 
 
1961
  msgstr ""
1962
 
1963
- #: src/Tribe/Languages/Locations.php:370
1964
- msgid "Virginia"
1965
  msgstr ""
1966
 
1967
- #: src/Tribe/Languages/Locations.php:371
1968
- msgid "Washington"
1969
  msgstr ""
1970
 
1971
- #: src/Tribe/Languages/Locations.php:372
1972
- msgid "West Virginia"
1973
  msgstr ""
1974
 
1975
- #: src/Tribe/Languages/Locations.php:373
1976
- msgid "Wisconsin"
1977
  msgstr ""
1978
 
1979
- #: src/Tribe/Languages/Locations.php:374
1980
- msgid "Wyoming"
 
1981
  msgstr ""
1982
 
1983
- #: src/Tribe/Log/Admin.php:133
1984
- msgctxt "log selector"
1985
- msgid "None currently available"
1986
  msgstr ""
1987
 
1988
- #: src/Tribe/Log/Admin.php:148
1989
- msgctxt "log engines"
1990
- msgid "None currently available"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Log/File_Logger.php:128
1994
- msgid "Default (uses temporary files)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Log/Null_Logger.php:26
1998
- msgid "Null logger (will log nothing)"
 
 
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/PUE/Checker.php:494
2002
- msgid "A valid license key is required for support and updates"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/PUE/Checker.php:497
2006
- msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/PUE/Checker.php:509, src/Tribe/PUE/Checker.php:520
2010
- msgid "License Key"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/PUE/Checker.php:529, src/Tribe/PUE/Checker.php:563
2014
- msgid "License Key Status:"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/PUE/Checker.php:538
2018
- msgid "Override network license key"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/PUE/Checker.php:539
2022
- msgid "Check this box if you wish to override the network license key with your own"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/PUE/Checker.php:550
2026
- msgid "Site License Key"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/PUE/Checker.php:650
2030
- msgid "License key(s) updated."
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/PUE/Checker.php:888
2034
- msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/PUE/Checker.php:901
2038
- msgid "unknown date"
2039
  msgstr ""
2040
 
2041
- #: src/Tribe/PUE/Checker.php:907
2042
- msgid "Sorry, key validation server is not available."
2043
  msgstr ""
2044
 
2045
- #: src/Tribe/PUE/Checker.php:927
2046
- msgid "Valid Key! Expires on %s"
2047
  msgstr ""
2048
 
2049
- #: src/Tribe/PUE/Checker.php:932
2050
- msgid "Thanks for setting up a valid key. It will expire on %s"
2051
  msgstr ""
2052
 
2053
- #: src/Tribe/PUE/Checker.php:959, src/Tribe/PUE/Notices.php:283
2054
- msgid "Renew Your License Now"
 
 
 
2055
  msgstr ""
2056
 
2057
- #: src/Tribe/PUE/Checker.php:961, src/Tribe/PUE/Notices.php:285
2058
- msgid " (opens in a new window)"
2059
  msgstr ""
2060
 
2061
- #: src/Tribe/PUE/Checker.php:976
2062
- msgid "Please refresh the page and try your request again."
2063
  msgstr ""
2064
 
2065
- #: src/Tribe/PUE/Checker.php:997
2066
- msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
 
 
 
2067
  msgstr ""
2068
 
2069
- #: src/Tribe/PUE/Checker.php:1054
2070
- msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
 
 
 
 
2071
  msgstr ""
2072
 
2073
- #: src/Tribe/PUE/Checker.php:1084
2074
- msgid "Update now to version %s."
 
 
2075
  msgstr ""
2076
 
2077
- #: src/Tribe/PUE/Checker.php:1095
2078
- msgid "There is a new version of %1$s available. %2$s"
2079
  msgstr ""
2080
 
2081
- #: src/Tribe/PUE/Checker.php:1668
2082
- msgid "A valid license has been entered by your network administrator."
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/PUE/Checker.php:1669
2086
- msgid "No license entered. Consult your network administrator."
 
 
 
 
2087
  msgstr ""
2088
 
2089
- #: src/Tribe/PUE/Checker.php:1670
2090
- msgid "Expired license. Consult your network administrator."
2091
  msgstr ""
2092
 
2093
- #: src/Tribe/PUE/Notices.php:225
2094
- msgid "It looks like you're using %1$s, but the license key is invalid. Please download the latest version %2$sfrom your account%3$s."
2095
- msgid_plural "It looks like you're using %1$s, but the license keys are invalid. Please download the latest versions %2$sfrom your account%3$s."
2096
- msgstr[0] ""
2097
- msgstr[1] ""
2098
-
2099
- #: src/Tribe/PUE/Notices.php:270
2100
- msgid "There is an update available for %1$s but your license has expired. %2$sVisit the Events Calendar website to renew your license.%3$s"
2101
- msgid_plural "Updates are available for %1$s but your license keys have expired. %2$sVisit the Events Calendar website to renew your licenses.%3$s"
2102
- msgstr[0] ""
2103
- msgstr[1] ""
2104
 
2105
- #: src/Tribe/PUE/Notices.php:302
2106
- msgid "You have a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your license, or purchase a new one."
2107
- msgid_plural "You have license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your licenses, or purchase new ones."
2108
- msgstr[0] ""
2109
- msgstr[1] ""
2110
 
2111
- #: src/Tribe/PUE/Notices.php:340
2112
- msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
 
 
 
 
2113
  msgstr ""
2114
 
2115
- #: src/Tribe/PUE/Notices.php:383
2116
- msgctxt "formatted plugin list"
2117
- msgid "%1$s and %2$s"
2118
  msgstr ""
2119
 
2120
- #: src/Tribe/Support/Template_Checker_Report.php:78
2121
- msgid "No notable changes detected"
 
 
2122
  msgstr ""
2123
 
2124
- #: src/Tribe/Support/Template_Checker_Report.php:82
2125
- msgid "Templates introduced or updated with this release (%s):"
2126
  msgstr ""
2127
 
2128
- #: src/Tribe/Support/Template_Checker_Report.php:92
2129
- msgid "Existing theme overrides that may need revision:"
 
 
2130
  msgstr ""
2131
 
2132
- #: src/Tribe/Support/Template_Checker_Report.php:96
2133
- msgid "version data missing from override"
2134
  msgstr ""
2135
 
2136
- #: src/Tribe/Support/Template_Checker_Report.php:97
2137
- msgid "based on %s version"
2138
  msgstr ""
2139
 
2140
- #: src/Tribe/Support/Template_Checker_Report.php:113
2141
- msgid "No notable template changes detected."
2142
  msgstr ""
2143
 
2144
- #: src/Tribe/Support/Template_Checker_Report.php:115
2145
- msgid "Information about recent template changes and potentially impacted template overrides is provided below."
2146
  msgstr ""
2147
 
2148
- #: src/Tribe/Admin/Notice/Plugin_Download.php:75
2149
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
2150
  msgstr ""
2151
 
2152
- #: src/Tribe/Admin/Notice/Plugin_Download.php:91
2153
- msgctxt "separator used in a list of items"
2154
- msgid ", "
 
 
 
2155
  msgstr ""
2156
 
2157
- #: src/Tribe/Admin/Notice/Plugin_Download.php:92
2158
- msgctxt "the final separator in a list of two or more items"
2159
- msgid " and "
 
2160
  msgstr ""
2161
 
2162
- #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
2163
- msgid "The cost currency symbol"
2164
  msgstr ""
2165
 
2166
- #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
2167
- msgid "The position of the currency symbol in the cost string"
 
 
 
2168
  msgstr ""
2169
 
2170
- #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
2171
- msgid "A sorted array of all the numeric values for the cost"
2172
  msgstr ""
2173
 
2174
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
2175
- msgid "The date year"
 
 
 
 
2176
  msgstr ""
2177
 
2178
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
2179
- msgid "The date month"
2180
  msgstr ""
2181
 
2182
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
2183
- msgid "The date day"
 
 
2184
  msgstr ""
2185
 
2186
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
2187
- msgid "The date hour"
2188
  msgstr ""
2189
 
2190
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
2191
- msgid "The date minutes"
2192
  msgstr ""
2193
 
2194
- #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
2195
- msgid "The date seconds"
 
 
 
 
2196
  msgstr ""
2197
 
2198
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:24
2199
- msgid "The URL to the full size version of the image"
2200
  msgstr ""
2201
 
2202
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
2203
- msgid "The image WordPress post ID"
2204
  msgstr ""
2205
 
2206
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
2207
- msgid "The image file extension"
2208
  msgstr ""
2209
 
2210
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
2211
- msgid "The image natural width in pixels"
2212
  msgstr ""
2213
 
2214
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
2215
- msgid "The image natural height in pixels"
 
2216
  msgstr ""
2217
 
2218
- #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
2219
- msgid "The details about each size available for the image"
 
 
 
 
2220
  msgstr ""
2221
 
2222
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
2223
- msgid "The image width in pixels in the specified size"
 
 
 
 
2224
  msgstr ""
2225
 
2226
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
2227
- msgid "The image height in pixels in the specified size"
 
 
 
2228
  msgstr ""
2229
 
2230
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
2231
- msgid "The image mime-type"
 
 
2232
  msgstr ""
2233
 
2234
- #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:36
2235
- msgid "The link to the image in the specified size on the site"
 
 
2236
  msgstr ""
2237
 
2238
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
2239
- msgid "The WordPress term ID"
 
 
2240
  msgstr ""
2241
 
2242
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
2243
- msgid "The term name"
2244
  msgstr ""
2245
 
2246
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
2247
- msgid "The term slug"
 
 
2248
  msgstr ""
2249
 
2250
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
2251
- msgid "The taxonomy the term belongs to"
2252
  msgstr ""
2253
 
2254
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
2255
- msgid "The term description"
2256
  msgstr ""
2257
 
2258
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
2259
- msgid "The term parent term if any"
2260
  msgstr ""
2261
 
2262
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
2263
- msgid "The number of posts associated with the term"
2264
  msgstr ""
2265
 
2266
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
2267
- msgid "The URL to the term archive page"
2268
  msgstr ""
2269
 
2270
- #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
2271
- msgid "A list of links to the term own, archive and parent REST URL"
2272
  msgstr ""
1
+ # Copyright (C) 2018 Modern Tribe
2
+ # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Tribe Common 4.7.12\n"
6
+ "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
7
+ "POT-Creation-Date: 2018-05-08 16:07:40+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: 2018-05-08 16:07\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: \n"
 
 
 
 
 
 
 
 
 
14
 
15
+ #: src/Tribe/Admin/Activation_Page.php:84
16
+ msgid "Go to plugins page"
17
  msgstr ""
18
 
19
+ #: src/Tribe/Admin/Activation_Page.php:84
20
+ msgid "Return to Plugins page"
21
  msgstr ""
22
 
23
+ #: src/Tribe/Admin/Activation_Page.php:92
24
+ msgid "Go to WordPress Updates page"
25
  msgstr ""
26
 
27
+ #: src/Tribe/Admin/Activation_Page.php:92
28
+ msgid "Return to WordPress Updates"
29
  msgstr ""
30
 
31
+ #: src/Tribe/Admin/Help_Page.php:59 src/Tribe/Customizer.php:569
32
+ #: src/Tribe/Plugins_API.php:25
33
+ msgid "The Events Calendar"
34
  msgstr ""
35
 
36
+ #: src/Tribe/Admin/Help_Page.php:63
37
+ msgid ""
38
+ "The Events Calendar is a carefully crafted, extensible plugin that lets you "
39
+ "easily share your events."
40
  msgstr ""
41
 
42
+ #: src/Tribe/Admin/Help_Page.php:75 src/Tribe/Plugins_API.php:57
43
+ msgid "Event Tickets"
44
  msgstr ""
45
 
46
+ #: src/Tribe/Admin/Help_Page.php:79
47
+ msgid ""
48
+ "Events Tickets is a carefully crafted, extensible plugin that lets you "
49
+ "easily sell tickets for your events."
50
  msgstr ""
51
 
52
+ #: src/Tribe/Admin/Help_Page.php:91
53
+ msgid "Advanced Post Manager"
54
  msgstr ""
55
 
56
+ #: src/Tribe/Admin/Help_Page.php:95
57
+ msgid ""
58
+ "Turbo charge your posts admin for any custom post type with sortable filters "
59
+ "and columns, and auto-registration of metaboxes."
60
  msgstr ""
61
 
62
+ #: src/Tribe/Admin/Help_Page.php:170
63
+ msgid " and "
64
  msgstr ""
65
 
66
+ #: src/Tribe/Admin/Help_Page.php:194 src/Tribe/Plugins_API.php:43
67
+ msgid "Events Calendar PRO"
68
  msgstr ""
69
 
70
+ #: src/Tribe/Admin/Help_Page.php:203 src/Tribe/Plugins_API.php:111
71
+ msgid "Eventbrite Tickets"
72
  msgstr ""
73
 
74
+ #: src/Tribe/Admin/Help_Page.php:211 src/Tribe/Plugins_API.php:90
75
+ msgid "Community Events"
76
  msgstr ""
77
 
78
+ #: src/Tribe/Admin/Help_Page.php:219 src/Tribe/Plugins_API.php:34
79
+ msgid "Event Aggregator"
80
  msgstr ""
81
 
82
+ #: src/Tribe/Admin/Help_Page.php:227 src/Tribe/Plugins_API.php:80
83
+ msgid "Filter Bar"
84
  msgstr ""
85
 
86
+ #: src/Tribe/Admin/Help_Page.php:235 src/Tribe/Plugins_API.php:66
87
+ msgid "Event Tickets Plus"
88
  msgstr ""
89
 
90
+ #: src/Tribe/Admin/Help_Page.php:244 src/Tribe/Plugins_API.php:100
91
+ msgid "Community Tickets"
92
  msgstr ""
93
 
94
+ #: src/Tribe/Admin/Help_Page.php:405
95
+ msgctxt "not available"
96
+ msgid "n/a"
97
  msgstr ""
98
 
99
+ #: src/Tribe/Admin/Help_Page.php:413
100
+ msgid "You need to upgrade!"
101
  msgstr ""
102
 
103
+ #: src/Tribe/Admin/Help_Page.php:413 src/Tribe/Admin/Help_Page.php:788
104
+ msgid "You are up to date!"
105
  msgstr ""
106
 
107
+ #: src/Tribe/Admin/Help_Page.php:778
108
+ msgid "Activate %s"
109
  msgstr ""
110
 
111
+ #: src/Tribe/Admin/Help_Page.php:778
112
+ msgid "Activate Plugin"
113
  msgstr ""
114
 
115
+ #: src/Tribe/Admin/Help_Page.php:786
116
+ msgid "Upgrade Plugin"
117
  msgstr ""
118
 
119
+ #: src/Tribe/Admin/Help_Page.php:802
120
+ msgid "Install %s"
121
  msgstr ""
122
 
123
+ #: src/Tribe/Admin/Help_Page.php:802
124
+ msgid "Install Plugin"
125
  msgstr ""
126
 
127
+ #: src/Tribe/Admin/Help_Page.php:819
128
+ msgid "Latest Version:"
129
  msgstr ""
130
 
131
+ #: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:77
132
+ msgid "Requires:"
133
  msgstr ""
134
 
135
+ #: src/Tribe/Admin/Help_Page.php:823
136
+ msgid "WordPress "
137
  msgstr ""
138
 
139
+ #: src/Tribe/Admin/Help_Page.php:825
140
+ msgid "Active Users:"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Admin/Help_Page.php:828
144
+ msgid "Rating:"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Admin/Help_Page.php:847
148
+ msgid "Premium Add-Ons"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Admin/Help_Page.php:853
152
+ msgid "Plugin Active"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Admin/Help_Page.php:855
156
+ msgid "Plugin Inactive"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Admin/Help_Page.php:860
160
+ msgid "Visit the Add-on Page"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:75
164
+ msgid ""
165
+ "To begin using %1$s, please install and activate the latest version of %2$s."
166
  msgstr ""
167
 
168
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:91
169
+ msgctxt "separator used in a list of items"
170
+ msgid ", "
171
  msgstr ""
172
 
173
+ #: src/Tribe/Admin/Notice/Plugin_Download.php:92
174
+ msgctxt "the final separator in a list of two or more items"
175
+ msgid " and "
176
  msgstr ""
177
 
178
+ #: src/Tribe/Ajax/Dropdown.php:38
179
+ msgid "Cannot look for Terms without a taxonomy"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Ajax/Dropdown.php:180
183
+ msgid "Missing data source for this dropdown"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Ajax/Dropdown.php:193
187
+ msgid "Empty data set for this dropdown"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Ajax/Dropdown.php:243
191
+ msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
192
  msgstr ""
193
 
194
+ #: src/Tribe/App_Shop.php:50 src/Tribe/App_Shop.php:51
195
+ #: src/Tribe/App_Shop.php:72
196
+ msgid "Event Add-Ons"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Cost_Utils.php:114
200
+ msgid "Free"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Credits.php:31
204
+ msgid "This calendar is powered by The Events Calendar."
205
  msgstr ""
206
 
207
+ #: src/Tribe/Credits.php:55
208
+ msgid "Rate %1$sThe Events Calendar%2$s %3$s"
209
  msgstr ""
210
 
211
+ #: src/Tribe/Credits.php:64
212
+ msgid "Rate %1$sEvent Tickets%2$s %3$s"
213
  msgstr ""
214
 
215
+ #: src/Tribe/Customizer.php:570
216
+ msgid ""
217
+ "Use the following panel of your customizer to change the styling of your "
218
+ "Calendar and Event pages."
219
  msgstr ""
220
 
221
+ #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
222
+ msgid "The cost currency symbol"
223
  msgstr ""
224
 
225
+ #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
226
+ msgid "The position of the currency symbol in the cost string"
227
  msgstr ""
228
 
229
+ #: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
230
+ msgid "A sorted array of all the numeric values for the cost"
231
  msgstr ""
232
 
233
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
234
+ msgid "The date year"
235
  msgstr ""
236
 
237
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
238
+ msgid "The date month"
239
  msgstr ""
240
 
241
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
242
+ msgid "The date day"
243
  msgstr ""
244
 
245
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
246
+ msgid "The date hour"
247
  msgstr ""
248
 
249
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
250
+ msgid "The date minutes"
251
  msgstr ""
252
 
253
+ #: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
254
+ msgid "The date seconds"
255
  msgstr ""
256
 
257
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:24
258
+ msgid "The URL to the full size version of the image"
259
  msgstr ""
260
 
261
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
262
+ msgid "The image WordPress post ID"
263
  msgstr ""
264
 
265
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
266
+ msgid "The image file extension"
267
  msgstr ""
268
 
269
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
270
+ msgid "The image natural width in pixels"
271
  msgstr ""
272
 
273
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
274
+ msgid "The image natural height in pixels"
275
  msgstr ""
276
 
277
+ #: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
278
+ msgid "The details about each size available for the image"
279
  msgstr ""
280
 
281
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
282
+ msgid "The image width in pixels in the specified size"
283
  msgstr ""
284
 
285
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
286
+ msgid "The image height in pixels in the specified size"
287
  msgstr ""
288
 
289
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
290
+ msgid "The image mime-type"
291
  msgstr ""
292
 
293
+ #: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:36
294
+ msgid "The link to the image in the specified size on the site"
295
  msgstr ""
296
 
297
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
298
+ msgid "The WordPress term ID"
299
  msgstr ""
300
 
301
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
302
+ msgid "The term name"
303
  msgstr ""
304
 
305
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
306
+ msgid "The term slug"
307
  msgstr ""
308
 
309
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
310
+ msgid "The taxonomy the term belongs to"
311
  msgstr ""
312
 
313
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
314
+ msgid "The term description"
315
  msgstr ""
316
 
317
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
318
+ msgid "The term parent term if any"
319
  msgstr ""
320
 
321
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
322
+ msgid "The number of posts associated with the term"
323
  msgstr ""
324
 
325
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
326
+ msgid "The URL to the term archive page"
327
  msgstr ""
328
 
329
+ #: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
330
+ msgid "A list of links to the term own, archive and parent REST URL"
331
  msgstr ""
332
 
333
+ #: src/Tribe/Error.php:38
334
+ msgid "An Unknown error occurred"
335
  msgstr ""
336
 
337
+ #: src/Tribe/Extension.php:144
338
+ msgid "Tutorial"
339
  msgstr ""
340
 
341
+ #: src/Tribe/Extension.php:368
342
+ msgid ""
343
+ "Unable to run Tribe Extensions. Your website host is running PHP 5.2 or "
344
+ "older, and has likely disabled or misconfigured debug_backtrace(). You, or "
345
+ "your website host, will need to upgrade PHP or properly configure "
346
+ "debug_backtrace() for Tribe Extensions to work."
347
  msgstr ""
348
 
349
+ #: src/Tribe/Field.php:231
350
+ msgid "Invalid field type specified"
351
  msgstr ""
352
 
353
+ #: src/Tribe/Field.php:532
354
+ msgid "No radio options specified"
355
  msgstr ""
356
 
357
+ #: src/Tribe/Field.php:568
358
+ msgid "No checkbox options specified"
359
  msgstr ""
360
 
361
+ #: src/Tribe/Field.php:626
362
+ msgid "No select options specified"
363
  msgstr ""
364
 
365
+ #: src/Tribe/Languages/Locations.php:55
366
+ msgid "United States"
367
  msgstr ""
368
 
369
+ #: src/Tribe/Languages/Locations.php:56
370
+ msgid "Afghanistan"
371
  msgstr ""
372
 
373
+ #: src/Tribe/Languages/Locations.php:57
374
+ msgid "&Aring;land Islands"
375
  msgstr ""
376
 
377
+ #: src/Tribe/Languages/Locations.php:58
378
+ msgid "Albania"
379
  msgstr ""
380
 
381
+ #: src/Tribe/Languages/Locations.php:59
382
+ msgid "Algeria"
383
  msgstr ""
384
 
385
+ #: src/Tribe/Languages/Locations.php:60
386
+ msgid "American Samoa"
387
  msgstr ""
388
 
389
+ #: src/Tribe/Languages/Locations.php:61
390
+ msgid "Andorra"
391
  msgstr ""
392
 
393
+ #: src/Tribe/Languages/Locations.php:62
394
+ msgid "Angola"
395
  msgstr ""
396
 
397
+ #: src/Tribe/Languages/Locations.php:63
398
+ msgid "Anguilla"
399
  msgstr ""
400
 
401
+ #: src/Tribe/Languages/Locations.php:64
402
+ msgid "Antarctica"
403
  msgstr ""
404
 
405
+ #: src/Tribe/Languages/Locations.php:65
406
+ msgid "Antigua and Barbuda"
407
  msgstr ""
408
 
409
+ #: src/Tribe/Languages/Locations.php:66
410
+ msgid "Argentina"
411
  msgstr ""
412
 
413
+ #: src/Tribe/Languages/Locations.php:67
414
+ msgid "Armenia"
415
  msgstr ""
416
 
417
+ #: src/Tribe/Languages/Locations.php:68
418
+ msgid "Aruba"
419
  msgstr ""
420
 
421
+ #: src/Tribe/Languages/Locations.php:69
422
+ msgid "Australia"
423
  msgstr ""
424
 
425
+ #: src/Tribe/Languages/Locations.php:70
426
+ msgid "Austria"
427
  msgstr ""
428
 
429
+ #: src/Tribe/Languages/Locations.php:71
430
+ msgid "Azerbaijan"
431
  msgstr ""
432
 
433
+ #: src/Tribe/Languages/Locations.php:72
434
+ msgid "Bahamas"
435
  msgstr ""
436
 
437
+ #: src/Tribe/Languages/Locations.php:73
438
+ msgid "Bahrain"
439
  msgstr ""
440
 
441
+ #: src/Tribe/Languages/Locations.php:74
442
+ msgid "Bangladesh"
443
  msgstr ""
444
 
445
+ #: src/Tribe/Languages/Locations.php:75
446
+ msgid "Barbados"
447
  msgstr ""
448
 
449
+ #: src/Tribe/Languages/Locations.php:76
450
+ msgid "Belarus"
451
  msgstr ""
452
 
453
+ #: src/Tribe/Languages/Locations.php:77
454
+ msgid "Belgium"
455
  msgstr ""
456
 
457
+ #: src/Tribe/Languages/Locations.php:78
458
+ msgid "Belize"
459
  msgstr ""
460
 
461
+ #: src/Tribe/Languages/Locations.php:79
462
+ msgid "Benin"
463
  msgstr ""
464
 
465
+ #: src/Tribe/Languages/Locations.php:80
466
+ msgid "Bermuda"
467
  msgstr ""
468
 
469
+ #: src/Tribe/Languages/Locations.php:81
470
+ msgid "Bhutan"
471
  msgstr ""
472
 
473
+ #: src/Tribe/Languages/Locations.php:82
474
+ msgid "Bolivia"
475
  msgstr ""
476
 
477
+ #: src/Tribe/Languages/Locations.php:83
478
+ msgid "Bosnia and Herzegowina"
479
  msgstr ""
480
 
481
+ #: src/Tribe/Languages/Locations.php:84
482
+ msgid "Botswana"
 
483
  msgstr ""
484
 
485
+ #: src/Tribe/Languages/Locations.php:85
486
+ msgid "Bouvet Island"
487
  msgstr ""
488
 
489
+ #: src/Tribe/Languages/Locations.php:86
490
+ msgid "Brazil"
491
  msgstr ""
492
 
493
+ #: src/Tribe/Languages/Locations.php:87
494
+ msgid "British Indian Ocean Territory"
495
  msgstr ""
496
 
497
+ #: src/Tribe/Languages/Locations.php:88
498
+ msgid "Brunei Darussalam"
499
  msgstr ""
500
 
501
+ #: src/Tribe/Languages/Locations.php:89
502
+ msgid "Bulgaria"
503
  msgstr ""
504
 
505
+ #: src/Tribe/Languages/Locations.php:90
506
+ msgid "Burkina Faso"
507
  msgstr ""
508
 
509
+ #: src/Tribe/Languages/Locations.php:91
510
+ msgid "Burundi"
511
  msgstr ""
512
 
513
+ #: src/Tribe/Languages/Locations.php:92
514
+ msgid "Cambodia"
515
  msgstr ""
516
 
517
+ #: src/Tribe/Languages/Locations.php:93
518
+ msgid "Cameroon"
519
  msgstr ""
520
 
521
+ #: src/Tribe/Languages/Locations.php:94
522
+ msgid "Canada"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Languages/Locations.php:95
526
+ msgid "Cape Verde"
527
  msgstr ""
528
 
529
+ #: src/Tribe/Languages/Locations.php:96
530
+ msgid "Cayman Islands"
531
  msgstr ""
532
 
533
+ #: src/Tribe/Languages/Locations.php:97
534
+ msgid "Central African Republic"
535
  msgstr ""
536
 
537
+ #: src/Tribe/Languages/Locations.php:98
538
+ msgid "Chad"
539
  msgstr ""
540
 
541
+ #: src/Tribe/Languages/Locations.php:99
542
+ msgid "Chile"
543
  msgstr ""
544
 
545
+ #: src/Tribe/Languages/Locations.php:100
546
+ msgid "China"
547
+ msgstr ""
 
 
548
 
549
+ #: src/Tribe/Languages/Locations.php:101
550
+ msgid "Christmas Island"
551
  msgstr ""
552
 
553
+ #: src/Tribe/Languages/Locations.php:102
554
+ msgid "Cocos (Keeling) Islands"
555
  msgstr ""
556
 
557
+ #: src/Tribe/Languages/Locations.php:103
558
+ msgid "Collectivity of Saint Martin"
559
  msgstr ""
560
 
561
+ #: src/Tribe/Languages/Locations.php:104
562
+ msgid "Colombia"
563
  msgstr ""
564
 
565
+ #: src/Tribe/Languages/Locations.php:105
566
+ msgid "Comoros"
567
  msgstr ""
568
 
569
+ #: src/Tribe/Languages/Locations.php:106
570
+ msgid "Congo"
571
  msgstr ""
572
 
573
+ #: src/Tribe/Languages/Locations.php:107
574
+ msgid "Congo, Democratic Republic of the"
575
  msgstr ""
576
 
577
+ #: src/Tribe/Languages/Locations.php:108
578
+ msgid "Cook Islands"
579
  msgstr ""
580
 
581
+ #: src/Tribe/Languages/Locations.php:109
582
+ msgid "Costa Rica"
583
  msgstr ""
584
 
585
+ #: src/Tribe/Languages/Locations.php:110
586
+ msgid "C&ocirc;te d'Ivoire"
587
  msgstr ""
588
 
589
+ #: src/Tribe/Languages/Locations.php:111
590
+ msgid "Croatia (Local Name: Hrvatska)"
591
  msgstr ""
592
 
593
+ #: src/Tribe/Languages/Locations.php:112
594
+ msgid "Cuba"
595
  msgstr ""
596
 
597
+ #: src/Tribe/Languages/Locations.php:113
598
+ msgid "Cura&ccedil;ao"
599
  msgstr ""
600
 
601
+ #: src/Tribe/Languages/Locations.php:114
602
+ msgid "Cyprus"
603
  msgstr ""
604
 
605
+ #: src/Tribe/Languages/Locations.php:115
606
+ msgid "Czech Republic"
607
  msgstr ""
608
 
609
+ #: src/Tribe/Languages/Locations.php:116
610
+ msgid "Denmark"
611
  msgstr ""
612
 
613
+ #: src/Tribe/Languages/Locations.php:117
614
+ msgid "Djibouti"
615
  msgstr ""
616
 
617
+ #: src/Tribe/Languages/Locations.php:118
618
+ msgid "Dominica"
 
619
  msgstr ""
620
 
621
+ #: src/Tribe/Languages/Locations.php:119
622
+ msgid "Dominican Republic"
623
  msgstr ""
624
 
625
+ #: src/Tribe/Languages/Locations.php:120
626
+ msgid "East Timor"
627
  msgstr ""
628
 
629
+ #: src/Tribe/Languages/Locations.php:121
630
+ msgid "Ecuador"
631
  msgstr ""
632
 
633
+ #: src/Tribe/Languages/Locations.php:122
634
+ msgid "Egypt"
635
  msgstr ""
636
 
637
+ #: src/Tribe/Languages/Locations.php:123
638
+ msgid "El Salvador"
639
  msgstr ""
640
 
641
+ #: src/Tribe/Languages/Locations.php:124
642
+ msgid "Equatorial Guinea"
643
  msgstr ""
644
 
645
+ #: src/Tribe/Languages/Locations.php:125
646
+ msgid "Eritrea"
647
  msgstr ""
648
 
649
+ #: src/Tribe/Languages/Locations.php:126
650
+ msgid "Estonia"
651
  msgstr ""
652
 
653
+ #: src/Tribe/Languages/Locations.php:127
654
+ msgid "Ethiopia"
655
  msgstr ""
656
 
657
+ #: src/Tribe/Languages/Locations.php:128
658
+ msgid "Falkland Islands (Malvinas)"
659
  msgstr ""
660
 
661
+ #: src/Tribe/Languages/Locations.php:129
662
+ msgid "Faroe Islands"
663
  msgstr ""
664
 
665
+ #: src/Tribe/Languages/Locations.php:130
666
+ msgid "Fiji"
667
  msgstr ""
668
 
669
+ #: src/Tribe/Languages/Locations.php:131
670
+ msgid "Finland"
671
  msgstr ""
672
 
673
+ #: src/Tribe/Languages/Locations.php:132
674
+ msgid "France"
675
  msgstr ""
676
 
677
+ #: src/Tribe/Languages/Locations.php:133
678
+ msgid "French Guiana"
679
  msgstr ""
680
 
681
+ #: src/Tribe/Languages/Locations.php:134
682
+ msgid "French Polynesia"
683
  msgstr ""
684
 
685
+ #: src/Tribe/Languages/Locations.php:135
686
+ msgid "French Southern Territories"
687
  msgstr ""
688
 
689
+ #: src/Tribe/Languages/Locations.php:136
690
+ msgid "Gabon"
691
  msgstr ""
692
 
693
+ #: src/Tribe/Languages/Locations.php:137
694
+ msgid "Gambia"
695
  msgstr ""
696
 
697
+ #: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:334
698
+ msgid "Georgia"
699
  msgstr ""
700
 
701
+ #: src/Tribe/Languages/Locations.php:139
702
+ msgid "Germany"
703
  msgstr ""
704
 
705
+ #: src/Tribe/Languages/Locations.php:140
706
+ msgid "Ghana"
707
  msgstr ""
708
 
709
+ #: src/Tribe/Languages/Locations.php:141
710
+ msgid "Gibraltar"
711
  msgstr ""
712
 
713
+ #: src/Tribe/Languages/Locations.php:142
714
+ msgid "Greece"
715
  msgstr ""
716
 
717
+ #: src/Tribe/Languages/Locations.php:143
718
+ msgid "Greenland"
719
  msgstr ""
720
 
721
+ #: src/Tribe/Languages/Locations.php:144
722
+ msgid "Grenada"
723
  msgstr ""
724
 
725
+ #: src/Tribe/Languages/Locations.php:145
726
+ msgid "Guadeloupe"
727
  msgstr ""
728
 
729
+ #: src/Tribe/Languages/Locations.php:146
730
+ msgid "Guam"
731
  msgstr ""
732
 
733
+ #: src/Tribe/Languages/Locations.php:147
734
+ msgid "Guatemala"
735
  msgstr ""
736
 
737
+ #: src/Tribe/Languages/Locations.php:148
738
+ msgid "Guinea"
 
739
  msgstr ""
740
 
741
+ #: src/Tribe/Languages/Locations.php:149
742
+ msgid "Guinea-Bissau"
743
  msgstr ""
744
 
745
+ #: src/Tribe/Languages/Locations.php:150
746
+ msgid "Guyana"
747
  msgstr ""
748
 
749
+ #: src/Tribe/Languages/Locations.php:151
750
+ msgid "Haiti"
751
  msgstr ""
752
 
753
+ #: src/Tribe/Languages/Locations.php:152
754
+ msgid "Heard and McDonald Islands"
755
  msgstr ""
756
 
757
+ #: src/Tribe/Languages/Locations.php:153
758
+ msgid "Holy See (Vatican City State)"
759
  msgstr ""
760
 
761
+ #: src/Tribe/Languages/Locations.php:154
762
+ msgid "Honduras"
763
  msgstr ""
764
 
765
+ #: src/Tribe/Languages/Locations.php:155
766
+ msgid "Hong Kong"
767
  msgstr ""
768
 
769
+ #: src/Tribe/Languages/Locations.php:156
770
+ msgid "Hungary"
771
  msgstr ""
772
 
773
+ #: src/Tribe/Languages/Locations.php:157
774
+ msgid "Iceland"
775
  msgstr ""
776
 
777
+ #: src/Tribe/Languages/Locations.php:158
778
+ msgid "India"
779
  msgstr ""
780
 
781
+ #: src/Tribe/Languages/Locations.php:159
782
+ msgid "Indonesia"
783
  msgstr ""
784
 
785
+ #: src/Tribe/Languages/Locations.php:160
786
+ msgid "Iran, Islamic Republic of"
787
  msgstr ""
788
 
789
+ #: src/Tribe/Languages/Locations.php:161
790
+ msgid "Iraq"
791
  msgstr ""
792
 
793
+ #: src/Tribe/Languages/Locations.php:162
794
+ msgid "Ireland"
795
  msgstr ""
796
 
797
+ #: src/Tribe/Languages/Locations.php:163
798
+ msgid "Israel"
799
  msgstr ""
800
 
801
+ #: src/Tribe/Languages/Locations.php:164
802
+ msgid "Italy"
803
  msgstr ""
804
 
805
+ #: src/Tribe/Languages/Locations.php:165
806
+ msgid "Jamaica"
807
  msgstr ""
808
 
809
+ #: src/Tribe/Languages/Locations.php:166
810
+ msgid "Japan"
811
  msgstr ""
812
 
813
+ #: src/Tribe/Languages/Locations.php:167
814
+ msgid "Jordan"
815
  msgstr ""
816
 
817
+ #: src/Tribe/Languages/Locations.php:168
818
+ msgid "Kazakhstan"
819
  msgstr ""
820
 
821
+ #: src/Tribe/Languages/Locations.php:169
822
+ msgid "Kenya"
823
  msgstr ""
824
 
825
+ #: src/Tribe/Languages/Locations.php:170
826
+ msgid "Kiribati"
827
  msgstr ""
828
 
829
+ #: src/Tribe/Languages/Locations.php:171
830
+ msgid "Korea, Democratic People's Republic of"
831
  msgstr ""
832
 
833
+ #: src/Tribe/Languages/Locations.php:172
834
+ msgid "Korea, Republic of"
835
  msgstr ""
836
 
837
+ #: src/Tribe/Languages/Locations.php:173
838
+ msgid "Kuwait"
839
  msgstr ""
840
 
841
+ #: src/Tribe/Languages/Locations.php:174
842
+ msgid "Kyrgyzstan"
843
  msgstr ""
844
 
845
+ #: src/Tribe/Languages/Locations.php:175
846
+ msgid "Lao People's Democratic Republic"
847
  msgstr ""
848
 
849
+ #: src/Tribe/Languages/Locations.php:176
850
+ msgid "Latvia"
851
  msgstr ""
852
 
853
+ #: src/Tribe/Languages/Locations.php:177
854
+ msgid "Lebanon"
855
  msgstr ""
856
 
857
+ #: src/Tribe/Languages/Locations.php:178
858
+ msgid "Lesotho"
859
  msgstr ""
860
 
861
+ #: src/Tribe/Languages/Locations.php:179
862
+ msgid "Liberia"
863
  msgstr ""
864
 
865
+ #: src/Tribe/Languages/Locations.php:180
866
+ msgid "Libya"
867
  msgstr ""
868
 
869
+ #: src/Tribe/Languages/Locations.php:181
870
+ msgid "Liechtenstein"
871
  msgstr ""
872
 
873
+ #: src/Tribe/Languages/Locations.php:182
874
+ msgid "Lithuania"
875
  msgstr ""
876
 
877
+ #: src/Tribe/Languages/Locations.php:183
878
+ msgid "Luxembourg"
879
  msgstr ""
880
 
881
+ #: src/Tribe/Languages/Locations.php:184
882
+ msgid "Macau"
883
  msgstr ""
884
 
885
+ #: src/Tribe/Languages/Locations.php:185
886
+ msgid "Macedonia"
887
  msgstr ""
888
 
889
+ #: src/Tribe/Languages/Locations.php:186
890
+ msgid "Madagascar"
891
  msgstr ""
892
 
893
+ #: src/Tribe/Languages/Locations.php:187
894
+ msgid "Malawi"
895
  msgstr ""
896
 
897
+ #: src/Tribe/Languages/Locations.php:188
898
+ msgid "Malaysia"
899
  msgstr ""
900
 
901
+ #: src/Tribe/Languages/Locations.php:189
902
+ msgid "Maldives"
903
  msgstr ""
904
 
905
+ #: src/Tribe/Languages/Locations.php:190
906
+ msgid "Mali"
907
  msgstr ""
908
 
909
+ #: src/Tribe/Languages/Locations.php:191
910
+ msgid "Malta"
911
  msgstr ""
912
 
913
+ #: src/Tribe/Languages/Locations.php:192
914
+ msgid "Marshall Islands"
915
  msgstr ""
916
 
917
+ #: src/Tribe/Languages/Locations.php:193
918
+ msgid "Martinique"
919
  msgstr ""
920
 
921
+ #: src/Tribe/Languages/Locations.php:194
922
+ msgid "Mauritania"
923
  msgstr ""
924
 
925
+ #: src/Tribe/Languages/Locations.php:195
926
+ msgid "Mauritius"
927
  msgstr ""
928
 
929
+ #: src/Tribe/Languages/Locations.php:196
930
+ msgid "Mayotte"
931
  msgstr ""
932
 
933
+ #: src/Tribe/Languages/Locations.php:197
934
+ msgid "Mexico"
935
  msgstr ""
936
 
937
+ #: src/Tribe/Languages/Locations.php:198
938
+ msgid "Micronesia, Federated States of"
939
  msgstr ""
940
 
941
+ #: src/Tribe/Languages/Locations.php:199
942
+ msgid "Moldova, Republic of"
943
  msgstr ""
944
 
945
+ #: src/Tribe/Languages/Locations.php:200
946
+ msgid "Monaco"
947
  msgstr ""
948
 
949
+ #: src/Tribe/Languages/Locations.php:201
950
+ msgid "Mongolia"
951
  msgstr ""
952
 
953
+ #: src/Tribe/Languages/Locations.php:202
954
+ msgid "Montenegro"
955
  msgstr ""
956
 
957
+ #: src/Tribe/Languages/Locations.php:203
958
+ msgid "Montserrat"
959
  msgstr ""
960
 
961
+ #: src/Tribe/Languages/Locations.php:204
962
+ msgid "Morocco"
963
  msgstr ""
964
 
965
+ #: src/Tribe/Languages/Locations.php:205
966
+ msgid "Mozambique"
967
  msgstr ""
968
 
969
+ #: src/Tribe/Languages/Locations.php:206
970
+ msgid "Myanmar"
971
  msgstr ""
972
 
973
+ #: src/Tribe/Languages/Locations.php:207
974
+ msgid "Namibia"
975
  msgstr ""
976
 
977
+ #: src/Tribe/Languages/Locations.php:208
978
+ msgid "Nauru"
979
  msgstr ""
980
 
981
+ #: src/Tribe/Languages/Locations.php:209
982
+ msgid "Nepal"
983
  msgstr ""
984
 
985
+ #: src/Tribe/Languages/Locations.php:210
986
+ msgid "Netherlands"
987
  msgstr ""
988
 
989
+ #: src/Tribe/Languages/Locations.php:211
990
+ msgid "New Caledonia"
991
  msgstr ""
992
 
993
+ #: src/Tribe/Languages/Locations.php:212
994
+ msgid "New Zealand"
995
  msgstr ""
996
 
997
+ #: src/Tribe/Languages/Locations.php:213
998
+ msgid "Nicaragua"
999
  msgstr ""
1000
 
1001
+ #: src/Tribe/Languages/Locations.php:214
1002
+ msgid "Niger"
1003
  msgstr ""
1004
 
1005
+ #: src/Tribe/Languages/Locations.php:215
1006
+ msgid "Nigeria"
1007
  msgstr ""
1008
 
1009
+ #: src/Tribe/Languages/Locations.php:216
1010
+ msgid "Niue"
1011
  msgstr ""
1012
 
1013
+ #: src/Tribe/Languages/Locations.php:217
1014
+ msgid "Norfolk Island"
1015
  msgstr ""
1016
 
1017
+ #: src/Tribe/Languages/Locations.php:218
1018
+ msgid "Northern Mariana Islands"
1019
  msgstr ""
1020
 
1021
+ #: src/Tribe/Languages/Locations.php:219
1022
+ msgid "Norway"
1023
  msgstr ""
1024
 
1025
+ #: src/Tribe/Languages/Locations.php:220
1026
+ msgid "Oman"
1027
  msgstr ""
1028
 
1029
+ #: src/Tribe/Languages/Locations.php:221
1030
+ msgid "Pakistan"
1031
  msgstr ""
1032
 
1033
+ #: src/Tribe/Languages/Locations.php:222
1034
+ msgid "Palau"
1035
  msgstr ""
1036
 
1037
+ #: src/Tribe/Languages/Locations.php:223
1038
+ msgid "Panama"
1039
  msgstr ""
1040
 
1041
+ #: src/Tribe/Languages/Locations.php:224
1042
+ msgid "Papua New Guinea"
1043
  msgstr ""
1044
 
1045
+ #: src/Tribe/Languages/Locations.php:225
1046
+ msgid "Paraguay"
1047
  msgstr ""
1048
 
1049
+ #: src/Tribe/Languages/Locations.php:226
1050
+ msgid "Peru"
1051
  msgstr ""
1052
 
1053
+ #: src/Tribe/Languages/Locations.php:227
1054
+ msgid "Philippines"
1055
  msgstr ""
1056
 
1057
+ #: src/Tribe/Languages/Locations.php:228
1058
+ msgid "Pitcairn"
1059
  msgstr ""
1060
 
1061
+ #: src/Tribe/Languages/Locations.php:229
1062
+ msgid "Poland"
1063
  msgstr ""
1064
 
1065
+ #: src/Tribe/Languages/Locations.php:230
1066
+ msgid "Portugal"
1067
  msgstr ""
1068
 
1069
+ #: src/Tribe/Languages/Locations.php:231
1070
+ msgid "Puerto Rico"
1071
  msgstr ""
1072
 
1073
+ #: src/Tribe/Languages/Locations.php:232
1074
+ msgid "Qatar"
1075
  msgstr ""
1076
 
1077
+ #: src/Tribe/Languages/Locations.php:233
1078
+ msgid "Reunion"
1079
  msgstr ""
1080
 
1081
+ #: src/Tribe/Languages/Locations.php:234
1082
+ msgid "Romania"
1083
  msgstr ""
1084
 
1085
+ #: src/Tribe/Languages/Locations.php:235
1086
+ msgid "Russian Federation"
1087
  msgstr ""
1088
 
1089
+ #: src/Tribe/Languages/Locations.php:236
1090
+ msgid "Rwanda"
1091
  msgstr ""
1092
 
1093
+ #: src/Tribe/Languages/Locations.php:237
1094
+ msgid "Saint Barth&eacute;lemy"
1095
  msgstr ""
1096
 
1097
+ #: src/Tribe/Languages/Locations.php:238
1098
+ msgid "Saint Helena"
1099
  msgstr ""
1100
 
1101
+ #: src/Tribe/Languages/Locations.php:239
1102
+ msgid "Saint Kitts and Nevis"
1103
  msgstr ""
1104
 
1105
+ #: src/Tribe/Languages/Locations.php:240
1106
+ msgid "Saint Lucia"
1107
  msgstr ""
1108
 
1109
+ #: src/Tribe/Languages/Locations.php:241
1110
+ msgid "Saint Pierre and Miquelon"
1111
  msgstr ""
1112
 
1113
+ #: src/Tribe/Languages/Locations.php:242
1114
+ msgid "Saint Vincent and The Grenadines"
1115
  msgstr ""
1116
 
1117
+ #: src/Tribe/Languages/Locations.php:243
1118
+ msgid "Samoa"
1119
  msgstr ""
1120
 
1121
+ #: src/Tribe/Languages/Locations.php:244
1122
+ msgid "San Marino"
1123
  msgstr ""
1124
 
1125
+ #: src/Tribe/Languages/Locations.php:245
1126
+ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
1127
  msgstr ""
1128
 
1129
+ #: src/Tribe/Languages/Locations.php:246
1130
+ msgid "Saudi Arabia"
1131
  msgstr ""
1132
 
1133
+ #: src/Tribe/Languages/Locations.php:247
1134
+ msgid "Senegal"
1135
  msgstr ""
1136
 
1137
+ #: src/Tribe/Languages/Locations.php:248
1138
+ msgid "Serbia"
1139
  msgstr ""
1140
 
1141
+ #: src/Tribe/Languages/Locations.php:249
1142
+ msgid "Seychelles"
1143
  msgstr ""
1144
 
1145
+ #: src/Tribe/Languages/Locations.php:250
1146
+ msgid "Sierra Leone"
1147
  msgstr ""
1148
 
1149
+ #: src/Tribe/Languages/Locations.php:251
1150
+ msgid "Singapore"
1151
  msgstr ""
1152
 
1153
+ #: src/Tribe/Languages/Locations.php:252
1154
+ msgid "Sint Maarten"
1155
  msgstr ""
1156
 
1157
+ #: src/Tribe/Languages/Locations.php:253
1158
+ msgid "Slovakia (Slovak Republic)"
1159
  msgstr ""
1160
 
1161
+ #: src/Tribe/Languages/Locations.php:254
1162
+ msgid "Slovenia"
1163
  msgstr ""
1164
 
1165
+ #: src/Tribe/Languages/Locations.php:255
1166
+ msgid "Solomon Islands"
1167
  msgstr ""
1168
 
1169
+ #: src/Tribe/Languages/Locations.php:256
1170
+ msgid "Somalia"
1171
  msgstr ""
1172
 
1173
+ #: src/Tribe/Languages/Locations.php:257
1174
+ msgid "South Africa"
1175
  msgstr ""
1176
 
1177
+ #: src/Tribe/Languages/Locations.php:258
1178
+ msgid "South Georgia, South Sandwich Islands"
1179
  msgstr ""
1180
 
1181
+ #: src/Tribe/Languages/Locations.php:259
1182
+ msgid "Spain"
1183
  msgstr ""
1184
 
1185
+ #: src/Tribe/Languages/Locations.php:260
1186
+ msgid "Sri Lanka"
1187
  msgstr ""
1188
 
1189
+ #: src/Tribe/Languages/Locations.php:261
1190
+ msgid "Sudan"
1191
  msgstr ""
1192
 
1193
+ #: src/Tribe/Languages/Locations.php:262
1194
+ msgid "Suriname"
1195
  msgstr ""
1196
 
1197
+ #: src/Tribe/Languages/Locations.php:263
1198
+ msgid "Svalbard and Jan Mayen Islands"
1199
  msgstr ""
1200
 
1201
+ #: src/Tribe/Languages/Locations.php:264
1202
+ msgid "Swaziland"
1203
  msgstr ""
1204
 
1205
+ #: src/Tribe/Languages/Locations.php:265
1206
+ msgid "Sweden"
1207
  msgstr ""
1208
 
1209
+ #: src/Tribe/Languages/Locations.php:266
1210
+ msgid "Switzerland"
1211
  msgstr ""
1212
 
1213
+ #: src/Tribe/Languages/Locations.php:267
1214
+ msgid "Syrian Arab Republic"
1215
+ msgstr ""
1216
+
1217
+ #: src/Tribe/Languages/Locations.php:268
1218
+ msgid "Taiwan"
1219
+ msgstr ""
1220
+
1221
+ #: src/Tribe/Languages/Locations.php:269
1222
+ msgid "Tajikistan"
1223
+ msgstr ""
1224
+
1225
+ #: src/Tribe/Languages/Locations.php:270
1226
+ msgid "Tanzania, United Republic of"
1227
+ msgstr ""
1228
+
1229
+ #: src/Tribe/Languages/Locations.php:271
1230
+ msgid "Thailand"
1231
+ msgstr ""
1232
+
1233
+ #: src/Tribe/Languages/Locations.php:272
1234
+ msgid "Togo"
1235
+ msgstr ""
1236
+
1237
+ #: src/Tribe/Languages/Locations.php:273
1238
+ msgid "Tokelau"
1239
+ msgstr ""
1240
+
1241
+ #: src/Tribe/Languages/Locations.php:274
1242
+ msgid "Tonga"
1243
+ msgstr ""
1244
+
1245
+ #: src/Tribe/Languages/Locations.php:275
1246
+ msgid "Trinidad and Tobago"
1247
+ msgstr ""
1248
+
1249
+ #: src/Tribe/Languages/Locations.php:276
1250
+ msgid "Tunisia"
1251
+ msgstr ""
1252
+
1253
+ #: src/Tribe/Languages/Locations.php:277
1254
+ msgid "Turkey"
1255
+ msgstr ""
1256
+
1257
+ #: src/Tribe/Languages/Locations.php:278
1258
+ msgid "Turkmenistan"
1259
  msgstr ""
1260
 
1261
+ #: src/Tribe/Languages/Locations.php:279
1262
+ msgid "Turks and Caicos Islands"
1263
  msgstr ""
1264
 
1265
+ #: src/Tribe/Languages/Locations.php:280
1266
+ msgid "Tuvalu"
1267
  msgstr ""
1268
 
1269
+ #: src/Tribe/Languages/Locations.php:281
1270
+ msgid "Uganda"
1271
  msgstr ""
1272
 
1273
+ #: src/Tribe/Languages/Locations.php:282
1274
+ msgid "Ukraine"
1275
  msgstr ""
1276
 
1277
+ #: src/Tribe/Languages/Locations.php:283
1278
+ msgid "United Arab Emirates"
1279
  msgstr ""
1280
 
1281
+ #: src/Tribe/Languages/Locations.php:284
1282
+ msgid "United Kingdom"
1283
  msgstr ""
1284
 
1285
+ #: src/Tribe/Languages/Locations.php:285
1286
+ msgid "United States Minor Outlying Islands"
1287
  msgstr ""
1288
 
1289
+ #: src/Tribe/Languages/Locations.php:286
1290
+ msgid "Uruguay"
1291
  msgstr ""
1292
 
1293
+ #: src/Tribe/Languages/Locations.php:287
1294
+ msgid "Uzbekistan"
1295
  msgstr ""
1296
 
1297
+ #: src/Tribe/Languages/Locations.php:288
1298
+ msgid "Vanuatu"
1299
  msgstr ""
1300
 
1301
+ #: src/Tribe/Languages/Locations.php:289
1302
+ msgid "Venezuela"
1303
  msgstr ""
1304
 
1305
+ #: src/Tribe/Languages/Locations.php:290
1306
+ msgid "Viet Nam"
1307
  msgstr ""
1308
 
1309
+ #: src/Tribe/Languages/Locations.php:291
1310
+ msgid "Virgin Islands (British)"
1311
  msgstr ""
1312
 
1313
+ #: src/Tribe/Languages/Locations.php:292
1314
+ msgid "Virgin Islands (U.S.)"
1315
  msgstr ""
1316
 
1317
+ #: src/Tribe/Languages/Locations.php:293
1318
+ msgid "Wallis and Futuna Islands"
1319
  msgstr ""
1320
 
1321
+ #: src/Tribe/Languages/Locations.php:294
1322
+ msgid "Western Sahara"
1323
  msgstr ""
1324
 
1325
+ #: src/Tribe/Languages/Locations.php:295
1326
+ msgid "Yemen"
1327
  msgstr ""
1328
 
1329
+ #: src/Tribe/Languages/Locations.php:296
1330
+ msgid "Zambia"
1331
  msgstr ""
1332
 
1333
+ #: src/Tribe/Languages/Locations.php:297
1334
+ msgid "Zimbabwe"
1335
  msgstr ""
1336
 
1337
+ #: src/Tribe/Languages/Locations.php:324
1338
+ msgid "Alabama"
1339
  msgstr ""
1340
 
1341
+ #: src/Tribe/Languages/Locations.php:325
1342
+ msgid "Alaska"
1343
  msgstr ""
1344
 
1345
+ #: src/Tribe/Languages/Locations.php:326
1346
+ msgid "Arizona"
1347
  msgstr ""
1348
 
1349
+ #: src/Tribe/Languages/Locations.php:327
1350
+ msgid "Arkansas"
1351
  msgstr ""
1352
 
1353
+ #: src/Tribe/Languages/Locations.php:328
1354
+ msgid "California"
1355
  msgstr ""
1356
 
1357
+ #: src/Tribe/Languages/Locations.php:329
1358
+ msgid "Colorado"
1359
  msgstr ""
1360
 
1361
+ #: src/Tribe/Languages/Locations.php:330
1362
+ msgid "Connecticut"
1363
  msgstr ""
1364
 
1365
+ #: src/Tribe/Languages/Locations.php:331
1366
+ msgid "Delaware"
1367
  msgstr ""
1368
 
1369
+ #: src/Tribe/Languages/Locations.php:332
1370
+ msgid "District of Columbia"
1371
  msgstr ""
1372
 
1373
+ #: src/Tribe/Languages/Locations.php:333
1374
+ msgid "Florida"
1375
  msgstr ""
1376
 
1377
+ #: src/Tribe/Languages/Locations.php:335
1378
+ msgid "Hawaii"
1379
  msgstr ""
1380
 
1381
+ #: src/Tribe/Languages/Locations.php:336
1382
+ msgid "Idaho"
1383
  msgstr ""
1384
 
1385
+ #: src/Tribe/Languages/Locations.php:337
1386
+ msgid "Illinois"
1387
  msgstr ""
1388
 
1389
+ #: src/Tribe/Languages/Locations.php:338
1390
+ msgid "Indiana"
1391
  msgstr ""
1392
 
1393
+ #: src/Tribe/Languages/Locations.php:339
1394
+ msgid "Iowa"
1395
  msgstr ""
1396
 
1397
+ #: src/Tribe/Languages/Locations.php:340
1398
+ msgid "Kansas"
1399
  msgstr ""
1400
 
1401
+ #: src/Tribe/Languages/Locations.php:341
1402
+ msgid "Kentucky"
1403
  msgstr ""
1404
 
1405
+ #: src/Tribe/Languages/Locations.php:342
1406
+ msgid "Louisiana"
1407
  msgstr ""
1408
 
1409
+ #: src/Tribe/Languages/Locations.php:343
1410
+ msgid "Maine"
1411
  msgstr ""
1412
 
1413
+ #: src/Tribe/Languages/Locations.php:344
1414
+ msgid "Maryland"
1415
  msgstr ""
1416
 
1417
+ #: src/Tribe/Languages/Locations.php:345
1418
+ msgid "Massachusetts"
1419
  msgstr ""
1420
 
1421
+ #: src/Tribe/Languages/Locations.php:346
1422
+ msgid "Michigan"
1423
  msgstr ""
1424
 
1425
+ #: src/Tribe/Languages/Locations.php:347
1426
+ msgid "Minnesota"
1427
  msgstr ""
1428
 
1429
+ #: src/Tribe/Languages/Locations.php:348
1430
+ msgid "Mississippi"
1431
  msgstr ""
1432
 
1433
+ #: src/Tribe/Languages/Locations.php:349
1434
+ msgid "Missouri"
1435
  msgstr ""
1436
 
1437
+ #: src/Tribe/Languages/Locations.php:350
1438
+ msgid "Montana"
1439
  msgstr ""
1440
 
1441
+ #: src/Tribe/Languages/Locations.php:351
1442
+ msgid "Nebraska"
1443
  msgstr ""
1444
 
1445
+ #: src/Tribe/Languages/Locations.php:352
1446
+ msgid "Nevada"
1447
  msgstr ""
1448
 
1449
+ #: src/Tribe/Languages/Locations.php:353
1450
+ msgid "New Hampshire"
1451
  msgstr ""
1452
 
1453
+ #: src/Tribe/Languages/Locations.php:354
1454
+ msgid "New Jersey"
1455
  msgstr ""
1456
 
1457
+ #: src/Tribe/Languages/Locations.php:355
1458
+ msgid "New Mexico"
1459
  msgstr ""
1460
 
1461
+ #: src/Tribe/Languages/Locations.php:356
1462
+ msgid "New York"
1463
  msgstr ""
1464
 
1465
+ #: src/Tribe/Languages/Locations.php:357
1466
+ msgid "North Carolina"
1467
  msgstr ""
1468
 
1469
+ #: src/Tribe/Languages/Locations.php:358
1470
+ msgid "North Dakota"
1471
  msgstr ""
1472
 
1473
+ #: src/Tribe/Languages/Locations.php:359
1474
+ msgid "Ohio"
1475
  msgstr ""
1476
 
1477
+ #: src/Tribe/Languages/Locations.php:360
1478
+ msgid "Oklahoma"
1479
  msgstr ""
1480
 
1481
+ #: src/Tribe/Languages/Locations.php:361
1482
+ msgid "Oregon"
1483
  msgstr ""
1484
 
1485
+ #: src/Tribe/Languages/Locations.php:362
1486
+ msgid "Pennsylvania"
1487
  msgstr ""
1488
 
1489
+ #: src/Tribe/Languages/Locations.php:363
1490
+ msgid "Rhode Island"
1491
  msgstr ""
1492
 
1493
+ #: src/Tribe/Languages/Locations.php:364
1494
+ msgid "South Carolina"
1495
  msgstr ""
1496
 
1497
+ #: src/Tribe/Languages/Locations.php:365
1498
+ msgid "South Dakota"
1499
  msgstr ""
1500
 
1501
+ #: src/Tribe/Languages/Locations.php:366
1502
+ msgid "Tennessee"
1503
  msgstr ""
1504
 
1505
+ #: src/Tribe/Languages/Locations.php:367
1506
+ msgid "Texas"
1507
  msgstr ""
1508
 
1509
+ #: src/Tribe/Languages/Locations.php:368
1510
+ msgid "Utah"
1511
  msgstr ""
1512
 
1513
+ #: src/Tribe/Languages/Locations.php:369
1514
+ msgid "Vermont"
1515
  msgstr ""
1516
 
1517
+ #: src/Tribe/Languages/Locations.php:370
1518
+ msgid "Virginia"
1519
  msgstr ""
1520
 
1521
+ #: src/Tribe/Languages/Locations.php:371
1522
+ msgid "Washington"
1523
  msgstr ""
1524
 
1525
+ #: src/Tribe/Languages/Locations.php:372
1526
+ msgid "West Virginia"
1527
  msgstr ""
1528
 
1529
+ #: src/Tribe/Languages/Locations.php:373
1530
+ msgid "Wisconsin"
1531
  msgstr ""
1532
 
1533
+ #: src/Tribe/Languages/Locations.php:374
1534
+ msgid "Wyoming"
1535
  msgstr ""
1536
 
1537
+ #: src/Tribe/Log/Admin.php:133
1538
+ msgctxt "log selector"
1539
+ msgid "None currently available"
1540
  msgstr ""
1541
 
1542
+ #: src/Tribe/Log/Admin.php:148
1543
+ msgctxt "log engines"
1544
+ msgid "None currently available"
1545
  msgstr ""
1546
 
1547
+ #: src/Tribe/Log/File_Logger.php:128
1548
+ msgid "Default (uses temporary files)"
1549
  msgstr ""
1550
 
1551
+ #: src/Tribe/Log/Null_Logger.php:26
1552
+ msgid "Null logger (will log nothing)"
1553
  msgstr ""
1554
 
1555
+ #: src/Tribe/Log.php:274
1556
+ msgid "Cannot set %s as the current logging engine"
1557
  msgstr ""
1558
 
1559
+ #: src/Tribe/Log.php:373
1560
+ msgid "Disabled"
1561
  msgstr ""
1562
 
1563
+ #: src/Tribe/Log.php:374
1564
+ msgid "Only errors"
1565
  msgstr ""
1566
 
1567
+ #: src/Tribe/Log.php:375
1568
+ msgid "Warnings and errors"
1569
  msgstr ""
1570
 
1571
+ #: src/Tribe/Log.php:376
1572
+ msgid "Full debug (all events)"
1573
  msgstr ""
1574
 
1575
+ #: src/Tribe/Main.php:224 src/admin-views/tribe-options-help.php:50
1576
+ msgid "Copy to clipboard"
1577
  msgstr ""
1578
 
1579
+ #: src/Tribe/Main.php:225
1580
+ msgid "System info copied"
1581
  msgstr ""
1582
 
1583
+ #: src/Tribe/Main.php:226
1584
+ msgid "Press \"Cmd + C\" to copy"
1585
  msgstr ""
1586
 
1587
+ #: src/Tribe/Main.php:245
1588
+ msgid ": activate to sort column ascending"
1589
  msgstr ""
1590
 
1591
+ #: src/Tribe/Main.php:246
1592
+ msgid ": activate to sort column descending"
1593
  msgstr ""
1594
 
1595
+ #: src/Tribe/Main.php:248
1596
+ msgid "Show _MENU_ entries"
1597
  msgstr ""
1598
 
1599
+ #: src/Tribe/Main.php:249
1600
+ msgid "No data available in table"
1601
  msgstr ""
1602
 
1603
+ #: src/Tribe/Main.php:250
1604
+ msgid "Showing _START_ to _END_ of _TOTAL_ entries"
1605
  msgstr ""
1606
 
1607
+ #: src/Tribe/Main.php:251
1608
+ msgid "Showing 0 to 0 of 0 entries"
1609
  msgstr ""
1610
 
1611
+ #: src/Tribe/Main.php:252
1612
+ msgid "(filtered from _MAX_ total entries)"
1613
  msgstr ""
1614
 
1615
+ #: src/Tribe/Main.php:253
1616
+ msgid "No matching records found"
1617
  msgstr ""
1618
 
1619
+ #: src/Tribe/Main.php:254
1620
+ msgid "Search:"
1621
  msgstr ""
1622
 
1623
+ #: src/Tribe/Main.php:255
1624
+ msgid "All items on this page were selected. "
1625
  msgstr ""
1626
 
1627
+ #: src/Tribe/Main.php:256
1628
+ msgid "Select all pages"
1629
  msgstr ""
1630
 
1631
+ #: src/Tribe/Main.php:257
1632
+ msgid "Clear Selection."
1633
  msgstr ""
1634
 
1635
+ #: src/Tribe/Main.php:259
1636
+ msgid "All"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Main.php:260 src/Tribe/Main.php:276
1640
+ msgid "Next"
1641
  msgstr ""
1642
 
1643
+ #: src/Tribe/Main.php:261
1644
+ msgid "Previous"
1645
  msgstr ""
1646
 
1647
+ #: src/Tribe/Main.php:266
1648
+ msgid ": Selected %d rows"
1649
  msgstr ""
1650
 
1651
+ #: src/Tribe/Main.php:267
1652
+ msgid ": Selected 1 row"
1653
  msgstr ""
1654
 
1655
+ #: src/Tribe/Main.php:277
1656
+ msgid "Prev"
1657
  msgstr ""
1658
 
1659
+ #: src/Tribe/Main.php:278
1660
+ msgid "Today"
1661
  msgstr ""
1662
 
1663
+ #: src/Tribe/Main.php:279
1664
+ msgid "Done"
1665
  msgstr ""
1666
 
1667
+ #: src/Tribe/PUE/Checker.php:494
1668
+ msgid "A valid license key is required for support and updates"
1669
  msgstr ""
1670
 
1671
+ #: src/Tribe/PUE/Checker.php:497
1672
+ msgid ""
1673
+ "%1$sBuy a license%2$s for the Event Aggregator service to access additional "
1674
+ "import features."
1675
  msgstr ""
1676
 
1677
+ #: src/Tribe/PUE/Checker.php:509 src/Tribe/PUE/Checker.php:520
1678
+ msgid "License Key"
1679
  msgstr ""
1680
 
1681
+ #: src/Tribe/PUE/Checker.php:529 src/Tribe/PUE/Checker.php:563
1682
+ msgid "License Key Status:"
1683
  msgstr ""
1684
 
1685
+ #: src/Tribe/PUE/Checker.php:538
1686
+ msgid "Override network license key"
1687
  msgstr ""
1688
 
1689
+ #: src/Tribe/PUE/Checker.php:539
1690
+ msgid ""
1691
+ "Check this box if you wish to override the network license key with your own"
1692
  msgstr ""
1693
 
1694
+ #: src/Tribe/PUE/Checker.php:550
1695
+ msgid "Site License Key"
1696
  msgstr ""
1697
 
1698
+ #: src/Tribe/PUE/Checker.php:650
1699
+ msgid "License key(s) updated."
1700
  msgstr ""
1701
 
1702
+ #: src/Tribe/PUE/Checker.php:888
1703
+ msgid ""
1704
+ "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1705
  msgstr ""
1706
 
1707
+ #: src/Tribe/PUE/Checker.php:901
1708
+ msgid "unknown date"
1709
  msgstr ""
1710
 
1711
+ #: src/Tribe/PUE/Checker.php:907
1712
+ msgid "Sorry, key validation server is not available."
1713
  msgstr ""
1714
 
1715
+ #: src/Tribe/PUE/Checker.php:927
1716
+ msgid "Valid Key! Expires on %s"
1717
  msgstr ""
1718
 
1719
+ #: src/Tribe/PUE/Checker.php:932
1720
+ msgid "Thanks for setting up a valid key. It will expire on %s"
1721
  msgstr ""
1722
 
1723
+ #: src/Tribe/PUE/Checker.php:959 src/Tribe/PUE/Notices.php:283
1724
+ msgid "Renew Your License Now"
1725
  msgstr ""
1726
 
1727
+ #: src/Tribe/PUE/Checker.php:961 src/Tribe/PUE/Notices.php:285
1728
+ msgid " (opens in a new window)"
1729
  msgstr ""
1730
 
1731
+ #: src/Tribe/PUE/Checker.php:976
1732
+ msgid "Please refresh the page and try your request again."
1733
  msgstr ""
1734
 
1735
+ #: src/Tribe/PUE/Checker.php:997
1736
+ msgid ""
1737
+ "There is an update for %s. You'll need to %scheck your license%s to have "
1738
+ "access to updates, downloads, and support."
1739
  msgstr ""
1740
 
1741
+ #: src/Tribe/PUE/Checker.php:1054
1742
+ msgid ""
1743
+ "There is an update for %s. %sRenew your license%s to get access to bug "
1744
+ "fixes, security updates, and new features."
1745
  msgstr ""
1746
 
1747
+ #: src/Tribe/PUE/Checker.php:1084
1748
+ msgid "Update now to version %s."
1749
  msgstr ""
1750
 
1751
+ #: src/Tribe/PUE/Checker.php:1095
1752
+ msgid "There is a new version of %1$s available. %2$s"
1753
  msgstr ""
1754
 
1755
+ #: src/Tribe/PUE/Checker.php:1668
1756
+ msgid "A valid license has been entered by your network administrator."
1757
  msgstr ""
1758
 
1759
+ #: src/Tribe/PUE/Checker.php:1669
1760
+ msgid "No license entered. Consult your network administrator."
1761
  msgstr ""
1762
 
1763
+ #: src/Tribe/PUE/Checker.php:1670
1764
+ msgid "Expired license. Consult your network administrator."
1765
  msgstr ""
1766
 
1767
+ #: src/Tribe/PUE/Notices.php:225
1768
+ msgid ""
1769
+ "It looks like you're using %1$s, but the license key is invalid. Please "
1770
+ "download the latest version %2$sfrom your account%3$s."
1771
+ msgid_plural ""
1772
+ "It looks like you're using %1$s, but the license keys are invalid. Please "
1773
+ "download the latest versions %2$sfrom your account%3$s."
1774
+ msgstr[0] ""
1775
+ msgstr[1] ""
1776
 
1777
+ #: src/Tribe/PUE/Notices.php:270
1778
+ msgid ""
1779
+ "There is an update available for %1$s but your license has expired. "
1780
+ "%2$sVisit the Events Calendar website to renew your license.%3$s"
1781
+ msgid_plural ""
1782
+ "Updates are available for %1$s but your license keys have expired. %2$sVisit "
1783
+ "the Events Calendar website to renew your licenses.%3$s"
1784
+ msgstr[0] ""
1785
+ msgstr[1] ""
1786
+
1787
+ #: src/Tribe/PUE/Notices.php:302
1788
+ msgid ""
1789
+ "You have a license key for %1$s but the key is out of installs. %2$sVisit "
1790
+ "the Events Calendar website%3$s to manage your installs, upgrade your "
1791
+ "license, or purchase a new one."
1792
+ msgid_plural ""
1793
+ "You have license keys for %1$s but your keys are out of installs. %2$sVisit "
1794
+ "the Events Calendar website%3$s to manage your installs, upgrade your "
1795
+ "licenses, or purchase new ones."
1796
+ msgstr[0] ""
1797
+ msgstr[1] ""
1798
+
1799
+ #: src/Tribe/PUE/Notices.php:340
1800
+ msgid ""
1801
+ "You can always check the status of your licenses by logging in to %1$syour "
1802
+ "account on theeventscalendar.com%2$s."
1803
  msgstr ""
1804
 
1805
+ #: src/Tribe/PUE/Notices.php:383
1806
+ msgctxt "formatted plugin list"
1807
+ msgid "%1$s and %2$s"
1808
  msgstr ""
1809
 
1810
+ #: src/Tribe/Plugins_API.php:28
1811
+ msgid ""
1812
+ "Create an events calendar and manage it with ease. The Events Calendar "
1813
+ "plugin provides professional-level quality and features backed by a team you "
1814
+ "can trust."
1815
  msgstr ""
1816
 
1817
+ #: src/Tribe/Plugins_API.php:37
1818
+ msgid ""
1819
+ "Import events from across the web! Event Aggregator makes it easy to run "
1820
+ "scheduled or manual imports from Facebook, Meetup, Google Calendar, and "
1821
+ "iCalendar, along with uploads from CSV and ICS files. You can also import "
1822
+ "directly from other sites running The Events Calendar thanks to our built-in "
1823
+ "REST API support."
1824
  msgstr ""
1825
 
1826
+ #: src/Tribe/Plugins_API.php:48
1827
+ msgid ""
1828
+ "The Events Calendar PRO is a paid Add-On to our open source WordPress plugin "
1829
+ "%1$sThe Events Calendar%2$s. PRO offers a whole host of calendar features "
1830
+ "including recurring events, custom event attributes, saved venues and "
1831
+ "organizers, venue pages, advanced event admin and lots more."
1832
  msgstr ""
1833
 
1834
+ #: src/Tribe/Plugins_API.php:60
1835
+ msgid ""
1836
+ "Event Tickets provides a simple way for visitors to RSVP to your events. As "
1837
+ "a standalone plugin, it enables you to add RSVP functionality to posts or "
1838
+ "pages. When paired with The Events Calendar, you can add that same RSVP "
1839
+ "functionality directly to your event listings."
1840
  msgstr ""
1841
 
1842
+ #: src/Tribe/Plugins_API.php:71
1843
+ msgid ""
1844
+ "Event Tickets Plus allows you to sell tickets to your events using "
1845
+ "WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. "
1846
+ "Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and "
1847
+ "sell tickets from your event listings. Create custom registration forms, "
1848
+ "manage attendees, use custom capacity options, and more. Tickets have QR "
1849
+ "codes for easy check in at the door."
1850
  msgstr ""
1851
 
1852
+ #: src/Tribe/Plugins_API.php:84
1853
+ msgid ""
1854
+ "It is awesome that your calendar is <em>THE PLACE</em> to get hooked up with "
1855
+ "prime choice ways to spend time. You have more events than Jabba the Hutt "
1856
+ "has rolls. Too bad visitors are hiring a personal assistant to go through "
1857
+ "all the choices. Ever wish you could just filter the calendar to only show "
1858
+ "events in walking distance, on a weekend, that are free? BOOM. Now you can. "
1859
+ "Introducing… the Filter Bar."
1860
  msgstr ""
1861
 
1862
+ #: src/Tribe/Plugins_API.php:94
1863
+ msgid ""
1864
+ "Accept user-submitted events on your site! With Community Events, you can "
1865
+ "accept public submissions or require account sign-on. Settings give you the "
1866
+ "options to save as a draft or publish automatically, enable categories and "
1867
+ "tags, and choose whether users can edit/manage their own events or simply "
1868
+ "submit. Best of all - setup is easy! Just activate, configure the options, "
1869
+ "and off you go."
1870
  msgstr ""
1871
 
1872
+ #: src/Tribe/Plugins_API.php:104
1873
+ msgid ""
1874
+ "Enable Community Events organizers to offer tickets to their events. You can "
1875
+ "set flexible payment and fee options. They can even check-in attendees to "
1876
+ "their events! All of this managed from the front-end of your site without "
1877
+ "ever needing to grant access to your admin"
1878
  msgstr ""
1879
 
1880
+ #: src/Tribe/Plugins_API.php:105
1881
+ msgctxt "Names of required plugins for Community Tickets"
1882
+ msgid "Event Tickets Plus and Community Events"
1883
  msgstr ""
1884
 
1885
+ #: src/Tribe/Plugins_API.php:116
1886
+ msgid ""
1887
+ "The Eventbrite Tickets add-on allows you to create & sell tickets through "
1888
+ "The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re "
1889
+ "creating your ticket on the WordPress dashboard or importing the details of "
1890
+ "an already-existing event from %1$sEventbrite.com%2$s, this add-on brings "
1891
+ "the power of the Eventbrite API to your calendar."
1892
  msgstr ""
1893
 
1894
+ #: src/Tribe/Plugins_API.php:125
1895
+ msgid "Image Widget Plus"
1896
  msgstr ""
1897
 
1898
+ #: src/Tribe/Plugins_API.php:129
1899
+ msgid ""
1900
+ "Take your image widgets to the next level with Image Widget Plus! We've "
1901
+ "taken the simple functionality of our basic Image Widget and amped it up "
1902
+ "with several popular feature requests - multiple image support, slideshow, "
1903
+ "lightbox, and random image - all backed by a full year of premium support."
1904
  msgstr ""
1905
 
1906
+ #: src/Tribe/Settings.php:177 src/Tribe/Settings.php:241
1907
+ #: src/Tribe/Settings.php:242
1908
+ msgid "Events"
1909
  msgstr ""
1910
 
1911
+ #: src/Tribe/Settings.php:253 src/Tribe/Settings.php:273
1912
+ msgid "Events Settings"
1913
  msgstr ""
1914
 
1915
+ #: src/Tribe/Settings.php:254
1916
+ msgid "Settings"
1917
  msgstr ""
1918
 
1919
+ #: src/Tribe/Settings.php:281 src/Tribe/Settings.php:282
1920
+ msgid "Events Help"
1921
  msgstr ""
1922
 
1923
+ #: src/Tribe/Settings.php:349
1924
+ msgid "%s Settings"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Settings.php:363
1928
+ msgid "You've requested a non-existent tab."
1929
  msgstr ""
1930
 
1931
+ #: src/Tribe/Settings.php:371
1932
+ msgid "Save Changes"
1933
  msgstr ""
1934
 
1935
+ #: src/Tribe/Settings.php:419
1936
+ msgid "You don't have permission to do that."
1937
  msgstr ""
1938
 
1939
+ #: src/Tribe/Settings.php:425
1940
+ msgid "The request was sent insecurely."
1941
  msgstr ""
1942
 
1943
+ #: src/Tribe/Settings.php:431
1944
+ msgid "The request wasn't sent from this tab."
1945
  msgstr ""
1946
 
1947
+ #: src/Tribe/Settings.php:610
1948
+ msgid "Your form had the following errors:"
1949
  msgstr ""
1950
 
1951
+ #: src/Tribe/Settings.php:620
1952
+ msgid "None of your settings were saved. Please try again."
1953
  msgstr ""
1954
 
1955
+ #: src/Tribe/Settings.php:621
1956
+ msgid ""
1957
+ "The above setting was not saved. Other settings were successfully saved."
1958
+ msgid_plural ""
1959
+ "The above settings were not saved. Other settings were successfully saved."
1960
+ msgstr[0] ""
1961
+ msgstr[1] ""
1962
+
1963
+ #: src/Tribe/Settings.php:643
1964
+ msgid "Settings saved."
1965
  msgstr ""
1966
 
1967
+ #: src/Tribe/Settings_Manager.php:54
1968
+ msgid "General"
1969
  msgstr ""
1970
 
1971
+ #: src/Tribe/Settings_Manager.php:55
1972
+ msgid "Display"
1973
  msgstr ""
1974
 
1975
+ #: src/Tribe/Settings_Manager.php:219
1976
+ msgid "Network"
1977
  msgstr ""
1978
 
1979
+ #: src/Tribe/Settings_Manager.php:253
1980
+ #: src/admin-views/tribe-options-licenses.php:66
1981
+ msgid "Licenses"
1982
  msgstr ""
1983
 
1984
+ #: src/Tribe/Settings_Manager.php:279
1985
+ msgid "Help"
1986
  msgstr ""
1987
 
1988
+ #: src/Tribe/Settings_Tab.php:222
1989
+ msgid "There are no fields setup for this tab yet."
1990
  msgstr ""
1991
 
1992
+ #: src/Tribe/Support/Template_Checker_Report.php:78
1993
+ msgid "No notable changes detected"
1994
  msgstr ""
1995
 
1996
+ #: src/Tribe/Support/Template_Checker_Report.php:82
1997
+ msgid "Templates introduced or updated with this release (%s):"
1998
  msgstr ""
1999
 
2000
+ #: src/Tribe/Support/Template_Checker_Report.php:92
2001
+ msgid "Existing theme overrides that may need revision:"
2002
  msgstr ""
2003
 
2004
+ #: src/Tribe/Support/Template_Checker_Report.php:96
2005
+ msgid "version data missing from override"
2006
  msgstr ""
2007
 
2008
+ #: src/Tribe/Support/Template_Checker_Report.php:97
2009
+ msgid "based on %s version"
2010
  msgstr ""
2011
 
2012
+ #: src/Tribe/Support/Template_Checker_Report.php:113
2013
+ msgid "No notable template changes detected."
2014
  msgstr ""
2015
 
2016
+ #: src/Tribe/Support/Template_Checker_Report.php:115
2017
+ msgid ""
2018
+ "Information about recent template changes and potentially impacted template "
2019
+ "overrides is provided below."
2020
  msgstr ""
2021
 
2022
+ #: src/Tribe/Support.php:171
2023
+ msgid "English"
2024
  msgstr ""
2025
 
2026
+ #: src/Tribe/Support.php:188 src/Tribe/Support.php:189
2027
+ msgid "Unknown or not set"
2028
  msgstr ""
2029
 
2030
+ #: src/Tribe/Support.php:199
2031
+ msgid ""
2032
+ "Rewrite rules were purged on load of this help page. Chances are there is a "
2033
+ "rewrite rule flush occurring in a plugin or theme!"
2034
  msgstr ""
2035
 
2036
+ #: src/Tribe/Support.php:305
2037
+ msgid ""
2038
+ "Yes, automatically share my system information with the Modern Tribe support "
2039
+ "team"
2040
  msgstr ""
2041
 
2042
+ #: src/Tribe/Support.php:306
2043
+ msgid ""
2044
+ "Your system information will only be used by the Modern Tribe support team. "
2045
+ "All information is stored securely. We do not share this information with "
2046
+ "any third parties."
2047
  msgstr ""
2048
 
2049
+ #: src/Tribe/Support.php:325 src/Tribe/Support.php:330
2050
+ msgid "Invalid Key"
2051
  msgstr ""
2052
 
2053
+ #: src/Tribe/Support.php:358 src/Tribe/Support.php:384
2054
+ msgid "Permission Error"
2055
  msgstr ""
2056
 
2057
+ #: src/Tribe/Support.php:372
2058
+ msgid "Unique System Info Key Generated"
2059
  msgstr ""
2060
 
2061
+ #: src/Tribe/Validate.php:72 src/Tribe/Validate.php:84
2062
+ msgid "Invalid or incomplete field passed"
2063
  msgstr ""
2064
 
2065
+ #: src/Tribe/Validate.php:73 src/Tribe/Validate.php:85
2066
+ #: src/Tribe/Validate.php:105
2067
+ msgid "Field ID:"
2068
  msgstr ""
2069
 
2070
+ #: src/Tribe/Validate.php:104
2071
+ msgid "Non-existant field validation function passed"
2072
  msgstr ""
2073
 
2074
+ #: src/Tribe/Validate.php:105
2075
+ msgctxt "non-existant function name passed for field validation"
2076
+ msgid "with function name:"
2077
  msgstr ""
2078
 
2079
+ #: src/Tribe/Validate.php:120 src/Tribe/Validate.php:136
2080
+ msgid "%s must contain numbers and letters only"
2081
  msgstr ""
2082
 
2083
+ #: src/Tribe/Validate.php:152
2084
+ msgid "%s must contain numbers, letters and dots only"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Validate.php:168
2088
+ msgid "%s must contain numbers, letters, dashes and undescores only"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Validate.php:184
2092
+ msgid "%s must not be empty"
2093
  msgstr ""
2094
 
2095
+ #: src/Tribe/Validate.php:200 src/Tribe/Validate.php:228
2096
+ msgid "%s must be a positive number."
2097
  msgstr ""
2098
 
2099
+ #: src/Tribe/Validate.php:214
2100
+ msgid "%s must be a positive number or percent."
2101
  msgstr ""
2102
 
2103
+ #: src/Tribe/Validate.php:248
2104
+ msgid "%s must be a whole number."
2105
  msgstr ""
2106
 
2107
+ #: src/Tribe/Validate.php:267
2108
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2109
  msgstr ""
2110
 
2111
+ #: src/Tribe/Validate.php:282
2112
+ msgid "%s must be a valid absolute URL."
2113
  msgstr ""
2114
 
2115
+ #: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
2116
+ #: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
2117
+ msgid "%s must have a value that's part of its options."
2118
  msgstr ""
2119
 
2120
+ #: src/Tribe/Validate.php:359
2121
+ msgid ""
2122
+ "Comparison validation failed because no comparison value was provided, for "
2123
+ "field %s"
2124
  msgstr ""
2125
 
2126
+ #: src/Tribe/Validate.php:366
2127
+ msgid "%s cannot be the same as %s."
2128
  msgstr ""
2129
 
2130
+ #: src/Tribe/Validate.php:368
2131
+ msgid "%s cannot be a duplicate"
2132
  msgstr ""
2133
 
2134
+ #: src/Tribe/Validate.php:384
2135
+ msgid "%s must be a number or percentage."
2136
  msgstr ""
2137
 
2138
+ #: src/Tribe/Validate.php:438
2139
+ msgid "%s must be a number between 0 and 21."
2140
  msgstr ""
2141
 
2142
+ #: src/Tribe/Validate.php:454
2143
+ msgid ""
2144
+ "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2145
  msgstr ""
2146
 
2147
+ #: src/Tribe/Validate.php:470
2148
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
 
2149
  msgstr ""
2150
 
2151
+ #: src/Tribe/Validate.php:484
2152
+ msgid "%s must consist of 5 numbers."
 
2153
  msgstr ""
2154
 
2155
+ #: src/Tribe/Validate.php:498
2156
+ msgid "%s must be a phone number."
2157
  msgstr ""
2158
 
2159
+ #: src/Tribe/Validate.php:514
2160
+ msgid ""
2161
+ "Country List must be formatted as one country per line in the following "
2162
+ "format: <br>US, United States <br> UK, United Kingdom."
2163
  msgstr ""
2164
 
2165
+ #: src/Tribe/Validate.php:545
2166
+ msgid "%s must be an email address."
2167
  msgstr ""
2168
 
2169
+ #: src/Tribe/View_Helpers.php:50
2170
+ msgid "Select a Country:"
2171
  msgstr ""
2172
 
2173
+ #: src/admin-views/app-shop.php:4
2174
+ msgid "Events Add-Ons"
2175
  msgstr ""
2176
 
2177
+ #: src/admin-views/app-shop.php:5
2178
+ msgid "Browse All Add-Ons"
2179
  msgstr ""
2180
 
2181
+ #: src/admin-views/app-shop.php:26
2182
+ msgid "Buy This Add-On"
2183
  msgstr ""
2184
 
2185
+ #: src/admin-views/app-shop.php:29
2186
+ msgid "Installed Add-Ons"
2187
  msgstr ""
2188
 
2189
+ #: src/admin-views/app-shop.php:31
2190
+ msgid "Installed"
2191
  msgstr ""
2192
 
2193
+ #: src/admin-views/event-log.php:21
2194
+ msgid "Logging level"
2195
  msgstr ""
2196
 
2197
+ #: src/admin-views/event-log.php:43
2198
+ msgid "Method"
2199
  msgstr ""
2200
 
2201
+ #: src/admin-views/event-log.php:65
2202
+ msgid "View"
2203
  msgstr ""
2204
 
2205
+ #: src/admin-views/event-log.php:100
2206
+ msgid "The selected log file is empty or has not been generated yet."
2207
  msgstr ""
2208
 
2209
+ #: src/admin-views/event-log.php:117
2210
+ msgid "Download log"
2211
  msgstr ""
2212
 
2213
+ #: src/admin-views/tribe-options-display.php:22
2214
+ msgid "Date Format Settings"
2215
  msgstr ""
2216
 
2217
+ #: src/admin-views/tribe-options-display.php:28
2218
+ msgid ""
2219
+ "The following three fields accept the date format options available to the "
2220
+ "PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your "
2221
+ "own date format here</a>."
2222
  msgstr ""
2223
 
2224
+ #: src/admin-views/tribe-options-display.php:36
2225
+ msgid "Datepicker Date Format"
2226
  msgstr ""
2227
 
2228
+ #: src/admin-views/tribe-options-display.php:37
2229
+ msgid "Select the date format to use in datepickers"
2230
  msgstr ""
2231
 
2232
+ #: src/admin-views/tribe-options-general.php:10
2233
+ msgid ""
2234
+ "Thank you for using Event Tickets! All of us at Modern Tribe sincerely "
2235
+ "appreciate your support and we're excited to see you using our plugins. "
2236
+ "Check out our handy %1$sNew User Primer%2$s to get started."
2237
  msgstr ""
2238
 
2239
+ #: src/admin-views/tribe-options-general.php:15
2240
+ msgid ""
2241
+ "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our "
2242
+ "free calendar plugin. Looking for additional functionality including "
2243
+ "recurring events, user-submission, advanced ticket sales and more? Check out "
2244
+ "our %3$spremium add-ons%4$s."
2245
  msgstr ""
2246
 
2247
+ #: src/admin-views/tribe-options-general.php:20
2248
+ msgid ""
2249
+ "Looking for additional functionality including recurring events, custom "
2250
+ "meta, community events, ticket sales and more?"
2251
  msgstr ""
2252
 
2253
+ #: src/admin-views/tribe-options-general.php:20
2254
+ msgid "Check out the available add-ons"
2255
  msgstr ""
2256
 
2257
+ #: src/admin-views/tribe-options-general.php:25
2258
+ msgid "We hope our plugin is helping you out."
2259
  msgstr ""
2260
 
2261
+ #: src/admin-views/tribe-options-general.php:30
2262
+ msgid ""
2263
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
2264
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
2265
+ "is recognition. Add a small text-only link at the bottom of your calendar "
2266
+ "pointing to The Events Calendar project."
2267
  msgstr ""
2268
 
2269
+ #: src/admin-views/tribe-options-general.php:30
2270
+ msgid "See an example of the link"
2271
  msgstr ""
2272
 
2273
+ #: src/admin-views/tribe-options-general.php:35
2274
+ msgid "Show The Events Calendar link"
2275
+ msgstr ""
 
 
 
 
 
 
 
 
2276
 
2277
+ #: src/admin-views/tribe-options-general.php:53
2278
+ msgid "Debug mode"
2279
+ msgstr ""
 
 
2280
 
2281
+ #: src/admin-views/tribe-options-general.php:59
2282
+ msgid ""
2283
+ "Enable this option to log debug information. By default this will log to "
2284
+ "your server PHP error log. If you'd like to see the log messages in your "
2285
+ "browser, then we recommend that you install the %s and look for the \"Tribe"
2286
+ "\" tab in the debug output."
2287
  msgstr ""
2288
 
2289
+ #: src/admin-views/tribe-options-general.php:59
2290
+ msgid "Debug Bar Plugin"
 
2291
  msgstr ""
2292
 
2293
+ #: src/admin-views/tribe-options-help.php:11
2294
+ msgid ""
2295
+ "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your "
2296
+ "support and we’re excited to see you using our plugins."
2297
  msgstr ""
2298
 
2299
+ #: src/admin-views/tribe-options-help.php:14
2300
+ msgid "Getting Support"
2301
  msgstr ""
2302
 
2303
+ #: src/admin-views/tribe-options-help.php:15
2304
+ msgid ""
2305
+ "Our website’s %s is a great place to find tips and tricks for using and "
2306
+ "customizing our plugins."
2307
  msgstr ""
2308
 
2309
+ #: src/admin-views/tribe-options-help.php:15
2310
+ msgid "Knowledgebase"
2311
  msgstr ""
2312
 
2313
+ #: src/admin-views/tribe-options-help.php:18
2314
+ msgid "Want to dive deeper?"
2315
  msgstr ""
2316
 
2317
+ #: src/admin-views/tribe-options-help.php:20
2318
+ msgid "Check out our %s for developers."
2319
  msgstr ""
2320
 
2321
+ #: src/admin-views/tribe-options-help.php:21
2322
+ msgid "list of available functions"
2323
  msgstr ""
2324
 
2325
+ #: src/admin-views/tribe-options-help.php:26
2326
+ msgid "Getting More Help"
2327
  msgstr ""
2328
 
2329
+ #: src/admin-views/tribe-options-help.php:27
2330
+ msgid ""
2331
+ "While the resources above help solve a majority of the issues we see, there "
2332
+ "are times you might be looking for extra support. If you need assistance "
2333
+ "using our plugins and would like us to take a look, please follow these "
2334
+ "steps:"
2335
  msgstr ""
2336
 
2337
+ #: src/admin-views/tribe-options-help.php:31
2338
+ msgid ""
2339
+ "%s. All of the common (and not-so-common) answers to questions we see are "
2340
+ "here. It’s often the fastest path to finding an answer!"
2341
  msgstr ""
2342
 
2343
+ #: src/admin-views/tribe-options-help.php:31
2344
+ msgid "Check our Knowledgebase"
2345
  msgstr ""
2346
 
2347
+ #: src/admin-views/tribe-options-help.php:32
2348
+ msgid ""
2349
+ "%s. Testing for an existing conflict is the best start for in-depth "
2350
+ "troubleshooting. We will often ask you to follow these steps when opening a "
2351
+ "new thread, so doing this ahead of time will be super helpful."
2352
  msgstr ""
2353
 
2354
+ #: src/admin-views/tribe-options-help.php:32
2355
+ msgid "Test for a theme or plugin conflict"
2356
  msgstr ""
2357
 
2358
+ #: src/admin-views/tribe-options-help.php:33
2359
+ msgid ""
2360
+ "%s. There are very few issues we haven’t seen and it’s likely another user "
2361
+ "has already asked your question and gotten an answer from our support staff. "
2362
+ "While posting to the help desk is open only to paid customers, they are open "
2363
+ "for anyone to search and review."
2364
  msgstr ""
2365
 
2366
+ #: src/admin-views/tribe-options-help.php:33
2367
+ msgid "Search our support help desk"
2368
  msgstr ""
2369
 
2370
+ #: src/admin-views/tribe-options-help.php:37
2371
+ msgid ""
2372
+ "Please note that all hands-on support is provided via the help desk. You can "
2373
+ "email or tweet at us… ​but we will probably point you back to the help desk 😄"
2374
  msgstr ""
2375
 
2376
+ #: src/admin-views/tribe-options-help.php:38
2377
+ msgid "Read more about our support policy"
2378
  msgstr ""
2379
 
2380
+ #: src/admin-views/tribe-options-help.php:41
2381
+ msgid "System Information"
2382
  msgstr ""
2383
 
2384
+ #: src/admin-views/tribe-options-help.php:42
2385
+ msgid ""
2386
+ "The details of your calendar plugin and settings is often needed for you or "
2387
+ "our staff to help troubleshoot an issue. Please opt-in below to "
2388
+ "automatically share your system information with our support team. This will "
2389
+ "allow us to assist you faster if you post in our help desk."
2390
  msgstr ""
2391
 
2392
+ #: src/admin-views/tribe-options-help.php:52
2393
+ msgid "Recent Template Changes"
2394
  msgstr ""
2395
 
2396
+ #: src/admin-views/tribe-options-help.php:55
2397
+ msgid "Event Log"
2398
  msgstr ""
2399
 
2400
+ #: src/admin-views/tribe-options-help.php:74
2401
+ msgid "News and Tutorials"
2402
  msgstr ""
2403
 
2404
+ #: src/admin-views/tribe-options-help.php:80
2405
+ msgid "More..."
2406
  msgstr ""
2407
 
2408
+ #: src/admin-views/tribe-options-licenses.php:11
2409
+ #: src/admin-views/tribe-options-licenses.php:16
2410
+ msgid " (opens in new window)"
2411
  msgstr ""
2412
 
2413
+ #: src/admin-views/tribe-options-licenses.php:15
2414
+ msgid ""
2415
+ "The license key you received when completing your purchase from %1$s will "
2416
+ "grant you access to support and updates until it expires. You do not need to "
2417
+ "enter the key below for the plugins to work, but you will need to enter it "
2418
+ "to get automatic updates. %3$sFind your license keys at %2$s%4$s."
2419
  msgstr ""
2420
 
2421
+ #: src/admin-views/tribe-options-licenses.php:22
2422
+ msgid ""
2423
+ "Each paid add-on has its own unique license key. Simply paste the key into "
2424
+ "its appropriate field below, and give it a moment to validate. You know "
2425
+ "you're set when a green expiration date appears alongside a \"valid\" "
2426
+ "message."
2427
  msgstr ""
2428
 
2429
+ #: src/admin-views/tribe-options-licenses.php:25
2430
+ msgid ""
2431
+ "If you're seeing a red message telling you that your key isn't valid or is "
2432
+ "out of installs, visit %1$s to manage your installs or renew / upgrade your "
2433
+ "license."
2434
  msgstr ""
2435
 
2436
+ #: src/admin-views/tribe-options-licenses.php:30
2437
+ msgid ""
2438
+ "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > "
2439
+ "Updates%2$s and click \"Check Again\"."
2440
  msgstr ""
2441
 
2442
+ #: src/admin-views/tribe-options-licenses.php:38
2443
+ msgid ""
2444
+ "%1$s Using our plugins in a multisite network? %2$s Please note that your "
2445
+ "license key will be applied to the entire network, not just this site."
2446
  msgstr ""
2447
 
2448
+ #: src/admin-views/tribe-options-licenses.php:47
2449
+ msgid ""
2450
+ "Only license fields for %1$snetwork activated%2$s plugins will be listed on "
2451
+ "this screen. "
2452
  msgstr ""
2453
 
2454
+ #: src/admin-views/tribe-options-network.php:15
2455
+ msgid "Network Settings"
2456
  msgstr ""
2457
 
2458
+ #: src/admin-views/tribe-options-network.php:19
2459
+ msgid ""
2460
+ "This is where all of the global network settings for Modern Tribe's The "
2461
+ "Events Calendar can be modified."
2462
  msgstr ""
2463
 
2464
+ #: src/admin-views/tribe-options-network.php:27
2465
+ msgid "Hide the following settings tabs on every site:"
2466
  msgstr ""
2467
 
2468
+ #: vendor/a5hleyrich/wp-background-processing/classes/wp-background-process.php:425
2469
+ msgid "Every %d Minutes"
2470
  msgstr ""
2471
 
2472
+ #. Plugin Name of the plugin/theme
2473
+ msgid "Tribe Common"
2474
  msgstr ""
2475
 
2476
+ #. Description of the plugin/theme
2477
+ msgid "An event settings framework for managing shared options"
2478
  msgstr ""
2479
 
2480
+ #. Author of the plugin/theme
2481
+ msgid "Modern Tribe, Inc."
2482
  msgstr ""
2483
 
2484
+ #. Author URI of the plugin/theme
2485
+ msgid "http://m.tri.be/1x"
2486
  msgstr ""
common/readme.txt CHANGED
@@ -2,6 +2,26 @@
2
 
3
  == Changelog ==
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  = [4.7.11] 2018-04-18 =
6
 
7
  * Fix - Restore "type" attribute to some inline `<script>` tags to ensure proper character encoding in Customizer-generated CSS [103167]
2
 
3
  == Changelog ==
4
 
5
+ = [4.7.14] 2018-05-29 =
6
+
7
+ * Fix - Adjust the `Tribe__PUE__Checker` $stats creation regarding WordPress multisite installs [84231]
8
+ * Fix - Hide any errors generated by servers that don't support `set_time_limit()` [64183]
9
+
10
+ = [4.7.13] 2018-05-16 =
11
+
12
+ * Fix - Prevent PHP 5.2 error on new Queuing Proccess `T_PAAMAYIM_NEKUDOTAYIM` [106696]
13
+ * Fix - Modify some language and typos
14
+
15
+ = [4.7.12] 2018-05-09 =
16
+
17
+ * Fix - Updated datatables.js to its most recent version to prevent conflicts [102465]
18
+ * Tweak - Added the `Tribe__Process__Queue` class to handle background processing operations
19
+ * Tweak - Changed 'forums' for 'help desk' in the Help content [104561]
20
+ * Tweak - Updated datatables.js to most recent version, to prevent conflicts [102465]
21
+ * Tweak - Add `tribe_set_time_limit()` wrapper function to prevent errors from `set_time_limit()` [64183]
22
+ * Tweak - Changed 'forums' to 'help desk' throughout the content in the "Help" tab [104561]
23
+ * Language - 3 new strings added, 84 updated, 3 fuzzied, and 3 obsoleted
24
+
25
  = [4.7.11] 2018-04-18 =
26
 
27
  * Fix - Restore "type" attribute to some inline `<script>` tags to ensure proper character encoding in Customizer-generated CSS [103167]
common/src/Tribe/Abstract_Deactivation.php CHANGED
@@ -43,7 +43,7 @@ abstract class Tribe__Abstract_Deactivation {
43
  $blog_ids = $wpdb->get_col( $wpdb->prepare( "SELECT blog_id FROM {$wpdb->blogs} WHERE site_id=%d", $site->id ) );
44
  $large = wp_is_large_network();
45
  foreach ( $blog_ids as $blog ) {
46
- set_time_limit( 30 );
47
  switch_to_blog( $blog );
48
  $large ? $this->short_blog_deactivate() : $this->blog_deactivate();
49
  restore_current_blog();
43
  $blog_ids = $wpdb->get_col( $wpdb->prepare( "SELECT blog_id FROM {$wpdb->blogs} WHERE site_id=%d", $site->id ) );
44
  $large = wp_is_large_network();
45
  foreach ( $blog_ids as $blog ) {
46
+ tribe_set_time_limit( 30 );
47
  switch_to_blog( $blog );
48
  $large ? $this->short_blog_deactivate() : $this->blog_deactivate();
49
  restore_current_blog();
common/src/Tribe/Context.php CHANGED
@@ -85,7 +85,7 @@ class Tribe__Context {
85
  * This method exists to allow us test code that behaves differently depending on the execution
86
  * context; passing a value to this argument will set it to that value in future checks, a test-related usage.
87
  *
88
- * @since TBD
89
  *
90
  * @param bool $doing_ajax An injectable status to override the `DOING_AJAX` check.
91
  *
85
  * This method exists to allow us test code that behaves differently depending on the execution
86
  * context; passing a value to this argument will set it to that value in future checks, a test-related usage.
87
  *
88
+ * @since 4.7.12
89
  *
90
  * @param bool $doing_ajax An injectable status to override the `DOING_AJAX` check.
91
  *
common/src/Tribe/Date_Utils.php CHANGED
@@ -18,6 +18,7 @@ if ( ! class_exists( 'Tribe__Date_Utils' ) ) {
18
  const MERIDIANFORMAT = 'A';
19
  const DBDATEFORMAT = 'Y-m-d';
20
  const DBDATETIMEFORMAT = 'Y-m-d H:i:s';
 
21
  const DBTIMEFORMAT = 'H:i:s';
22
  const DBYEARMONTHTIMEFORMAT = 'Y-m';
23
 
18
  const MERIDIANFORMAT = 'A';
19
  const DBDATEFORMAT = 'Y-m-d';
20
  const DBDATETIMEFORMAT = 'Y-m-d H:i:s';
21
+ const DBTZDATETIMEFORMAT = 'Y-m-d H:i:s O';
22
  const DBTIMEFORMAT = 'H:i:s';
23
  const DBYEARMONTHTIMEFORMAT = 'Y-m';
24
 
common/src/Tribe/Db.php ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Class Tribe__Db
5
+ *
6
+ * Provides information about the database settings.
7
+ */
8
+ class Tribe__Db {
9
+
10
+ /**
11
+ * Gets the value of the `max_allowed_packet` setting.
12
+ *
13
+ * @since 4.7.12
14
+ *
15
+ * @return int
16
+ *
17
+ * @link https://dev.mysql.com/doc/refman/5.7/en/packet-too-large.html
18
+ */
19
+ public function get_max_allowed_packet_size() {
20
+ /** @var wpdb $wpdb */
21
+ global $wpdb;
22
+
23
+ $max_size = $wpdb->get_results( "SHOW VARIABLES LIKE 'max_allowed_packet';", ARRAY_A );
24
+ // default the size to 1MB
25
+ $max_size = ! empty( $max_size[0]['Value'] ) ? $max_size[0]['Value'] : 1048576;
26
+
27
+ /**
28
+ * Filters the size of the `max_allowed_packet` setting in bytes.
29
+ *
30
+ * @since 4.7.12
31
+ *
32
+ * @param int $max_size By default the `max_allowed_packet` from the database.
33
+ */
34
+ $max_size = apply_filters( 'tribe_db_max_allowed_packet', $max_size );
35
+
36
+ return $max_size;
37
+ }
38
+ }
common/src/Tribe/JSON_LD/Abstract.php CHANGED
@@ -31,7 +31,7 @@ abstract class Tribe__JSON_LD__Abstract {
31
  /**
32
  * Holder for a post when it has multiple types
33
  *
34
- * @since TBD
35
  *
36
  * @var array
37
  */
@@ -270,7 +270,7 @@ abstract class Tribe__JSON_LD__Abstract {
270
  /**
271
  * Public method to have access to the types
272
  *
273
- * @since TBD
274
  *
275
  * @return array
276
  */
@@ -281,7 +281,7 @@ abstract class Tribe__JSON_LD__Abstract {
281
  /**
282
  * Register the current $type to prevent duplicates entries with different $types and IDs
283
  *
284
- * @since TBD
285
  *
286
  * @param $post
287
  * @param $type
@@ -326,7 +326,7 @@ abstract class Tribe__JSON_LD__Abstract {
326
  /**
327
  * Return `true` if the $type has been already registered for the specified $id.
328
  *
329
- * @since TBD
330
  *
331
  * @param $id
332
  * @param $type
31
  /**
32
  * Holder for a post when it has multiple types
33
  *
34
+ * @since 4.7.12
35
  *
36
  * @var array
37
  */
270
  /**
271
  * Public method to have access to the types
272
  *
273
+ * @since 4.7.12
274
  *
275
  * @return array
276
  */
281
  /**
282
  * Register the current $type to prevent duplicates entries with different $types and IDs
283
  *
284
+ * @since 4.7.12
285
  *
286
  * @param $post
287
  * @param $type
326
  /**
327
  * Return `true` if the $type has been already registered for the specified $id.
328
  *
329
+ * @since 4.7.12
330
  *
331
  * @param $id
332
  * @param $type
common/src/Tribe/Languages/Locations.php CHANGED
@@ -303,7 +303,7 @@ class Tribe__Languages__Locations {
303
  /**
304
  * Filter that allows to change the list and the output of the countries names.
305
  *
306
- * @since TBD
307
  *
308
  * @param array associative array with: Country Code => Country Name
309
  */
@@ -380,7 +380,7 @@ class Tribe__Languages__Locations {
380
  /**
381
  * Filter that allows to change the names of US states before output.
382
  *
383
- * @since TBD
384
  *
385
  * @param array Associative array with the format: State Code => State Name
386
  */
303
  /**
304
  * Filter that allows to change the list and the output of the countries names.
305
  *
306
+ * @since 4.7.12
307
  *
308
  * @param array associative array with: Country Code => Country Name
309
  */
380
  /**
381
  * Filter that allows to change the names of US states before output.
382
  *
383
+ * @since 4.7.12
384
  *
385
  * @param array Associative array with the format: State Code => State Name
386
  */
common/src/Tribe/Main.php CHANGED
@@ -17,7 +17,7 @@ class Tribe__Main {
17
  const OPTIONNAME = 'tribe_events_calendar_options';
18
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
19
 
20
- const VERSION = '4.7.11';
21
 
22
  const FEED_URL = 'https://theeventscalendar.com/feed/';
23
 
@@ -171,21 +171,13 @@ class Tribe__Main {
171
  array(
172
  array( 'tribe-accessibility-css', 'accessibility.css' ),
173
  array( 'tribe-clipboard', 'vendor/clipboard/clipboard.js' ),
174
- array( 'datatables', 'vendor/datatables/media/js/jquery.dataTables.js', array( 'jquery' ) ),
175
  array( 'tribe-select2', 'vendor/tribe-select2/select2.js', array( 'jquery' ) ),
176
  array( 'tribe-select2-css', 'vendor/tribe-select2/select2.css' ),
177
  array( 'tribe-utils-camelcase', 'utils-camelcase.js', array( 'underscore' ) ),
178
  array( 'tribe-moment', 'vendor/momentjs/moment.js' ),
179
  array( 'datatables-css', 'datatables.css' ),
180
- array( 'datatables-responsive', 'vendor/datatables/extensions/Responsive/js/dataTables.responsive.js', array( 'jquery', 'datatables' ) ),
181
- array( 'datatables-responsive-css', 'vendor/datatables/extensions/Responsive/css/responsive.dataTables.css' ),
182
- array( 'datatables-select', 'vendor/datatables/extensions/Select/js/dataTables.select.js', array( 'jquery', 'datatables' ) ),
183
- array( 'datatables-select-css', 'vendor/datatables/extensions/Select/css/select.dataTables.css' ),
184
- array( 'datatables-scroller', 'vendor/datatables/extensions/Scroller/js/dataTables.scroller.js', array( 'jquery', 'datatables' ) ),
185
- array( 'datatables-scroller-css', 'vendor/datatables/extensions/Scroller/css/scroller.dataTables.css' ),
186
- array( 'datatables-fixedheader', 'vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js', array( 'jquery', 'datatables' ) ),
187
- array( 'datatables-fixedheader-css', 'vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.css' ),
188
- array( 'tribe-datatables', 'tribe-datatables.js', array( 'datatables', 'datatables-select' ) ),
189
  array( 'tribe-bumpdown', 'bumpdown.js', array( 'jquery', 'underscore', 'hoverIntent' ) ),
190
  array( 'tribe-bumpdown-css', 'bumpdown.css' ),
191
  array( 'tribe-buttonset-style', 'buttonset.css' ),
@@ -476,7 +468,7 @@ class Tribe__Main {
476
  *
477
  * @param bool $doing_ajax An injectable status to override the `DOING_AJAX` check.
478
  *
479
- * @deprecated TBD
480
  *
481
  * @return boolean
482
  */
@@ -500,6 +492,7 @@ class Tribe__Main {
500
  * Runs tribe_plugins_loaded action, should be hooked to the end of plugins_loaded
501
  */
502
  public function tribe_plugins_loaded() {
 
503
  /**
504
  * Runs after all plugins including Tribe ones have loaded
505
  *
@@ -530,11 +523,10 @@ class Tribe__Main {
530
  tribe_singleton( 'post-duplicate', 'Tribe__Duplicate__Post' );
531
  tribe_singleton( 'context', 'Tribe__Context' );
532
  tribe_singleton( 'post-transient', 'Tribe__Post_Transient' );
 
533
 
534
  tribe_singleton( 'callback', 'Tribe__Utils__Callback' );
535
  tribe_singleton( 'pue.notices', 'Tribe__PUE__Notices' );
536
-
537
- tribe()->register( 'Tribe__Service_Providers__Processes' );
538
  }
539
 
540
  /************************
17
  const OPTIONNAME = 'tribe_events_calendar_options';
18
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
19
 
20
+ const VERSION = '4.7.14';
21
 
22
  const FEED_URL = 'https://theeventscalendar.com/feed/';
23
 
171
  array(
172
  array( 'tribe-accessibility-css', 'accessibility.css' ),
173
  array( 'tribe-clipboard', 'vendor/clipboard/clipboard.js' ),
174
+ array( 'datatables', 'vendor/datatables/datatables.js', array( 'jquery' ) ),
175
  array( 'tribe-select2', 'vendor/tribe-select2/select2.js', array( 'jquery' ) ),
176
  array( 'tribe-select2-css', 'vendor/tribe-select2/select2.css' ),
177
  array( 'tribe-utils-camelcase', 'utils-camelcase.js', array( 'underscore' ) ),
178
  array( 'tribe-moment', 'vendor/momentjs/moment.js' ),
179
  array( 'datatables-css', 'datatables.css' ),
180
+ array( 'tribe-datatables', 'tribe-datatables.js', array( 'datatables' ) ),
 
 
 
 
 
 
 
 
181
  array( 'tribe-bumpdown', 'bumpdown.js', array( 'jquery', 'underscore', 'hoverIntent' ) ),
182
  array( 'tribe-bumpdown-css', 'bumpdown.css' ),
183
  array( 'tribe-buttonset-style', 'buttonset.css' ),
468
  *
469
  * @param bool $doing_ajax An injectable status to override the `DOING_AJAX` check.
470
  *
471
+ * @deprecated 4.7.12
472
  *
473
  * @return boolean
474
  */
492
  * Runs tribe_plugins_loaded action, should be hooked to the end of plugins_loaded
493
  */
494
  public function tribe_plugins_loaded() {
495
+ tribe_register_provider( 'Tribe__Service_Providers__Processes' );
496
  /**
497
  * Runs after all plugins including Tribe ones have loaded
498
  *
523
  tribe_singleton( 'post-duplicate', 'Tribe__Duplicate__Post' );
524
  tribe_singleton( 'context', 'Tribe__Context' );
525
  tribe_singleton( 'post-transient', 'Tribe__Post_Transient' );
526
+ tribe_singleton( 'db', 'Tribe__Db' );
527
 
528
  tribe_singleton( 'callback', 'Tribe__Utils__Callback' );
529
  tribe_singleton( 'pue.notices', 'Tribe__PUE__Notices' );
 
 
530
  }
531
 
532
  /************************
common/src/Tribe/Meta/Chunker.php CHANGED
@@ -439,10 +439,8 @@ class Tribe__Meta__Chunker {
439
  if ( ! empty( $this->max_chunk_size ) ) {
440
  return $this->max_chunk_size;
441
  }
442
- /** @var wpdb $wpdb */
443
- global $wpdb;
444
- $max_size = $wpdb->get_results( "SHOW VARIABLES LIKE 'max_allowed_packet';", ARRAY_A );
445
- $max_size = ! empty( $max_size[0]['Value'] ) ? $max_size[0]['Value'] : 1048576;
446
 
447
  /**
448
  * Filters the max size of the of the chunks in bytes.
439
  if ( ! empty( $this->max_chunk_size ) ) {
440
  return $this->max_chunk_size;
441
  }
442
+
443
+ $max_size = tribe( 'db' )->get_max_allowed_packet_size();
 
 
444
 
445
  /**
446
  * Filters the max size of the of the chunks in bytes.
common/src/Tribe/PUE/Checker.php CHANGED
@@ -682,9 +682,9 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
682
  AND `deleted` = '0'
683
  ";
684
 
685
- $stats['multisite'] = 1;
686
- $stats['network_activated'] = (int) $this->is_plugin_active_for_network();
687
- $stats['active_sites'] = (int) $wpdb->get_var( $sql_count );
688
  }
689
 
690
  self::$stats = $stats;
682
  AND `deleted` = '0'
683
  ";
684
 
685
+ $stats['network']['multisite'] = 1;
686
+ $stats['network']['network_activated'] = (int) $this->is_plugin_active_for_network();
687
+ $stats['network']['active_sites'] = (int) $wpdb->get_var( $sql_count );
688
  }
689
 
690
  self::$stats = $stats;
common/src/Tribe/Process/Handler.php CHANGED
@@ -5,7 +5,7 @@
5
  *
6
  * The base class for all Modern Tribe async process handlers.
7
  *
8
- * @since TBD
9
  *
10
  * @see Tribe__Service_Providers__Processes for more insight about this class utility.
11
  */
@@ -18,7 +18,7 @@ abstract class Tribe__Process__Handler extends WP_Async_Request {
18
  /**
19
  * Tribe__Process__Handler constructor.
20
  *
21
- * @since TBD
22
  */
23
  public function __construct() {
24
  $class = get_class( $this );
@@ -29,27 +29,28 @@ abstract class Tribe__Process__Handler extends WP_Async_Request {
29
  /**
30
  * Returns the async process action name.
31
  *
32
- * @since TBD
 
 
33
  *
34
  * @return string
 
 
35
  */
36
- abstract public static function action();
 
 
 
37
 
38
  /**
39
- * Handles the post thumbnail setting process immediately, not in an async manner.
40
  *
41
- * The post thumbnail will be uploaded, if not uploaded already, using the `tribe_upload_image` function.
42
- * This method is an alias of the publicly accessible `handle_request` one.
43
- *
44
- * @since TBD
45
  *
46
  * @param array|null $data_source If not provided the method will read the handler data from the
47
- * `$_POST` array.
48
  *
49
  * @return mixed
50
- *
51
- * @see tribe_upload_image()
52
- * @see Tribe__Process__Post_Thumbnail_Setter::sync_handle()
53
  */
54
  abstract public function sync_handle( array $data_source = null );
55
 
@@ -57,7 +58,7 @@ abstract class Tribe__Process__Handler extends WP_Async_Request {
57
  * Overrides the base `dispatch` method to allow for constants and/or environment vars to run
58
  * async requests in sync mode.
59
  *
60
- * @since TBD
61
  *
62
  * @return mixed
63
  */
5
  *
6
  * The base class for all Modern Tribe async process handlers.
7
  *
8
+ * @since 4.7.12
9
  *
10
  * @see Tribe__Service_Providers__Processes for more insight about this class utility.
11
  */
18
  /**
19
  * Tribe__Process__Handler constructor.
20
  *
21
+ * @since 4.7.12
22
  */
23
  public function __construct() {
24
  $class = get_class( $this );
29
  /**
30
  * Returns the async process action name.
31
  *
32
+ * Extending classes must override this method to return their unique action slug.
33
+ *
34
+ * @since 4.7.12
35
  *
36
  * @return string
37
+ *
38
+ * @throws RuntimeException If the extending class does not override this method.
39
  */
40
+ public static function action() {
41
+ $class = get_called_class();
42
+ throw new RuntimeException( "Class {$class} should override the `action` method to define its own unique identifier." );
43
+ }
44
 
45
  /**
46
+ * Handles the process immediately, not in an async manner.
47
  *
48
+ * @since 4.7.12
 
 
 
49
  *
50
  * @param array|null $data_source If not provided the method will read the handler data from the
51
+ * request array.
52
  *
53
  * @return mixed
 
 
 
54
  */
55
  abstract public function sync_handle( array $data_source = null );
56
 
58
  * Overrides the base `dispatch` method to allow for constants and/or environment vars to run
59
  * async requests in sync mode.
60
  *
61
+ * @since 4.7.12
62
  *
63
  * @return mixed
64
  */
common/src/Tribe/Process/Post_Thumbnail_Setter.php CHANGED
@@ -11,7 +11,7 @@
11
  * $post_thumbnail_setter->set_post_thumbnail( 'http://foo.com/random-image.jpg' );
12
  * $post_thumbnail_setter->dispatch();
13
  *
14
- * @since TBD
15
  */
16
  class Tribe__Process__Post_Thumbnail_Setter extends Tribe__Process__Handler {
17
  /**
@@ -41,7 +41,7 @@ class Tribe__Process__Post_Thumbnail_Setter extends Tribe__Process__Handler {
41
  throw new InvalidArgumentException( 'Post ID and featured image should be set before trying to dispatch.' );
42
  }
43
 
44
- $this->data( array( 'post_id' => $this->post_id, 'post_thumbnail' => $this->post_thumbnail ) );
45
 
46
  return parent::dispatch();
47
  }
@@ -50,7 +50,7 @@ class Tribe__Process__Post_Thumbnail_Setter extends Tribe__Process__Handler {
50
  * Sets the ID of the post the post thumbnail (aka "featured image") should be attached
51
  * and set for.
52
  *
53
- * @since TBD
54
  *
55
  * @param int $post_id The target post ID.
56
  */
@@ -61,7 +61,7 @@ class Tribe__Process__Post_Thumbnail_Setter extends Tribe__Process__Handler {
61
  /**
62
  * Sets the post thumbnail ID or source the process should set.
63
  *
64
- * @since TBD
65
  *
66
  * @param int|string $post_thumbnail Either an attachment ID or the full URL, or path, to
67
  * the post thumbnail image.
@@ -76,7 +76,7 @@ class Tribe__Process__Post_Thumbnail_Setter extends Tribe__Process__Handler {
76
  * The post thumbnail will be uploaded, if not uploaded already, using the `tribe_upload_image` function.
77
  * This method is an alias of the publicly accessible `sync_handle` one.
78
  *
79
- * @since TBD
80
  *
81
  * @see tribe_upload_image()
82
  * @see Tribe__Process__Post_Thumbnail_Setter::sync_handle()
11
  * $post_thumbnail_setter->set_post_thumbnail( 'http://foo.com/random-image.jpg' );
12
  * $post_thumbnail_setter->dispatch();
13
  *
14
+ * @since 4.7.12
15
  */
16
  class Tribe__Process__Post_Thumbnail_Setter extends Tribe__Process__Handler {
17
  /**
41
  throw new InvalidArgumentException( 'Post ID and featured image should be set before trying to dispatch.' );
42
  }
43
 
44
+ $this->data( array( 'post_id' => $this->post_id, 'post_thumbnail' => trim( $this->post_thumbnail ) ) );
45
 
46
  return parent::dispatch();
47
  }
50
  * Sets the ID of the post the post thumbnail (aka "featured image") should be attached
51
  * and set for.
52
  *
53
+ * @since 4.7.12
54
  *
55
  * @param int $post_id The target post ID.
56
  */
61
  /**
62
  * Sets the post thumbnail ID or source the process should set.
63
  *
64
+ * @since 4.7.12
65
  *
66
  * @param int|string $post_thumbnail Either an attachment ID or the full URL, or path, to
67
  * the post thumbnail image.
76
  * The post thumbnail will be uploaded, if not uploaded already, using the `tribe_upload_image` function.
77
  * This method is an alias of the publicly accessible `sync_handle` one.
78
  *
79
+ * @since 4.7.12
80
  *
81
  * @see tribe_upload_image()
82
  * @see Tribe__Process__Post_Thumbnail_Setter::sync_handle()
common/src/Tribe/Process/Queue.php ADDED
@@ -0,0 +1,452 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Class Tribe__Process__Queue
5
+ *
6
+ * @since 4.7.12
7
+ *
8
+ * The base class to process queues asynchronously.
9
+ */
10
+ abstract class Tribe__Process__Queue extends WP_Background_Process {
11
+
12
+ /**
13
+ * @var string The common identified prefix to all our async process handlers.
14
+ */
15
+ protected $prefix = 'tribe_queue';
16
+
17
+ /**
18
+ * @var string The base that should be used to build the queue id.
19
+ */
20
+ protected $id_base;
21
+
22
+ /**
23
+ * @var string The queue unique identifier
24
+ */
25
+ protected $id;
26
+
27
+ /**
28
+ * @var int How many items this instance processed.
29
+ */
30
+ protected $done = 0;
31
+
32
+ /**
33
+ * @var int
34
+ */
35
+ protected $original_batch_count = 0;
36
+
37
+ /**
38
+ * @var int The maximum size of a fragment in bytes.
39
+ */
40
+ protected $max_frag_size;
41
+
42
+ /**
43
+ * @var bool Whether the current handling is sync or not.
44
+ */
45
+ protected $doing_sync = false;
46
+
47
+ /**
48
+ * @var bool Whether the queue `save` method was already called or not.
49
+ */
50
+ protected $did_save = false;
51
+
52
+ /**
53
+ * @var string The batch key used by the queue.
54
+ */
55
+ protected $batch_key;
56
+
57
+ /**
58
+ * {@inheritdoc}
59
+ */
60
+ public function __construct() {
61
+ $class = get_class( $this );
62
+ $this->action = call_user_func( array( $class, 'action' ) );
63
+
64
+ parent::__construct();
65
+ }
66
+
67
+ /**
68
+ * Stops a queue that might be running.
69
+ *
70
+ * The queue process results are not rolled back (e.g. 200 posts to create, stopped
71
+ * after 50, those 50 posts will persist).
72
+ *
73
+ * @since 4.7.12
74
+ *
75
+ * @param string $queue_id The unique identifier of the queue that should be stopped.
76
+ *
77
+ * @see Tribe__Process__Queue::save() to get the queue unique id.
78
+ */
79
+ public static function stop_queue( $queue_id ) {
80
+ $meta = (array) get_transient( $queue_id . '_meta' );
81
+ delete_transient( $queue_id . '_meta' );
82
+
83
+ if ( ! empty( $meta['identifier'] ) ) {
84
+ delete_site_transient( $meta['identifier'] . '_process_lock' );
85
+ }
86
+
87
+ return delete_site_option( $queue_id );
88
+ }
89
+
90
+ /**
91
+ * Returns a queue status and information.
92
+ *
93
+ * @since 4.7.12
94
+ *
95
+ * @param string $queue_id
96
+ *
97
+ * @return Tribe__Data An object containing information about the queue.
98
+ *
99
+ * @see Tribe__Process__Queue::save() to get the queue unique id.
100
+ */
101
+ public static function get_status_of( $queue_id ) {
102
+ $meta = (array) get_transient( $queue_id . '_meta' );
103
+ $data = array(
104
+ 'identifier' => $queue_id,
105
+ 'done' => (int) Tribe__Utils__Array::get( $meta, 'done', 0 ),
106
+ 'total' => (int) Tribe__Utils__Array::get( $meta, 'total', 0 ),
107
+ 'fragments' => (int) Tribe__Utils__Array::get( $meta, 'fragments', 0 ),
108
+ );
109
+
110
+ return new Tribe__Data( $data, 0 );
111
+ }
112
+
113
+ /**
114
+ * Returns the async process action name.
115
+ *
116
+ * Extending classes must override this method to return their unique action slug.
117
+ *
118
+ * @since 4.7.12
119
+ *
120
+ * @return string
121
+ *
122
+ * @throws RuntimeException If the extending class does not override this method.
123
+ */
124
+ public static function action() {
125
+ $class = get_called_class();
126
+ throw new RuntimeException( "Class {$class} should override the `action` method to define its own unique identifier." );
127
+ }
128
+
129
+ /**
130
+ * {@inheritdoc}
131
+ */
132
+ public function delete( $key ) {
133
+ global $wpdb;
134
+
135
+ $meta_key = $this->get_meta_key( $key );
136
+
137
+ $table = $wpdb->options;
138
+ $column = 'option_name';
139
+
140
+ if ( is_multisite() ) {
141
+ $table = $wpdb->sitemeta;
142
+ $column = 'meta_key';
143
+ }
144
+
145
+ $key = $wpdb->esc_like( $key ) . '%';
146
+
147
+ $wpdb->query( $wpdb->prepare( "
148
+ DELETE
149
+ FROM {$table}
150
+ WHERE {$column} LIKE %s
151
+ ", $key ) );
152
+
153
+ delete_transient( $meta_key );
154
+
155
+ return $this;
156
+ }
157
+
158
+ /**
159
+ * {@inheritdoc}
160
+ */
161
+ public function update( $key, $data ) {
162
+ $meta_key = $this->get_meta_key( $key );
163
+ $meta = (array) get_transient( $meta_key );
164
+ $done = $this->original_batch_count - count( $data );
165
+
166
+ $update_data = array_merge( $meta, array(
167
+ 'done' => $meta['done'] + $done,
168
+ ) );
169
+
170
+ /**
171
+ * Filters the information that will be updated in the database for this queue type.
172
+ *
173
+ * @since 4.7.12
174
+ *
175
+ * @param array $update_data
176
+ * @param self $this
177
+ */
178
+ $update_data = apply_filters( "tribe_process_queue_{$this->identifier}_update_data", $update_data, $this );
179
+
180
+ set_transient( $meta_key, $update_data );
181
+
182
+ return parent::update( $key, $data );
183
+ }
184
+
185
+ /**
186
+ * {@inheritdoc}
187
+ */
188
+ public function save() {
189
+ $key = $this->generate_key();
190
+
191
+ $fragments_count = $this->save_split_data( $key, $this->data );
192
+
193
+ $save_data = array(
194
+ 'identifier' => $this->identifier,
195
+ 'done' => 0,
196
+ 'total' => count( $this->data ),
197
+ 'fragments' => $fragments_count,
198
+ );
199
+
200
+ /**
201
+ * Filters the information that will be saved to the database for this queue type.
202
+ *
203
+ * @since 4.7.12
204
+ *
205
+ * @param array $save_data
206
+ * @param self $this
207
+ */
208
+ $save_data = apply_filters( "tribe_process_queue_{$this->identifier}_save_data", $save_data, $this );
209
+
210
+ set_transient( $this->get_meta_key( $key ), $save_data );
211
+
212
+ $this->did_save = true;
213
+ $this->id = $key;
214
+
215
+ return $this;
216
+ }
217
+
218
+ /**
219
+ * Generates the unique key for the queue optionally using the client provided
220
+ * id.
221
+ *
222
+ * @since 4.7.12
223
+ *
224
+ * @return string
225
+ */
226
+ protected function generate_key( $length = 64 ) {
227
+ if ( empty( $this->id_base ) ) {
228
+ $this->id_base = md5( microtime() . mt_rand() );
229
+ }
230
+
231
+ $prepend = $this->identifier . '_batch_';
232
+
233
+ $this->batch_key = substr( $prepend . $this->id_base, 0, $length );
234
+
235
+ return $this->batch_key;
236
+ }
237
+
238
+ /**
239
+ * Saves the queue data to the database taking max_packet_size into account.
240
+ *
241
+ * In some instances the serialized size of the data might be bigger than the
242
+ * database `max_packet_size`; trying to write all the data in one query would
243
+ * make the db "go away...".
244
+ * Here we try to read the database `max_packet_size` setting and use that information
245
+ * to avoid overloading the query.
246
+ *
247
+ * @param string $key
248
+ * @param array $data
249
+ *
250
+ * @return int The number of fragments the data was split and stored into.
251
+ */
252
+ protected function save_split_data( $key, array $data ) {
253
+ if ( empty( $data ) ) {
254
+ return 0;
255
+ }
256
+
257
+ $max_frag_size = $this->get_max_frag_size();
258
+ // we add a 15% to the size to take the serialization and query overhead into account when fragmenting
259
+ $serialized_size = ( strlen( utf8_decode( maybe_serialize( $data ) ) ) ) * 1.15;
260
+ $frags_count = (int) ceil( $serialized_size / $max_frag_size );
261
+ $per_frag = max( (int) floor( count( $data ) / $frags_count ), 1 );
262
+
263
+ $split_data = array_chunk( $data, $per_frag );
264
+
265
+ if ( empty( $split_data ) ) {
266
+ return 0;
267
+ }
268
+
269
+ foreach ( $split_data as $i => $iValue ) {
270
+ $postfix = 0 === $i ? '' : "_{$i}";
271
+ update_site_option( $key . $postfix, $split_data[ $i ] );
272
+ }
273
+
274
+ return count( $split_data );
275
+ }
276
+
277
+ /**
278
+ * Returns the max frag size in bytes.
279
+ *
280
+ * The bottleneck here is the database `max_packet_size` so we try to read
281
+ * it from the database.
282
+ *
283
+ * @return int The max size, in bytes, of a data fragment.
284
+ */
285
+ protected function get_max_frag_size() {
286
+ if ( ! empty( $this->max_frag_size ) ) {
287
+ return $this->max_frag_size;
288
+ }
289
+
290
+ return tribe( 'db' )->get_max_allowed_packet_size();
291
+ }
292
+
293
+ /**
294
+ * Sets the maximum size, in bytes, of the queue fragments.
295
+ *
296
+ * This will prevent the class from trying to read the value from the database.
297
+ *
298
+ * @since 4.7.12
299
+ *
300
+ * @param int $max_frag_size
301
+ */
302
+ public function set_max_frag_size( $max_frag_size ) {
303
+ $this->max_frag_size = $max_frag_size;
304
+ }
305
+
306
+ /**
307
+ * Returns the queue unique identifier.
308
+ *
309
+ * Mind that an id will only be available after saving a queue.
310
+ *
311
+ * @since 4.7.12
312
+ *
313
+ * @return string
314
+ * @throws RuntimeException if trying to get the queue id before saving it.
315
+ */
316
+ public function get_id() {
317
+ if ( null === $this->id ) {
318
+ // not localized as this is a developer-land error
319
+ throw new RuntimeException( 'Can only get the id of queue after saving it.' );
320
+ }
321
+
322
+ return $this->id;
323
+ }
324
+
325
+ /**
326
+ * Overrides the base `dispatch` method to allow for constants and/or environment vars to run
327
+ * async requests in sync mode.
328
+ *
329
+ * @since 4.7.12
330
+ *
331
+ * @return mixed
332
+ */
333
+ public function dispatch() {
334
+ if (
335
+ ( defined( 'TRIBE_NO_ASYNC' ) && true === TRIBE_NO_ASYNC )
336
+ || true == getenv( 'TRIBE_NO_ASYNC' )
337
+ || (bool) tribe_get_request_var( 'tribe_queue_sync', false )
338
+ || tribe_is_truthy( tribe_get_option( 'tribe_queue_sync', false ) )
339
+ ) {
340
+ return $this->sync_process( $this->data );
341
+ }
342
+
343
+ return parent::dispatch();
344
+ }
345
+
346
+ /**
347
+ * Handles the process immediately, not in an async manner.
348
+ *
349
+ * @since 4.7.12
350
+ *
351
+ * @return array An array containing the result of each item handling.
352
+ */
353
+ public function sync_process() {
354
+ $result = array();
355
+ $this->doing_sync = true;
356
+
357
+ foreach ( $this->data as $item ) {
358
+ $result[] = $this->task( $item );
359
+ }
360
+
361
+ return $result;
362
+ }
363
+
364
+ /**
365
+ * {@inheritdoc}
366
+ */
367
+ protected function get_batch() {
368
+ $batch = parent::get_batch();
369
+
370
+ $this->original_batch_count = ! empty( $batch->data ) ? count( $batch->data ) : 0;
371
+
372
+ return $batch;
373
+ }
374
+
375
+ /**
376
+ * {@inheritdoc}
377
+ */
378
+ protected function get_post_args() {
379
+ $post_args = parent::get_post_args();
380
+
381
+ /**
382
+ * While sending the data into the body makes sense for the async process it does
383
+ * not make sense when processing a queue since the data will be stored and read
384
+ * from the database; furthermore this could raise issues with the max POST size.
385
+ */
386
+ $post_args['body'] = array();
387
+
388
+ return $post_args;
389
+ }
390
+
391
+ /**
392
+ * Returns the name of the transient that will store the queue meta information
393
+ * for the specific key.
394
+ *
395
+ * @since 4.7.12
396
+ *
397
+ * @param string $key
398
+ *
399
+ * @return string
400
+ */
401
+ public function get_meta_key( $key ) {
402
+ $key = preg_replace( '/^(.*)_\\d+$/', '$1', $key );
403
+
404
+ return $key . '_meta';
405
+ }
406
+
407
+ /**
408
+ * Sets the queue unique id.
409
+ *
410
+ * When using this method the client code takes charge of the queue id uniqueness;
411
+ * the class will not check it.
412
+ *
413
+ * @since 4.7.12
414
+ *
415
+ * @param string $queue_id
416
+ *
417
+ * @throws RuntimeException If trying to set the queue id after saving it.
418
+ */
419
+ public function set_id( $queue_id ) {
420
+ if ( $this->did_save ) {
421
+ throw new RuntimeException( 'The queue id can be set only before saving it.' );
422
+ }
423
+
424
+ $queue_id = preg_replace( '/^' . preg_quote( $this->identifier, '/' ) . '_batch_/', '', $queue_id );
425
+
426
+ $this->id_base = $queue_id;
427
+ }
428
+
429
+ /**
430
+ * Returns the name of the option used by the queue to store its batch(es).
431
+ *
432
+ * Mind that this value will be set only when first saving the queue and it will not be set
433
+ * in following queue processing.
434
+ *
435
+ * @since 4.7.12
436
+ *
437
+ * @param int $n The number of a specific batch option name to get; defaults to `0` to get the
438
+ * option name of the first one.
439
+ *
440
+ * @return string
441
+ *
442
+ * @throws RuntimeException If trying to get the value before saving the queue or during following
443
+ * processing.
444
+ */
445
+ public function get_batch_key( $n = 0 ) {
446
+ if ( null === $this->batch_key || ! $this->did_save ) {
447
+ throw new RuntimeException( 'The batch key will only be set after the queue is first saved' );
448
+ }
449
+
450
+ return empty( $n ) ? $this->batch_key : $this->batch_key . '_' . (int) $n;
451
+ }
452
+ }
common/src/Tribe/Service_Providers/Processes.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Class Tribe__Service_Providers__Processes
5
  *
6
- * @since TBD
7
  *
8
  * Handles the registration and creation of our async process handlers.
9
  */
@@ -13,30 +13,49 @@ class Tribe__Service_Providers__Processes extends tad_DI52_ServiceProvider {
13
  * Binds and sets up implementations.
14
  */
15
  public function register() {
16
- if ( ! ( tribe( 'context' )->doing_ajax() && ! empty( $_POST['action'] ) ) ) {
 
 
 
17
  return;
18
  }
19
 
20
- $action = $_POST['action'];
21
-
22
- if ( 0 !== strpos( $action, 'tribe_process_' ) ) {
 
23
  return;
24
  }
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  $handlers = array(
27
  'Tribe__Process__Post_Thumbnail_Setter',
28
  );
29
 
30
  /**
31
- * Filters the process handlers the Service Provider should handle.
32
  *
33
  * All handlers should extend the `Tribe__Process__Handler` base class.
34
  *
35
- * @since TBD
36
  *
37
  * @param array $handlers
38
  */
39
- $handlers = apply_filters( 'tribe_process_handlers', $handlers );
40
 
41
  $all_handlers_actions = array_combine(
42
  $handlers,
@@ -49,14 +68,50 @@ class Tribe__Service_Providers__Processes extends tad_DI52_ServiceProvider {
49
  return;
50
  }
51
 
52
- // the handlers will handle the hooking
53
  $this->container->make( $handler_class );
54
  }
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  /**
57
  * Returns the action for the handler.
58
  *
59
- * @since TBD
60
  *
61
  * @param string $handler_class
62
  *
@@ -66,4 +121,18 @@ class Tribe__Service_Providers__Processes extends tad_DI52_ServiceProvider {
66
  /** @var Tribe__Process__Handler handler_class */
67
  return 'tribe_process_' . call_user_func( array( $handler_class, 'action' ) );
68
  }
69
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  /**
4
  * Class Tribe__Service_Providers__Processes
5
  *
6
+ * @since 4.7.12
7
  *
8
  * Handles the registration and creation of our async process handlers.
9
  */
13
  * Binds and sets up implementations.
14
  */
15
  public function register() {
16
+ if ( ! (
17
+ tribe( 'context' )->doing_ajax()
18
+ && false !== $action = tribe_get_request_var( 'action', false )
19
+ ) ) {
20
  return;
21
  }
22
 
23
+ if (
24
+ 0 !== strpos( $action, 'tribe_process_' )
25
+ && 0 !== strpos( $action, 'tribe_queue_' )
26
+ ) {
27
  return;
28
  }
29
 
30
+ if ( 0 === strpos( $action, 'tribe_process_' ) ) {
31
+ $this->hook_handler_for( $action );
32
+ } else {
33
+ $this->hook_queue_for( $action );
34
+ }
35
+ }
36
+
37
+ /**
38
+ * Hooks the correct handler for the action.
39
+ *
40
+ * @since 4.7.12
41
+ *
42
+ * @param string $action
43
+ */
44
+ protected function hook_handler_for( $action ) {
45
  $handlers = array(
46
  'Tribe__Process__Post_Thumbnail_Setter',
47
  );
48
 
49
  /**
50
+ * Filters the process handler classes the Service Provider should handle.
51
  *
52
  * All handlers should extend the `Tribe__Process__Handler` base class.
53
  *
54
+ * @since 4.7.12
55
  *
56
  * @param array $handlers
57
  */
58
+ $handlers = array_unique( apply_filters( 'tribe_process_handlers', $handlers ) );
59
 
60
  $all_handlers_actions = array_combine(
61
  $handlers,
68
  return;
69
  }
70
 
71
+ // the handler will handle the hooking
72
  $this->container->make( $handler_class );
73
  }
74
 
75
+ /**
76
+ * Hooks the correct queue for the action.
77
+ *
78
+ * @since 4.7.12
79
+ *
80
+ * @param string $action
81
+ */
82
+ protected function hook_queue_for( $action ) {
83
+ $queues = array();
84
+
85
+ /**
86
+ * Filters the queue processing classes the Service Provider should handle.
87
+ *
88
+ * All queues should extend the `Tribe__Process__Queue` base class.
89
+ *
90
+ * @since 4.7.12
91
+ *
92
+ * @param array $queues
93
+ */
94
+ $queues = array_unique( apply_filters( 'tribe_process_queues', $queues ) );
95
+
96
+ $all_queues_actions = array_combine(
97
+ $queues,
98
+ array_map( array( $this, 'get_queue_action' ), $queues )
99
+ );
100
+
101
+ $array_search = array_search( $action, $all_queues_actions );
102
+
103
+ if ( false === $queue_class = $array_search ) {
104
+ return;
105
+ }
106
+
107
+ // the queue will handle the hooking
108
+ $this->container->make( $queue_class );
109
+ }
110
+
111
  /**
112
  * Returns the action for the handler.
113
  *
114
+ * @since 4.7.12
115
  *
116
  * @param string $handler_class
117
  *
121
  /** @var Tribe__Process__Handler handler_class */
122
  return 'tribe_process_' . call_user_func( array( $handler_class, 'action' ) );
123
  }
124
+
125
+ /**
126
+ * Returns the action for the queue.
127
+ *
128
+ * @since 4.7.12
129
+ *
130
+ * @param string $queue_class
131
+ *
132
+ * @return string
133
+ */
134
+ protected function get_queue_action( $queue_class ) {
135
+ /** @var Tribe__Process__Queue queue_class */
136
+ return 'tribe_queue_' . call_user_func( array( $queue_class, 'action' ) );
137
+ }
138
+ }
common/src/Tribe/Timezones.php CHANGED
@@ -178,28 +178,6 @@ class Tribe__Timezones {
178
  return ( 0 === strpos( $timezone, 'UTC' ) && strlen( $timezone ) > 3 );
179
  }
180
 
181
- /**
182
- * Accepts a unix timestamp and adjusts it so that when it is used to constitute
183
- * a new datetime string, that string reflects the designated timezone.
184
- *
185
- * @param string $unix_timestamp
186
- * @param string $tzstring
187
- *
188
- * @return string
189
- */
190
- public static function adjust_timestamp( $unix_timestamp, $tzstring ) {
191
- try {
192
- $local = self::get_timezone( $tzstring );
193
- $datetime = date_create_from_format( 'U', $unix_timestamp )->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
194
-
195
- // We prefer format('U') to getTimestamp() here due to our requirement for compatibility with PHP 5.2
196
- return date_create_from_format( 'Y-m-d H:i:s', $datetime, $local )->format( 'U' );
197
- }
198
- catch( Exception $e ) {
199
- return $unix_timestamp;
200
- }
201
- }
202
-
203
  /**
204
  * Returns a DateTimeZone object matching the representation in $tzstring where
205
  * possible, or else representing UTC (or, in the worst case, false).
@@ -296,62 +274,6 @@ class Tribe__Timezones {
296
  return $datetime;
297
  }
298
 
299
- /**
300
- * Applies an time offset to the specified date time.
301
- *
302
- * @param string $datetime The date and time string in a valid date format.
303
- * @param int|string $offset (string or numeric offset)
304
- * @param bool $invert = false Whether the offset should be added (`true`) or
305
- * subtracted (`false`); signum operations carry over so
306
- * `-(-23) = +23`.
307
- *
308
- * @return string
309
- */
310
- public static function apply_offset( $datetime, $offset, $invert = false ) {
311
- // Normalize
312
- $offset = strtolower( trim( $offset ) );
313
-
314
- // Strip any leading "utc" text if set
315
- if ( 0 === strpos( $offset, 'utc' ) ) {
316
- $offset = substr( $offset, 3 );
317
- }
318
-
319
- // It's possible no adjustment will be needed
320
- if ( 0 === (int) $offset ) {
321
- return $datetime;
322
- }
323
-
324
- // if the offset contains fractions like :15, :30 or :45 convert them
325
- $supported_offsets = array(
326
- '/:15$/' => '.25',
327
- '/:30$/' => '.5',
328
- '/:45$/' => '.75',
329
- );
330
- $offset = preg_replace( array_keys( $supported_offsets ), array_values( $supported_offsets ), $offset );
331
-
332
- // Convert the offset to minutes for easier handling of fractional offsets
333
- $offset = (int) ( $offset * 60 );
334
-
335
- // Invert the offset? Useful for stripping an offset that has already been applied
336
- if ( $invert ) {
337
- $offset *= - 1;
338
- }
339
-
340
- if ( $offset > 0 ) {
341
- $offset = '+' . $offset;
342
- }
343
-
344
- $offset = $offset . ' minutes';
345
-
346
- $offset_datetime = date_create( $datetime );
347
-
348
- if ( $offset_datetime && $offset_datetime->modify( $offset ) ) {
349
- return $offset_datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
350
- }
351
-
352
- return $datetime;
353
- }
354
-
355
  /**
356
  * Tries to convert the provided $datetime to the timezone represented by $tzstring.
357
  *
@@ -364,7 +286,9 @@ class Tribe__Timezones {
364
  * @return string
365
  */
366
  public static function to_tz( $datetime, $tzstring ) {
 
367
  if ( self::is_utc_offset( $tzstring ) ) {
 
368
  return self::apply_offset( $datetime, $tzstring );
369
  }
370
 
@@ -381,48 +305,6 @@ class Tribe__Timezones {
381
  return $datetime;
382
  }
383
 
384
- /**
385
- * Try to figure out the Timezone name base on offset
386
- *
387
- * @since 4.0.7
388
- *
389
- * @param string|int|float $timezone The timezone
390
- *
391
- * @return string The Guessed Timezone String
392
- */
393
- public static function maybe_get_tz_name( $timezone ) {
394
- if ( ! Tribe__Timezones::is_utc_offset( $timezone ) && ! is_numeric( $timezone ) ) {
395
- return $timezone;
396
- }
397
-
398
- if ( ! is_numeric( $timezone ) ) {
399
- $offset = str_replace( 'utc', '', trim( strtolower( $timezone ) ) );
400
- } else {
401
- $offset = $timezone;
402
- }
403
-
404
-
405
- // try to get timezone from gmt_offset, respecting daylight savings
406
- $timezone = timezone_name_from_abbr( null, $offset * 3600, true );
407
-
408
- // if that didn't work, maybe they don't have daylight savings
409
- if ( false === $timezone ) {
410
- $timezone = timezone_name_from_abbr( null, $offset * 3600, false );
411
- }
412
-
413
- // and if THAT didn't work, round the gmt_offset down and then try to get the timezone respecting daylight savings
414
- if ( false === $timezone ) {
415
- $timezone = timezone_name_from_abbr( null, (int) $offset * 3600, true );
416
- }
417
-
418
- // lastly if that didn't work, round the gmt_offset down and maybe that TZ doesn't do daylight savings
419
- if ( false === $timezone ) {
420
- $timezone = timezone_name_from_abbr( null, (int) $offset * 3600, false );
421
- }
422
-
423
- return $timezone;
424
- }
425
-
426
  /**
427
  * Localizes a date or timestamp using WordPress timezone and returns it in the specified format.
428
  *
@@ -438,9 +320,11 @@ class Tribe__Timezones {
438
  */
439
  public static function localize_date( $format = null, $date = null, $timezone = null ) {
440
  if ( empty( $timezone ) ) {
441
- $timezone = self::generate_timezone_string_from_utc_offset( self::wp_timezone_string() );
442
  }
443
 
 
 
444
  try {
445
  $timezone_object = new DateTimeZone( $timezone );
446
 
@@ -507,6 +391,8 @@ class Tribe__Timezones {
507
  * If this is not possible or if $utc_offset_string does not match the expected pattern,
508
  * boolean false is returned.
509
  *
 
 
510
  * @since 4.6.3
511
  *
512
  * @param string $utc_offset_string
@@ -540,5 +426,134 @@ class Tribe__Timezones {
540
  return false;
541
  }
542
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543
  }
544
 
178
  return ( 0 === strpos( $timezone, 'UTC' ) && strlen( $timezone ) > 3 );
179
  }
180
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  /**
182
  * Returns a DateTimeZone object matching the representation in $tzstring where
183
  * possible, or else representing UTC (or, in the worst case, false).
274
  return $datetime;
275
  }
276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  /**
278
  * Tries to convert the provided $datetime to the timezone represented by $tzstring.
279
  *
286
  * @return string
287
  */
288
  public static function to_tz( $datetime, $tzstring ) {
289
+
290
  if ( self::is_utc_offset( $tzstring ) ) {
291
+
292
  return self::apply_offset( $datetime, $tzstring );
293
  }
294
 
305
  return $datetime;
306
  }
307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
308
  /**
309
  * Localizes a date or timestamp using WordPress timezone and returns it in the specified format.
310
  *
320
  */
321
  public static function localize_date( $format = null, $date = null, $timezone = null ) {
322
  if ( empty( $timezone ) ) {
323
+ $timezone = self::wp_timezone_string();
324
  }
325
 
326
+ $timezone = self::generate_timezone_string_from_utc_offset( $timezone );
327
+
328
  try {
329
  $timezone_object = new DateTimeZone( $timezone );
330
 
391
  * If this is not possible or if $utc_offset_string does not match the expected pattern,
392
  * boolean false is returned.
393
  *
394
+ * @todo revise to eliminate all of these: maybe_get_tz_name, apply_offset, timezone_from_utc_offset, and adjust_timestamp
395
+ *
396
  * @since 4.6.3
397
  *
398
  * @param string $utc_offset_string
426
  return false;
427
  }
428
  }
429
+
430
+ /**
431
+ * Applies an time offset to the specified date time.
432
+ *
433
+ * @todo revise to eliminate all of these: maybe_get_tz_name, apply_offset, timezone_from_utc_offset, and adjust_timestamp
434
+ *
435
+ * @param string $datetime The date and time string in a valid date format.
436
+ * @param int|string $offset (string or numeric offset)
437
+ * @param bool $invert = false Whether the offset should be added (`true`) or
438
+ * subtracted (`false`); signum operations carry over so
439
+ * `-(-23) = +23`.
440
+ *
441
+ * @return string
442
+ */
443
+ public static function apply_offset( $datetime, $offset, $invert = false ) {
444
+ // Normalize
445
+ $offset = strtolower( trim( $offset ) );
446
+
447
+ // Strip any leading "utc" text if set
448
+ if ( 0 === strpos( $offset, 'utc' ) ) {
449
+ $offset = substr( $offset, 3 );
450
+ }
451
+
452
+ // It's possible no adjustment will be needed
453
+ if ( 0 === (int) $offset ) {
454
+ return $datetime;
455
+ }
456
+
457
+ // if the offset contains fractions like :15, :30 or :45 convert them
458
+ $supported_offsets = array(
459
+ '/:15$/' => '.25',
460
+ '/:30$/' => '.5',
461
+ '/:45$/' => '.75',
462
+ );
463
+ $offset = preg_replace( array_keys( $supported_offsets ), array_values( $supported_offsets ), $offset );
464
+
465
+ // Convert the offset to minutes for easier handling of fractional offsets
466
+ $offset = (int) ( $offset * 60 );
467
+
468
+ // Invert the offset? Useful for stripping an offset that has already been applied
469
+ if ( $invert ) {
470
+ $offset *= - 1;
471
+ }
472
+
473
+ if ( $offset > 0 ) {
474
+ $offset = '+' . $offset;
475
+ }
476
+
477
+ $offset = $offset . ' minutes';
478
+
479
+ $offset_datetime = date_create( $datetime );
480
+
481
+ if ( $offset_datetime && $offset_datetime->modify( $offset ) ) {
482
+ return $offset_datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
483
+ }
484
+
485
+ return $datetime;
486
+ }
487
+
488
+ /**
489
+ * Try to figure out the Timezone name base on offset
490
+ *
491
+ * @since 4.0.7
492
+ *
493
+ * @todo revise to eliminate all of these: maybe_get_tz_name, apply_offset, timezone_from_utc_offset, and adjust_timestamp
494
+ *
495
+ * @param string|int|float $timezone The timezone
496
+ *
497
+ * @return string The Guessed Timezone String
498
+ */
499
+ public static function maybe_get_tz_name( $timezone ) {
500
+ if ( ! self::is_utc_offset( $timezone ) && ! is_numeric( $timezone ) ) {
501
+ return $timezone;
502
+ }
503
+
504
+ if ( ! is_numeric( $timezone ) ) {
505
+ $offset = str_replace( 'utc', '', trim( strtolower( $timezone ) ) );
506
+ } else {
507
+ $offset = $timezone;
508
+ }
509
+
510
+
511
+ // try to get timezone from gmt_offset, respecting daylight savings
512
+ $timezone = timezone_name_from_abbr( null, $offset * 3600, true );
513
+
514
+ // if that didn't work, maybe they don't have daylight savings
515
+ if ( false === $timezone ) {
516
+ $timezone = timezone_name_from_abbr( null, $offset * 3600, false );
517
+ }
518
+
519
+ // and if THAT didn't work, round the gmt_offset down and then try to get the timezone respecting daylight savings
520
+ if ( false === $timezone ) {
521
+ $timezone = timezone_name_from_abbr( null, (int) $offset * 3600, true );
522
+ }
523
+
524
+ // lastly if that didn't work, round the gmt_offset down and maybe that TZ doesn't do daylight savings
525
+ if ( false === $timezone ) {
526
+ $timezone = timezone_name_from_abbr( null, (int) $offset * 3600, false );
527
+ }
528
+
529
+ return $timezone;
530
+ }
531
+
532
+ /**
533
+ * Accepts a unix timestamp and adjusts it so that when it is used to constitute
534
+ * a new datetime string, that string reflects the designated timezone.
535
+ *
536
+ * @todo revise to eliminate all of these: maybe_get_tz_name, apply_offset, timezone_from_utc_offset, and adjust_timestamp
537
+ *
538
+ * @deprecated 4.7.12
539
+ *
540
+ * @param string $unix_timestamp
541
+ * @param string $tzstring
542
+ *
543
+ * @return string
544
+ */
545
+ public static function adjust_timestamp( $unix_timestamp, $tzstring ) {
546
+ try {
547
+ $local = self::get_timezone( $tzstring );
548
+
549
+ $datetime = date_create_from_format( 'U', $unix_timestamp )->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
550
+
551
+ // We prefer format('U') to getTimestamp() here due to our requirement for compatibility with PHP 5.2
552
+ return date_create_from_format( 'Y-m-d H:i:s', $datetime, $local )->format( 'U' );
553
+ }
554
+ catch( Exception $e ) {
555
+ return $unix_timestamp;
556
+ }
557
+ }
558
  }
559
 
common/src/admin-views/tribe-options-help.php CHANGED
@@ -8,7 +8,7 @@ $plugins = $help->get_plugins( null, false );
8
  // Creates the Feature Box section
9
  $help->add_section( 'feature-box', null, 0, 'box' );
10
  $help->add_section_content( 'feature-box', '<img src="' . esc_url( plugins_url( 'resources/images/modern-tribe@2x.png', dirname( __FILE__ ) ) ) . '" alt="Modern Tribe Inc." title="Modern Tribe Inc.">' );
11
- $help->add_section_content( 'feature-box', sprintf( esc_html__( 'Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins.', 'tribe-common' ), $help->get_plugins_text() ) );
12
 
13
  // Creates the Support section
14
  $help->add_section( 'support', __( 'Getting Support', 'tribe-common' ), 10 );
@@ -30,16 +30,16 @@ $help->add_section_content( 'extra-help', array(
30
 
31
  sprintf( __( '%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!', 'tribe-common' ), '<strong><a href="http://m.tri.be/18j9" target="_blank">' . __( 'Check our Knowledgebase', 'tribe-common' ) . '</a></strong>' ),
32
  sprintf( __( '%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful.', 'tribe-common' ), '<strong><a href="http://m.tri.be/18jh" target="_blank">' . __( 'Test for a theme or plugin conflict', 'tribe-common' ) . '</a></strong>' ),
33
- sprintf( __( '%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review.', 'tribe-common' ), '<strong><a href="http://m.tri.be/4w/" target="_blank">' . __( 'Search our support forum', 'tribe-common' ) . '</a></strong>' ),
34
  ), 10 );
35
 
36
  // By default these three will be gathered
37
- $help->add_section_content( 'extra-help', __( 'Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums 😄', 'tribe-common' ), 40 );
38
  $help->add_section_content( 'extra-help', '<div style="text-align: right;"><a href="http://m.tri.be/18ji" target="_blank" class="button">' . __( 'Read more about our support policy', 'tribe-common' ) . '</a></div>', 40 );
39
 
40
  // Creates the System Info section
41
  $help->add_section( 'system-info', __( 'System Information', 'tribe-common' ), 30 );
42
- $help->add_section_content( 'system-info', __( 'The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums.', 'tribe-common' ), 0 );
43
 
44
  $help->add_section_content(
45
  'system-info',
8
  // Creates the Feature Box section
9
  $help->add_section( 'feature-box', null, 0, 'box' );
10
  $help->add_section_content( 'feature-box', '<img src="' . esc_url( plugins_url( 'resources/images/modern-tribe@2x.png', dirname( __FILE__ ) ) ) . '" alt="Modern Tribe Inc." title="Modern Tribe Inc.">' );
11
+ $help->add_section_content( 'feature-box', sprintf( esc_html__( 'Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins.', 'tribe-common' ), $help->get_plugins_text() ) );
12
 
13
  // Creates the Support section
14
  $help->add_section( 'support', __( 'Getting Support', 'tribe-common' ), 10 );
30
 
31
  sprintf( __( '%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!', 'tribe-common' ), '<strong><a href="http://m.tri.be/18j9" target="_blank">' . __( 'Check our Knowledgebase', 'tribe-common' ) . '</a></strong>' ),
32
  sprintf( __( '%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful.', 'tribe-common' ), '<strong><a href="http://m.tri.be/18jh" target="_blank">' . __( 'Test for a theme or plugin conflict', 'tribe-common' ) . '</a></strong>' ),
33
+ sprintf( __( '%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review.', 'tribe-common' ), '<strong><a href="http://m.tri.be/4w/" target="_blank">' . __( 'Search our support help desk', 'tribe-common' ) . '</a></strong>' ),
34
  ), 10 );
35
 
36
  // By default these three will be gathered
37
+ $help->add_section_content( 'extra-help', __( 'Please note that all hands-on support is provided via the help desk. You can email or tweet at us… ​but we will probably point you back to the help desk 😄', 'tribe-common' ), 40 );
38
  $help->add_section_content( 'extra-help', '<div style="text-align: right;"><a href="http://m.tri.be/18ji" target="_blank" class="button">' . __( 'Read more about our support policy', 'tribe-common' ) . '</a></div>', 40 );
39
 
40
  // Creates the System Info section
41
  $help->add_section( 'system-info', __( 'System Information', 'tribe-common' ), 30 );
42
+ $help->add_section_content( 'system-info', __( 'The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk.', 'tribe-common' ), 0 );
43
 
44
  $help->add_section_content(
45
  'system-info',
common/src/functions/template-tags/date.php CHANGED
@@ -296,7 +296,7 @@ if ( ! function_exists( 'tribe_get_start_date' ) ) {
296
 
297
  // @todo move timezones to Common
298
  if ( class_exists( 'Tribe__Events__Timezones' ) ) {
299
- $start_date = Tribe__Events__Timezones::event_start_timestamp( $event->ID );
300
  } else {
301
  return null;
302
  }
296
 
297
  // @todo move timezones to Common
298
  if ( class_exists( 'Tribe__Events__Timezones' ) ) {
299
+ $start_date = Tribe__Events__Timezones::event_start_timestamp( $event->ID, $timezone );
300
  } else {
301
  return null;
302
  }
common/src/functions/template-tags/general.php CHANGED
@@ -704,3 +704,24 @@ if ( ! function_exists( 'tribe_is_frontend' ) ) {
704
  return (bool) apply_filters( 'tribe_doing_frontend', false );
705
  }
706
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  return (bool) apply_filters( 'tribe_doing_frontend', false );
705
  }
706
  }
707
+
708
+ if ( ! function_exists( 'tribe_set_time_limit' ) ) {
709
+ /**
710
+ * Wrapper for set_time_limit to suppress errors
711
+ *
712
+ * @since 4.7.12
713
+ *
714
+ * @param int $limit Time limit.
715
+ */
716
+ function tribe_set_time_limit( $limit = 0 ) {
717
+ if (
718
+ ! function_exists( 'set_time_limit' )
719
+ && false !== strpos( ini_get( 'disable_functions' ), 'set_time_limit' )
720
+ && ini_get( 'safe_mode' )
721
+ ) {
722
+ return false;
723
+ }
724
+
725
+ return @set_time_limit( $limit );
726
+ }
727
+ }
common/src/resources/css/datatables.css CHANGED
@@ -37,19 +37,19 @@ table.dataTable thead .sorting,
37
  background-repeat: no-repeat;
38
  }
39
  table.dataTable thead .sorting {
40
- background-image: url("../../../vendor/datatables/media/images/sort_both.png");
41
  }
42
  table.dataTable thead .sorting_asc {
43
- background-image: url("../../../vendor/datatables/media/images/sort_asc.png");
44
  }
45
  table.dataTable thead .sorting_desc {
46
- background-image: url("../../../vendor/datatables/media/images/sort_desc.png");
47
  }
48
  table.dataTable thead .sorting_asc_disabled {
49
- background-image: url("../../../vendor/datatables/media/images/sort_asc_disabled.png");
50
  }
51
  table.dataTable thead .sorting_desc_disabled {
52
- background-image: url("../../../vendor/datatables/media/images/sort_desc_disabled.png");
53
  }
54
  table.dataTable.widefat thead th input, table.dataTable.widefat thead td input, table.dataTable.widefat tfoot th input, table.dataTable.widefat tfoot td input {
55
  margin: 0 0 0 8px;
37
  background-repeat: no-repeat;
38
  }
39
  table.dataTable thead .sorting {
40
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_both.png");
41
  }
42
  table.dataTable thead .sorting_asc {
43
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_asc.png");
44
  }
45
  table.dataTable thead .sorting_desc {
46
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_desc.png");
47
  }
48
  table.dataTable thead .sorting_asc_disabled {
49
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_asc_disabled.png");
50
  }
51
  table.dataTable thead .sorting_desc_disabled {
52
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_desc_disabled.png");
53
  }
54
  table.dataTable.widefat thead th input, table.dataTable.widefat thead td input, table.dataTable.widefat tfoot th input, table.dataTable.widefat tfoot td input {
55
  margin: 0 0 0 8px;
common/src/resources/css/datatables.min.css CHANGED
@@ -1 +1 @@
1
- table.dataTable{border-collapse:separate;border-spacing:0;clear:both;margin:0 auto;width:100%}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{background-position:100%;background-repeat:no-repeat}table.dataTable thead .sorting{background-image:url(../../../vendor/datatables/media/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(../../../vendor/datatables/media/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(../../../vendor/datatables/media/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(../../../vendor/datatables/media/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(../../../vendor/datatables/media/images/sort_desc_disabled.png)}table.dataTable.widefat tfoot td input,table.dataTable.widefat tfoot th input,table.dataTable.widefat thead td input,table.dataTable.widefat thead th input{margin:0 0 0 8px;vertical-align:text-top}table.dataTable.widefat tfoot td.check-column,table.dataTable.widefat thead td.check-column{padding-top:4px;vertical-align:middle}table.dataTable.widefat tbody th.check-column,table.dataTable.widefat tfoot th.check-column,table.dataTable.widefat thead th.check-column{padding:11px 0 0 3px}table.dataTable .check-column{width:2.2em}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{clear:both;position:relative;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;padding-top:.25em;text-align:right}.dataTables_wrapper .dataTables_paginate .paginate_button{border:1px solid transparent;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#555;cursor:pointer;display:inline-block;font-size:13px;height:28px;line-height:26px;margin:0 0 0 2px;padding:0 10px 1px;text-decoration:none;vertical-align:top;white-space:nowrap}.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#fafafa;border-color:#999;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.previous{background:transparent;border-color:transparent;box-shadow:none;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled{background:transparent;border-color:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{background:transparent;border-color:transparent;box-shadow:none;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{color:#222;text-decoration:underline}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#fcfcfc;border-color:#999;box-shadow:0 1px 0 #ccc;color:#23282d;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{background:#f7f7f7;border-color:#ddd;box-shadow:none;color:#a0a5aa;cursor:default;text-shadow:0 1px 0 #fff;transform:none}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}
1
+ table.dataTable{border-collapse:separate;border-spacing:0;clear:both;margin:0 auto;width:100%}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{background-position:100%;background-repeat:no-repeat}table.dataTable thead .sorting{background-image:url(../../../vendor/datatables/DataTables/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(../../../vendor/datatables/DataTables/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(../../../vendor/datatables/DataTables/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(../../../vendor/datatables/DataTables/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(../../../vendor/datatables/DataTables/images/sort_desc_disabled.png)}table.dataTable.widefat tfoot td input,table.dataTable.widefat tfoot th input,table.dataTable.widefat thead td input,table.dataTable.widefat thead th input{margin:0 0 0 8px;vertical-align:text-top}table.dataTable.widefat tfoot td.check-column,table.dataTable.widefat thead td.check-column{padding-top:4px;vertical-align:middle}table.dataTable.widefat tbody th.check-column,table.dataTable.widefat tfoot th.check-column,table.dataTable.widefat thead th.check-column{padding:11px 0 0 3px}table.dataTable .check-column{width:2.2em}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{clear:both;position:relative;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;padding-top:.25em;text-align:right}.dataTables_wrapper .dataTables_paginate .paginate_button{border:1px solid transparent;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#555;cursor:pointer;display:inline-block;font-size:13px;height:28px;line-height:26px;margin:0 0 0 2px;padding:0 10px 1px;text-decoration:none;vertical-align:top;white-space:nowrap}.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#fafafa;border-color:#999;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.previous{background:transparent;border-color:transparent;box-shadow:none;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled{background:transparent;border-color:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{background:transparent;border-color:transparent;box-shadow:none;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{color:#222;text-decoration:underline}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#fcfcfc;border-color:#999;box-shadow:0 1px 0 #ccc;color:#23282d;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{background:#f7f7f7;border-color:#ddd;box-shadow:none;color:#a0a5aa;cursor:default;text-shadow:0 1px 0 #fff;transform:none}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}
common/src/resources/postcss/datatables.pcss CHANGED
@@ -31,23 +31,23 @@ table.dataTable {
31
  }
32
 
33
  .sorting {
34
- background-image: url("../../../vendor/datatables/media/images/sort_both.png");
35
  }
36
 
37
  .sorting_asc {
38
- background-image: url("../../../vendor/datatables/media/images/sort_asc.png");
39
  }
40
 
41
  .sorting_desc {
42
- background-image: url("../../../vendor/datatables/media/images/sort_desc.png");
43
  }
44
 
45
  .sorting_asc_disabled {
46
- background-image: url("../../../vendor/datatables/media/images/sort_asc_disabled.png");
47
  }
48
 
49
  .sorting_desc_disabled {
50
- background-image: url("../../../vendor/datatables/media/images/sort_desc_disabled.png");
51
  }
52
  }
53
 
31
  }
32
 
33
  .sorting {
34
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_both.png");
35
  }
36
 
37
  .sorting_asc {
38
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_asc.png");
39
  }
40
 
41
  .sorting_desc {
42
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_desc.png");
43
  }
44
 
45
  .sorting_asc_disabled {
46
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_asc_disabled.png");
47
  }
48
 
49
  .sorting_desc_disabled {
50
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_desc_disabled.png");
51
  }
52
  }
53
 
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.7.11
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.7.14
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.css DELETED
@@ -1,19 +0,0 @@
1
- table.fixedHeader-floating {
2
- position: fixed !important;
3
- background-color: white;
4
- }
5
-
6
- table.fixedHeader-floating.no-footer {
7
- border-bottom-width: 0;
8
- }
9
-
10
- table.fixedHeader-locked {
11
- position: absolute !important;
12
- background-color: white;
13
- }
14
-
15
- @media print {
16
- table.fixedHeader-floating {
17
- display: none;
18
- }
19
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.min.css DELETED
@@ -1 +0,0 @@
1
- table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}
 
common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js DELETED
@@ -1,672 +0,0 @@
1
- /*! FixedHeader 3.1.2
2
- * ©2009-2016 SpryMedia Ltd - datatables.net/license
3
- */
4
-
5
- /**
6
- * @summary FixedHeader
7
- * @description Fix a table's header or footer, so it is always visible while
8
- * scrolling
9
- * @version 3.1.2
10
- * @file dataTables.fixedHeader.js
11
- * @author SpryMedia Ltd (www.sprymedia.co.uk)
12
- * @contact www.sprymedia.co.uk/contact
13
- * @copyright Copyright 2009-2016 SpryMedia Ltd.
14
- *
15
- * This source file is free software, available under the following license:
16
- * MIT license - http://datatables.net/license/mit
17
- *
18
- * This source file is distributed in the hope that it will be useful, but
19
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20
- * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
21
- *
22
- * For details please refer to: http://www.datatables.net
23
- */
24
-
25
- (function( factory ){
26
- if ( typeof define === 'function' && define.amd ) {
27
- // AMD
28
- define( ['jquery', 'datatables.net'], function ( $ ) {
29
- return factory( $, window, document );
30
- } );
31
- }
32
- else if ( typeof exports === 'object' ) {
33
- // CommonJS
34
- module.exports = function (root, $) {
35
- if ( ! root ) {
36
- root = window;
37
- }
38
-
39
- if ( ! $ || ! $.fn.dataTable ) {
40
- $ = require('datatables.net')(root, $).$;
41
- }
42
-
43
- return factory( $, root, root.document );
44
- };
45
- }
46
- else {
47
- // Browser
48
- factory( jQuery, window, document );
49
- }
50
- }(function( $, window, document, undefined ) {
51
- 'use strict';
52
- var DataTable = $.fn.dataTable;
53
-
54
-
55
- var _instCounter = 0;
56
-
57
- var FixedHeader = function ( dt, config ) {
58
- // Sanity check - you just know it will happen
59
- if ( ! (this instanceof FixedHeader) ) {
60
- throw "FixedHeader must be initialised with the 'new' keyword.";
61
- }
62
-
63
- // Allow a boolean true for defaults
64
- if ( config === true ) {
65
- config = {};
66
- }
67
-
68
- dt = new DataTable.Api( dt );
69
-
70
- this.c = $.extend( true, {}, FixedHeader.defaults, config );
71
-
72
- this.s = {
73
- dt: dt,
74
- position: {
75
- theadTop: 0,
76
- tbodyTop: 0,
77
- tfootTop: 0,
78
- tfootBottom: 0,
79
- width: 0,
80
- left: 0,
81
- tfootHeight: 0,
82
- theadHeight: 0,
83
- windowHeight: $(window).height(),
84
- visible: true
85
- },
86
- headerMode: null,
87
- footerMode: null,
88
- autoWidth: dt.settings()[0].oFeatures.bAutoWidth,
89
- namespace: '.dtfc'+(_instCounter++),
90
- scrollLeft: {
91
- header: -1,
92
- footer: -1
93
- },
94
- enable: true
95
- };
96
-
97
- this.dom = {
98
- floatingHeader: null,
99
- thead: $(dt.table().header()),
100
- tbody: $(dt.table().body()),
101
- tfoot: $(dt.table().footer()),
102
- header: {
103
- host: null,
104
- floating: null,
105
- placeholder: null
106
- },
107
- footer: {
108
- host: null,
109
- floating: null,
110
- placeholder: null
111
- }
112
- };
113
-
114
- this.dom.header.host = this.dom.thead.parent();
115
- this.dom.footer.host = this.dom.tfoot.parent();
116
-
117
- var dtSettings = dt.settings()[0];
118
- if ( dtSettings._fixedHeader ) {
119
- throw "FixedHeader already initialised on table "+dtSettings.nTable.id;
120
- }
121
-
122
- dtSettings._fixedHeader = this;
123
-
124
- this._constructor();
125
- };
126
-
127
-
128
- /*
129
- * Variable: FixedHeader
130
- * Purpose: Prototype for FixedHeader
131
- * Scope: global
132
- */
133
- $.extend( FixedHeader.prototype, {
134
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
135
- * API methods
136
- */
137
-
138
- /**
139
- * Enable / disable the fixed elements
140
- *
141
- * @param {boolean} enable `true` to enable, `false` to disable
142
- */
143
- enable: function ( enable )
144
- {
145
- this.s.enable = enable;
146
-
147
- if ( this.c.header ) {
148
- this._modeChange( 'in-place', 'header', true );
149
- }
150
-
151
- if ( this.c.footer && this.dom.tfoot.length ) {
152
- this._modeChange( 'in-place', 'footer', true );
153
- }
154
-
155
- this.update();
156
- },
157
-
158
- /**
159
- * Set header offset
160
- *
161
- * @param {int} new value for headerOffset
162
- */
163
- headerOffset: function ( offset )
164
- {
165
- if ( offset !== undefined ) {
166
- this.c.headerOffset = offset;
167
- this.update();
168
- }
169
-
170
- return this.c.headerOffset;
171
- },
172
-
173
- /**
174
- * Set footer offset
175
- *
176
- * @param {int} new value for footerOffset
177
- */
178
- footerOffset: function ( offset )
179
- {
180
- if ( offset !== undefined ) {
181
- this.c.footerOffset = offset;
182
- this.update();
183
- }
184
-
185
- return this.c.footerOffset;
186
- },
187
-
188
-
189
- /**
190
- * Recalculate the position of the fixed elements and force them into place
191
- */
192
- update: function ()
193
- {
194
- this._positions();
195
- this._scroll( true );
196
- },
197
-
198
-
199
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
200
- * Constructor
201
- */
202
-
203
- /**
204
- * FixedHeader constructor - adding the required event listeners and
205
- * simple initialisation
206
- *
207
- * @private
208
- */
209
- _constructor: function ()
210
- {
211
- var that = this;
212
- var dt = this.s.dt;
213
-
214
- $(window)
215
- .on( 'scroll'+this.s.namespace, function () {
216
- that._scroll();
217
- } )
218
- .on( 'resize'+this.s.namespace, function () {
219
- that.s.position.windowHeight = $(window).height();
220
- that.update();
221
- } );
222
-
223
- var autoHeader = $('.fh-fixedHeader');
224
- if ( ! this.c.headerOffset && autoHeader.length ) {
225
- this.c.headerOffset = autoHeader.outerHeight();
226
- }
227
-
228
- var autoFooter = $('.fh-fixedFooter');
229
- if ( ! this.c.footerOffset && autoFooter.length ) {
230
- this.c.footerOffset = autoFooter.outerHeight();
231
- }
232
-
233
- dt.on( 'column-reorder.dt.dtfc column-visibility.dt.dtfc draw.dt.dtfc column-sizing.dt.dtfc', function () {
234
- that.update();
235
- } );
236
-
237
- dt.on( 'destroy.dtfc', function () {
238
- dt.off( '.dtfc' );
239
- $(window).off( that.s.namespace );
240
- } );
241
-
242
- this._positions();
243
- this._scroll();
244
- },
245
-
246
-
247
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
248
- * Private methods
249
- */
250
-
251
- /**
252
- * Clone a fixed item to act as a place holder for the original element
253
- * which is moved into a clone of the table element, and moved around the
254
- * document to give the fixed effect.
255
- *
256
- * @param {string} item 'header' or 'footer'
257
- * @param {boolean} force Force the clone to happen, or allow automatic
258
- * decision (reuse existing if available)
259
- * @private
260
- */
261
- _clone: function ( item, force )
262
- {
263
- var dt = this.s.dt;
264
- var itemDom = this.dom[ item ];
265
- var itemElement = item === 'header' ?
266
- this.dom.thead :
267
- this.dom.tfoot;
268
-
269
- if ( ! force && itemDom.floating ) {
270
- // existing floating element - reuse it
271
- itemDom.floating.removeClass( 'fixedHeader-floating fixedHeader-locked' );
272
- }
273
- else {
274
- if ( itemDom.floating ) {
275
- itemDom.placeholder.remove();
276
- this._unsize( item );
277
- itemDom.floating.children().detach();
278
- itemDom.floating.remove();
279
- }
280
-
281
- itemDom.floating = $( dt.table().node().cloneNode( false ) )
282
- .css( 'table-layout', 'fixed' )
283
- .removeAttr( 'id' )
284
- .append( itemElement )
285
- .appendTo( 'body' );
286
-
287
- // Insert a fake thead/tfoot into the DataTable to stop it jumping around
288
- itemDom.placeholder = itemElement.clone( false );
289
- itemDom.host.prepend( itemDom.placeholder );
290
-
291
- // Clone widths
292
- this._matchWidths( itemDom.placeholder, itemDom.floating );
293
- }
294
- },
295
-
296
- /**
297
- * Copy widths from the cells in one element to another. This is required
298
- * for the footer as the footer in the main table takes its sizes from the
299
- * header columns. That isn't present in the footer so to have it still
300
- * align correctly, the sizes need to be copied over. It is also required
301
- * for the header when auto width is not enabled
302
- *
303
- * @param {jQuery} from Copy widths from
304
- * @param {jQuery} to Copy widths to
305
- * @private
306
- */
307
- _matchWidths: function ( from, to ) {
308
- var get = function ( name ) {
309
- return $(name, from)
310
- .map( function () {
311
- return $(this).width();
312
- } ).toArray();
313
- };
314
-
315
- var set = function ( name, toWidths ) {
316
- $(name, to).each( function ( i ) {
317
- $(this).css( {
318
- width: toWidths[i],
319
- minWidth: toWidths[i]
320
- } );
321
- } );
322
- };
323
-
324
- var thWidths = get( 'th' );
325
- var tdWidths = get( 'td' );
326
-
327
- set( 'th', thWidths );
328
- set( 'td', tdWidths );
329
- },
330
-
331
- /**
332
- * Remove assigned widths from the cells in an element. This is required
333
- * when inserting the footer back into the main table so the size is defined
334
- * by the header columns and also when auto width is disabled in the
335
- * DataTable.
336
- *
337
- * @param {string} item The `header` or `footer`
338
- * @private
339
- */
340
- _unsize: function ( item ) {
341
- var el = this.dom[ item ].floating;
342
-
343
- if ( el && (item === 'footer' || (item === 'header' && ! this.s.autoWidth)) ) {
344
- $('th, td', el).css( {
345
- width: '',
346
- minWidth: ''
347
- } );
348
- }
349
- else if ( el && item === 'header' ) {
350
- $('th, td', el).css( 'min-width', '' );
351
- }
352
- },
353
-
354
- /**
355
- * Reposition the floating elements to take account of horizontal page
356
- * scroll
357
- *
358
- * @param {string} item The `header` or `footer`
359
- * @param {int} scrollLeft Document scrollLeft
360
- * @private
361
- */
362
- _horizontal: function ( item, scrollLeft )
363
- {
364
- var itemDom = this.dom[ item ];
365
- var position = this.s.position;
366
- var lastScrollLeft = this.s.scrollLeft;
367
-
368
- if ( itemDom.floating && lastScrollLeft[ item ] !== scrollLeft ) {
369
- itemDom.floating.css( 'left', position.left - scrollLeft );
370
-
371
- lastScrollLeft[ item ] = scrollLeft;
372
- }
373
- },
374
-
375
- /**
376
- * Change from one display mode to another. Each fixed item can be in one
377
- * of:
378
- *
379
- * * `in-place` - In the main DataTable
380
- * * `in` - Floating over the DataTable
381
- * * `below` - (Header only) Fixed to the bottom of the table body
382
- * * `above` - (Footer only) Fixed to the top of the table body
383
- *
384
- * @param {string} mode Mode that the item should be shown in
385
- * @param {string} item 'header' or 'footer'
386
- * @param {boolean} forceChange Force a redraw of the mode, even if already
387
- * in that mode.
388
- * @private
389
- */
390
- _modeChange: function ( mode, item, forceChange )
391
- {
392
- var dt = this.s.dt;
393
- var itemDom = this.dom[ item ];
394
- var position = this.s.position;
395
-
396
- // Record focus. Browser's will cause input elements to loose focus if
397
- // they are inserted else where in the doc
398
- var tablePart = this.dom[ item==='footer' ? 'tfoot' : 'thead' ];
399
- var focus = $.contains( tablePart[0], document.activeElement ) ?
400
- document.activeElement :
401
- null;
402
-
403
- if ( mode === 'in-place' ) {
404
- // Insert the header back into the table's real header
405
- if ( itemDom.placeholder ) {
406
- itemDom.placeholder.remove();
407
- itemDom.placeholder = null;
408
- }
409
-
410
- this._unsize( item );
411
-
412
- if ( item === 'header' ) {
413
- itemDom.host.prepend( this.dom.thead );
414
- }
415
- else {
416
- itemDom.host.append( this.dom.tfoot );
417
- }
418
-
419
- if ( itemDom.floating ) {
420
- itemDom.floating.remove();
421
- itemDom.floating = null;
422
- }
423
- }
424
- else if ( mode === 'in' ) {
425
- // Remove the header from the read header and insert into a fixed
426
- // positioned floating table clone
427
- this._clone( item, forceChange );
428
-
429
- itemDom.floating
430
- .addClass( 'fixedHeader-floating' )
431
- .css( item === 'header' ? 'top' : 'bottom', this.c[item+'Offset'] )
432
- .css( 'left', position.left+'px' )
433
- .css( 'width', position.width+'px' );
434
-
435
- if ( item === 'footer' ) {
436
- itemDom.floating.css( 'top', '' );
437
- }
438
- }
439
- else if ( mode === 'below' ) { // only used for the header
440
- // Fix the position of the floating header at base of the table body
441
- this._clone( item, forceChange );
442
-
443
- itemDom.floating
444
- .addClass( 'fixedHeader-locked' )
445
- .css( 'top', position.tfootTop - position.theadHeight )
446
- .css( 'left', position.left+'px' )
447
- .css( 'width', position.width+'px' );
448
- }
449
- else if ( mode === 'above' ) { // only used for the footer
450
- // Fix the position of the floating footer at top of the table body
451
- this._clone( item, forceChange );
452
-
453
- itemDom.floating
454
- .addClass( 'fixedHeader-locked' )
455
- .css( 'top', position.tbodyTop )
456
- .css( 'left', position.left+'px' )
457
- .css( 'width', position.width+'px' );
458
- }
459
-
460
- // Restore focus if it was lost
461
- if ( focus && focus !== document.activeElement ) {
462
- focus.focus();
463
- }
464
-
465
- this.s.scrollLeft.header = -1;
466
- this.s.scrollLeft.footer = -1;
467
- this.s[item+'Mode'] = mode;
468
- },
469
-
470
- /**
471
- * Cache the positional information that is required for the mode
472
- * calculations that FixedHeader performs.
473
- *
474
- * @private
475
- */
476
- _positions: function ()
477
- {
478
- var dt = this.s.dt;
479
- var table = dt.table();
480
- var position = this.s.position;
481
- var dom = this.dom;
482
- var tableNode = $(table.node());
483
-
484
- // Need to use the header and footer that are in the main table,
485
- // regardless of if they are clones, since they hold the positions we
486
- // want to measure from
487
- var thead = tableNode.children('thead');
488
- var tfoot = tableNode.children('tfoot');
489
- var tbody = dom.tbody;
490
-
491
- position.visible = tableNode.is(':visible');
492
- position.width = tableNode.outerWidth();
493
- position.left = tableNode.offset().left;
494
- position.theadTop = thead.offset().top;
495
- position.tbodyTop = tbody.offset().top;
496
- position.theadHeight = position.tbodyTop - position.theadTop;
497
-
498
- if ( tfoot.length ) {
499
- position.tfootTop = tfoot.offset().top;
500
- position.tfootBottom = position.tfootTop + tfoot.outerHeight();
501
- position.tfootHeight = position.tfootBottom - position.tfootTop;
502
- }
503
- else {
504
- position.tfootTop = position.tbodyTop + tbody.outerHeight();
505
- position.tfootBottom = position.tfootTop;
506
- position.tfootHeight = position.tfootTop;
507
- }
508
- },
509
-
510
-
511
- /**
512
- * Mode calculation - determine what mode the fixed items should be placed
513
- * into.
514
- *
515
- * @param {boolean} forceChange Force a redraw of the mode, even if already
516
- * in that mode.
517
- * @private
518
- */
519
- _scroll: function ( forceChange )
520
- {
521
- var windowTop = $(document).scrollTop();
522
- var windowLeft = $(document).scrollLeft();
523
- var position = this.s.position;
524
- var headerMode, footerMode;
525
-
526
- if ( ! this.s.enable ) {
527
- return;
528
- }
529
-
530
- if ( this.c.header ) {
531
- if ( ! position.visible || windowTop <= position.theadTop - this.c.headerOffset ) {
532
- headerMode = 'in-place';
533
- }
534
- else if ( windowTop <= position.tfootTop - position.theadHeight - this.c.headerOffset ) {
535
- headerMode = 'in';
536
- }
537
- else {
538
- headerMode = 'below';
539
- }
540
-
541
- if ( forceChange || headerMode !== this.s.headerMode ) {
542
- this._modeChange( headerMode, 'header', forceChange );
543
- }
544
-
545
- this._horizontal( 'header', windowLeft );
546
- }
547
-
548
- if ( this.c.footer && this.dom.tfoot.length ) {
549
- if ( ! position.visible || windowTop + position.windowHeight >= position.tfootBottom + this.c.footerOffset ) {
550
- footerMode = 'in-place';
551
- }
552
- else if ( position.windowHeight + windowTop > position.tbodyTop + position.tfootHeight + this.c.footerOffset ) {
553
- footerMode = 'in';
554
- }
555
- else {
556
- footerMode = 'above';
557
- }
558
-
559
- if ( forceChange || footerMode !== this.s.footerMode ) {
560
- this._modeChange( footerMode, 'footer', forceChange );
561
- }
562
-
563
- this._horizontal( 'footer', windowLeft );
564
- }
565
- }
566
- } );
567
-
568
-
569
- /**
570
- * Version
571
- * @type {String}
572
- * @static
573
- */
574
- FixedHeader.version = "3.1.2";
575
-
576
- /**
577
- * Defaults
578
- * @type {Object}
579
- * @static
580
- */
581
- FixedHeader.defaults = {
582
- header: true,
583
- footer: false,
584
- headerOffset: 0,
585
- footerOffset: 0
586
- };
587
-
588
-
589
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
590
- * DataTables interfaces
591
- */
592
-
593
- // Attach for constructor access
594
- $.fn.dataTable.FixedHeader = FixedHeader;
595
- $.fn.DataTable.FixedHeader = FixedHeader;
596
-
597
-
598
- // DataTables creation - check if the FixedHeader option has been defined on the
599
- // table and if so, initialise
600
- $(document).on( 'init.dt.dtfh', function (e, settings, json) {
601
- if ( e.namespace !== 'dt' ) {
602
- return;
603
- }
604
-
605
- var init = settings.oInit.fixedHeader;
606
- var defaults = DataTable.defaults.fixedHeader;
607
-
608
- if ( (init || defaults) && ! settings._fixedHeader ) {
609
- var opts = $.extend( {}, defaults, init );
610
-
611
- if ( init !== false ) {
612
- new FixedHeader( settings, opts );
613
- }
614
- }
615
- } );
616
-
617
- // DataTables API methods
618
- DataTable.Api.register( 'fixedHeader()', function () {} );
619
-
620
- DataTable.Api.register( 'fixedHeader.adjust()', function () {
621
- return this.iterator( 'table', function ( ctx ) {
622
- var fh = ctx._fixedHeader;
623
-
624
- if ( fh ) {
625
- fh.update();
626
- }
627
- } );
628
- } );
629
-
630
- DataTable.Api.register( 'fixedHeader.enable()', function ( flag ) {
631
- return this.iterator( 'table', function ( ctx ) {
632
- var fh = ctx._fixedHeader;
633
-
634
- if ( fh ) {
635
- fh.enable( flag !== undefined ? flag : true );
636
- }
637
- } );
638
- } );
639
-
640
- DataTable.Api.register( 'fixedHeader.disable()', function ( ) {
641
- return this.iterator( 'table', function ( ctx ) {
642
- var fh = ctx._fixedHeader;
643
-
644
- if ( fh ) {
645
- fh.enable( false );
646
- }
647
- } );
648
- } );
649
-
650
- $.each( ['header', 'footer'], function ( i, el ) {
651
- DataTable.Api.register( 'fixedHeader.'+el+'Offset()', function ( offset ) {
652
- var ctx = this.context;
653
-
654
- if ( offset === undefined ) {
655
- return ctx.length && ctx[0]._fixedHeader ?
656
- ctx[0]._fixedHeader[el +'Offset']() :
657
- undefined;
658
- }
659
-
660
- return this.iterator( 'table', function ( ctx ) {
661
- var fh = ctx._fixedHeader;
662
-
663
- if ( fh ) {
664
- fh[ el +'Offset' ]( offset );
665
- }
666
- } );
667
- } );
668
- } );
669
-
670
-
671
- return FixedHeader;
672
- }));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js DELETED
@@ -1,17 +0,0 @@
1
- /*!
2
- FixedHeader 3.1.2
3
- ©2009-2016 SpryMedia Ltd - datatables.net/license
4
- */
5
- (function(d){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(g){return d(g,window,document)}):"object"===typeof exports?module.exports=function(g,h){g||(g=window);if(!h||!h.fn.dataTable)h=require("datatables.net")(g,h).$;return d(h,g,g.document)}:d(jQuery,window,document)})(function(d,g,h,k){var j=d.fn.dataTable,l=0,i=function(b,a){if(!(this instanceof i))throw"FixedHeader must be initialised with the 'new' keyword.";!0===a&&(a={});b=new j.Api(b);this.c=d.extend(!0,
6
- {},i.defaults,a);this.s={dt:b,position:{theadTop:0,tbodyTop:0,tfootTop:0,tfootBottom:0,width:0,left:0,tfootHeight:0,theadHeight:0,windowHeight:d(g).height(),visible:!0},headerMode:null,footerMode:null,autoWidth:b.settings()[0].oFeatures.bAutoWidth,namespace:".dtfc"+l++,scrollLeft:{header:-1,footer:-1},enable:!0};this.dom={floatingHeader:null,thead:d(b.table().header()),tbody:d(b.table().body()),tfoot:d(b.table().footer()),header:{host:null,floating:null,placeholder:null},footer:{host:null,floating:null,
7
- placeholder:null}};this.dom.header.host=this.dom.thead.parent();this.dom.footer.host=this.dom.tfoot.parent();var e=b.settings()[0];if(e._fixedHeader)throw"FixedHeader already initialised on table "+e.nTable.id;e._fixedHeader=this;this._constructor()};d.extend(i.prototype,{enable:function(b){this.s.enable=b;this.c.header&&this._modeChange("in-place","header",!0);this.c.footer&&this.dom.tfoot.length&&this._modeChange("in-place","footer",!0);this.update()},headerOffset:function(b){b!==k&&(this.c.headerOffset=
8
- b,this.update());return this.c.headerOffset},footerOffset:function(b){b!==k&&(this.c.footerOffset=b,this.update());return this.c.footerOffset},update:function(){this._positions();this._scroll(!0)},_constructor:function(){var b=this,a=this.s.dt;d(g).on("scroll"+this.s.namespace,function(){b._scroll()}).on("resize"+this.s.namespace,function(){b.s.position.windowHeight=d(g).height();b.update()});var e=d(".fh-fixedHeader");!this.c.headerOffset&&e.length&&(this.c.headerOffset=e.outerHeight());e=d(".fh-fixedFooter");
9
- !this.c.footerOffset&&e.length&&(this.c.footerOffset=e.outerHeight());a.on("column-reorder.dt.dtfc column-visibility.dt.dtfc draw.dt.dtfc column-sizing.dt.dtfc",function(){b.update()});a.on("destroy.dtfc",function(){a.off(".dtfc");d(g).off(b.s.namespace)});this._positions();this._scroll()},_clone:function(b,a){var e=this.s.dt,c=this.dom[b],f="header"===b?this.dom.thead:this.dom.tfoot;!a&&c.floating?c.floating.removeClass("fixedHeader-floating fixedHeader-locked"):(c.floating&&(c.placeholder.remove(),
10
- this._unsize(b),c.floating.children().detach(),c.floating.remove()),c.floating=d(e.table().node().cloneNode(!1)).css("table-layout","fixed").removeAttr("id").append(f).appendTo("body"),c.placeholder=f.clone(!1),c.host.prepend(c.placeholder),this._matchWidths(c.placeholder,c.floating))},_matchWidths:function(b,a){var e=function(a){return d(a,b).map(function(){return d(this).width()}).toArray()},c=function(b,c){d(b,a).each(function(a){d(this).css({width:c[a],minWidth:c[a]})})},f=e("th"),e=e("td");c("th",
11
- f);c("td",e)},_unsize:function(b){var a=this.dom[b].floating;a&&("footer"===b||"header"===b&&!this.s.autoWidth)?d("th, td",a).css({width:"",minWidth:""}):a&&"header"===b&&d("th, td",a).css("min-width","")},_horizontal:function(b,a){var e=this.dom[b],c=this.s.position,d=this.s.scrollLeft;e.floating&&d[b]!==a&&(e.floating.css("left",c.left-a),d[b]=a)},_modeChange:function(b,a,e){var c=this.dom[a],f=this.s.position,g=d.contains(this.dom["footer"===a?"tfoot":"thead"][0],h.activeElement)?h.activeElement:
12
- null;if("in-place"===b){if(c.placeholder&&(c.placeholder.remove(),c.placeholder=null),this._unsize(a),"header"===a?c.host.prepend(this.dom.thead):c.host.append(this.dom.tfoot),c.floating)c.floating.remove(),c.floating=null}else"in"===b?(this._clone(a,e),c.floating.addClass("fixedHeader-floating").css("header"===a?"top":"bottom",this.c[a+"Offset"]).css("left",f.left+"px").css("width",f.width+"px"),"footer"===a&&c.floating.css("top","")):"below"===b?(this._clone(a,e),c.floating.addClass("fixedHeader-locked").css("top",
13
- f.tfootTop-f.theadHeight).css("left",f.left+"px").css("width",f.width+"px")):"above"===b&&(this._clone(a,e),c.floating.addClass("fixedHeader-locked").css("top",f.tbodyTop).css("left",f.left+"px").css("width",f.width+"px"));g&&g!==h.activeElement&&g.focus();this.s.scrollLeft.header=-1;this.s.scrollLeft.footer=-1;this.s[a+"Mode"]=b},_positions:function(){var b=this.s.dt.table(),a=this.s.position,e=this.dom,b=d(b.node()),c=b.children("thead"),f=b.children("tfoot"),e=e.tbody;a.visible=b.is(":visible");
14
- a.width=b.outerWidth();a.left=b.offset().left;a.theadTop=c.offset().top;a.tbodyTop=e.offset().top;a.theadHeight=a.tbodyTop-a.theadTop;f.length?(a.tfootTop=f.offset().top,a.tfootBottom=a.tfootTop+f.outerHeight(),a.tfootHeight=a.tfootBottom-a.tfootTop):(a.tfootTop=a.tbodyTop+e.outerHeight(),a.tfootBottom=a.tfootTop,a.tfootHeight=a.tfootTop)},_scroll:function(b){var a=d(h).scrollTop(),e=d(h).scrollLeft(),c=this.s.position,f;if(this.s.enable&&(this.c.header&&(f=!c.visible||a<=c.theadTop-this.c.headerOffset?
15
- "in-place":a<=c.tfootTop-c.theadHeight-this.c.headerOffset?"in":"below",(b||f!==this.s.headerMode)&&this._modeChange(f,"header",b),this._horizontal("header",e)),this.c.footer&&this.dom.tfoot.length))a=!c.visible||a+c.windowHeight>=c.tfootBottom+this.c.footerOffset?"in-place":c.windowHeight+a>c.tbodyTop+c.tfootHeight+this.c.footerOffset?"in":"above",(b||a!==this.s.footerMode)&&this._modeChange(a,"footer",b),this._horizontal("footer",e)}});i.version="3.1.2";i.defaults={header:!0,footer:!1,headerOffset:0,
16
- footerOffset:0};d.fn.dataTable.FixedHeader=i;d.fn.DataTable.FixedHeader=i;d(h).on("init.dt.dtfh",function(b,a){if("dt"===b.namespace){var e=a.oInit.fixedHeader,c=j.defaults.fixedHeader;if((e||c)&&!a._fixedHeader)c=d.extend({},c,e),!1!==e&&new i(a,c)}});j.Api.register("fixedHeader()",function(){});j.Api.register("fixedHeader.adjust()",function(){return this.iterator("table",function(b){(b=b._fixedHeader)&&b.update()})});j.Api.register("fixedHeader.enable()",function(b){return this.iterator("table",
17
- function(a){(a=a._fixedHeader)&&a.enable(b!==k?b:!0)})});j.Api.register("fixedHeader.disable()",function(){return this.iterator("table",function(b){(b=b._fixedHeader)&&b.enable(!1)})});d.each(["header","footer"],function(b,a){j.Api.register("fixedHeader."+a+"Offset()",function(b){var c=this.context;return b===k?c.length&&c[0]._fixedHeader?c[0]._fixedHeader[a+"Offset"]():k:this.iterator("table",function(c){if(c=c._fixedHeader)c[a+"Offset"](b)})})});return i});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.css DELETED
@@ -1,178 +0,0 @@
1
- table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
2
- table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
3
- table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
4
- cursor: default !important;
5
- }
6
- table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
7
- table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
8
- table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
9
- display: none !important;
10
- }
11
- table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
12
- table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
13
- position: relative;
14
- padding-left: 30px;
15
- cursor: pointer;
16
- }
17
- table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
18
- table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
19
- top: 9px;
20
- left: 4px;
21
- height: 14px;
22
- width: 14px;
23
- display: block;
24
- position: absolute;
25
- color: white;
26
- border: 2px solid white;
27
- border-radius: 14px;
28
- box-shadow: 0 0 3px #444;
29
- box-sizing: content-box;
30
- text-align: center;
31
- font-family: 'Courier New', Courier, monospace;
32
- line-height: 14px;
33
- content: '+';
34
- background-color: #31b131;
35
- }
36
- table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
37
- table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
38
- content: '-';
39
- background-color: #d33333;
40
- }
41
- table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
42
- display: none;
43
- }
44
- table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
45
- table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
46
- padding-left: 27px;
47
- }
48
- table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
49
- table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
50
- top: 5px;
51
- left: 4px;
52
- height: 14px;
53
- width: 14px;
54
- border-radius: 14px;
55
- line-height: 14px;
56
- text-indent: 3px;
57
- }
58
- table.dataTable.dtr-column > tbody > tr > td.control,
59
- table.dataTable.dtr-column > tbody > tr > th.control {
60
- position: relative;
61
- cursor: pointer;
62
- }
63
- table.dataTable.dtr-column > tbody > tr > td.control:before,
64
- table.dataTable.dtr-column > tbody > tr > th.control:before {
65
- top: 50%;
66
- left: 50%;
67
- height: 16px;
68
- width: 16px;
69
- margin-top: -10px;
70
- margin-left: -10px;
71
- display: block;
72
- position: absolute;
73
- color: white;
74
- border: 2px solid white;
75
- border-radius: 14px;
76
- box-shadow: 0 0 3px #444;
77
- box-sizing: content-box;
78
- text-align: center;
79
- font-family: 'Courier New', Courier, monospace;
80
- line-height: 14px;
81
- content: '+';
82
- background-color: #31b131;
83
- }
84
- table.dataTable.dtr-column > tbody > tr.parent td.control:before,
85
- table.dataTable.dtr-column > tbody > tr.parent th.control:before {
86
- content: '-';
87
- background-color: #d33333;
88
- }
89
- table.dataTable > tbody > tr.child {
90
- padding: 0.5em 1em;
91
- }
92
- table.dataTable > tbody > tr.child:hover {
93
- background: transparent !important;
94
- }
95
- table.dataTable > tbody > tr.child ul {
96
- display: inline-block;
97
- list-style-type: none;
98
- margin: 0;
99
- padding: 0;
100
- }
101
- table.dataTable > tbody > tr.child ul li {
102
- border-bottom: 1px solid #efefef;
103
- padding: 0.5em 0;
104
- }
105
- table.dataTable > tbody > tr.child ul li:first-child {
106
- padding-top: 0;
107
- }
108
- table.dataTable > tbody > tr.child ul li:last-child {
109
- border-bottom: none;
110
- }
111
- table.dataTable > tbody > tr.child span.dtr-title {
112
- display: inline-block;
113
- min-width: 75px;
114
- font-weight: bold;
115
- }
116
-
117
- div.dtr-modal {
118
- position: fixed;
119
- box-sizing: border-box;
120
- top: 0;
121
- left: 0;
122
- height: 100%;
123
- width: 100%;
124
- z-index: 100;
125
- padding: 10em 1em;
126
- }
127
- div.dtr-modal div.dtr-modal-display {
128
- position: absolute;
129
- top: 0;
130
- left: 0;
131
- bottom: 0;
132
- right: 0;
133
- width: 50%;
134
- height: 50%;
135
- overflow: auto;
136
- margin: auto;
137
- z-index: 102;
138
- overflow: auto;
139
- background-color: #f5f5f7;
140
- border: 1px solid black;
141
- border-radius: 0.5em;
142
- box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
143
- }
144
- div.dtr-modal div.dtr-modal-content {
145
- position: relative;
146
- padding: 1em;
147
- }
148
- div.dtr-modal div.dtr-modal-close {
149
- position: absolute;
150
- top: 6px;
151
- right: 6px;
152
- width: 22px;
153
- height: 22px;
154
- border: 1px solid #eaeaea;
155
- background-color: #f9f9f9;
156
- text-align: center;
157
- border-radius: 3px;
158
- cursor: pointer;
159
- z-index: 12;
160
- }
161
- div.dtr-modal div.dtr-modal-close:hover {
162
- background-color: #eaeaea;
163
- }
164
- div.dtr-modal div.dtr-modal-background {
165
- position: fixed;
166
- top: 0;
167
- left: 0;
168
- right: 0;
169
- bottom: 0;
170
- z-index: 101;
171
- background: rgba(0, 0, 0, 0.6);
172
- }
173
-
174
- @media screen and (max-width: 767px) {
175
- div.dtr-modal div.dtr-modal-display {
176
- width: 95%;
177
- }
178
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.min.css DELETED
@@ -1 +0,0 @@
1
- table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
 
common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.js DELETED
@@ -1,1232 +0,0 @@
1
- /*! Responsive 2.1.0
2
- * 2014-2016 SpryMedia Ltd - datatables.net/license
3
- */
4
-
5
- /**
6
- * @summary Responsive
7
- * @description Responsive tables plug-in for DataTables
8
- * @version 2.1.0
9
- * @file dataTables.responsive.js
10
- * @author SpryMedia Ltd (www.sprymedia.co.uk)
11
- * @contact www.sprymedia.co.uk/contact
12
- * @copyright Copyright 2014-2016 SpryMedia Ltd.
13
- *
14
- * This source file is free software, available under the following license:
15
- * MIT license - http://datatables.net/license/mit
16
- *
17
- * This source file is distributed in the hope that it will be useful, but
18
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19
- * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
20
- *
21
- * For details please refer to: http://www.datatables.net
22
- */
23
- (function( factory ){
24
- if ( typeof define === 'function' && define.amd ) {
25
- // AMD
26
- define( ['jquery', 'datatables.net'], function ( $ ) {
27
- return factory( $, window, document );
28
- } );
29
- }
30
- else if ( typeof exports === 'object' ) {
31
- // CommonJS
32
- module.exports = function (root, $) {
33
- if ( ! root ) {
34
- root = window;
35
- }
36
-
37
- if ( ! $ || ! $.fn.dataTable ) {
38
- $ = require('datatables.net')(root, $).$;
39
- }
40
-
41
- return factory( $, root, root.document );
42
- };
43
- }
44
- else {
45
- // Browser
46
- factory( jQuery, window, document );
47
- }
48
- }(function( $, window, document, undefined ) {
49
- 'use strict';
50
- var DataTable = $.fn.dataTable;
51
-
52
-
53
- /**
54
- * Responsive is a plug-in for the DataTables library that makes use of
55
- * DataTables' ability to change the visibility of columns, changing the
56
- * visibility of columns so the displayed columns fit into the table container.
57
- * The end result is that complex tables will be dynamically adjusted to fit
58
- * into the viewport, be it on a desktop, tablet or mobile browser.
59
- *
60
- * Responsive for DataTables has two modes of operation, which can used
61
- * individually or combined:
62
- *
63
- * * Class name based control - columns assigned class names that match the
64
- * breakpoint logic can be shown / hidden as required for each breakpoint.
65
- * * Automatic control - columns are automatically hidden when there is no
66
- * room left to display them. Columns removed from the right.
67
- *
68
- * In additional to column visibility control, Responsive also has built into
69
- * options to use DataTables' child row display to show / hide the information
70
- * from the table that has been hidden. There are also two modes of operation
71
- * for this child row display:
72
- *
73
- * * Inline - when the control element that the user can use to show / hide
74
- * child rows is displayed inside the first column of the table.
75
- * * Column - where a whole column is dedicated to be the show / hide control.
76
- *
77
- * Initialisation of Responsive is performed by:
78
- *
79
- * * Adding the class `responsive` or `dt-responsive` to the table. In this case
80
- * Responsive will automatically be initialised with the default configuration
81
- * options when the DataTable is created.
82
- * * Using the `responsive` option in the DataTables configuration options. This
83
- * can also be used to specify the configuration options, or simply set to
84
- * `true` to use the defaults.
85
- *
86
- * @class
87
- * @param {object} settings DataTables settings object for the host table
88
- * @param {object} [opts] Configuration options
89
- * @requires jQuery 1.7+
90
- * @requires DataTables 1.10.3+
91
- *
92
- * @example
93
- * $('#example').DataTable( {
94
- * responsive: true
95
- * } );
96
- * } );
97
- */
98
- var Responsive = function ( settings, opts ) {
99
- // Sanity check that we are using DataTables 1.10 or newer
100
- if ( ! DataTable.versionCheck || ! DataTable.versionCheck( '1.10.3' ) ) {
101
- throw 'DataTables Responsive requires DataTables 1.10.3 or newer';
102
- }
103
-
104
- this.s = {
105
- dt: new DataTable.Api( settings ),
106
- columns: [],
107
- current: []
108
- };
109
-
110
- // Check if responsive has already been initialised on this table
111
- if ( this.s.dt.settings()[0].responsive ) {
112
- return;
113
- }
114
-
115
- // details is an object, but for simplicity the user can give it as a string
116
- // or a boolean
117
- if ( opts && typeof opts.details === 'string' ) {
118
- opts.details = { type: opts.details };
119
- }
120
- else if ( opts && opts.details === false ) {
121
- opts.details = { type: false };
122
- }
123
- else if ( opts && opts.details === true ) {
124
- opts.details = { type: 'inline' };
125
- }
126
-
127
- this.c = $.extend( true, {}, Responsive.defaults, DataTable.defaults.responsive, opts );
128
- settings.responsive = this;
129
- this._constructor();
130
- };
131
-
132
- $.extend( Responsive.prototype, {
133
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
134
- * Constructor
135
- */
136
-
137
- /**
138
- * Initialise the Responsive instance
139
- *
140
- * @private
141
- */
142
- _constructor: function ()
143
- {
144
- var that = this;
145
- var dt = this.s.dt;
146
- var dtPrivateSettings = dt.settings()[0];
147
- var oldWindowWidth = $(window).width();
148
-
149
- dt.settings()[0]._responsive = this;
150
-
151
- // Use DataTables' throttle function to avoid processor thrashing on
152
- // resize
153
- $(window).on( 'resize.dtr orientationchange.dtr', DataTable.util.throttle( function () {
154
- // iOS has a bug whereby resize can fire when only scrolling
155
- // See: http://stackoverflow.com/questions/8898412
156
- var width = $(window).width();
157
-
158
- if ( width !== oldWindowWidth ) {
159
- that._resize();
160
- oldWindowWidth = width;
161
- }
162
- } ) );
163
-
164
- // DataTables doesn't currently trigger an event when a row is added, so
165
- // we need to hook into its private API to enforce the hidden rows when
166
- // new data is added
167
- dtPrivateSettings.oApi._fnCallbackReg( dtPrivateSettings, 'aoRowCreatedCallback', function (tr, data, idx) {
168
- if ( $.inArray( false, that.s.current ) !== -1 ) {
169
- $('td, th', tr).each( function ( i ) {
170
- var idx = dt.column.index( 'toData', i );
171
-
172
- if ( that.s.current[idx] === false ) {
173
- $(this).css('display', 'none');
174
- }
175
- } );
176
- }
177
- } );
178
-
179
- // Destroy event handler
180
- dt.on( 'destroy.dtr', function () {
181
- dt.off( '.dtr' );
182
- $( dt.table().body() ).off( '.dtr' );
183
- $(window).off( 'resize.dtr orientationchange.dtr' );
184
-
185
- // Restore the columns that we've hidden
186
- $.each( that.s.current, function ( i, val ) {
187
- if ( val === false ) {
188
- that._setColumnVis( i, true );
189
- }
190
- } );
191
- } );
192
-
193
- // Reorder the breakpoints array here in case they have been added out
194
- // of order
195
- this.c.breakpoints.sort( function (a, b) {
196
- return a.width < b.width ? 1 :
197
- a.width > b.width ? -1 : 0;
198
- } );
199
-
200
- this._classLogic();
201
- this._resizeAuto();
202
-
203
- // Details handler
204
- var details = this.c.details;
205
-
206
- if ( details.type !== false ) {
207
- that._detailsInit();
208
-
209
- // DataTables will trigger this event on every column it shows and
210
- // hides individually
211
- dt.on( 'column-visibility.dtr', function (e, ctx, col, vis) {
212
- that._classLogic();
213
- that._resizeAuto();
214
- that._resize();
215
- } );
216
-
217
- // Redraw the details box on each draw which will happen if the data
218
- // has changed. This is used until DataTables implements a native
219
- // `updated` event for rows
220
- dt.on( 'draw.dtr', function () {
221
- that._redrawChildren();
222
- } );
223
-
224
- $(dt.table().node()).addClass( 'dtr-'+details.type );
225
- }
226
-
227
- dt.on( 'column-reorder.dtr', function (e, settings, details) {
228
- that._classLogic();
229
- that._resizeAuto();
230
- that._resize();
231
- } );
232
-
233
- // Change in column sizes means we need to calc
234
- dt.on( 'column-sizing.dtr', function () {
235
- that._resizeAuto();
236
- that._resize();
237
- });
238
-
239
- dt.on( 'init.dtr', function (e, settings, details) {
240
- that._resizeAuto();
241
- that._resize();
242
-
243
- // If columns were hidden, then DataTables needs to adjust the
244
- // column sizing
245
- if ( $.inArray( false, that.s.current ) ) {
246
- dt.columns.adjust();
247
- }
248
- } );
249
-
250
- // First pass - draw the table for the current viewport size
251
- this._resize();
252
- },
253
-
254
-
255
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
256
- * Private methods
257
- */
258
-
259
- /**
260
- * Calculate the visibility for the columns in a table for a given
261
- * breakpoint. The result is pre-determined based on the class logic if
262
- * class names are used to control all columns, but the width of the table
263
- * is also used if there are columns which are to be automatically shown
264
- * and hidden.
265
- *
266
- * @param {string} breakpoint Breakpoint name to use for the calculation
267
- * @return {array} Array of boolean values initiating the visibility of each
268
- * column.
269
- * @private
270
- */
271
- _columnsVisiblity: function ( breakpoint )
272
- {
273
- var dt = this.s.dt;
274
- var columns = this.s.columns;
275
- var i, ien;
276
-
277
- // Create an array that defines the column ordering based first on the
278
- // column's priority, and secondly the column index. This allows the
279
- // columns to be removed from the right if the priority matches
280
- var order = columns
281
- .map( function ( col, idx ) {
282
- return {
283
- columnIdx: idx,
284
- priority: col.priority
285
- };
286
- } )
287
- .sort( function ( a, b ) {
288
- if ( a.priority !== b.priority ) {
289
- return a.priority - b.priority;
290
- }
291
- return a.columnIdx - b.columnIdx;
292
- } );
293
-
294
- // Class logic - determine which columns are in this breakpoint based
295
- // on the classes. If no class control (i.e. `auto`) then `-` is used
296
- // to indicate this to the rest of the function
297
- var display = $.map( columns, function ( col ) {
298
- return col.auto && col.minWidth === null ?
299
- false :
300
- col.auto === true ?
301
- '-' :
302
- $.inArray( breakpoint, col.includeIn ) !== -1;
303
- } );
304
-
305
- // Auto column control - first pass: how much width is taken by the
306
- // ones that must be included from the non-auto columns
307
- var requiredWidth = 0;
308
- for ( i=0, ien=display.length ; i<ien ; i++ ) {
309
- if ( display[i] === true ) {
310
- requiredWidth += columns[i].minWidth;
311
- }
312
- }
313
-
314
- // Second pass, use up any remaining width for other columns. For
315
- // scrolling tables we need to subtract the width of the scrollbar. It
316
- // may not be requires which makes this sub-optimal, but it would
317
- // require another full redraw to make complete use of those extra few
318
- // pixels
319
- var scrolling = dt.settings()[0].oScroll;
320
- var bar = scrolling.sY || scrolling.sX ? scrolling.iBarWidth : 0;
321
- var widthAvailable = dt.table().container().offsetWidth - bar;
322
- var usedWidth = widthAvailable - requiredWidth;
323
-
324
- // Control column needs to always be included. This makes it sub-
325
- // optimal in terms of using the available with, but to stop layout
326
- // thrashing or overflow. Also we need to account for the control column
327
- // width first so we know how much width is available for the other
328
- // columns, since the control column might not be the first one shown
329
- for ( i=0, ien=display.length ; i<ien ; i++ ) {
330
- if ( columns[i].control ) {
331
- usedWidth -= columns[i].minWidth;
332
- }
333
- }
334
-
335
- // Allow columns to be shown (counting by priority and then right to
336
- // left) until we run out of room
337
- var empty = false;
338
- for ( i=0, ien=order.length ; i<ien ; i++ ) {
339
- var colIdx = order[i].columnIdx;
340
-
341
- if ( display[colIdx] === '-' && ! columns[colIdx].control && columns[colIdx].minWidth ) {
342
- // Once we've found a column that won't fit we don't let any
343
- // others display either, or columns might disappear in the
344
- // middle of the table
345
- if ( empty || usedWidth - columns[colIdx].minWidth < 0 ) {
346
- empty = true;
347
- display[colIdx] = false;
348
- }
349
- else {
350
- display[colIdx] = true;
351
- }
352
-
353
- usedWidth -= columns[colIdx].minWidth;
354
- }
355
- }
356
-
357
- // Determine if the 'control' column should be shown (if there is one).
358
- // This is the case when there is a hidden column (that is not the
359
- // control column). The two loops look inefficient here, but they are
360
- // trivial and will fly through. We need to know the outcome from the
361
- // first , before the action in the second can be taken
362
- var showControl = false;
363
-
364
- for ( i=0, ien=columns.length ; i<ien ; i++ ) {
365
- if ( ! columns[i].control && ! columns[i].never && ! display[i] ) {
366
- showControl = true;
367
- break;
368
- }
369
- }
370
-
371
- for ( i=0, ien=columns.length ; i<ien ; i++ ) {
372
- if ( columns[i].control ) {
373
- display[i] = showControl;
374
- }
375
- }
376
-
377
- // Finally we need to make sure that there is at least one column that
378
- // is visible
379
- if ( $.inArray( true, display ) === -1 ) {
380
- display[0] = true;
381
- }
382
-
383
- return display;
384
- },
385
-
386
-
387
- /**
388
- * Create the internal `columns` array with information about the columns
389
- * for the table. This includes determining which breakpoints the column
390
- * will appear in, based upon class names in the column, which makes up the
391
- * vast majority of this method.
392
- *
393
- * @private
394
- */
395
- _classLogic: function ()
396
- {
397
- var that = this;
398
- var calc = {};
399
- var breakpoints = this.c.breakpoints;
400
- var dt = this.s.dt;
401
- var columns = dt.columns().eq(0).map( function (i) {
402
- var column = this.column(i);
403
- var className = column.header().className;
404
- var priority = dt.settings()[0].aoColumns[i].responsivePriority;
405
-
406
- if ( priority === undefined ) {
407
- var dataPriority = $(column.header()).data('priority');
408
-
409
- priority = dataPriority !== undefined ?
410
- dataPriority * 1 :
411
- 10000;
412
- }
413
-
414
- return {
415
- className: className,
416
- includeIn: [],
417
- auto: false,
418
- control: false,
419
- never: className.match(/\bnever\b/) ? true : false,
420
- priority: priority
421
- };
422
- } );
423
-
424
- // Simply add a breakpoint to `includeIn` array, ensuring that there are
425
- // no duplicates
426
- var add = function ( colIdx, name ) {
427
- var includeIn = columns[ colIdx ].includeIn;
428
-
429
- if ( $.inArray( name, includeIn ) === -1 ) {
430
- includeIn.push( name );
431
- }
432
- };
433
-
434
- var column = function ( colIdx, name, operator, matched ) {
435
- var size, i, ien;
436
-
437
- if ( ! operator ) {
438
- columns[ colIdx ].includeIn.push( name );
439
- }
440
- else if ( operator === 'max-' ) {
441
- // Add this breakpoint and all smaller
442
- size = that._find( name ).width;
443
-
444
- for ( i=0, ien=breakpoints.length ; i<ien ; i++ ) {
445
- if ( breakpoints[i].width <= size ) {
446
- add( colIdx, breakpoints[i].name );
447
- }
448
- }
449
- }
450
- else if ( operator === 'min-' ) {
451
- // Add this breakpoint and all larger
452
- size = that._find( name ).width;
453
-
454
- for ( i=0, ien=breakpoints.length ; i<ien ; i++ ) {
455
- if ( breakpoints[i].width >= size ) {
456
- add( colIdx, breakpoints[i].name );
457
- }
458
- }
459
- }
460
- else if ( operator === 'not-' ) {
461
- // Add all but this breakpoint
462
- for ( i=0, ien=breakpoints.length ; i<ien ; i++ ) {
463
- if ( breakpoints[i].name.indexOf( matched ) === -1 ) {
464
- add( colIdx, breakpoints[i].name );
465
- }
466
- }
467
- }
468
- };
469
-
470
- // Loop over each column and determine if it has a responsive control
471
- // class
472
- columns.each( function ( col, i ) {
473
- var classNames = col.className.split(' ');
474
- var hasClass = false;
475
-
476
- // Split the class name up so multiple rules can be applied if needed
477
- for ( var k=0, ken=classNames.length ; k<ken ; k++ ) {
478
- var className = $.trim( classNames[k] );
479
-
480
- if ( className === 'all' ) {
481
- // Include in all
482
- hasClass = true;
483
- col.includeIn = $.map( breakpoints, function (a) {
484
- return a.name;
485
- } );
486
- return;
487
- }
488
- else if ( className === 'none' || col.never ) {
489
- // Include in none (default) and no auto
490
- hasClass = true;
491
- return;
492
- }
493
- else if ( className === 'control' ) {
494
- // Special column that is only visible, when one of the other
495
- // columns is hidden. This is used for the details control
496
- hasClass = true;
497
- col.control = true;
498
- return;
499
- }
500
-
501
- $.each( breakpoints, function ( j, breakpoint ) {
502
- // Does this column have a class that matches this breakpoint?
503
- var brokenPoint = breakpoint.name.split('-');
504
- var re = new RegExp( '(min\\-|max\\-|not\\-)?('+brokenPoint[0]+')(\\-[_a-zA-Z0-9])?' );
505
- var match = className.match( re );
506
-
507
- if ( match ) {
508
- hasClass = true;
509
-
510
- if ( match[2] === brokenPoint[0] && match[3] === '-'+brokenPoint[1] ) {
511
- // Class name matches breakpoint name fully
512
- column( i, breakpoint.name, match[1], match[2]+match[3] );
513
- }
514
- else if ( match[2] === brokenPoint[0] && ! match[3] ) {
515
- // Class name matched primary breakpoint name with no qualifier
516
- column( i, breakpoint.name, match[1], match[2] );
517
- }
518
- }
519
- } );
520
- }
521
-
522
- // If there was no control class, then automatic sizing is used
523
- if ( ! hasClass ) {
524
- col.auto = true;
525
- }
526
- } );
527
-
528
- this.s.columns = columns;
529
- },
530
-
531
-
532
- /**
533
- * Show the details for the child row
534
- *
535
- * @param {DataTables.Api} row API instance for the row
536
- * @param {boolean} update Update flag
537
- * @private
538
- */
539
- _detailsDisplay: function ( row, update )
540
- {
541
- var that = this;
542
- var dt = this.s.dt;
543
- var details = this.c.details;
544
-
545
- if ( details && details.type !== false ) {
546
- var res = details.display( row, update, function () {
547
- return details.renderer(
548
- dt, row[0], that._detailsObj(row[0])
549
- );
550
- } );
551
-
552
- if ( res === true || res === false ) {
553
- $(dt.table().node()).triggerHandler( 'responsive-display.dt', [dt, row, res, update] );
554
- }
555
- }
556
- },
557
-
558
-
559
- /**
560
- * Initialisation for the details handler
561
- *
562
- * @private
563
- */
564
- _detailsInit: function ()
565
- {
566
- var that = this;
567
- var dt = this.s.dt;
568
- var details = this.c.details;
569
-
570
- // The inline type always uses the first child as the target
571
- if ( details.type === 'inline' ) {
572
- details.target = 'td:first-child, th:first-child';
573
- }
574
-
575
- // Keyboard accessibility
576
- dt.on( 'draw.dtr', function () {
577
- that._tabIndexes();
578
- } );
579
- that._tabIndexes(); // Initial draw has already happened
580
-
581
- $( dt.table().body() ).on( 'keyup.dtr', 'td, th', function (e) {
582
- if ( e.keyCode === 13 && $(this).data('dtr-keyboard') ) {
583
- $(this).click();
584
- }
585
- } );
586
-
587
- // type.target can be a string jQuery selector or a column index
588
- var target = details.target;
589
- var selector = typeof target === 'string' ? target : 'td, th';
590
-
591
- // Click handler to show / hide the details rows when they are available
592
- $( dt.table().body() )
593
- .on( 'click.dtr mousedown.dtr mouseup.dtr', selector, function (e) {
594
- // If the table is not collapsed (i.e. there is no hidden columns)
595
- // then take no action
596
- if ( ! $(dt.table().node()).hasClass('collapsed' ) ) {
597
- return;
598
- }
599
-
600
- // Check that the row is actually a DataTable's controlled node
601
- if ( ! dt.row( $(this).closest('tr') ).length ) {
602
- return;
603
- }
604
-
605
- // For column index, we determine if we should act or not in the
606
- // handler - otherwise it is already okay
607
- if ( typeof target === 'number' ) {
608
- var targetIdx = target < 0 ?
609
- dt.columns().eq(0).length + target :
610
- target;
611
-
612
- if ( dt.cell( this ).index().column !== targetIdx ) {
613
- return;
614
- }
615
- }
616
-
617
- // $().closest() includes itself in its check
618
- var row = dt.row( $(this).closest('tr') );
619
-
620
- // Check event type to do an action
621
- if ( e.type === 'click' ) {
622
- // The renderer is given as a function so the caller can execute it
623
- // only when they need (i.e. if hiding there is no point is running
624
- // the renderer)
625
- that._detailsDisplay( row, false );
626
- }
627
- else if ( e.type === 'mousedown' ) {
628
- // For mouse users, prevent the focus ring from showing
629
- $(this).css('outline', 'none');
630
- }
631
- else if ( e.type === 'mouseup' ) {
632
- // And then re-allow at the end of the click
633
- $(this).blur().css('outline', '');
634
- }
635
- } );
636
- },
637
-
638
-
639
- /**
640
- * Get the details to pass to a renderer for a row
641
- * @param {int} rowIdx Row index
642
- * @private
643
- */
644
- _detailsObj: function ( rowIdx )
645
- {
646
- var that = this;
647
- var dt = this.s.dt;
648
-
649
- return $.map( this.s.columns, function( col, i ) {
650
- // Never and control columns should not be passed to the renderer
651
- if ( col.never || col.control ) {
652
- return;
653
- }
654
-
655
- return {
656
- title: dt.settings()[0].aoColumns[ i ].sTitle,
657
- data: dt.cell( rowIdx, i ).render( that.c.orthogonal ),
658
- hidden: dt.column( i ).visible() && !that.s.current[ i ],
659
- columnIndex: i,
660
- rowIndex: rowIdx
661
- };
662
- } );
663
- },
664
-
665
-
666
- /**
667
- * Find a breakpoint object from a name
668
- *
669
- * @param {string} name Breakpoint name to find
670
- * @return {object} Breakpoint description object
671
- * @private
672
- */
673
- _find: function ( name )
674
- {
675
- var breakpoints = this.c.breakpoints;
676
-
677
- for ( var i=0, ien=breakpoints.length ; i<ien ; i++ ) {
678
- if ( breakpoints[i].name === name ) {
679
- return breakpoints[i];
680
- }
681
- }
682
- },
683
-
684
-
685
- /**
686
- * Re-create the contents of the child rows as the display has changed in
687
- * some way.
688
- *
689
- * @private
690
- */
691
- _redrawChildren: function ()
692
- {
693
- var that = this;
694
- var dt = this.s.dt;
695
-
696
- dt.rows( {page: 'current'} ).iterator( 'row', function ( settings, idx ) {
697
- var row = dt.row( idx );
698
-
699
- that._detailsDisplay( dt.row( idx ), true );
700
- } );
701
- },
702
-
703
-
704
- /**
705
- * Alter the table display for a resized viewport. This involves first
706
- * determining what breakpoint the window currently is in, getting the
707
- * column visibilities to apply and then setting them.
708
- *
709
- * @private
710
- */
711
- _resize: function ()
712
- {
713
- var that = this;
714
- var dt = this.s.dt;
715
- var width = $(window).width();
716
- var breakpoints = this.c.breakpoints;
717
- var breakpoint = breakpoints[0].name;
718
- var columns = this.s.columns;
719
- var i, ien;
720
- var oldVis = this.s.current.slice();
721
-
722
- // Determine what breakpoint we are currently at
723
- for ( i=breakpoints.length-1 ; i>=0 ; i-- ) {
724
- if ( width <= breakpoints[i].width ) {
725
- breakpoint = breakpoints[i].name;
726
- break;
727
- }
728
- }
729
-
730
- // Show the columns for that break point
731
- var columnsVis = this._columnsVisiblity( breakpoint );
732
- this.s.current = columnsVis;
733
-
734
- // Set the class before the column visibility is changed so event
735
- // listeners know what the state is. Need to determine if there are
736
- // any columns that are not visible but can be shown
737
- var collapsedClass = false;
738
- for ( i=0, ien=columns.length ; i<ien ; i++ ) {
739
- if ( columnsVis[i] === false && ! columns[i].never && ! columns[i].control ) {
740
- collapsedClass = true;
741
- break;
742
- }
743
- }
744
-
745
- $( dt.table().node() ).toggleClass( 'collapsed', collapsedClass );
746
-
747
- var changed = false;
748
-
749
- dt.columns().eq(0).each( function ( colIdx, i ) {
750
- if ( columnsVis[i] !== oldVis[i] ) {
751
- changed = true;
752
- that._setColumnVis( colIdx, columnsVis[i] );
753
- }
754
- } );
755
-
756
- if ( changed ) {
757
- this._redrawChildren();
758
-
759
- // Inform listeners of the change
760
- $(dt.table().node()).trigger( 'responsive-resize.dt', [dt, this.s.current] );
761
- }
762
- },
763
-
764
-
765
- /**
766
- * Determine the width of each column in the table so the auto column hiding
767
- * has that information to work with. This method is never going to be 100%
768
- * perfect since column widths can change slightly per page, but without
769
- * seriously compromising performance this is quite effective.
770
- *
771
- * @private
772
- */
773
- _resizeAuto: function ()
774
- {
775
- var dt = this.s.dt;
776
- var columns = this.s.columns;
777
-
778
- // Are we allowed to do auto sizing?
779
- if ( ! this.c.auto ) {
780
- return;
781
- }
782
-
783
- // Are there any columns that actually need auto-sizing, or do they all
784
- // have classes defined
785
- if ( $.inArray( true, $.map( columns, function (c) { return c.auto; } ) ) === -1 ) {
786
- return;
787
- }
788
-
789
- // Clone the table with the current data in it
790
- var tableWidth = dt.table().node().offsetWidth;
791
- var columnWidths = dt.columns;
792
- var clonedTable = dt.table().node().cloneNode( false );
793
- var clonedHeader = $( dt.table().header().cloneNode( false ) ).appendTo( clonedTable );
794
- var clonedBody = $( dt.table().body() ).clone( false, false ).empty().appendTo( clonedTable ); // use jQuery because of IE8
795
-
796
- // Header
797
- var headerCells = dt.columns()
798
- .header()
799
- .filter( function (idx) {
800
- return dt.column(idx).visible();
801
- } )
802
- .to$()
803
- .clone( false )
804
- .css( 'display', 'table-cell' );
805
-
806
- // Body rows - we don't need to take account of DataTables' column
807
- // visibility since we implement our own here (hence the `display` set)
808
- $(clonedBody)
809
- .append( $(dt.rows( { page: 'current' } ).nodes()).clone( false ) )
810
- .find( 'th, td' ).css( 'display', '' );
811
-
812
- // Footer
813
- var footer = dt.table().footer();
814
- if ( footer ) {
815
- var clonedFooter = $( footer.cloneNode( false ) ).appendTo( clonedTable );
816
- var footerCells = dt.columns()
817
- .footer()
818
- .filter( function (idx) {
819
- return dt.column(idx).visible();
820
- } )
821
- .to$()
822
- .clone( false )
823
- .css( 'display', 'table-cell' );
824
-
825
- $('<tr/>')
826
- .append( footerCells )
827
- .appendTo( clonedFooter );
828
- }
829
-
830
- $('<tr/>')
831
- .append( headerCells )
832
- .appendTo( clonedHeader );
833
-
834
- // In the inline case extra padding is applied to the first column to
835
- // give space for the show / hide icon. We need to use this in the
836
- // calculation
837
- if ( this.c.details.type === 'inline' ) {
838
- $(clonedTable).addClass( 'dtr-inline collapsed' );
839
- }
840
-
841
- // It is unsafe to insert elements with the same name into the DOM
842
- // multiple times. For example, cloning and inserting a checked radio
843
- // clears the chcecked state of the original radio.
844
- $( clonedTable ).find( '[name]' ).removeAttr( 'name' );
845
-
846
- var inserted = $('<div/>')
847
- .css( {
848
- width: 1,
849
- height: 1,
850
- overflow: 'hidden'
851
- } )
852
- .append( clonedTable );
853
-
854
- inserted.insertBefore( dt.table().node() );
855
-
856
- // The cloned header now contains the smallest that each column can be
857
- headerCells.each( function (i) {
858
- var idx = dt.column.index( 'fromVisible', i );
859
- columns[ idx ].minWidth = this.offsetWidth || 0;
860
- } );
861
-
862
- inserted.remove();
863
- },
864
-
865
- /**
866
- * Set a column's visibility.
867
- *
868
- * We don't use DataTables' column visibility controls in order to ensure
869
- * that column visibility can Responsive can no-exist. Since only IE8+ is
870
- * supported (and all evergreen browsers of course) the control of the
871
- * display attribute works well.
872
- *
873
- * @param {integer} col Column index
874
- * @param {boolean} showHide Show or hide (true or false)
875
- * @private
876
- */
877
- _setColumnVis: function ( col, showHide )
878
- {
879
- var dt = this.s.dt;
880
- var display = showHide ? '' : 'none'; // empty string will remove the attr
881
-
882
- $( dt.column( col ).header() ).css( 'display', display );
883
- $( dt.column( col ).footer() ).css( 'display', display );
884
- dt.column( col ).nodes().to$().css( 'display', display );
885
- },
886
-
887
-
888
- /**
889
- * Update the cell tab indexes for keyboard accessibility. This is called on
890
- * every table draw - that is potentially inefficient, but also the least
891
- * complex option given that column visibility can change on the fly. Its a
892
- * shame user-focus was removed from CSS 3 UI, as it would have solved this
893
- * issue with a single CSS statement.
894
- *
895
- * @private
896
- */
897
- _tabIndexes: function ()
898
- {
899
- var dt = this.s.dt;
900
- var cells = dt.cells( { page: 'current' } ).nodes().to$();
901
- var ctx = dt.settings()[0];
902
- var target = this.c.details.target;
903
-
904
- cells.filter( '[data-dtr-keyboard]' ).removeData( '[data-dtr-keyboard]' );
905
-
906
- var selector = typeof target === 'number' ?
907
- ':eq('+target+')' :
908
- target;
909
-
910
- $( selector, dt.rows( { page: 'current' } ).nodes() )
911
- .attr( 'tabIndex', ctx.iTabIndex )
912
- .data( 'dtr-keyboard', 1 );
913
- }
914
- } );
915
-
916
-
917
- /**
918
- * List of default breakpoints. Each item in the array is an object with two
919
- * properties:
920
- *
921
- * * `name` - the breakpoint name.
922
- * * `width` - the breakpoint width
923
- *
924
- * @name Responsive.breakpoints
925
- * @static
926
- */
927
- Responsive.breakpoints = [
928
- { name: 'desktop', width: Infinity },
929
- { name: 'tablet-l', width: 1024 },
930
- { name: 'tablet-p', width: 768 },
931
- { name: 'mobile-l', width: 480 },
932
- { name: 'mobile-p', width: 320 }
933
- ];
934
-
935
-
936
- /**
937
- * Display methods - functions which define how the hidden data should be shown
938
- * in the table.
939
- *
940
- * @namespace
941
- * @name Responsive.defaults
942
- * @static
943
- */
944
- Responsive.display = {
945
- childRow: function ( row, update, render ) {
946
- if ( update ) {
947
- if ( $(row.node()).hasClass('parent') ) {
948
- row.child( render(), 'child' ).show();
949
-
950
- return true;
951
- }
952
- }
953
- else {
954
- if ( ! row.child.isShown() ) {
955
- row.child( render(), 'child' ).show();
956
- $( row.node() ).addClass( 'parent' );
957
-
958
- return true;
959
- }
960
- else {
961
- row.child( false );
962
- $( row.node() ).removeClass( 'parent' );
963
-
964
- return false;
965
- }
966
- }
967
- },
968
-
969
- childRowImmediate: function ( row, update, render ) {
970
- if ( (! update && row.child.isShown()) || ! row.responsive.hasHidden() ) {
971
- // User interaction and the row is show, or nothing to show
972
- row.child( false );
973
- $( row.node() ).removeClass( 'parent' );
974
-
975
- return false;
976
- }
977
- else {
978
- // Display
979
- row.child( render(), 'child' ).show();
980
- $( row.node() ).addClass( 'parent' );
981
-
982
- return true;
983
- }
984
- },
985
-
986
- // This is a wrapper so the modal options for Bootstrap and jQuery UI can
987
- // have options passed into them. This specific one doesn't need to be a
988
- // function but it is for consistency in the `modal` name
989
- modal: function ( options ) {
990
- return function ( row, update, render ) {
991
- if ( ! update ) {
992
- // Show a modal
993
- var close = function () {
994
- modal.remove(); // will tidy events for us
995
- $(document).off( 'keypress.dtr' );
996
- };
997
-
998
- var modal = $('<div class="dtr-modal"/>')
999
- .append( $('<div class="dtr-modal-display"/>')
1000
- .append( $('<div class="dtr-modal-content"/>')
1001
- .append( render() )
1002
- )
1003
- .append( $('<div class="dtr-modal-close">&times;</div>' )
1004
- .click( function () {
1005
- close();
1006
- } )
1007
- )
1008
- )
1009
- .append( $('<div class="dtr-modal-background"/>')
1010
- .click( function () {
1011
- close();
1012
- } )
1013
- )
1014
- .appendTo( 'body' );
1015
-
1016
- $(document).on( 'keyup.dtr', function (e) {
1017
- if ( e.keyCode === 27 ) {
1018
- e.stopPropagation();
1019
-
1020
- close();
1021
- }
1022
- } );
1023
- }
1024
- else {
1025
- $('div.dtr-modal-content')
1026
- .empty()
1027
- .append( render() );
1028
- }
1029
-
1030
- if ( options && options.header ) {
1031
- $('div.dtr-modal-content').prepend(
1032
- '<h2>'+options.header( row )+'</h2>'
1033
- );
1034
- }
1035
- };
1036
- }
1037
- };
1038
-
1039
-
1040
- /**
1041
- * Display methods - functions which define how the hidden data should be shown
1042
- * in the table.
1043
- *
1044
- * @namespace
1045
- * @name Responsive.defaults
1046
- * @static
1047
- */
1048
- Responsive.renderer = {
1049
- listHidden: function () {
1050
- return function ( api, rowIdx, columns ) {
1051
- var data = $.map( columns, function ( col ) {
1052
- return col.hidden ?
1053
- '<li data-dtr-index="'+col.columnIndex+'" data-dt-row="'+col.rowIndex+'" data-dt-column="'+col.columnIndex+'">'+
1054
- '<span class="dtr-title">'+
1055
- col.title+
1056
- '</span> '+
1057
- '<span class="dtr-data">'+
1058
- col.data+
1059
- '</span>'+
1060
- '</li>' :
1061
- '';
1062
- } ).join('');
1063
-
1064
- return data ?
1065
- $('<ul data-dtr-index="'+rowIdx+'"/>').append( data ) :
1066
- false;
1067
- }
1068
- },
1069
-
1070
- tableAll: function ( options ) {
1071
- options = $.extend( {
1072
- tableClass: ''
1073
- }, options );
1074
-
1075
- return function ( api, rowIdx, columns ) {
1076
- var data = $.map( columns, function ( col ) {
1077
- return '<tr data-dt-row="'+col.rowIndex+'" data-dt-column="'+col.columnIndex+'">'+
1078
- '<td>'+col.title+':'+'</td> '+
1079
- '<td>'+col.data+'</td>'+
1080
- '</tr>';
1081
- } ).join('');
1082
-
1083
- return $('<table class="'+options.tableClass+'" width="100%"/>').append( data );
1084
- }
1085
- }
1086
- };
1087
-
1088
- /**
1089
- * Responsive default settings for initialisation
1090
- *
1091
- * @namespace
1092
- * @name Responsive.defaults
1093
- * @static
1094
- */
1095
- Responsive.defaults = {
1096
- /**
1097
- * List of breakpoints for the instance. Note that this means that each
1098
- * instance can have its own breakpoints. Additionally, the breakpoints
1099
- * cannot be changed once an instance has been creased.
1100
- *
1101
- * @type {Array}
1102
- * @default Takes the value of `Responsive.breakpoints`
1103
- */
1104
- breakpoints: Responsive.breakpoints,
1105
-
1106
- /**
1107
- * Enable / disable auto hiding calculations. It can help to increase
1108
- * performance slightly if you disable this option, but all columns would
1109
- * need to have breakpoint classes assigned to them
1110
- *
1111
- * @type {Boolean}
1112
- * @default `true`
1113
- */
1114
- auto: true,
1115
-
1116
- /**
1117
- * Details control. If given as a string value, the `type` property of the
1118
- * default object is set to that value, and the defaults used for the rest
1119
- * of the object - this is for ease of implementation.
1120
- *
1121
- * The object consists of the following properties:
1122
- *
1123
- * * `display` - A function that is used to show and hide the hidden details
1124
- * * `renderer` - function that is called for display of the child row data.
1125
- * The default function will show the data from the hidden columns
1126
- * * `target` - Used as the selector for what objects to attach the child
1127
- * open / close to
1128
- * * `type` - `false` to disable the details display, `inline` or `column`
1129
- * for the two control types
1130
- *
1131
- * @type {Object|string}
1132
- */
1133
- details: {
1134
- display: Responsive.display.childRow,
1135
-
1136
- renderer: Responsive.renderer.listHidden(),
1137
-
1138
- target: 0,
1139
-
1140
- type: 'inline'
1141
- },
1142
-
1143
- /**
1144
- * Orthogonal data request option. This is used to define the data type
1145
- * requested when Responsive gets the data to show in the child row.
1146
- *
1147
- * @type {String}
1148
- */
1149
- orthogonal: 'display'
1150
- };
1151
-
1152
-
1153
- /*
1154
- * API
1155
- */
1156
- var Api = $.fn.dataTable.Api;
1157
-
1158
- // Doesn't do anything - work around for a bug in DT... Not documented
1159
- Api.register( 'responsive()', function () {
1160
- return this;
1161
- } );
1162
-
1163
- Api.register( 'responsive.index()', function ( li ) {
1164
- li = $(li);
1165
-
1166
- return {
1167
- column: li.data('dtr-index'),
1168
- row: li.parent().data('dtr-index')
1169
- };
1170
- } );
1171
-
1172
- Api.register( 'responsive.rebuild()', function () {
1173
- return this.iterator( 'table', function ( ctx ) {
1174
- if ( ctx._responsive ) {
1175
- ctx._responsive._classLogic();
1176
- }
1177
- } );
1178
- } );
1179
-
1180
- Api.register( 'responsive.recalc()', function () {
1181
- return this.iterator( 'table', function ( ctx ) {
1182
- if ( ctx._responsive ) {
1183
- ctx._responsive._resizeAuto();
1184
- ctx._responsive._resize();
1185
- }
1186
- } );
1187
- } );
1188
-
1189
- Api.register( 'responsive.hasHidden()', function () {
1190
- var ctx = this.context[0];
1191
-
1192
- return ctx._responsive ?
1193
- $.inArray( false, ctx._responsive.s.current ) !== -1 :
1194
- false;
1195
- } );
1196
-
1197
-
1198
- /**
1199
- * Version information
1200
- *
1201
- * @name Responsive.version
1202
- * @static
1203
- */
1204
- Responsive.version = '2.1.0';
1205
-
1206
-
1207
- $.fn.dataTable.Responsive = Responsive;
1208
- $.fn.DataTable.Responsive = Responsive;
1209
-
1210
- // Attach a listener to the document which listens for DataTables initialisation
1211
- // events so we can automatically initialise
1212
- $(document).on( 'preInit.dt.dtr', function (e, settings, json) {
1213
- if ( e.namespace !== 'dt' ) {
1214
- return;
1215
- }
1216
-
1217
- if ( $(settings.nTable).hasClass( 'responsive' ) ||
1218
- $(settings.nTable).hasClass( 'dt-responsive' ) ||
1219
- settings.oInit.responsive ||
1220
- DataTable.defaults.responsive
1221
- ) {
1222
- var init = settings.oInit.responsive;
1223
-
1224
- if ( init !== false ) {
1225
- new Responsive( settings, $.isPlainObject( init ) ? init : {} );
1226
- }
1227
- }
1228
- } );
1229
-
1230
-
1231
- return Responsive;
1232
- }));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.min.js DELETED
@@ -1,26 +0,0 @@
1
- /*!
2
- Responsive 2.1.0
3
- 2014-2016 SpryMedia Ltd - datatables.net/license
4
- */
5
- (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(l){return c(l,window,document)}):"object"===typeof exports?module.exports=function(l,k){l||(l=window);if(!k||!k.fn.dataTable)k=require("datatables.net")(l,k).$;return c(k,l,l.document)}:c(jQuery,window,document)})(function(c,l,k,p){var m=c.fn.dataTable,j=function(a,b){if(!m.versionCheck||!m.versionCheck("1.10.3"))throw"DataTables Responsive requires DataTables 1.10.3 or newer";this.s={dt:new m.Api(a),columns:[],
6
- current:[]};this.s.dt.settings()[0].responsive||(b&&"string"===typeof b.details?b.details={type:b.details}:b&&!1===b.details?b.details={type:!1}:b&&!0===b.details&&(b.details={type:"inline"}),this.c=c.extend(!0,{},j.defaults,m.defaults.responsive,b),a.responsive=this,this._constructor())};c.extend(j.prototype,{_constructor:function(){var a=this,b=this.s.dt,d=b.settings()[0],e=c(l).width();b.settings()[0]._responsive=this;c(l).on("resize.dtr orientationchange.dtr",m.util.throttle(function(){var b=
7
- c(l).width();b!==e&&(a._resize(),e=b)}));d.oApi._fnCallbackReg(d,"aoRowCreatedCallback",function(e){-1!==c.inArray(!1,a.s.current)&&c("td, th",e).each(function(e){e=b.column.index("toData",e);!1===a.s.current[e]&&c(this).css("display","none")})});b.on("destroy.dtr",function(){b.off(".dtr");c(b.table().body()).off(".dtr");c(l).off("resize.dtr orientationchange.dtr");c.each(a.s.current,function(b,e){!1===e&&a._setColumnVis(b,!0)})});this.c.breakpoints.sort(function(a,b){return a.width<b.width?1:a.width>
8
- b.width?-1:0});this._classLogic();this._resizeAuto();d=this.c.details;!1!==d.type&&(a._detailsInit(),b.on("column-visibility.dtr",function(){a._classLogic();a._resizeAuto();a._resize()}),b.on("draw.dtr",function(){a._redrawChildren()}),c(b.table().node()).addClass("dtr-"+d.type));b.on("column-reorder.dtr",function(){a._classLogic();a._resizeAuto();a._resize()});b.on("column-sizing.dtr",function(){a._resizeAuto();a._resize()});b.on("init.dtr",function(){a._resizeAuto();a._resize();c.inArray(false,
9
- a.s.current)&&b.columns.adjust()});this._resize()},_columnsVisiblity:function(a){var b=this.s.dt,d=this.s.columns,e,f,g=d.map(function(a,b){return{columnIdx:b,priority:a.priority}}).sort(function(a,b){return a.priority!==b.priority?a.priority-b.priority:a.columnIdx-b.columnIdx}),h=c.map(d,function(b){return b.auto&&null===b.minWidth?!1:!0===b.auto?"-":-1!==c.inArray(a,b.includeIn)}),n=0;e=0;for(f=h.length;e<f;e++)!0===h[e]&&(n+=d[e].minWidth);e=b.settings()[0].oScroll;e=e.sY||e.sX?e.iBarWidth:0;b=
10
- b.table().container().offsetWidth-e-n;e=0;for(f=h.length;e<f;e++)d[e].control&&(b-=d[e].minWidth);n=!1;e=0;for(f=g.length;e<f;e++){var i=g[e].columnIdx;"-"===h[i]&&(!d[i].control&&d[i].minWidth)&&(n||0>b-d[i].minWidth?(n=!0,h[i]=!1):h[i]=!0,b-=d[i].minWidth)}g=!1;e=0;for(f=d.length;e<f;e++)if(!d[e].control&&!d[e].never&&!h[e]){g=!0;break}e=0;for(f=d.length;e<f;e++)d[e].control&&(h[e]=g);-1===c.inArray(!0,h)&&(h[0]=!0);return h},_classLogic:function(){var a=this,b=this.c.breakpoints,d=this.s.dt,e=
11
- d.columns().eq(0).map(function(a){var b=this.column(a),e=b.header().className,a=d.settings()[0].aoColumns[a].responsivePriority;a===p&&(b=c(b.header()).data("priority"),a=b!==p?1*b:1E4);return{className:e,includeIn:[],auto:!1,control:!1,never:e.match(/\bnever\b/)?!0:!1,priority:a}}),f=function(a,b){var d=e[a].includeIn;-1===c.inArray(b,d)&&d.push(b)},g=function(c,d,i,g){if(i)if("max-"===i){g=a._find(d).width;d=0;for(i=b.length;d<i;d++)b[d].width<=g&&f(c,b[d].name)}else if("min-"===i){g=a._find(d).width;
12
- d=0;for(i=b.length;d<i;d++)b[d].width>=g&&f(c,b[d].name)}else{if("not-"===i){d=0;for(i=b.length;d<i;d++)-1===b[d].name.indexOf(g)&&f(c,b[d].name)}}else e[c].includeIn.push(d)};e.each(function(a,e){for(var d=a.className.split(" "),f=!1,j=0,l=d.length;j<l;j++){var k=c.trim(d[j]);if("all"===k){f=!0;a.includeIn=c.map(b,function(a){return a.name});return}if("none"===k||a.never){f=!0;return}if("control"===k){f=!0;a.control=!0;return}c.each(b,function(a,b){var d=b.name.split("-"),c=k.match(RegExp("(min\\-|max\\-|not\\-)?("+
13
- d[0]+")(\\-[_a-zA-Z0-9])?"));c&&(f=!0,c[2]===d[0]&&c[3]==="-"+d[1]?g(e,b.name,c[1],c[2]+c[3]):c[2]===d[0]&&!c[3]&&g(e,b.name,c[1],c[2]))})}f||(a.auto=!0)});this.s.columns=e},_detailsDisplay:function(a,b){var d=this,e=this.s.dt,f=this.c.details;if(f&&!1!==f.type){var g=f.display(a,b,function(){return f.renderer(e,a[0],d._detailsObj(a[0]))});(!0===g||!1===g)&&c(e.table().node()).triggerHandler("responsive-display.dt",[e,a,g,b])}},_detailsInit:function(){var a=this,b=this.s.dt,d=this.c.details;"inline"===
14
- d.type&&(d.target="td:first-child, th:first-child");b.on("draw.dtr",function(){a._tabIndexes()});a._tabIndexes();c(b.table().body()).on("keyup.dtr","td, th",function(a){a.keyCode===13&&c(this).data("dtr-keyboard")&&c(this).click()});var e=d.target;c(b.table().body()).on("click.dtr mousedown.dtr mouseup.dtr","string"===typeof e?e:"td, th",function(d){if(c(b.table().node()).hasClass("collapsed")&&b.row(c(this).closest("tr")).length){if(typeof e==="number"){var g=e<0?b.columns().eq(0).length+e:e;if(b.cell(this).index().column!==
15
- g)return}g=b.row(c(this).closest("tr"));d.type==="click"?a._detailsDisplay(g,false):d.type==="mousedown"?c(this).css("outline","none"):d.type==="mouseup"&&c(this).blur().css("outline","")}})},_detailsObj:function(a){var b=this,d=this.s.dt;return c.map(this.s.columns,function(e,c){if(!e.never&&!e.control)return{title:d.settings()[0].aoColumns[c].sTitle,data:d.cell(a,c).render(b.c.orthogonal),hidden:d.column(c).visible()&&!b.s.current[c],columnIndex:c,rowIndex:a}})},_find:function(a){for(var b=this.c.breakpoints,
16
- d=0,c=b.length;d<c;d++)if(b[d].name===a)return b[d]},_redrawChildren:function(){var a=this,b=this.s.dt;b.rows({page:"current"}).iterator("row",function(c,e){b.row(e);a._detailsDisplay(b.row(e),!0)})},_resize:function(){var a=this,b=this.s.dt,d=c(l).width(),e=this.c.breakpoints,f=e[0].name,g=this.s.columns,h,j=this.s.current.slice();for(h=e.length-1;0<=h;h--)if(d<=e[h].width){f=e[h].name;break}var i=this._columnsVisiblity(f);this.s.current=i;e=!1;h=0;for(d=g.length;h<d;h++)if(!1===i[h]&&!g[h].never&&
17
- !g[h].control){e=!0;break}c(b.table().node()).toggleClass("collapsed",e);var k=!1;b.columns().eq(0).each(function(b,c){i[c]!==j[c]&&(k=!0,a._setColumnVis(b,i[c]))});k&&(this._redrawChildren(),c(b.table().node()).trigger("responsive-resize.dt",[b,this.s.current]))},_resizeAuto:function(){var a=this.s.dt,b=this.s.columns;if(this.c.auto&&-1!==c.inArray(!0,c.map(b,function(a){return a.auto}))){a.table().node();var d=a.table().node().cloneNode(!1),e=c(a.table().header().cloneNode(!1)).appendTo(d),f=c(a.table().body()).clone(!1,
18
- !1).empty().appendTo(d),g=a.columns().header().filter(function(b){return a.column(b).visible()}).to$().clone(!1).css("display","table-cell");c(f).append(c(a.rows({page:"current"}).nodes()).clone(!1)).find("th, td").css("display","");if(f=a.table().footer()){var f=c(f.cloneNode(!1)).appendTo(d),h=a.columns().footer().filter(function(b){return a.column(b).visible()}).to$().clone(!1).css("display","table-cell");c("<tr/>").append(h).appendTo(f)}c("<tr/>").append(g).appendTo(e);"inline"===this.c.details.type&&
19
- c(d).addClass("dtr-inline collapsed");c(d).find("[name]").removeAttr("name");d=c("<div/>").css({width:1,height:1,overflow:"hidden"}).append(d);d.insertBefore(a.table().node());g.each(function(c){c=a.column.index("fromVisible",c);b[c].minWidth=this.offsetWidth||0});d.remove()}},_setColumnVis:function(a,b){var d=this.s.dt,e=b?"":"none";c(d.column(a).header()).css("display",e);c(d.column(a).footer()).css("display",e);d.column(a).nodes().to$().css("display",e)},_tabIndexes:function(){var a=this.s.dt,
20
- b=a.cells({page:"current"}).nodes().to$(),d=a.settings()[0],e=this.c.details.target;b.filter("[data-dtr-keyboard]").removeData("[data-dtr-keyboard]");c("number"===typeof e?":eq("+e+")":e,a.rows({page:"current"}).nodes()).attr("tabIndex",d.iTabIndex).data("dtr-keyboard",1)}});j.breakpoints=[{name:"desktop",width:Infinity},{name:"tablet-l",width:1024},{name:"tablet-p",width:768},{name:"mobile-l",width:480},{name:"mobile-p",width:320}];j.display={childRow:function(a,b,d){if(b){if(c(a.node()).hasClass("parent"))return a.child(d(),
21
- "child").show(),!0}else{if(a.child.isShown())return a.child(!1),c(a.node()).removeClass("parent"),!1;a.child(d(),"child").show();c(a.node()).addClass("parent");return!0}},childRowImmediate:function(a,b,d){if(!b&&a.child.isShown()||!a.responsive.hasHidden())return a.child(!1),c(a.node()).removeClass("parent"),!1;a.child(d(),"child").show();c(a.node()).addClass("parent");return!0},modal:function(a){return function(b,d,e){if(d)c("div.dtr-modal-content").empty().append(e());else{var f=function(){g.remove();
22
- c(k).off("keypress.dtr")},g=c('<div class="dtr-modal"/>').append(c('<div class="dtr-modal-display"/>').append(c('<div class="dtr-modal-content"/>').append(e())).append(c('<div class="dtr-modal-close">&times;</div>').click(function(){f()}))).append(c('<div class="dtr-modal-background"/>').click(function(){f()})).appendTo("body");c(k).on("keyup.dtr",function(a){27===a.keyCode&&(a.stopPropagation(),f())})}a&&a.header&&c("div.dtr-modal-content").prepend("<h2>"+a.header(b)+"</h2>")}}};j.renderer={listHidden:function(){return function(a,
23
- b,d){return(a=c.map(d,function(a){return a.hidden?'<li data-dtr-index="'+a.columnIndex+'" data-dt-row="'+a.rowIndex+'" data-dt-column="'+a.columnIndex+'"><span class="dtr-title">'+a.title+'</span> <span class="dtr-data">'+a.data+"</span></li>":""}).join(""))?c('<ul data-dtr-index="'+b+'"/>').append(a):!1}},tableAll:function(a){a=c.extend({tableClass:""},a);return function(b,d,e){b=c.map(e,function(a){return'<tr data-dt-row="'+a.rowIndex+'" data-dt-column="'+a.columnIndex+'"><td>'+a.title+":</td> <td>"+
24
- a.data+"</td></tr>"}).join("");return c('<table class="'+a.tableClass+'" width="100%"/>').append(b)}}};j.defaults={breakpoints:j.breakpoints,auto:!0,details:{display:j.display.childRow,renderer:j.renderer.listHidden(),target:0,type:"inline"},orthogonal:"display"};var o=c.fn.dataTable.Api;o.register("responsive()",function(){return this});o.register("responsive.index()",function(a){a=c(a);return{column:a.data("dtr-index"),row:a.parent().data("dtr-index")}});o.register("responsive.rebuild()",function(){return this.iterator("table",
25
- function(a){a._responsive&&a._responsive._classLogic()})});o.register("responsive.recalc()",function(){return this.iterator("table",function(a){a._responsive&&(a._responsive._resizeAuto(),a._responsive._resize())})});o.register("responsive.hasHidden()",function(){var a=this.context[0];return a._responsive?-1!==c.inArray(!1,a._responsive.s.current):!1});j.version="2.1.0";c.fn.dataTable.Responsive=j;c.fn.DataTable.Responsive=j;c(k).on("preInit.dt.dtr",function(a,b){if("dt"===a.namespace&&(c(b.nTable).hasClass("responsive")||
26
- c(b.nTable).hasClass("dt-responsive")||b.oInit.responsive||m.defaults.responsive)){var d=b.oInit.responsive;!1!==d&&new j(b,c.isPlainObject(d)?d:{})}});return j});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.css DELETED
@@ -1,20 +0,0 @@
1
- div.DTS {
2
- display: block !important;
3
- }
4
- div.DTS tbody th,
5
- div.DTS tbody td {
6
- white-space: nowrap;
7
- }
8
- div.DTS div.DTS_Loading {
9
- z-index: 1;
10
- }
11
- div.DTS div.dataTables_scrollBody {
12
- background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
13
- }
14
- div.DTS div.dataTables_scrollBody table {
15
- z-index: 2;
16
- }
17
- div.DTS div.dataTables_paginate,
18
- div.DTS div.dataTables_length {
19
- display: none;
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.min.css DELETED
@@ -1 +0,0 @@
1
- div.DTS{display:block !important}div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}div.DTS div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)}div.DTS div.dataTables_scrollBody table{z-index:2}div.DTS div.dataTables_paginate,div.DTS div.dataTables_length{display:none}
 
common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.js DELETED
@@ -1,1349 +0,0 @@
1
- /*! Scroller 1.4.2
2
- * ©2011-2016 SpryMedia Ltd - datatables.net/license
3
- */
4
-
5
- /**
6
- * @summary Scroller
7
- * @description Virtual rendering for DataTables
8
- * @version 1.4.2
9
- * @file dataTables.scroller.js
10
- * @author SpryMedia Ltd (www.sprymedia.co.uk)
11
- * @contact www.sprymedia.co.uk/contact
12
- * @copyright Copyright 2011-2016 SpryMedia Ltd.
13
- *
14
- * This source file is free software, available under the following license:
15
- * MIT license - http://datatables.net/license/mit
16
- *
17
- * This source file is distributed in the hope that it will be useful, but
18
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19
- * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
20
- *
21
- * For details please refer to: http://www.datatables.net
22
- */
23
-
24
- (function( factory ){
25
- if ( typeof define === 'function' && define.amd ) {
26
- // AMD
27
- define( ['jquery', 'datatables.net'], function ( $ ) {
28
- return factory( $, window, document );
29
- } );
30
- }
31
- else if ( typeof exports === 'object' ) {
32
- // CommonJS
33
- module.exports = function (root, $) {
34
- if ( ! root ) {
35
- root = window;
36
- }
37
-
38
- if ( ! $ || ! $.fn.dataTable ) {
39
- $ = require('datatables.net')(root, $).$;
40
- }
41
-
42
- return factory( $, root, root.document );
43
- };
44
- }
45
- else {
46
- // Browser
47
- factory( jQuery, window, document );
48
- }
49
- }(function( $, window, document, undefined ) {
50
- 'use strict';
51
- var DataTable = $.fn.dataTable;
52
-
53
-
54
- /**
55
- * Scroller is a virtual rendering plug-in for DataTables which allows large
56
- * datasets to be drawn on screen every quickly. What the virtual rendering means
57
- * is that only the visible portion of the table (and a bit to either side to make
58
- * the scrolling smooth) is drawn, while the scrolling container gives the
59
- * visual impression that the whole table is visible. This is done by making use
60
- * of the pagination abilities of DataTables and moving the table around in the
61
- * scrolling container DataTables adds to the page. The scrolling container is
62
- * forced to the height it would be for the full table display using an extra
63
- * element.
64
- *
65
- * Note that rows in the table MUST all be the same height. Information in a cell
66
- * which expands on to multiple lines will cause some odd behaviour in the scrolling.
67
- *
68
- * Scroller is initialised by simply including the letter 'S' in the sDom for the
69
- * table you want to have this feature enabled on. Note that the 'S' must come
70
- * AFTER the 't' parameter in `dom`.
71
- *
72
- * Key features include:
73
- * <ul class="limit_length">
74
- * <li>Speed! The aim of Scroller for DataTables is to make rendering large data sets fast</li>
75
- * <li>Full compatibility with deferred rendering in DataTables for maximum speed</li>
76
- * <li>Display millions of rows</li>
77
- * <li>Integration with state saving in DataTables (scrolling position is saved)</li>
78
- * <li>Easy to use</li>
79
- * </ul>
80
- *
81
- * @class
82
- * @constructor
83
- * @global
84
- * @param {object} dt DataTables settings object or API instance
85
- * @param {object} [opts={}] Configuration object for FixedColumns. Options
86
- * are defined by {@link Scroller.defaults}
87
- *
88
- * @requires jQuery 1.7+
89
- * @requires DataTables 1.10.0+
90
- *
91
- * @example
92
- * $(document).ready(function() {
93
- * $('#example').DataTable( {
94
- * "scrollY": "200px",
95
- * "ajax": "media/dataset/large.txt",
96
- * "dom": "frtiS",
97
- * "deferRender": true
98
- * } );
99
- * } );
100
- */
101
- var Scroller = function ( dt, opts ) {
102
- /* Sanity check - you just know it will happen */
103
- if ( ! (this instanceof Scroller) ) {
104
- alert( "Scroller warning: Scroller must be initialised with the 'new' keyword." );
105
- return;
106
- }
107
-
108
- if ( opts === undefined ) {
109
- opts = {};
110
- }
111
-
112
- /**
113
- * Settings object which contains customisable information for the Scroller instance
114
- * @namespace
115
- * @private
116
- * @extends Scroller.defaults
117
- */
118
- this.s = {
119
- /**
120
- * DataTables settings object
121
- * @type object
122
- * @default Passed in as first parameter to constructor
123
- */
124
- "dt": $.fn.dataTable.Api( dt ).settings()[0],
125
-
126
- /**
127
- * Pixel location of the top of the drawn table in the viewport
128
- * @type int
129
- * @default 0
130
- */
131
- "tableTop": 0,
132
-
133
- /**
134
- * Pixel location of the bottom of the drawn table in the viewport
135
- * @type int
136
- * @default 0
137
- */
138
- "tableBottom": 0,
139
-
140
- /**
141
- * Pixel location of the boundary for when the next data set should be loaded and drawn
142
- * when scrolling up the way.
143
- * @type int
144
- * @default 0
145
- * @private
146
- */
147
- "redrawTop": 0,
148
-
149
- /**
150
- * Pixel location of the boundary for when the next data set should be loaded and drawn
151
- * when scrolling down the way. Note that this is actually calculated as the offset from
152
- * the top.
153
- * @type int
154
- * @default 0
155
- * @private
156
- */
157
- "redrawBottom": 0,
158
-
159
- /**
160
- * Auto row height or not indicator
161
- * @type bool
162
- * @default 0
163
- */
164
- "autoHeight": true,
165
-
166
- /**
167
- * Number of rows calculated as visible in the visible viewport
168
- * @type int
169
- * @default 0
170
- */
171
- "viewportRows": 0,
172
-
173
- /**
174
- * setTimeout reference for state saving, used when state saving is enabled in the DataTable
175
- * and when the user scrolls the viewport in order to stop the cookie set taking too much
176
- * CPU!
177
- * @type int
178
- * @default 0
179
- */
180
- "stateTO": null,
181
-
182
- /**
183
- * setTimeout reference for the redraw, used when server-side processing is enabled in the
184
- * DataTables in order to prevent DoSing the server
185
- * @type int
186
- * @default null
187
- */
188
- "drawTO": null,
189
-
190
- heights: {
191
- jump: null,
192
- page: null,
193
- virtual: null,
194
- scroll: null,
195
-
196
- /**
197
- * Height of rows in the table
198
- * @type int
199
- * @default 0
200
- */
201
- row: null,
202
-
203
- /**
204
- * Pixel height of the viewport
205
- * @type int
206
- * @default 0
207
- */
208
- viewport: null
209
- },
210
-
211
- topRowFloat: 0,
212
- scrollDrawDiff: null,
213
- loaderVisible: false
214
- };
215
-
216
- // @todo The defaults should extend a `c` property and the internal settings
217
- // only held in the `s` property. At the moment they are mixed
218
- this.s = $.extend( this.s, Scroller.oDefaults, opts );
219
-
220
- // Workaround for row height being read from height object (see above comment)
221
- this.s.heights.row = this.s.rowHeight;
222
-
223
- /**
224
- * DOM elements used by the class instance
225
- * @private
226
- * @namespace
227
- *
228
- */
229
- this.dom = {
230
- "force": document.createElement('div'),
231
- "scroller": null,
232
- "table": null,
233
- "loader": null
234
- };
235
-
236
- // Attach the instance to the DataTables instance so it can be accessed in
237
- // future. Don't initialise Scroller twice on the same table
238
- if ( this.s.dt.oScroller ) {
239
- return;
240
- }
241
-
242
- this.s.dt.oScroller = this;
243
-
244
- /* Let's do it */
245
- this._fnConstruct();
246
- };
247
-
248
-
249
-
250
- $.extend( Scroller.prototype, {
251
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
252
- * Public methods
253
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
254
-
255
- /**
256
- * Calculate the pixel position from the top of the scrolling container for
257
- * a given row
258
- * @param {int} iRow Row number to calculate the position of
259
- * @returns {int} Pixels
260
- * @example
261
- * $(document).ready(function() {
262
- * $('#example').dataTable( {
263
- * "sScrollY": "200px",
264
- * "sAjaxSource": "media/dataset/large.txt",
265
- * "sDom": "frtiS",
266
- * "bDeferRender": true,
267
- * "fnInitComplete": function (o) {
268
- * // Find where row 25 is
269
- * alert( o.oScroller.fnRowToPixels( 25 ) );
270
- * }
271
- * } );
272
- * } );
273
- */
274
- "fnRowToPixels": function ( rowIdx, intParse, virtual )
275
- {
276
- var pixels;
277
-
278
- if ( virtual ) {
279
- pixels = this._domain( 'virtualToPhysical', rowIdx * this.s.heights.row );
280
- }
281
- else {
282
- var diff = rowIdx - this.s.baseRowTop;
283
- pixels = this.s.baseScrollTop + (diff * this.s.heights.row);
284
- }
285
-
286
- return intParse || intParse === undefined ?
287
- parseInt( pixels, 10 ) :
288
- pixels;
289
- },
290
-
291
-
292
- /**
293
- * Calculate the row number that will be found at the given pixel position
294
- * (y-scroll).
295
- *
296
- * Please note that when the height of the full table exceeds 1 million
297
- * pixels, Scroller switches into a non-linear mode for the scrollbar to fit
298
- * all of the records into a finite area, but this function returns a linear
299
- * value (relative to the last non-linear positioning).
300
- * @param {int} iPixels Offset from top to calculate the row number of
301
- * @param {int} [intParse=true] If an integer value should be returned
302
- * @param {int} [virtual=false] Perform the calculations in the virtual domain
303
- * @returns {int} Row index
304
- * @example
305
- * $(document).ready(function() {
306
- * $('#example').dataTable( {
307
- * "sScrollY": "200px",
308
- * "sAjaxSource": "media/dataset/large.txt",
309
- * "sDom": "frtiS",
310
- * "bDeferRender": true,
311
- * "fnInitComplete": function (o) {
312
- * // Find what row number is at 500px
313
- * alert( o.oScroller.fnPixelsToRow( 500 ) );
314
- * }
315
- * } );
316
- * } );
317
- */
318
- "fnPixelsToRow": function ( pixels, intParse, virtual )
319
- {
320
- var diff = pixels - this.s.baseScrollTop;
321
- var row = virtual ?
322
- this._domain( 'physicalToVirtual', pixels ) / this.s.heights.row :
323
- ( diff / this.s.heights.row ) + this.s.baseRowTop;
324
-
325
- return intParse || intParse === undefined ?
326
- parseInt( row, 10 ) :
327
- row;
328
- },
329
-
330
-
331
- /**
332
- * Calculate the row number that will be found at the given pixel position (y-scroll)
333
- * @param {int} iRow Row index to scroll to
334
- * @param {bool} [bAnimate=true] Animate the transition or not
335
- * @returns {void}
336
- * @example
337
- * $(document).ready(function() {
338
- * $('#example').dataTable( {
339
- * "sScrollY": "200px",
340
- * "sAjaxSource": "media/dataset/large.txt",
341
- * "sDom": "frtiS",
342
- * "bDeferRender": true,
343
- * "fnInitComplete": function (o) {
344
- * // Immediately scroll to row 1000
345
- * o.oScroller.fnScrollToRow( 1000 );
346
- * }
347
- * } );
348
- *
349
- * // Sometime later on use the following to scroll to row 500...
350
- * var oSettings = $('#example').dataTable().fnSettings();
351
- * oSettings.oScroller.fnScrollToRow( 500 );
352
- * } );
353
- */
354
- "fnScrollToRow": function ( iRow, bAnimate )
355
- {
356
- var that = this;
357
- var ani = false;
358
- var px = this.fnRowToPixels( iRow );
359
-
360
- // We need to know if the table will redraw or not before doing the
361
- // scroll. If it will not redraw, then we need to use the currently
362
- // displayed table, and scroll with the physical pixels. Otherwise, we
363
- // need to calculate the table's new position from the virtual
364
- // transform.
365
- var preRows = ((this.s.displayBuffer-1)/2) * this.s.viewportRows;
366
- var drawRow = iRow - preRows;
367
- if ( drawRow < 0 ) {
368
- drawRow = 0;
369
- }
370
-
371
- if ( (px > this.s.redrawBottom || px < this.s.redrawTop) && this.s.dt._iDisplayStart !== drawRow ) {
372
- ani = true;
373
- px = this.fnRowToPixels( iRow, false, true );
374
- }
375
-
376
- if ( typeof bAnimate == 'undefined' || bAnimate )
377
- {
378
- this.s.ani = ani;
379
- $(this.dom.scroller).animate( {
380
- "scrollTop": px
381
- }, function () {
382
- // This needs to happen after the animation has completed and
383
- // the final scroll event fired
384
- setTimeout( function () {
385
- that.s.ani = false;
386
- }, 25 );
387
- } );
388
- }
389
- else
390
- {
391
- $(this.dom.scroller).scrollTop( px );
392
- }
393
- },
394
-
395
-
396
- /**
397
- * Calculate and store information about how many rows are to be displayed
398
- * in the scrolling viewport, based on current dimensions in the browser's
399
- * rendering. This can be particularly useful if the table is initially
400
- * drawn in a hidden element - for example in a tab.
401
- * @param {bool} [bRedraw=true] Redraw the table automatically after the recalculation, with
402
- * the new dimensions forming the basis for the draw.
403
- * @returns {void}
404
- * @example
405
- * $(document).ready(function() {
406
- * // Make the example container hidden to throw off the browser's sizing
407
- * document.getElementById('container').style.display = "none";
408
- * var oTable = $('#example').dataTable( {
409
- * "sScrollY": "200px",
410
- * "sAjaxSource": "media/dataset/large.txt",
411
- * "sDom": "frtiS",
412
- * "bDeferRender": true,
413
- * "fnInitComplete": function (o) {
414
- * // Immediately scroll to row 1000
415
- * o.oScroller.fnScrollToRow( 1000 );
416
- * }
417
- * } );
418
- *
419
- * setTimeout( function () {
420
- * // Make the example container visible and recalculate the scroller sizes
421
- * document.getElementById('container').style.display = "block";
422
- * oTable.fnSettings().oScroller.fnMeasure();
423
- * }, 3000 );
424
- */
425
- "fnMeasure": function ( bRedraw )
426
- {
427
- if ( this.s.autoHeight )
428
- {
429
- this._fnCalcRowHeight();
430
- }
431
-
432
- var heights = this.s.heights;
433
-
434
- if ( heights.row ) {
435
- heights.viewport = $(this.dom.scroller).height();
436
- this.s.viewportRows = parseInt( heights.viewport / heights.row, 10 )+1;
437
- this.s.dt._iDisplayLength = this.s.viewportRows * this.s.displayBuffer;
438
- }
439
-
440
- if ( bRedraw === undefined || bRedraw )
441
- {
442
- this.s.dt.oInstance.fnDraw( false );
443
- }
444
- },
445
-
446
-
447
- /**
448
- * Get information about current displayed record range. This corresponds to
449
- * the information usually displayed in the "Info" block of the table.
450
- *
451
- * @returns {object} info as an object:
452
- * {
453
- * start: {int}, // the 0-indexed record at the top of the viewport
454
- * end: {int}, // the 0-indexed record at the bottom of the viewport
455
- * }
456
- */
457
- "fnPageInfo": function()
458
- {
459
- var
460
- dt = this.s.dt,
461
- iScrollTop = this.dom.scroller.scrollTop,
462
- iTotal = dt.fnRecordsDisplay(),
463
- iPossibleEnd = Math.ceil(this.fnPixelsToRow(iScrollTop + this.s.heights.viewport, false, this.s.ani));
464
-
465
- return {
466
- start: Math.floor(this.fnPixelsToRow(iScrollTop, false, this.s.ani)),
467
- end: iTotal < iPossibleEnd ? iTotal-1 : iPossibleEnd-1
468
- };
469
- },
470
-
471
-
472
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
473
- * Private methods (they are of course public in JS, but recommended as private)
474
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
475
-
476
- /**
477
- * Initialisation for Scroller
478
- * @returns {void}
479
- * @private
480
- */
481
- "_fnConstruct": function ()
482
- {
483
- var that = this;
484
-
485
- /* Sanity check */
486
- if ( !this.s.dt.oFeatures.bPaginate ) {
487
- this.s.dt.oApi._fnLog( this.s.dt, 0, 'Pagination must be enabled for Scroller' );
488
- return;
489
- }
490
-
491
- /* Insert a div element that we can use to force the DT scrolling container to
492
- * the height that would be required if the whole table was being displayed
493
- */
494
- this.dom.force.style.position = "relative";
495
- this.dom.force.style.top = "0px";
496
- this.dom.force.style.left = "0px";
497
- this.dom.force.style.width = "1px";
498
-
499
- this.dom.scroller = $('div.'+this.s.dt.oClasses.sScrollBody, this.s.dt.nTableWrapper)[0];
500
- this.dom.scroller.appendChild( this.dom.force );
501
- this.dom.scroller.style.position = "relative";
502
-
503
- this.dom.table = $('>table', this.dom.scroller)[0];
504
- this.dom.table.style.position = "absolute";
505
- this.dom.table.style.top = "0px";
506
- this.dom.table.style.left = "0px";
507
-
508
- // Add class to 'announce' that we are a Scroller table
509
- $(this.s.dt.nTableWrapper).addClass('DTS');
510
-
511
- // Add a 'loading' indicator
512
- if ( this.s.loadingIndicator )
513
- {
514
- this.dom.loader = $('<div class="dataTables_processing DTS_Loading">'+this.s.dt.oLanguage.sLoadingRecords+'</div>')
515
- .css('display', 'none');
516
-
517
- $(this.dom.scroller.parentNode)
518
- .css('position', 'relative')
519
- .append( this.dom.loader );
520
- }
521
-
522
- /* Initial size calculations */
523
- if ( this.s.heights.row && this.s.heights.row != 'auto' )
524
- {
525
- this.s.autoHeight = false;
526
- }
527
- this.fnMeasure( false );
528
-
529
- /* Scrolling callback to see if a page change is needed - use a throttled
530
- * function for the save save callback so we aren't hitting it on every
531
- * scroll
532
- */
533
- this.s.ingnoreScroll = true;
534
- this.s.stateSaveThrottle = this.s.dt.oApi._fnThrottle( function () {
535
- that.s.dt.oApi._fnSaveState( that.s.dt );
536
- }, 500 );
537
- $(this.dom.scroller).on( 'scroll.DTS', function (e) {
538
- that._fnScroll.call( that );
539
- } );
540
-
541
- /* In iOS we catch the touchstart event in case the user tries to scroll
542
- * while the display is already scrolling
543
- */
544
- $(this.dom.scroller).on('touchstart.DTS', function () {
545
- that._fnScroll.call( that );
546
- } );
547
-
548
- /* Update the scroller when the DataTable is redrawn */
549
- this.s.dt.aoDrawCallback.push( {
550
- "fn": function () {
551
- if ( that.s.dt.bInitialised ) {
552
- that._fnDrawCallback.call( that );
553
- }
554
- },
555
- "sName": "Scroller"
556
- } );
557
-
558
- /* On resize, update the information element, since the number of rows shown might change */
559
- $(window).on( 'resize.DTS', function () {
560
- that.fnMeasure( false );
561
- that._fnInfo();
562
- } );
563
-
564
- /* Add a state saving parameter to the DT state saving so we can restore the exact
565
- * position of the scrolling
566
- */
567
- var initialStateSave = true;
568
- this.s.dt.oApi._fnCallbackReg( this.s.dt, 'aoStateSaveParams', function (oS, oData) {
569
- /* Set iScroller to saved scroll position on initialization.
570
- */
571
- if(initialStateSave && that.s.dt.oLoadedState){
572
- oData.iScroller = that.s.dt.oLoadedState.iScroller;
573
- oData.iScrollerTopRow = that.s.dt.oLoadedState.iScrollerTopRow;
574
- initialStateSave = false;
575
- } else {
576
- oData.iScroller = that.dom.scroller.scrollTop;
577
- oData.iScrollerTopRow = that.s.topRowFloat;
578
- }
579
- }, "Scroller_State" );
580
-
581
- if ( this.s.dt.oLoadedState ) {
582
- this.s.topRowFloat = this.s.dt.oLoadedState.iScrollerTopRow || 0;
583
- }
584
-
585
- // Measure immediately. Scroller will have been added using preInit, so
586
- // we can reliably do this here. We could potentially also measure on
587
- // init complete, which would be useful for cases where the data is Ajax
588
- // loaded and longer than a single line.
589
- $(this.s.dt.nTable).one( 'init.dt', function () {
590
- that.fnMeasure();
591
- } );
592
-
593
- /* Destructor */
594
- this.s.dt.aoDestroyCallback.push( {
595
- "sName": "Scroller",
596
- "fn": function () {
597
- $(window).off( 'resize.DTS' );
598
- $(that.dom.scroller).off('touchstart.DTS scroll.DTS');
599
- $(that.s.dt.nTableWrapper).removeClass('DTS');
600
- $('div.DTS_Loading', that.dom.scroller.parentNode).remove();
601
- $(that.s.dt.nTable).off( 'init.dt' );
602
-
603
- that.dom.table.style.position = "";
604
- that.dom.table.style.top = "";
605
- that.dom.table.style.left = "";
606
- }
607
- } );
608
- },
609
-
610
-
611
- /**
612
- * Scrolling function - fired whenever the scrolling position is changed.
613
- * This method needs to use the stored values to see if the table should be
614
- * redrawn as we are moving towards the end of the information that is
615
- * currently drawn or not. If needed, then it will redraw the table based on
616
- * the new position.
617
- * @returns {void}
618
- * @private
619
- */
620
- "_fnScroll": function ()
621
- {
622
- var
623
- that = this,
624
- heights = this.s.heights,
625
- iScrollTop = this.dom.scroller.scrollTop,
626
- iTopRow;
627
-
628
- if ( this.s.skip ) {
629
- return;
630
- }
631
-
632
- if ( this.s.ingnoreScroll ) {
633
- return;
634
- }
635
-
636
- /* If the table has been sorted or filtered, then we use the redraw that
637
- * DataTables as done, rather than performing our own
638
- */
639
- if ( this.s.dt.bFiltered || this.s.dt.bSorted ) {
640
- this.s.lastScrollTop = 0;
641
- return;
642
- }
643
-
644
- /* Update the table's information display for what is now in the viewport */
645
- this._fnInfo();
646
-
647
- /* We don't want to state save on every scroll event - that's heavy
648
- * handed, so use a timeout to update the state saving only when the
649
- * scrolling has finished
650
- */
651
- clearTimeout( this.s.stateTO );
652
- this.s.stateTO = setTimeout( function () {
653
- that.s.dt.oApi._fnSaveState( that.s.dt );
654
- }, 250 );
655
-
656
- /* Check if the scroll point is outside the trigger boundary which would required
657
- * a DataTables redraw
658
- */
659
- if ( iScrollTop < this.s.redrawTop || iScrollTop > this.s.redrawBottom ) {
660
- var preRows = Math.ceil( ((this.s.displayBuffer-1)/2) * this.s.viewportRows );
661
-
662
- if ( Math.abs( iScrollTop - this.s.lastScrollTop ) > heights.viewport || this.s.ani ) {
663
- iTopRow = parseInt(this._domain( 'physicalToVirtual', iScrollTop ) / heights.row, 10) - preRows;
664
- this.s.topRowFloat = this._domain( 'physicalToVirtual', iScrollTop ) / heights.row;
665
- }
666
- else {
667
- iTopRow = this.fnPixelsToRow( iScrollTop ) - preRows;
668
- this.s.topRowFloat = this.fnPixelsToRow( iScrollTop, false );
669
- }
670
-
671
- if ( iTopRow <= 0 ) {
672
- /* At the start of the table */
673
- iTopRow = 0;
674
- }
675
- else if ( iTopRow + this.s.dt._iDisplayLength > this.s.dt.fnRecordsDisplay() ) {
676
- /* At the end of the table */
677
- iTopRow = this.s.dt.fnRecordsDisplay() - this.s.dt._iDisplayLength;
678
- if ( iTopRow < 0 ) {
679
- iTopRow = 0;
680
- }
681
- }
682
- else if ( iTopRow % 2 !== 0 ) {
683
- // For the row-striping classes (odd/even) we want only to start
684
- // on evens otherwise the stripes will change between draws and
685
- // look rubbish
686
- iTopRow++;
687
- }
688
-
689
- if ( iTopRow != this.s.dt._iDisplayStart ) {
690
- /* Cache the new table position for quick lookups */
691
- this.s.tableTop = $(this.s.dt.nTable).offset().top;
692
- this.s.tableBottom = $(this.s.dt.nTable).height() + this.s.tableTop;
693
-
694
- var draw = function () {
695
- if ( that.s.scrollDrawReq === null ) {
696
- that.s.scrollDrawReq = iScrollTop;
697
- }
698
-
699
- that.s.dt._iDisplayStart = iTopRow;
700
- that.s.dt.oApi._fnDraw( that.s.dt );
701
- };
702
-
703
- /* Do the DataTables redraw based on the calculated start point - note that when
704
- * using server-side processing we introduce a small delay to not DoS the server...
705
- */
706
- if ( this.s.dt.oFeatures.bServerSide ) {
707
- clearTimeout( this.s.drawTO );
708
- this.s.drawTO = setTimeout( draw, this.s.serverWait );
709
- }
710
- else {
711
- draw();
712
- }
713
-
714
- if ( this.dom.loader && ! this.s.loaderVisible ) {
715
- this.dom.loader.css( 'display', 'block' );
716
- this.s.loaderVisible = true;
717
- }
718
- }
719
- }
720
- else {
721
- this.s.topRowFloat = this._domain( 'physicalToVirtual', iScrollTop ) / heights.row;
722
- }
723
-
724
- this.s.lastScrollTop = iScrollTop;
725
- this.s.stateSaveThrottle();
726
- },
727
-
728
-
729
- /**
730
- * Convert from one domain to another. The physical domain is the actual
731
- * pixel count on the screen, while the virtual is if we had browsers which
732
- * had scrolling containers of infinite height (i.e. the absolute value)
733
- *
734
- * @param {string} dir Domain transform direction, `virtualToPhysical` or
735
- * `physicalToVirtual`
736
- * @returns {number} Calculated transform
737
- * @private
738
- */
739
- _domain: function ( dir, val )
740
- {
741
- var heights = this.s.heights;
742
- var coeff;
743
-
744
- // If the virtual and physical height match, then we use a linear
745
- // transform between the two, allowing the scrollbar to be linear
746
- if ( heights.virtual === heights.scroll ) {
747
- return val;
748
- }
749
-
750
- // Otherwise, we want a non-linear scrollbar to take account of the
751
- // redrawing regions at the start and end of the table, otherwise these
752
- // can stutter badly - on large tables 30px (for example) scroll might
753
- // be hundreds of rows, so the table would be redrawing every few px at
754
- // the start and end. Use a simple quadratic to stop this. It does mean
755
- // the scrollbar is non-linear, but with such massive data sets, the
756
- // scrollbar is going to be a best guess anyway
757
- var xMax = (heights.scroll - heights.viewport) / 2;
758
- var yMax = (heights.virtual - heights.viewport) / 2;
759
-
760
- coeff = yMax / ( xMax * xMax );
761
-
762
- if ( dir === 'virtualToPhysical' ) {
763
- if ( val < yMax ) {
764
- return Math.pow(val / coeff, 0.5);
765
- }
766
- else {
767
- val = (yMax*2) - val;
768
- return val < 0 ?
769
- heights.scroll :
770
- (xMax*2) - Math.pow(val / coeff, 0.5);
771
- }
772
- }
773
- else if ( dir === 'physicalToVirtual' ) {
774
- if ( val < xMax ) {
775
- return val * val * coeff;
776
- }
777
- else {
778
- val = (xMax*2) - val;
779
- return val < 0 ?
780
- heights.virtual :
781
- (yMax*2) - (val * val * coeff);
782
- }
783
- }
784
- },
785
-
786
-
787
- /**
788
- * Draw callback function which is fired when the DataTable is redrawn. The main function of
789
- * this method is to position the drawn table correctly the scrolling container for the rows
790
- * that is displays as a result of the scrolling position.
791
- * @returns {void}
792
- * @private
793
- */
794
- "_fnDrawCallback": function ()
795
- {
796
- var
797
- that = this,
798
- heights = this.s.heights,
799
- iScrollTop = this.dom.scroller.scrollTop,
800
- iActualScrollTop = iScrollTop,
801
- iScrollBottom = iScrollTop + heights.viewport,
802
- iTableHeight = $(this.s.dt.nTable).height(),
803
- displayStart = this.s.dt._iDisplayStart,
804
- displayLen = this.s.dt._iDisplayLength,
805
- displayEnd = this.s.dt.fnRecordsDisplay();
806
-
807
- // Disable the scroll event listener while we are updating the DOM
808
- this.s.skip = true;
809
-
810
- // Resize the scroll forcing element
811
- this._fnScrollForce();
812
-
813
- // Reposition the scrolling for the updated virtual position if needed
814
- if ( displayStart === 0 ) {
815
- // Linear calculation at the top of the table
816
- iScrollTop = this.s.topRowFloat * heights.row;
817
- }
818
- else if ( displayStart + displayLen >= displayEnd ) {
819
- // Linear calculation that the bottom as well
820
- iScrollTop = heights.scroll - ((displayEnd - this.s.topRowFloat) * heights.row);
821
- }
822
- else {
823
- // Domain scaled in the middle
824
- iScrollTop = this._domain( 'virtualToPhysical', this.s.topRowFloat * heights.row );
825
- }
826
-
827
- this.dom.scroller.scrollTop = iScrollTop;
828
-
829
- // Store positional information so positional calculations can be based
830
- // upon the current table draw position
831
- this.s.baseScrollTop = iScrollTop;
832
- this.s.baseRowTop = this.s.topRowFloat;
833
-
834
- // Position the table in the virtual scroller
835
- var tableTop = iScrollTop - ((this.s.topRowFloat - displayStart) * heights.row);
836
- if ( displayStart === 0 ) {
837
- tableTop = 0;
838
- }
839
- else if ( displayStart + displayLen >= displayEnd ) {
840
- tableTop = heights.scroll - iTableHeight;
841
- }
842
-
843
- this.dom.table.style.top = tableTop+'px';
844
-
845
- /* Cache some information for the scroller */
846
- this.s.tableTop = tableTop;
847
- this.s.tableBottom = iTableHeight + this.s.tableTop;
848
-
849
- // Calculate the boundaries for where a redraw will be triggered by the
850
- // scroll event listener
851
- var boundaryPx = (iScrollTop - this.s.tableTop) * this.s.boundaryScale;
852
- this.s.redrawTop = iScrollTop - boundaryPx;
853
- this.s.redrawBottom = iScrollTop + boundaryPx;
854
-
855
- this.s.skip = false;
856
-
857
- // Restore the scrolling position that was saved by DataTable's state
858
- // saving Note that this is done on the second draw when data is Ajax
859
- // sourced, and the first draw when DOM soured
860
- if ( this.s.dt.oFeatures.bStateSave && this.s.dt.oLoadedState !== null &&
861
- typeof this.s.dt.oLoadedState.iScroller != 'undefined' )
862
- {
863
- // A quirk of DataTables is that the draw callback will occur on an
864
- // empty set if Ajax sourced, but not if server-side processing.
865
- var ajaxSourced = (this.s.dt.sAjaxSource || that.s.dt.ajax) && ! this.s.dt.oFeatures.bServerSide ?
866
- true :
867
- false;
868
-
869
- if ( ( ajaxSourced && this.s.dt.iDraw == 2) ||
870
- (!ajaxSourced && this.s.dt.iDraw == 1) )
871
- {
872
- setTimeout( function () {
873
- $(that.dom.scroller).scrollTop( that.s.dt.oLoadedState.iScroller );
874
- that.s.redrawTop = that.s.dt.oLoadedState.iScroller - (heights.viewport/2);
875
-
876
- // In order to prevent layout thrashing we need another
877
- // small delay
878
- setTimeout( function () {
879
- that.s.ingnoreScroll = false;
880
- }, 0 );
881
- }, 0 );
882
- }
883
- }
884
- else {
885
- that.s.ingnoreScroll = false;
886
- }
887
-
888
- // Because of the order of the DT callbacks, the info update will
889
- // take precedence over the one we want here. So a 'thread' break is
890
- // needed. Only add the thread break if bInfo is set
891
- if ( this.s.dt.oFeatures.bInfo ) {
892
- setTimeout( function () {
893
- that._fnInfo.call( that );
894
- }, 0 );
895
- }
896
-
897
- // Hide the loading indicator
898
- if ( this.dom.loader && this.s.loaderVisible ) {
899
- this.dom.loader.css( 'display', 'none' );
900
- this.s.loaderVisible = false;
901
- }
902
- },
903
-
904
-
905
- /**
906
- * Force the scrolling container to have height beyond that of just the
907
- * table that has been drawn so the user can scroll the whole data set.
908
- *
909
- * Note that if the calculated required scrolling height exceeds a maximum
910
- * value (1 million pixels - hard-coded) the forcing element will be set
911
- * only to that maximum value and virtual / physical domain transforms will
912
- * be used to allow Scroller to display tables of any number of records.
913
- * @returns {void}
914
- * @private
915
- */
916
- _fnScrollForce: function ()
917
- {
918
- var heights = this.s.heights;
919
- var max = 1000000;
920
-
921
- heights.virtual = heights.row * this.s.dt.fnRecordsDisplay();
922
- heights.scroll = heights.virtual;
923
-
924
- if ( heights.scroll > max ) {
925
- heights.scroll = max;
926
- }
927
-
928
- // Minimum height so there is always a row visible (the 'no rows found'
929
- // if reduced to zero filtering)
930
- this.dom.force.style.height = heights.scroll > this.s.heights.row ?
931
- heights.scroll+'px' :
932
- this.s.heights.row+'px';
933
- },
934
-
935
-
936
- /**
937
- * Automatic calculation of table row height. This is just a little tricky here as using
938
- * initialisation DataTables has tale the table out of the document, so we need to create
939
- * a new table and insert it into the document, calculate the row height and then whip the
940
- * table out.
941
- * @returns {void}
942
- * @private
943
- */
944
- "_fnCalcRowHeight": function ()
945
- {
946
- var dt = this.s.dt;
947
- var origTable = dt.nTable;
948
- var nTable = origTable.cloneNode( false );
949
- var tbody = $('<tbody/>').appendTo( nTable );
950
- var container = $(
951
- '<div class="'+dt.oClasses.sWrapper+' DTS">'+
952
- '<div class="'+dt.oClasses.sScrollWrapper+'">'+
953
- '<div class="'+dt.oClasses.sScrollBody+'"></div>'+
954
- '</div>'+
955
- '</div>'
956
- );
957
-
958
- // Want 3 rows in the sizing table so :first-child and :last-child
959
- // CSS styles don't come into play - take the size of the middle row
960
- $('tbody tr:lt(4)', origTable).clone().appendTo( tbody );
961
- while( $('tr', tbody).length < 3 ) {
962
- tbody.append( '<tr><td>&nbsp;</td></tr>' );
963
- }
964
-
965
- $('div.'+dt.oClasses.sScrollBody, container).append( nTable );
966
-
967
- // If initialised using `dom`, use the holding element as the insert point
968
- var insertEl = this.s.dt.nHolding || origTable.parentNode;
969
-
970
- if ( ! $(insertEl).is(':visible') ) {
971
- insertEl = 'body';
972
- }
973
-
974
- container.appendTo( insertEl );
975
- this.s.heights.row = $('tr', tbody).eq(1).outerHeight();
976
-
977
- container.remove();
978
- },
979
-
980
-
981
- /**
982
- * Update any information elements that are controlled by the DataTable based on the scrolling
983
- * viewport and what rows are visible in it. This function basically acts in the same way as
984
- * _fnUpdateInfo in DataTables, and effectively replaces that function.
985
- * @returns {void}
986
- * @private
987
- */
988
- "_fnInfo": function ()
989
- {
990
- if ( !this.s.dt.oFeatures.bInfo )
991
- {
992
- return;
993
- }
994
-
995
- var
996
- dt = this.s.dt,
997
- language = dt.oLanguage,
998
- iScrollTop = this.dom.scroller.scrollTop,
999
- iStart = Math.floor( this.fnPixelsToRow(iScrollTop, false, this.s.ani)+1 ),
1000
- iMax = dt.fnRecordsTotal(),
1001
- iTotal = dt.fnRecordsDisplay(),
1002
- iPossibleEnd = Math.ceil( this.fnPixelsToRow(iScrollTop+this.s.heights.viewport, false, this.s.ani) ),
1003
- iEnd = iTotal < iPossibleEnd ? iTotal : iPossibleEnd,
1004
- sStart = dt.fnFormatNumber( iStart ),
1005
- sEnd = dt.fnFormatNumber( iEnd ),
1006
- sMax = dt.fnFormatNumber( iMax ),
1007
- sTotal = dt.fnFormatNumber( iTotal ),
1008
- sOut;
1009
-
1010
- if ( dt.fnRecordsDisplay() === 0 &&
1011
- dt.fnRecordsDisplay() == dt.fnRecordsTotal() )
1012
- {
1013
- /* Empty record set */
1014
- sOut = language.sInfoEmpty+ language.sInfoPostFix;
1015
- }
1016
- else if ( dt.fnRecordsDisplay() === 0 )
1017
- {
1018
- /* Empty record set after filtering */
1019
- sOut = language.sInfoEmpty +' '+
1020
- language.sInfoFiltered.replace('_MAX_', sMax)+
1021
- language.sInfoPostFix;
1022
- }
1023
- else if ( dt.fnRecordsDisplay() == dt.fnRecordsTotal() )
1024
- {
1025
- /* Normal record set */
1026
- sOut = language.sInfo.
1027
- replace('_START_', sStart).
1028
- replace('_END_', sEnd).
1029
- replace('_MAX_', sMax).
1030
- replace('_TOTAL_', sTotal)+
1031
- language.sInfoPostFix;
1032
- }
1033
- else
1034
- {
1035
- /* Record set after filtering */
1036
- sOut = language.sInfo.
1037
- replace('_START_', sStart).
1038
- replace('_END_', sEnd).
1039
- replace('_MAX_', sMax).
1040
- replace('_TOTAL_', sTotal) +' '+
1041
- language.sInfoFiltered.replace(
1042
- '_MAX_',
1043
- dt.fnFormatNumber(dt.fnRecordsTotal())
1044
- )+
1045
- language.sInfoPostFix;
1046
- }
1047
-
1048
- var callback = language.fnInfoCallback;
1049
- if ( callback ) {
1050
- sOut = callback.call( dt.oInstance,
1051
- dt, iStart, iEnd, iMax, iTotal, sOut
1052
- );
1053
- }
1054
-
1055
- var n = dt.aanFeatures.i;
1056
- if ( typeof n != 'undefined' )
1057
- {
1058
- for ( var i=0, iLen=n.length ; i<iLen ; i++ )
1059
- {
1060
- $(n[i]).html( sOut );
1061
- }
1062
- }
1063
-
1064
- // DT doesn't actually (yet) trigger this event, but it will in future
1065
- $(dt.nTable).triggerHandler( 'info.dt' );
1066
- }
1067
- } );
1068
-
1069
-
1070
-
1071
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1072
- * Statics
1073
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
1074
-
1075
-
1076
- /**
1077
- * Scroller default settings for initialisation
1078
- * @namespace
1079
- * @name Scroller.defaults
1080
- * @static
1081
- */
1082
- Scroller.defaults = /** @lends Scroller.defaults */{
1083
- /**
1084
- * Indicate if Scroller show show trace information on the console or not. This can be
1085
- * useful when debugging Scroller or if just curious as to what it is doing, but should
1086
- * be turned off for production.
1087
- * @type bool
1088
- * @default false
1089
- * @static
1090
- * @example
1091
- * var oTable = $('#example').dataTable( {
1092
- * "sScrollY": "200px",
1093
- * "sDom": "frtiS",
1094
- * "bDeferRender": true,
1095
- * "oScroller": {
1096
- * "trace": true
1097
- * }
1098
- * } );
1099
- */
1100
- "trace": false,
1101
-
1102
- /**
1103
- * Scroller will attempt to automatically calculate the height of rows for it's internal
1104
- * calculations. However the height that is used can be overridden using this parameter.
1105
- * @type int|string
1106
- * @default auto
1107
- * @static
1108
- * @example
1109
- * var oTable = $('#example').dataTable( {
1110
- * "sScrollY": "200px",
1111
- * "sDom": "frtiS",
1112
- * "bDeferRender": true,
1113
- * "oScroller": {
1114
- * "rowHeight": 30
1115
- * }
1116
- * } );
1117
- */
1118
- "rowHeight": "auto",
1119
-
1120
- /**
1121
- * When using server-side processing, Scroller will wait a small amount of time to allow
1122
- * the scrolling to finish before requesting more data from the server. This prevents
1123
- * you from DoSing your own server! The wait time can be configured by this parameter.
1124
- * @type int
1125
- * @default 200
1126
- * @static
1127
- * @example
1128
- * var oTable = $('#example').dataTable( {
1129
- * "sScrollY": "200px",
1130
- * "sDom": "frtiS",
1131
- * "bDeferRender": true,
1132
- * "oScroller": {
1133
- * "serverWait": 100
1134
- * }
1135
- * } );
1136
- */
1137
- "serverWait": 200,
1138
-
1139
- /**
1140
- * The display buffer is what Scroller uses to calculate how many rows it should pre-fetch
1141
- * for scrolling. Scroller automatically adjusts DataTables' display length to pre-fetch
1142
- * rows that will be shown in "near scrolling" (i.e. just beyond the current display area).
1143
- * The value is based upon the number of rows that can be displayed in the viewport (i.e.
1144
- * a value of 1), and will apply the display range to records before before and after the
1145
- * current viewport - i.e. a factor of 3 will allow Scroller to pre-fetch 1 viewport's worth
1146
- * of rows before the current viewport, the current viewport's rows and 1 viewport's worth
1147
- * of rows after the current viewport. Adjusting this value can be useful for ensuring
1148
- * smooth scrolling based on your data set.
1149
- * @type int
1150
- * @default 7
1151
- * @static
1152
- * @example
1153
- * var oTable = $('#example').dataTable( {
1154
- * "sScrollY": "200px",
1155
- * "sDom": "frtiS",
1156
- * "bDeferRender": true,
1157
- * "oScroller": {
1158
- * "displayBuffer": 10
1159
- * }
1160
- * } );
1161
- */
1162
- "displayBuffer": 9,
1163
-
1164
- /**
1165
- * Scroller uses the boundary scaling factor to decide when to redraw the table - which it
1166
- * typically does before you reach the end of the currently loaded data set (in order to
1167
- * allow the data to look continuous to a user scrolling through the data). If given as 0
1168
- * then the table will be redrawn whenever the viewport is scrolled, while 1 would not
1169
- * redraw the table until the currently loaded data has all been shown. You will want
1170
- * something in the middle - the default factor of 0.5 is usually suitable.
1171
- * @type float
1172
- * @default 0.5
1173
- * @static
1174
- * @example
1175
- * var oTable = $('#example').dataTable( {
1176
- * "sScrollY": "200px",
1177
- * "sDom": "frtiS",
1178
- * "bDeferRender": true,
1179
- * "oScroller": {
1180
- * "boundaryScale": 0.75
1181
- * }
1182
- * } );
1183
- */
1184
- "boundaryScale": 0.5,
1185
-
1186
- /**
1187
- * Show (or not) the loading element in the background of the table. Note that you should
1188
- * include the dataTables.scroller.css file for this to be displayed correctly.
1189
- * @type boolean
1190
- * @default false
1191
- * @static
1192
- * @example
1193
- * var oTable = $('#example').dataTable( {
1194
- * "sScrollY": "200px",
1195
- * "sDom": "frtiS",
1196
- * "bDeferRender": true,
1197
- * "oScroller": {
1198
- * "loadingIndicator": true
1199
- * }
1200
- * } );
1201
- */
1202
- "loadingIndicator": false
1203
- };
1204
-
1205
- Scroller.oDefaults = Scroller.defaults;
1206
-
1207
-
1208
-
1209
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1210
- * Constants
1211
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
1212
-
1213
- /**
1214
- * Scroller version
1215
- * @type String
1216
- * @default See code
1217
- * @name Scroller.version
1218
- * @static
1219
- */
1220
- Scroller.version = "1.4.2";
1221
-
1222
-
1223
-
1224
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1225
- * Initialisation
1226
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
1227
-
1228
- // Legacy `dom` parameter initialisation support
1229
- if ( typeof $.fn.dataTable == "function" &&
1230
- typeof $.fn.dataTableExt.fnVersionCheck == "function" &&
1231
- $.fn.dataTableExt.fnVersionCheck('1.10.0') )
1232
- {
1233
- $.fn.dataTableExt.aoFeatures.push( {
1234
- "fnInit": function( oDTSettings ) {
1235
- var init = oDTSettings.oInit;
1236
- var opts = init.scroller || init.oScroller || {};
1237
-
1238
- new Scroller( oDTSettings, opts );
1239
- },
1240
- "cFeature": "S",
1241
- "sFeature": "Scroller"
1242
- } );
1243
- }
1244
- else
1245
- {
1246
- alert( "Warning: Scroller requires DataTables 1.10.0 or greater - www.datatables.net/download");
1247
- }
1248
-
1249
- // Attach a listener to the document which listens for DataTables initialisation
1250
- // events so we can automatically initialise
1251
- $(document).on( 'preInit.dt.dtscroller', function (e, settings) {
1252
- if ( e.namespace !== 'dt' ) {
1253
- return;
1254
- }
1255
-
1256
- var init = settings.oInit.scroller;
1257
- var defaults = DataTable.defaults.scroller;
1258
-
1259
- if ( init || defaults ) {
1260
- var opts = $.extend( {}, init, defaults );
1261
-
1262
- if ( init !== false ) {
1263
- new Scroller( settings, opts );
1264
- }
1265
- }
1266
- } );
1267
-
1268
-
1269
- // Attach Scroller to DataTables so it can be accessed as an 'extra'
1270
- $.fn.dataTable.Scroller = Scroller;
1271
- $.fn.DataTable.Scroller = Scroller;
1272
-
1273
-
1274
- // DataTables 1.10 API method aliases
1275
- var Api = $.fn.dataTable.Api;
1276
-
1277
- Api.register( 'scroller()', function () {
1278
- return this;
1279
- } );
1280
-
1281
- // Undocumented and deprecated - is it actually useful at all?
1282
- Api.register( 'scroller().rowToPixels()', function ( rowIdx, intParse, virtual ) {
1283
- var ctx = this.context;
1284
-
1285
- if ( ctx.length && ctx[0].oScroller ) {
1286
- return ctx[0].oScroller.fnRowToPixels( rowIdx, intParse, virtual );
1287
- }
1288
- // undefined
1289
- } );
1290
-
1291
- // Undocumented and deprecated - is it actually useful at all?
1292
- Api.register( 'scroller().pixelsToRow()', function ( pixels, intParse, virtual ) {
1293
- var ctx = this.context;
1294
-
1295
- if ( ctx.length && ctx[0].oScroller ) {
1296
- return ctx[0].oScroller.fnPixelsToRow( pixels, intParse, virtual );
1297
- }
1298
- // undefined
1299
- } );
1300
-
1301
- // Undocumented and deprecated - use `row().scrollTo()` instead
1302
- Api.register( 'scroller().scrollToRow()', function ( row, ani ) {
1303
- this.iterator( 'table', function ( ctx ) {
1304
- if ( ctx.oScroller ) {
1305
- ctx.oScroller.fnScrollToRow( row, ani );
1306
- }
1307
- } );
1308
-
1309
- return this;
1310
- } );
1311
-
1312
- Api.register( 'row().scrollTo()', function ( ani ) {
1313
- var that = this;
1314
-
1315
- this.iterator( 'row', function ( ctx, rowIdx ) {
1316
- if ( ctx.oScroller ) {
1317
- var displayIdx = that
1318
- .rows( { order: 'applied', search: 'applied' } )
1319
- .indexes()
1320
- .indexOf( rowIdx );
1321
-
1322
- ctx.oScroller.fnScrollToRow( displayIdx, ani );
1323
- }
1324
- } );
1325
-
1326
- return this;
1327
- } );
1328
-
1329
- Api.register( 'scroller.measure()', function ( redraw ) {
1330
- this.iterator( 'table', function ( ctx ) {
1331
- if ( ctx.oScroller ) {
1332
- ctx.oScroller.fnMeasure( redraw );
1333
- }
1334
- } );
1335
-
1336
- return this;
1337
- } );
1338
-
1339
- Api.register( 'scroller.page()', function() {
1340
- var ctx = this.context;
1341
-
1342
- if ( ctx.length && ctx[0].oScroller ) {
1343
- return ctx[0].oScroller.fnPageInfo();
1344
- }
1345
- // undefined
1346
- } );
1347
-
1348
- return Scroller;
1349
- }));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.min.js DELETED
@@ -1,27 +0,0 @@
1
- /*!
2
- Scroller 1.4.2
3
- ©2011-2016 SpryMedia Ltd - datatables.net/license
4
- */
5
- (function(e){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(h){return e(h,window,document)}):"object"===typeof exports?module.exports=function(h,j){h||(h=window);if(!j||!j.fn.dataTable)j=require("datatables.net")(h,j).$;return e(j,h,h.document)}:e(jQuery,window,document)})(function(e,h,j,l){var m=e.fn.dataTable,g=function(a,b){this instanceof g?(b===l&&(b={}),this.s={dt:e.fn.dataTable.Api(a).settings()[0],tableTop:0,tableBottom:0,redrawTop:0,redrawBottom:0,autoHeight:!0,
6
- viewportRows:0,stateTO:null,drawTO:null,heights:{jump:null,page:null,virtual:null,scroll:null,row:null,viewport:null},topRowFloat:0,scrollDrawDiff:null,loaderVisible:!1},this.s=e.extend(this.s,g.oDefaults,b),this.s.heights.row=this.s.rowHeight,this.dom={force:j.createElement("div"),scroller:null,table:null,loader:null},this.s.dt.oScroller||(this.s.dt.oScroller=this,this._fnConstruct())):alert("Scroller warning: Scroller must be initialised with the 'new' keyword.")};e.extend(g.prototype,{fnRowToPixels:function(a,
7
- b,c){a=c?this._domain("virtualToPhysical",a*this.s.heights.row):this.s.baseScrollTop+(a-this.s.baseRowTop)*this.s.heights.row;return b||b===l?parseInt(a,10):a},fnPixelsToRow:function(a,b,c){var d=a-this.s.baseScrollTop,a=c?this._domain("physicalToVirtual",a)/this.s.heights.row:d/this.s.heights.row+this.s.baseRowTop;return b||b===l?parseInt(a,10):a},fnScrollToRow:function(a,b){var c=this,d=!1,f=this.fnRowToPixels(a),i=a-(this.s.displayBuffer-1)/2*this.s.viewportRows;0>i&&(i=0);if((f>this.s.redrawBottom||
8
- f<this.s.redrawTop)&&this.s.dt._iDisplayStart!==i)d=!0,f=this.fnRowToPixels(a,!1,!0);"undefined"==typeof b||b?(this.s.ani=d,e(this.dom.scroller).animate({scrollTop:f},function(){setTimeout(function(){c.s.ani=!1},25)})):e(this.dom.scroller).scrollTop(f)},fnMeasure:function(a){this.s.autoHeight&&this._fnCalcRowHeight();var b=this.s.heights;b.row&&(b.viewport=e(this.dom.scroller).height(),this.s.viewportRows=parseInt(b.viewport/b.row,10)+1,this.s.dt._iDisplayLength=this.s.viewportRows*this.s.displayBuffer);
9
- (a===l||a)&&this.s.dt.oInstance.fnDraw(!1)},fnPageInfo:function(){var a=this.dom.scroller.scrollTop,b=this.s.dt.fnRecordsDisplay(),c=Math.ceil(this.fnPixelsToRow(a+this.s.heights.viewport,!1,this.s.ani));return{start:Math.floor(this.fnPixelsToRow(a,!1,this.s.ani)),end:b<c?b-1:c-1}},_fnConstruct:function(){var a=this;if(this.s.dt.oFeatures.bPaginate){this.dom.force.style.position="relative";this.dom.force.style.top="0px";this.dom.force.style.left="0px";this.dom.force.style.width="1px";this.dom.scroller=
10
- e("div."+this.s.dt.oClasses.sScrollBody,this.s.dt.nTableWrapper)[0];this.dom.scroller.appendChild(this.dom.force);this.dom.scroller.style.position="relative";this.dom.table=e(">table",this.dom.scroller)[0];this.dom.table.style.position="absolute";this.dom.table.style.top="0px";this.dom.table.style.left="0px";e(this.s.dt.nTableWrapper).addClass("DTS");this.s.loadingIndicator&&(this.dom.loader=e('<div class="dataTables_processing DTS_Loading">'+this.s.dt.oLanguage.sLoadingRecords+"</div>").css("display",
11
- "none"),e(this.dom.scroller.parentNode).css("position","relative").append(this.dom.loader));this.s.heights.row&&"auto"!=this.s.heights.row&&(this.s.autoHeight=!1);this.fnMeasure(!1);this.s.ingnoreScroll=!0;this.s.stateSaveThrottle=this.s.dt.oApi._fnThrottle(function(){a.s.dt.oApi._fnSaveState(a.s.dt)},500);e(this.dom.scroller).on("scroll.DTS",function(){a._fnScroll.call(a)});e(this.dom.scroller).on("touchstart.DTS",function(){a._fnScroll.call(a)});this.s.dt.aoDrawCallback.push({fn:function(){a.s.dt.bInitialised&&
12
- a._fnDrawCallback.call(a)},sName:"Scroller"});e(h).on("resize.DTS",function(){a.fnMeasure(false);a._fnInfo()});var b=!0;this.s.dt.oApi._fnCallbackReg(this.s.dt,"aoStateSaveParams",function(c,d){if(b&&a.s.dt.oLoadedState){d.iScroller=a.s.dt.oLoadedState.iScroller;d.iScrollerTopRow=a.s.dt.oLoadedState.iScrollerTopRow;b=false}else{d.iScroller=a.dom.scroller.scrollTop;d.iScrollerTopRow=a.s.topRowFloat}},"Scroller_State");this.s.dt.oLoadedState&&(this.s.topRowFloat=this.s.dt.oLoadedState.iScrollerTopRow||
13
- 0);e(this.s.dt.nTable).one("init.dt",function(){a.fnMeasure()});this.s.dt.aoDestroyCallback.push({sName:"Scroller",fn:function(){e(h).off("resize.DTS");e(a.dom.scroller).off("touchstart.DTS scroll.DTS");e(a.s.dt.nTableWrapper).removeClass("DTS");e("div.DTS_Loading",a.dom.scroller.parentNode).remove();e(a.s.dt.nTable).off("init.dt");a.dom.table.style.position="";a.dom.table.style.top="";a.dom.table.style.left=""}})}else this.s.dt.oApi._fnLog(this.s.dt,0,"Pagination must be enabled for Scroller")},
14
- _fnScroll:function(){var a=this,b=this.s.heights,c=this.dom.scroller.scrollTop,d;if(!this.s.skip&&!this.s.ingnoreScroll)if(this.s.dt.bFiltered||this.s.dt.bSorted)this.s.lastScrollTop=0;else{this._fnInfo();clearTimeout(this.s.stateTO);this.s.stateTO=setTimeout(function(){a.s.dt.oApi._fnSaveState(a.s.dt)},250);if(c<this.s.redrawTop||c>this.s.redrawBottom){var f=Math.ceil((this.s.displayBuffer-1)/2*this.s.viewportRows);Math.abs(c-this.s.lastScrollTop)>b.viewport||this.s.ani?(d=parseInt(this._domain("physicalToVirtual",
15
- c)/b.row,10)-f,this.s.topRowFloat=this._domain("physicalToVirtual",c)/b.row):(d=this.fnPixelsToRow(c)-f,this.s.topRowFloat=this.fnPixelsToRow(c,!1));0>=d?d=0:d+this.s.dt._iDisplayLength>this.s.dt.fnRecordsDisplay()?(d=this.s.dt.fnRecordsDisplay()-this.s.dt._iDisplayLength,0>d&&(d=0)):0!==d%2&&d++;if(d!=this.s.dt._iDisplayStart&&(this.s.tableTop=e(this.s.dt.nTable).offset().top,this.s.tableBottom=e(this.s.dt.nTable).height()+this.s.tableTop,b=function(){if(a.s.scrollDrawReq===null)a.s.scrollDrawReq=
16
- c;a.s.dt._iDisplayStart=d;a.s.dt.oApi._fnDraw(a.s.dt)},this.s.dt.oFeatures.bServerSide?(clearTimeout(this.s.drawTO),this.s.drawTO=setTimeout(b,this.s.serverWait)):b(),this.dom.loader&&!this.s.loaderVisible))this.dom.loader.css("display","block"),this.s.loaderVisible=!0}else this.s.topRowFloat=this._domain("physicalToVirtual",c)/b.row;this.s.lastScrollTop=c;this.s.stateSaveThrottle()}},_domain:function(a,b){var c=this.s.heights,d;if(c.virtual===c.scroll)return b;var e=(c.scroll-c.viewport)/2,i=(c.virtual-
17
- c.viewport)/2;d=i/(e*e);if("virtualToPhysical"===a){if(b<i)return Math.pow(b/d,0.5);b=2*i-b;return 0>b?c.scroll:2*e-Math.pow(b/d,0.5)}if("physicalToVirtual"===a){if(b<e)return b*b*d;b=2*e-b;return 0>b?c.virtual:2*i-b*b*d}},_fnDrawCallback:function(){var a=this,b=this.s.heights,c=this.dom.scroller.scrollTop,d=e(this.s.dt.nTable).height(),f=this.s.dt._iDisplayStart,i=this.s.dt._iDisplayLength,g=this.s.dt.fnRecordsDisplay();this.s.skip=!0;this._fnScrollForce();c=0===f?this.s.topRowFloat*b.row:f+i>=g?
18
- b.scroll-(g-this.s.topRowFloat)*b.row:this._domain("virtualToPhysical",this.s.topRowFloat*b.row);this.dom.scroller.scrollTop=c;this.s.baseScrollTop=c;this.s.baseRowTop=this.s.topRowFloat;var h=c-(this.s.topRowFloat-f)*b.row;0===f?h=0:f+i>=g&&(h=b.scroll-d);this.dom.table.style.top=h+"px";this.s.tableTop=h;this.s.tableBottom=d+this.s.tableTop;d=(c-this.s.tableTop)*this.s.boundaryScale;this.s.redrawTop=c-d;this.s.redrawBottom=c+d;this.s.skip=!1;this.s.dt.oFeatures.bStateSave&&null!==this.s.dt.oLoadedState&&
19
- "undefined"!=typeof this.s.dt.oLoadedState.iScroller?((c=(this.s.dt.sAjaxSource||a.s.dt.ajax)&&!this.s.dt.oFeatures.bServerSide?!0:!1)&&2==this.s.dt.iDraw||!c&&1==this.s.dt.iDraw)&&setTimeout(function(){e(a.dom.scroller).scrollTop(a.s.dt.oLoadedState.iScroller);a.s.redrawTop=a.s.dt.oLoadedState.iScroller-b.viewport/2;setTimeout(function(){a.s.ingnoreScroll=!1},0)},0):a.s.ingnoreScroll=!1;this.s.dt.oFeatures.bInfo&&setTimeout(function(){a._fnInfo.call(a)},0);this.dom.loader&&this.s.loaderVisible&&
20
- (this.dom.loader.css("display","none"),this.s.loaderVisible=!1)},_fnScrollForce:function(){var a=this.s.heights;a.virtual=a.row*this.s.dt.fnRecordsDisplay();a.scroll=a.virtual;1E6<a.scroll&&(a.scroll=1E6);this.dom.force.style.height=a.scroll>this.s.heights.row?a.scroll+"px":this.s.heights.row+"px"},_fnCalcRowHeight:function(){var a=this.s.dt,b=a.nTable,c=b.cloneNode(!1),d=e("<tbody/>").appendTo(c),f=e('<div class="'+a.oClasses.sWrapper+' DTS"><div class="'+a.oClasses.sScrollWrapper+'"><div class="'+
21
- a.oClasses.sScrollBody+'"></div></div></div>');for(e("tbody tr:lt(4)",b).clone().appendTo(d);3>e("tr",d).length;)d.append("<tr><td>&nbsp;</td></tr>");e("div."+a.oClasses.sScrollBody,f).append(c);a=this.s.dt.nHolding||b.parentNode;e(a).is(":visible")||(a="body");f.appendTo(a);this.s.heights.row=e("tr",d).eq(1).outerHeight();f.remove()},_fnInfo:function(){if(this.s.dt.oFeatures.bInfo){var a=this.s.dt,b=a.oLanguage,c=this.dom.scroller.scrollTop,d=Math.floor(this.fnPixelsToRow(c,!1,this.s.ani)+1),f=a.fnRecordsTotal(),
22
- i=a.fnRecordsDisplay(),c=Math.ceil(this.fnPixelsToRow(c+this.s.heights.viewport,!1,this.s.ani)),c=i<c?i:c,g=a.fnFormatNumber(d),h=a.fnFormatNumber(c),j=a.fnFormatNumber(f),k=a.fnFormatNumber(i),g=0===a.fnRecordsDisplay()&&a.fnRecordsDisplay()==a.fnRecordsTotal()?b.sInfoEmpty+b.sInfoPostFix:0===a.fnRecordsDisplay()?b.sInfoEmpty+" "+b.sInfoFiltered.replace("_MAX_",j)+b.sInfoPostFix:a.fnRecordsDisplay()==a.fnRecordsTotal()?b.sInfo.replace("_START_",g).replace("_END_",h).replace("_MAX_",j).replace("_TOTAL_",
23
- k)+b.sInfoPostFix:b.sInfo.replace("_START_",g).replace("_END_",h).replace("_MAX_",j).replace("_TOTAL_",k)+" "+b.sInfoFiltered.replace("_MAX_",a.fnFormatNumber(a.fnRecordsTotal()))+b.sInfoPostFix;(b=b.fnInfoCallback)&&(g=b.call(a.oInstance,a,d,c,f,i,g));d=a.aanFeatures.i;if("undefined"!=typeof d){f=0;for(i=d.length;f<i;f++)e(d[f]).html(g)}e(a.nTable).triggerHandler("info.dt")}}});g.defaults={trace:!1,rowHeight:"auto",serverWait:200,displayBuffer:9,boundaryScale:0.5,loadingIndicator:!1};g.oDefaults=
24
- g.defaults;g.version="1.4.2";"function"==typeof e.fn.dataTable&&"function"==typeof e.fn.dataTableExt.fnVersionCheck&&e.fn.dataTableExt.fnVersionCheck("1.10.0")?e.fn.dataTableExt.aoFeatures.push({fnInit:function(a){var b=a.oInit;new g(a,b.scroller||b.oScroller||{})},cFeature:"S",sFeature:"Scroller"}):alert("Warning: Scroller requires DataTables 1.10.0 or greater - www.datatables.net/download");e(j).on("preInit.dt.dtscroller",function(a,b){if("dt"===a.namespace){var c=b.oInit.scroller,d=m.defaults.scroller;
25
- if(c||d)d=e.extend({},c,d),!1!==c&&new g(b,d)}});e.fn.dataTable.Scroller=g;e.fn.DataTable.Scroller=g;var k=e.fn.dataTable.Api;k.register("scroller()",function(){return this});k.register("scroller().rowToPixels()",function(a,b,c){var d=this.context;if(d.length&&d[0].oScroller)return d[0].oScroller.fnRowToPixels(a,b,c)});k.register("scroller().pixelsToRow()",function(a,b,c){var d=this.context;if(d.length&&d[0].oScroller)return d[0].oScroller.fnPixelsToRow(a,b,c)});k.register("scroller().scrollToRow()",
26
- function(a,b){this.iterator("table",function(c){c.oScroller&&c.oScroller.fnScrollToRow(a,b)});return this});k.register("row().scrollTo()",function(a){var b=this;this.iterator("row",function(c,d){if(c.oScroller){var e=b.rows({order:"applied",search:"applied"}).indexes().indexOf(d);c.oScroller.fnScrollToRow(e,a)}});return this});k.register("scroller.measure()",function(a){this.iterator("table",function(b){b.oScroller&&b.oScroller.fnMeasure(a)});return this});k.register("scroller.page()",function(){var a=
27
- this.context;if(a.length&&a[0].oScroller)return a[0].oScroller.fnPageInfo()});return g});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Select/css/select.dataTables.css DELETED
@@ -1,100 +0,0 @@
1
- table.dataTable tbody > tr.selected,
2
- table.dataTable tbody > tr > .selected {
3
- background-color: #B0BED9;
4
- }
5
- table.dataTable.stripe tbody > tr.odd.selected,
6
- table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
7
- table.dataTable.display tbody > tr.odd > .selected {
8
- background-color: #acbad4;
9
- }
10
- table.dataTable.hover tbody > tr.selected:hover,
11
- table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
12
- table.dataTable.display tbody > tr > .selected:hover {
13
- background-color: #aab7d1;
14
- }
15
- table.dataTable.order-column tbody > tr.selected > .sorting_1,
16
- table.dataTable.order-column tbody > tr.selected > .sorting_2,
17
- table.dataTable.order-column tbody > tr.selected > .sorting_3,
18
- table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
19
- table.dataTable.display tbody > tr.selected > .sorting_2,
20
- table.dataTable.display tbody > tr.selected > .sorting_3,
21
- table.dataTable.display tbody > tr > .selected {
22
- background-color: #acbad5;
23
- }
24
- table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
25
- background-color: #a6b4cd;
26
- }
27
- table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
28
- background-color: #a8b5cf;
29
- }
30
- table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
31
- background-color: #a9b7d1;
32
- }
33
- table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
34
- background-color: #acbad5;
35
- }
36
- table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
37
- background-color: #aebcd6;
38
- }
39
- table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
40
- background-color: #afbdd8;
41
- }
42
- table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
43
- background-color: #a6b4cd;
44
- }
45
- table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
46
- background-color: #acbad5;
47
- }
48
- table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
49
- background-color: #a2aec7;
50
- }
51
- table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
52
- background-color: #a3b0c9;
53
- }
54
- table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
55
- background-color: #a5b2cb;
56
- }
57
- table.dataTable.display tbody > tr:hover > .selected,
58
- table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
59
- table.dataTable.order-column.hover tbody > tr > .selected:hover {
60
- background-color: #a2aec7;
61
- }
62
- table.dataTable td.select-checkbox {
63
- position: relative;
64
- }
65
- table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
66
- display: block;
67
- position: absolute;
68
- top: 1.2em;
69
- left: 50%;
70
- width: 12px;
71
- height: 12px;
72
- box-sizing: border-box;
73
- }
74
- table.dataTable td.select-checkbox:before {
75
- content: ' ';
76
- margin-top: -6px;
77
- margin-left: -6px;
78
- border: 1px solid black;
79
- border-radius: 3px;
80
- }
81
- table.dataTable tr.selected td.select-checkbox:after {
82
- content: '\2714';
83
- margin-top: -11px;
84
- margin-left: -4px;
85
- text-align: center;
86
- text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
87
- }
88
-
89
- div.dataTables_wrapper span.select-info,
90
- div.dataTables_wrapper span.select-item {
91
- margin-left: 0.5em;
92
- }
93
-
94
- @media screen and (max-width: 640px) {
95
- div.dataTables_wrapper span.select-info,
96
- div.dataTables_wrapper span.select-item {
97
- margin-left: 0;
98
- display: block;
99
- }
100
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Select/css/select.dataTables.min.css DELETED
@@ -1 +0,0 @@
1
- table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#B0BED9}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#acbad4}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#a6b4cd}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#a5b2cb}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#a2aec7}table.dataTable td.select-checkbox{position:relative}table.dataTable td.select-checkbox:before,table.dataTable td.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable td.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}
 
common/vendor/datatables/extensions/Select/js/dataTables.select.js DELETED
@@ -1,1109 +0,0 @@
1
- /*! Select for DataTables 1.2.0
2
- * 2015-2016 SpryMedia Ltd - datatables.net/license/mit
3
- */
4
-
5
- /**
6
- * @summary Select for DataTables
7
- * @description A collection of API methods, events and buttons for DataTables
8
- * that provides selection options of the items in a DataTable
9
- * @version 1.2.0
10
- * @file dataTables.select.js
11
- * @author SpryMedia Ltd (www.sprymedia.co.uk)
12
- * @contact datatables.net/forums
13
- * @copyright Copyright 2015-2016 SpryMedia Ltd.
14
- *
15
- * This source file is free software, available under the following license:
16
- * MIT license - http://datatables.net/license/mit
17
- *
18
- * This source file is distributed in the hope that it will be useful, but
19
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20
- * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
21
- *
22
- * For details please refer to: http://www.datatables.net/extensions/select
23
- */
24
- (function( factory ){
25
- if ( typeof define === 'function' && define.amd ) {
26
- // AMD
27
- define( ['jquery', 'datatables.net'], function ( $ ) {
28
- return factory( $, window, document );
29
- } );
30
- }
31
- else if ( typeof exports === 'object' ) {
32
- // CommonJS
33
- module.exports = function (root, $) {
34
- if ( ! root ) {
35
- root = window;
36
- }
37
-
38
- if ( ! $ || ! $.fn.dataTable ) {
39
- $ = require('datatables.net')(root, $).$;
40
- }
41
-
42
- return factory( $, root, root.document );
43
- };
44
- }
45
- else {
46
- // Browser
47
- factory( jQuery, window, document );
48
- }
49
- }(function( $, window, document, undefined ) {
50
- 'use strict';
51
- var DataTable = $.fn.dataTable;
52
-
53
-
54
- // Version information for debugger
55
- DataTable.select = {};
56
-
57
- DataTable.select.version = '1.2.0';
58
-
59
- DataTable.select.init = function ( dt ) {
60
- var ctx = dt.settings()[0];
61
- var init = ctx.oInit.select;
62
- var defaults = DataTable.defaults.select;
63
- var opts = init === undefined ?
64
- defaults :
65
- init;
66
-
67
- // Set defaults
68
- var items = 'row';
69
- var style = 'api';
70
- var blurable = false;
71
- var info = true;
72
- var selector = 'td, th';
73
- var className = 'selected';
74
-
75
- ctx._select = {};
76
-
77
- // Initialisation customisations
78
- if ( opts === true ) {
79
- style = 'os';
80
- }
81
- else if ( typeof opts === 'string' ) {
82
- style = opts;
83
- }
84
- else if ( $.isPlainObject( opts ) ) {
85
- if ( opts.blurable !== undefined ) {
86
- blurable = opts.blurable;
87
- }
88
-
89
- if ( opts.info !== undefined ) {
90
- info = opts.info;
91
- }
92
-
93
- if ( opts.items !== undefined ) {
94
- items = opts.items;
95
- }
96
-
97
- if ( opts.style !== undefined ) {
98
- style = opts.style;
99
- }
100
-
101
- if ( opts.selector !== undefined ) {
102
- selector = opts.selector;
103
- }
104
-
105
- if ( opts.className !== undefined ) {
106
- className = opts.className;
107
- }
108
- }
109
-
110
- dt.select.selector( selector );
111
- dt.select.items( items );
112
- dt.select.style( style );
113
- dt.select.blurable( blurable );
114
- dt.select.info( info );
115
- ctx._select.className = className;
116
-
117
-
118
- // Sort table based on selected rows. Requires Select Datatables extension
119
- $.fn.dataTable.ext.order['select-checkbox'] = function ( settings, col ) {
120
- return this.api().column( col, {order: 'index'} ).nodes().map( function ( td ) {
121
- if ( settings._select.items === 'row' ) {
122
- return $( td ).parent().hasClass( settings._select.className );
123
- } else if ( settings._select.items === 'cell' ) {
124
- return $( td ).hasClass( settings._select.className );
125
- }
126
- return false;
127
- });
128
- };
129
-
130
- // If the init options haven't enabled select, but there is a selectable
131
- // class name, then enable
132
- if ( $( dt.table().node() ).hasClass( 'selectable' ) ) {
133
- dt.select.style( 'os' );
134
- }
135
- };
136
-
137
- /*
138
-
139
- Select is a collection of API methods, event handlers, event emitters and
140
- buttons (for the `Buttons` extension) for DataTables. It provides the following
141
- features, with an overview of how they are implemented:
142
-
143
- ## Selection of rows, columns and cells. Whether an item is selected or not is
144
- stored in:
145
-
146
- * rows: a `_select_selected` property which contains a boolean value of the
147
- DataTables' `aoData` object for each row
148
- * columns: a `_select_selected` property which contains a boolean value of the
149
- DataTables' `aoColumns` object for each column
150
- * cells: a `_selected_cells` property which contains an array of boolean values
151
- of the `aoData` object for each row. The array is the same length as the
152
- columns array, with each element of it representing a cell.
153
-
154
- This method of using boolean flags allows Select to operate when nodes have not
155
- been created for rows / cells (DataTables' defer rendering feature).
156
-
157
- ## API methods
158
-
159
- A range of API methods are available for triggering selection and de-selection
160
- of rows. Methods are also available to configure the selection events that can
161
- be triggered by an end user (such as which items are to be selected). To a large
162
- extent, these of API methods *is* Select. It is basically a collection of helper
163
- functions that can be used to select items in a DataTable.
164
-
165
- Configuration of select is held in the object `_select` which is attached to the
166
- DataTables settings object on initialisation. Select being available on a table
167
- is not optional when Select is loaded, but its default is for selection only to
168
- be available via the API - so the end user wouldn't be able to select rows
169
- without additional configuration.
170
-
171
- The `_select` object contains the following properties:
172
-
173
- ```
174
- {
175
- items:string - Can be `rows`, `columns` or `cells`. Defines what item
176
- will be selected if the user is allowed to activate row
177
- selection using the mouse.
178
- style:string - Can be `none`, `single`, `multi` or `os`. Defines the
179
- interaction style when selecting items
180
- blurable:boolean - If row selection can be cleared by clicking outside of
181
- the table
182
- info:boolean - If the selection summary should be shown in the table
183
- information elements
184
- }
185
- ```
186
-
187
- In addition to the API methods, Select also extends the DataTables selector
188
- options for rows, columns and cells adding a `selected` option to the selector
189
- options object, allowing the developer to select only selected items or
190
- unselected items.
191
-
192
- ## Mouse selection of items
193
-
194
- Clicking on items can be used to select items. This is done by a simple event
195
- handler that will select the items using the API methods.
196
-
197
- */
198
-
199
-
200
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
201
- * Local functions
202
- */
203
-
204
- /**
205
- * Add one or more cells to the selection when shift clicking in OS selection
206
- * style cell selection.
207
- *
208
- * Cell range is more complicated than row and column as we want to select
209
- * in the visible grid rather than by index in sequence. For example, if you
210
- * click first in cell 1-1 and then shift click in 2-2 - cells 1-2 and 2-1
211
- * should also be selected (and not 1-3, 1-4. etc)
212
- *
213
- * @param {DataTable.Api} dt DataTable
214
- * @param {object} idx Cell index to select to
215
- * @param {object} last Cell index to select from
216
- * @private
217
- */
218
- function cellRange( dt, idx, last )
219
- {
220
- var indexes;
221
- var columnIndexes;
222
- var rowIndexes;
223
- var selectColumns = function ( start, end ) {
224
- if ( start > end ) {
225
- var tmp = end;
226
- end = start;
227
- start = tmp;
228
- }
229
-
230
- var record = false;
231
- return dt.columns( ':visible' ).indexes().filter( function (i) {
232
- if ( i === start ) {
233
- record = true;
234
- }
235
-
236
- if ( i === end ) { // not else if, as start might === end
237
- record = false;
238
- return true;
239
- }
240
-
241
- return record;
242
- } );
243
- };
244
-
245
- var selectRows = function ( start, end ) {
246
- var indexes = dt.rows( { search: 'applied' } ).indexes();
247
-
248
- // Which comes first - might need to swap
249
- if ( indexes.indexOf( start ) > indexes.indexOf( end ) ) {
250
- var tmp = end;
251
- end = start;
252
- start = tmp;
253
- }
254
-
255
- var record = false;
256
- return indexes.filter( function (i) {
257
- if ( i === start ) {
258
- record = true;
259
- }
260
-
261
- if ( i === end ) {
262
- record = false;
263
- return true;
264
- }
265
-
266
- return record;
267
- } );
268
- };
269
-
270
- if ( ! dt.cells( { selected: true } ).any() && ! last ) {
271
- // select from the top left cell to this one
272
- columnIndexes = selectColumns( 0, idx.column );
273
- rowIndexes = selectRows( 0 , idx.row );
274
- }
275
- else {
276
- // Get column indexes between old and new
277
- columnIndexes = selectColumns( last.column, idx.column );
278
- rowIndexes = selectRows( last.row , idx.row );
279
- }
280
-
281
- indexes = dt.cells( rowIndexes, columnIndexes ).flatten();
282
-
283
- if ( ! dt.cells( idx, { selected: true } ).any() ) {
284
- // Select range
285
- dt.cells( indexes ).select();
286
- }
287
- else {
288
- // Deselect range
289
- dt.cells( indexes ).deselect();
290
- }
291
- }
292
-
293
- /**
294
- * Disable mouse selection by removing the selectors
295
- *
296
- * @param {DataTable.Api} dt DataTable to remove events from
297
- * @private
298
- */
299
- function disableMouseSelection( dt )
300
- {
301
- var ctx = dt.settings()[0];
302
- var selector = ctx._select.selector;
303
-
304
- $( dt.table().body() )
305
- .off( 'mousedown.dtSelect', selector )
306
- .off( 'mouseup.dtSelect', selector )
307
- .off( 'click.dtSelect', selector );
308
-
309
- $('body').off( 'click.dtSelect' );
310
- }
311
-
312
- /**
313
- * Attach mouse listeners to the table to allow mouse selection of items
314
- *
315
- * @param {DataTable.Api} dt DataTable to remove events from
316
- * @private
317
- */
318
- function enableMouseSelection ( dt )
319
- {
320
- var body = $( dt.table().body() );
321
- var ctx = dt.settings()[0];
322
- var selector = ctx._select.selector;
323
-
324
- body
325
- .on( 'mousedown.dtSelect', selector, function(e) {
326
- // Disallow text selection for shift clicking on the table so multi
327
- // element selection doesn't look terrible!
328
- if ( e.shiftKey || e.metaKey || e.ctrlKey ) {
329
- body
330
- .css( '-moz-user-select', 'none' )
331
- .one('selectstart.dtSelect', selector, function () {
332
- return false;
333
- } );
334
- }
335
- } )
336
- .on( 'mouseup.dtSelect', selector, function() {
337
- // Allow text selection to occur again, Mozilla style (tested in FF
338
- // 35.0.1 - still required)
339
- body.css( '-moz-user-select', '' );
340
- } )
341
- .on( 'click.dtSelect', selector, function ( e ) {
342
- var items = dt.select.items();
343
- var idx;
344
-
345
- // If text was selected (click and drag), then we shouldn't change
346
- // the row's selected state
347
- if ( window.getSelection && window.getSelection().toString() ) {
348
- return;
349
- }
350
-
351
- var ctx = dt.settings()[0];
352
-
353
- // Ignore clicks inside a sub-table
354
- if ( $(e.target).closest('div.dataTables_wrapper')[0] != dt.table().container() ) {
355
- return;
356
- }
357
-
358
- var cell = dt.cell( $(e.target).closest('td, th') );
359
-
360
- // Check the cell actually belongs to the host DataTable (so child
361
- // rows, etc, are ignored)
362
- if ( ! cell.any() ) {
363
- return;
364
- }
365
-
366
- var event = $.Event('user-select.dt');
367
- eventTrigger( dt, event, [ items, cell, e ] );
368
-
369
- if ( event.isDefaultPrevented() ) {
370
- return;
371
- }
372
-
373
- var cellIndex = cell.index();
374
- if ( items === 'row' ) {
375
- idx = cellIndex.row;
376
- typeSelect( e, dt, ctx, 'row', idx );
377
- }
378
- else if ( items === 'column' ) {
379
- idx = cell.index().column;
380
- typeSelect( e, dt, ctx, 'column', idx );
381
- }
382
- else if ( items === 'cell' ) {
383
- idx = cell.index();
384
- typeSelect( e, dt, ctx, 'cell', idx );
385
- }
386
-
387
- ctx._select_lastCell = cellIndex;
388
- } );
389
-
390
- // Blurable
391
- $('body').on( 'click.dtSelect', function ( e ) {
392
- if ( ctx._select.blurable ) {
393
- // If the click was inside the DataTables container, don't blur
394
- if ( $(e.target).parents().filter( dt.table().container() ).length ) {
395
- return;
396
- }
397
-
398
- // Don't blur in Editor form
399
- if ( $(e.target).parents('div.DTE').length ) {
400
- return;
401
- }
402
-
403
- clear( ctx, true );
404
- }
405
- } );
406
- }
407
-
408
- /**
409
- * Trigger an event on a DataTable
410
- *
411
- * @param {DataTable.Api} api DataTable to trigger events on
412
- * @param {boolean} selected true if selected, false if deselected
413
- * @param {string} type Item type acting on
414
- * @param {boolean} any Require that there are values before
415
- * triggering
416
- * @private
417
- */
418
- function eventTrigger ( api, type, args, any )
419
- {
420
- if ( any && ! api.flatten().length ) {
421
- return;
422
- }
423
-
424
- if ( typeof type === 'string' ) {
425
- type = type +'.dt';
426
- }
427
-
428
- args.unshift( api );
429
-
430
- $(api.table().node()).triggerHandler( type, args );
431
- }
432
-
433
- /**
434
- * Update the information element of the DataTable showing information about the
435
- * items selected. This is done by adding tags to the existing text
436
- *
437
- * @param {DataTable.Api} api DataTable to update
438
- * @private
439
- */
440
- function info ( api )
441
- {
442
- var ctx = api.settings()[0];
443
-
444
- if ( ! ctx._select.info || ! ctx.aanFeatures.i ) {
445
- return;
446
- }
447
-
448
- var output = $('<span class="select-info"/>');
449
- var add = function ( name, num ) {
450
- output.append( $('<span class="select-item"/>').append( api.i18n(
451
- 'select.'+name+'s',
452
- { _: '%d '+name+'s selected', 0: '', 1: '1 '+name+' selected' },
453
- num
454
- ) ) );
455
- };
456
-
457
- add( 'row', api.rows( { selected: true } ).flatten().length );
458
- add( 'column', api.columns( { selected: true } ).flatten().length );
459
- add( 'cell', api.cells( { selected: true } ).flatten().length );
460
-
461
- // Internal knowledge of DataTables to loop over all information elements
462
- $.each( ctx.aanFeatures.i, function ( i, el ) {
463
- el = $(el);
464
-
465
- var exisiting = el.children('span.select-info');
466
- if ( exisiting.length ) {
467
- exisiting.remove();
468
- }
469
-
470
- if ( output.text() !== '' ) {
471
- el.append( output );
472
- }
473
- } );
474
- }
475
-
476
- /**
477
- * Initialisation of a new table. Attach event handlers and callbacks to allow
478
- * Select to operate correctly.
479
- *
480
- * This will occur _after_ the initial DataTables initialisation, although
481
- * before Ajax data is rendered, if there is ajax data
482
- *
483
- * @param {DataTable.settings} ctx Settings object to operate on
484
- * @private
485
- */
486
- function init ( ctx ) {
487
- var api = new DataTable.Api( ctx );
488
-
489
- // Row callback so that classes can be added to rows and cells if the item
490
- // was selected before the element was created. This will happen with the
491
- // `deferRender` option enabled.
492
- //
493
- // This method of attaching to `aoRowCreatedCallback` is a hack until
494
- // DataTables has proper events for row manipulation If you are reviewing
495
- // this code to create your own plug-ins, please do not do this!
496
- ctx.aoRowCreatedCallback.push( {
497
- fn: function ( row, data, index ) {
498
- var i, ien;
499
- var d = ctx.aoData[ index ];
500
-
501
- // Row
502
- if ( d._select_selected ) {
503
- $( row ).addClass( ctx._select.className );
504
- }
505
-
506
- // Cells and columns - if separated out, we would need to do two
507
- // loops, so it makes sense to combine them into a single one
508
- for ( i=0, ien=ctx.aoColumns.length ; i<ien ; i++ ) {
509
- if ( ctx.aoColumns[i]._select_selected || (d._selected_cells && d._selected_cells[i]) ) {
510
- $(d.anCells[i]).addClass( ctx._select.className );
511
- }
512
- }
513
- },
514
- sName: 'select-deferRender'
515
- } );
516
-
517
- // On Ajax reload we want to reselect all rows which are currently selected,
518
- // if there is an rowId (i.e. a unique value to identify each row with)
519
- api.on( 'preXhr.dt.dtSelect', function () {
520
- // note that column selection doesn't need to be cached and then
521
- // reselected, as they are already selected
522
- var rows = api.rows( { selected: true } ).ids( true ).filter( function ( d ) {
523
- return d !== undefined;
524
- } );
525
-
526
- var cells = api.cells( { selected: true } ).eq(0).map( function ( cellIdx ) {
527
- var id = api.row( cellIdx.row ).id( true );
528
- return id ?
529
- { row: id, column: cellIdx.column } :
530
- undefined;
531
- } ).filter( function ( d ) {
532
- return d !== undefined;
533
- } );
534
-
535
- // On the next draw, reselect the currently selected items
536
- api.one( 'draw.dt.dtSelect', function () {
537
- api.rows( rows ).select();
538
-
539
- // `cells` is not a cell index selector, so it needs a loop
540
- if ( cells.any() ) {
541
- cells.each( function ( id ) {
542
- api.cells( id.row, id.column ).select();
543
- } );
544
- }
545
- } );
546
- } );
547
-
548
- // Update the table information element with selected item summary
549
- api.on( 'draw.dtSelect.dt select.dtSelect.dt deselect.dtSelect.dt info.dt', function () {
550
- info( api );
551
- } );
552
-
553
- // Clean up and release
554
- api.on( 'destroy.dtSelect', function () {
555
- disableMouseSelection( api );
556
- api.off( '.dtSelect' );
557
- } );
558
- }
559
-
560
- /**
561
- * Add one or more items (rows or columns) to the selection when shift clicking
562
- * in OS selection style
563
- *
564
- * @param {DataTable.Api} dt DataTable
565
- * @param {string} type Row or column range selector
566
- * @param {object} idx Item index to select to
567
- * @param {object} last Item index to select from
568
- * @private
569
- */
570
- function rowColumnRange( dt, type, idx, last )
571
- {
572
- // Add a range of rows from the last selected row to this one
573
- var indexes = dt[type+'s']( { search: 'applied' } ).indexes();
574
- var idx1 = $.inArray( last, indexes );
575
- var idx2 = $.inArray( idx, indexes );
576
-
577
- if ( ! dt[type+'s']( { selected: true } ).any() && idx1 === -1 ) {
578
- // select from top to here - slightly odd, but both Windows and Mac OS
579
- // do this
580
- indexes.splice( $.inArray( idx, indexes )+1, indexes.length );
581
- }
582
- else {
583
- // reverse so we can shift click 'up' as well as down
584
- if ( idx1 > idx2 ) {
585
- var tmp = idx2;
586
- idx2 = idx1;
587
- idx1 = tmp;
588
- }
589
-
590
- indexes.splice( idx2+1, indexes.length );
591
- indexes.splice( 0, idx1 );
592
- }
593
-
594
- if ( ! dt[type]( idx, { selected: true } ).any() ) {
595
- // Select range
596
- dt[type+'s']( indexes ).select();
597
- }
598
- else {
599
- // Deselect range - need to keep the clicked on row selected
600
- indexes.splice( $.inArray( idx, indexes ), 1 );
601
- dt[type+'s']( indexes ).deselect();
602
- }
603
- }
604
-
605
- /**
606
- * Clear all selected items
607
- *
608
- * @param {DataTable.settings} ctx Settings object of the host DataTable
609
- * @param {boolean} [force=false] Force the de-selection to happen, regardless
610
- * of selection style
611
- * @private
612
- */
613
- function clear( ctx, force )
614
- {
615
- if ( force || ctx._select.style === 'single' ) {
616
- var api = new DataTable.Api( ctx );
617
-
618
- api.rows( { selected: true } ).deselect();
619
- api.columns( { selected: true } ).deselect();
620
- api.cells( { selected: true } ).deselect();
621
- }
622
- }
623
-
624
- /**
625
- * Select items based on the current configuration for style and items.
626
- *
627
- * @param {object} e Mouse event object
628
- * @param {DataTables.Api} dt DataTable
629
- * @param {DataTable.settings} ctx Settings object of the host DataTable
630
- * @param {string} type Items to select
631
- * @param {int|object} idx Index of the item to select
632
- * @private
633
- */
634
- function typeSelect ( e, dt, ctx, type, idx )
635
- {
636
- var style = dt.select.style();
637
- var isSelected = dt[type]( idx, { selected: true } ).any();
638
-
639
- if ( style === 'os' ) {
640
- if ( e.ctrlKey || e.metaKey ) {
641
- // Add or remove from the selection
642
- dt[type]( idx ).select( ! isSelected );
643
- }
644
- else if ( e.shiftKey ) {
645
- if ( type === 'cell' ) {
646
- cellRange( dt, idx, ctx._select_lastCell || null );
647
- }
648
- else {
649
- rowColumnRange( dt, type, idx, ctx._select_lastCell ?
650
- ctx._select_lastCell[type] :
651
- null
652
- );
653
- }
654
- }
655
- else {
656
- // No cmd or shift click - deselect if selected, or select
657
- // this row only
658
- var selected = dt[type+'s']( { selected: true } );
659
-
660
- if ( isSelected && selected.flatten().length === 1 ) {
661
- dt[type]( idx ).deselect();
662
- }
663
- else {
664
- selected.deselect();
665
- dt[type]( idx ).select();
666
- }
667
- }
668
- } else if ( style == 'multi+shift' ) {
669
- if ( e.shiftKey ) {
670
- if ( type === 'cell' ) {
671
- cellRange( dt, idx, ctx._select_lastCell || null );
672
- }
673
- else {
674
- rowColumnRange( dt, type, idx, ctx._select_lastCell ?
675
- ctx._select_lastCell[type] :
676
- null
677
- );
678
- }
679
- }
680
- else {
681
- dt[ type ]( idx ).select( ! isSelected );
682
- }
683
- }
684
- else {
685
- dt[ type ]( idx ).select( ! isSelected );
686
- }
687
- }
688
-
689
-
690
-
691
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
692
- * DataTables selectors
693
- */
694
-
695
- // row and column are basically identical just assigned to different properties
696
- // and checking a different array, so we can dynamically create the functions to
697
- // reduce the code size
698
- $.each( [
699
- { type: 'row', prop: 'aoData' },
700
- { type: 'column', prop: 'aoColumns' }
701
- ], function ( i, o ) {
702
- DataTable.ext.selector[ o.type ].push( function ( settings, opts, indexes ) {
703
- var selected = opts.selected;
704
- var data;
705
- var out = [];
706
-
707
- if ( selected === undefined ) {
708
- return indexes;
709
- }
710
-
711
- for ( var i=0, ien=indexes.length ; i<ien ; i++ ) {
712
- data = settings[ o.prop ][ indexes[i] ];
713
-
714
- if ( (selected === true && data._select_selected === true) ||
715
- (selected === false && ! data._select_selected )
716
- ) {
717
- out.push( indexes[i] );
718
- }
719
- }
720
-
721
- return out;
722
- } );
723
- } );
724
-
725
- DataTable.ext.selector.cell.push( function ( settings, opts, cells ) {
726
- var selected = opts.selected;
727
- var rowData;
728
- var out = [];
729
-
730
- if ( selected === undefined ) {
731
- return cells;
732
- }
733
-
734
- for ( var i=0, ien=cells.length ; i<ien ; i++ ) {
735
- rowData = settings.aoData[ cells[i].row ];
736
-
737
- if ( (selected === true && rowData._selected_cells && rowData._selected_cells[ cells[i].column ] === true) ||
738
- (selected === false && ( ! rowData._selected_cells || ! rowData._selected_cells[ cells[i].column ] ) )
739
- ) {
740
- out.push( cells[i] );
741
- }
742
- }
743
-
744
- return out;
745
- } );
746
-
747
-
748
-
749
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
750
- * DataTables API
751
- *
752
- * For complete documentation, please refer to the docs/api directory or the
753
- * DataTables site
754
- */
755
-
756
- // Local variables to improve compression
757
- var apiRegister = DataTable.Api.register;
758
- var apiRegisterPlural = DataTable.Api.registerPlural;
759
-
760
- apiRegister( 'select()', function () {
761
- return this.iterator( 'table', function ( ctx ) {
762
- DataTable.select.init( new DataTable.Api( ctx ) );
763
- } );
764
- } );
765
-
766
- apiRegister( 'select.blurable()', function ( flag ) {
767
- if ( flag === undefined ) {
768
- return this.context[0]._select.blurable;
769
- }
770
-
771
- return this.iterator( 'table', function ( ctx ) {
772
- ctx._select.blurable = flag;
773
- } );
774
- } );
775
-
776
- apiRegister( 'select.info()', function ( flag ) {
777
- if ( info === undefined ) {
778
- return this.context[0]._select.info;
779
- }
780
-
781
- return this.iterator( 'table', function ( ctx ) {
782
- ctx._select.info = flag;
783
- } );
784
- } );
785
-
786
- apiRegister( 'select.items()', function ( items ) {
787
- if ( items === undefined ) {
788
- return this.context[0]._select.items;
789
- }
790
-
791
- return this.iterator( 'table', function ( ctx ) {
792
- ctx._select.items = items;
793
-
794
- eventTrigger( new DataTable.Api( ctx ), 'selectItems', [ items ] );
795
- } );
796
- } );
797
-
798
- // Takes effect from the _next_ selection. None disables future selection, but
799
- // does not clear the current selection. Use the `deselect` methods for that
800
- apiRegister( 'select.style()', function ( style ) {
801
- if ( style === undefined ) {
802
- return this.context[0]._select.style;
803
- }
804
-
805
- return this.iterator( 'table', function ( ctx ) {
806
- ctx._select.style = style;
807
-
808
- if ( ! ctx._select_init ) {
809
- init( ctx );
810
- }
811
-
812
- // Add / remove mouse event handlers. They aren't required when only
813
- // API selection is available
814
- var dt = new DataTable.Api( ctx );
815
- disableMouseSelection( dt );
816
-
817
- if ( style !== 'api' ) {
818
- enableMouseSelection( dt );
819
- }
820
-
821
- eventTrigger( new DataTable.Api( ctx ), 'selectStyle', [ style ] );
822
- } );
823
- } );
824
-
825
- apiRegister( 'select.selector()', function ( selector ) {
826
- if ( selector === undefined ) {
827
- return this.context[0]._select.selector;
828
- }
829
-
830
- return this.iterator( 'table', function ( ctx ) {
831
- disableMouseSelection( new DataTable.Api( ctx ) );
832
-
833
- ctx._select.selector = selector;
834
-
835
- if ( ctx._select.style !== 'api' ) {
836
- enableMouseSelection( new DataTable.Api( ctx ) );
837
- }
838
- } );
839
- } );
840
-
841
-
842
-
843
- apiRegisterPlural( 'rows().select()', 'row().select()', function ( select ) {
844
- var api = this;
845
-
846
- if ( select === false ) {
847
- return this.deselect();
848
- }
849
-
850
- this.iterator( 'row', function ( ctx, idx ) {
851
- clear( ctx );
852
-
853
- ctx.aoData[ idx ]._select_selected = true;
854
- $( ctx.aoData[ idx ].nTr ).addClass( ctx._select.className );
855
- } );
856
-
857
- this.iterator( 'table', function ( ctx, i ) {
858
- eventTrigger( api, 'select', [ 'row', api[i] ], true );
859
- } );
860
-
861
- return this;
862
- } );
863
-
864
- apiRegisterPlural( 'columns().select()', 'column().select()', function ( select ) {
865
- var api = this;
866
-
867
- if ( select === false ) {
868
- return this.deselect();
869
- }
870
-
871
- this.iterator( 'column', function ( ctx, idx ) {
872
- clear( ctx );
873
-
874
- ctx.aoColumns[ idx ]._select_selected = true;
875
-
876
- var column = new DataTable.Api( ctx ).column( idx );
877
-
878
- $( column.header() ).addClass( ctx._select.className );
879
- $( column.footer() ).addClass( ctx._select.className );
880
-
881
- column.nodes().to$().addClass( ctx._select.className );
882
- } );
883
-
884
- this.iterator( 'table', function ( ctx, i ) {
885
- eventTrigger( api, 'select', [ 'column', api[i] ], true );
886
- } );
887
-
888
- return this;
889
- } );
890
-
891
- apiRegisterPlural( 'cells().select()', 'cell().select()', function ( select ) {
892
- var api = this;
893
-
894
- if ( select === false ) {
895
- return this.deselect();
896
- }
897
-
898
- this.iterator( 'cell', function ( ctx, rowIdx, colIdx ) {
899
- clear( ctx );
900
-
901
- var data = ctx.aoData[ rowIdx ];
902
-
903
- if ( data._selected_cells === undefined ) {
904
- data._selected_cells = [];
905
- }
906
-
907
- data._selected_cells[ colIdx ] = true;
908
-
909
- if ( data.anCells ) {
910
- $( data.anCells[ colIdx ] ).addClass( ctx._select.className );
911
- }
912
- } );
913
-
914
- this.iterator( 'table', function ( ctx, i ) {
915
- eventTrigger( api, 'select', [ 'cell', api[i] ], true );
916
- } );
917
-
918
- return this;
919
- } );
920
-
921
-
922
- apiRegisterPlural( 'rows().deselect()', 'row().deselect()', function () {
923
- var api = this;
924
-
925
- this.iterator( 'row', function ( ctx, idx ) {
926
- ctx.aoData[ idx ]._select_selected = false;
927
- $( ctx.aoData[ idx ].nTr ).removeClass( ctx._select.className );
928
- } );
929
-
930
- this.iterator( 'table', function ( ctx, i ) {
931
- eventTrigger( api, 'deselect', [ 'row', api[i] ], true );
932
- } );
933
-
934
- return this;
935
- } );
936
-
937
- apiRegisterPlural( 'columns().deselect()', 'column().deselect()', function () {
938
- var api = this;
939
-
940
- this.iterator( 'column', function ( ctx, idx ) {
941
- ctx.aoColumns[ idx ]._select_selected = false;
942
-
943
- var api = new DataTable.Api( ctx );
944
- var column = api.column( idx );
945
-
946
- $( column.header() ).removeClass( ctx._select.className );
947
- $( column.footer() ).removeClass( ctx._select.className );
948
-
949
- // Need to loop over each cell, rather than just using
950
- // `column().nodes()` as cells which are individually selected should
951
- // not have the `selected` class removed from them
952
- api.cells( null, idx ).indexes().each( function (cellIdx) {
953
- var data = ctx.aoData[ cellIdx.row ];
954
- var cellSelected = data._selected_cells;
955
-
956
- if ( data.anCells && (! cellSelected || ! cellSelected[ cellIdx.column ]) ) {
957
- $( data.anCells[ cellIdx.column ] ).removeClass( ctx._select.className );
958
- }
959
- } );
960
- } );
961
-
962
- this.iterator( 'table', function ( ctx, i ) {
963
- eventTrigger( api, 'deselect', [ 'column', api[i] ], true );
964
- } );
965
-
966
- return this;
967
- } );
968
-
969
- apiRegisterPlural( 'cells().deselect()', 'cell().deselect()', function () {
970
- var api = this;
971
-
972
- this.iterator( 'cell', function ( ctx, rowIdx, colIdx ) {
973
- var data = ctx.aoData[ rowIdx ];
974
-
975
- data._selected_cells[ colIdx ] = false;
976
-
977
- // Remove class only if the cells exist, and the cell is not column
978
- // selected, in which case the class should remain (since it is selected
979
- // in the column)
980
- if ( data.anCells && ! ctx.aoColumns[ colIdx ]._select_selected ) {
981
- $( data.anCells[ colIdx ] ).removeClass( ctx._select.className );
982
- }
983
- } );
984
-
985
- this.iterator( 'table', function ( ctx, i ) {
986
- eventTrigger( api, 'deselect', [ 'cell', api[i] ], true );
987
- } );
988
-
989
- return this;
990
- } );
991
-
992
-
993
-
994
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
995
- * Buttons
996
- */
997
- function i18n( label, def ) {
998
- return function (dt) {
999
- return dt.i18n( 'buttons.'+label, def );
1000
- };
1001
- }
1002
-
1003
- $.extend( DataTable.ext.buttons, {
1004
- selected: {
1005
- text: i18n( 'selected', 'Selected' ),
1006
- className: 'buttons-selected',
1007
- init: function ( dt ) {
1008
- var that = this;
1009
-
1010
- // .DT namespace listeners are removed by DataTables automatically
1011
- // on table destroy
1012
- dt.on( 'draw.dt.DT select.dt.DT deselect.dt.DT', function () {
1013
- var enable = that.rows( { selected: true } ).any() ||
1014
- that.columns( { selected: true } ).any() ||
1015
- that.cells( { selected: true } ).any();
1016
-
1017
- that.enable( enable );
1018
- } );
1019
-
1020
- this.disable();
1021
- }
1022
- },
1023
- selectedSingle: {
1024
- text: i18n( 'selectedSingle', 'Selected single' ),
1025
- className: 'buttons-selected-single',
1026
- init: function ( dt ) {
1027
- var that = this;
1028
-
1029
- dt.on( 'draw.dt.DT select.dt.DT deselect.dt.DT', function () {
1030
- var count = dt.rows( { selected: true } ).flatten().length +
1031
- dt.columns( { selected: true } ).flatten().length +
1032
- dt.cells( { selected: true } ).flatten().length;
1033
-
1034
- that.enable( count === 1 );
1035
- } );
1036
-
1037
- this.disable();
1038
- }
1039
- },
1040
- selectAll: {
1041
- text: i18n( 'selectAll', 'Select all' ),
1042
- className: 'buttons-select-all',
1043
- action: function () {
1044
- var items = this.select.items();
1045
- this[ items+'s' ]().select();
1046
- }
1047
- },
1048
- selectNone: {
1049
- text: i18n( 'selectNone', 'Deselect all' ),
1050
- className: 'buttons-select-none',
1051
- action: function () {
1052
- clear( this.settings()[0], true );
1053
- },
1054
- init: function ( dt ) {
1055
- var that = this;
1056
-
1057
- dt.on( 'draw.dt.DT select.dt.DT deselect.dt.DT', function () {
1058
- var count = dt.rows( { selected: true } ).flatten().length +
1059
- dt.columns( { selected: true } ).flatten().length +
1060
- dt.cells( { selected: true } ).flatten().length;
1061
-
1062
- that.enable( count > 0 );
1063
- } );
1064
-
1065
- this.disable();
1066
- }
1067
- }
1068
- } );
1069
-
1070
- $.each( [ 'Row', 'Column', 'Cell' ], function ( i, item ) {
1071
- var lc = item.toLowerCase();
1072
-
1073
- DataTable.ext.buttons[ 'select'+item+'s' ] = {
1074
- text: i18n( 'select'+item+'s', 'Select '+lc+'s' ),
1075
- className: 'buttons-select-'+lc+'s',
1076
- action: function () {
1077
- this.select.items( lc );
1078
- },
1079
- init: function ( dt ) {
1080
- var that = this;
1081
-
1082
- dt.on( 'selectItems.dt.DT', function ( e, ctx, items ) {
1083
- that.active( items === lc );
1084
- } );
1085
- }
1086
- };
1087
- } );
1088
-
1089
-
1090
-
1091
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
1092
- * Initialisation
1093
- */
1094
-
1095
- // DataTables creation - check if select has been defined in the options. Note
1096
- // this required that the table be in the document! If it isn't then something
1097
- // needs to trigger this method unfortunately. The next major release of
1098
- // DataTables will rework the events and address this.
1099
- $(document).on( 'preInit.dt.dtSelect', function (e, ctx) {
1100
- if ( e.namespace !== 'dt' ) {
1101
- return;
1102
- }
1103
-
1104
- DataTable.select.init( new DataTable.Api( ctx ) );
1105
- } );
1106
-
1107
-
1108
- return DataTable.select;
1109
- }));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/extensions/Select/js/dataTables.select.min.js DELETED
@@ -1,26 +0,0 @@
1
- /*!
2
- Select for DataTables 1.2.0
3
- 2015-2016 SpryMedia Ltd - datatables.net/license/mit
4
- */
5
- (function(e){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(i){return e(i,window,document)}):"object"===typeof exports?module.exports=function(i,l){i||(i=window);if(!l||!l.fn.dataTable)l=require("datatables.net")(i,l).$;return e(l,i,i.document)}:e(jQuery,window,document)})(function(e,i,l,h){function t(b,a,c){var d;d=function(c,a){if(c>a)var d=a,a=c,c=d;var f=!1;return b.columns(":visible").indexes().filter(function(b){b===c&&(f=!0);return b===a?(f=!1,!0):f})};var f=
6
- function(c,a){var d=b.rows({search:"applied"}).indexes();if(d.indexOf(c)>d.indexOf(a))var f=a,a=c,c=f;var e=!1;return d.filter(function(b){b===c&&(e=!0);return b===a?(e=!1,!0):e})};!b.cells({selected:!0}).any()&&!c?(d=d(0,a.column),c=f(0,a.row)):(d=d(c.column,a.column),c=f(c.row,a.row));c=b.cells(c,d).flatten();b.cells(a,{selected:!0}).any()?b.cells(c).deselect():b.cells(c).select()}function r(b){var a=b.settings()[0]._select.selector;e(b.table().body()).off("mousedown.dtSelect",a).off("mouseup.dtSelect",
7
- a).off("click.dtSelect",a);e("body").off("click.dtSelect")}function v(b){var a=e(b.table().body()),c=b.settings()[0],d=c._select.selector;a.on("mousedown.dtSelect",d,function(c){if(c.shiftKey||c.metaKey||c.ctrlKey)a.css("-moz-user-select","none").one("selectstart.dtSelect",d,function(){return!1})}).on("mouseup.dtSelect",d,function(){a.css("-moz-user-select","")}).on("click.dtSelect",d,function(c){var a=b.select.items();if(!i.getSelection||!i.getSelection().toString()){var d=b.settings()[0];if(e(c.target).closest("div.dataTables_wrapper")[0]==
8
- b.table().container()){var g=b.cell(e(c.target).closest("td, th"));if(g.any()){var h=e.Event("user-select.dt");k(b,h,[a,g,c]);h.isDefaultPrevented()||(h=g.index(),"row"===a?(a=h.row,s(c,b,d,"row",a)):"column"===a?(a=g.index().column,s(c,b,d,"column",a)):"cell"===a&&(a=g.index(),s(c,b,d,"cell",a)),d._select_lastCell=h)}}}});e("body").on("click.dtSelect",function(a){c._select.blurable&&!e(a.target).parents().filter(b.table().container()).length&&(e(a.target).parents("div.DTE").length||p(c,!0))})}function k(b,
9
- a,c,d){if(!d||b.flatten().length)"string"===typeof a&&(a+=".dt"),c.unshift(b),e(b.table().node()).triggerHandler(a,c)}function w(b){var a=b.settings()[0];if(a._select.info&&a.aanFeatures.i){var c=e('<span class="select-info"/>'),d=function(a,d){c.append(e('<span class="select-item"/>').append(b.i18n("select."+a+"s",{_:"%d "+a+"s selected","0":"",1:"1 "+a+" selected"},d)))};d("row",b.rows({selected:!0}).flatten().length);d("column",b.columns({selected:!0}).flatten().length);d("cell",b.cells({selected:!0}).flatten().length);
10
- e.each(a.aanFeatures.i,function(a,b){var b=e(b),d=b.children("span.select-info");d.length&&d.remove();""!==c.text()&&b.append(c)})}}function x(b,a,c,d){var f=b[a+"s"]({search:"applied"}).indexes(),d=e.inArray(d,f),m=e.inArray(c,f);if(!b[a+"s"]({selected:!0}).any()&&-1===d)f.splice(e.inArray(c,f)+1,f.length);else{if(d>m)var j=m,m=d,d=j;f.splice(m+1,f.length);f.splice(0,d)}b[a](c,{selected:!0}).any()?(f.splice(e.inArray(c,f),1),b[a+"s"](f).deselect()):b[a+"s"](f).select()}function p(b,a){if(a||"single"===
11
- b._select.style){var c=new g.Api(b);c.rows({selected:!0}).deselect();c.columns({selected:!0}).deselect();c.cells({selected:!0}).deselect()}}function s(b,a,c,d,f){var e=a.select.style(),j=a[d](f,{selected:!0}).any();"os"===e?b.ctrlKey||b.metaKey?a[d](f).select(!j):b.shiftKey?"cell"===d?t(a,f,c._select_lastCell||null):x(a,d,f,c._select_lastCell?c._select_lastCell[d]:null):(b=a[d+"s"]({selected:!0}),j&&1===b.flatten().length?a[d](f).deselect():(b.deselect(),a[d](f).select())):"multi+shift"==e?b.shiftKey?
12
- "cell"===d?t(a,f,c._select_lastCell||null):x(a,d,f,c._select_lastCell?c._select_lastCell[d]:null):a[d](f).select(!j):a[d](f).select(!j)}function q(b,a){return function(c){return c.i18n("buttons."+b,a)}}var g=e.fn.dataTable;g.select={};g.select.version="1.2.0";g.select.init=function(b){var a=b.settings()[0],c=a.oInit.select,d=g.defaults.select,c=c===h?d:c,d="row",f="api",m=!1,j=!0,u="td, th",i="selected";a._select={};if(!0===c)f="os";else if("string"===typeof c)f=c;else if(e.isPlainObject(c)&&(c.blurable!==
13
- h&&(m=c.blurable),c.info!==h&&(j=c.info),c.items!==h&&(d=c.items),c.style!==h&&(f=c.style),c.selector!==h&&(u=c.selector),c.className!==h))i=c.className;b.select.selector(u);b.select.items(d);b.select.style(f);b.select.blurable(m);b.select.info(j);a._select.className=i;e.fn.dataTable.ext.order["select-checkbox"]=function(a,c){return this.api().column(c,{order:"index"}).nodes().map(function(c){return"row"===a._select.items?e(c).parent().hasClass(a._select.className):"cell"===a._select.items?e(c).hasClass(a._select.className):
14
- !1})};e(b.table().node()).hasClass("selectable")&&b.select.style("os")};e.each([{type:"row",prop:"aoData"},{type:"column",prop:"aoColumns"}],function(b,a){g.ext.selector[a.type].push(function(c,b,f){var b=b.selected,e,j=[];if(b===h)return f;for(var g=0,i=f.length;g<i;g++)e=c[a.prop][f[g]],(!0===b&&!0===e._select_selected||!1===b&&!e._select_selected)&&j.push(f[g]);return j})});g.ext.selector.cell.push(function(b,a,c){var a=a.selected,d,f=[];if(a===h)return c;for(var e=0,g=c.length;e<g;e++)d=b.aoData[c[e].row],
15
- (!0===a&&d._selected_cells&&!0===d._selected_cells[c[e].column]||!1===a&&(!d._selected_cells||!d._selected_cells[c[e].column]))&&f.push(c[e]);return f});var n=g.Api.register,o=g.Api.registerPlural;n("select()",function(){return this.iterator("table",function(b){g.select.init(new g.Api(b))})});n("select.blurable()",function(b){return b===h?this.context[0]._select.blurable:this.iterator("table",function(a){a._select.blurable=b})});n("select.info()",function(b){return w===h?this.context[0]._select.info:
16
- this.iterator("table",function(a){a._select.info=b})});n("select.items()",function(b){return b===h?this.context[0]._select.items:this.iterator("table",function(a){a._select.items=b;k(new g.Api(a),"selectItems",[b])})});n("select.style()",function(b){return b===h?this.context[0]._select.style:this.iterator("table",function(a){a._select.style=b;if(!a._select_init){var c=new g.Api(a);a.aoRowCreatedCallback.push({fn:function(c,b,d){b=a.aoData[d];b._select_selected&&e(c).addClass(a._select.className);
17
- c=0;for(d=a.aoColumns.length;c<d;c++)(a.aoColumns[c]._select_selected||b._selected_cells&&b._selected_cells[c])&&e(b.anCells[c]).addClass(a._select.className)},sName:"select-deferRender"});c.on("preXhr.dt.dtSelect",function(){var a=c.rows({selected:!0}).ids(!0).filter(function(c){return c!==h}),b=c.cells({selected:!0}).eq(0).map(function(a){var b=c.row(a.row).id(!0);return b?{row:b,column:a.column}:h}).filter(function(c){return c!==h});c.one("draw.dt.dtSelect",function(){c.rows(a).select();b.any()&&
18
- b.each(function(a){c.cells(a.row,a.column).select()})})});c.on("draw.dtSelect.dt select.dtSelect.dt deselect.dtSelect.dt info.dt",function(){w(c)});c.on("destroy.dtSelect",function(){r(c);c.off(".dtSelect")})}var d=new g.Api(a);r(d);"api"!==b&&v(d);k(new g.Api(a),"selectStyle",[b])})});n("select.selector()",function(b){return b===h?this.context[0]._select.selector:this.iterator("table",function(a){r(new g.Api(a));a._select.selector=b;"api"!==a._select.style&&v(new g.Api(a))})});o("rows().select()",
19
- "row().select()",function(b){var a=this;if(!1===b)return this.deselect();this.iterator("row",function(c,a){p(c);c.aoData[a]._select_selected=!0;e(c.aoData[a].nTr).addClass(c._select.className)});this.iterator("table",function(c,b){k(a,"select",["row",a[b]],!0)});return this});o("columns().select()","column().select()",function(b){var a=this;if(!1===b)return this.deselect();this.iterator("column",function(a,b){p(a);a.aoColumns[b]._select_selected=!0;var f=(new g.Api(a)).column(b);e(f.header()).addClass(a._select.className);
20
- e(f.footer()).addClass(a._select.className);f.nodes().to$().addClass(a._select.className)});this.iterator("table",function(c,b){k(a,"select",["column",a[b]],!0)});return this});o("cells().select()","cell().select()",function(b){var a=this;if(!1===b)return this.deselect();this.iterator("cell",function(a,b,f){p(a);b=a.aoData[b];b._selected_cells===h&&(b._selected_cells=[]);b._selected_cells[f]=!0;b.anCells&&e(b.anCells[f]).addClass(a._select.className)});this.iterator("table",function(b,d){k(a,"select",
21
- ["cell",a[d]],!0)});return this});o("rows().deselect()","row().deselect()",function(){var b=this;this.iterator("row",function(a,b){a.aoData[b]._select_selected=!1;e(a.aoData[b].nTr).removeClass(a._select.className)});this.iterator("table",function(a,c){k(b,"deselect",["row",b[c]],!0)});return this});o("columns().deselect()","column().deselect()",function(){var b=this;this.iterator("column",function(a,b){a.aoColumns[b]._select_selected=!1;var d=new g.Api(a),f=d.column(b);e(f.header()).removeClass(a._select.className);
22
- e(f.footer()).removeClass(a._select.className);d.cells(null,b).indexes().each(function(b){var c=a.aoData[b.row],d=c._selected_cells;c.anCells&&(!d||!d[b.column])&&e(c.anCells[b.column]).removeClass(a._select.className)})});this.iterator("table",function(a,c){k(b,"deselect",["column",b[c]],!0)});return this});o("cells().deselect()","cell().deselect()",function(){var b=this;this.iterator("cell",function(a,b,d){b=a.aoData[b];b._selected_cells[d]=!1;b.anCells&&!a.aoColumns[d]._select_selected&&e(b.anCells[d]).removeClass(a._select.className)});
23
- this.iterator("table",function(a,c){k(b,"deselect",["cell",b[c]],!0)});return this});e.extend(g.ext.buttons,{selected:{text:q("selected","Selected"),className:"buttons-selected",init:function(b){var a=this;b.on("draw.dt.DT select.dt.DT deselect.dt.DT",function(){var b=a.rows({selected:!0}).any()||a.columns({selected:!0}).any()||a.cells({selected:!0}).any();a.enable(b)});this.disable()}},selectedSingle:{text:q("selectedSingle","Selected single"),className:"buttons-selected-single",init:function(b){var a=
24
- this;b.on("draw.dt.DT select.dt.DT deselect.dt.DT",function(){var c=b.rows({selected:!0}).flatten().length+b.columns({selected:!0}).flatten().length+b.cells({selected:!0}).flatten().length;a.enable(1===c)});this.disable()}},selectAll:{text:q("selectAll","Select all"),className:"buttons-select-all",action:function(){this[this.select.items()+"s"]().select()}},selectNone:{text:q("selectNone","Deselect all"),className:"buttons-select-none",action:function(){p(this.settings()[0],!0)},init:function(b){var a=
25
- this;b.on("draw.dt.DT select.dt.DT deselect.dt.DT",function(){var c=b.rows({selected:!0}).flatten().length+b.columns({selected:!0}).flatten().length+b.cells({selected:!0}).flatten().length;a.enable(0<c)});this.disable()}}});e.each(["Row","Column","Cell"],function(b,a){var c=a.toLowerCase();g.ext.buttons["select"+a+"s"]={text:q("select"+a+"s","Select "+c+"s"),className:"buttons-select-"+c+"s",action:function(){this.select.items(c)},init:function(a){var b=this;a.on("selectItems.dt.DT",function(a,d,
26
- e){b.active(e===c)})}}});e(l).on("preInit.dt.dtSelect",function(b,a){"dt"===b.namespace&&g.select.init(new g.Api(a))});return g.select});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/media/css/jquery.dataTables.css DELETED
@@ -1,452 +0,0 @@
1
- /*
2
- * Table styles
3
- */
4
- table.dataTable {
5
- width: 100%;
6
- margin: 0 auto;
7
- clear: both;
8
- border-collapse: separate;
9
- border-spacing: 0;
10
- /*
11
- * Header and footer styles
12
- */
13
- /*
14
- * Body styles
15
- */
16
- }
17
- table.dataTable thead th,
18
- table.dataTable tfoot th {
19
- font-weight: bold;
20
- }
21
- table.dataTable thead th,
22
- table.dataTable thead td {
23
- padding: 10px 18px;
24
- border-bottom: 1px solid #111;
25
- }
26
- table.dataTable thead th:active,
27
- table.dataTable thead td:active {
28
- outline: none;
29
- }
30
- table.dataTable tfoot th,
31
- table.dataTable tfoot td {
32
- padding: 10px 18px 6px 18px;
33
- border-top: 1px solid #111;
34
- }
35
- table.dataTable thead .sorting,
36
- table.dataTable thead .sorting_asc,
37
- table.dataTable thead .sorting_desc {
38
- cursor: pointer;
39
- *cursor: hand;
40
- }
41
- table.dataTable thead .sorting,
42
- table.dataTable thead .sorting_asc,
43
- table.dataTable thead .sorting_desc,
44
- table.dataTable thead .sorting_asc_disabled,
45
- table.dataTable thead .sorting_desc_disabled {
46
- background-repeat: no-repeat;
47
- background-position: center right;
48
- }
49
- table.dataTable thead .sorting {
50
- background-image: url("../images/sort_both.png");
51
- }
52
- table.dataTable thead .sorting_asc {
53
- background-image: url("../images/sort_asc.png");
54
- }
55
- table.dataTable thead .sorting_desc {
56
- background-image: url("../images/sort_desc.png");
57
- }
58
- table.dataTable thead .sorting_asc_disabled {
59
- background-image: url("../images/sort_asc_disabled.png");
60
- }
61
- table.dataTable thead .sorting_desc_disabled {
62
- background-image: url("../images/sort_desc_disabled.png");
63
- }
64
- table.dataTable tbody tr {
65
- background-color: #ffffff;
66
- }
67
- table.dataTable tbody tr.selected {
68
- background-color: #B0BED9;
69
- }
70
- table.dataTable tbody th,
71
- table.dataTable tbody td {
72
- padding: 8px 10px;
73
- }
74
- table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
75
- border-top: 1px solid #ddd;
76
- }
77
- table.dataTable.row-border tbody tr:first-child th,
78
- table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
79
- table.dataTable.display tbody tr:first-child td {
80
- border-top: none;
81
- }
82
- table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
83
- border-top: 1px solid #ddd;
84
- border-right: 1px solid #ddd;
85
- }
86
- table.dataTable.cell-border tbody tr th:first-child,
87
- table.dataTable.cell-border tbody tr td:first-child {
88
- border-left: 1px solid #ddd;
89
- }
90
- table.dataTable.cell-border tbody tr:first-child th,
91
- table.dataTable.cell-border tbody tr:first-child td {
92
- border-top: none;
93
- }
94
- table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
95
- background-color: #f9f9f9;
96
- }
97
- table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
98
- background-color: #acbad4;
99
- }
100
- table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
101
- background-color: #f6f6f6;
102
- }
103
- table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
104
- background-color: #aab7d1;
105
- }
106
- table.dataTable.order-column tbody tr > .sorting_1,
107
- table.dataTable.order-column tbody tr > .sorting_2,
108
- table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
109
- table.dataTable.display tbody tr > .sorting_2,
110
- table.dataTable.display tbody tr > .sorting_3 {
111
- background-color: #fafafa;
112
- }
113
- table.dataTable.order-column tbody tr.selected > .sorting_1,
114
- table.dataTable.order-column tbody tr.selected > .sorting_2,
115
- table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
116
- table.dataTable.display tbody tr.selected > .sorting_2,
117
- table.dataTable.display tbody tr.selected > .sorting_3 {
118
- background-color: #acbad5;
119
- }
120
- table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
121
- background-color: #f1f1f1;
122
- }
123
- table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
124
- background-color: #f3f3f3;
125
- }
126
- table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
127
- background-color: whitesmoke;
128
- }
129
- table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
130
- background-color: #a6b4cd;
131
- }
132
- table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
133
- background-color: #a8b5cf;
134
- }
135
- table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
136
- background-color: #a9b7d1;
137
- }
138
- table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
139
- background-color: #fafafa;
140
- }
141
- table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
142
- background-color: #fcfcfc;
143
- }
144
- table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
145
- background-color: #fefefe;
146
- }
147
- table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
148
- background-color: #acbad5;
149
- }
150
- table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
151
- background-color: #aebcd6;
152
- }
153
- table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
154
- background-color: #afbdd8;
155
- }
156
- table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
157
- background-color: #eaeaea;
158
- }
159
- table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
160
- background-color: #ececec;
161
- }
162
- table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
163
- background-color: #efefef;
164
- }
165
- table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
166
- background-color: #a2aec7;
167
- }
168
- table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
169
- background-color: #a3b0c9;
170
- }
171
- table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
172
- background-color: #a5b2cb;
173
- }
174
- table.dataTable.no-footer {
175
- border-bottom: 1px solid #111;
176
- }
177
- table.dataTable.nowrap th, table.dataTable.nowrap td {
178
- white-space: nowrap;
179
- }
180
- table.dataTable.compact thead th,
181
- table.dataTable.compact thead td {
182
- padding: 4px 17px 4px 4px;
183
- }
184
- table.dataTable.compact tfoot th,
185
- table.dataTable.compact tfoot td {
186
- padding: 4px;
187
- }
188
- table.dataTable.compact tbody th,
189
- table.dataTable.compact tbody td {
190
- padding: 4px;
191
- }
192
- table.dataTable th.dt-left,
193
- table.dataTable td.dt-left {
194
- text-align: left;
195
- }
196
- table.dataTable th.dt-center,
197
- table.dataTable td.dt-center,
198
- table.dataTable td.dataTables_empty {
199
- text-align: center;
200
- }
201
- table.dataTable th.dt-right,
202
- table.dataTable td.dt-right {
203
- text-align: right;
204
- }
205
- table.dataTable th.dt-justify,
206
- table.dataTable td.dt-justify {
207
- text-align: justify;
208
- }
209
- table.dataTable th.dt-nowrap,
210
- table.dataTable td.dt-nowrap {
211
- white-space: nowrap;
212
- }
213
- table.dataTable thead th.dt-head-left,
214
- table.dataTable thead td.dt-head-left,
215
- table.dataTable tfoot th.dt-head-left,
216
- table.dataTable tfoot td.dt-head-left {
217
- text-align: left;
218
- }
219
- table.dataTable thead th.dt-head-center,
220
- table.dataTable thead td.dt-head-center,
221
- table.dataTable tfoot th.dt-head-center,
222
- table.dataTable tfoot td.dt-head-center {
223
- text-align: center;
224
- }
225
- table.dataTable thead th.dt-head-right,
226
- table.dataTable thead td.dt-head-right,
227
- table.dataTable tfoot th.dt-head-right,
228
- table.dataTable tfoot td.dt-head-right {
229
- text-align: right;
230
- }
231
- table.dataTable thead th.dt-head-justify,
232
- table.dataTable thead td.dt-head-justify,
233
- table.dataTable tfoot th.dt-head-justify,
234
- table.dataTable tfoot td.dt-head-justify {
235
- text-align: justify;
236
- }
237
- table.dataTable thead th.dt-head-nowrap,
238
- table.dataTable thead td.dt-head-nowrap,
239
- table.dataTable tfoot th.dt-head-nowrap,
240
- table.dataTable tfoot td.dt-head-nowrap {
241
- white-space: nowrap;
242
- }
243
- table.dataTable tbody th.dt-body-left,
244
- table.dataTable tbody td.dt-body-left {
245
- text-align: left;
246
- }
247
- table.dataTable tbody th.dt-body-center,
248
- table.dataTable tbody td.dt-body-center {
249
- text-align: center;
250
- }
251
- table.dataTable tbody th.dt-body-right,
252
- table.dataTable tbody td.dt-body-right {
253
- text-align: right;
254
- }
255
- table.dataTable tbody th.dt-body-justify,
256
- table.dataTable tbody td.dt-body-justify {
257
- text-align: justify;
258
- }
259
- table.dataTable tbody th.dt-body-nowrap,
260
- table.dataTable tbody td.dt-body-nowrap {
261
- white-space: nowrap;
262
- }
263
-
264
- table.dataTable,
265
- table.dataTable th,
266
- table.dataTable td {
267
- -webkit-box-sizing: content-box;
268
- box-sizing: content-box;
269
- }
270
-
271
- /*
272
- * Control feature layout
273
- */
274
- .dataTables_wrapper {
275
- position: relative;
276
- clear: both;
277
- *zoom: 1;
278
- zoom: 1;
279
- }
280
- .dataTables_wrapper .dataTables_length {
281
- float: left;
282
- }
283
- .dataTables_wrapper .dataTables_filter {
284
- float: right;
285
- text-align: right;
286
- }
287
- .dataTables_wrapper .dataTables_filter input {
288
- margin-left: 0.5em;
289
- }
290
- .dataTables_wrapper .dataTables_info {
291
- clear: both;
292
- float: left;
293
- padding-top: 0.755em;
294
- }
295
- .dataTables_wrapper .dataTables_paginate {
296
- float: right;
297
- text-align: right;
298
- padding-top: 0.25em;
299
- }
300
- .dataTables_wrapper .dataTables_paginate .paginate_button {
301
- box-sizing: border-box;
302
- display: inline-block;
303
- min-width: 1.5em;
304
- padding: 0.5em 1em;
305
- margin-left: 2px;
306
- text-align: center;
307
- text-decoration: none !important;
308
- cursor: pointer;
309
- *cursor: hand;
310
- color: #333 !important;
311
- border: 1px solid transparent;
312
- border-radius: 2px;
313
- }
314
- .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
315
- color: #333 !important;
316
- border: 1px solid #979797;
317
- background-color: white;
318
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
319
- /* Chrome,Safari4+ */
320
- background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
321
- /* Chrome10+,Safari5.1+ */
322
- background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
323
- /* FF3.6+ */
324
- background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
325
- /* IE10+ */
326
- background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
327
- /* Opera 11.10+ */
328
- background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
329
- /* W3C */
330
- }
331
- .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
332
- cursor: default;
333
- color: #666 !important;
334
- border: 1px solid transparent;
335
- background: transparent;
336
- box-shadow: none;
337
- }
338
- .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
339
- color: white !important;
340
- border: 1px solid #111;
341
- background-color: #585858;
342
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
343
- /* Chrome,Safari4+ */
344
- background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
345
- /* Chrome10+,Safari5.1+ */
346
- background: -moz-linear-gradient(top, #585858 0%, #111 100%);
347
- /* FF3.6+ */
348
- background: -ms-linear-gradient(top, #585858 0%, #111 100%);
349
- /* IE10+ */
350
- background: -o-linear-gradient(top, #585858 0%, #111 100%);
351
- /* Opera 11.10+ */
352
- background: linear-gradient(to bottom, #585858 0%, #111 100%);
353
- /* W3C */
354
- }
355
- .dataTables_wrapper .dataTables_paginate .paginate_button:active {
356
- outline: none;
357
- background-color: #2b2b2b;
358
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
359
- /* Chrome,Safari4+ */
360
- background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
361
- /* Chrome10+,Safari5.1+ */
362
- background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
363
- /* FF3.6+ */
364
- background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
365
- /* IE10+ */
366
- background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
367
- /* Opera 11.10+ */
368
- background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
369
- /* W3C */
370
- box-shadow: inset 0 0 3px #111;
371
- }
372
- .dataTables_wrapper .dataTables_paginate .ellipsis {
373
- padding: 0 1em;
374
- }
375
- .dataTables_wrapper .dataTables_processing {
376
- position: absolute;
377
- top: 50%;
378
- left: 50%;
379
- width: 100%;
380
- height: 40px;
381
- margin-left: -50%;
382
- margin-top: -25px;
383
- padding-top: 20px;
384
- text-align: center;
385
- font-size: 1.2em;
386
- background-color: white;
387
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
388
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
389
- background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
390
- background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
391
- background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
392
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
393
- }
394
- .dataTables_wrapper .dataTables_length,
395
- .dataTables_wrapper .dataTables_filter,
396
- .dataTables_wrapper .dataTables_info,
397
- .dataTables_wrapper .dataTables_processing,
398
- .dataTables_wrapper .dataTables_paginate {
399
- color: #333;
400
- }
401
- .dataTables_wrapper .dataTables_scroll {
402
- clear: both;
403
- }
404
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
405
- *margin-top: -1px;
406
- -webkit-overflow-scrolling: touch;
407
- }
408
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
409
- vertical-align: middle;
410
- }
411
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
412
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
413
- height: 0;
414
- overflow: hidden;
415
- margin: 0 !important;
416
- padding: 0 !important;
417
- }
418
- .dataTables_wrapper.no-footer .dataTables_scrollBody {
419
- border-bottom: 1px solid #111;
420
- }
421
- .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
422
- .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
423
- border-bottom: none;
424
- }
425
- .dataTables_wrapper:after {
426
- visibility: hidden;
427
- display: block;
428
- content: "";
429
- clear: both;
430
- height: 0;
431
- }
432
-
433
- @media screen and (max-width: 767px) {
434
- .dataTables_wrapper .dataTables_info,
435
- .dataTables_wrapper .dataTables_paginate {
436
- float: none;
437
- text-align: center;
438
- }
439
- .dataTables_wrapper .dataTables_paginate {
440
- margin-top: 0.5em;
441
- }
442
- }
443
- @media screen and (max-width: 640px) {
444
- .dataTables_wrapper .dataTables_length,
445
- .dataTables_wrapper .dataTables_filter {
446
- float: none;
447
- text-align: center;
448
- }
449
- .dataTables_wrapper .dataTables_filter {
450
- margin-top: 0.5em;
451
- }
452
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/media/css/jquery.dataTables.min.css DELETED
@@ -1 +0,0 @@
1
- table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
 
common/vendor/datatables/media/css/jquery.dataTables_themeroller.css DELETED
@@ -1,416 +0,0 @@
1
- /*
2
- * Table styles
3
- */
4
- table.dataTable {
5
- width: 100%;
6
- margin: 0 auto;
7
- clear: both;
8
- border-collapse: separate;
9
- border-spacing: 0;
10
- /*
11
- * Header and footer styles
12
- */
13
- /*
14
- * Body styles
15
- */
16
- }
17
- table.dataTable thead th,
18
- table.dataTable thead td,
19
- table.dataTable tfoot th,
20
- table.dataTable tfoot td {
21
- padding: 4px 10px;
22
- }
23
- table.dataTable thead th,
24
- table.dataTable tfoot th {
25
- font-weight: bold;
26
- }
27
- table.dataTable thead th:active,
28
- table.dataTable thead td:active {
29
- outline: none;
30
- }
31
- table.dataTable thead .sorting_asc,
32
- table.dataTable thead .sorting_desc,
33
- table.dataTable thead .sorting {
34
- cursor: pointer;
35
- *cursor: hand;
36
- }
37
- table.dataTable thead th div.DataTables_sort_wrapper {
38
- position: relative;
39
- padding-right: 10px;
40
- }
41
- table.dataTable thead th div.DataTables_sort_wrapper span {
42
- position: absolute;
43
- top: 50%;
44
- margin-top: -8px;
45
- right: -5px;
46
- }
47
- table.dataTable thead th.ui-state-default {
48
- border-right-width: 0;
49
- }
50
- table.dataTable thead th.ui-state-default:last-child {
51
- border-right-width: 1px;
52
- }
53
- table.dataTable tbody tr {
54
- background-color: #ffffff;
55
- }
56
- table.dataTable tbody tr.selected {
57
- background-color: #B0BED9;
58
- }
59
- table.dataTable tbody th,
60
- table.dataTable tbody td {
61
- padding: 8px 10px;
62
- }
63
- table.dataTable th.center,
64
- table.dataTable td.center,
65
- table.dataTable td.dataTables_empty {
66
- text-align: center;
67
- }
68
- table.dataTable th.right,
69
- table.dataTable td.right {
70
- text-align: right;
71
- }
72
- table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
73
- border-top: 1px solid #ddd;
74
- }
75
- table.dataTable.row-border tbody tr:first-child th,
76
- table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
77
- table.dataTable.display tbody tr:first-child td {
78
- border-top: none;
79
- }
80
- table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
81
- border-top: 1px solid #ddd;
82
- border-right: 1px solid #ddd;
83
- }
84
- table.dataTable.cell-border tbody tr th:first-child,
85
- table.dataTable.cell-border tbody tr td:first-child {
86
- border-left: 1px solid #ddd;
87
- }
88
- table.dataTable.cell-border tbody tr:first-child th,
89
- table.dataTable.cell-border tbody tr:first-child td {
90
- border-top: none;
91
- }
92
- table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
93
- background-color: #f9f9f9;
94
- }
95
- table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
96
- background-color: #abb9d3;
97
- }
98
- table.dataTable.hover tbody tr:hover,
99
- table.dataTable.hover tbody tr.odd:hover,
100
- table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
101
- table.dataTable.display tbody tr.odd:hover,
102
- table.dataTable.display tbody tr.even:hover {
103
- background-color: whitesmoke;
104
- }
105
- table.dataTable.hover tbody tr:hover.selected,
106
- table.dataTable.hover tbody tr.odd:hover.selected,
107
- table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
108
- table.dataTable.display tbody tr.odd:hover.selected,
109
- table.dataTable.display tbody tr.even:hover.selected {
110
- background-color: #a9b7d1;
111
- }
112
- table.dataTable.order-column tbody tr > .sorting_1,
113
- table.dataTable.order-column tbody tr > .sorting_2,
114
- table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
115
- table.dataTable.display tbody tr > .sorting_2,
116
- table.dataTable.display tbody tr > .sorting_3 {
117
- background-color: #f9f9f9;
118
- }
119
- table.dataTable.order-column tbody tr.selected > .sorting_1,
120
- table.dataTable.order-column tbody tr.selected > .sorting_2,
121
- table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
122
- table.dataTable.display tbody tr.selected > .sorting_2,
123
- table.dataTable.display tbody tr.selected > .sorting_3 {
124
- background-color: #acbad4;
125
- }
126
- table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
127
- background-color: #f1f1f1;
128
- }
129
- table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
130
- background-color: #f3f3f3;
131
- }
132
- table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
133
- background-color: whitesmoke;
134
- }
135
- table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
136
- background-color: #a6b3cd;
137
- }
138
- table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
139
- background-color: #a7b5ce;
140
- }
141
- table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
142
- background-color: #a9b6d0;
143
- }
144
- table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
145
- background-color: #f9f9f9;
146
- }
147
- table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
148
- background-color: #fbfbfb;
149
- }
150
- table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
151
- background-color: #fdfdfd;
152
- }
153
- table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
154
- background-color: #acbad4;
155
- }
156
- table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
157
- background-color: #adbbd6;
158
- }
159
- table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
160
- background-color: #afbdd8;
161
- }
162
- table.dataTable.display tbody tr:hover > .sorting_1,
163
- table.dataTable.display tbody tr.odd:hover > .sorting_1,
164
- table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
165
- table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
166
- table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
167
- background-color: #eaeaea;
168
- }
169
- table.dataTable.display tbody tr:hover > .sorting_2,
170
- table.dataTable.display tbody tr.odd:hover > .sorting_2,
171
- table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
172
- table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
173
- table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
174
- background-color: #ebebeb;
175
- }
176
- table.dataTable.display tbody tr:hover > .sorting_3,
177
- table.dataTable.display tbody tr.odd:hover > .sorting_3,
178
- table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
179
- table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
180
- table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
181
- background-color: #eeeeee;
182
- }
183
- table.dataTable.display tbody tr:hover.selected > .sorting_1,
184
- table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
185
- table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
186
- table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
187
- table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
188
- background-color: #a1aec7;
189
- }
190
- table.dataTable.display tbody tr:hover.selected > .sorting_2,
191
- table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
192
- table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
193
- table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
194
- table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
195
- background-color: #a2afc8;
196
- }
197
- table.dataTable.display tbody tr:hover.selected > .sorting_3,
198
- table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
199
- table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
200
- table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
201
- table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
202
- background-color: #a4b2cb;
203
- }
204
- table.dataTable.nowrap th, table.dataTable.nowrap td {
205
- white-space: nowrap;
206
- }
207
- table.dataTable.compact thead th,
208
- table.dataTable.compact thead td {
209
- padding: 5px 9px;
210
- }
211
- table.dataTable.compact tfoot th,
212
- table.dataTable.compact tfoot td {
213
- padding: 5px 9px 3px 9px;
214
- }
215
- table.dataTable.compact tbody th,
216
- table.dataTable.compact tbody td {
217
- padding: 4px 5px;
218
- }
219
- table.dataTable th.dt-left,
220
- table.dataTable td.dt-left {
221
- text-align: left;
222
- }
223
- table.dataTable th.dt-center,
224
- table.dataTable td.dt-center,
225
- table.dataTable td.dataTables_empty {
226
- text-align: center;
227
- }
228
- table.dataTable th.dt-right,
229
- table.dataTable td.dt-right {
230
- text-align: right;
231
- }
232
- table.dataTable th.dt-justify,
233
- table.dataTable td.dt-justify {
234
- text-align: justify;
235
- }
236
- table.dataTable th.dt-nowrap,
237
- table.dataTable td.dt-nowrap {
238
- white-space: nowrap;
239
- }
240
- table.dataTable thead th.dt-head-left,
241
- table.dataTable thead td.dt-head-left,
242
- table.dataTable tfoot th.dt-head-left,
243
- table.dataTable tfoot td.dt-head-left {
244
- text-align: left;
245
- }
246
- table.dataTable thead th.dt-head-center,
247
- table.dataTable thead td.dt-head-center,
248
- table.dataTable tfoot th.dt-head-center,
249
- table.dataTable tfoot td.dt-head-center {
250
- text-align: center;
251
- }
252
- table.dataTable thead th.dt-head-right,
253
- table.dataTable thead td.dt-head-right,
254
- table.dataTable tfoot th.dt-head-right,
255
- table.dataTable tfoot td.dt-head-right {
256
- text-align: right;
257
- }
258
- table.dataTable thead th.dt-head-justify,
259
- table.dataTable thead td.dt-head-justify,
260
- table.dataTable tfoot th.dt-head-justify,
261
- table.dataTable tfoot td.dt-head-justify {
262
- text-align: justify;
263
- }
264
- table.dataTable thead th.dt-head-nowrap,
265
- table.dataTable thead td.dt-head-nowrap,
266
- table.dataTable tfoot th.dt-head-nowrap,
267
- table.dataTable tfoot td.dt-head-nowrap {
268
- white-space: nowrap;
269
- }
270
- table.dataTable tbody th.dt-body-left,
271
- table.dataTable tbody td.dt-body-left {
272
- text-align: left;
273
- }
274
- table.dataTable tbody th.dt-body-center,
275
- table.dataTable tbody td.dt-body-center {
276
- text-align: center;
277
- }
278
- table.dataTable tbody th.dt-body-right,
279
- table.dataTable tbody td.dt-body-right {
280
- text-align: right;
281
- }
282
- table.dataTable tbody th.dt-body-justify,
283
- table.dataTable tbody td.dt-body-justify {
284
- text-align: justify;
285
- }
286
- table.dataTable tbody th.dt-body-nowrap,
287
- table.dataTable tbody td.dt-body-nowrap {
288
- white-space: nowrap;
289
- }
290
-
291
- table.dataTable,
292
- table.dataTable th,
293
- table.dataTable td {
294
- -webkit-box-sizing: content-box;
295
- -moz-box-sizing: content-box;
296
- box-sizing: content-box;
297
- }
298
-
299
- /*
300
- * Control feature layout
301
- */
302
- .dataTables_wrapper {
303
- position: relative;
304
- clear: both;
305
- *zoom: 1;
306
- zoom: 1;
307
- }
308
- .dataTables_wrapper .dataTables_length {
309
- float: left;
310
- }
311
- .dataTables_wrapper .dataTables_filter {
312
- float: right;
313
- text-align: right;
314
- }
315
- .dataTables_wrapper .dataTables_filter input {
316
- margin-left: 0.5em;
317
- }
318
- .dataTables_wrapper .dataTables_info {
319
- clear: both;
320
- float: left;
321
- padding-top: 0.55em;
322
- }
323
- .dataTables_wrapper .dataTables_paginate {
324
- float: right;
325
- text-align: right;
326
- }
327
- .dataTables_wrapper .dataTables_paginate .fg-button {
328
- box-sizing: border-box;
329
- display: inline-block;
330
- min-width: 1.5em;
331
- padding: 0.5em;
332
- margin-left: 2px;
333
- text-align: center;
334
- text-decoration: none !important;
335
- cursor: pointer;
336
- *cursor: hand;
337
- color: #333 !important;
338
- border: 1px solid transparent;
339
- }
340
- .dataTables_wrapper .dataTables_paginate .fg-button:active {
341
- outline: none;
342
- }
343
- .dataTables_wrapper .dataTables_paginate .fg-button:first-child {
344
- border-top-left-radius: 3px;
345
- border-bottom-left-radius: 3px;
346
- }
347
- .dataTables_wrapper .dataTables_paginate .fg-button:last-child {
348
- border-top-right-radius: 3px;
349
- border-bottom-right-radius: 3px;
350
- }
351
- .dataTables_wrapper .dataTables_processing {
352
- position: absolute;
353
- top: 50%;
354
- left: 50%;
355
- width: 100%;
356
- height: 40px;
357
- margin-left: -50%;
358
- margin-top: -25px;
359
- padding-top: 20px;
360
- text-align: center;
361
- font-size: 1.2em;
362
- background-color: white;
363
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
364
- /* Chrome,Safari4+ */
365
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
366
- /* Chrome10+,Safari5.1+ */
367
- background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
368
- /* FF3.6+ */
369
- background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
370
- /* IE10+ */
371
- background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
372
- /* Opera 11.10+ */
373
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
374
- /* W3C */
375
- }
376
- .dataTables_wrapper .dataTables_length,
377
- .dataTables_wrapper .dataTables_filter,
378
- .dataTables_wrapper .dataTables_info,
379
- .dataTables_wrapper .dataTables_processing,
380
- .dataTables_wrapper .dataTables_paginate {
381
- color: #333;
382
- }
383
- .dataTables_wrapper .dataTables_scroll {
384
- clear: both;
385
- }
386
- .dataTables_wrapper .dataTables_scrollBody {
387
- *margin-top: -1px;
388
- -webkit-overflow-scrolling: touch;
389
- }
390
- .dataTables_wrapper .ui-widget-header {
391
- font-weight: normal;
392
- }
393
- .dataTables_wrapper .ui-toolbar {
394
- padding: 8px;
395
- }
396
- .dataTables_wrapper:after {
397
- visibility: hidden;
398
- display: block;
399
- content: "";
400
- clear: both;
401
- height: 0;
402
- }
403
-
404
- @media screen and (max-width: 767px) {
405
- .dataTables_wrapper .dataTables_length,
406
- .dataTables_wrapper .dataTables_filter,
407
- .dataTables_wrapper .dataTables_info,
408
- .dataTables_wrapper .dataTables_paginate {
409
- float: none;
410
- text-align: center;
411
- }
412
- .dataTables_wrapper .dataTables_filter,
413
- .dataTables_wrapper .dataTables_paginate {
414
- margin-top: 0.5em;
415
- }
416
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
common/vendor/datatables/media/images/sort_asc.png DELETED
Binary file
common/vendor/datatables/media/images/sort_asc_disabled.png DELETED
Binary file
common/vendor/datatables/media/images/sort_both.png DELETED
Binary file
common/vendor/datatables/media/images/sort_desc.png DELETED
Binary file
common/vendor/datatables/media/images/sort_desc_disabled.png DELETED
Binary file
common/vendor/datatables/media/js/jquery.dataTables.js DELETED
@@ -1,15278 +0,0 @@
1
- /*! DataTables 1.10.12
2
- * ©2008-2015 SpryMedia Ltd - datatables.net/license
3
- */
4
-
5
- /**
6
- * @summary DataTables
7
- * @description Paginate, search and order HTML tables
8
- * @version 1.10.12
9
- * @file jquery.dataTables.js
10
- * @author SpryMedia Ltd (www.sprymedia.co.uk)
11
- * @contact www.sprymedia.co.uk/contact
12
- * @copyright Copyright 2008-2015 SpryMedia Ltd.
13
- *
14
- * This source file is free software, available under the following license:
15
- * MIT license - http://datatables.net/license
16
- *
17
- * This source file is distributed in the hope that it will be useful, but
18
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19
- * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details.
20
- *
21
- * For details please refer to: http://www.datatables.net
22
- */
23
-
24
- /*jslint evil: true, undef: true, browser: true */
25
- /*globals $,require,jQuery,define,_selector_run,_selector_opts,_selector_first,_selector_row_indexes,_ext,_Api,_api_register,_api_registerPlural,_re_new_lines,_re_html,_re_formatted_numeric,_re_escape_regex,_empty,_intVal,_numToDecimal,_isNumber,_isHtml,_htmlNumeric,_pluck,_pluck_order,_range,_stripHtml,_unique,_fnBuildAjax,_fnAjaxUpdate,_fnAjaxParameters,_fnAjaxUpdateDraw,_fnAjaxDataSrc,_fnAddColumn,_fnColumnOptions,_fnAdjustColumnSizing,_fnVisibleToColumnIndex,_fnColumnIndexToVisible,_fnVisbleColumns,_fnGetColumns,_fnColumnTypes,_fnApplyColumnDefs,_fnHungarianMap,_fnCamelToHungarian,_fnLanguageCompat,_fnBrowserDetect,_fnAddData,_fnAddTr,_fnNodeToDataIndex,_fnNodeToColumnIndex,_fnGetCellData,_fnSetCellData,_fnSplitObjNotation,_fnGetObjectDataFn,_fnSetObjectDataFn,_fnGetDataMaster,_fnClearTable,_fnDeleteIndex,_fnInvalidate,_fnGetRowElements,_fnCreateTr,_fnBuildHead,_fnDrawHead,_fnDraw,_fnReDraw,_fnAddOptionsHtml,_fnDetectHeader,_fnGetUniqueThs,_fnFeatureHtmlFilter,_fnFilterComplete,_fnFilterCustom,_fnFilterColumn,_fnFilter,_fnFilterCreateSearch,_fnEscapeRegex,_fnFilterData,_fnFeatureHtmlInfo,_fnUpdateInfo,_fnInfoMacros,_fnInitialise,_fnInitComplete,_fnLengthChange,_fnFeatureHtmlLength,_fnFeatureHtmlPaginate,_fnPageChange,_fnFeatureHtmlProcessing,_fnProcessingDisplay,_fnFeatureHtmlTable,_fnScrollDraw,_fnApplyToChildren,_fnCalculateColumnWidths,_fnThrottle,_fnConvertToWidth,_fnGetWidestNode,_fnGetMaxLenString,_fnStringToCss,_fnSortFlatten,_fnSort,_fnSortAria,_fnSortListener,_fnSortAttachListener,_fnSortingClasses,_fnSortData,_fnSaveState,_fnLoadState,_fnSettingsFromNode,_fnLog,_fnMap,_fnBindAction,_fnCallbackReg,_fnCallbackFire,_fnLengthOverflow,_fnRenderer,_fnDataSource,_fnRowAttributes*/
26
-
27
- (function( factory ) {
28
- "use strict";
29
-
30
- if ( typeof define === 'function' && define.amd ) {
31
- // AMD
32
- define( ['jquery'], function ( $ ) {
33
- return factory( $, window, document );
34
- } );
35
- }
36
- else if ( typeof exports === 'object' ) {
37
- // CommonJS
38
- module.exports = function (root, $) {
39
- if ( ! root ) {
40
- // CommonJS environments without a window global must pass a
41
- // root. This will give an error otherwise
42
- root = window;
43
- }
44
-
45
- if ( ! $ ) {
46
- $ = typeof window !== 'undefined' ? // jQuery's factory checks for a global window
47
- require('jquery') :
48
- require('jquery')( root );
49
- }
50
-
51
- return factory( $, root, root.document );
52
- };
53
- }
54
- else {
55
- // Browser
56
- factory( jQuery, window, document );
57
- }
58
- }
59
- (function( $, window, document, undefined ) {
60
- "use strict";
61
-
62
- /**
63
- * DataTables is a plug-in for the jQuery Javascript library. It is a highly
64
- * flexible tool, based upon the foundations of progressive enhancement,
65
- * which will add advanced interaction controls to any HTML table. For a
66
- * full list of features please refer to
67
- * [DataTables.net](href="http://datatables.net).
68
- *
69
- * Note that the `DataTable` object is not a global variable but is aliased
70
- * to `jQuery.fn.DataTable` and `jQuery.fn.dataTable` through which it may
71
- * be accessed.
72
- *
73
- * @class
74
- * @param {object} [init={}] Configuration object for DataTables. Options
75
- * are defined by {@link DataTable.defaults}
76
- * @requires jQuery 1.7+
77
- *
78
- * @example
79
- * // Basic initialisation
80
- * $(document).ready( function {
81
- * $('#example').dataTable();
82
- * } );
83
- *
84
- * @example
85
- * // Initialisation with configuration options - in this case, disable
86
- * // pagination and sorting.
87
- * $(document).ready( function {
88
- * $('#example').dataTable( {
89
- * "paginate": false,
90
- * "sort": false
91
- * } );
92
- * } );
93
- */
94
- var DataTable = function ( options )
95
- {
96
- /**
97
- * Perform a jQuery selector action on the table's TR elements (from the tbody) and
98
- * return the resulting jQuery object.
99
- * @param {string|node|jQuery} sSelector jQuery selector or node collection to act on
100
- * @param {object} [oOpts] Optional parameters for modifying the rows to be included
101
- * @param {string} [oOpts.filter=none] Select TR elements that meet the current filter
102
- * criterion ("applied") or all TR elements (i.e. no filter).
103
- * @param {string} [oOpts.order=current] Order of the TR elements in the processed array.
104
- * Can be either 'current', whereby the current sorting of the table is used, or
105
- * 'original' whereby the original order the data was read into the table is used.
106
- * @param {string} [oOpts.page=all] Limit the selection to the currently displayed page
107
- * ("current") or not ("all"). If 'current' is given, then order is assumed to be
108
- * 'current' and filter is 'applied', regardless of what they might be given as.
109
- * @returns {object} jQuery object, filtered by the given selector.
110
- * @dtopt API
111
- * @deprecated Since v1.10
112
- *
113
- * @example
114
- * $(document).ready(function() {
115
- * var oTable = $('#example').dataTable();
116
- *
117
- * // Highlight every second row
118
- * oTable.$('tr:odd').css('backgroundColor', 'blue');
119
- * } );
120
- *
121
- * @example
122
- * $(document).ready(function() {
123
- * var oTable = $('#example').dataTable();
124
- *
125
- * // Filter to rows with 'Webkit' in them, add a background colour and then
126
- * // remove the filter, thus highlighting the 'Webkit' rows only.
127
- * oTable.fnFilter('Webkit');
128
- * oTable.$('tr', {"search": "applied"}).css('backgroundColor', 'blue');
129
- * oTable.fnFilter('');
130
- * } );
131
- */
132
- this.$ = function ( sSelector, oOpts )
133
- {
134
- return this.api(true).$( sSelector, oOpts );
135
- };
136
-
137
-
138
- /**
139
- * Almost identical to $ in operation, but in this case returns the data for the matched
140
- * rows - as such, the jQuery selector used should match TR row nodes or TD/TH cell nodes
141
- * rather than any descendants, so the data can be obtained for the row/cell. If matching
142
- * rows are found, the data returned is the original data array/object that was used to
143
- * create the row (or a generated array if from a DOM source).
144
- *
145
- * This method is often useful in-combination with $ where both functions are given the
146
- * same parameters and the array indexes will match identically.
147
- * @param {string|node|jQuery} sSelector jQuery selector or node collection to act on
148
- * @param {object} [oOpts] Optional parameters for modifying the rows to be included
149
- * @param {string} [oOpts.filter=none] Select elements that meet the current filter
150
- * criterion ("applied") or all elements (i.e. no filter).
151
- * @param {string} [oOpts.order=current] Order of the data in the processed array.
152
- * Can be either 'current', whereby the current sorting of the table is used, or
153
- * 'original' whereby the original order the data was read into the table is used.
154
- * @param {string} [oOpts.page=all] Limit the selection to the currently displayed page
155
- * ("current") or not ("all"). If 'current' is given, then order is assumed to be
156
- * 'current' and filter is 'applied', regardless of what they might be given as.
157
- * @returns {array} Data for the matched elements. If any elements, as a result of the
158
- * selector, were not TR, TD or TH elements in the DataTable, they will have a null
159
- * entry in the array.
160
- * @dtopt API
161
- * @deprecated Since v1.10
162
- *
163
- * @example
164
- * $(document).ready(function() {
165
- * var oTable = $('#example').dataTable();
166
- *
167
- * // Get the data from the first row in the table
168
- * var data = oTable._('tr:first');
169
- *
170
- * // Do something useful with the data
171
- * alert( "First cell is: "+data[0] );
172
- * } );
173
- *
174
- * @example
175
- * $(document).ready(function() {
176
- * var oTable = $('#example').dataTable();
177
- *
178
- * // Filter to 'Webkit' and get all data for
179
- * oTable.fnFilter('Webkit');
180
- * var data = oTable._('tr', {"search": "applied"});
181
- *
182
- * // Do something with the data
183
- * alert( data.length+" rows matched the search" );
184
- * } );
185
- */
186
- this._ = function ( sSelector, oOpts )
187
- {
188
- return this.api(true).rows( sSelector, oOpts ).data();
189
- };
190
-
191
-
192
- /**
193
- * Create a DataTables Api instance, with the currently selected tables for
194
- * the Api's context.
195
- * @param {boolean} [traditional=false] Set the API instance's context to be
196
- * only the table referred to by the `DataTable.ext.iApiIndex` option, as was
197
- * used in the API presented by DataTables 1.9- (i.e. the traditional mode),
198
- * or if all tables captured in the jQuery object should be used.
199
- * @return {DataTables.Api}
200
- */
201
- this.api = function ( traditional )
202
- {
203
- return traditional ?
204
- new _Api(
205
- _fnSettingsFromNode( this[ _ext.iApiIndex ] )
206
- ) :
207
- new _Api( this );
208
- };
209
-
210
-
211
- /**
212
- * Add a single new row or multiple rows of data to the table. Please note
213
- * that this is suitable for client-side processing only - if you are using
214
- * server-side processing (i.e. "bServerSide": true), then to add data, you
215
- * must add it to the data source, i.e. the server-side, through an Ajax call.
216
- * @param {array|object} data The data to be added to the table. This can be:
217
- * <ul>
218
- * <li>1D array of data - add a single row with the data provided</li>
219
- * <li>2D array of arrays - add multiple rows in a single call</li>
220
- * <li>object - data object when using <i>mData</i></li>
221
- * <li>array of objects - multiple data objects when using <i>mData</i></li>
222
- * </ul>
223
- * @param {bool} [redraw=true] redraw the table or not
224
- * @returns {array} An array of integers, representing the list of indexes in
225
- * <i>aoData</i> ({@link DataTable.models.oSettings}) that have been added to
226
- * the table.
227
- * @dtopt API
228
- * @deprecated Since v1.10
229
- *
230
- * @example
231
- * // Global var for counter
232
- * var giCount = 2;
233
- *
234
- * $(document).ready(function() {
235
- * $('#example').dataTable();
236
- * } );
237
- *
238
- * function fnClickAddRow() {
239
- * $('#example').dataTable().fnAddData( [
240
- * giCount+".1",
241
- * giCount+".2",
242
- * giCount+".3",
243
- * giCount+".4" ]
244
- * );
245
- *
246
- * giCount++;
247
- * }
248
- */
249
- this.fnAddData = function( data, redraw )
250
- {
251
- var api = this.api( true );
252
-
253
- /* Check if we want to add multiple rows or not */
254
- var rows = $.isArray(data) && ( $.isArray(data[0]) || $.isPlainObject(data[0]) ) ?
255
- api.rows.add( data ) :
256
- api.row.add( data );
257
-
258
- if ( redraw === undefined || redraw ) {
259
- api.draw();
260
- }
261
-
262
- return rows.flatten().toArray();
263
- };
264
-
265
-
266
- /**
267
- * This function will make DataTables recalculate the column sizes, based on the data
268
- * contained in the table and the sizes applied to the columns (in the DOM, CSS or
269
- * through the sWidth parameter). This can be useful when the width of the table's
270
- * parent element changes (for example a window resize).
271
- * @param {boolean} [bRedraw=true] Redraw the table or not, you will typically want to
272
- * @dtopt API
273
- * @deprecated Since v1.10
274
- *
275
- * @example
276
- * $(document).ready(function() {
277
- * var oTable = $('#example').dataTable( {
278
- * "sScrollY": "200px",
279
- * "bPaginate": false
280
- * } );
281
- *
282
- * $(window).bind('resize', function () {
283
- * oTable.fnAdjustColumnSizing();
284
- * } );
285
- * } );
286
- */
287
- this.fnAdjustColumnSizing = function ( bRedraw )
288
- {
289
- var api = this.api( true ).columns.adjust();
290
- var settings = api.settings()[0];
291
- var scroll = settings.oScroll;
292
-
293
- if ( bRedraw === undefined || bRedraw ) {
294
- api.draw( false );
295
- }
296
- else if ( scroll.sX !== "" || scroll.sY !== "" ) {
297
- /* If not redrawing, but scrolling, we want to apply the new column sizes anyway */
298
- _fnScrollDraw( settings );
299
- }
300
- };
301
-
302
-
303
- /**
304
- * Quickly and simply clear a table
305
- * @param {bool} [bRedraw=true] redraw the table or not
306
- * @dtopt API
307
- * @deprecated Since v1.10
308
- *
309
- * @example
310
- * $(document).ready(function() {
311
- * var oTable = $('#example').dataTable();
312
- *
313
- * // Immediately 'nuke' the current rows (perhaps waiting for an Ajax callback...)
314
- * oTable.fnClearTable();
315
- * } );
316
- */
317
- this.fnClearTable = function( bRedraw )
318
- {
319
- var api = this.api( true ).clear();
320
-
321
- if ( bRedraw === undefined || bRedraw ) {
322
- api.draw();
323
- }
324
- };
325
-
326
-
327
- /**
328
- * The exact opposite of 'opening' a row, this function will close any rows which
329
- * are currently 'open'.
330
- * @param {node} nTr the table row to 'close'
331
- * @returns {int} 0 on success, or 1 if failed (can't find the row)
332
- * @dtopt API
333
- * @deprecated Since v1.10
334
- *
335
- * @example
336
- * $(document).ready(function() {
337
- * var oTable;
338
- *
339
- * // 'open' an information row when a row is clicked on
340
- * $('#example tbody tr').click( function () {
341
- * if ( oTable.fnIsOpen(this) ) {
342
- * oTable.fnClose( this );
343
- * } else {
344
- * oTable.fnOpen( this, "Temporary row opened", "info_row" );
345
- * }
346
- * } );
347
- *
348
- * oTable = $('#example').dataTable();
349
- * } );
350
- */
351
- this.fnClose = function( nTr )
352
- {
353
- this.api( true ).row( nTr ).child.hide();
354
- };
355
-
356
-
357
- /**
358
- * Remove a row for the table
359
- * @param {mixed} target The index of the row from aoData to be deleted, or
360
- * the TR element you want to delete
361
- * @param {function|null} [callBack] Callback function
362
- * @param {bool} [redraw=true] Redraw the table or not
363
- * @returns {array} The row that was deleted
364
- * @dtopt API
365
- * @deprecated Since v1.10
366
- *
367
- * @example
368
- * $(document).ready(function() {
369
- * var oTable = $('#example').dataTable();
370
- *
371
- * // Immediately remove the first row
372
- * oTable.fnDeleteRow( 0 );
373
- * } );
374
- */
375
- this.fnDeleteRow = function( target, callback, redraw )
376
- {
377
- var api = this.api( true );
378
- var rows = api.rows( target );
379
- var settings = rows.settings()[0];
380
- var data = settings.aoData[ rows[0][0] ];
381
-
382
- rows.remove();
383
-
384
- if ( callback ) {
385
- callback.call( this, settings, data );
386
- }
387
-
388
- if ( redraw === undefined || redraw ) {
389
- api.draw();
390
- }
391
-
392
- return data;
393
- };
394
-
395
-
396
- /**
397
- * Restore the table to it's original state in the DOM by removing all of DataTables
398
- * enhancements, alterations to the DOM structure of the table and event listeners.
399
- * @param {boolean} [remove=false] Completely remove the table from the DOM
400
- * @dtopt API
401
- * @deprecated Since v1.10
402
- *
403
- * @example
404
- * $(document).ready(function() {
405
- * // This example is fairly pointless in reality, but shows how fnDestroy can be used
406
- * var oTable = $('#example').dataTable();
407
- * oTable.fnDestroy();
408
- * } );
409
- */
410
- this.fnDestroy = function ( remove )
411
- {
412
- this.api( true ).destroy( remove );
413
- };
414
-
415
-
416
- /**
417
- * Redraw the table
418
- * @param {bool} [complete=true] Re-filter and resort (if enabled) the table before the draw.
419
- * @dtopt API
420
- * @deprecated Since v1.10
421
- *
422
- * @example
423
- * $(document).ready(function() {
424
- * var oTable = $('#example').dataTable();
425
- *
426
- * // Re-draw the table - you wouldn't want to do it here, but it's an example :-)
427
- * oTable.fnDraw();
428
- * } );
429
- */
430
- this.fnDraw = function( complete )
431
- {
432
- // Note that this isn't an exact match to the old call to _fnDraw - it takes
433
- // into account the new data, but can hold position.
434
- this.api( true ).draw( complete );
435
- };
436
-
437
-
438
- /**
439
- * Filter the input based on data
440
- * @param {string} sInput String to filter the table on
441
- * @param {int|null} [iColumn] Column to limit filtering to
442
- * @param {bool} [bRegex=false] Treat as regular expression or not
443
- * @param {bool} [bSmart=true] Perform smart filtering or not
444
- * @param {bool} [bShowGlobal=true] Show the input global filter in it's input box(es)
445
- * @param {bool} [bCaseInsensitive=true] Do case-insensitive matching (true) or not (false)
446
- * @dtopt API
447
- * @deprecated Since v1.10
448
- *
449
- * @example
450
- * $(document).ready(function() {
451
- * var oTable = $('#example').dataTable();
452
- *
453
- * // Sometime later - filter...
454
- * oTable.fnFilter( 'test string' );
455
- * } );
456
- */
457
- this.fnFilter = function( sInput, iColumn, bRegex, bSmart, bShowGlobal, bCaseInsensitive )
458
- {
459
- var api = this.api( true );
460
-
461
- if ( iColumn === null || iColumn === undefined ) {
462
- api.search( sInput, bRegex, bSmart, bCaseInsensitive );
463
- }
464
- else {
465
- api.column( iColumn ).search( sInput, bRegex, bSmart, bCaseInsensitive );
466
- }
467
-
468
- api.draw();
469
- };
470
-
471
-
472
- /**
473
- * Get the data for the whole table, an individual row or an individual cell based on the
474
- * provided parameters.
475
- * @param {int|node} [src] A TR row node, TD/TH cell node or an integer. If given as
476
- * a TR node then the data source for the whole row will be returned. If given as a
477
- * TD/TH cell node then iCol will be automatically calculated and the data for the
478
- * cell returned. If given as an integer, then this is treated as the aoData internal
479
- * data index for the row (see fnGetPosition) and the data for that row used.
480
- * @param {int} [col] Optional column index that you want the data of.
481
- * @returns {array|object|string} If mRow is undefined, then the data for all rows is
482
- * returned. If mRow is defined, just data for that row, and is iCol is
483
- * defined, only data for the designated cell is returned.
484
- * @dtopt API
485
- * @deprecated Since v1.10
486
- *
487
- * @example
488
- * // Row data
489
- * $(document).ready(function() {
490
- * oTable = $('#example').dataTable();
491
- *
492
- * oTable.$('tr').click( function () {
493
- * var data = oTable.fnGetData( this );
494
- * // ... do something with the array / object of data for the row
495
- * } );
496
- * } );
497
- *
498
- * @example
499
- * // Individual cell data
500
- * $(document).ready(function() {
501
- * oTable = $('#example').dataTable();
502
- *
503
- * oTable.$('td').click( function () {
504
- * var sData = oTable.fnGetData( this );
505
- * alert( 'The cell clicked on had the value of '+sData );
506
- * } );
507
- * } );
508
- */
509
- this.fnGetData = function( src, col )
510
- {
511
- var api = this.api( true );
512
-
513
- if ( src !== undefined ) {
514
- var type = src.nodeName ? src.nodeName.toLowerCase() : '';
515
-
516
- return col !== undefined || type == 'td' || type == 'th' ?
517
- api.cell( src, col ).data() :
518
- api.row( src ).data() || null;
519
- }
520
-
521
- return api.data().toArray();
522
- };
523
-
524
-
525
- /**
526
- * Get an array of the TR nodes that are used in the table's body. Note that you will
527
- * typically want to use the '$' API method in preference to this as it is more
528
- * flexible.
529
- * @param {int} [iRow] Optional row index for the TR element you want
530
- * @returns {array|node} If iRow is undefined, returns an array of all TR elements
531
- * in the table's body, or iRow is defined, just the TR element requested.
532
- * @dtopt API
533
- * @deprecated Since v1.10
534
- *
535
- * @example
536
- * $(document).ready(function() {
537
- * var oTable = $('#example').dataTable();
538
- *
539
- * // Get the nodes from the table
540
- * var nNodes = oTable.fnGetNodes( );
541
- * } );
542
- */
543
- this.fnGetNodes = function( iRow )
544
- {
545
- var api = this.api( true );
546
-
547
- return iRow !== undefined ?
548
- api.row( iRow ).node() :
549
- api.rows().nodes().flatten().toArray();
550
- };
551
-
552
-
553
- /**
554
- * Get the array indexes of a particular cell from it's DOM element
555
- * and column index including hidden columns
556
- * @param {node} node this can either be a TR, TD or TH in the table's body
557
- * @returns {int} If nNode is given as a TR, then a single index is returned, or
558
- * if given as a cell, an array of [row index, column index (visible),
559
- * column index (all)] is given.
560
- * @dtopt API
561
- * @deprecated Since v1.10
562
- *
563
- * @example
564
- * $(document).ready(function() {
565
- * $('#example tbody td').click( function () {
566
- * // Get the position of the current data from the node
567
- * var aPos = oTable.fnGetPosition( this );
568
- *
569
- * // Get the data array for this row
570
- * var aData = oTable.fnGetData( aPos[0] );
571
- *
572
- * // Update the data array and return the value
573
- * aData[ aPos[1] ] = 'clicked';
574
- * this.innerHTML = 'clicked';
575
- * } );
576
- *
577
- * // Init DataTables
578
- * oTable = $('#example').dataTable();
579
- * } );
580
- */
581
- this.fnGetPosition = function( node )
582
- {
583
- var api = this.api( true );
584
- var nodeName = node.nodeName.toUpperCase();
585
-
586
- if ( nodeName == 'TR' ) {
587
- return api.row( node ).index();
588
- }
589
- else if ( nodeName == 'TD' || nodeName == 'TH' ) {
590
- var cell = api.cell( node ).index();
591
-
592
- return [
593
- cell.row,
594
- cell.columnVisible,
595
- cell.column
596
- ];
597
- }
598
- return null;
599
- };
600
-
601
-
602
- /**
603
- * Check to see if a row is 'open' or not.
604
- * @param {node} nTr the table row to check
605
- * @returns {boolean} true if the row is currently open, false otherwise
606
- * @dtopt API
607
- * @deprecated Since v1.10
608
- *
609
- * @example
610
- * $(document).ready(function() {
611
- * var oTable;
612
- *
613
- * // 'open' an information row when a row is clicked on
614
- * $('#example tbody tr').click( function () {
615
- * if ( oTable.fnIsOpen(this) ) {
616
- * oTable.fnClose( this );
617
- * } else {
618
- * oTable.fnOpen( this, "Temporary row opened", "info_row" );
619
- * }
620
- * } );
621
- *
622
- * oTable = $('#example').dataTable();
623
- * } );
624
- */
625
- this.fnIsOpen = function( nTr )
626
- {
627
- return this.api( true ).row( nTr ).child.isShown();
628
- };
629
-
630
-
631
- /**
632
- * This function will place a new row directly after a row which is currently
633
- * on display on the page, with the HTML contents that is passed into the
634
- * function. This can be used, for example, to ask for confirmation that a
635
- * particular record should be deleted.
636
- * @param {node} nTr The table row to 'open'
637
- * @param {string|node|jQuery} mHtml The HTML to put into the row
638
- * @param {string} sClass Class to give the new TD cell
639
- * @returns {node} The row opened. Note that if the table row passed in as the
640
- * first parameter, is not found in the table, this method will silently
641
- * return.
642
- * @dtopt API
643
- * @deprecated Since v1.10
644
- *
645
- * @example
646
- * $(document).ready(function() {
647
- * var oTable;
648
- *
649
- * // 'open' an information row when a row is clicked on
650
- * $('#example tbody tr').click( function () {
651
- * if ( oTable.fnIsOpen(this) ) {
652
- * oTable.fnClose( this );
653
- * } else {
654
- * oTable.fnOpen( this, "Temporary row opened", "info_row" );
655
- * }
656
- * } );
657
- *
658
- * oTable = $('#example').dataTable();
659
- * } );
660
- */
661
- this.fnOpen = function( nTr, mHtml, sClass )
662
- {
663
- return this.api( true )
664
- .row( nTr )
665
- .child( mHtml, sClass )
666
- .show()
667
- .child()[0];
668
- };
669
-
670
-
671
- /**
672
- * Change the pagination - provides the internal logic for pagination in a simple API
673
- * function. With this function you can have a DataTables table go to the next,
674
- * previous, first or last pages.
675
- * @param {string|int} mAction Paging action to take: "first", "previous", "next" or "last"
676
- * or page number to jump to (integer), note that page 0 is the first page.
677
- * @param {bool} [bRedraw=true] Redraw the table or not
678
- * @dtopt API
679
- * @deprecated Since v1.10
680
- *
681
- * @example
682
- * $(document).ready(function() {
683
- * var oTable = $('#example').dataTable();
684
- * oTable.fnPageChange( 'next' );
685
- * } );
686
- */
687
- this.fnPageChange = function ( mAction, bRedraw )
688
- {
689
- var api = this.api( true ).page( mAction );
690
-
691
- if ( bRedraw === undefined || bRedraw ) {
692
- api.draw(false);
693
- }
694
- };
695
-
696
-
697
- /**
698
- * Show a particular column
699
- * @param {int} iCol The column whose display should be changed
700
- * @param {bool} bShow Show (true) or hide (false) the column
701
- * @param {bool} [bRedraw=true] Redraw the table or not
702
- * @dtopt API
703
- * @deprecated Since v1.10
704
- *
705
- * @example
706
- * $(document).ready(function() {
707
- * var oTable = $('#example').dataTable();
708
- *
709
- * // Hide the second column after initialisation
710
- * oTable.fnSetColumnVis( 1, false );
711
- * } );
712
- */
713
- this.fnSetColumnVis = function ( iCol, bShow, bRedraw )
714
- {
715
- var api = this.api( true ).column( iCol ).visible( bShow );
716
-
717
- if ( bRedraw === undefined || bRedraw ) {
718
- api.columns.adjust().draw();
719
- }
720
- };
721
-
722
-
723
- /**
724
- * Get the settings for a particular table for external manipulation
725
- * @returns {object} DataTables settings object. See
726
- * {@link DataTable.models.oSettings}
727
- * @dtopt API
728
- * @deprecated Since v1.10
729
- *
730
- * @example
731
- * $(document).ready(function() {
732
- * var oTable = $('#example').dataTable();
733
- * var oSettings = oTable.fnSettings();
734
- *
735
- * // Show an example parameter from the settings
736
- * alert( oSettings._iDisplayStart );
737
- * } );
738
- */
739
- this.fnSettings = function()
740
- {
741
- return _fnSettingsFromNode( this[_ext.iApiIndex] );
742
- };
743
-
744
-
745
- /**
746
- * Sort the table by a particular column
747
- * @param {int} iCol the data index to sort on. Note that this will not match the
748
- * 'display index' if you have hidden data entries
749
- * @dtopt API
750
- * @deprecated Since v1.10
751
- *
752
- * @example
753
- * $(document).ready(function() {
754
- * var oTable = $('#example').dataTable();
755
- *
756
- * // Sort immediately with columns 0 and 1
757
- * oTable.fnSort( [ [0,'asc'], [1,'asc'] ] );
758
- * } );
759
- */
760
- this.fnSort = function( aaSort )
761
- {
762
- this.api( true ).order( aaSort ).draw();
763
- };
764
-
765
-
766
- /**
767
- * Attach a sort listener to an element for a given column
768
- * @param {node} nNode the element to attach the sort listener to
769
- * @param {int} iColumn the column that a click on this node will sort on
770
- * @param {function} [fnCallback] callback function when sort is run
771
- * @dtopt API
772
- * @deprecated Since v1.10
773
- *
774
- * @example
775
- * $(document).ready(function() {
776
- * var oTable = $('#example').dataTable();
777
- *
778
- * // Sort on column 1, when 'sorter' is clicked on
779
- * oTable.fnSortListener( document.getElementById('sorter'), 1 );
780
- * } );
781
- */
782
- this.fnSortListener = function( nNode, iColumn, fnCallback )
783
- {
784
- this.api( true ).order.listener( nNode, iColumn, fnCallback );
785
- };
786
-
787
-
788
- /**
789
- * Update a table cell or row - this method will accept either a single value to
790
- * update the cell with, an array of values with one element for each column or
791
- * an object in the same format as the original data source. The function is
792
- * self-referencing in order to make the multi column updates easier.
793
- * @param {object|array|string} mData Data to update the cell/row with
794
- * @param {node|int} mRow TR element you want to update or the aoData index
795
- * @param {int} [iColumn] The column to update, give as null or undefined to
796
- * update a whole row.
797
- * @param {bool} [bRedraw=true] Redraw the table or not
798
- * @param {bool} [bAction=true] Perform pre-draw actions or not
799
- * @returns {int} 0 on success, 1 on error
800
- * @dtopt API
801
- * @deprecated Since v1.10
802
- *
803
- * @example
804
- * $(document).ready(function() {
805
- * var oTable = $('#example').dataTable();
806
- * oTable.fnUpdate( 'Example update', 0, 0 ); // Single cell
807
- * oTable.fnUpdate( ['a', 'b', 'c', 'd', 'e'], $('tbody tr')[0] ); // Row
808
- * } );
809
- */
810
- this.fnUpdate = function( mData, mRow, iColumn, bRedraw, bAction )
811
- {
812
- var api = this.api( true );
813
-
814
- if ( iColumn === undefined || iColumn === null ) {
815
- api.row( mRow ).data( mData );
816
- }
817
- else {
818
- api.cell( mRow, iColumn ).data( mData );
819
- }
820
-
821
- if ( bAction === undefined || bAction ) {
822
- api.columns.adjust();
823
- }
824
-
825
- if ( bRedraw === undefined || bRedraw ) {
826
- api.draw();
827
- }
828
- return 0;
829
- };
830
-
831
-
832
- /**
833
- * Provide a common method for plug-ins to check the version of DataTables being used, in order
834
- * to ensure compatibility.
835
- * @param {string} sVersion Version string to check for, in the format "X.Y.Z". Note that the
836
- * formats "X" and "X.Y" are also acceptable.
837
- * @returns {boolean} true if this version of DataTables is greater or equal to the required
838
- * version, or false if this version of DataTales is not suitable
839
- * @method
840
- * @dtopt API
841
- * @deprecated Since v1.10
842
- *
843
- * @example
844
- * $(document).ready(function() {
845
- * var oTable = $('#example').dataTable();
846
- * alert( oTable.fnVersionCheck( '1.9.0' ) );
847
- * } );
848
- */
849
- this.fnVersionCheck = _ext.fnVersionCheck;
850
-
851
-
852
- var _that = this;
853
- var emptyInit = options === undefined;
854
- var len = this.length;
855
-
856
- if ( emptyInit ) {
857
- options = {};
858
- }
859
-
860
- this.oApi = this.internal = _ext.internal;
861
-
862
- // Extend with old style plug-in API methods
863
- for ( var fn in DataTable.ext.internal ) {
864
- if ( fn ) {
865
- this[fn] = _fnExternApiFunc(fn);
866
- }
867
- }
868
-
869
- this.each(function() {
870
- // For each initialisation we want to give it a clean initialisation
871
- // object that can be bashed around
872
- var o = {};
873
- var oInit = len > 1 ? // optimisation for single table case
874
- _fnExtend( o, options, true ) :
875
- options;
876
-
877
- /*global oInit,_that,emptyInit*/
878
- var i=0, iLen, j, jLen, k, kLen;
879
- var sId = this.getAttribute( 'id' );
880
- var bInitHandedOff = false;
881
- var defaults = DataTable.defaults;
882
- var $this = $(this);
883
-
884
-
885
- /* Sanity check */
886
- if ( this.nodeName.toLowerCase() != 'table' )
887
- {
888
- _fnLog( null, 0, 'Non-table node initialisation ('+this.nodeName+')', 2 );
889
- return;
890
- }
891
-
892
- /* Backwards compatibility for the defaults */
893
- _fnCompatOpts( defaults );
894
- _fnCompatCols( defaults.column );
895
-
896
- /* Convert the camel-case defaults to Hungarian */
897
- _fnCamelToHungarian( defaults, defaults, true );
898
- _fnCamelToHungarian( defaults.column, defaults.column, true );
899
-
900
- /* Setting up the initialisation object */
901
- _fnCamelToHungarian( defaults, $.extend( oInit, $this.data() ) );
902
-
903
-
904
-
905
- /* Check to see if we are re-initialising a table */
906
- var allSettings = DataTable.settings;
907
- for ( i=0, iLen=allSettings.length ; i<iLen ; i++ )
908
- {
909
- var s = allSettings[i];
910
-
911
- /* Base check on table node */
912
- if ( s.nTable == this || s.nTHead.parentNode == this || (s.nTFoot && s.nTFoot.parentNode == this) )
913
- {
914
- var bRetrieve = oInit.bRetrieve !== undefined ? oInit.bRetrieve : defaults.bRetrieve;
915
- var bDestroy = oInit.bDestroy !== undefined ? oInit.bDestroy : defaults.bDestroy;
916
-
917
- if ( emptyInit || bRetrieve )
918
- {
919
- return s.oInstance;
920
- }
921
- else if ( bDestroy )
922
- {
923
- s.oInstance.fnDestroy();
924
- break;
925
- }
926
- else
927
- {
928
- _fnLog( s, 0, 'Cannot reinitialise DataTable', 3 );
929
- return;
930
- }
931
- }
932
-
933
- /* If the element we are initialising has the same ID as a table which was previously
934
- * initialised, but the table nodes don't match (from before) then we destroy the old
935
- * instance by simply deleting it. This is under the assumption that the table has been
936
- * destroyed by other methods. Anyone using non-id selectors will need to do this manually
937
- */
938
- if ( s.sTableId == this.id )
939
- {
940
- allSettings.splice( i, 1 );
941
- break;
942
- }
943
- }
944
-
945
- /* Ensure the table has an ID - required for accessibility */
946
- if ( sId === null || sId === "" )
947
- {
948
- sId = "DataTables_Table_"+(DataTable.ext._unique++);
949
- this.id = sId;
950
- }
951
-
952
- /* Create the settings object for this table and set some of the default parameters */
953
- var oSettings = $.extend( true, {}, DataTable.models.oSettings, {
954
- "sDestroyWidth": $this[0].style.width,
955
- "sInstance": sId,
956
- "sTableId": sId
957
- } );
958
- oSettings.nTable = this;
959
- oSettings.oApi = _that.internal;
960
- oSettings.oInit = oInit;
961
-
962
- allSettings.push( oSettings );
963
-
964
- // Need to add the instance after the instance after the settings object has been added
965
- // to the settings array, so we can self reference the table instance if more than one
966
- oSettings.oInstance = (_that.length===1) ? _that : $this.dataTable();
967
-
968
- // Backwards compatibility, before we apply all the defaults
969
- _fnCompatOpts( oInit );
970
-
971
- if ( oInit.oLanguage )
972
- {
973
- _fnLanguageCompat( oInit.oLanguage );
974
- }
975
-
976
- // If the length menu is given, but the init display length is not, use the length menu
977
- if ( oInit.aLengthMenu && ! oInit.iDisplayLength )
978
- {
979
- oInit.iDisplayLength = $.isArray( oInit.aLengthMenu[0] ) ?
980
- oInit.aLengthMenu[0][0] : oInit.aLengthMenu[0];
981
- }
982
-
983
- // Apply the defaults and init options to make a single init object will all
984
- // options defined from defaults and instance options.
985
- oInit = _fnExtend( $.extend( true, {}, defaults ), oInit );
986
-
987
-
988
- // Map the initialisation options onto the settings object
989
- _fnMap( oSettings.oFeatures, oInit, [
990
- "bPaginate",
991
- "bLengthChange",
992
- "bFilter",
993
- "bSort",
994
- "bSortMulti",
995
- "bInfo",
996
- "bProcessing",
997
- "bAutoWidth",
998
- "bSortClasses",
999
- "bServerSide",
1000
- "bDeferRender"
1001
- ] );
1002
- _fnMap( oSettings, oInit, [
1003
- "asStripeClasses",
1004
- "ajax",
1005
- "fnServerData",
1006
- "fnFormatNumber",
1007
- "sServerMethod",
1008
- "aaSorting",
1009
- "aaSortingFixed",
1010
- "aLengthMenu",
1011
- "sPaginationType",
1012
- "sAjaxSource",
1013
- "sAjaxDataProp",
1014
- "iStateDuration",
1015
- "sDom",
1016
- "bSortCellsTop",
1017
- "iTabIndex",
1018
- "fnStateLoadCallback",
1019
- "fnStateSaveCallback",
1020
- "renderer",
1021
- "searchDelay",
1022
- "rowId",
1023
- [ "iCookieDuration", "iStateDuration" ], // backwards compat
1024
- [ "oSearch", "oPreviousSearch" ],
1025
- [ "aoSearchCols", "aoPreSearchCols" ],
1026
- [ "iDisplayLength", "_iDisplayLength" ],
1027
- [ "bJQueryUI", "bJUI" ]
1028
- ] );
1029
- _fnMap( oSettings.oScroll, oInit, [
1030
- [ "sScrollX", "sX" ],
1031
- [ "sScrollXInner", "sXInner" ],
1032
- [ "sScrollY", "sY" ],
1033
- [ "bScrollCollapse", "bCollapse" ]
1034
- ] );
1035
- _fnMap( oSettings.oLanguage, oInit, "fnInfoCallback" );
1036
-
1037
- /* Callback functions which are array driven */
1038
- _fnCallbackReg( oSettings, 'aoDrawCallback', oInit.fnDrawCallback, 'user' );
1039
- _fnCallbackReg( oSettings, 'aoServerParams', oInit.fnServerParams, 'user' );
1040
- _fnCallbackReg( oSettings, 'aoStateSaveParams', oInit.fnStateSaveParams, 'user' );
1041
- _fnCallbackReg( oSettings, 'aoStateLoadParams', oInit.fnStateLoadParams, 'user' );
1042
- _fnCallbackReg( oSettings, 'aoStateLoaded', oInit.fnStateLoaded, 'user' );
1043
- _fnCallbackReg( oSettings, 'aoRowCallback', oInit.fnRowCallback, 'user' );
1044
- _fnCallbackReg( oSettings, 'aoRowCreatedCallback', oInit.fnCreatedRow, 'user' );
1045
- _fnCallbackReg( oSettings, 'aoHeaderCallback', oInit.fnHeaderCallback, 'user' );
1046
- _fnCallbackReg( oSettings, 'aoFooterCallback', oInit.fnFooterCallback, 'user' );
1047
- _fnCallbackReg( oSettings, 'aoInitComplete', oInit.fnInitComplete, 'user' );
1048
- _fnCallbackReg( oSettings, 'aoPreDrawCallback', oInit.fnPreDrawCallback, 'user' );
1049
-
1050
- oSettings.rowIdFn = _fnGetObjectDataFn( oInit.rowId );
1051
-
1052
- /* Browser support detection */
1053
- _fnBrowserDetect( oSettings );
1054
-
1055
- var oClasses = oSettings.oClasses;
1056
-
1057
- // @todo Remove in 1.11
1058
- if ( oInit.bJQueryUI )
1059
- {
1060
- /* Use the JUI classes object for display. You could clone the oStdClasses object if
1061
- * you want to have multiple tables with multiple independent classes
1062
- */
1063
- $.extend( oClasses, DataTable.ext.oJUIClasses, oInit.oClasses );
1064
-
1065
- if ( oInit.sDom === defaults.sDom && defaults.sDom === "lfrtip" )
1066
- {
1067
- /* Set the DOM to use a layout suitable for jQuery UI's theming */
1068
- oSettings.sDom = '<"H"lfr>t<"F"ip>';
1069
- }
1070
-
1071
- if ( ! oSettings.renderer ) {
1072
- oSettings.renderer = 'jqueryui';
1073
- }
1074
- else if ( $.isPlainObject( oSettings.renderer ) && ! oSettings.renderer.header ) {
1075
- oSettings.renderer.header = 'jqueryui';
1076
- }
1077
- }
1078
- else
1079
- {
1080
- $.extend( oClasses, DataTable.ext.classes, oInit.oClasses );
1081
- }
1082
- $this.addClass( oClasses.sTable );
1083
-
1084
-
1085
- if ( oSettings.iInitDisplayStart === undefined )
1086
- {
1087
- /* Display start point, taking into account the save saving */
1088
- oSettings.iInitDisplayStart = oInit.iDisplayStart;
1089
- oSettings._iDisplayStart = oInit.iDisplayStart;
1090
- }
1091
-
1092
- if ( oInit.iDeferLoading !== null )
1093
- {
1094
- oSettings.bDeferLoading = true;
1095
- var tmp = $.isArray( oInit.iDeferLoading );
1096
- oSettings._iRecordsDisplay = tmp ? oInit.iDeferLoading[0] : oInit.iDeferLoading;
1097
- oSettings._iRecordsTotal = tmp ? oInit.iDeferLoading[1] : oInit.iDeferLoading;
1098
- }
1099
-
1100
- /* Language definitions */
1101
- var oLanguage = oSettings.oLanguage;
1102
- $.extend( true, oLanguage, oInit.oLanguage );
1103
-
1104
- if ( oLanguage.sUrl !== "" )
1105
- {
1106
- /* Get the language definitions from a file - because this Ajax call makes the language
1107
- * get async to the remainder of this function we use bInitHandedOff to indicate that
1108
- * _fnInitialise will be fired by the returned Ajax handler, rather than the constructor
1109
- */
1110
- $.ajax( {
1111
- dataType: 'json',
1112
- url: oLanguage.sUrl,
1113
- success: function ( json ) {
1114
- _fnLanguageCompat( json );
1115
- _fnCamelToHungarian( defaults.oLanguage, json );
1116
- $.extend( true, oLanguage, json );
1117
- _fnInitialise( oSettings );
1118
- },
1119
- error: function () {
1120
- // Error occurred loading language file, continue on as best we can
1121
- _fnInitialise( oSettings );
1122
- }
1123
- } );
1124
- bInitHandedOff = true;
1125
- }
1126
-
1127
- /*
1128
- * Stripes
1129
- */
1130
- if ( oInit.asStripeClasses === null )
1131
- {
1132
- oSettings.asStripeClasses =[
1133
- oClasses.sStripeOdd,
1134
- oClasses.sStripeEven
1135
- ];
1136
- }
1137
-
1138
- /* Remove row stripe classes if they are already on the table row */
1139
- var stripeClasses = oSettings.asStripeClasses;
1140
- var rowOne = $this.children('tbody').find('tr').eq(0);
1141
- if ( $.inArray( true, $.map( stripeClasses, function(el, i) {
1142
- return rowOne.hasClass(el);
1143
- } ) ) !== -1 ) {
1144
- $('tbody tr', this).removeClass( stripeClasses.join(' ') );
1145
- oSettings.asDestroyStripes = stripeClasses.slice();
1146
- }
1147
-
1148
- /*
1149
- * Columns
1150
- * See if we should load columns automatically or use defined ones
1151
- */
1152
- var anThs = [];
1153
- var aoColumnsInit;
1154
- var nThead = this.getElementsByTagName('thead');
1155
- if ( nThead.length !== 0 )
1156
- {
1157
- _fnDetectHeader( oSettings.aoHeader, nThead[0] );
1158
- anThs = _fnGetUniqueThs( oSettings );
1159
- }
1160
-
1161
- /* If not given a column array, generate one with nulls */
1162
- if ( oInit.aoColumns === null )
1163
- {
1164
- aoColumnsInit = [];
1165
- for ( i=0, iLen=anThs.length ; i<iLen ; i++ )
1166
- {
1167
- aoColumnsInit.push( null );
1168
- }
1169
- }
1170
- else
1171
- {
1172
- aoColumnsInit = oInit.aoColumns;
1173
- }
1174
-
1175
- /* Add the columns */
1176
- for ( i=0, iLen=aoColumnsInit.length ; i<iLen ; i++ )
1177
- {
1178
- _fnAddColumn( oSettings, anThs ? anThs[i] : null );
1179
- }
1180
-
1181
- /* Apply the column definitions */
1182
- _fnApplyColumnDefs( oSettings, oInit.aoColumnDefs, aoColumnsInit, function (iCol, oDef) {
1183
- _fnColumnOptions( oSettings, iCol, oDef );
1184
- } );
1185
-
1186
- /* HTML5 attribute detection - build an mData object automatically if the
1187
- * attributes are found
1188
- */
1189
- if ( rowOne.length ) {
1190
- var a = function ( cell, name ) {
1191
- return cell.getAttribute( 'data-'+name ) !== null ? name : null;
1192
- };
1193
-
1194
- $( rowOne[0] ).children('th, td').each( function (i, cell) {
1195
- var col = oSettings.aoColumns[i];
1196
-
1197
- if ( col.mData === i ) {
1198
- var sort = a( cell, 'sort' ) || a( cell, 'order' );
1199
- var filter = a( cell, 'filter' ) || a( cell, 'search' );
1200
-
1201
- if ( sort !== null || filter !== null ) {
1202
- col.mData = {
1203
- _: i+'.display',
1204
- sort: sort !== null ? i+'.@data-'+sort : undefined,
1205
- type: sort !== null ? i+'.@data-'+sort : undefined,
1206
- filter: filter !== null ? i+'.@data-'+filter : undefined
1207
- };
1208
-
1209
- _fnColumnOptions( oSettings, i );
1210
- }
1211
- }
1212
- } );
1213
- }
1214
-
1215
- var features = oSettings.oFeatures;
1216
-
1217
- /* Must be done after everything which can be overridden by the state saving! */
1218
- if ( oInit.bStateSave )
1219
- {
1220
- features.bStateSave = t