Event Tickets - Version 4.4

Version Description

Download this release

Release Info

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

Code changes from version 4.3.5 to 4.4

Files changed (254) hide show
  1. common/lang/tribe-common-af.mo +0 -0
  2. common/lang/tribe-common-af.po +86 -93
  3. common/lang/tribe-common-ar.mo +0 -0
  4. common/lang/tribe-common-ar.po +86 -93
  5. common/lang/tribe-common-bg_BG.mo +0 -0
  6. common/lang/tribe-common-bg_BG.po +86 -93
  7. common/lang/tribe-common-ca.mo +0 -0
  8. common/lang/tribe-common-ca.po +86 -93
  9. common/lang/tribe-common-cs_CZ.mo +0 -0
  10. common/lang/tribe-common-cs_CZ.po +88 -95
  11. common/lang/tribe-common-da_DK.mo +0 -0
  12. common/lang/tribe-common-da_DK.po +86 -93
  13. common/lang/tribe-common-de_DE.mo +0 -0
  14. common/lang/tribe-common-de_DE.po +87 -94
  15. common/lang/tribe-common-el.mo +0 -0
  16. common/lang/tribe-common-el.po +86 -93
  17. common/lang/tribe-common-en_GB.mo +0 -0
  18. common/lang/tribe-common-en_GB.po +86 -93
  19. common/lang/tribe-common-es_ES.mo +0 -0
  20. common/lang/tribe-common-es_ES.po +86 -93
  21. common/lang/tribe-common-et.mo +0 -0
  22. common/lang/tribe-common-et.po +86 -93
  23. common/lang/tribe-common-fi.mo +0 -0
  24. common/lang/tribe-common-fi.po +86 -93
  25. common/lang/tribe-common-fr_CA.mo +0 -0
  26. common/lang/tribe-common-fr_CA.po +86 -93
  27. common/lang/tribe-common-fr_FR.mo +0 -0
  28. common/lang/tribe-common-fr_FR.po +86 -93
  29. common/lang/tribe-common-hu_HU.mo +0 -0
  30. common/lang/tribe-common-hu_HU.po +86 -93
  31. common/lang/tribe-common-id_ID.mo +0 -0
  32. common/lang/tribe-common-id_ID.po +86 -93
  33. common/lang/tribe-common-is_IS.mo +0 -0
  34. common/lang/tribe-common-is_IS.po +86 -93
  35. common/lang/tribe-common-it_IT.mo +0 -0
  36. common/lang/tribe-common-it_IT.po +86 -93
  37. common/lang/tribe-common-lt_LT.mo +0 -0
  38. common/lang/tribe-common-lt_LT.po +86 -93
  39. common/lang/tribe-common-lv.mo +0 -0
  40. common/lang/tribe-common-lv.po +86 -93
  41. common/lang/tribe-common-nb_NO.mo +0 -0
  42. common/lang/tribe-common-nb_NO.po +86 -93
  43. common/lang/tribe-common-nl_NL.mo +0 -0
  44. common/lang/tribe-common-nl_NL.po +87 -94
  45. common/lang/tribe-common-pl_PL.mo +0 -0
  46. common/lang/tribe-common-pl_PL.po +86 -93
  47. common/lang/tribe-common-pt_BR.mo +0 -0
  48. common/lang/tribe-common-pt_BR.po +86 -93
  49. common/lang/tribe-common-pt_PT.mo +0 -0
  50. common/lang/tribe-common-pt_PT.po +86 -93
  51. common/lang/tribe-common-ro_RO.mo +0 -0
  52. common/lang/tribe-common-ro_RO.po +86 -93
  53. common/lang/tribe-common-ru_RU.mo +0 -0
  54. common/lang/tribe-common-ru_RU.po +86 -93
  55. common/lang/tribe-common-sk_SK.mo +0 -0
  56. common/lang/tribe-common-sk_SK.po +86 -93
  57. common/lang/tribe-common-sl_SI.mo +0 -0
  58. common/lang/tribe-common-sl_SI.po +86 -93
  59. common/lang/tribe-common-sr_RS.mo +0 -0
  60. common/lang/tribe-common-sr_RS.po +86 -93
  61. common/lang/tribe-common-sv_SE.mo +0 -0
  62. common/lang/tribe-common-sv_SE.po +86 -93
  63. common/lang/tribe-common-tr_TR.mo +0 -0
  64. common/lang/tribe-common-tr_TR.po +86 -93
  65. common/lang/tribe-common-zh_CN.mo +0 -0
  66. common/lang/tribe-common-zh_CN.po +86 -93
  67. common/lang/tribe-common-zh_TW.mo +0 -0
  68. common/lang/tribe-common-zh_TW.po +86 -93
  69. common/lang/tribe-common.pot +95 -54
  70. common/readme.txt +1 -0
  71. common/src/Tribe/Admin/Activation_Page.php +0 -0
  72. common/src/Tribe/Admin/Help_Page.php +0 -0
  73. common/src/Tribe/Admin/Helpers.php +0 -0
  74. common/src/Tribe/Admin/Live_Date_Preview.php +0 -0
  75. common/src/Tribe/Admin/Notice/Plugin_Download.php +0 -0
  76. common/src/Tribe/Admin/Notice/Plugin_Upgrade_Notice.php +0 -0
  77. common/src/Tribe/Admin/Notices.php +57 -15
  78. common/src/Tribe/Ajax/Operations.php +22 -0
  79. common/src/Tribe/App_Shop.php +1 -1
  80. common/src/Tribe/Asset/Data.php +56 -0
  81. common/src/Tribe/Asset/Factory.php +0 -0
  82. common/src/Tribe/Assets.php +21 -5
  83. common/src/Tribe/Container.php +222 -0
  84. common/src/Tribe/Cost_Utils.php +399 -0
  85. common/src/Tribe/Customizer.php +766 -0
  86. common/src/Tribe/Customizer/Section.php +226 -0
  87. common/src/Tribe/Date_Utils.php +113 -0
  88. common/src/Tribe/Debug.php +0 -0
  89. common/src/Tribe/Dependency.php +0 -0
  90. common/src/Tribe/Deprecation.php +184 -0
  91. common/src/Tribe/Error.php +0 -0
  92. common/src/Tribe/Exception.php +0 -0
  93. common/src/Tribe/Extension.php +0 -0
  94. common/src/Tribe/Extension_Loader.php +0 -0
  95. common/src/Tribe/Field.php +118 -21
  96. common/src/Tribe/Languages/Map_Interface.php +0 -0
  97. common/src/Tribe/Languages/Recaptcha_Map.php +0 -0
  98. common/src/Tribe/Log.php +0 -0
  99. common/src/Tribe/Log/Admin.php +0 -0
  100. common/src/Tribe/Log/File_Logger.php +0 -0
  101. common/src/Tribe/Log/Logger.php +0 -0
  102. common/src/Tribe/Log/Null_Logger.php +0 -0
  103. common/src/Tribe/Main.php +66 -35
  104. common/src/Tribe/Notices.php +0 -0
  105. common/src/Tribe/PUE/Checker.php +225 -18
  106. common/src/Tribe/PUE/Notices.php +0 -0
  107. common/src/Tribe/PUE/Package_Handler.php +0 -0
  108. common/src/Tribe/Plugin_Meta_Links.php +0 -0
  109. common/src/Tribe/Plugins.php +0 -0
  110. common/src/Tribe/Post_History.php +0 -0
  111. common/src/Tribe/Post_Transient.php +0 -0
  112. common/src/Tribe/Rewrite.php +311 -0
  113. common/src/Tribe/Settings.php +91 -8
  114. common/src/Tribe/Settings_Manager.php +7 -14
  115. common/src/Tribe/Simple_Table.php +0 -0
  116. common/src/Tribe/Support/Obfuscator.php +0 -0
  117. common/src/Tribe/Support/Template_Checker.php +0 -0
  118. common/src/Tribe/Support/Template_Checker_Report.php +0 -0
  119. common/src/Tribe/Tabbed_View.php +381 -0
  120. common/src/Tribe/Tabbed_View/Tab.php +238 -0
  121. common/src/Tribe/Templates.php +0 -0
  122. common/src/Tribe/Timezones.php +184 -140
  123. common/src/Tribe/Utils/Array.php +0 -0
  124. common/src/Tribe/Utils/Color.php +507 -0
  125. common/src/Tribe/Utils/Coordinates_Provider.php +0 -0
  126. common/src/Tribe/Utils/JSON.php +0 -0
  127. common/src/Tribe/Utils/Plugins.php +0 -0
  128. common/src/Tribe/Utils/Post_Root_Pool.php +0 -0
  129. common/src/admin-views/app-shop.php +0 -0
  130. common/src/admin-views/event-log.php +15 -3
  131. common/src/admin-views/tabbed-view/tab.php +4 -0
  132. common/src/admin-views/tabbed-view/tabbed-view.php +29 -0
  133. common/src/admin-views/tribe-options-display.php +1 -1
  134. common/src/deprecated/Tribe__Admin__Notice__Archive_Slug_Conflict.php +0 -0
  135. common/src/deprecated/Tribe__Events__Abstract_Deactivation.php +0 -0
  136. common/src/deprecated/Tribe__Events__Admin__Helpers.php +0 -0
  137. common/src/deprecated/Tribe__Events__App_Shop.php +0 -0
  138. common/src/deprecated/Tribe__Events__Autoloader.php +0 -0
  139. common/src/deprecated/Tribe__Events__Cache.php +0 -0
  140. common/src/deprecated/Tribe__Events__Cache_Listener.php +0 -0
  141. common/src/deprecated/Tribe__Events__Changelog_Reader.php +0 -0
  142. common/src/deprecated/Tribe__Events__Credits.php +0 -0
  143. common/src/deprecated/Tribe__Events__Date_Utils.php +0 -0
  144. common/src/deprecated/Tribe__Events__Field.php +0 -0
  145. common/src/deprecated/Tribe__Events__Settings.php +0 -0
  146. common/src/deprecated/Tribe__Events__Settings_Tab.php +0 -0
  147. common/src/deprecated/Tribe__Events__Support.php +0 -0
  148. common/src/deprecated/Tribe__Events__Template_Part_Cache.php +0 -0
  149. common/src/deprecated/Tribe__Events__Validate.php +0 -0
  150. common/src/deprecated/Tribe__Events__View_Helpers.php +0 -0
  151. common/src/deprecated/Tribe__Plugin_Download_Notice.php +0 -0
  152. common/src/functions/template-tags/general.php +7 -5
  153. common/src/functions/utils.php +78 -1
  154. common/src/resources/css/app-shop.css +0 -0
  155. common/src/resources/css/app-shop.min.css +0 -0
  156. common/src/resources/css/bumpdown.css +0 -0
  157. common/src/resources/css/bumpdown.min.css +0 -0
  158. common/src/resources/css/datatables.css +0 -0
  159. common/src/resources/css/datatables.min.css +0 -0
  160. common/src/resources/css/datepicker.css +566 -0
  161. common/src/resources/css/datepicker.min.css +1 -0
  162. common/src/resources/css/dependency.css +0 -0
  163. common/src/resources/css/dependency.min.css +0 -0
  164. common/src/resources/css/tribe-common-admin.css +88 -1
  165. common/src/resources/css/tribe-common-admin.min.css +1 -1
  166. common/src/resources/images/app-shop-banner.jpg +0 -0
  167. common/src/resources/images/app-shop-community-tickets.jpg +0 -0
  168. common/src/resources/images/app-shop-community.jpg +0 -0
  169. common/src/resources/images/app-shop-eventbrite.jpg +0 -0
  170. common/src/resources/images/app-shop-filter-bar.jpg +0 -0
  171. common/src/resources/images/app-shop-ical.jpg +0 -0
  172. common/src/resources/images/app-shop-pro.jpg +0 -0
  173. common/src/resources/images/app-shop-tickets-plus.jpg +0 -0
  174. common/src/resources/images/donate-link-pro-screenshot.jpg +0 -0
  175. common/src/resources/images/donate-link-screenshot.jpg +0 -0
  176. common/src/resources/images/modern-tribe.png +0 -0
  177. common/src/resources/images/modern-tribe@2x.png +0 -0
  178. common/src/resources/images/spirit-animal.png +0 -0
  179. common/src/resources/images/tribe-loading.gif +0 -0
  180. common/src/resources/images/tribe-loading@2x.gif +0 -0
  181. common/src/resources/js/admin-date-preview.js +0 -0
  182. common/src/resources/js/admin-date-preview.min.js +0 -0
  183. common/src/resources/js/admin-log-controls.js +0 -0
  184. common/src/resources/js/admin-log-controls.min.js +0 -0
  185. common/src/resources/js/app-shop.js +0 -0
  186. common/src/resources/js/app-shop.min.js +0 -0
  187. common/src/resources/js/bumpdown.js +0 -0
  188. common/src/resources/js/bumpdown.min.js +0 -0
  189. common/src/resources/js/dependency.js +90 -26
  190. common/src/resources/js/dependency.min.js +1 -1
  191. common/src/resources/js/dropdowns.js +424 -0
  192. common/src/resources/js/dropdowns.min.js +1 -0
  193. common/src/resources/js/notice-dismiss.js +0 -0
  194. common/src/resources/js/notice-dismiss.min.js +0 -0
  195. common/src/resources/js/pue-notices.js +0 -0
  196. common/src/resources/js/pue-notices.min.js +0 -0
  197. common/src/resources/js/tribe-common.js +0 -0
  198. common/src/resources/js/tribe-common.min.js +0 -0
  199. common/src/resources/js/tribe-datatables.js +0 -0
  200. common/src/resources/js/tribe-datatables.min.js +0 -0
  201. common/src/resources/postcss/app-shop.pcss +0 -0
  202. common/src/resources/postcss/bumpdown.pcss +0 -0
  203. common/src/resources/postcss/datatables.pcss +0 -0
  204. common/src/resources/postcss/datepicker.pcss +528 -0
  205. common/src/resources/postcss/dependency.pcss +0 -0
  206. common/src/resources/postcss/tribe-common-admin.pcss +123 -0
  207. common/tribe-autoload.php +0 -0
  208. common/tribe-common.php +1 -2
  209. common/vendor/autoload.php +7 -0
  210. common/vendor/autoload_52.php +7 -0
  211. common/vendor/clipboard/clipboard.js +0 -0
  212. common/vendor/clipboard/clipboard.min.js +0 -0
  213. common/vendor/composer/ClassLoader.php +415 -0
  214. common/vendor/composer/ClassLoader52.php +271 -0
  215. common/vendor/composer/LICENSE +21 -0
  216. common/vendor/composer/autoload_classmap.php +9 -0
  217. common/vendor/composer/autoload_namespaces.php +11 -0
  218. common/vendor/composer/autoload_psr4.php +9 -0
  219. common/vendor/composer/autoload_real.php +52 -0
  220. common/vendor/composer/autoload_real_52.php +44 -0
  221. common/vendor/composer/autoload_static.php +33 -0
  222. common/vendor/composer/installed.json +80 -0
  223. common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.css +0 -0
  224. common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.min.css +0 -0
  225. common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js +0 -0
  226. common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js +0 -0
  227. common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.css +0 -0
  228. common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.min.css +0 -0
  229. common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.js +0 -0
  230. common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.min.js +0 -0
  231. common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.css +0 -0
  232. common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.min.css +0 -0
  233. common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.js +0 -0
  234. common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.min.js +0 -0
  235. common/vendor/datatables/extensions/Select/css/select.dataTables.css +0 -0
  236. common/vendor/datatables/extensions/Select/css/select.dataTables.min.css +0 -0
  237. common/vendor/datatables/extensions/Select/js/dataTables.select.js +0 -0
  238. common/vendor/datatables/extensions/Select/js/dataTables.select.min.js +0 -0
  239. common/vendor/datatables/media/css/jquery.dataTables.css +0 -0
  240. common/vendor/datatables/media/css/jquery.dataTables.min.css +0 -0
  241. common/vendor/datatables/media/css/jquery.dataTables_themeroller.css +0 -0
  242. common/vendor/datatables/media/images/sort_asc.png +0 -0
  243. common/vendor/datatables/media/images/sort_asc_disabled.png +0 -0
  244. common/vendor/datatables/media/images/sort_both.png +0 -0
  245. common/vendor/datatables/media/images/sort_desc.png +0 -0
  246. common/vendor/datatables/media/images/sort_desc_disabled.png +0 -0
  247. common/vendor/datatables/media/js/jquery.dataTables.js +0 -0
  248. common/vendor/datatables/media/js/jquery.dataTables.min.js +0 -0
  249. common/vendor/jquery-timepicker/GruntFile.js +41 -0
  250. common/vendor/jquery-timepicker/jquery.timepicker.css +72 -0
  251. common/vendor/jquery-timepicker/jquery.timepicker.js +1246 -0
  252. common/vendor/jquery-timepicker/jquery.timepicker.min.js +7 -0
  253. common/vendor/jquery-timepicker/lib/bootstrap-datepicker.css +512 -0
  254. common/vendor/jquery-timepicker/lib/bootstrap-datepicker.js +357 -0
common/lang/tribe-common-af.mo CHANGED
Binary file
common/lang/tribe-common-af.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "Côte d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "en"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr "Event Tickets Plus"
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr "Geleentheid Kaartjies"
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr ""
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr ""
613
 
@@ -647,7 +643,7 @@ msgstr "Ons hoop dat ons toevoeging help jou uit."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Wys 'n voorbeeld van die skakel"
@@ -681,11 +677,11 @@ msgstr ""
681
  msgid "You need to upgrade!"
682
  msgstr "Jy moet opgradeer!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Jy is op datum!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr "Events Calendar PRO"
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Benodig:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia en Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Gebeurtenis Toevoegings"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Gebeure"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Lisensies"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republic Of"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Volgende"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Lisensiesleutel"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Lisensiesleutel"
1572
  msgid "Poland"
1573
  msgstr "Poland"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgraderings"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgrad
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Lisensiesleutel(s) opgedateer"
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Lisensiesleutel(s) opgedateer"
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Geldig sleutel! Verval op %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Geldig sleutel! Verval op %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Gebeurtenis Verstellings"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Jou vorm het die volgende probleme gehad:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Nie een van jou stellings is gestoor nie. Probeer asseblief weer."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Sisteem Inligting"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr ""
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Ongeldige of onvolledige veld geslaag"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Veld ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr ""
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "% s moet slegs syfers en letters bevat"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "% s moet slegs syfers en letters bevat"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "% s moet slegs syfers, letters en punte bevat"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "% s moet 'n positiewe getal wees."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "% s moet 'n geldige afkorting (getalle, letters, koppeltekens en onderst
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "% s moet 'n geldige absolute URL wees."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "% s moet 'n waarde hë wat deel is van sy opsies."
@@ -1969,7 +1962,7 @@ msgstr "%s moet 'n telefoon nommer wees."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Land lys moet geformateer word met een land per reël in die volgende formaat: <br> VSA, die Verenigde State van Amerika <br> die Verenigde Koninkryk, die Verenigde Koninkryk."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Kies 'n Land:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "en"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr "Event Tickets Plus"
525
 
531
  msgid "Event Tickets"
532
  msgstr "Geleentheid Kaartjies"
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr ""
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Wys 'n voorbeeld van die skakel"
677
  msgid "You need to upgrade!"
678
  msgstr "Jy moet opgradeer!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Jy is op datum!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr "Events Calendar PRO"
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Benodig:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia en Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Gebeurtenis Toevoegings"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Gebeure"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Lisensies"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republic Of"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Volgende"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Lisensiesleutel"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poland"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgraderings"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Lisensiesleutel(s) opgedateer"
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Geldig sleutel! Verval op %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Gebeurtenis Verstellings"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr ""
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Ongeldige of onvolledige veld geslaag"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Veld ID:"
1897
  msgid "with function name:"
1898
  msgstr ""
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "% s moet slegs syfers en letters bevat"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "% s moet slegs syfers, letters en punte bevat"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "% s moet 'n positiewe getal wees."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "% s moet 'n geldige absolute URL wees."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "% s moet 'n waarde hë wat deel is van sy opsies."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Land lys moet geformateer word met een land per reël in die volgende formaat: <br> VSA, die Verenigde State van Amerika <br> die Verenigde Koninkryk, die Verenigde Koninkryk."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Kies 'n Land:"
1968
 
common/lang/tribe-common-ar.mo CHANGED
Binary file
common/lang/tribe-common-ar.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -87,7 +111,7 @@ msgstr ""
87
  msgid "Browse All Add-Ons"
88
  msgstr ""
89
 
90
- #: src/admin-views/app-shop.php:32
91
  msgid "Buy This Add-On"
92
  msgstr ""
93
 
@@ -115,80 +139,76 @@ msgstr ""
115
  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."
116
  msgstr ""
117
 
118
- #: src/admin-views/tribe-options-licenses.php:11
119
  #: src/admin-views/tribe-options-licenses.php:16
120
  msgid " (opens in new window)"
121
  msgstr ""
122
 
123
- #: src/Tribe/Error.php:38
124
- msgid "An Unknown error occurred"
125
- msgstr ""
126
-
127
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
128
  msgid "Copy to clipboard"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:176
132
  msgid "System info copied"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:177
136
  msgid "Press \"Cmd + C\" to copy"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:194
140
  msgid ": activate to sort column ascending"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:195
144
  msgid ": activate to sort column descending"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:197
148
  msgid "Show _MENU_ entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:198
152
  msgid "No data available in table"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:199
156
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:200
160
  msgid "Showing 0 to 0 of 0 entries"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:201
164
  msgid "(filtered from _MAX_ total entries)"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:202
168
  msgid "No matching records found"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:205
172
  msgid "All"
173
  msgstr ""
174
 
175
- #: src/Tribe/Main.php:207
176
  msgid "Previous"
177
  msgstr ""
178
 
179
- #: src/Tribe/Main.php:212
180
  msgid ": Selected %d rows"
181
  msgstr ""
182
 
183
- #: src/Tribe/Main.php:213
184
  msgid ": Selected 1 row"
185
  msgstr ""
186
 
187
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
188
  msgid "Renew Your License Now"
189
  msgstr ""
190
 
191
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
192
  msgid " (opens in a new window)"
193
  msgstr ""
194
 
@@ -204,11 +224,11 @@ msgstr ""
204
  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."
205
  msgstr ""
206
 
207
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
208
  msgid "Invalid Key"
209
  msgstr ""
210
 
211
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
212
  msgid "Permission Error"
213
  msgstr ""
214
 
@@ -220,36 +240,36 @@ msgstr ""
220
  msgid "C&ocirc;te d'Ivoire"
221
  msgstr ""
222
 
223
- #: src/Tribe/App_Shop.php:152
224
  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."
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:144
228
  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"
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:145
232
  msgctxt "Names of required plugins for Community Tickets"
233
  msgid "Event Tickets Plus and Community Events"
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:123
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:138
241
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
242
  msgstr ""
243
 
244
- #: src/Tribe/App_Shop.php:113
245
  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."
246
  msgstr ""
247
 
248
- #: src/Tribe/App_Shop.php:132
249
  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."
250
  msgstr ""
251
 
252
- #: src/Tribe/App_Shop.php:130
253
  msgid "Filter Bar"
254
  msgstr ""
255
 
@@ -359,14 +379,6 @@ msgstr ""
359
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
360
  msgstr ""
361
 
362
- #. Plugin Name of the plugin/theme
363
- msgid "Tribe Common"
364
- msgstr ""
365
-
366
- #. Description of the plugin/theme
367
- msgid "An event settings framework for managing shared options"
368
- msgstr ""
369
-
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
@@ -435,7 +447,7 @@ msgstr ""
435
  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."
436
  msgstr ""
437
 
438
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
@@ -479,7 +491,7 @@ msgstr ""
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
- #: src/Tribe/PUE/Checker.php:568
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid " and "
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
@@ -519,7 +531,7 @@ msgstr ""
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
@@ -531,14 +543,6 @@ msgstr ""
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
534
- #. Author of the plugin/theme
535
- msgid "Modern Tribe, Inc."
536
- msgstr "الشركة الحديثة"
537
-
538
- #. Author URI of the plugin/theme
539
- msgid "http://m.tri.be/1x"
540
- msgstr ""
541
-
542
  #: src/Tribe/Settings.php:323
543
  msgid "Save Changes"
544
  msgstr ""
@@ -547,19 +551,11 @@ msgstr ""
547
  msgid "Go to plugins page"
548
  msgstr ""
549
 
550
- #: src/Tribe/Admin/Activation_Page.php:77
551
- msgid "Return to Plugins page"
552
- msgstr ""
553
-
554
  #: src/Tribe/Admin/Activation_Page.php:85
555
  msgid "Go to WordPress Updates page"
556
  msgstr ""
557
 
558
- #: src/Tribe/Admin/Activation_Page.php:85
559
- msgid "Return to WordPress Updates"
560
- msgstr ""
561
-
562
- #: src/Tribe/PUE/Checker.php:544
563
  msgid "unknown date"
564
  msgstr ""
565
 
@@ -619,7 +615,7 @@ msgstr "ويسكونسن"
619
  msgid "Wyoming"
620
  msgstr ""
621
 
622
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
623
  msgid "Community Events"
624
  msgstr "فعاليات المجتمع"
625
 
@@ -659,7 +655,7 @@ msgstr ""
659
  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."
660
  msgstr ""
661
 
662
- #: src/admin-views/tribe-options-general.php:30
663
  #: src/admin-views/tribe-options-general.php:35
664
  msgid "See an example of the link"
665
  msgstr ""
@@ -693,11 +689,11 @@ msgstr ""
693
  msgid "You need to upgrade!"
694
  msgstr ""
695
 
696
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
697
  msgid "You are up to date!"
698
  msgstr ""
699
 
700
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
701
  msgid "Events Calendar PRO"
702
  msgstr ""
703
 
@@ -805,7 +801,7 @@ msgstr "ولاية لويزيانا"
805
  msgid "Maine"
806
  msgstr "ولاية مين"
807
 
808
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
809
  msgid "Requires:"
810
  msgstr ""
811
 
@@ -933,7 +929,7 @@ msgstr "بوليفيا"
933
  msgid "Bosnia And Herzegowina"
934
  msgstr "البوسنة والهرسك"
935
 
936
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
937
  #: src/Tribe/App_Shop.php:72
938
  msgid "Event Add-Ons"
939
  msgstr ""
@@ -1170,7 +1166,7 @@ msgstr "الغابون"
1170
  msgid "Gambia"
1171
  msgstr "غامبيا"
1172
 
1173
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1174
  msgid "Georgia"
1175
  msgstr "جورجيا"
1176
 
@@ -1186,7 +1182,7 @@ msgstr "غانا"
1186
  msgid "Gibraltar"
1187
  msgstr "جبل طارق"
1188
 
1189
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1190
  #: src/Tribe/Settings.php:205
1191
  msgid "Events"
1192
  msgstr "الفعاليات"
@@ -1243,8 +1239,8 @@ msgstr "هيرد وجزر ماك دونالد"
1243
  msgid "Holy See (Vatican City State)"
1244
  msgstr ""
1245
 
 
1246
  #: src/Tribe/Settings_Manager.php:253
1247
- #: src/admin-views/tribe-options-licenses.php:66
1248
  msgid "Licenses"
1249
  msgstr "التراخيص"
1250
 
@@ -1440,7 +1436,7 @@ msgstr "ولايات ميكرونيزيا الموحدة"
1440
  msgid "Moldova, Republic Of"
1441
  msgstr "جمهورية مولدوفا"
1442
 
1443
- #: src/Tribe/Main.php:206
1444
  msgid "Next"
1445
  msgstr ""
1446
 
@@ -1544,7 +1540,7 @@ msgstr "عمان"
1544
  msgid "Pakistan"
1545
  msgstr "باكستان"
1546
 
1547
- #: src/Tribe/Main.php:203
1548
  msgid "Search:"
1549
  msgstr "بحث"
1550
 
@@ -1576,7 +1572,7 @@ msgstr "الفلبين"
1576
  msgid "Pitcairn"
1577
  msgstr "بيتكيرن"
1578
 
1579
- #: src/Tribe/PUE/Checker.php:417
1580
  msgid "License Key"
1581
  msgstr ""
1582
 
@@ -1584,7 +1580,7 @@ msgstr ""
1584
  msgid "Poland"
1585
  msgstr "بولندا"
1586
 
1587
- #: src/Tribe/PUE/Checker.php:418
1588
  msgid "A valid license key is required for support and updates"
1589
  msgstr ""
1590
 
@@ -1592,7 +1588,7 @@ msgstr ""
1592
  msgid "Portugal"
1593
  msgstr "البرتغال"
1594
 
1595
- #: src/Tribe/PUE/Checker.php:500
1596
  msgid "License key(s) updated."
1597
  msgstr ""
1598
 
@@ -1600,7 +1596,7 @@ msgstr ""
1600
  msgid "Puerto Rico"
1601
  msgstr "بورتوريكو"
1602
 
1603
- #: src/Tribe/PUE/Checker.php:550
1604
  msgid "Sorry, key validation server is not available."
1605
  msgstr ""
1606
 
@@ -1624,7 +1620,7 @@ msgstr "الفيدرالية الروسية"
1624
  msgid "Rwanda"
1625
  msgstr "رواندا"
1626
 
1627
- #: src/Tribe/PUE/Checker.php:563
1628
  msgid "Valid Key! Expires on %s"
1629
  msgstr ""
1630
 
@@ -1632,7 +1628,7 @@ msgstr ""
1632
  msgid "Saint Kitts And Nevis"
1633
  msgstr "سانت كيتس ونيفيس"
1634
 
1635
- #: src/Tribe/PUE/Checker.php:509
1636
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1637
  msgstr ""
1638
 
@@ -1644,7 +1640,8 @@ msgstr "سانت لوسيا"
1644
  msgid "Saint Vincent And The Grenadines"
1645
  msgstr "سانت فنسنت وغرينادين"
1646
 
1647
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1648
  msgid "Events Settings"
1649
  msgstr ""
1650
 
@@ -1700,10 +1697,6 @@ msgstr ""
1700
  msgid "Seychelles"
1701
  msgstr "سيشيل"
1702
 
1703
- #: src/Tribe/Settings.php:560
1704
- msgid "None of your settings were saved. Please try again."
1705
- msgstr ""
1706
-
1707
  #: src/Tribe/View_Helpers.php:237
1708
  msgid "Sierra Leone"
1709
  msgstr "سيرا ليون"
@@ -1746,7 +1739,7 @@ msgstr ""
1746
  msgid "Somalia"
1747
  msgstr "الصومال"
1748
 
1749
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1750
  msgid "Unknown or not set"
1751
  msgstr ""
1752
 
@@ -1902,11 +1895,11 @@ msgstr ""
1902
  msgid "Virgin Islands (U.S.)"
1903
  msgstr ""
1904
 
1905
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1906
  msgid "Invalid or incomplete field passed"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1910
  #: src/Tribe/Validate.php:118
1911
  msgid "Field ID:"
1912
  msgstr ""
@@ -1920,7 +1913,7 @@ msgctxt "non-existant function name passed for field validation"
1920
  msgid "with function name:"
1921
  msgstr ""
1922
 
1923
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1924
  msgid "%s must contain numbers and letters only"
1925
  msgstr ""
1926
 
@@ -1928,7 +1921,7 @@ msgstr ""
1928
  msgid "%s must contain numbers, letters and dots only"
1929
  msgstr ""
1930
 
1931
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1932
  msgid "%s must be a positive number."
1933
  msgstr ""
1934
 
@@ -1940,7 +1933,7 @@ msgstr ""
1940
  msgid "%s must be a valid absolute URL."
1941
  msgstr ""
1942
 
1943
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1944
  #: src/Tribe/Validate.php:310
1945
  msgid "%s must have a value that's part of its options."
1946
  msgstr ""
@@ -1985,7 +1978,7 @@ msgstr ""
1985
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1986
  msgstr ""
1987
 
1988
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1989
  msgid "Select a Country:"
1990
  msgstr ""
1991
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
111
  msgid "Browse All Add-Ons"
112
  msgstr ""
113
 
114
+ #: src/admin-views/app-shop.php:26
115
  msgid "Buy This Add-On"
116
  msgstr ""
117
 
139
  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."
140
  msgstr ""
141
 
142
+ #: src/admin-views/tribe-options-licenses.php:11,
143
  #: src/admin-views/tribe-options-licenses.php:16
144
  msgid " (opens in new window)"
145
  msgstr ""
146
 
147
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
148
  msgid "Copy to clipboard"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:207
152
  msgid "System info copied"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:208
156
  msgid "Press \"Cmd + C\" to copy"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:225
160
  msgid ": activate to sort column ascending"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:226
164
  msgid ": activate to sort column descending"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:228
168
  msgid "Show _MENU_ entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:229
172
  msgid "No data available in table"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:230
176
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:231
180
  msgid "Showing 0 to 0 of 0 entries"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:232
184
  msgid "(filtered from _MAX_ total entries)"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:233
188
  msgid "No matching records found"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:236
192
  msgid "All"
193
  msgstr ""
194
 
195
+ #: src/Tribe/Main.php:238
196
  msgid "Previous"
197
  msgstr ""
198
 
199
+ #: src/Tribe/Main.php:243
200
  msgid ": Selected %d rows"
201
  msgstr ""
202
 
203
+ #: src/Tribe/Main.php:244
204
  msgid ": Selected 1 row"
205
  msgstr ""
206
 
207
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
208
  msgid "Renew Your License Now"
209
  msgstr ""
210
 
211
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
212
  msgid " (opens in a new window)"
213
  msgstr ""
214
 
224
  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."
225
  msgstr ""
226
 
227
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
228
  msgid "Invalid Key"
229
  msgstr ""
230
 
231
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
232
  msgid "Permission Error"
233
  msgstr ""
234
 
240
  msgid "C&ocirc;te d'Ivoire"
241
  msgstr ""
242
 
243
+ #: src/Tribe/App_Shop.php:158
244
  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."
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:149
248
  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"
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:150
252
  msgctxt "Names of required plugins for Community Tickets"
253
  msgid "Event Tickets Plus and Community Events"
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:125
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:142
261
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
262
  msgstr ""
263
 
264
+ #: src/Tribe/App_Shop.php:114
265
  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."
266
  msgstr ""
267
 
268
+ #: src/Tribe/App_Shop.php:135
269
  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."
270
  msgstr ""
271
 
272
+ #: src/Tribe/App_Shop.php:133
273
  msgid "Filter Bar"
274
  msgstr ""
275
 
379
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
380
  msgstr ""
381
 
 
 
 
 
 
 
 
 
382
  #: src/admin-views/tribe-options-help.php:30
383
  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 "
384
  msgstr ""
447
  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."
448
  msgstr ""
449
 
450
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
451
  msgid "Community Tickets"
452
  msgstr ""
453
 
491
  msgid "Visit the Add-on Page"
492
  msgstr ""
493
 
494
+ #: src/Tribe/PUE/Checker.php:573
495
  msgid "Thanks for setting up a valid key. It will expire on %s"
496
  msgstr ""
497
 
519
  msgid " and "
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
523
  msgid "Eventbrite Tickets"
524
  msgstr ""
525
 
531
  msgid "Events Filter Bar"
532
  msgstr ""
533
 
534
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
535
  msgid "Event Tickets Plus"
536
  msgstr ""
537
 
543
  msgid "Event Tickets"
544
  msgstr ""
545
 
 
 
 
 
 
 
 
 
546
  #: src/Tribe/Settings.php:323
547
  msgid "Save Changes"
548
  msgstr ""
551
  msgid "Go to plugins page"
552
  msgstr ""
553
 
 
 
 
 
554
  #: src/Tribe/Admin/Activation_Page.php:85
555
  msgid "Go to WordPress Updates page"
556
  msgstr ""
557
 
558
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
559
  msgid "unknown date"
560
  msgstr ""
561
 
615
  msgid "Wyoming"
616
  msgstr ""
617
 
618
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
619
  msgid "Community Events"
620
  msgstr "فعاليات المجتمع"
621
 
655
  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."
656
  msgstr ""
657
 
658
+ #: src/admin-views/tribe-options-general.php:30,
659
  #: src/admin-views/tribe-options-general.php:35
660
  msgid "See an example of the link"
661
  msgstr ""
689
  msgid "You need to upgrade!"
690
  msgstr ""
691
 
692
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
693
  msgid "You are up to date!"
694
  msgstr ""
695
 
696
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
697
  msgid "Events Calendar PRO"
698
  msgstr ""
699
 
801
  msgid "Maine"
802
  msgstr "ولاية مين"
803
 
804
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
805
  msgid "Requires:"
806
  msgstr ""
807
 
929
  msgid "Bosnia And Herzegowina"
930
  msgstr "البوسنة والهرسك"
931
 
932
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
933
  #: src/Tribe/App_Shop.php:72
934
  msgid "Event Add-Ons"
935
  msgstr ""
1166
  msgid "Gambia"
1167
  msgstr "غامبيا"
1168
 
1169
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1170
  msgid "Georgia"
1171
  msgstr "جورجيا"
1172
 
1182
  msgid "Gibraltar"
1183
  msgstr "جبل طارق"
1184
 
1185
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1186
  #: src/Tribe/Settings.php:205
1187
  msgid "Events"
1188
  msgstr "الفعاليات"
1239
  msgid "Holy See (Vatican City State)"
1240
  msgstr ""
1241
 
1242
+ #: src/admin-views/tribe-options-licenses.php:66,
1243
  #: src/Tribe/Settings_Manager.php:253
 
1244
  msgid "Licenses"
1245
  msgstr "التراخيص"
1246
 
1436
  msgid "Moldova, Republic Of"
1437
  msgstr "جمهورية مولدوفا"
1438
 
1439
+ #: src/Tribe/Main.php:237
1440
  msgid "Next"
1441
  msgstr ""
1442
 
1540
  msgid "Pakistan"
1541
  msgstr "باكستان"
1542
 
1543
+ #: src/Tribe/Main.php:234
1544
  msgid "Search:"
1545
  msgstr "بحث"
1546
 
1572
  msgid "Pitcairn"
1573
  msgstr "بيتكيرن"
1574
 
1575
+ #: src/Tribe/PUE/Checker.php:422
1576
  msgid "License Key"
1577
  msgstr ""
1578
 
1580
  msgid "Poland"
1581
  msgstr "بولندا"
1582
 
1583
+ #: src/Tribe/PUE/Checker.php:423
1584
  msgid "A valid license key is required for support and updates"
1585
  msgstr ""
1586
 
1588
  msgid "Portugal"
1589
  msgstr "البرتغال"
1590
 
1591
+ #: src/Tribe/PUE/Checker.php:505
1592
  msgid "License key(s) updated."
1593
  msgstr ""
1594
 
1596
  msgid "Puerto Rico"
1597
  msgstr "بورتوريكو"
1598
 
1599
+ #: src/Tribe/PUE/Checker.php:555
1600
  msgid "Sorry, key validation server is not available."
1601
  msgstr ""
1602
 
1620
  msgid "Rwanda"
1621
  msgstr "رواندا"
1622
 
1623
+ #: src/Tribe/PUE/Checker.php:568
1624
  msgid "Valid Key! Expires on %s"
1625
  msgstr ""
1626
 
1628
  msgid "Saint Kitts And Nevis"
1629
  msgstr "سانت كيتس ونيفيس"
1630
 
1631
+ #: src/Tribe/PUE/Checker.php:514
1632
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1633
  msgstr ""
1634
 
1640
  msgid "Saint Vincent And The Grenadines"
1641
  msgstr "سانت فنسنت وغرينادين"
1642
 
1643
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1644
+ #: src/Tribe/Settings.php:236
1645
  msgid "Events Settings"
1646
  msgstr ""
1647
 
1697
  msgid "Seychelles"
1698
  msgstr "سيشيل"
1699
 
 
 
 
 
1700
  #: src/Tribe/View_Helpers.php:237
1701
  msgid "Sierra Leone"
1702
  msgstr "سيرا ليون"
1739
  msgid "Somalia"
1740
  msgstr "الصومال"
1741
 
1742
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1743
  msgid "Unknown or not set"
1744
  msgstr ""
1745
 
1895
  msgid "Virgin Islands (U.S.)"
1896
  msgstr ""
1897
 
1898
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1899
  msgid "Invalid or incomplete field passed"
1900
  msgstr ""
1901
 
1902
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1903
  #: src/Tribe/Validate.php:118
1904
  msgid "Field ID:"
1905
  msgstr ""
1913
  msgid "with function name:"
1914
  msgstr ""
1915
 
1916
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1917
  msgid "%s must contain numbers and letters only"
1918
  msgstr ""
1919
 
1921
  msgid "%s must contain numbers, letters and dots only"
1922
  msgstr ""
1923
 
1924
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1925
  msgid "%s must be a positive number."
1926
  msgstr ""
1927
 
1933
  msgid "%s must be a valid absolute URL."
1934
  msgstr ""
1935
 
1936
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1937
  #: src/Tribe/Validate.php:310
1938
  msgid "%s must have a value that's part of its options."
1939
  msgstr ""
1978
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1979
  msgstr ""
1980
 
1981
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1982
  msgid "Select a Country:"
1983
  msgstr ""
1984
 
common/lang/tribe-common-bg_BG.mo CHANGED
Binary file
common/lang/tribe-common-bg_BG.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "и "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Отиди на страницата с плъгини"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Върни се на страницата с плъгини"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Отиди на страницата с ъпдейти на Wordpress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Върни се на страницата с ъпдейти на Wordpress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "неизвестна дата"
553
 
@@ -607,7 +603,7 @@ msgstr "Уисконсин"
607
  msgid "Wyoming"
608
  msgstr "Уайоминг"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Community Events"
613
 
@@ -647,7 +643,7 @@ msgstr "Надяваме се, че нашият плъгин ви е в пом
647
  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."
648
  msgstr "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да поставите малък текстов линк под календара, който води към страницата на проекта."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Преглед на примерен линк"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Имате нужда от ъпгрейд !"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Разполагате с най-новата версия!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr "Events Calendar PRO"
691
 
@@ -793,7 +789,7 @@ msgstr "Луизиана"
793
  msgid "Maine"
794
  msgstr "Мейн"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Изисква:"
799
 
@@ -921,7 +917,7 @@ msgstr "Боливия"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Босна и Херцеговина"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Приставки за събития"
@@ -1158,7 +1154,7 @@ msgstr "Габон"
1158
  msgid "Gambia"
1159
  msgstr "Гамбия"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Грузия"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Гана"
1174
  msgid "Gibraltar"
1175
  msgstr "Гибралтар"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Събития"
@@ -1231,8 +1227,8 @@ msgstr "Хърд и Макдоналд"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Ватикана"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Лицензи"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Микронезия"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Молдова"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Напред"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Оман"
1532
  msgid "Pakistan"
1533
  msgstr "Пакистан"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Филипини"
1564
  msgid "Pitcairn"
1565
  msgstr "Питкерн"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Сериен номер"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Сериен номер"
1572
  msgid "Poland"
1573
  msgstr "Полша"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Валиден сериен номер е необходим за поддръжка и актуализации"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Валиден сериен номер е необходим за под
1580
  msgid "Portugal"
1581
  msgstr "Португалия"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Серийния/те номер(а) са обновени."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Серийния/те номер(а) са обновени."
1588
  msgid "Puerto Rico"
1589
  msgstr "Пуерто Рико"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "За съжаление сървъра за валидиране не е достъпен."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Русия"
1612
  msgid "Rwanda"
1613
  msgstr "Руанда"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Валиден сериен номер. Изтича на %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Валиден сериен номер. Изтича на %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Сейнт Китс и Невис"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Сейнт Лусия"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Сейнт Винсент и Гренадини"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Настройки на събития"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Формуляра Ви има следните грешки:"
1688
  msgid "Seychelles"
1689
  msgstr "Сейшели"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Сиера Леоне"
@@ -1730,7 +1723,7 @@ msgstr "Системна информация"
1730
  msgid "Somalia"
1731
  msgstr "Сомалия"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Неизвестно или не е зададено"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Британски Вирджински острови"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Вирджински острови"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Има невалидно или незавършено поле"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "ID на поле:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "with function name:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s трябва да съдържа само цифри и букви"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s трябва да съдържа само цифри и букви"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s трябва да съдържа само цифри, букви и точки"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s трябва да е положително число."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s трябва да е валиден низ (числа, букви,
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s трябва да е валиден абсолюрен URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
@@ -1969,7 +1962,7 @@ msgstr "%s трябва да е валиден телефонен номер."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Списъка със страните трябва да съдържа по една страна на ред и да бъде в следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Избор на страна:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "и "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Отиди на страницата с плъгини"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Отиди на страницата с ъпдейти на Wordpress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "неизвестна дата"
549
 
603
  msgid "Wyoming"
604
  msgstr "Уайоминг"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Community Events"
609
 
643
  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."
644
  msgstr "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да поставите малък текстов линк под календара, който води към страницата на проекта."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Преглед на примерен линк"
677
  msgid "You need to upgrade!"
678
  msgstr "Имате нужда от ъпгрейд !"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Разполагате с най-новата версия!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr "Events Calendar PRO"
687
 
789
  msgid "Maine"
790
  msgstr "Мейн"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Изисква:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Босна и Херцеговина"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Приставки за събития"
1154
  msgid "Gambia"
1155
  msgstr "Гамбия"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Грузия"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Гибралтар"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Събития"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Ватикана"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Лицензи"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Молдова"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Напред"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Пакистан"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Питкерн"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Сериен номер"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Полша"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Валиден сериен номер е необходим за поддръжка и актуализации"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Португалия"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Серийния/те номер(а) са обновени."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Пуерто Рико"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "За съжаление сървъра за валидиране не е достъпен."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Руанда"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Валиден сериен номер. Изтича на %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Сейнт Китс и Невис"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Сейнт Винсент и Гренадини"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Настройки на събития"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Сейшели"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Сиера Леоне"
1723
  msgid "Somalia"
1724
  msgstr "Сомалия"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Неизвестно или не е зададено"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Вирджински острови"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Има невалидно или незавършено поле"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "ID на поле:"
1897
  msgid "with function name:"
1898
  msgstr "with function name:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s трябва да съдържа само цифри и букви"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s трябва да съдържа само цифри, букви и точки"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s трябва да е положително число."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s трябва да е валиден абсолюрен URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Списъка със страните трябва да съдържа по една страна на ред и да бъде в следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Избор на страна:"
1968
 
common/lang/tribe-common-ca.mo CHANGED
Binary file
common/lang/tribe-common-ca.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Barra de filtre"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr " i "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook Events"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Anar a la pàgina de plugins"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Tornar a la pàgina de plugins"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Anar a la pàgina d'actualitzacions de WordPress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Tornar a les actualitzacions de WordPress "
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "data desconeguda"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Community Events"
613
 
@@ -647,7 +643,7 @@ msgstr "Esperem que el nostre plugin et sigui d'utilitat."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Mira un exemple de l'enlllaç"
@@ -681,11 +677,11 @@ msgstr "no disponible"
681
  msgid "You need to upgrade!"
682
  msgstr "Has d'actualitzar-te!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Estàs actualitzat!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requereix:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolívia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bòsnia i Hercegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Complements de l'esdeveniment"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gàmbia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Geòrgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Esdeveniments"
@@ -1231,8 +1227,8 @@ msgstr "Illes Heard i McDonald"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Santa Seu (Ciutat del Vaticà)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Llicències"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronèsia, Estats Federats de"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldàvia, República de"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Següent"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipines"
1564
  msgid "Pitcairn"
1565
  msgstr "Illes Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Clau de llicència"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Clau de llicència"
1572
  msgid "Poland"
1573
  msgstr "Polònia"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i actualitzacions"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Clau(s) de llicència actualitzada(es)."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Clau(s) de llicència actualitzada(es)."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Ho sentim, el servidor de validació de claus no està disponible."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Federació Russa"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Clau vàlida! Caduca el %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Clau vàlida! Caduca el %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts i Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent i les Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Configuració dels esdeveniments"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "El formulari té els errors següents:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Cap ajust s'ha guardat. Si us plau, torna-ho a intentar."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informació del sistema"
1730
  msgid "Somalia"
1731
  msgstr "Somàlia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Desconegut o no configurat"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Illes Verges (Britàniques)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Illes Verges (Nord-americanes) "
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "El camp indicat és invàlid o incomplet"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "ID del camp:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "amb el nom de funció:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s ha de contenir només números i lletres"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s ha de contenir només números i lletres"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s ha de contenir només números, lletres i punts"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s ha de ser un número positiu."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s ha de ser un slug vàlid (números, lletres, guions i guions baixos).
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s ha de ser una URL absoluta vàlida."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s ha de tenir un valor que sigui part de les seves opcions."
@@ -1969,7 +1962,7 @@ msgstr "%s ha de ser un número de telèfon."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "La llista de països ha de contenir només un país per línia de la següent manera: <br>US, Estats Units<br> UK, Regne Unit."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Selecciona un país:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Barra de filtre"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr " i "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Anar a la pàgina de plugins"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Anar a la pàgina d'actualitzacions de WordPress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "data desconeguda"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Community Events"
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Mira un exemple de l'enlllaç"
677
  msgid "You need to upgrade!"
678
  msgstr "Has d'actualitzar-te!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Estàs actualitzat!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requereix:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bòsnia i Hercegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Complements de l'esdeveniment"
1154
  msgid "Gambia"
1155
  msgstr "Gàmbia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Geòrgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Esdeveniments"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Santa Seu (Ciutat del Vaticà)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Llicències"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldàvia, República de"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Següent"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Illes Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Clau de llicència"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polònia"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i actualitzacions"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Clau(s) de llicència actualitzada(es)."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Ho sentim, el servidor de validació de claus no està disponible."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Clau vàlida! Caduca el %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts i Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent i les Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Configuració dels esdeveniments"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somàlia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Desconegut o no configurat"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Illes Verges (Nord-americanes) "
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "El camp indicat és invàlid o incomplet"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "ID del camp:"
1897
  msgid "with function name:"
1898
  msgstr "amb el nom de funció:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s ha de contenir només números i lletres"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s ha de contenir només números, lletres i punts"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s ha de ser un número positiu."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s ha de ser una URL absoluta vàlida."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s ha de tenir un valor que sigui part de les seves opcions."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "La llista de països ha de contenir només un país per línia de la següent manera: <br>US, Estats Units<br> UK, Regne Unit."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Selecciona un país:"
1968
 
common/lang/tribe-common-cs_CZ.mo CHANGED
Binary file
common/lang/tribe-common-cs_CZ.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: 2016-10-26 17:11:46+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr "Event Tickets Plus a Community Events"
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr "Filter Bar"
246
 
@@ -350,17 +370,9 @@ msgstr "Zde najdete přehled posledních změn v šablonách a také přehled v
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr "Na této stránce se zobrazí pole pro licenční klíče pouze pro pluginy %1$saktivované v síti webů%2$s."
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr "Tribe Common"
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr "Framework pro správu sdílených nastavení pro akce"
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
- msgstr "Berte prosím na vědomí, že veškerá podpora je poskytována skrze fóra. Můžete nám napsat email nebo tweet, ale pravděpodobně vás odkážeme zpět na fóra "
364
 
365
  #: src/admin-views/tribe-options-help.php:31
366
  msgid "Read more about our support policy"
@@ -426,7 +438,7 @@ msgstr "Získání podpory"
426
  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."
427
  msgstr "Vylepšete si zobrazování akcí na vašich stránkách pomocí našeho volného pluginu %1$sThe Events Calendar%2$s. Hledáte další funkce, včetně opakujících se akcí, komunitní akce, pokročilý prodej vstupenek a další? Podívejte se na naše %3$sprémiové doplňky%4$s."
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr "Community Tickets"
432
 
@@ -470,7 +482,7 @@ msgstr "Neaktivní plugin"
470
  msgid "Visit the Add-on Page"
471
  msgstr "Navštívit webovou stránku doplňku"
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
476
 
@@ -498,7 +510,7 @@ msgstr "Zařaďte turbo při administraci svých příspěvků jakéhokoli vlast
498
  msgid " and "
499
  msgstr " a "
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr "Eventbrite Tickets"
504
 
@@ -510,7 +522,7 @@ msgstr "Facebook Events"
510
  msgid "Events Filter Bar"
511
  msgstr "Events Filter Bar"
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr "Event Tickets Plus"
516
 
@@ -522,14 +534,6 @@ msgstr "The Events Calendar je kvalitně zpracovaný a rozšiřitelný plugin, k
522
  msgid "Event Tickets"
523
  msgstr "Event Tickets"
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr "Modern Tribe, Inc."
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr "http://m.tri.be/1x"
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr "Uložit změny"
@@ -538,19 +542,11 @@ msgstr "Uložit změny"
538
  msgid "Go to plugins page"
539
  msgstr "Zobrazit stránku s přehledem pluginů"
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr "Zpět na přehled pluginů"
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr "Zobrazit stránku s přehledem aktualizací WordPressu"
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr "Zpět na přehled aktualizací"
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr "neznámé datum"
556
 
@@ -610,7 +606,7 @@ msgstr "Wisconsin"
610
  msgid "Wyoming"
611
  msgstr "Wyoming"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr "Komunitní akce"
616
 
@@ -650,7 +646,7 @@ msgstr "Doufáme, že je náš plugin pro vás užitečný."
650
  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."
651
  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."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Prohlédněte si příklad odkazu"
@@ -684,11 +680,11 @@ msgstr "není k dispozici"
684
  msgid "You need to upgrade!"
685
  msgstr "Je třeba provést aktualizaci!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "Používáte nejnovější verzi!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr "Events Calendar PRO"
694
 
@@ -796,7 +792,7 @@ msgstr "Louisiana"
796
  msgid "Maine"
797
  msgstr "Maine"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Vyžaduje:"
802
 
@@ -924,7 +920,7 @@ msgstr "Bolívie"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Bosna a Hercegovina"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Doplňky pro akce"
@@ -1161,7 +1157,7 @@ msgstr "Gabon"
1161
  msgid "Gambia"
1162
  msgstr "Gambie"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Gruzie"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Ghana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltar"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Akce"
@@ -1234,8 +1230,8 @@ msgstr "Heardův ostrov a McDonaldovy ostrovy"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Svatý stolec (Vatikán)"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licence"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Mikronésie"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Moldavsko"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Další"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Omán"
1535
  msgid "Pakistan"
1536
  msgstr "Pákistán"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr "Hledat:"
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipíny"
1567
  msgid "Pitcairn"
1568
  msgstr "Pitcairnovy ostrovy"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr "Licenční klíč"
1573
 
@@ -1575,7 +1571,7 @@ msgstr "Licenční klíč"
1575
  msgid "Poland"
1576
  msgstr "Polsko"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
1581
 
@@ -1583,7 +1579,7 @@ msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
1583
  msgid "Portugal"
1584
  msgstr "Portugalsko"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr "Licenční klíč(e) byl aktualizován."
1589
 
@@ -1591,7 +1587,7 @@ msgstr "Licenční klíč(e) byl aktualizován."
1591
  msgid "Puerto Rico"
1592
  msgstr "Portoriko"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Rusko"
1615
  msgid "Rwanda"
1616
  msgstr "Rwanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
1621
 
@@ -1623,7 +1619,7 @@ msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Svatý Kryštof a Nevis"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Svatá Lucie"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Svatý Vincenc a Grenadiny"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Nastavení akcí"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "Ve formuláři se vyskytly následující chyby:"
1691
  msgid "Seychelles"
1692
  msgstr "Seychely"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Sierra Leone"
@@ -1734,7 +1727,7 @@ msgstr "Informace o systému"
1734
  msgid "Somalia"
1735
  msgstr "Somálsko"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr "Neznámé nebo nenastavené"
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Britské Panenské ostrovy"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Americké Panenské ostrovy"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Zadáno neplatné nebo neúplné pole"
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "ID pole:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr "se jménem funkce:"
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s se musí skládat pouze z číslic a písmen"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s se musí skládat pouze z číslic a písmen"
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s se musí skládat pouze z číslic, písmen a teček."
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s musí být kladné číslo."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s musí být platným názvem v URL (číslice, písmena, pomlčky, a p
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s musí být platná absolutní adresa URL."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
@@ -1973,7 +1966,7 @@ msgstr "%s musí být telefonní číslo."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Seznam zemí musí být formátován jako jedna země na řádek v následujícím formátu: <br>US, United States <br> UK, United Kingdom."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Vyberte zemi:"
1979
 
2
  # This file is distributed under the same license as the Tribe Common package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-10-26 17:11:32+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr "Event Tickets Plus a Community Events"
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr "Filter Bar"
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr "Na této stránce se zobrazí pole pro licenční klíče pouze pro pluginy %1$saktivované v síti webů%2$s."
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
+ msgstr ""
376
 
377
  #: src/admin-views/tribe-options-help.php:31
378
  msgid "Read more about our support policy"
438
  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."
439
  msgstr "Vylepšete si zobrazování akcí na vašich stránkách pomocí našeho volného pluginu %1$sThe Events Calendar%2$s. Hledáte další funkce, včetně opakujících se akcí, komunitní akce, pokročilý prodej vstupenek a další? Podívejte se na naše %3$sprémiové doplňky%4$s."
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr "Community Tickets"
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr "Navštívit webovou stránku doplňku"
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
488
 
510
  msgid " and "
511
  msgstr " a "
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr "Eventbrite Tickets"
516
 
522
  msgid "Events Filter Bar"
523
  msgstr "Events Filter Bar"
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr "Event Tickets Plus"
528
 
534
  msgid "Event Tickets"
535
  msgstr "Event Tickets"
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr "Uložit změny"
542
  msgid "Go to plugins page"
543
  msgstr "Zobrazit stránku s přehledem pluginů"
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr "Zobrazit stránku s přehledem aktualizací WordPressu"
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr "neznámé datum"
552
 
606
  msgid "Wyoming"
607
  msgstr "Wyoming"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr "Komunitní akce"
612
 
646
  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."
647
  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."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Prohlédněte si příklad odkazu"
680
  msgid "You need to upgrade!"
681
  msgstr "Je třeba provést aktualizaci!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "Používáte nejnovější verzi!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr "Events Calendar PRO"
690
 
792
  msgid "Maine"
793
  msgstr "Maine"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Vyžaduje:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Bosna a Hercegovina"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Doplňky pro akce"
1157
  msgid "Gambia"
1158
  msgstr "Gambie"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Gruzie"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltar"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Akce"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Svatý stolec (Vatikán)"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licence"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Moldavsko"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Další"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pákistán"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr "Hledat:"
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Pitcairnovy ostrovy"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr "Licenční klíč"
1569
 
1571
  msgid "Poland"
1572
  msgstr "Polsko"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugalsko"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr "Licenční klíč(e) byl aktualizován."
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Portoriko"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Rwanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Svatý Kryštof a Nevis"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Svatý Vincenc a Grenadiny"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Nastavení akcí"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Seychely"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Sierra Leone"
1727
  msgid "Somalia"
1728
  msgstr "Somálsko"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr "Neznámé nebo nenastavené"
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Americké Panenské ostrovy"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Zadáno neplatné nebo neúplné pole"
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "ID pole:"
1901
  msgid "with function name:"
1902
  msgstr "se jménem funkce:"
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s se musí skládat pouze z číslic a písmen"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s se musí skládat pouze z číslic, písmen a teček."
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s musí být kladné číslo."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s musí být platná absolutní adresa URL."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Seznam zemí musí být formátován jako jedna země na řádek v následujícím formátu: <br>US, United States <br> UK, United Kingdom."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Vyberte zemi:"
1972
 
common/lang/tribe-common-da_DK.mo CHANGED
Binary file
common/lang/tribe-common-da_DK.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Filter Bar"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr ", og"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr "http://m.tri.be/1x"
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Gå til plugin siden"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Vend tilbage til plugin siden"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gå til WordPress opdaterings siden"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Vend tilbage til WordPress Opdateringer"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "Ukendt dato"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Community begivenheder"
613
 
@@ -647,7 +643,7 @@ msgstr "Vi håber du er glad for vores plugin."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Se eksempel på link"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Opgradering kræves!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Du har den nyeste version!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Kræver:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Event Add-Ons"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Begivenheder"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenser"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republic Of"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Næste"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Licensnøgle"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Licensnøgle"
1572
  msgid "Poland"
1573
  msgstr "Poland"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Licensnøgle(r) opdateret."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Licensnøgle(r) opdateret."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Gyldig nøgle! Udløber %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Gyldig nøgle! Udløber %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Indstillinger for Begivenheder"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Din formular oplevede følgende fejl:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Dine indstillinger blev ikke gemt. Prøv igen."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Systeminformation"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Ukendt eller ikke valgt"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Ugyldigt feldt fundet"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Feldt ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "med funktionsnavn:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s må kun indeholde tal og bogstaver"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s må kun indeholde tal og bogstaver"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s må kun indeholde tal, bogstaver og punktummer"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s skal være et positivt tal"
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s må kun indeholde tal, bogstaver, bindestreger og underscores"
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s skal være et gyldigt link"
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s skal have en værdi der afspejler dens valg."
@@ -1969,7 +1962,7 @@ msgstr "%s skal være et telefonnummer."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Landelisten skal formatteres med ét land per linje:<br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Vælg et land:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Filter Bar"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr ", og"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Gå til plugin siden"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gå til WordPress opdaterings siden"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "Ukendt dato"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Community begivenheder"
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Se eksempel på link"
677
  msgid "You need to upgrade!"
678
  msgstr "Opgradering kræves!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Du har den nyeste version!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Kræver:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Event Add-Ons"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Begivenheder"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenser"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republic Of"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Næste"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Licensnøgle"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poland"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Licensnøgle(r) opdateret."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Gyldig nøgle! Udløber %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Indstillinger for Begivenheder"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Ukendt eller ikke valgt"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Ugyldigt feldt fundet"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Feldt ID:"
1897
  msgid "with function name:"
1898
  msgstr "med funktionsnavn:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s må kun indeholde tal og bogstaver"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s må kun indeholde tal, bogstaver og punktummer"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s skal være et positivt tal"
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s skal være et gyldigt link"
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s skal have en værdi der afspejler dens valg."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Landelisten skal formatteres med ét land per linje:<br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Vælg et land:"
1968
 
common/lang/tribe-common-de_DE.mo CHANGED
Binary file
common/lang/tribe-common-de_DE.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr "Veranstaltungsprotokoll"
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr "Das Importieren von Ereignissen aus mehreren Quellen war nie einfacher! Event Aggregator hilft Ihnen, Eventimport-Feeds von Facebook, Meetup, Google Kalender, iCalendar, CSV und ICS festzulegen und zu verwalten. Planen Sie automatische oder manuelle Importe von Veranstaltungen. Event Aggregator bietet ein bequemes Dashboard, um Massenimporte, Filter, One-Way-Synchronisierung, Importverlauf und vieles mehr zu verwalten."
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr "Es gibt ein Update für %s. Sie müssen %sSie Ihre Lizenz überprüfen%s, um Zugriff auf Updates, Downloads und Support zu erhalten."
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr "Es gibt ein Update für %s. %sErneuern Sie Ihre Lizenz%s, um Zugriff auf Fehlerkorrekturen, Sicherheitsupdates und neue Funktionen zu erhalten."
42
 
@@ -75,7 +99,7 @@ msgstr "Events Add-Ons"
75
  msgid "Browse All Add-Ons"
76
  msgstr "All Add-Ons anzeigen"
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr "Kaufen Sie dieses Add-On"
81
 
@@ -103,80 +127,76 @@ msgstr "Sie erwarten ein Update, aber es wird nicht angezeigt? Gehen Sie in Word
103
  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."
104
  msgstr "Der Lizenzschlüssel, den Sie nach Abschluss des Kaufs von %1$s erhalten haben, gewährt Ihnen Zugriff auf Support und Updates, bis er abläuft. Sie müssen nicht den Schlüssel unten eingeben, damit die Plugins funktionieren, aber Sie müssen ihn eingeben, um automatische Updates zu erhalten. %3$sSie finden Ihre Lizenzschlüssel unter %2$s%4$s."
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr "(in neuem Fenster öffnen)"
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr "Es ist ein unbekannter Fehler aufgetreten"
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr "In Zwischenablage kopieren"
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr "System Info kopiert"
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr "Drücke \"CTRL + C\" um zu kopieren"
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ": aktivieren, um Spalte aufsteigend zu sortieren"
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ": aktivieren, um Spalte absteigend zu sortieren"
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr "_MENU_ Einträge anzeigen"
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr "Keine Daten verfügbar in der Tabelle"
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr "Zeige von _START_ bis _END_ von ingesamt _TOTAL_ Einträgen"
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr "Zeige 0 bis 0 von 0 Einträgen"
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr "Keine Zeilen gefunden"
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr "Alle"
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr "Vorherige"
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ": Ausgewählte %d Zeilen"
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ": Ausgewählte 1 Zeile"
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr "Lizenz jetzt erneuern"
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr "(in neuem Fenster öffnen)"
182
 
@@ -192,11 +212,11 @@ msgstr "Ja, teile meine System Informationen automatisch mit dem Modern Tribe Su
192
  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."
193
  msgstr "Ihre System Infos werden nur durch das Modern Tribe Support Team verwendet. Alle Infos sind sicher gespeichert. Wir teilen diese Informationen nicht mit Dritten. "
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr "Falscher Schlüssel"
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr "Berechtigungsfehler"
202
 
@@ -208,36 +228,36 @@ msgstr "Eindeutiger System Info Schlüssel generiert"
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr "Elfenbeinküste"
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  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. "
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr "Aktivieren Sie Community Events Tickets, um Karten für ihre Veranstaltungen zu verkaufen. Sie können flexible Zahlungs und Gebührenoptionen verwenden. Sie können sogar die Teilnehmer zu ihren Veranstaltungen einchecken! Dies ist alles vom Front-End Ihrer Website möglich, ohne jemandem Admin Zugang zu Ihrer Website zu gewähren. "
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr "Event Tickets Plus and Community Events"
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  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. "
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr "Ermöglichen Sie Ihren Benutzern Veranstaltungen in Ihrem Kalender mit dem Community Events Plugin hinzuzufügen und zu verwalten. Benutzer können Events anonym oder mit einem Benutzerkonto hinzufügen. Sie möchten sicherstellen, dass keine unerwünschten Veranstaltungen veröffentlicht werden? Schalten Sie einfach die Moderation ein entscheiden Sie, ob Benutzer Veranstaltungen bearbeiten oder einfach einreichen können. Das Plugin hat ein einfach Setup. Nur aktivieren, Optionen konfigurieren und schon kann es losgehen. "
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr "Der Events Calendar PRO ist ein kostenpflichtiges Add-On für unser Open Source WordPress plugin %1$sThe Events Calendar%2$s. PRO bietet vielfältige Funktionen inklusive Serienterminen, individuelle Felder, abspeichern und Wiederverwenden von Veranstaltern und Veranstaltungsorten, extra Seiten für Veranstaltungsorte, erweiterte Administrationsmöglichkeiten der Events und vieles mehr. "
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr "Es ist großartig, dass Ihr Kalender <em>DER PLATZ</em> für Premium Verkäufe ist. Sie haben mehr Events als Rihanna? Schade nur, dass Besucher einen persönlichen Assistenten benötigen, um sich durch die ganzen Angebote zu wühlen. Wollen Sie Ihre Veranstaltungen filtern, z.B. nach Entfernung, nur am Wochenende oder kostenlose Events? Dann nutzen Sie The Filter Bar! "
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Filterleiste"
243
 
@@ -347,17 +367,9 @@ msgstr "Informationen über die jüngsten Änderungen an der Vorlage und potenzi
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr "Nur Lizenz Felder für %1$s Netzwerk aktivierte %2$s Plugins werden auf diesem Bildschirm angezeigt."
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr "Tribe Common"
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr "Ein Veranstaltungseinstellungen Framework, um geteilte Optionen zu verwalten"
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
- msgstr "Bitte beachten Sie, dass jegliche Hands-On Unterstützung über die Foren erfolgt. Sie können uns eine E-Mail senden oder twittern, aber wir werden Sie wahrscheinlich auf die Foren verweisen"
361
 
362
  #: src/admin-views/tribe-options-help.php:31
363
  msgid "Read more about our support policy"
@@ -423,7 +435,7 @@ msgstr "Unterstützung erhalten"
423
  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."
424
  msgstr "Optimieren Sie Ihre Veranstaltungswebsite mit %1$sThe Events Calendar%2$s, unserem kostenlosen Kalender-Plugin. Suchen Sie zusätzliche Funktionalität einschließlich Serientermine, Übermittlung von Terminen durch Nutze, erweiterten Ticketverkauf und mehr? Schauen Sie sich unsere %3$sPremium-Add-ons%4$s an."
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr "Community Tickets"
429
 
@@ -467,7 +479,7 @@ msgstr "Plugin inaktiv"
467
  msgid "Visit the Add-on Page"
468
  msgstr "Die Add-On Seite besuchen"
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr "Danke für das Verwenden einen gültigen Lizenzschlüssels. Er wird am %s auslaufen."
473
 
@@ -495,7 +507,7 @@ msgstr "Starten Sie den Turbo für Beiträge mit benutzerdefinierte Feldern, so
495
  msgid " and "
496
  msgstr ", und "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr "Eventbrite Tickets"
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook Veranstaltungen"
507
  msgid "Events Filter Bar"
508
  msgstr "Events Filterleiste"
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr "Event Tickets Plus"
513
 
@@ -519,14 +531,6 @@ msgstr "The Events Calendar ist ein sorgfältig erstelltes, erweiterbares Plugin
519
  msgid "Event Tickets"
520
  msgstr "Veranstaltungstickets"
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr "http://m.tri.be/1x"
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr "Änderungen speichern"
@@ -535,19 +539,11 @@ msgstr "Änderungen speichern"
535
  msgid "Go to plugins page"
536
  msgstr "Gehe zur Pluginseite"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Zurück zur Pluginseite"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gehe zur WordPress Updates Seite"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Zurück zu WordPress Updates"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "Unbekanntes Datum"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Veranstaltungen bearbeiten"
613
 
@@ -647,7 +643,7 @@ msgstr "Wir hoffen, das Plugin gefällt Ihnen."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Dies ist ein Beispiellink"
@@ -681,11 +677,11 @@ msgstr "n/v"
681
  msgid "You need to upgrade!"
682
  msgstr "Sie müssen updaten!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Sie sind auf dem neuesten Stand!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr "Events Calendar PRO"
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Benötigt:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivien"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnien und Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Add-Ons"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgien"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Veranstaltungen"
@@ -1231,8 +1227,8 @@ msgstr "Heard und McDonaldinseln"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Vatikanstadt (Heiliger Stuhl)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Lizenzen"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Mikronesien"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldawien"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Nächste"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr "Suche:"
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippinen"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Lizenzschlüssel"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Lizenzschlüssel"
1572
  msgid "Poland"
1573
  msgstr "Polen"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Lizenzschlüssel aktualisiert."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Lizenzschlüssel aktualisiert."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russland / Russische Föderation"
1612
  msgid "Rwanda"
1613
  msgstr "Ruanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Gültiger Schlüssel! Erlischt am %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Gültiger Schlüssel! Erlischt am %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "St. Kitts und Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktieren Sie den %sSupport%s."
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "St. Vincent und die Grenadinen"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Veranstaltungseinstellungen"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Ihr Formular hat folgende Fehler:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychellen"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Die Eintellungen konnten gespeichert werden. Versuchen Sie es erneut."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Systeminformationen"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Unbekannt oder nicht gesetzt"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Britische Jungferninseln"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Amerikanische Jungferninseln"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Unvollständig oder fehlerhaft."
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Feld ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "mit dem Funktionsnamen:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s darf nur Zahlen und Buchstaben enthalten"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s darf nur Zahlen und Buchstaben enthalten"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s muss eine positive Zahl sein."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, Gedankens
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s muss eine gültige URL sein."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
@@ -1969,7 +1962,7 @@ msgstr "%s muss eine Telefonnummer sein."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise formatiert sein: <br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Land wählen ..."
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr "Das Importieren von Ereignissen aus mehreren Quellen war nie einfacher! Event Aggregator hilft Ihnen, Eventimport-Feeds von Facebook, Meetup, Google Kalender, iCalendar, CSV und ICS festzulegen und zu verwalten. Planen Sie automatische oder manuelle Importe von Veranstaltungen. Event Aggregator bietet ein bequemes Dashboard, um Massenimporte, Filter, One-Way-Synchronisierung, Importverlauf und vieles mehr zu verwalten."
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr "Es gibt ein Update für %s. Sie müssen %sSie Ihre Lizenz überprüfen%s, um Zugriff auf Updates, Downloads und Support zu erhalten."
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr "Es gibt ein Update für %s. %sErneuern Sie Ihre Lizenz%s, um Zugriff auf Fehlerkorrekturen, Sicherheitsupdates und neue Funktionen zu erhalten."
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr "All Add-Ons anzeigen"
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr "Kaufen Sie dieses Add-On"
105
 
127
  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."
128
  msgstr "Der Lizenzschlüssel, den Sie nach Abschluss des Kaufs von %1$s erhalten haben, gewährt Ihnen Zugriff auf Support und Updates, bis er abläuft. Sie müssen nicht den Schlüssel unten eingeben, damit die Plugins funktionieren, aber Sie müssen ihn eingeben, um automatische Updates zu erhalten. %3$sSie finden Ihre Lizenzschlüssel unter %2$s%4$s."
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr "(in neuem Fenster öffnen)"
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr "In Zwischenablage kopieren"
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr "System Info kopiert"
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr "Drücke \"CTRL + C\" um zu kopieren"
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ": aktivieren, um Spalte aufsteigend zu sortieren"
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ": aktivieren, um Spalte absteigend zu sortieren"
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr "_MENU_ Einträge anzeigen"
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr "Keine Daten verfügbar in der Tabelle"
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr "Zeige von _START_ bis _END_ von ingesamt _TOTAL_ Einträgen"
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr "Zeige 0 bis 0 von 0 Einträgen"
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr "Keine Zeilen gefunden"
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr "Alle"
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr "Vorherige"
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ": Ausgewählte %d Zeilen"
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ": Ausgewählte 1 Zeile"
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr "Lizenz jetzt erneuern"
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr "(in neuem Fenster öffnen)"
202
 
212
  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."
213
  msgstr "Ihre System Infos werden nur durch das Modern Tribe Support Team verwendet. Alle Infos sind sicher gespeichert. Wir teilen diese Informationen nicht mit Dritten. "
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr "Falscher Schlüssel"
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr "Berechtigungsfehler"
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr "Elfenbeinküste"
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  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. "
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr "Aktivieren Sie Community Events Tickets, um Karten für ihre Veranstaltungen zu verkaufen. Sie können flexible Zahlungs und Gebührenoptionen verwenden. Sie können sogar die Teilnehmer zu ihren Veranstaltungen einchecken! Dies ist alles vom Front-End Ihrer Website möglich, ohne jemandem Admin Zugang zu Ihrer Website zu gewähren. "
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr "Event Tickets Plus and Community Events"
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  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. "
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr "Ermöglichen Sie Ihren Benutzern Veranstaltungen in Ihrem Kalender mit dem Community Events Plugin hinzuzufügen und zu verwalten. Benutzer können Events anonym oder mit einem Benutzerkonto hinzufügen. Sie möchten sicherstellen, dass keine unerwünschten Veranstaltungen veröffentlicht werden? Schalten Sie einfach die Moderation ein entscheiden Sie, ob Benutzer Veranstaltungen bearbeiten oder einfach einreichen können. Das Plugin hat ein einfach Setup. Nur aktivieren, Optionen konfigurieren und schon kann es losgehen. "
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr "Der Events Calendar PRO ist ein kostenpflichtiges Add-On für unser Open Source WordPress plugin %1$sThe Events Calendar%2$s. PRO bietet vielfältige Funktionen inklusive Serienterminen, individuelle Felder, abspeichern und Wiederverwenden von Veranstaltern und Veranstaltungsorten, extra Seiten für Veranstaltungsorte, erweiterte Administrationsmöglichkeiten der Events und vieles mehr. "
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr "Es ist großartig, dass Ihr Kalender <em>DER PLATZ</em> für Premium Verkäufe ist. Sie haben mehr Events als Rihanna? Schade nur, dass Besucher einen persönlichen Assistenten benötigen, um sich durch die ganzen Angebote zu wühlen. Wollen Sie Ihre Veranstaltungen filtern, z.B. nach Entfernung, nur am Wochenende oder kostenlose Events? Dann nutzen Sie The Filter Bar! "
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Filterleiste"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr "Nur Lizenz Felder für %1$s Netzwerk aktivierte %2$s Plugins werden auf diesem Bildschirm angezeigt."
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
+ msgstr ""
373
 
374
  #: src/admin-views/tribe-options-help.php:31
375
  msgid "Read more about our support policy"
435
  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."
436
  msgstr "Optimieren Sie Ihre Veranstaltungswebsite mit %1$sThe Events Calendar%2$s, unserem kostenlosen Kalender-Plugin. Suchen Sie zusätzliche Funktionalität einschließlich Serientermine, Übermittlung von Terminen durch Nutze, erweiterten Ticketverkauf und mehr? Schauen Sie sich unsere %3$sPremium-Add-ons%4$s an."
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr "Community Tickets"
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr "Die Add-On Seite besuchen"
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr "Danke für das Verwenden einen gültigen Lizenzschlüssels. Er wird am %s auslaufen."
485
 
507
  msgid " and "
508
  msgstr ", und "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr "Eventbrite Tickets"
513
 
519
  msgid "Events Filter Bar"
520
  msgstr "Events Filterleiste"
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr "Event Tickets Plus"
525
 
531
  msgid "Event Tickets"
532
  msgstr "Veranstaltungstickets"
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr "Änderungen speichern"
539
  msgid "Go to plugins page"
540
  msgstr "Gehe zur Pluginseite"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gehe zur WordPress Updates Seite"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "Unbekanntes Datum"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Veranstaltungen bearbeiten"
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Dies ist ein Beispiellink"
677
  msgid "You need to upgrade!"
678
  msgstr "Sie müssen updaten!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Sie sind auf dem neuesten Stand!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr "Events Calendar PRO"
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Benötigt:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnien und Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Add-Ons"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgien"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Veranstaltungen"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Vatikanstadt (Heiliger Stuhl)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Lizenzen"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldawien"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Nächste"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr "Suche:"
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Lizenzschlüssel"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polen"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Lizenzschlüssel aktualisiert."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Ruanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Gültiger Schlüssel! Erlischt am %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "St. Kitts und Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr "Hmm... irgendwas ist schiefgelaufen. Bitte kontaktieren Sie den %sSupport%s."
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "St. Vincent und die Grenadinen"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Veranstaltungseinstellungen"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychellen"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Unbekannt oder nicht gesetzt"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Amerikanische Jungferninseln"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Unvollständig oder fehlerhaft."
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Feld ID:"
1897
  msgid "with function name:"
1898
  msgstr "mit dem Funktionsnamen:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s darf nur Zahlen und Buchstaben enthalten"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s muss eine positive Zahl sein."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s muss eine gültige URL sein."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Die Länder-Liste muss als ein Land pro Zeile in der folgenden Weise formatiert sein: <br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Land wählen ..."
1968
 
common/lang/tribe-common-el.mo CHANGED
Binary file
common/lang/tribe-common-el.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Filter Bar"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "και"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Μετάβαση στην σελίδα των Πρόσθετων"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Επιστροφή στην σελίδα των Πρόσθετων"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Μετάβαση στην σελίδα αναβαθμίσεων του WordPress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Επιστροφή στις αναβαθμίσεις του WordPress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "Άγνωστη Ημερομηνία"
553
 
@@ -607,7 +603,7 @@ msgstr "Ουισκόνσιν"
607
  msgid "Wyoming"
608
  msgstr "Ουαϊόμινγκ"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Εκδηλώσεις Κοινότητας"
613
 
@@ -647,7 +643,7 @@ msgstr "Ελπίζουμε το πρόσθετό μας να σας βοηθάε
647
  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."
648
  msgstr "Σκέφτεστε \"Πω πω, αυτό το πρόσθετο είναι καταπληκτικό! Θα πρέπει να πω ευχαριστώ στη Modern Tribe για όλη τη σκληρή δουλειά τους.\" Οι μεγαλύτερες ευχαριστίες που θα μπορούσαμε να ζητήσουμε είναι η αναγνώριση. Προσθέστε ένα μικρό κείμενο με σύνδεσμο στο κάτω μέρος του ημερολογίου σας που να οδηγεί στο πρότζεκτ The Events Calendar."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Δείτε ένα παράδειγμα του συνδέσμου"
@@ -681,11 +677,11 @@ msgstr "μ/δ (μη διαθέσιμο)"
681
  msgid "You need to upgrade!"
682
  msgstr "Πρέπει να αναβαθμίσετε!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Έχετε τις τελευταίες ενημερώσεις!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Λουιζιάνα"
793
  msgid "Maine"
794
  msgstr "Μέιν"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Απαιτείται:"
799
 
@@ -921,7 +917,7 @@ msgstr "Βολιβία"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Βοσνία-Ερζεγοβίνη"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Πρόσθετα Εκδηλώσεων"
@@ -1158,7 +1154,7 @@ msgstr "Γκαμπόν"
1158
  msgid "Gambia"
1159
  msgstr "Γκάμπια"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Γεωργία"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Γκάνα"
1174
  msgid "Gibraltar"
1175
  msgstr "Γιβλαρτάρ"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Εκδηλώσεις"
@@ -1231,8 +1227,8 @@ msgstr "Νήσοι Χερντ και Mc Donald"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Αγία Έδρα (Πόλη του Βατικανού)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Άδειες"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Μικρονησία, Ομόσπονδα Κράτη της"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Μολδαβία, Δημοκρατία της"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Επόμενο"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Ομάν"
1532
  msgid "Pakistan"
1533
  msgstr "Πακιστάν"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Φιλιππίνες"
1564
  msgid "Pitcairn"
1565
  msgstr "Πίτκερν"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Κλειδί Άδειας"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Κλειδί Άδειας"
1572
  msgid "Poland"
1573
  msgstr "Πολωνία"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται γι
1580
  msgid "Portugal"
1581
  msgstr "Πορτογαλία"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1588
  msgid "Puerto Rico"
1589
  msgstr "Πουέρτο Ρίκο"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Ρωσική Ομοσπονδία"
1612
  msgid "Rwanda"
1613
  msgstr "Ρουάντα"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Άγιος Χριστόφορος και Νέβις"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Αγία Λουκία"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Άγιος Βικέντιος και Γρεναδίνες"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Ρυθμίσεις Εκδηλώσεων"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
1688
  msgid "Seychelles"
1689
  msgstr "Σεϋχέλλες"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Σιέρα Λεόνε"
@@ -1730,7 +1723,7 @@ msgstr "Πληροφορίες Συστήματος"
1730
  msgid "Somalia"
1731
  msgstr "Σομαλία"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Άγνωστο ή μη ρυθμισμένο"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Παρθένοι Νήσοι (Βρετανικοί)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Παρθένες Νήσοι (ΗΠΑ)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Άκυρο ή ελλιπές πεδίο"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Κωδ. Πεδίου:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "με όνομα συνάρτησης:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς και γράμματα"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s πρέπει να περιέχει μόνο αριθμούς και
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
@@ -1969,7 +1962,7 @@ msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνο
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Επιλογή Χώρας:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Filter Bar"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "και"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Μετάβαση στην σελίδα των Πρόσθετων"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Μετάβαση στην σελίδα αναβαθμίσεων του WordPress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "Άγνωστη Ημερομηνία"
549
 
603
  msgid "Wyoming"
604
  msgstr "Ουαϊόμινγκ"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Εκδηλώσεις Κοινότητας"
609
 
643
  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."
644
  msgstr "Σκέφτεστε \"Πω πω, αυτό το πρόσθετο είναι καταπληκτικό! Θα πρέπει να πω ευχαριστώ στη Modern Tribe για όλη τη σκληρή δουλειά τους.\" Οι μεγαλύτερες ευχαριστίες που θα μπορούσαμε να ζητήσουμε είναι η αναγνώριση. Προσθέστε ένα μικρό κείμενο με σύνδεσμο στο κάτω μέρος του ημερολογίου σας που να οδηγεί στο πρότζεκτ The Events Calendar."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Δείτε ένα παράδειγμα του συνδέσμου"
677
  msgid "You need to upgrade!"
678
  msgstr "Πρέπει να αναβαθμίσετε!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Έχετε τις τελευταίες ενημερώσεις!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Μέιν"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Απαιτείται:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Βοσνία-Ερζεγοβίνη"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Πρόσθετα Εκδηλώσεων"
1154
  msgid "Gambia"
1155
  msgstr "Γκάμπια"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Γεωργία"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Γιβλαρτάρ"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Εκδηλώσεις"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Αγία Έδρα (Πόλη του Βατικανού)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Άδειες"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Μολδαβία, Δημοκρατία της"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Επόμενο"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Πακιστάν"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Πίτκερν"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Κλειδί Άδειας"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Πολωνία"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Πορτογαλία"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Πουέρτο Ρίκο"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Ρουάντα"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Άγιος Χριστόφορος και Νέβις"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Άγιος Βικέντιος και Γρεναδίνες"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Ρυθμίσεις Εκδηλώσεων"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Σεϋχέλλες"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Σιέρα Λεόνε"
1723
  msgid "Somalia"
1724
  msgstr "Σομαλία"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Άγνωστο ή μη ρυθμισμένο"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Παρθένες Νήσοι (ΗΠΑ)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Άκυρο ή ελλιπές πεδίο"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Κωδ. Πεδίου:"
1897
  msgid "with function name:"
1898
  msgstr "με όνομα συνάρτησης:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς και γράμματα"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Επιλογή Χώρας:"
1968
 
common/lang/tribe-common-en_GB.mo CHANGED
Binary file
common/lang/tribe-common-en_GB.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr " and "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr ""
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr ""
613
 
@@ -647,7 +643,7 @@ msgstr "We hope our plugin is helping you out."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "See an example of the link"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "You need to upgrade!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "You are up to date!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requires:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Event Add-Ons"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Events"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licences"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republic Of"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Next"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Licence Key"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Licence Key"
1572
  msgid "Poland"
1573
  msgstr "Poland"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "A valid licence key is required for support and updates"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "A valid licence key is required for support and updates"
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Licence key(s) updated."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Licence key(s) updated."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Sorry, key validation server is not available."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Valid Key! Expires on %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Valid Key! Expires on %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Events Settings"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Your form had the following errors:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "None of your settings were saved. Please try again."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "System Information"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Unknown or not set"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Invalid or incomplete field passed"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Field ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "with function name:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s must contain numbers and letters only"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s must contain numbers and letters only"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s must contain numbers, letters and dots only"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s must be a positive number."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s must be a valid absolute URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s must have a value that's part of its options."
@@ -1969,7 +1962,7 @@ msgstr "%s must be a phone number."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Select a Country:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr " and "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr ""
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "See an example of the link"
677
  msgid "You need to upgrade!"
678
  msgstr "You need to upgrade!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "You are up to date!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requires:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Event Add-Ons"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Events"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licences"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republic Of"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Next"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Licence Key"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poland"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "A valid licence key is required for support and updates"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Licence key(s) updated."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Sorry, key validation server is not available."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Valid Key! Expires on %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Events Settings"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Unknown or not set"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Invalid or incomplete field passed"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Field ID:"
1897
  msgid "with function name:"
1898
  msgstr "with function name:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s must contain numbers and letters only"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s must contain numbers, letters and dots only"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s must be a positive number."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s must be a valid absolute URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s must have a value that's part of its options."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Select a Country:"
1968
 
common/lang/tribe-common-es_ES.mo CHANGED
Binary file
common/lang/tribe-common-es_ES.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Barra de filtro"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr " y "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook Events"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr "Tickets del Evento"
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr "http://m.tri.be/1x"
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr "Guardar Cambios"
@@ -535,19 +539,11 @@ msgstr "Guardar Cambios"
535
  msgid "Go to plugins page"
536
  msgstr "Ir a la página de plugins"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Volver a la página de plugins"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ir a la página de actualizaciones de WordPress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Volver a las actualizaciones de WordPress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "fecha desconocida"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Community Events"
613
 
@@ -647,7 +643,7 @@ msgstr "Esperamos que nuestro plugin le sea de útilidad"
647
  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."
648
  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\"."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Vea un ejemplo del enlace"
@@ -681,11 +677,11 @@ msgstr "no disponible"
681
  msgid "You need to upgrade!"
682
  msgstr "¡Necesita Actualizar!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "¡Se encuentra actualizado!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Luisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requiere:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia-Herzegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Complementos para Eventos"
@@ -1158,7 +1154,7 @@ msgstr "Gabón"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Eventos"
@@ -1231,8 +1227,8 @@ msgstr "Islas Mc Donald"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Ciudad del Vaticano"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licencias"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Estados Federados de Micronesia"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldavia"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Siguiente"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Omán"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistán"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipinas"
1564
  msgid "Pitcairn"
1565
  msgstr "Isla Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Clave de Licencia"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Clave de Licencia"
1572
  msgid "Poland"
1573
  msgstr "Polonia"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones."
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Clave de licencia actualizada."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Clave de licencia actualizada."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Lo sentimos, el servidor de validación de claves no está disponible."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Federación Rusa"
1612
  msgid "Rwanda"
1613
  msgstr "Ruanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "¡Clave válida! Caduca el %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "¡Clave válida! Caduca el %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "San Cristóbal y Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Santa Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "San Vicente y Las Granadinas"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Ajustes de Eventos"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "El formulario contiene los siguientes errores:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Los ajustes no fueron guardados. Por favor intentelo nuevamente."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Información del Sistema"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Desconocido o no establecido"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Islas Vírgenes Británicas"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Islas Vírgenes Americanas"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "El campo especificado no es válido o esta incompleto"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "ID del Campo:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "con el nombre de la función:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s solo debe contener números y letras"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s solo debe contener números y letras"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s solo debe contener números, letras y puntos"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s debe ser un número positivo."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s debe ser un slug válido (números, letras, guiones y guiones bajos).
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s debe ser una URL absoluta válida"
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s debe contener una valor que sea parte de sus opciones disponibles."
@@ -1969,7 +1962,7 @@ msgstr "%s debe ser un número de teléfono."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "La lista de países debe contener solo un país por línea de la siguiente forma: <br>US, Estados Unidos<br> UK, Reino Unido."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Selecciona un país:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Barra de filtro"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr " y "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr "Tickets del Evento"
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr "Guardar Cambios"
539
  msgid "Go to plugins page"
540
  msgstr "Ir a la página de plugins"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ir a la página de actualizaciones de WordPress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "fecha desconocida"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Community Events"
609
 
643
  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."
644
  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\"."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Vea un ejemplo del enlace"
677
  msgid "You need to upgrade!"
678
  msgstr "¡Necesita Actualizar!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "¡Se encuentra actualizado!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requiere:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia-Herzegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Complementos para Eventos"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Eventos"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Ciudad del Vaticano"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licencias"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldavia"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Siguiente"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistán"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Isla Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Clave de Licencia"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polonia"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones."
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Clave de licencia actualizada."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Lo sentimos, el servidor de validación de claves no está disponible."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Ruanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "¡Clave válida! Caduca el %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "San Cristóbal y Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "San Vicente y Las Granadinas"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Ajustes de Eventos"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Desconocido o no establecido"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Islas Vírgenes Americanas"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "El campo especificado no es válido o esta incompleto"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "ID del Campo:"
1897
  msgid "with function name:"
1898
  msgstr "con el nombre de la función:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s solo debe contener números y letras"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s solo debe contener números, letras y puntos"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s debe ser un número positivo."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s debe ser una URL absoluta válida"
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s debe contener una valor que sea parte de sus opciones disponibles."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "La lista de países debe contener solo un país por línea de la siguiente forma: <br>US, Estados Unidos<br> UK, Reino Unido."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Selecciona un país:"
1968
 
common/lang/tribe-common-et.mo CHANGED
Binary file
common/lang/tribe-common-et.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "ja"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Mine pluginate lehele"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Tagasi pluginate lehele"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Mine Wordpressi uuenduste lehele"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Tagasi WordPressi uuenduste juurde"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr ""
607
  msgid "Wyoming"
608
  msgstr ""
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr ""
613
 
@@ -647,7 +643,7 @@ msgstr "Loodame, et meie plugin aitab sind."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Vaata lingi näidist"
@@ -681,11 +677,11 @@ msgstr "pole saadaval"
681
  msgid "You need to upgrade!"
682
  msgstr "Pead uuendama!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Plugin uuendatud!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Nõuab:"
799
 
@@ -921,7 +917,7 @@ msgstr "Boliivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Hertsegoviina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Sündmuse Add-Onsid."
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Gruusia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Sündmused"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Litsentsid"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova Vabariik"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Järgmine"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Omaan"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipiinid"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Litsentsi kood"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Litsentsi kood"
1572
  msgid "Poland"
1573
  msgstr "Poola"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Kehtiv litsentsi kood on vajalik ligipääsuks uuendustele ja abikeskusele"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Kehtiv litsentsi kood on vajalik ligipääsuks uuendustele ja abikeskuse
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Litsents(id) uuendatud"
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Litsents(id) uuendatud"
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Vabandame, koodi valideerimise server pole saadaval"
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Venemaa"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Kehtiv kood! Aegub %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Kehtiv kood! Aegub %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Sündmuse seaded"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Vormil olid järgmised vead:"
1688
  msgid "Seychelles"
1689
  msgstr "Seishellid"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Ühtegi seadet ei salvestatud. Proovi uuesti."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Süsteemi info"
1730
  msgid "Somalia"
1731
  msgstr "Somaalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Tundmatu või määramata"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Vale ja lõpetamata väli sisestati"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Välja ID"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "funktsiooni nimega"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s peab sisaldama ainult numbreid ja tähti"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s peab sisaldama ainult numbreid ja tähti"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s peab sisaldama ainult numbreid, tähti ja punkte"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s peab olema positiivne number."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s peab olema kehtiv slug (numbrid, tähed, alakriipsud)"
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s peab olema kehtiv absoluutne URL"
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s peab sisaldama väärtust sellest valikust"
@@ -1969,7 +1962,7 @@ msgstr "%s peab olema telefoninumber"
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Riikide list peab olema formaadis üks maa reas järgneva formaadi järgi: <br>US,Ameerika Ühendriigid <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Vali riik:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "ja"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Mine pluginate lehele"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Mine Wordpressi uuenduste lehele"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr ""
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr ""
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Vaata lingi näidist"
677
  msgid "You need to upgrade!"
678
  msgstr "Pead uuendama!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Plugin uuendatud!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Nõuab:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Hertsegoviina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Sündmuse Add-Onsid."
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Gruusia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Sündmused"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Litsentsid"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova Vabariik"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Järgmine"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Litsentsi kood"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poola"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Kehtiv litsentsi kood on vajalik ligipääsuks uuendustele ja abikeskusele"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Litsents(id) uuendatud"
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Vabandame, koodi valideerimise server pole saadaval"
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Kehtiv kood! Aegub %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Sündmuse seaded"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seishellid"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somaalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Tundmatu või määramata"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Vale ja lõpetamata väli sisestati"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Välja ID"
1897
  msgid "with function name:"
1898
  msgstr "funktsiooni nimega"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s peab sisaldama ainult numbreid ja tähti"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s peab sisaldama ainult numbreid, tähti ja punkte"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s peab olema positiivne number."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s peab olema kehtiv absoluutne URL"
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s peab sisaldama väärtust sellest valikust"
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Riikide list peab olema formaadis üks maa reas järgneva formaadi järgi: <br>US,Ameerika Ühendriigid <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Vali riik:"
1968
 
common/lang/tribe-common-fi.mo CHANGED
Binary file
common/lang/tribe-common-fi.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Suodatinvalikko"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr " ja "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook-tapahtumat"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr ""
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Yhteisötapahtumat"
613
 
@@ -647,7 +643,7 @@ msgstr "Toivomme lisäosamme auttavan sinua."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Katso esimerkki linkistä"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Sinun täytyy päivittää!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Olet ajan tasalla!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr "Events Calendar PRO"
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Vaatii:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia-Hertsegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Tapahtuma-lisäosat"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "tapahtumat"
@@ -1231,8 +1227,8 @@ msgstr "Heard ja McDonaldinsaaret"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Pyhä istuin (Vatikaanivaltio)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Lisenssit"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Mikronesian liittovaltio"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Seuraava"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filippiinit"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Lisenssiavain"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Lisenssiavain"
1572
  msgid "Poland"
1573
  msgstr "Puola"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Voimassa oleva lisenssiavain vaaditaan tukea ja päivityksiä varten."
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Voimassa oleva lisenssiavain vaaditaan tukea ja päivityksiä varten."
1580
  msgid "Portugal"
1581
  msgstr "Portugali"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Lisenssiavain/avaimet päivitetty."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Lisenssiavain/avaimet päivitetty."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Pahoittelemme, validointiavaimen vahvistusserveri ei ole saatavilla."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Venäjä"
1612
  msgid "Rwanda"
1613
  msgstr "Ruanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts ja Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent ja Grenadiinit"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Tapahtumien asetukset"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Lomakkeessa oli seuraavat virheet:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychellit"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Asetuksia ei tallennettu. Ole hyvä ja yritä uudelleen."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Järjestelmäinformaatio"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Tuntematon tai määrittelemätön"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Brittiläiset Neitsytsaaret"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Yhdysvaltain Neitsytsaaret"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Virheellinen tai puutteellinen kenttä syötetty"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Kentän ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "funktion nimellä:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s saa sisältää vain numeroita ja kirjaimia"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s saa sisältää vain numeroita ja kirjaimia"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s saa sisältää vain numeroita, kirjaimia ja pisteitä"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s täytyy olla positiivinen luku."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s on oltava osoite-muotoa (numeroita, kirjaimia, väliviivoja ja alavii
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s on oltava kelvollinen URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s on oltava arvo, joka on sen asetuksissa."
@@ -1969,7 +1962,7 @@ msgstr "%s on oltava puhelinnumero."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Maaluettelossa tulee olla yksi maa per rivi seuraavassa muodossa: <br>US, Yhdysvallat <br> UK, Iso-Britannia."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Valitse maa:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Suodatinvalikko"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr " ja "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Yhteisötapahtumat"
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Katso esimerkki linkistä"
677
  msgid "You need to upgrade!"
678
  msgstr "Sinun täytyy päivittää!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Olet ajan tasalla!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr "Events Calendar PRO"
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Vaatii:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia-Hertsegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Tapahtuma-lisäosat"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "tapahtumat"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Pyhä istuin (Vatikaanivaltio)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Lisenssit"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Seuraava"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Lisenssiavain"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Puola"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Voimassa oleva lisenssiavain vaaditaan tukea ja päivityksiä varten."
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugali"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Lisenssiavain/avaimet päivitetty."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Pahoittelemme, validointiavaimen vahvistusserveri ei ole saatavilla."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Ruanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts ja Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent ja Grenadiinit"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Tapahtumien asetukset"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychellit"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Tuntematon tai määrittelemätön"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Yhdysvaltain Neitsytsaaret"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Virheellinen tai puutteellinen kenttä syötetty"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Kentän ID:"
1897
  msgid "with function name:"
1898
  msgstr "funktion nimellä:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s saa sisältää vain numeroita ja kirjaimia"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s saa sisältää vain numeroita, kirjaimia ja pisteitä"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s täytyy olla positiivinen luku."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s on oltava kelvollinen URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s on oltava arvo, joka on sen asetuksissa."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Maaluettelossa tulee olla yksi maa per rivi seuraavassa muodossa: <br>US, Yhdysvallat <br> UK, Iso-Britannia."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Valitse maa:"
1968
 
common/lang/tribe-common-fr_CA.mo CHANGED
Binary file
common/lang/tribe-common-fr_CA.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr ""
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr ""
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Événements communautaires"
613
 
@@ -647,7 +643,7 @@ msgstr "Nous espérons que notre plugin peut vous dépanner."
647
  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."
648
  msgstr "Envisagez-vous \"Wow, ce plugin est incroyable! Je dois dire merci à Modern Tribe pour leur travail acharné.\" La plus grande grâce que nous pourrions demander est la reconnaissance. Ajouter un petit lien texte seulement au bas de votre calendrier pointant vers Le projet Evénements Calendrier."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Voir un exemple de la lien"
@@ -681,11 +677,11 @@ msgstr "n/d"
681
  msgid "You need to upgrade!"
682
  msgstr "Vous devez mettre à niveau !"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Vous êtes à jour !"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiane"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Exigences :"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivie"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnie Herzégovine"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Extensions Événement"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambie"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Événements"
@@ -1231,8 +1227,8 @@ msgstr "Îles de Heard et McDonald"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Ville Sainte (État de la Cité du Vatican)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenses"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Etats fédéraux de Micronésie"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "République de Moldavie"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Prochain"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Îles Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Clé de Licence"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Clé de Licence"
1572
  msgid "Poland"
1573
  msgstr "Pologne"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Une clé de licence valide est nécessaire pour le support et les mises
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Clé(s) de licence mise(s) à jour."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Clé(s) de licence mise(s) à jour."
1588
  msgid "Puerto Rico"
1589
  msgstr "Porto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Désolé, le serveur de validation des clés n’est pas disponible."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Fédération de Russie"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Clé valide! Expire le%s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Clé valide! Expire le%s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint-Christophe-et-Niévès"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Sainte-Lucie"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint-Vincent-et-les-Grenadines,"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Paramètres d'événements"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Votre formulaire a les erreurs suivantes :"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Aucuns de vos réglages n’ont été sauvés. Merci de réessayer à nouveau."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informations du système"
1730
  msgid "Somalia"
1731
  msgstr "Somalie"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Inconnue ou non définie"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Îles Vierges (britanniques)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Îles Vierges américaines"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Champ invalide ou incomplet passé"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Champ ID :"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "avec le nom de la fonction:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s doit contenir seulement que des chiffres et lettres."
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s doit contenir seulement que des chiffres et lettres."
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s doit seulement contenir des chiffres, des lettres et des points"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s doit être un nombre positif."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s doit être une entré valide (nombres, lettres, tirets, et traits de
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s doit être un lien URL valide et absolu."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s doit contenir une valeur qui font partie de l'une de ses options."
@@ -1969,7 +1962,7 @@ msgstr "%s doit être un numéro de téléphone."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Liste des pays doit être formatée comme un pays par ligne dans le format suivant :<br>EUA, États-Unis d'Amérique<br>RU, Royaume-Uni."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Choisissez un pays :"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr ""
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Événements communautaires"
609
 
643
  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."
644
  msgstr "Envisagez-vous \"Wow, ce plugin est incroyable! Je dois dire merci à Modern Tribe pour leur travail acharné.\" La plus grande grâce que nous pourrions demander est la reconnaissance. Ajouter un petit lien texte seulement au bas de votre calendrier pointant vers Le projet Evénements Calendrier."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Voir un exemple de la lien"
677
  msgid "You need to upgrade!"
678
  msgstr "Vous devez mettre à niveau !"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Vous êtes à jour !"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Exigences :"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnie Herzégovine"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Extensions Événement"
1154
  msgid "Gambia"
1155
  msgstr "Gambie"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Événements"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Ville Sainte (État de la Cité du Vatican)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenses"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "République de Moldavie"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Prochain"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Îles Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Clé de Licence"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Pologne"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Clé(s) de licence mise(s) à jour."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Porto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Désolé, le serveur de validation des clés n’est pas disponible."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Clé valide! Expire le%s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint-Christophe-et-Niévès"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint-Vincent-et-les-Grenadines,"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Paramètres d'événements"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalie"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Inconnue ou non définie"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Îles Vierges américaines"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Champ invalide ou incomplet passé"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Champ ID :"
1897
  msgid "with function name:"
1898
  msgstr "avec le nom de la fonction:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s doit contenir seulement que des chiffres et lettres."
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s doit seulement contenir des chiffres, des lettres et des points"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s doit être un nombre positif."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s doit être un lien URL valide et absolu."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s doit contenir une valeur qui font partie de l'une de ses options."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Liste des pays doit être formatée comme un pays par ligne dans le format suivant :<br>EUA, États-Unis d'Amérique<br>RU, Royaume-Uni."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Choisissez un pays :"
1968
 
common/lang/tribe-common-fr_FR.mo CHANGED
Binary file
common/lang/tribe-common-fr_FR.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Barre des filtres"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr ", et"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Evénements Facebook"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr "Event Tickets Plus"
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr "http://m.tri.be/1x"
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr "Sauvegarder les modifications"
@@ -535,19 +539,11 @@ msgstr "Sauvegarder les modifications"
535
  msgid "Go to plugins page"
536
  msgstr "Aller à la page des extensions"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Retourner à la page des extensions"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Aller à la page des mises à jour de WordPress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Retourner à la page des mises à jour WordPress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "date inconnue"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Événements de la communauté"
613
 
@@ -647,7 +643,7 @@ msgstr "Nous espérons que notre plugin vous est utile."
647
  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."
648
  msgstr "Pensez-vous que « Waouh ! Ce plugin est génial ! Je devrais remercier Modern Tribe pour tous leurs efforts. » Le meilleur des remerciements que nous souhaitons est de la reconnaissance. Ajouter un petit lien en bas de votre calendrier qui redirige sur le site du projet Events Calendar."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Voir un exemple de lien"
@@ -681,11 +677,11 @@ msgstr "nd"
681
  msgid "You need to upgrade!"
682
  msgstr "Vous devez mettre à jour !"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Vous avez la dernière version !"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr "The Events Calendar PRO"
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiane"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requiert :"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivie"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnie-Herzégovine"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Modules d'événement"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambie"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Géorgie"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Événements"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Saint Siège (État du Vatican)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licences"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronésie, États fédérés de"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldavie, République de"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Suivant"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Clé de licence"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Clé de licence"
1572
  msgid "Poland"
1573
  msgstr "Pologne"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Une clé de licence valide est nécessaire pour le support et les mises
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Clé(s) de licence mise(s) à jour."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Clé(s) de licence mise(s) à jour."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russie, Fédération de"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Clé valide ! Expire le %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Clé valide ! Expire le %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts et Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr "Hum... Quelque chose ne va pas avec ce validateur. Merci de contacter %sle support%s."
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Sainte Lucie"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent et les Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Réglages d'événements"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Votre formulaire contiens les erreurs suivantes :"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Aucun de vos réglages n'a été sauvegardé. Merci de réessayer."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informations sur le système"
1730
  msgid "Somalia"
1731
  msgstr "Somalie"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Inconnu ou non défini"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Le champ transmis est incomplet ou incorrect"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Identifiant du dhamp :"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "avec le nom de la fonction :"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s doit contenir des chiffres et des lettres seulement"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s doit contenir des chiffres et des lettres seulement"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s doit contenir uniquement des chiffres, lettres et points"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s doit être un nombre positif."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s doit être un permalien valide (nombre, lettres, tirets et tirets de
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s doit être une URL absolue valide."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s doit être une valeur qui fait parti de ses options."
@@ -1969,7 +1962,7 @@ msgstr "%s doit être un numéro de téléphone."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "La liste de pays doit être formatée avec un pays par ligne et avec le format suivant: <br>FR, France <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Choisissez un pays :"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Barre des filtres"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr ", et"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr "Event Tickets Plus"
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr "Sauvegarder les modifications"
539
  msgid "Go to plugins page"
540
  msgstr "Aller à la page des extensions"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Aller à la page des mises à jour de WordPress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "date inconnue"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Événements de la communauté"
609
 
643
  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."
644
  msgstr "Pensez-vous que « Waouh ! Ce plugin est génial ! Je devrais remercier Modern Tribe pour tous leurs efforts. » Le meilleur des remerciements que nous souhaitons est de la reconnaissance. Ajouter un petit lien en bas de votre calendrier qui redirige sur le site du projet Events Calendar."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Voir un exemple de lien"
677
  msgid "You need to upgrade!"
678
  msgstr "Vous devez mettre à jour !"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Vous avez la dernière version !"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr "The Events Calendar PRO"
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requiert :"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnie-Herzégovine"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Modules d'événement"
1154
  msgid "Gambia"
1155
  msgstr "Gambie"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Géorgie"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Événements"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Saint Siège (État du Vatican)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licences"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldavie, République de"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Suivant"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Clé de licence"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Pologne"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Clé(s) de licence mise(s) à jour."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Clé valide ! Expire le %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts et Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr "Hum... Quelque chose ne va pas avec ce validateur. Merci de contacter %sle support%s."
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent et les Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Réglages d'événements"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalie"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Inconnu ou non défini"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Le champ transmis est incomplet ou incorrect"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Identifiant du dhamp :"
1897
  msgid "with function name:"
1898
  msgstr "avec le nom de la fonction :"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s doit contenir des chiffres et des lettres seulement"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s doit contenir uniquement des chiffres, lettres et points"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s doit être un nombre positif."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s doit être une URL absolue valide."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s doit être une valeur qui fait parti de ses options."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "La liste de pays doit être formatée avec un pays par ligne et avec le format suivant: <br>FR, France <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Choisissez un pays :"
1968
 
common/lang/tribe-common-hu_HU.mo CHANGED
Binary file
common/lang/tribe-common-hu_HU.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "és"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Vissza a Wordpress frissítésekhez"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "ismeretlen dátum"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Közösségi események"
613
 
@@ -647,7 +643,7 @@ msgstr "Reméljük, hogy a bővítmény segítségedre lesz."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Nézz meg egy példát a linkre"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Frissítés szükséges!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Naprakész vagy!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Szükséges:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolívia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosznia-Hercegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Esemény kiegészítők"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Grúzia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghána"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltár"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Események"
@@ -1231,8 +1227,8 @@ msgstr "Heard és McDonald-szigetek"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Apostoli Szentszék (Vatikáni Városállam)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenszek"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Mikronéziai Szövetségi Államok"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldáviai Köztársaság"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Következő"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Omán"
1532
  msgid "Pakistan"
1533
  msgstr "Pakisztán"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Fülöp-szigetek"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn-szigetek"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Licensz kulcs"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Licensz kulcs"
1572
  msgid "Poland"
1573
  msgstr "Lengyelország"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Egy érvényes licenc szükséges a támogatáshoz és frissítésekhez"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Egy érvényes licenc szükséges a támogatáshoz és frissítésekhez"
1580
  msgid "Portugal"
1581
  msgstr "Portugália"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Licenc kulcs(ok) frissítve."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Licenc kulcs(ok) frissítve."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Sajnáljuk, de a kulcs érvényességét ellenőrző kiszolgáló nem elérhető."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Orosz Föderáció"
1612
  msgid "Rwanda"
1613
  msgstr "Ruanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Érvényes kulcs! Lejár ekkor: %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Érvényes kulcs! Lejár ekkor: %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts és Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent és a Grenadine-szigetek"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Események beállításai"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Az űrlap a következő hibákat tartalmazza:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelle-szigetek"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "A beállítások mentése nem sikerült. Kérjük, próbáld újra."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Rendszerinformáció"
1730
  msgid "Somalia"
1731
  msgstr "Szomália"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Ismeretlen vagy nincs beállítva"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin-szigetek (Brit)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin-szigetek (USA)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Érvénytelen vagy hiányos mező lett átadva"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Mező ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "ezzel:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s csak számokat és betűket tartalmazhat."
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s csak számokat és betűket tartalmazhat."
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s csak számokat, betűket és pontokat tartalmazhat"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s csak pozitív szám lehet."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s csak érvényes előtag lehet: szám, betű, kötőjel, alávonás."
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s csak érvényes URL lehet."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s csak olyan értéket vehet fel, amit a lehetőségei tartamaznak."
@@ -1969,7 +1962,7 @@ msgstr "%s csak telefonszám lehet."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Egy ország soronként a következő formában: <br> US, Egyesült Államok <br> UK, Egyesült Királyság."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Válassz országot:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "és"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "ismeretlen dátum"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Közösségi események"
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Nézz meg egy példát a linkre"
677
  msgid "You need to upgrade!"
678
  msgstr "Frissítés szükséges!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Naprakész vagy!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Szükséges:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosznia-Hercegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Esemény kiegészítők"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Grúzia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltár"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Események"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Apostoli Szentszék (Vatikáni Városállam)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenszek"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldáviai Köztársaság"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Következő"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakisztán"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn-szigetek"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Licensz kulcs"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Lengyelország"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Egy érvényes licenc szükséges a támogatáshoz és frissítésekhez"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugália"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Licenc kulcs(ok) frissítve."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Sajnáljuk, de a kulcs érvényességét ellenőrző kiszolgáló nem elérhető."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Ruanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Érvényes kulcs! Lejár ekkor: %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts és Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent és a Grenadine-szigetek"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Események beállításai"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelle-szigetek"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Szomália"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Ismeretlen vagy nincs beállítva"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin-szigetek (USA)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Érvénytelen vagy hiányos mező lett átadva"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Mező ID:"
1897
  msgid "with function name:"
1898
  msgstr "ezzel:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s csak számokat és betűket tartalmazhat."
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s csak számokat, betűket és pontokat tartalmazhat"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s csak pozitív szám lehet."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s csak érvényes URL lehet."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s csak olyan értéket vehet fel, amit a lehetőségei tartamaznak."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Egy ország soronként a következő formában: <br> US, Egyesült Államok <br> UK, Egyesült Királyság."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Válassz országot:"
1968
 
common/lang/tribe-common-id_ID.mo CHANGED
Binary file
common/lang/tribe-common-id_ID.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr " dan "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook Events"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr ""
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr ""
613
 
@@ -647,7 +643,7 @@ msgstr "Kami berharap Plugin kami dapat membantu Anda."
647
  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."
648
  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 teks-only kecil di bagian bawah kalender Anda untuk proyek The Events Calendar."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Lihat contoh link"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Anda perlu meng-upgrade!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Anda up to date!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Membutuhkan:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia Herzegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Add-On Event"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Event"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald, Kepulauan"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Lisensi"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Mikronesia, Federasi Serikat Dari"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republik"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Berikutnya"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipina"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "License Key"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "License Key"
1572
  msgid "Poland"
1573
  msgstr "Polandia"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Kunci lisensi diperbarui."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Kunci lisensi diperbarui."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Riko"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Maaf, server validasi kunci tidak tersedia."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Federasi Rusia"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Kunci Valid! Berakhir pada %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Kunci Valid! Berakhir pada %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts dan Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lusia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent dan Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Pengaturan Event"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Formulir Anda memiliki error berikut:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Tak satu pun dari pengaturan Anda berhasil disimpan. Silakan coba lagi."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informasi Sistem"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr ""
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Kepulauan Virgin (Inggris)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Kepulauan Virgin (AS)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Field yang tidak valid atau tidak lengkap lewat"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Field ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "dengan nama fungsi:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s harus berisi angka dan huruf saja"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s harus berisi angka dan huruf saja"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s harus berisi angka, huruf dan titik saja"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s harus angka positif."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s harus slug valid (angka, huruf, tanda hubung, dan garis bawah)."
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s harus mutlak URL yang valid."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
@@ -1969,7 +1962,7 @@ msgstr "%s harus berupa nomor telepon."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Daftar Negara harus diformat sebagai salah satu negara per baris dalam format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Pilih Negara:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr " dan "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr ""
609
 
643
  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."
644
  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 teks-only kecil di bagian bawah kalender Anda untuk proyek The Events Calendar."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Lihat contoh link"
677
  msgid "You need to upgrade!"
678
  msgstr "Anda perlu meng-upgrade!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Anda up to date!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Membutuhkan:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia Herzegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Add-On Event"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Event"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Lisensi"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republik"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Berikutnya"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "License Key"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polandia"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Kunci lisensi diperbarui."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Riko"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Maaf, server validasi kunci tidak tersedia."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Kunci Valid! Berakhir pada %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts dan Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent dan Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Pengaturan Event"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr ""
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Kepulauan Virgin (AS)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Field yang tidak valid atau tidak lengkap lewat"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Field ID:"
1897
  msgid "with function name:"
1898
  msgstr "dengan nama fungsi:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s harus berisi angka dan huruf saja"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s harus berisi angka, huruf dan titik saja"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s harus angka positif."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s harus mutlak URL yang valid."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Daftar Negara harus diformat sebagai salah satu negara per baris dalam format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Pilih Negara:"
1968
 
common/lang/tribe-common-is_IS.mo CHANGED
Binary file
common/lang/tribe-common-is_IS.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr ", og"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr ""
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr ""
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr ""
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Samfélags viðburðir"
613
 
@@ -647,7 +643,7 @@ msgstr "Við vonum að þetta plugin okkar hjálpi þér."
647
  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."
648
  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ð."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Sjá hér sýnishorn af tengli"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Vinsamlega uppfærið!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Premium Add-Ons Þú ert með nýjustu útgáfuna!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Krefst:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Viðbætur viðburða"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Viðburðir"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Skírteini"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republic Of"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Næsti"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Númer leyfis"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Númer leyfis"
1572
  msgid "Poland"
1573
  msgstr "Poland"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Notendaleyfi uppfært"
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Notendaleyfi uppfært"
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Afsakið, næst ekki að staðfesta lykil."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Virkur leyfislykill! Rennur út %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Virkur leyfislykill! Rennur út %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Viðburðar stillingar"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Eftirfarandi villur voru á beiðni:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Engar stillingar voru vistaðar. Reyndu aftur."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Upplýsingar kerfis"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Óþekkt eða ekki skráð"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Ógild eða ófullnægjandi svæði ekki fyllt"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Svæðis ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "með nafni virknis:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s má aðeins innihalda tölur og bókstafi"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s má aðeins innihalda tölur og bókstafi"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s má aðeins innihalda tölur, bókstafi og punkta"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s verður að vera slétt tala."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s verður að vera gilt gildi (tölur, bókstafir, bandstirk eða undir
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s verður að vera gilt endanlegt URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s verður að vera gildi sem er hluti af valkosti."
@@ -1969,7 +1962,7 @@ msgstr "%s verður að vera símanúmer."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Landslisti verður að vera með aðeins eitt land í línu og líta svona út: <br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Veldu land:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr ", og"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr ""
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr ""
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Samfélags viðburðir"
609
 
643
  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."
644
  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ð."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Sjá hér sýnishorn af tengli"
677
  msgid "You need to upgrade!"
678
  msgstr "Vinsamlega uppfærið!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Premium Add-Ons Þú ert með nýjustu útgáfuna!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Krefst:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Viðbætur viðburða"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Viðburðir"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Skírteini"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republic Of"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Næsti"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Númer leyfis"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poland"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Notendaleyfi uppfært"
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Afsakið, næst ekki að staðfesta lykil."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Virkur leyfislykill! Rennur út %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Viðburðar stillingar"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Óþekkt eða ekki skráð"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Ógild eða ófullnægjandi svæði ekki fyllt"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Svæðis ID:"
1897
  msgid "with function name:"
1898
  msgstr "með nafni virknis:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s má aðeins innihalda tölur og bókstafi"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s má aðeins innihalda tölur, bókstafi og punkta"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s verður að vera slétt tala."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s verður að vera gilt endanlegt URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s verður að vera gildi sem er hluti af valkosti."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Landslisti verður að vera með aðeins eitt land í línu og líta svona út: <br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Veldu land:"
1968
 
common/lang/tribe-common-it_IT.mo CHANGED
Binary file
common/lang/tribe-common-it_IT.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "e"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Eventi di Facebook"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Vai alla pagina dei plugin"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Ritorna alla pagina dei plugin"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Vai alla pagina di aggiornamenti di Wordpress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Ritorna agli aggiornamenti di Wordpress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "data sconosciuta"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr ""
613
 
@@ -647,7 +643,7 @@ msgstr "Speriamo che il nostro plug-in ti sti aiutando."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Vedi un esempio di collegamento"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Devi aggiornare!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Sei aggiornato!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requisiti:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia E Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Add-On Event Tribe"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Eventi"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Santa Sede (Città del Vaticano)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenze"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Stati Federati Di"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Repubblica Di"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Prossimo"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filippine"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Chiave Licenza"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Chiave Licenza"
1572
  msgid "Poland"
1573
  msgstr "Polonia"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
1578
 
@@ -1580,7 +1576,7 @@ msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamen
1580
  msgid "Portugal"
1581
  msgstr "Portogallo"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Licenza aggiornata"
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Licenza aggiornata"
1588
  msgid "Puerto Rico"
1589
  msgstr "Porto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Key Valido! Scade il %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Key Valido! Scade il %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Santa Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Impostazioni eventi"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Il modulo ha i seguenti errori:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informazioni di sistema"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Sconosciuto o non impostato"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Isole Vergini (britanniche)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Isole Vergini (USA)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Campo non valido o incompleto"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "ID Campo:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "con il nome della funzione:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s deve contenere solo numeri e lettere"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s deve contenere solo numeri e lettere"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "% s deve contenere solo numeri, lettere e punti"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s deve essere un numero positivo"
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s deve essere uno slug valido (numeri, lettere, trattini, e sottolineat
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s deve essere un URL assoluto valido."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s deve avere un valore che fa parte delle sue opzioni."
@@ -1969,7 +1962,7 @@ msgstr "%s deve essere un numero telefonico"
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Seleziona un Paese:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "e"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Vai alla pagina dei plugin"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Vai alla pagina di aggiornamenti di Wordpress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "data sconosciuta"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr ""
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Vedi un esempio di collegamento"
677
  msgid "You need to upgrade!"
678
  msgstr "Devi aggiornare!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Sei aggiornato!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requisiti:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia E Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Add-On Event Tribe"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Eventi"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Santa Sede (Città del Vaticano)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenze"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Repubblica Di"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Prossimo"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Chiave Licenza"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polonia"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portogallo"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Licenza aggiornata"
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Porto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Key Valido! Scade il %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Impostazioni eventi"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Sconosciuto o non impostato"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Isole Vergini (USA)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Campo non valido o incompleto"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "ID Campo:"
1897
  msgid "with function name:"
1898
  msgstr "con il nome della funzione:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s deve contenere solo numeri e lettere"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "% s deve contenere solo numeri, lettere e punti"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s deve essere un numero positivo"
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s deve essere un URL assoluto valido."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s deve avere un valore che fa parte delle sue opzioni."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Seleziona un Paese:"
1968
 
common/lang/tribe-common-lt_LT.mo CHANGED
Binary file
common/lang/tribe-common-lt_LT.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr ""
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr "ir"
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr ""
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr "Modern Tribe, Inc."
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr "Išsaugoti pakeitimus"
@@ -538,19 +542,11 @@ msgstr "Išsaugoti pakeitimus"
538
  msgid "Go to plugins page"
539
  msgstr "Eiti į įskiepių puslapį"
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr "Grįžti į įskiepių puslapį"
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr "Eiti į WordPress atnaujinimų puslapį"
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr "Grįžti į WordPress atnaujinimus"
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr "nežinoma data"
556
 
@@ -610,7 +606,7 @@ msgstr "Viskonsinas"
610
  msgid "Wyoming"
611
  msgstr "Vajomingas"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr "Bendruomenės renginiai"
616
 
@@ -650,7 +646,7 @@ msgstr "Mes tikimės, kad mūsų įskiepis padeda jums."
650
  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."
651
  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."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Žr. nuorodos pavyzdį"
@@ -684,11 +680,11 @@ msgstr "n/a"
684
  msgid "You need to upgrade!"
685
  msgstr "Turite atnaujinti!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "Naudojatės naujausia versija!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Luisiana"
796
  msgid "Maine"
797
  msgstr "Meinas"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Būtina:"
802
 
@@ -924,7 +920,7 @@ msgstr "Bolivija"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Bosnija ir Hercogavina"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Renginio papildiniai"
@@ -1161,7 +1157,7 @@ msgstr "Gabonas"
1161
  msgid "Gambia"
1162
  msgstr "Gambija"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Gruzija"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Gana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltaras"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Renginiai"
@@ -1234,8 +1230,8 @@ msgstr "Kaimanų salos"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Šventasis Sostas (Vatikano Miesto Valstybė)"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licencijos"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Mikronezijos Federacinė Valstija"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Moldovos Respublika"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Kitas"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Omanas"
1535
  msgid "Pakistan"
1536
  msgstr "Pakistanas"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipinai"
1567
  msgid "Pitcairn"
1568
  msgstr "Pitkernas"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr "Licencijavimo raktas"
1573
 
@@ -1575,7 +1571,7 @@ msgstr "Licencijavimo raktas"
1575
  msgid "Poland"
1576
  msgstr "Lenkija"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr "Pagalbai ir atnaujinimams reikalingas galiojantis licencijos raktas"
1581
 
@@ -1583,7 +1579,7 @@ msgstr "Pagalbai ir atnaujinimams reikalingas galiojantis licencijos raktas"
1583
  msgid "Portugal"
1584
  msgstr "Portugalija"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr "Licencijavimo raktas(ai) atnaujintas(i)."
1589
 
@@ -1591,7 +1587,7 @@ msgstr "Licencijavimo raktas(ai) atnaujintas(i)."
1591
  msgid "Puerto Rico"
1592
  msgstr "Puerto Rikas"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr "Deja, rakto tikrinimo serveris neprieinamas."
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Rusijos Federacija"
1615
  msgid "Rwanda"
1616
  msgstr "Ruanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
1621
 
@@ -1623,7 +1619,7 @@ msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Sent Kitsas ir Nevis"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Sent Lusija"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Sent Vinsentas ir Grenadinai"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Renginių nustatymai"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "Jūsų formoje buvo tokios klaidos:"
1691
  msgid "Seychelles"
1692
  msgstr "Seišeliai"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Nė vienas iš jūsų nustatymų nebuvo įrašytas. Bandykite dar kartą."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Siera Leonė"
@@ -1734,7 +1727,7 @@ msgstr "Sistemos informacija"
1734
  msgid "Somalia"
1735
  msgstr "Somalis"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr "Nežinoma arba nenustatyta"
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Mergelių salos (Britų)"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Mergelių salos (JAV)"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Neleistinas arba nebaigtas laukas praėjo"
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "Lauko ID:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr "su funkcijos pavadinimu:"
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s turi būti tik skaičiai ir raidės"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s turi būti tik skaičiai ir raidės"
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s turi būti tik skaičiai, raidės ir taškai"
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s turi būti teigiamas skaičius."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s turi būti galiojantis trumpinys (skaičiai, raidės, brūkšneliai i
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s turi būti galiojantis absoliutus URL."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s turi turėti reikšmę, kuri yra jos pasirinkties dalis."
@@ -1973,7 +1966,7 @@ msgstr "%s turi būti telefono numeris."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Šalių sąrašas turi būti suformatuota kaip viena šalis eilutėje šiuo formatu: <br>US, United States <br> UK, United Kingdom."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Pasirinkite šalį:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr ""
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr "ir"
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr "Išsaugoti pakeitimus"
542
  msgid "Go to plugins page"
543
  msgstr "Eiti į įskiepių puslapį"
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr "Eiti į WordPress atnaujinimų puslapį"
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr "nežinoma data"
552
 
606
  msgid "Wyoming"
607
  msgstr "Vajomingas"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr "Bendruomenės renginiai"
612
 
646
  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."
647
  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."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Žr. nuorodos pavyzdį"
680
  msgid "You need to upgrade!"
681
  msgstr "Turite atnaujinti!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "Naudojatės naujausia versija!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Meinas"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Būtina:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Bosnija ir Hercogavina"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Renginio papildiniai"
1157
  msgid "Gambia"
1158
  msgstr "Gambija"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Gruzija"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltaras"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Renginiai"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Šventasis Sostas (Vatikano Miesto Valstybė)"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licencijos"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Moldovos Respublika"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Kitas"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pakistanas"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Pitkernas"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr "Licencijavimo raktas"
1569
 
1571
  msgid "Poland"
1572
  msgstr "Lenkija"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr "Pagalbai ir atnaujinimams reikalingas galiojantis licencijos raktas"
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugalija"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr "Licencijavimo raktas(ai) atnaujintas(i)."
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Puerto Rikas"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr "Deja, rakto tikrinimo serveris neprieinamas."
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Ruanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Sent Kitsas ir Nevis"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Sent Vinsentas ir Grenadinai"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Renginių nustatymai"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Seišeliai"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Siera Leonė"
1727
  msgid "Somalia"
1728
  msgstr "Somalis"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr "Nežinoma arba nenustatyta"
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Mergelių salos (JAV)"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Neleistinas arba nebaigtas laukas praėjo"
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "Lauko ID:"
1901
  msgid "with function name:"
1902
  msgstr "su funkcijos pavadinimu:"
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s turi būti tik skaičiai ir raidės"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s turi būti tik skaičiai, raidės ir taškai"
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s turi būti teigiamas skaičius."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s turi būti galiojantis absoliutus URL."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s turi turėti reikšmę, kuri yra jos pasirinkties dalis."
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Šalių sąrašas turi būti suformatuota kaip viena šalis eilutėje šiuo formatu: <br>US, United States <br> UK, United Kingdom."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Pasirinkite šalį:"
1972
 
common/lang/tribe-common-lv.mo CHANGED
Binary file
common/lang/tribe-common-lv.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr ""
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr " un "
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr ""
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr ""
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr ""
@@ -538,19 +542,11 @@ msgstr ""
538
  msgid "Go to plugins page"
539
  msgstr ""
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr ""
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr ""
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr ""
556
 
@@ -610,7 +606,7 @@ msgstr "Wisconsin"
610
  msgid "Wyoming"
611
  msgstr "Vaiominaga"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr ""
616
 
@@ -650,7 +646,7 @@ msgstr "Mēs ceram, ka spraudnis tev noder."
650
  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."
651
  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."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Skatīt saites piemēru"
@@ -684,11 +680,11 @@ msgstr ""
684
  msgid "You need to upgrade!"
685
  msgstr "Nepieciešams atjauninājums!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "Tev ir jaunākā versija!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Luizināna"
796
  msgid "Maine"
797
  msgstr "Maine"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Nepieciešams:"
802
 
@@ -924,7 +920,7 @@ msgstr "Bolīvija"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Bosnija un Hercegovina"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Notikuma Papildinājumi"
@@ -1161,7 +1157,7 @@ msgstr "Gabona"
1161
  msgid "Gambia"
1162
  msgstr "Gambija"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Gruzija"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Gana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltārs"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Notikumi"
@@ -1234,8 +1230,8 @@ msgstr "Herda un Makdonalda salas"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Vatikānas Pilsētvalsts"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licences"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Mikronēzijas Federatīvās Valstis"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Moldova"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Nākamais"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Omāna"
1535
  msgid "Pakistan"
1536
  msgstr "Pakistāna"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipīnas"
1567
  msgid "Pitcairn"
1568
  msgstr "Pitkērna"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr "Licences atslēga"
1573
 
@@ -1575,7 +1571,7 @@ msgstr "Licences atslēga"
1575
  msgid "Poland"
1576
  msgstr "Polija"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr "Atjauninajumiem un atbalstam ir nepieciešama derīga licences atslēga"
1581
 
@@ -1583,7 +1579,7 @@ msgstr "Atjauninajumiem un atbalstam ir nepieciešama derīga licences atslēga"
1583
  msgid "Portugal"
1584
  msgstr "Portugāle"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr "Licences atslēga(s) atjauninātas."
1589
 
@@ -1591,7 +1587,7 @@ msgstr "Licences atslēga(s) atjauninātas."
1591
  msgid "Puerto Rico"
1592
  msgstr "Puertoriko"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr "Atvainojiet, validācijas serveris nav pieejams."
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Krievijas Federācija"
1615
  msgid "Rwanda"
1616
  msgstr "Ruanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr "Derīga atslēga! Termiņš beidzas %s"
1621
 
@@ -1623,7 +1619,7 @@ msgstr "Derīga atslēga! Termiņš beidzas %s"
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Sentkitsa un Nevisa"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Sentlūsija"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Sentvinsenta un Grenadīnas"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Notikuma Iestatījumi"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "Tavai formai ir sekojošas kļūdas:"
1691
  msgid "Seychelles"
1692
  msgstr "Seišelu salas"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Iestatījumi netika saglabāti. Lūdzu mēģini vēlreiz."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Sjerraleone"
@@ -1734,7 +1727,7 @@ msgstr "Sistēmas informācija"
1734
  msgid "Somalia"
1735
  msgstr "Somālija"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr ""
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Britu Virdžīnu salas"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "ASV Virdžīnu Salas"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Tika padots nepilnīgs vai nederīgs lauks"
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "Lauka ID:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr ""
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s jāsatur tikai skaitļi un burti"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s jāsatur tikai skaitļi un burti"
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s jāsatur tikai skaitļi, burti un punkti"
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s jābūt pozitīvam skaitlim."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s ir jābūt derīgam īsvārdam (skaitļi, burti, domuzīmes un apakš
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s ir jābūt derīgam un absolūtam URL."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s ir jābūt vērtībai kura ir daļa no tās opcijām."
@@ -1973,7 +1966,7 @@ msgstr "%s jābūt tālrunim"
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Valstu sarakstā katrai valstij jābūt savā līnijā pēc sekojoša formāta <br>US, Unated States <br> UK, United Kingdom."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Izvēlies Valsti:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr ""
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr " un "
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr ""
542
  msgid "Go to plugins page"
543
  msgstr ""
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr ""
552
 
606
  msgid "Wyoming"
607
  msgstr "Vaiominaga"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr ""
612
 
646
  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."
647
  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."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Skatīt saites piemēru"
680
  msgid "You need to upgrade!"
681
  msgstr "Nepieciešams atjauninājums!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "Tev ir jaunākā versija!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Maine"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Nepieciešams:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Bosnija un Hercegovina"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Notikuma Papildinājumi"
1157
  msgid "Gambia"
1158
  msgstr "Gambija"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Gruzija"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltārs"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Notikumi"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Vatikānas Pilsētvalsts"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licences"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Moldova"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Nākamais"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pakistāna"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Pitkērna"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr "Licences atslēga"
1569
 
1571
  msgid "Poland"
1572
  msgstr "Polija"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr "Atjauninajumiem un atbalstam ir nepieciešama derīga licences atslēga"
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugāle"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr "Licences atslēga(s) atjauninātas."
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Puertoriko"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr "Atvainojiet, validācijas serveris nav pieejams."
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Ruanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr "Derīga atslēga! Termiņš beidzas %s"
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Sentkitsa un Nevisa"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Sentvinsenta un Grenadīnas"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Notikuma Iestatījumi"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Seišelu salas"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Sjerraleone"
1727
  msgid "Somalia"
1728
  msgstr "Somālija"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr ""
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "ASV Virdžīnu Salas"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Tika padots nepilnīgs vai nederīgs lauks"
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "Lauka ID:"
1901
  msgid "with function name:"
1902
  msgstr ""
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s jāsatur tikai skaitļi un burti"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s jāsatur tikai skaitļi, burti un punkti"
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s jābūt pozitīvam skaitlim."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s ir jābūt derīgam un absolūtam URL."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s ir jābūt vērtībai kura ir daļa no tās opcijām."
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Valstu sarakstā katrai valstij jābūt savā līnijā pēc sekojoša formāta <br>US, Unated States <br> UK, United Kingdom."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Izvēlies Valsti:"
1972
 
common/lang/tribe-common-nb_NO.mo CHANGED
Binary file
common/lang/tribe-common-nb_NO.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "og"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr "http://m.tri.be/1x"
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr "Lagre endringer"
@@ -535,19 +539,11 @@ msgstr "Lagre endringer"
535
  msgid "Go to plugins page"
536
  msgstr "Gå til utvidelser"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Gå tilbake til utvidelser"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gå til Wordpress oppdateringer"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Gå tilbake til Wordpress oppdateringer"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "ukjent dato"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Communityhendelser"
613
 
@@ -647,7 +643,7 @@ msgstr "Vi håper vår plugin er til hjelp for deg."
647
  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."
648
  msgstr "Tenker du \"Wow, denne utvidelsen er fantastisk! Jeg burde si takk til Modern Tribe for den gode innsatsen deres.\" Den største takken vi kan få er anerkjennelse. Legg til en liten tekst-lenke nederst på din kalender som peker til \"The Events Calendar\"-prosjektet."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Se et eksempel på lenken"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Du må oppgradere!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Du er oppdatert!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Krever:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia og Herzegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Hendelse tillegg"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Hendelser"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Vatikanet"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Lisenser"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Neste"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipinene"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Lisensnøkkel"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Lisensnøkkel"
1572
  msgid "Poland"
1573
  msgstr "Polen"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "En gyldig lisensnøkkel er nødvendig for brukerstøtte og oppdateringer"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "En gyldig lisensnøkkel er nødvendig for brukerstøtte og oppdateringer
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Lisensnøkkel oppdatert."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Lisensnøkkel oppdatert."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Beklager, nøkkelvalideringsserveren er ikke tilgjengelig."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russland"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Gyldig nøkkel! Utgår på %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Gyldig nøkkel! Utgår på %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts og Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Hendelsesinnstillinger"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Ditt skjema hadde følgende feil:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychellene"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Ingen innstillinger lagret, prøv igjen."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Systeminformasjon"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Ukjent eller ikke valgt"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Ugyldig eller ufullstendig felt funnet"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Felt ID:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "med funksjonsnavn:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s må inneholde kun tall og bokstaver"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s må inneholde kun tall og bokstaver"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s må ikun nneholde tall, bokstaver og punktum"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s må være et positivt tall."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s må være en gyldig kortlenke (tall, bokstaver, bindestrek og underst
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s må være en gyldig absolutt URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s må ha en verdi i samsvar med valgmulighetene."
@@ -1969,7 +1962,7 @@ msgstr "%s må være et telefonnummer."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Liste over land må være formatert som ett land pr linje i følgende format: <br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Velg et land:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "og"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr "Lagre endringer"
539
  msgid "Go to plugins page"
540
  msgstr "Gå til utvidelser"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gå til Wordpress oppdateringer"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "ukjent dato"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Communityhendelser"
609
 
643
  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."
644
  msgstr "Tenker du \"Wow, denne utvidelsen er fantastisk! Jeg burde si takk til Modern Tribe for den gode innsatsen deres.\" Den største takken vi kan få er anerkjennelse. Legg til en liten tekst-lenke nederst på din kalender som peker til \"The Events Calendar\"-prosjektet."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Se et eksempel på lenken"
677
  msgid "You need to upgrade!"
678
  msgstr "Du må oppgradere!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Du er oppdatert!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Krever:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia og Herzegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Hendelse tillegg"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Hendelser"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Vatikanet"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Lisenser"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Neste"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Lisensnøkkel"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polen"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "En gyldig lisensnøkkel er nødvendig for brukerstøtte og oppdateringer"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Lisensnøkkel oppdatert."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Beklager, nøkkelvalideringsserveren er ikke tilgjengelig."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Gyldig nøkkel! Utgår på %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts og Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Hendelsesinnstillinger"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychellene"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Ukjent eller ikke valgt"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Ugyldig eller ufullstendig felt funnet"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Felt ID:"
1897
  msgid "with function name:"
1898
  msgstr "med funksjonsnavn:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s må inneholde kun tall og bokstaver"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s må ikun nneholde tall, bokstaver og punktum"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s må være et positivt tall."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s må være en gyldig absolutt URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s må ha en verdi i samsvar med valgmulighetene."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Liste over land må være formatert som ett land pr linje i følgende format: <br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Velg et land:"
1968
 
common/lang/tribe-common-nl_NL.mo CHANGED
Binary file
common/lang/tribe-common-nl_NL.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr "Event Log"
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr "Evenementen importeren uit meerdere bronnen was nog nooit zo makkelijk! Event Aggregator helpt je met het beheren van import-feeds van Facebook, Meetup, Google Calendar, iCalendar, CSV en ICS. Je kan handmatig importeren, maar ook automatische imports instellen. Event Aggregator biedt een handig dashboard om bulk imports, filters, one-way synchronisatie, importeergeschiedenis en meer inzichtelijk te hebben en te beheren."
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr "Er is een update voor %s. Je moet %sje licentie checken%s om toegang te hebben tot updates, downloads en ondersteuning."
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr "Er is een update voor %s. %sVernieuw je licentie%s om toegang te krijgen tot bugfixes, beveiligingsupdates en nieuwe functies."
42
 
@@ -75,7 +99,7 @@ msgstr "Events Add-Ons"
75
  msgid "Browse All Add-Ons"
76
  msgstr "Blader door alle Add-Ons"
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr "Koop deze Add-On"
81
 
@@ -103,80 +127,76 @@ msgstr "Zie je geen update, maar verwacht je er wel één? Ga in WordPress naar
103
  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."
104
  msgstr "De licentiesleutel die je hebt gekregen tijdens de afronding van je aankoop van %1$s geeft je toegang tot ondersteuning en updates totdat het verloopt. Je hoeft de sleutel niet hieronder in te voeren om de plugins te laten werken, maar je hebt het nodig om automatische updates te krijgen. %3$sVind je licentiesleutels op %2$s%4$s."
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr "(opent in nieuw venster)"
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr "Een onbekende fout is opgetreden"
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr "Kopieer naar klembord"
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr "Systeeminformatie gekopieerd"
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr "Druk op \"Cmd + C\" om te kopiëren"
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ": activeer om de kolom aflopend te sorteren"
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ": activeer om de kolom oplopend te sorteren"
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr "Toon _MENU_ entries"
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr "Geen data beschikbaar in tabel"
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr "Toont _START_ tot _END_ van _TOTAL_ resultaten"
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr "Toont 0 tot 0 van 0 resultaten"
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr "(gefilterd van _MAX_ totale resultaten)"
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr "Geen resultaten gevonden"
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr "Alle"
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr "Vorige"
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ": %d rijen geselecteerd"
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ": 1 rij geselecteerd"
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr "Verleng je licentie nu"
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr "(opent in een nieuw scherm)"
182
 
@@ -192,11 +212,11 @@ msgstr "Ja, ik wil mijn systeeminformatie automatisch delen met het Modern Tribe
192
  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."
193
  msgstr "Je systeeminformatie zal alleen door het Modern Tribe-ondersteuningsteam gebruikt worden. Alle informatie is veilig opgeslagen. We delen deze informatie niet met derden."
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr "Ongeldige sleutel"
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr "Toestemmingsfout"
202
 
@@ -208,36 +228,36 @@ msgstr "Unieke systeeminformatiesleutel gegenereerd"
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr "C&ocirc;te d'Ivoire"
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  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."
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr "Stel organisatoren van Community Events om tickets aan te bieden voor hun evenementen. Je kan flexibele betalingsopties instellen. Ze kunnen ook deelnemers inchecken! Dit kan allemaal beheerd worden vanaf de frontend van de site, zodat ze geen toegang hoeven te hebben tot de admin-omgeving van je site."
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr "Event Tickets Plus en Community Events"
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  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."
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr "The Events Calendar PRO is een betaalde add-on op onze open-source WordPress plugin %1$sThe Events Calendar%2$s. PRO biedt een uitgebreide set aan kalenderfuncties, inclusief terugkerende evenementen, aangepaste event-attributen, opgeslagen locaties en organisatoren, aparte pagina's voor je locaties, geavanceerd evenementbeheer en veel meer."
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr "Het is geweldig dat je kalender <em>DE PLEK</em> is om in contact te komen met uitstekende keuzes om tijd door te brengen. Jabba de Hutt heeft minder vetrollen dan jij evenementen hebt. Wel jammer dat bezoekers een persoonlijke assistent inhuren om door alle keuzes te zoeken. Heb je altijd al de mogelijkheid willen hebben om de kalender te filteren om alleen maar evenementen te zien die op loopafstand zijn, in een weekend plaatsvinden, die gratis zijn? BOOM. Nu kan dat. We introduceren... de Filter Bar."
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Filter Bar"
243
 
@@ -347,17 +367,9 @@ msgstr "Informatie over de recente templateveranderingen en potentieel geraakte
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr "Alleen licenties voor plug-ins die %1$sgeactiveerd zijn via het netwerk%2$s worden in dit scherm weergegeven."
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr "Tribe Common"
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr "Een raamwerk voor evenementinstellingen waarin je gedeelde opties kan beheren"
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
- msgstr "Let er op dat alle hands-on ondersteuning wordt geleverd via de forums. Je kan ons e-mailen of tweeten... maar waarschijnlijk verwijzen we je weer terug naar de forums"
361
 
362
  #: src/admin-views/tribe-options-help.php:31
363
  msgid "Read more about our support policy"
@@ -423,7 +435,7 @@ msgstr "Ondersteuning krijgen"
423
  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."
424
  msgstr "\"Optimaliseer je evenementoverzichten met %1$sThe Events Calendar%2$s, onze gratis kalenderplug-in. Ben je op zoek naar aanvullende functionaliteiten zoals terugkerende evenementen, evenementen toe laten voegen door gebruikers, geavanceerde ticketverkoop en meer? Kijk dan zeker eens naar onze %3$spremium add-ons%4$s."
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr "Community Tickets"
429
 
@@ -467,7 +479,7 @@ msgstr "Plugin inactief"
467
  msgid "Visit the Add-on Page"
468
  msgstr "Bezoek de pagina met add-ons"
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr "Bedankt voor het instellen van een geldige licentie. Het verloopt op %s"
473
 
@@ -495,7 +507,7 @@ msgstr "Geef beheer van je pagina's een extra boost met sorteerbare filters en k
495
  msgid " and "
496
  msgstr "en "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr "Eventbrite Tickets"
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook Events"
507
  msgid "Events Filter Bar"
508
  msgstr "Events Filter Bar"
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr "Event Tickets Plus"
513
 
@@ -519,14 +531,6 @@ msgstr "Events Tickets is een zorgvuldig gemaakte en uitbreidbare plug-in die je
519
  msgid "Event Tickets"
520
  msgstr "Event Tickets"
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr "http://m.tri.be/1x"
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr "Wijzigingen opslaan"
@@ -535,19 +539,11 @@ msgstr "Wijzigingen opslaan"
535
  msgid "Go to plugins page"
536
  msgstr "Ga naar pluginpagina"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Keer terug naar pluginpagina"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ga naar Wordpress updates pagina"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Keer terug naar Wordpress updates pagina"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "onbekende datum"
553
 
@@ -609,7 +605,7 @@ msgstr "Wisconsin"
609
  msgid "Wyoming"
610
  msgstr "Wyoming"
611
 
612
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
613
  msgid "Community Events"
614
  msgstr "Community Events"
615
 
@@ -649,7 +645,7 @@ msgstr "We hopen dat onze plugin je helpt."
649
  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."
650
  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."
651
 
652
- #: src/admin-views/tribe-options-general.php:30
653
  #: src/admin-views/tribe-options-general.php:35
654
  msgid "See an example of the link"
655
  msgstr "Bekijk een voorbeeld van deze link"
@@ -683,11 +679,11 @@ msgstr "niet beschikbaar"
683
  msgid "You need to upgrade!"
684
  msgstr "Je moet upgraden!"
685
 
686
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
687
  msgid "You are up to date!"
688
  msgstr "Je hebt de nieuwste versie!"
689
 
690
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
691
  msgid "Events Calendar PRO"
692
  msgstr "Events Calendar PRO"
693
 
@@ -795,7 +791,7 @@ msgstr "Louisiana"
795
  msgid "Maine"
796
  msgstr "Maine"
797
 
798
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
799
  msgid "Requires:"
800
  msgstr "Benodigd:"
801
 
@@ -923,7 +919,7 @@ msgstr "Bolivia"
923
  msgid "Bosnia And Herzegowina"
924
  msgstr "Bosnië en Herzegovina"
925
 
926
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
927
  #: src/Tribe/App_Shop.php:72
928
  msgid "Event Add-Ons"
929
  msgstr "Event Add-Ons"
@@ -1160,7 +1156,7 @@ msgstr "Gabon"
1160
  msgid "Gambia"
1161
  msgstr "Gambia"
1162
 
1163
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1164
  msgid "Georgia"
1165
  msgstr "Georgië"
1166
 
@@ -1176,7 +1172,7 @@ msgstr "Ghana"
1176
  msgid "Gibraltar"
1177
  msgstr "Gibraltar"
1178
 
1179
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1180
  #: src/Tribe/Settings.php:205
1181
  msgid "Events"
1182
  msgstr "Evenementen"
@@ -1233,8 +1229,8 @@ msgstr "Heard en McDonaldeilanden"
1233
  msgid "Holy See (Vatican City State)"
1234
  msgstr "Vaticaanstad"
1235
 
 
1236
  #: src/Tribe/Settings_Manager.php:253
1237
- #: src/admin-views/tribe-options-licenses.php:66
1238
  msgid "Licenses"
1239
  msgstr "Licenties"
1240
 
@@ -1430,7 +1426,7 @@ msgstr "Micronesia"
1430
  msgid "Moldova, Republic Of"
1431
  msgstr "Moldavië"
1432
 
1433
- #: src/Tribe/Main.php:206
1434
  msgid "Next"
1435
  msgstr "Volgende"
1436
 
@@ -1534,7 +1530,7 @@ msgstr "Oman"
1534
  msgid "Pakistan"
1535
  msgstr "Pakistan"
1536
 
1537
- #: src/Tribe/Main.php:203
1538
  msgid "Search:"
1539
  msgstr "Zoeken:"
1540
 
@@ -1566,7 +1562,7 @@ msgstr "Filipijnen"
1566
  msgid "Pitcairn"
1567
  msgstr "Pitcairneilanden"
1568
 
1569
- #: src/Tribe/PUE/Checker.php:417
1570
  msgid "License Key"
1571
  msgstr "Licentie sleutel"
1572
 
@@ -1574,7 +1570,7 @@ msgstr "Licentie sleutel"
1574
  msgid "Poland"
1575
  msgstr "Polen"
1576
 
1577
- #: src/Tribe/PUE/Checker.php:418
1578
  msgid "A valid license key is required for support and updates"
1579
  msgstr "Een geldige licentie sleutel is nodig voor support en updates"
1580
 
@@ -1582,7 +1578,7 @@ msgstr "Een geldige licentie sleutel is nodig voor support en updates"
1582
  msgid "Portugal"
1583
  msgstr "Portugal"
1584
 
1585
- #: src/Tribe/PUE/Checker.php:500
1586
  msgid "License key(s) updated."
1587
  msgstr "Licentie sleutel(s) code bijgewerkt. "
1588
 
@@ -1590,7 +1586,7 @@ msgstr "Licentie sleutel(s) code bijgewerkt. "
1590
  msgid "Puerto Rico"
1591
  msgstr "Puerto Rico"
1592
 
1593
- #: src/Tribe/PUE/Checker.php:550
1594
  msgid "Sorry, key validation server is not available."
1595
  msgstr "Sorry, licentie validatie server is niet beschikbaar."
1596
 
@@ -1614,7 +1610,7 @@ msgstr "Rusland"
1614
  msgid "Rwanda"
1615
  msgstr "Rwanda"
1616
 
1617
- #: src/Tribe/PUE/Checker.php:563
1618
  msgid "Valid Key! Expires on %s"
1619
  msgstr "Geldige licentie! Verloopt op %s"
1620
 
@@ -1622,7 +1618,7 @@ msgstr "Geldige licentie! Verloopt op %s"
1622
  msgid "Saint Kitts And Nevis"
1623
  msgstr "Saint Kitts en Nevis"
1624
 
1625
- #: src/Tribe/PUE/Checker.php:509
1626
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1627
  msgstr "Hmmm, er gaat iets fout met de validiteitscontrole. Neem contact op met %ssupport%s"
1628
 
@@ -1634,7 +1630,8 @@ msgstr "Saint Lucia"
1634
  msgid "Saint Vincent And The Grenadines"
1635
  msgstr "Saint Vincent en de Grenadines"
1636
 
1637
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1638
  msgid "Events Settings"
1639
  msgstr "Evenementinstellingen"
1640
 
@@ -1690,10 +1687,6 @@ msgstr "Je formulier heeft de volgende fouten:"
1690
  msgid "Seychelles"
1691
  msgstr "Seychellen"
1692
 
1693
- #: src/Tribe/Settings.php:560
1694
- msgid "None of your settings were saved. Please try again."
1695
- msgstr "Geen van je instellingen is opgeslagen. Probeer het nogmaals."
1696
-
1697
  #: src/Tribe/View_Helpers.php:237
1698
  msgid "Sierra Leone"
1699
  msgstr "Sierra Leone"
@@ -1732,7 +1725,7 @@ msgstr "Systeeminformatie"
1732
  msgid "Somalia"
1733
  msgstr "Somalië"
1734
 
1735
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1736
  msgid "Unknown or not set"
1737
  msgstr "Onbekend of niet ingesteld"
1738
 
@@ -1888,11 +1881,11 @@ msgstr "Britse Maagdeneilanden"
1888
  msgid "Virgin Islands (U.S.)"
1889
  msgstr "Amerikaanse Maagdeneilanden"
1890
 
1891
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1892
  msgid "Invalid or incomplete field passed"
1893
  msgstr "Ongeldig of incompleet veld"
1894
 
1895
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1896
  #: src/Tribe/Validate.php:118
1897
  msgid "Field ID:"
1898
  msgstr "Veld-ID:"
@@ -1906,7 +1899,7 @@ msgctxt "non-existant function name passed for field validation"
1906
  msgid "with function name:"
1907
  msgstr "met functienaam:"
1908
 
1909
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1910
  msgid "%s must contain numbers and letters only"
1911
  msgstr "%s mag alleen cijfers en letters bevatten"
1912
 
@@ -1914,7 +1907,7 @@ msgstr "%s mag alleen cijfers en letters bevatten"
1914
  msgid "%s must contain numbers, letters and dots only"
1915
  msgstr "%s mag alleen cijfers, letters en punten bevatten"
1916
 
1917
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1918
  msgid "%s must be a positive number."
1919
  msgstr "%s moet een positief getal zijn."
1920
 
@@ -1926,7 +1919,7 @@ msgstr "%s moet een geldige slug zijn (nummers, letters, streepjes en underscore
1926
  msgid "%s must be a valid absolute URL."
1927
  msgstr "%s moet een valide absolute URL zijn."
1928
 
1929
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1930
  #: src/Tribe/Validate.php:310
1931
  msgid "%s must have a value that's part of its options."
1932
  msgstr "%s moet een waarde hebben die deel is van de opties."
@@ -1971,7 +1964,7 @@ msgstr "%s moet een telefoonnummer zijn."
1971
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1972
  msgstr "Landenlijst moet geformatteerd zijn als een land per regel in het volgende formaat <br>US, United States <br> UK, United Kingdom."
1973
 
1974
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1975
  msgid "Select a Country:"
1976
  msgstr "Selecteer een land:"
1977
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr "Evenementen importeren uit meerdere bronnen was nog nooit zo makkelijk! Event Aggregator helpt je met het beheren van import-feeds van Facebook, Meetup, Google Calendar, iCalendar, CSV en ICS. Je kan handmatig importeren, maar ook automatische imports instellen. Event Aggregator biedt een handig dashboard om bulk imports, filters, one-way synchronisatie, importeergeschiedenis en meer inzichtelijk te hebben en te beheren."
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr "Er is een update voor %s. Je moet %sje licentie checken%s om toegang te hebben tot updates, downloads en ondersteuning."
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr "Er is een update voor %s. %sVernieuw je licentie%s om toegang te krijgen tot bugfixes, beveiligingsupdates en nieuwe functies."
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr "Blader door alle Add-Ons"
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr "Koop deze Add-On"
105
 
127
  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."
128
  msgstr "De licentiesleutel die je hebt gekregen tijdens de afronding van je aankoop van %1$s geeft je toegang tot ondersteuning en updates totdat het verloopt. Je hoeft de sleutel niet hieronder in te voeren om de plugins te laten werken, maar je hebt het nodig om automatische updates te krijgen. %3$sVind je licentiesleutels op %2$s%4$s."
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr "(opent in nieuw venster)"
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr "Kopieer naar klembord"
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr "Systeeminformatie gekopieerd"
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr "Druk op \"Cmd + C\" om te kopiëren"
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ": activeer om de kolom aflopend te sorteren"
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ": activeer om de kolom oplopend te sorteren"
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr "Toon _MENU_ entries"
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr "Geen data beschikbaar in tabel"
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr "Toont _START_ tot _END_ van _TOTAL_ resultaten"
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr "Toont 0 tot 0 van 0 resultaten"
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr "(gefilterd van _MAX_ totale resultaten)"
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr "Geen resultaten gevonden"
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr "Alle"
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr "Vorige"
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ": %d rijen geselecteerd"
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ": 1 rij geselecteerd"
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr "Verleng je licentie nu"
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr "(opent in een nieuw scherm)"
202
 
212
  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."
213
  msgstr "Je systeeminformatie zal alleen door het Modern Tribe-ondersteuningsteam gebruikt worden. Alle informatie is veilig opgeslagen. We delen deze informatie niet met derden."
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr "Ongeldige sleutel"
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr "Toestemmingsfout"
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr "C&ocirc;te d'Ivoire"
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  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."
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr "Stel organisatoren van Community Events om tickets aan te bieden voor hun evenementen. Je kan flexibele betalingsopties instellen. Ze kunnen ook deelnemers inchecken! Dit kan allemaal beheerd worden vanaf de frontend van de site, zodat ze geen toegang hoeven te hebben tot de admin-omgeving van je site."
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr "Event Tickets Plus en Community Events"
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  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."
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr "The Events Calendar PRO is een betaalde add-on op onze open-source WordPress plugin %1$sThe Events Calendar%2$s. PRO biedt een uitgebreide set aan kalenderfuncties, inclusief terugkerende evenementen, aangepaste event-attributen, opgeslagen locaties en organisatoren, aparte pagina's voor je locaties, geavanceerd evenementbeheer en veel meer."
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr "Het is geweldig dat je kalender <em>DE PLEK</em> is om in contact te komen met uitstekende keuzes om tijd door te brengen. Jabba de Hutt heeft minder vetrollen dan jij evenementen hebt. Wel jammer dat bezoekers een persoonlijke assistent inhuren om door alle keuzes te zoeken. Heb je altijd al de mogelijkheid willen hebben om de kalender te filteren om alleen maar evenementen te zien die op loopafstand zijn, in een weekend plaatsvinden, die gratis zijn? BOOM. Nu kan dat. We introduceren... de Filter Bar."
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Filter Bar"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr "Alleen licenties voor plug-ins die %1$sgeactiveerd zijn via het netwerk%2$s worden in dit scherm weergegeven."
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
+ msgstr ""
373
 
374
  #: src/admin-views/tribe-options-help.php:31
375
  msgid "Read more about our support policy"
435
  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."
436
  msgstr "\"Optimaliseer je evenementoverzichten met %1$sThe Events Calendar%2$s, onze gratis kalenderplug-in. Ben je op zoek naar aanvullende functionaliteiten zoals terugkerende evenementen, evenementen toe laten voegen door gebruikers, geavanceerde ticketverkoop en meer? Kijk dan zeker eens naar onze %3$spremium add-ons%4$s."
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr "Community Tickets"
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr "Bezoek de pagina met add-ons"
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr "Bedankt voor het instellen van een geldige licentie. Het verloopt op %s"
485
 
507
  msgid " and "
508
  msgstr "en "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr "Eventbrite Tickets"
513
 
519
  msgid "Events Filter Bar"
520
  msgstr "Events Filter Bar"
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr "Event Tickets Plus"
525
 
531
  msgid "Event Tickets"
532
  msgstr "Event Tickets"
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr "Wijzigingen opslaan"
539
  msgid "Go to plugins page"
540
  msgstr "Ga naar pluginpagina"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ga naar Wordpress updates pagina"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "onbekende datum"
549
 
605
  msgid "Wyoming"
606
  msgstr "Wyoming"
607
 
608
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
609
  msgid "Community Events"
610
  msgstr "Community Events"
611
 
645
  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."
646
  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."
647
 
648
+ #: src/admin-views/tribe-options-general.php:30,
649
  #: src/admin-views/tribe-options-general.php:35
650
  msgid "See an example of the link"
651
  msgstr "Bekijk een voorbeeld van deze link"
679
  msgid "You need to upgrade!"
680
  msgstr "Je moet upgraden!"
681
 
682
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
683
  msgid "You are up to date!"
684
  msgstr "Je hebt de nieuwste versie!"
685
 
686
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
687
  msgid "Events Calendar PRO"
688
  msgstr "Events Calendar PRO"
689
 
791
  msgid "Maine"
792
  msgstr "Maine"
793
 
794
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
795
  msgid "Requires:"
796
  msgstr "Benodigd:"
797
 
919
  msgid "Bosnia And Herzegowina"
920
  msgstr "Bosnië en Herzegovina"
921
 
922
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
923
  #: src/Tribe/App_Shop.php:72
924
  msgid "Event Add-Ons"
925
  msgstr "Event Add-Ons"
1156
  msgid "Gambia"
1157
  msgstr "Gambia"
1158
 
1159
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1160
  msgid "Georgia"
1161
  msgstr "Georgië"
1162
 
1172
  msgid "Gibraltar"
1173
  msgstr "Gibraltar"
1174
 
1175
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1176
  #: src/Tribe/Settings.php:205
1177
  msgid "Events"
1178
  msgstr "Evenementen"
1229
  msgid "Holy See (Vatican City State)"
1230
  msgstr "Vaticaanstad"
1231
 
1232
+ #: src/admin-views/tribe-options-licenses.php:66,
1233
  #: src/Tribe/Settings_Manager.php:253
 
1234
  msgid "Licenses"
1235
  msgstr "Licenties"
1236
 
1426
  msgid "Moldova, Republic Of"
1427
  msgstr "Moldavië"
1428
 
1429
+ #: src/Tribe/Main.php:237
1430
  msgid "Next"
1431
  msgstr "Volgende"
1432
 
1530
  msgid "Pakistan"
1531
  msgstr "Pakistan"
1532
 
1533
+ #: src/Tribe/Main.php:234
1534
  msgid "Search:"
1535
  msgstr "Zoeken:"
1536
 
1562
  msgid "Pitcairn"
1563
  msgstr "Pitcairneilanden"
1564
 
1565
+ #: src/Tribe/PUE/Checker.php:422
1566
  msgid "License Key"
1567
  msgstr "Licentie sleutel"
1568
 
1570
  msgid "Poland"
1571
  msgstr "Polen"
1572
 
1573
+ #: src/Tribe/PUE/Checker.php:423
1574
  msgid "A valid license key is required for support and updates"
1575
  msgstr "Een geldige licentie sleutel is nodig voor support en updates"
1576
 
1578
  msgid "Portugal"
1579
  msgstr "Portugal"
1580
 
1581
+ #: src/Tribe/PUE/Checker.php:505
1582
  msgid "License key(s) updated."
1583
  msgstr "Licentie sleutel(s) code bijgewerkt. "
1584
 
1586
  msgid "Puerto Rico"
1587
  msgstr "Puerto Rico"
1588
 
1589
+ #: src/Tribe/PUE/Checker.php:555
1590
  msgid "Sorry, key validation server is not available."
1591
  msgstr "Sorry, licentie validatie server is niet beschikbaar."
1592
 
1610
  msgid "Rwanda"
1611
  msgstr "Rwanda"
1612
 
1613
+ #: src/Tribe/PUE/Checker.php:568
1614
  msgid "Valid Key! Expires on %s"
1615
  msgstr "Geldige licentie! Verloopt op %s"
1616
 
1618
  msgid "Saint Kitts And Nevis"
1619
  msgstr "Saint Kitts en Nevis"
1620
 
1621
+ #: src/Tribe/PUE/Checker.php:514
1622
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1623
  msgstr "Hmmm, er gaat iets fout met de validiteitscontrole. Neem contact op met %ssupport%s"
1624
 
1630
  msgid "Saint Vincent And The Grenadines"
1631
  msgstr "Saint Vincent en de Grenadines"
1632
 
1633
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1634
+ #: src/Tribe/Settings.php:236
1635
  msgid "Events Settings"
1636
  msgstr "Evenementinstellingen"
1637
 
1687
  msgid "Seychelles"
1688
  msgstr "Seychellen"
1689
 
 
 
 
 
1690
  #: src/Tribe/View_Helpers.php:237
1691
  msgid "Sierra Leone"
1692
  msgstr "Sierra Leone"
1725
  msgid "Somalia"
1726
  msgstr "Somalië"
1727
 
1728
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1729
  msgid "Unknown or not set"
1730
  msgstr "Onbekend of niet ingesteld"
1731
 
1881
  msgid "Virgin Islands (U.S.)"
1882
  msgstr "Amerikaanse Maagdeneilanden"
1883
 
1884
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1885
  msgid "Invalid or incomplete field passed"
1886
  msgstr "Ongeldig of incompleet veld"
1887
 
1888
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1889
  #: src/Tribe/Validate.php:118
1890
  msgid "Field ID:"
1891
  msgstr "Veld-ID:"
1899
  msgid "with function name:"
1900
  msgstr "met functienaam:"
1901
 
1902
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1903
  msgid "%s must contain numbers and letters only"
1904
  msgstr "%s mag alleen cijfers en letters bevatten"
1905
 
1907
  msgid "%s must contain numbers, letters and dots only"
1908
  msgstr "%s mag alleen cijfers, letters en punten bevatten"
1909
 
1910
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1911
  msgid "%s must be a positive number."
1912
  msgstr "%s moet een positief getal zijn."
1913
 
1919
  msgid "%s must be a valid absolute URL."
1920
  msgstr "%s moet een valide absolute URL zijn."
1921
 
1922
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1923
  #: src/Tribe/Validate.php:310
1924
  msgid "%s must have a value that's part of its options."
1925
  msgstr "%s moet een waarde hebben die deel is van de opties."
1964
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1965
  msgstr "Landenlijst moet geformatteerd zijn als een land per regel in het volgende formaat <br>US, United States <br> UK, United Kingdom."
1966
 
1967
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1968
  msgid "Select a Country:"
1969
  msgstr "Selecteer een land:"
1970
 
common/lang/tribe-common-pl_PL.mo CHANGED
File without changes
common/lang/tribe-common-pl_PL.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr "Pasek Filtrów"
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr "i"
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr ""
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr ""
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr ""
@@ -538,19 +542,11 @@ msgstr ""
538
  msgid "Go to plugins page"
539
  msgstr ""
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr ""
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr ""
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr ""
556
 
@@ -610,7 +606,7 @@ msgstr "Wisconsin"
610
  msgid "Wyoming"
611
  msgstr "Wyoming"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr ""
616
 
@@ -650,7 +646,7 @@ msgstr ""
650
  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."
651
  msgstr ""
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr ""
@@ -684,11 +680,11 @@ msgstr ""
684
  msgid "You need to upgrade!"
685
  msgstr ""
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr ""
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Louisiana"
796
  msgid "Maine"
797
  msgstr "Maine"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Wymagana:"
802
 
@@ -924,7 +920,7 @@ msgstr ""
924
  msgid "Bosnia And Herzegowina"
925
  msgstr ""
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Dodatki"
@@ -1161,7 +1157,7 @@ msgstr "Gabon"
1161
  msgid "Gambia"
1162
  msgstr "Gambia"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr ""
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Ghana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltar"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Wydarzenia"
@@ -1234,8 +1230,8 @@ msgstr ""
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr ""
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licencje"
1241
 
@@ -1431,7 +1427,7 @@ msgstr ""
1431
  msgid "Moldova, Republic Of"
1432
  msgstr ""
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Następny"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Oman"
1535
  msgid "Pakistan"
1536
  msgstr "Pakistan"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipiny"
1567
  msgid "Pitcairn"
1568
  msgstr ""
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr "Klucz licencyjny"
1573
 
@@ -1575,7 +1571,7 @@ msgstr "Klucz licencyjny"
1575
  msgid "Poland"
1576
  msgstr "Polska"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr ""
1581
 
@@ -1583,7 +1579,7 @@ msgstr ""
1583
  msgid "Portugal"
1584
  msgstr "Portugalia"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr "Klucz licencyjny zaktualizowany."
1589
 
@@ -1591,7 +1587,7 @@ msgstr "Klucz licencyjny zaktualizowany."
1591
  msgid "Puerto Rico"
1592
  msgstr "Portoryko"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr "Przepraszamy, serwer weryfikujący klucze jest niedostępny."
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Federacja Rosyjska"
1615
  msgid "Rwanda"
1616
  msgstr "Rwanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr ""
1621
 
@@ -1623,7 +1619,7 @@ msgstr ""
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr ""
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr ""
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr ""
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Ustawienia wydarzeń"
1641
 
@@ -1691,10 +1688,6 @@ msgstr ""
1691
  msgid "Seychelles"
1692
  msgstr "Seszele"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr ""
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Sierra Leone"
@@ -1734,7 +1727,7 @@ msgstr "Informacje systemowe"
1734
  msgid "Somalia"
1735
  msgstr "Somalia"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr ""
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Wyspy Dziewicze (Wielka Brytania)"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Wyspy Dziewicze (USA)"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr ""
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "ID pola:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr ""
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr ""
1914
 
@@ -1916,7 +1909,7 @@ msgstr ""
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s może zawierać jedynie cyfry, litery oraz kropkę"
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s musi być liczbą dodatnią."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s musi być poprawnym slugiem (moze zawierać cyfry, litery, myślniki
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s musi być poprawnym bezwzględnym adresem URL."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr ""
@@ -1973,7 +1966,7 @@ msgstr "%s musi być numerem telefonu."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Podaj po jednym kraju w każdej linii, zachowując następujący format: <br>US, United States <br> UK, United Kingdom."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Wybierz kraj:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr "Pasek Filtrów"
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr "i"
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr ""
542
  msgid "Go to plugins page"
543
  msgstr ""
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr ""
552
 
606
  msgid "Wyoming"
607
  msgstr "Wyoming"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr ""
612
 
646
  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."
647
  msgstr ""
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr ""
680
  msgid "You need to upgrade!"
681
  msgstr ""
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr ""
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Maine"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Wymagana:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr ""
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Dodatki"
1157
  msgid "Gambia"
1158
  msgstr "Gambia"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr ""
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltar"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Wydarzenia"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr ""
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licencje"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr ""
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Następny"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pakistan"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr ""
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr "Klucz licencyjny"
1569
 
1571
  msgid "Poland"
1572
  msgstr "Polska"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr ""
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugalia"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr "Klucz licencyjny zaktualizowany."
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Portoryko"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr "Przepraszamy, serwer weryfikujący klucze jest niedostępny."
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Rwanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr ""
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr ""
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr ""
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Ustawienia wydarzeń"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Seszele"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Sierra Leone"
1727
  msgid "Somalia"
1728
  msgstr "Somalia"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr ""
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Wyspy Dziewicze (USA)"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr ""
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "ID pola:"
1901
  msgid "with function name:"
1902
  msgstr ""
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr ""
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s może zawierać jedynie cyfry, litery oraz kropkę"
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s musi być liczbą dodatnią."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s musi być poprawnym bezwzględnym adresem URL."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr ""
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Podaj po jednym kraju w każdej linii, zachowując następujący format: <br>US, United States <br> UK, United Kingdom."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Wybierz kraj:"
1972
 
common/lang/tribe-common-pt_BR.mo CHANGED
Binary file
common/lang/tribe-common-pt_BR.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "e"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Ir para a página de Plugins"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Voltar a página de Plugins"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ir para a página de Atualização do Wordpress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Voltar para a página de Atualização do Wordpress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr ""
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Eventos da comunidade"
613
 
@@ -647,7 +643,7 @@ msgstr "Esperamos que nosso plugin esteja lhe ajudando."
647
  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."
648
  msgstr "Você está pensando \"Uau, este plugin é incrível! Devo agradecer à Modern Tribe pelo seu trabalho duro. \" O que poderíamos pedir é seu reconhecimento. Adicionar um pequeno texto somente link na parte inferior do seu calendário apontando para o projeto The Events Calendar."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Veja um exemplo do link"
@@ -681,11 +677,11 @@ msgstr "não disponível"
681
  msgid "You need to upgrade!"
682
  msgstr "Você precisa atualizar!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Você está atualizado!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requer:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolívia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Add-Ons do Evento"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Eventos"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenças"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republic Of"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Próximo"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipinas"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Chave de Licença"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Chave de Licença"
1572
  msgid "Poland"
1573
  msgstr "Poland"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "É necessária uma chave de licença para suporte e atualizações"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "É necessária uma chave de licença para suporte e atualizações"
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Chave(s) de licença atualizada(s)"
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Chave(s) de licença atualizada(s)"
1588
  msgid "Puerto Rico"
1589
  msgstr "Porto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Desculpe, o servidor de validação da chave não está disponível."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Chave válida! Expira em %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Chave válida! Expira em %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Configurações de eventos"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Seu formulário contém os seguintes erros:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Nenhuma de suas configurações foi salva. Por favor, tente de novo."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informações do Sistema"
1730
  msgid "Somalia"
1731
  msgstr "Somália"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Desconhecido ou não definido"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Um campo inválido ou incompleto passou"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "ID do Campo:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "Nome de função com:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s pode conter números e letras apenas."
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s pode conter números e letras apenas."
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s pode conter números, letras e pontos apenas."
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s precisa ser um número positivo."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s precisa ser um slug válido (números, letras, traços e sublinhados)
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%sprecisa ser uma URL absoluta válida."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s precisa ter um valor que seja parte destas opções."
@@ -1969,7 +1962,7 @@ msgstr "%s deve ser um número de telefone."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "A listagem de países deve ser formatada com um país por linha, no seguinte formato: <br/>US, Estados Unidos <br/> UK, Reino Unido."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Selecione um País:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "e"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Ir para a página de Plugins"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ir para a página de Atualização do Wordpress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr ""
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Eventos da comunidade"
609
 
643
  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."
644
  msgstr "Você está pensando \"Uau, este plugin é incrível! Devo agradecer à Modern Tribe pelo seu trabalho duro. \" O que poderíamos pedir é seu reconhecimento. Adicionar um pequeno texto somente link na parte inferior do seu calendário apontando para o projeto The Events Calendar."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Veja um exemplo do link"
677
  msgid "You need to upgrade!"
678
  msgstr "Você precisa atualizar!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Você está atualizado!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requer:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Add-Ons do Evento"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Eventos"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenças"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republic Of"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Próximo"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Chave de Licença"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poland"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "É necessária uma chave de licença para suporte e atualizações"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Chave(s) de licença atualizada(s)"
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Porto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Desculpe, o servidor de validação da chave não está disponível."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Chave válida! Expira em %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Configurações de eventos"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somália"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Desconhecido ou não definido"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Um campo inválido ou incompleto passou"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "ID do Campo:"
1897
  msgid "with function name:"
1898
  msgstr "Nome de função com:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s pode conter números e letras apenas."
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s pode conter números, letras e pontos apenas."
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s precisa ser um número positivo."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%sprecisa ser uma URL absoluta válida."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s precisa ter um valor que seja parte destas opções."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "A listagem de países deve ser formatada com um país por linha, no seguinte formato: <br/>US, Estados Unidos <br/> UK, Reino Unido."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Selecione um País:"
1968
 
common/lang/tribe-common-pt_PT.mo CHANGED
Binary file
common/lang/tribe-common-pt_PT.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr ""
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr " e"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr "Facebook Events"
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Ir para a página de plugins"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Voltar para a página de plugins"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ir para a página de actualizações do WordPress"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Voltar para a página de actualizações do WordPress"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "data desconhecida"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Eventos da Comunidade"
613
 
@@ -647,7 +643,7 @@ msgstr "Esperemos que nosso plugin o tenha ajudado."
647
  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."
648
  msgstr "Está a pensar \"Uau, este plugin é fantástico! Eu devia agradecer à Modern Tribe por todo o seu árduo trabalho.\" O maior agradecimento que podemos pedir é reconhecimento. Adicione um pequeno link textual no final do seu calendário a apontar para o projecto do Calendário de Eventos."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Ver um exemplo de um link"
@@ -681,11 +677,11 @@ msgstr "N/D "
681
  msgid "You need to upgrade!"
682
  msgstr "Precisa de actualizar!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Está actualizado!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr "Events Calendar PRO"
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Requere:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Add-Ons de Evento"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Eventos"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenças"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova, Republic Of"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Próximo"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Philippines"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Chave da Licença"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Chave da Licença"
1572
  msgid "Poland"
1573
  msgstr "Poland"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "É necessária uma licença válida para receber apoio e atualizações."
1578
 
@@ -1580,7 +1576,7 @@ msgstr "É necessária uma licença válida para receber apoio e atualizações.
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Chaves da licenças actualizadas."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Chaves da licenças actualizadas."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Desculpe, o servidor de validação das chaves não está disponível."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Chave válida! Expira em %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Chave válida! Expira em %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Definiçoes de Eventos"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "O seu formulário tem os seguintes erros:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Nenhuma das suas definições foi salva. Por favor tente novamente."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Informação do Sistema"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Desconhecido ou não definido"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Islands (British)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Islands (U.S.)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Campo inválido ou incompleto passou"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "ID do campo:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "com nome da função:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s deve conter somente números e letras"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s deve conter somente números e letras"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s deve conter somente números, letras e pontos"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s deve ser um número positivo"
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s deve ser uma slug válida (números, letras, traço e underscores)."
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s deve ser um URL válido e absoluto."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s deve ser um valor que seja parte das suas opções."
@@ -1969,7 +1962,7 @@ msgstr "%s deve ser um número de telefone"
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "A lista de países deve ser formatada como um país por linha no seguinte formato: <br>US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Selecione um país:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr ""
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr " e"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Ir para a página de plugins"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Ir para a página de actualizações do WordPress"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "data desconhecida"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Eventos da Comunidade"
609
 
643
  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."
644
  msgstr "Está a pensar \"Uau, este plugin é fantástico! Eu devia agradecer à Modern Tribe por todo o seu árduo trabalho.\" O maior agradecimento que podemos pedir é reconhecimento. Adicione um pequeno link textual no final do seu calendário a apontar para o projecto do Calendário de Eventos."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Ver um exemplo de um link"
677
  msgid "You need to upgrade!"
678
  msgstr "Precisa de actualizar!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Está actualizado!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr "Events Calendar PRO"
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Requere:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Add-Ons de Evento"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Eventos"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenças"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova, Republic Of"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Próximo"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Chave da Licença"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Poland"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "É necessária uma licença válida para receber apoio e atualizações."
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Chaves da licenças actualizadas."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Desculpe, o servidor de validação das chaves não está disponível."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Chave válida! Expira em %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Definiçoes de Eventos"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Desconhecido ou não definido"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Islands (U.S.)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Campo inválido ou incompleto passou"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "ID do campo:"
1897
  msgid "with function name:"
1898
  msgstr "com nome da função:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s deve conter somente números e letras"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s deve conter somente números, letras e pontos"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s deve ser um número positivo"
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s deve ser um URL válido e absoluto."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s deve ser um valor que seja parte das suas opções."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "A lista de países deve ser formatada como um país por linha no seguinte formato: <br>US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Selecione um país:"
1968
 
common/lang/tribe-common-ro_RO.mo CHANGED
Binary file
common/lang/tribe-common-ro_RO.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr ""
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr "şi"
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr "Evenimente Facebook"
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr ""
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr ""
@@ -538,19 +542,11 @@ msgstr ""
538
  msgid "Go to plugins page"
539
  msgstr ""
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr ""
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr ""
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr ""
556
 
@@ -610,7 +606,7 @@ msgstr "Wisconsin"
610
  msgid "Wyoming"
611
  msgstr "Wyoming"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr ""
616
 
@@ -650,7 +646,7 @@ msgstr "Sperăm că suplimentul nostru vă este de ajutor."
650
  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."
651
  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."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Priviţi un exemplu de legătură"
@@ -684,11 +680,11 @@ msgstr ""
684
  msgid "You need to upgrade!"
685
  msgstr "Trebuie să actualizaţi!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "Aveţi versiunea actualizată!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Louisiana"
796
  msgid "Maine"
797
  msgstr "Maine"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Cerinţe:"
802
 
@@ -924,7 +920,7 @@ msgstr "Bolivia"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Bosnia Şi Herzegowina"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Suplimente Eveniment"
@@ -1161,7 +1157,7 @@ msgstr "Gabon"
1161
  msgid "Gambia"
1162
  msgstr "Gambia"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Georgia"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Ghana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltar"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Evenimente"
@@ -1234,8 +1230,8 @@ msgstr "Heard Şi Mc Donald, Insulele"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Holy See (Oraşul Stat Vatican)"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licenţe"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Micronesia, Statele Federale"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Moldova, Republica"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Următor"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Oman"
1535
  msgid "Pakistan"
1536
  msgstr "Pakistan"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipine"
1567
  msgid "Pitcairn"
1568
  msgstr "Pitcairn"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr ""
1573
 
@@ -1575,7 +1571,7 @@ msgstr ""
1575
  msgid "Poland"
1576
  msgstr "Polonia"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr ""
1581
 
@@ -1583,7 +1579,7 @@ msgstr ""
1583
  msgid "Portugal"
1584
  msgstr "Portugalia"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr ""
1589
 
@@ -1591,7 +1587,7 @@ msgstr ""
1591
  msgid "Puerto Rico"
1592
  msgstr "Puerto Rico"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr ""
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Rusia, Federaţia Rusă"
1615
  msgid "Rwanda"
1616
  msgstr "Rwanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr ""
1621
 
@@ -1623,7 +1619,7 @@ msgstr ""
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Saint Kitts Şi Nevis"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Saint Lucia"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Saint Vincent Şi Grenadines"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Configurări Evenimente"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "Formularul dvs. a avut următoarele erori:"
1691
  msgid "Seychelles"
1692
  msgstr "Seychelles"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Nici-una din configurări nu a fost salvată. Vă rugăm să reîncercaţi."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Sierra Leone"
@@ -1734,7 +1727,7 @@ msgstr ""
1734
  msgid "Somalia"
1735
  msgstr "Somalia"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr ""
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Virgin Islands (British)"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Virgin Islands (U.S.)"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Câmpul trecut este invalid sau incomplet "
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "ID Câmp:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr ""
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s trebuie să conţină doar numere şi litere"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s trebuie să conţină doar numere şi litere"
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s trebuie să conţină doar numere, litere şi liniuţe"
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s trebuie să fie un număr pozitiv."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s trebuie să fie un slug valid (numere, litere,liniuţe şi linii de s
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s trebuie să fie o adresă URL absolută."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s trebuie să aibă o valoare, parte din propriile-i opţiuni."
@@ -1973,7 +1966,7 @@ msgstr "%s trebuie să fie un număr de telefon."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Lista ţărilor trebuie formatată sub forma unei singure ţări pe linie, cu următorul format:<br>RO, România <br> UK, United Kingdom."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Selectaţi Ţara:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr ""
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr "şi"
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr ""
542
  msgid "Go to plugins page"
543
  msgstr ""
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr ""
552
 
606
  msgid "Wyoming"
607
  msgstr "Wyoming"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr ""
612
 
646
  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."
647
  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."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Priviţi un exemplu de legătură"
680
  msgid "You need to upgrade!"
681
  msgstr "Trebuie să actualizaţi!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "Aveţi versiunea actualizată!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Maine"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Cerinţe:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Bosnia Şi Herzegowina"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Suplimente Eveniment"
1157
  msgid "Gambia"
1158
  msgstr "Gambia"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Georgia"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltar"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Evenimente"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Holy See (Oraşul Stat Vatican)"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licenţe"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Moldova, Republica"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Următor"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pakistan"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Pitcairn"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr ""
1569
 
1571
  msgid "Poland"
1572
  msgstr "Polonia"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr ""
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugalia"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr ""
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Puerto Rico"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr ""
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Rwanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr ""
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Saint Kitts Şi Nevis"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Saint Vincent Şi Grenadines"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Configurări Evenimente"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Sierra Leone"
1727
  msgid "Somalia"
1728
  msgstr "Somalia"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr ""
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Virgin Islands (U.S.)"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Câmpul trecut este invalid sau incomplet "
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "ID Câmp:"
1901
  msgid "with function name:"
1902
  msgstr ""
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s trebuie să conţină doar numere şi litere"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s trebuie să conţină doar numere, litere şi liniuţe"
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s trebuie să fie un număr pozitiv."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s trebuie să fie o adresă URL absolută."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s trebuie să aibă o valoare, parte din propriile-i opţiuni."
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Lista ţărilor trebuie formatată sub forma unei singure ţări pe linie, cu următorul format:<br>RO, România <br> UK, United Kingdom."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Selectaţi Ţara:"
1972
 
common/lang/tribe-common-ru_RU.mo CHANGED
Binary file
common/lang/tribe-common-ru_RU.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr "Фильтры"
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr "и"
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr "Мероприятия Фейсбука"
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr ""
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr ""
@@ -538,19 +542,11 @@ msgstr ""
538
  msgid "Go to plugins page"
539
  msgstr "Перейти на страницу плагина"
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr "Вернуться на страницу плагина"
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr "Перейти на страницу обновления WordPress"
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr "Вернуться на страницу обновления WordPress"
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr "неизвестная дата"
556
 
@@ -610,7 +606,7 @@ msgstr "Висконсин"
610
  msgid "Wyoming"
611
  msgstr "Вайоминг"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr "Встречи сообщества"
616
 
@@ -650,7 +646,7 @@ msgstr "Надеемся, наш плагин помогает вам."
650
  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."
651
  msgstr "Вы думаете \"Ух ты, этот плагин замечательный! Я должен поблагодарить Modern Tribe за их тяжелую работу.\" Лучшая благодарность для нас - признание. Добавьте в конце вашего календаря небольшую текстовую ссылку на проект The Events Calendar."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Посмотреть образец ссылки"
@@ -684,11 +680,11 @@ msgstr "н/д"
684
  msgid "You need to upgrade!"
685
  msgstr "Вам нужно обновиться!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "У вас самая новая версия!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Луизиана"
796
  msgid "Maine"
797
  msgstr "Мэн"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Требуется:"
802
 
@@ -924,7 +920,7 @@ msgstr "Боливия"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Босния и Герцоговина"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Расширения мероприятия"
@@ -1161,7 +1157,7 @@ msgstr "Габон"
1161
  msgid "Gambia"
1162
  msgstr "Гамбия"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Грузия"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Гана"
1177
  msgid "Gibraltar"
1178
  msgstr "Гибралтар"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Мероприятия"
@@ -1234,8 +1230,8 @@ msgstr "Остров Херд и острова Макдональд"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Ватикан"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Лицензии"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Микронезия, Федеративные Штаты"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Руспублика Молдова"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Следующий"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Оман"
1535
  msgid "Pakistan"
1536
  msgstr "Пакистан"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Филипины"
1567
  msgid "Pitcairn"
1568
  msgstr "Питкэрн"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr "Лицензионный ключ"
1573
 
@@ -1575,7 +1571,7 @@ msgstr "Лицензионный ключ"
1575
  msgid "Poland"
1576
  msgstr "Польша"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr "Необходим допустимый лицензионный ключ для поддержки и обновлений."
1581
 
@@ -1583,7 +1579,7 @@ msgstr "Необходим допустимый лицензионный клю
1583
  msgid "Portugal"
1584
  msgstr "Португалия"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr "Лицензионный ключ(и) обновлен."
1589
 
@@ -1591,7 +1587,7 @@ msgstr "Лицензионный ключ(и) обновлен."
1591
  msgid "Puerto Rico"
1592
  msgstr "Пуэрто Рико"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr "Извините, сервер подтверждения ключа недоступен."
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Российская Федерация"
1615
  msgid "Rwanda"
1616
  msgstr "Руанда"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr "Допустимый ключ! Срок действия заканчивается %s"
1621
 
@@ -1623,7 +1619,7 @@ msgstr "Допустимый ключ! Срок действия заканчи
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Сент-Китс и Невис"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Сент-Люсия"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Сент-Винсент и Гренадины"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Настройки мероприятий"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "В вашей форме были следующие ошибки:"
1691
  msgid "Seychelles"
1692
  msgstr "Сейшелы"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Ни одна из ваших настроек не была сохранена. Пожалуйста, попробуйте снова."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Сьерра-Леоне"
@@ -1734,7 +1727,7 @@ msgstr "Информация о системе"
1734
  msgid "Somalia"
1735
  msgstr "Сомали"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr "Неизвестный или не установленный"
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Виргинские острова (Британские)"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Виргинские острова (США)"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Отправлено пустое поле или поле с неправильным значением"
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "ID поля:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr "с названием функции:"
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s должен содержать только цифры и буквы"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s должен содержать только цифры и буквы
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s должен содержать только цифры, буквы и точки"
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s должен быть положительным числом."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s должен быть допустимым адресом (цифры
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s должен быть допустимой абсолютной ссылкой."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s должен иметь значение, которое является частью его параметров."
@@ -1973,7 +1966,7 @@ msgstr "%s должен быть номером телефона."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Список стран должен быть форматирован следующим образом: одна страна в строке в формате <br>США, Соединенные штаты Америки <br>ВБ, Великобритания."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Выберите страну:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr "Фильтры"
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr "и"
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr ""
542
  msgid "Go to plugins page"
543
  msgstr "Перейти на страницу плагина"
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr "Перейти на страницу обновления WordPress"
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr "неизвестная дата"
552
 
606
  msgid "Wyoming"
607
  msgstr "Вайоминг"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr "Встречи сообщества"
612
 
646
  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."
647
  msgstr "Вы думаете \"Ух ты, этот плагин замечательный! Я должен поблагодарить Modern Tribe за их тяжелую работу.\" Лучшая благодарность для нас - признание. Добавьте в конце вашего календаря небольшую текстовую ссылку на проект The Events Calendar."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Посмотреть образец ссылки"
680
  msgid "You need to upgrade!"
681
  msgstr "Вам нужно обновиться!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "У вас самая новая версия!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Мэн"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Требуется:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Босния и Герцоговина"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Расширения мероприятия"
1157
  msgid "Gambia"
1158
  msgstr "Гамбия"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Грузия"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Гибралтар"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Мероприятия"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Ватикан"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Лицензии"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Руспублика Молдова"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Следующий"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Пакистан"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Питкэрн"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr "Лицензионный ключ"
1569
 
1571
  msgid "Poland"
1572
  msgstr "Польша"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr "Необходим допустимый лицензионный ключ для поддержки и обновлений."
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Португалия"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr "Лицензионный ключ(и) обновлен."
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Пуэрто Рико"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr "Извините, сервер подтверждения ключа недоступен."
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Руанда"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr "Допустимый ключ! Срок действия заканчивается %s"
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Сент-Китс и Невис"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Сент-Винсент и Гренадины"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Настройки мероприятий"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Сейшелы"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Сьерра-Леоне"
1727
  msgid "Somalia"
1728
  msgstr "Сомали"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr "Неизвестный или не установленный"
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Виргинские острова (США)"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Отправлено пустое поле или поле с неправильным значением"
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "ID поля:"
1901
  msgid "with function name:"
1902
  msgstr "с названием функции:"
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s должен содержать только цифры и буквы"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s должен содержать только цифры, буквы и точки"
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s должен быть положительным числом."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s должен быть допустимой абсолютной ссылкой."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s должен иметь значение, которое является частью его параметров."
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Список стран должен быть форматирован следующим образом: одна страна в строке в формате <br>США, Соединенные штаты Америки <br>ВБ, Великобритания."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Выберите страну:"
1972
 
common/lang/tribe-common-sk_SK.mo CHANGED
Binary file
common/lang/tribe-common-sk_SK.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr ""
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr "a"
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr ""
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr ""
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr ""
@@ -538,19 +542,11 @@ msgstr ""
538
  msgid "Go to plugins page"
539
  msgstr ""
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr ""
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr ""
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr ""
556
 
@@ -610,7 +606,7 @@ msgstr "Wisconsin"
610
  msgid "Wyoming"
611
  msgstr "Wyoming"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr "Verejné udalosti"
616
 
@@ -650,7 +646,7 @@ msgstr "Dúfame, že vám doplnok pomohol."
650
  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."
651
  msgstr "Myslíte si, že \"Wow, tento doplnok je úžasný. Mali by ste sa poďakovať Modern Tribe za ich tvrdú prácu.\" Najväčšie ďakujem bude, že dáte o nás vedieť. Stačí pridať malý textový odkaz do spodnej časti vášho kalendára na projekt Kalendár udalosti."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Pozrite si príklad linku"
@@ -684,11 +680,11 @@ msgstr "nedostupný"
684
  msgid "You need to upgrade!"
685
  msgstr "Potrebujete upgrade!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "Aktualizovaný!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Louisiana"
796
  msgid "Maine"
797
  msgstr "Maine"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Požiadavky:"
802
 
@@ -924,7 +920,7 @@ msgstr "Bolívia"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Bosna a Hercegovina"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Doplnky udalosti"
@@ -1161,7 +1157,7 @@ msgstr "Gabon"
1161
  msgid "Gambia"
1162
  msgstr "Gambia"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Gruzínsko"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Ghana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltár"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Udalosti"
@@ -1234,8 +1230,8 @@ msgstr "Heardov ostrov"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Svätá stolica (Vatikán)"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licencie"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Mikronézia"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Moldavsko"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Ďalší"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Omán"
1535
  msgid "Pakistan"
1536
  msgstr "Pakistan"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipíny"
1567
  msgid "Pitcairn"
1568
  msgstr "Pitcairnove ostrovy"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr "Licenčný kľúč"
1573
 
@@ -1575,7 +1571,7 @@ msgstr "Licenčný kľúč"
1575
  msgid "Poland"
1576
  msgstr "Poľsko"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr "Pre podporu a aktualizácie je požadovaný platný licenčný kľúč."
1581
 
@@ -1583,7 +1579,7 @@ msgstr "Pre podporu a aktualizácie je požadovaný platný licenčný kľúč."
1583
  msgid "Portugal"
1584
  msgstr "Portugalsko"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr "Licenčný kľúč(e) aktualizovaný."
1589
 
@@ -1591,7 +1587,7 @@ msgstr "Licenčný kľúč(e) aktualizovaný."
1591
  msgid "Puerto Rico"
1592
  msgstr "Puerto Rico"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr "Ľutujeme, server pre validáciu kľúča je nedostupný."
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Rusko"
1615
  msgid "Rwanda"
1616
  msgstr "Rwanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr "Platný kľúč! Platnosť končí %s"
1621
 
@@ -1623,7 +1619,7 @@ msgstr "Platný kľúč! Platnosť končí %s"
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Svätý Krištof a Nevis"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Svätá Lucia"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Svätý Vincent a Grenadíny"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Nastavenia udalostí"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "Váš formulár obsahuje nasledovné chyby:"
1691
  msgid "Seychelles"
1692
  msgstr "Seychely"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Nastavenia neboli uložené. Skúste to znovu."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Sierra Leone"
@@ -1734,7 +1727,7 @@ msgstr "Systémové informácie"
1734
  msgid "Somalia"
1735
  msgstr "Somálsko"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr "Neznáme alebo nenastavené"
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Britské Panenské ostrovy"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Americké Panenské ostrovy"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Zadané neplatné alebo neúplné polia"
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "ID poľa:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr "s menom funkcie:"
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s musí obsahovať len číslice a písmena"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s musí obsahovať len číslice a písmena"
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s musí obsahovať číslice, písmená a bodky."
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s musí byť kladné číslo."
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s musí byť platnou URL značkou (číslice, písmená, pomĺčky a po
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s musí byť platná absolútna adresa URL."
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s musí mať hodnotu, ktorá je súčasťou výberu."
@@ -1973,7 +1966,7 @@ msgstr "%s musí byť telefónne číslo."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Zoznam krajín musí byť formátovaný ako jedna krajina na riadok vo formáte: <br>US, Spojené štáty americke <br> UK, Spojené kráľovstvo."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Vybrať krajinu:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr ""
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr "a"
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr ""
542
  msgid "Go to plugins page"
543
  msgstr ""
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr ""
552
 
606
  msgid "Wyoming"
607
  msgstr "Wyoming"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr "Verejné udalosti"
612
 
646
  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."
647
  msgstr "Myslíte si, že \"Wow, tento doplnok je úžasný. Mali by ste sa poďakovať Modern Tribe za ich tvrdú prácu.\" Najväčšie ďakujem bude, že dáte o nás vedieť. Stačí pridať malý textový odkaz do spodnej časti vášho kalendára na projekt Kalendár udalosti."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Pozrite si príklad linku"
680
  msgid "You need to upgrade!"
681
  msgstr "Potrebujete upgrade!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "Aktualizovaný!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Maine"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Požiadavky:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Bosna a Hercegovina"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Doplnky udalosti"
1157
  msgid "Gambia"
1158
  msgstr "Gambia"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Gruzínsko"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltár"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Udalosti"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Svätá stolica (Vatikán)"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licencie"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Moldavsko"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Ďalší"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pakistan"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Pitcairnove ostrovy"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr "Licenčný kľúč"
1569
 
1571
  msgid "Poland"
1572
  msgstr "Poľsko"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr "Pre podporu a aktualizácie je požadovaný platný licenčný kľúč."
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugalsko"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr "Licenčný kľúč(e) aktualizovaný."
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Puerto Rico"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr "Ľutujeme, server pre validáciu kľúča je nedostupný."
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Rwanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr "Platný kľúč! Platnosť končí %s"
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Svätý Krištof a Nevis"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Svätý Vincent a Grenadíny"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Nastavenia udalostí"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Seychely"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Sierra Leone"
1727
  msgid "Somalia"
1728
  msgstr "Somálsko"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr "Neznáme alebo nenastavené"
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Americké Panenské ostrovy"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Zadané neplatné alebo neúplné polia"
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "ID poľa:"
1901
  msgid "with function name:"
1902
  msgstr "s menom funkcie:"
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s musí obsahovať len číslice a písmena"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s musí obsahovať číslice, písmená a bodky."
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s musí byť kladné číslo."
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s musí byť platná absolútna adresa URL."
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s musí mať hodnotu, ktorá je súčasťou výberu."
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Zoznam krajín musí byť formátovaný ako jedna krajina na riadok vo formáte: <br>US, Spojené štáty americke <br> UK, Spojené kráľovstvo."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Vybrať krajinu:"
1972
 
common/lang/tribe-common-sl_SI.mo CHANGED
Binary file
common/lang/tribe-common-sl_SI.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -81,7 +105,7 @@ msgstr ""
81
  msgid "Browse All Add-Ons"
82
  msgstr ""
83
 
84
- #: src/admin-views/app-shop.php:32
85
  msgid "Buy This Add-On"
86
  msgstr ""
87
 
@@ -109,80 +133,76 @@ msgstr ""
109
  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."
110
  msgstr ""
111
 
112
- #: src/admin-views/tribe-options-licenses.php:11
113
  #: src/admin-views/tribe-options-licenses.php:16
114
  msgid " (opens in new window)"
115
  msgstr ""
116
 
117
- #: src/Tribe/Error.php:38
118
- msgid "An Unknown error occurred"
119
- msgstr ""
120
-
121
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
122
  msgid "Copy to clipboard"
123
  msgstr ""
124
 
125
- #: src/Tribe/Main.php:176
126
  msgid "System info copied"
127
  msgstr ""
128
 
129
- #: src/Tribe/Main.php:177
130
  msgid "Press \"Cmd + C\" to copy"
131
  msgstr ""
132
 
133
- #: src/Tribe/Main.php:194
134
  msgid ": activate to sort column ascending"
135
  msgstr ""
136
 
137
- #: src/Tribe/Main.php:195
138
  msgid ": activate to sort column descending"
139
  msgstr ""
140
 
141
- #: src/Tribe/Main.php:197
142
  msgid "Show _MENU_ entries"
143
  msgstr ""
144
 
145
- #: src/Tribe/Main.php:198
146
  msgid "No data available in table"
147
  msgstr ""
148
 
149
- #: src/Tribe/Main.php:199
150
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
151
  msgstr ""
152
 
153
- #: src/Tribe/Main.php:200
154
  msgid "Showing 0 to 0 of 0 entries"
155
  msgstr ""
156
 
157
- #: src/Tribe/Main.php:201
158
  msgid "(filtered from _MAX_ total entries)"
159
  msgstr ""
160
 
161
- #: src/Tribe/Main.php:202
162
  msgid "No matching records found"
163
  msgstr ""
164
 
165
- #: src/Tribe/Main.php:205
166
  msgid "All"
167
  msgstr ""
168
 
169
- #: src/Tribe/Main.php:207
170
  msgid "Previous"
171
  msgstr ""
172
 
173
- #: src/Tribe/Main.php:212
174
  msgid ": Selected %d rows"
175
  msgstr ""
176
 
177
- #: src/Tribe/Main.php:213
178
  msgid ": Selected 1 row"
179
  msgstr ""
180
 
181
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
182
  msgid "Renew Your License Now"
183
  msgstr ""
184
 
185
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
186
  msgid " (opens in a new window)"
187
  msgstr ""
188
 
@@ -198,11 +218,11 @@ msgstr ""
198
  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."
199
  msgstr ""
200
 
201
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
202
  msgid "Invalid Key"
203
  msgstr ""
204
 
205
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
206
  msgid "Permission Error"
207
  msgstr ""
208
 
@@ -214,36 +234,36 @@ msgstr ""
214
  msgid "C&ocirc;te d'Ivoire"
215
  msgstr ""
216
 
217
- #: src/Tribe/App_Shop.php:152
218
  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."
219
  msgstr ""
220
 
221
- #: src/Tribe/App_Shop.php:144
222
  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"
223
  msgstr ""
224
 
225
- #: src/Tribe/App_Shop.php:145
226
  msgctxt "Names of required plugins for Community Tickets"
227
  msgid "Event Tickets Plus and Community Events"
228
  msgstr ""
229
 
230
- #: src/Tribe/App_Shop.php:123
231
  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."
232
  msgstr ""
233
 
234
- #: src/Tribe/App_Shop.php:138
235
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
236
  msgstr ""
237
 
238
- #: src/Tribe/App_Shop.php:113
239
  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."
240
  msgstr ""
241
 
242
- #: src/Tribe/App_Shop.php:132
243
  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."
244
  msgstr ""
245
 
246
- #: src/Tribe/App_Shop.php:130
247
  msgid "Filter Bar"
248
  msgstr ""
249
 
@@ -353,14 +373,6 @@ msgstr ""
353
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
354
  msgstr ""
355
 
356
- #. Plugin Name of the plugin/theme
357
- msgid "Tribe Common"
358
- msgstr ""
359
-
360
- #. Description of the plugin/theme
361
- msgid "An event settings framework for managing shared options"
362
- msgstr ""
363
-
364
  #: src/admin-views/tribe-options-help.php:30
365
  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 "
366
  msgstr ""
@@ -429,7 +441,7 @@ msgstr ""
429
  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."
430
  msgstr ""
431
 
432
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
433
  msgid "Community Tickets"
434
  msgstr ""
435
 
@@ -473,7 +485,7 @@ msgstr ""
473
  msgid "Visit the Add-on Page"
474
  msgstr ""
475
 
476
- #: src/Tribe/PUE/Checker.php:568
477
  msgid "Thanks for setting up a valid key. It will expire on %s"
478
  msgstr ""
479
 
@@ -501,7 +513,7 @@ msgstr ""
501
  msgid " and "
502
  msgstr "in"
503
 
504
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
505
  msgid "Eventbrite Tickets"
506
  msgstr ""
507
 
@@ -513,7 +525,7 @@ msgstr "Facebook dogodki"
513
  msgid "Events Filter Bar"
514
  msgstr ""
515
 
516
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
517
  msgid "Event Tickets Plus"
518
  msgstr ""
519
 
@@ -525,14 +537,6 @@ msgstr ""
525
  msgid "Event Tickets"
526
  msgstr ""
527
 
528
- #. Author of the plugin/theme
529
- msgid "Modern Tribe, Inc."
530
- msgstr "Modern Tribe, Inc."
531
-
532
- #. Author URI of the plugin/theme
533
- msgid "http://m.tri.be/1x"
534
- msgstr ""
535
-
536
  #: src/Tribe/Settings.php:323
537
  msgid "Save Changes"
538
  msgstr ""
@@ -541,19 +545,11 @@ msgstr ""
541
  msgid "Go to plugins page"
542
  msgstr "Pojdi na stran z vtičniki"
543
 
544
- #: src/Tribe/Admin/Activation_Page.php:77
545
- msgid "Return to Plugins page"
546
- msgstr "Vrni se na stran z vtičniki"
547
-
548
  #: src/Tribe/Admin/Activation_Page.php:85
549
  msgid "Go to WordPress Updates page"
550
  msgstr "Pojdi na stran za nadgradnjo WordPressa"
551
 
552
- #: src/Tribe/Admin/Activation_Page.php:85
553
- msgid "Return to WordPress Updates"
554
- msgstr "Vrni se na stran za nadgradnjo Wordpressa"
555
-
556
- #: src/Tribe/PUE/Checker.php:544
557
  msgid "unknown date"
558
  msgstr "Neznani datum"
559
 
@@ -613,7 +609,7 @@ msgstr "Wisconsin"
613
  msgid "Wyoming"
614
  msgstr "Wyoming"
615
 
616
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
617
  msgid "Community Events"
618
  msgstr ""
619
 
@@ -653,7 +649,7 @@ msgstr "Upamo, da vam je naš vtičnik v pomoč."
653
  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."
654
  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. "
655
 
656
- #: src/admin-views/tribe-options-general.php:30
657
  #: src/admin-views/tribe-options-general.php:35
658
  msgid "See an example of the link"
659
  msgstr "Poglejte si primer povezave"
@@ -687,11 +683,11 @@ msgstr "n/a"
687
  msgid "You need to upgrade!"
688
  msgstr "Čaka vas posodobitev!"
689
 
690
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
691
  msgid "You are up to date!"
692
  msgstr "Imate trenutno različico!"
693
 
694
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
695
  msgid "Events Calendar PRO"
696
  msgstr ""
697
 
@@ -799,7 +795,7 @@ msgstr "Louisiana"
799
  msgid "Maine"
800
  msgstr "Maine"
801
 
802
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
803
  msgid "Requires:"
804
  msgstr "Zahteva:"
805
 
@@ -927,7 +923,7 @@ msgstr "Bolivija"
927
  msgid "Bosnia And Herzegowina"
928
  msgstr "Bosna in Hercegovina"
929
 
930
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
931
  #: src/Tribe/App_Shop.php:72
932
  msgid "Event Add-Ons"
933
  msgstr "Dodatki za dogodke"
@@ -1164,7 +1160,7 @@ msgstr "Gambon"
1164
  msgid "Gambia"
1165
  msgstr "Gambija"
1166
 
1167
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1168
  msgid "Georgia"
1169
  msgstr "Gruzija"
1170
 
@@ -1180,7 +1176,7 @@ msgstr "Gana"
1180
  msgid "Gibraltar"
1181
  msgstr "Gibraltar"
1182
 
1183
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1184
  #: src/Tribe/Settings.php:205
1185
  msgid "Events"
1186
  msgstr "Dogodki"
@@ -1237,8 +1233,8 @@ msgstr "Heard And Mc Donald Islands"
1237
  msgid "Holy See (Vatican City State)"
1238
  msgstr "Sveti sedež (Vatikanska mestna država)"
1239
 
 
1240
  #: src/Tribe/Settings_Manager.php:253
1241
- #: src/admin-views/tribe-options-licenses.php:66
1242
  msgid "Licenses"
1243
  msgstr "Licence"
1244
 
@@ -1434,7 +1430,7 @@ msgstr "Mikronezija (Federativne države)"
1434
  msgid "Moldova, Republic Of"
1435
  msgstr "Moldavija, Republika"
1436
 
1437
- #: src/Tribe/Main.php:206
1438
  msgid "Next"
1439
  msgstr "Naslednji"
1440
 
@@ -1538,7 +1534,7 @@ msgstr "Oman"
1538
  msgid "Pakistan"
1539
  msgstr "Pakistan"
1540
 
1541
- #: src/Tribe/Main.php:203
1542
  msgid "Search:"
1543
  msgstr ""
1544
 
@@ -1570,7 +1566,7 @@ msgstr "Filipini"
1570
  msgid "Pitcairn"
1571
  msgstr "Pitcairn"
1572
 
1573
- #: src/Tribe/PUE/Checker.php:417
1574
  msgid "License Key"
1575
  msgstr "Licenčni ključ"
1576
 
@@ -1578,7 +1574,7 @@ msgstr "Licenčni ključ"
1578
  msgid "Poland"
1579
  msgstr "Poljska"
1580
 
1581
- #: src/Tribe/PUE/Checker.php:418
1582
  msgid "A valid license key is required for support and updates"
1583
  msgstr "Veljaven licenčni ključ je potreben za podporo in posodobitve."
1584
 
@@ -1586,7 +1582,7 @@ msgstr "Veljaven licenčni ključ je potreben za podporo in posodobitve."
1586
  msgid "Portugal"
1587
  msgstr "Portugalska"
1588
 
1589
- #: src/Tribe/PUE/Checker.php:500
1590
  msgid "License key(s) updated."
1591
  msgstr "Licenčni ključ(i) posodobljen. "
1592
 
@@ -1594,7 +1590,7 @@ msgstr "Licenčni ključ(i) posodobljen. "
1594
  msgid "Puerto Rico"
1595
  msgstr "Portoriko"
1596
 
1597
- #: src/Tribe/PUE/Checker.php:550
1598
  msgid "Sorry, key validation server is not available."
1599
  msgstr "Oprostite, strežnik za preverjanje ključa ni na voljo. "
1600
 
@@ -1618,7 +1614,7 @@ msgstr "Ruska federacija"
1618
  msgid "Rwanda"
1619
  msgstr "Ruanda"
1620
 
1621
- #: src/Tribe/PUE/Checker.php:563
1622
  msgid "Valid Key! Expires on %s"
1623
  msgstr "Veljaven ključ! Poteče %s"
1624
 
@@ -1626,7 +1622,7 @@ msgstr "Veljaven ključ! Poteče %s"
1626
  msgid "Saint Kitts And Nevis"
1627
  msgstr "Saint Kitts And Nevis"
1628
 
1629
- #: src/Tribe/PUE/Checker.php:509
1630
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1631
  msgstr ""
1632
 
@@ -1638,7 +1634,8 @@ msgstr "Saint Lucia"
1638
  msgid "Saint Vincent And The Grenadines"
1639
  msgstr "Saint Vincent And The Grenadines"
1640
 
1641
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1642
  msgid "Events Settings"
1643
  msgstr "Nastavitve dogodkov"
1644
 
@@ -1694,10 +1691,6 @@ msgstr "Vaš obrazec ima naslednje napake"
1694
  msgid "Seychelles"
1695
  msgstr "Sejšeli"
1696
 
1697
- #: src/Tribe/Settings.php:560
1698
- msgid "None of your settings were saved. Please try again."
1699
- msgstr "Nobena od vaših nastavitev ni bila shranjena. Prosim poizkusite znova."
1700
-
1701
  #: src/Tribe/View_Helpers.php:237
1702
  msgid "Sierra Leone"
1703
  msgstr "Sierra Leone"
@@ -1738,7 +1731,7 @@ msgstr "Sistemske informacije"
1738
  msgid "Somalia"
1739
  msgstr "Somalija"
1740
 
1741
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1742
  msgid "Unknown or not set"
1743
  msgstr "Neznano ali nedoločeno"
1744
 
@@ -1894,11 +1887,11 @@ msgstr "Deviški otoki (britanski)"
1894
  msgid "Virgin Islands (U.S.)"
1895
  msgstr "Deviški otoki (ameriški)"
1896
 
1897
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1898
  msgid "Invalid or incomplete field passed"
1899
  msgstr "Neveljavno ali nedokončano polje podano"
1900
 
1901
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1902
  #: src/Tribe/Validate.php:118
1903
  msgid "Field ID:"
1904
  msgstr "ID polja:"
@@ -1912,7 +1905,7 @@ msgctxt "non-existant function name passed for field validation"
1912
  msgid "with function name:"
1913
  msgstr "z funkcijskim imenom:"
1914
 
1915
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1916
  msgid "%s must contain numbers and letters only"
1917
  msgstr "%s mora vsebovati zgolj številke in črke"
1918
 
@@ -1920,7 +1913,7 @@ msgstr "%s mora vsebovati zgolj številke in črke"
1920
  msgid "%s must contain numbers, letters and dots only"
1921
  msgstr "%s mora vsebovati številke, črke in pike"
1922
 
1923
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1924
  msgid "%s must be a positive number."
1925
  msgstr "%s mora biti pozitivno število."
1926
 
@@ -1932,7 +1925,7 @@ msgstr "%s mora biti veljavni ključ (številke, črke, vezaji in podčrtaji)."
1932
  msgid "%s must be a valid absolute URL."
1933
  msgstr "%s mora biti veljaven absolutni URL"
1934
 
1935
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1936
  #: src/Tribe/Validate.php:310
1937
  msgid "%s must have a value that's part of its options."
1938
  msgstr "%s mora imeti vrednost, ki je del možnosti."
@@ -1977,7 +1970,7 @@ msgstr "%s mora biti telefonska številka."
1977
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1978
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1979
 
1980
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1981
  msgid "Select a Country:"
1982
  msgstr "Izberite državo:"
1983
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
105
  msgid "Browse All Add-Ons"
106
  msgstr ""
107
 
108
+ #: src/admin-views/app-shop.php:26
109
  msgid "Buy This Add-On"
110
  msgstr ""
111
 
133
  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."
134
  msgstr ""
135
 
136
+ #: src/admin-views/tribe-options-licenses.php:11,
137
  #: src/admin-views/tribe-options-licenses.php:16
138
  msgid " (opens in new window)"
139
  msgstr ""
140
 
141
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
142
  msgid "Copy to clipboard"
143
  msgstr ""
144
 
145
+ #: src/Tribe/Main.php:207
146
  msgid "System info copied"
147
  msgstr ""
148
 
149
+ #: src/Tribe/Main.php:208
150
  msgid "Press \"Cmd + C\" to copy"
151
  msgstr ""
152
 
153
+ #: src/Tribe/Main.php:225
154
  msgid ": activate to sort column ascending"
155
  msgstr ""
156
 
157
+ #: src/Tribe/Main.php:226
158
  msgid ": activate to sort column descending"
159
  msgstr ""
160
 
161
+ #: src/Tribe/Main.php:228
162
  msgid "Show _MENU_ entries"
163
  msgstr ""
164
 
165
+ #: src/Tribe/Main.php:229
166
  msgid "No data available in table"
167
  msgstr ""
168
 
169
+ #: src/Tribe/Main.php:230
170
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
171
  msgstr ""
172
 
173
+ #: src/Tribe/Main.php:231
174
  msgid "Showing 0 to 0 of 0 entries"
175
  msgstr ""
176
 
177
+ #: src/Tribe/Main.php:232
178
  msgid "(filtered from _MAX_ total entries)"
179
  msgstr ""
180
 
181
+ #: src/Tribe/Main.php:233
182
  msgid "No matching records found"
183
  msgstr ""
184
 
185
+ #: src/Tribe/Main.php:236
186
  msgid "All"
187
  msgstr ""
188
 
189
+ #: src/Tribe/Main.php:238
190
  msgid "Previous"
191
  msgstr ""
192
 
193
+ #: src/Tribe/Main.php:243
194
  msgid ": Selected %d rows"
195
  msgstr ""
196
 
197
+ #: src/Tribe/Main.php:244
198
  msgid ": Selected 1 row"
199
  msgstr ""
200
 
201
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
202
  msgid "Renew Your License Now"
203
  msgstr ""
204
 
205
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
206
  msgid " (opens in a new window)"
207
  msgstr ""
208
 
218
  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."
219
  msgstr ""
220
 
221
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
222
  msgid "Invalid Key"
223
  msgstr ""
224
 
225
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
226
  msgid "Permission Error"
227
  msgstr ""
228
 
234
  msgid "C&ocirc;te d'Ivoire"
235
  msgstr ""
236
 
237
+ #: src/Tribe/App_Shop.php:158
238
  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."
239
  msgstr ""
240
 
241
+ #: src/Tribe/App_Shop.php:149
242
  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"
243
  msgstr ""
244
 
245
+ #: src/Tribe/App_Shop.php:150
246
  msgctxt "Names of required plugins for Community Tickets"
247
  msgid "Event Tickets Plus and Community Events"
248
  msgstr ""
249
 
250
+ #: src/Tribe/App_Shop.php:125
251
  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."
252
  msgstr ""
253
 
254
+ #: src/Tribe/App_Shop.php:142
255
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
256
  msgstr ""
257
 
258
+ #: src/Tribe/App_Shop.php:114
259
  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."
260
  msgstr ""
261
 
262
+ #: src/Tribe/App_Shop.php:135
263
  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."
264
  msgstr ""
265
 
266
+ #: src/Tribe/App_Shop.php:133
267
  msgid "Filter Bar"
268
  msgstr ""
269
 
373
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
374
  msgstr ""
375
 
 
 
 
 
 
 
 
 
376
  #: src/admin-views/tribe-options-help.php:30
377
  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 "
378
  msgstr ""
441
  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."
442
  msgstr ""
443
 
444
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
445
  msgid "Community Tickets"
446
  msgstr ""
447
 
485
  msgid "Visit the Add-on Page"
486
  msgstr ""
487
 
488
+ #: src/Tribe/PUE/Checker.php:573
489
  msgid "Thanks for setting up a valid key. It will expire on %s"
490
  msgstr ""
491
 
513
  msgid " and "
514
  msgstr "in"
515
 
516
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
517
  msgid "Eventbrite Tickets"
518
  msgstr ""
519
 
525
  msgid "Events Filter Bar"
526
  msgstr ""
527
 
528
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
529
  msgid "Event Tickets Plus"
530
  msgstr ""
531
 
537
  msgid "Event Tickets"
538
  msgstr ""
539
 
 
 
 
 
 
 
 
 
540
  #: src/Tribe/Settings.php:323
541
  msgid "Save Changes"
542
  msgstr ""
545
  msgid "Go to plugins page"
546
  msgstr "Pojdi na stran z vtičniki"
547
 
 
 
 
 
548
  #: src/Tribe/Admin/Activation_Page.php:85
549
  msgid "Go to WordPress Updates page"
550
  msgstr "Pojdi na stran za nadgradnjo WordPressa"
551
 
552
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
553
  msgid "unknown date"
554
  msgstr "Neznani datum"
555
 
609
  msgid "Wyoming"
610
  msgstr "Wyoming"
611
 
612
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
613
  msgid "Community Events"
614
  msgstr ""
615
 
649
  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."
650
  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. "
651
 
652
+ #: src/admin-views/tribe-options-general.php:30,
653
  #: src/admin-views/tribe-options-general.php:35
654
  msgid "See an example of the link"
655
  msgstr "Poglejte si primer povezave"
683
  msgid "You need to upgrade!"
684
  msgstr "Čaka vas posodobitev!"
685
 
686
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
687
  msgid "You are up to date!"
688
  msgstr "Imate trenutno različico!"
689
 
690
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
691
  msgid "Events Calendar PRO"
692
  msgstr ""
693
 
795
  msgid "Maine"
796
  msgstr "Maine"
797
 
798
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
799
  msgid "Requires:"
800
  msgstr "Zahteva:"
801
 
923
  msgid "Bosnia And Herzegowina"
924
  msgstr "Bosna in Hercegovina"
925
 
926
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
927
  #: src/Tribe/App_Shop.php:72
928
  msgid "Event Add-Ons"
929
  msgstr "Dodatki za dogodke"
1160
  msgid "Gambia"
1161
  msgstr "Gambija"
1162
 
1163
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1164
  msgid "Georgia"
1165
  msgstr "Gruzija"
1166
 
1176
  msgid "Gibraltar"
1177
  msgstr "Gibraltar"
1178
 
1179
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1180
  #: src/Tribe/Settings.php:205
1181
  msgid "Events"
1182
  msgstr "Dogodki"
1233
  msgid "Holy See (Vatican City State)"
1234
  msgstr "Sveti sedež (Vatikanska mestna država)"
1235
 
1236
+ #: src/admin-views/tribe-options-licenses.php:66,
1237
  #: src/Tribe/Settings_Manager.php:253
 
1238
  msgid "Licenses"
1239
  msgstr "Licence"
1240
 
1430
  msgid "Moldova, Republic Of"
1431
  msgstr "Moldavija, Republika"
1432
 
1433
+ #: src/Tribe/Main.php:237
1434
  msgid "Next"
1435
  msgstr "Naslednji"
1436
 
1534
  msgid "Pakistan"
1535
  msgstr "Pakistan"
1536
 
1537
+ #: src/Tribe/Main.php:234
1538
  msgid "Search:"
1539
  msgstr ""
1540
 
1566
  msgid "Pitcairn"
1567
  msgstr "Pitcairn"
1568
 
1569
+ #: src/Tribe/PUE/Checker.php:422
1570
  msgid "License Key"
1571
  msgstr "Licenčni ključ"
1572
 
1574
  msgid "Poland"
1575
  msgstr "Poljska"
1576
 
1577
+ #: src/Tribe/PUE/Checker.php:423
1578
  msgid "A valid license key is required for support and updates"
1579
  msgstr "Veljaven licenčni ključ je potreben za podporo in posodobitve."
1580
 
1582
  msgid "Portugal"
1583
  msgstr "Portugalska"
1584
 
1585
+ #: src/Tribe/PUE/Checker.php:505
1586
  msgid "License key(s) updated."
1587
  msgstr "Licenčni ključ(i) posodobljen. "
1588
 
1590
  msgid "Puerto Rico"
1591
  msgstr "Portoriko"
1592
 
1593
+ #: src/Tribe/PUE/Checker.php:555
1594
  msgid "Sorry, key validation server is not available."
1595
  msgstr "Oprostite, strežnik za preverjanje ključa ni na voljo. "
1596
 
1614
  msgid "Rwanda"
1615
  msgstr "Ruanda"
1616
 
1617
+ #: src/Tribe/PUE/Checker.php:568
1618
  msgid "Valid Key! Expires on %s"
1619
  msgstr "Veljaven ključ! Poteče %s"
1620
 
1622
  msgid "Saint Kitts And Nevis"
1623
  msgstr "Saint Kitts And Nevis"
1624
 
1625
+ #: src/Tribe/PUE/Checker.php:514
1626
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1627
  msgstr ""
1628
 
1634
  msgid "Saint Vincent And The Grenadines"
1635
  msgstr "Saint Vincent And The Grenadines"
1636
 
1637
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1638
+ #: src/Tribe/Settings.php:236
1639
  msgid "Events Settings"
1640
  msgstr "Nastavitve dogodkov"
1641
 
1691
  msgid "Seychelles"
1692
  msgstr "Sejšeli"
1693
 
 
 
 
 
1694
  #: src/Tribe/View_Helpers.php:237
1695
  msgid "Sierra Leone"
1696
  msgstr "Sierra Leone"
1731
  msgid "Somalia"
1732
  msgstr "Somalija"
1733
 
1734
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1735
  msgid "Unknown or not set"
1736
  msgstr "Neznano ali nedoločeno"
1737
 
1887
  msgid "Virgin Islands (U.S.)"
1888
  msgstr "Deviški otoki (ameriški)"
1889
 
1890
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1891
  msgid "Invalid or incomplete field passed"
1892
  msgstr "Neveljavno ali nedokončano polje podano"
1893
 
1894
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1895
  #: src/Tribe/Validate.php:118
1896
  msgid "Field ID:"
1897
  msgstr "ID polja:"
1905
  msgid "with function name:"
1906
  msgstr "z funkcijskim imenom:"
1907
 
1908
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1909
  msgid "%s must contain numbers and letters only"
1910
  msgstr "%s mora vsebovati zgolj številke in črke"
1911
 
1913
  msgid "%s must contain numbers, letters and dots only"
1914
  msgstr "%s mora vsebovati številke, črke in pike"
1915
 
1916
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1917
  msgid "%s must be a positive number."
1918
  msgstr "%s mora biti pozitivno število."
1919
 
1925
  msgid "%s must be a valid absolute URL."
1926
  msgstr "%s mora biti veljaven absolutni URL"
1927
 
1928
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1929
  #: src/Tribe/Validate.php:310
1930
  msgid "%s must have a value that's part of its options."
1931
  msgstr "%s mora imeti vrednost, ki je del možnosti."
1970
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1971
  msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1972
 
1973
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1974
  msgid "Select a Country:"
1975
  msgstr "Izberite državo:"
1976
 
common/lang/tribe-common-sr_RS.mo CHANGED
Binary file
common/lang/tribe-common-sr_RS.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -78,7 +102,7 @@ msgstr ""
78
  msgid "Browse All Add-Ons"
79
  msgstr ""
80
 
81
- #: src/admin-views/app-shop.php:32
82
  msgid "Buy This Add-On"
83
  msgstr ""
84
 
@@ -106,80 +130,76 @@ msgstr ""
106
  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."
107
  msgstr ""
108
 
109
- #: src/admin-views/tribe-options-licenses.php:11
110
  #: src/admin-views/tribe-options-licenses.php:16
111
  msgid " (opens in new window)"
112
  msgstr ""
113
 
114
- #: src/Tribe/Error.php:38
115
- msgid "An Unknown error occurred"
116
- msgstr ""
117
-
118
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
119
  msgid "Copy to clipboard"
120
  msgstr ""
121
 
122
- #: src/Tribe/Main.php:176
123
  msgid "System info copied"
124
  msgstr ""
125
 
126
- #: src/Tribe/Main.php:177
127
  msgid "Press \"Cmd + C\" to copy"
128
  msgstr ""
129
 
130
- #: src/Tribe/Main.php:194
131
  msgid ": activate to sort column ascending"
132
  msgstr ""
133
 
134
- #: src/Tribe/Main.php:195
135
  msgid ": activate to sort column descending"
136
  msgstr ""
137
 
138
- #: src/Tribe/Main.php:197
139
  msgid "Show _MENU_ entries"
140
  msgstr ""
141
 
142
- #: src/Tribe/Main.php:198
143
  msgid "No data available in table"
144
  msgstr ""
145
 
146
- #: src/Tribe/Main.php:199
147
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
148
  msgstr ""
149
 
150
- #: src/Tribe/Main.php:200
151
  msgid "Showing 0 to 0 of 0 entries"
152
  msgstr ""
153
 
154
- #: src/Tribe/Main.php:201
155
  msgid "(filtered from _MAX_ total entries)"
156
  msgstr ""
157
 
158
- #: src/Tribe/Main.php:202
159
  msgid "No matching records found"
160
  msgstr ""
161
 
162
- #: src/Tribe/Main.php:205
163
  msgid "All"
164
  msgstr ""
165
 
166
- #: src/Tribe/Main.php:207
167
  msgid "Previous"
168
  msgstr ""
169
 
170
- #: src/Tribe/Main.php:212
171
  msgid ": Selected %d rows"
172
  msgstr ""
173
 
174
- #: src/Tribe/Main.php:213
175
  msgid ": Selected 1 row"
176
  msgstr ""
177
 
178
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
179
  msgid "Renew Your License Now"
180
  msgstr ""
181
 
182
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
183
  msgid " (opens in a new window)"
184
  msgstr ""
185
 
@@ -195,11 +215,11 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
199
  msgid "Invalid Key"
200
  msgstr ""
201
 
202
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
203
  msgid "Permission Error"
204
  msgstr ""
205
 
@@ -211,36 +231,36 @@ msgstr ""
211
  msgid "C&ocirc;te d'Ivoire"
212
  msgstr ""
213
 
214
- #: src/Tribe/App_Shop.php:152
215
  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."
216
  msgstr ""
217
 
218
- #: src/Tribe/App_Shop.php:144
219
  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"
220
  msgstr ""
221
 
222
- #: src/Tribe/App_Shop.php:145
223
  msgctxt "Names of required plugins for Community Tickets"
224
  msgid "Event Tickets Plus and Community Events"
225
  msgstr ""
226
 
227
- #: src/Tribe/App_Shop.php:123
228
  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."
229
  msgstr ""
230
 
231
- #: src/Tribe/App_Shop.php:138
232
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
233
  msgstr ""
234
 
235
- #: src/Tribe/App_Shop.php:113
236
  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."
237
  msgstr ""
238
 
239
- #: src/Tribe/App_Shop.php:132
240
  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."
241
  msgstr ""
242
 
243
- #: src/Tribe/App_Shop.php:130
244
  msgid "Filter Bar"
245
  msgstr ""
246
 
@@ -350,14 +370,6 @@ msgstr ""
350
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
351
  msgstr ""
352
 
353
- #. Plugin Name of the plugin/theme
354
- msgid "Tribe Common"
355
- msgstr ""
356
-
357
- #. Description of the plugin/theme
358
- msgid "An event settings framework for managing shared options"
359
- msgstr ""
360
-
361
  #: src/admin-views/tribe-options-help.php:30
362
  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 "
363
  msgstr ""
@@ -426,7 +438,7 @@ msgstr ""
426
  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."
427
  msgstr ""
428
 
429
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
430
  msgid "Community Tickets"
431
  msgstr ""
432
 
@@ -470,7 +482,7 @@ msgstr ""
470
  msgid "Visit the Add-on Page"
471
  msgstr ""
472
 
473
- #: src/Tribe/PUE/Checker.php:568
474
  msgid "Thanks for setting up a valid key. It will expire on %s"
475
  msgstr ""
476
 
@@ -498,7 +510,7 @@ msgstr ""
498
  msgid " and "
499
  msgstr "i"
500
 
501
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
502
  msgid "Eventbrite Tickets"
503
  msgstr ""
504
 
@@ -510,7 +522,7 @@ msgstr ""
510
  msgid "Events Filter Bar"
511
  msgstr ""
512
 
513
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
514
  msgid "Event Tickets Plus"
515
  msgstr ""
516
 
@@ -522,14 +534,6 @@ msgstr ""
522
  msgid "Event Tickets"
523
  msgstr ""
524
 
525
- #. Author of the plugin/theme
526
- msgid "Modern Tribe, Inc."
527
- msgstr ""
528
-
529
- #. Author URI of the plugin/theme
530
- msgid "http://m.tri.be/1x"
531
- msgstr ""
532
-
533
  #: src/Tribe/Settings.php:323
534
  msgid "Save Changes"
535
  msgstr ""
@@ -538,19 +542,11 @@ msgstr ""
538
  msgid "Go to plugins page"
539
  msgstr ""
540
 
541
- #: src/Tribe/Admin/Activation_Page.php:77
542
- msgid "Return to Plugins page"
543
- msgstr ""
544
-
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
- #: src/Tribe/Admin/Activation_Page.php:85
550
- msgid "Return to WordPress Updates"
551
- msgstr ""
552
-
553
- #: src/Tribe/PUE/Checker.php:544
554
  msgid "unknown date"
555
  msgstr ""
556
 
@@ -610,7 +606,7 @@ msgstr "Viskonsin"
610
  msgid "Wyoming"
611
  msgstr "Vajoming"
612
 
613
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
614
  msgid "Community Events"
615
  msgstr "Community Events"
616
 
@@ -650,7 +646,7 @@ msgstr "Nadamo se da vam je naš plagin pomogao"
650
  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."
651
  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."
652
 
653
- #: src/admin-views/tribe-options-general.php:30
654
  #: src/admin-views/tribe-options-general.php:35
655
  msgid "See an example of the link"
656
  msgstr "Pogledaj primjer linka"
@@ -684,11 +680,11 @@ msgstr "nije dostupno"
684
  msgid "You need to upgrade!"
685
  msgstr "Potrebna je nadogradnja!"
686
 
687
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
688
  msgid "You are up to date!"
689
  msgstr "Koristite poslednju verziju!"
690
 
691
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
692
  msgid "Events Calendar PRO"
693
  msgstr ""
694
 
@@ -796,7 +792,7 @@ msgstr "Luizijana"
796
  msgid "Maine"
797
  msgstr "Mejn"
798
 
799
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
800
  msgid "Requires:"
801
  msgstr "Potrebno:"
802
 
@@ -924,7 +920,7 @@ msgstr "Bolivija"
924
  msgid "Bosnia And Herzegowina"
925
  msgstr "Bosna i Hercegovina"
926
 
927
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
928
  #: src/Tribe/App_Shop.php:72
929
  msgid "Event Add-Ons"
930
  msgstr "Dodaci događaja"
@@ -1161,7 +1157,7 @@ msgstr "Gabon"
1161
  msgid "Gambia"
1162
  msgstr "Gambija"
1163
 
1164
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1165
  msgid "Georgia"
1166
  msgstr "Gruzija"
1167
 
@@ -1177,7 +1173,7 @@ msgstr "Gana"
1177
  msgid "Gibraltar"
1178
  msgstr "Gibraltar"
1179
 
1180
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1181
  #: src/Tribe/Settings.php:205
1182
  msgid "Events"
1183
  msgstr "Događaji"
@@ -1234,8 +1230,8 @@ msgstr "Heard And Mc Donaldovi Ostrva"
1234
  msgid "Holy See (Vatican City State)"
1235
  msgstr "Vatikan"
1236
 
 
1237
  #: src/Tribe/Settings_Manager.php:253
1238
- #: src/admin-views/tribe-options-licenses.php:66
1239
  msgid "Licenses"
1240
  msgstr "Licence"
1241
 
@@ -1431,7 +1427,7 @@ msgstr "Mikronezija"
1431
  msgid "Moldova, Republic Of"
1432
  msgstr "Moldavija"
1433
 
1434
- #: src/Tribe/Main.php:206
1435
  msgid "Next"
1436
  msgstr "Sljedeći"
1437
 
@@ -1535,7 +1531,7 @@ msgstr "Oman"
1535
  msgid "Pakistan"
1536
  msgstr "Pakistan"
1537
 
1538
- #: src/Tribe/Main.php:203
1539
  msgid "Search:"
1540
  msgstr ""
1541
 
@@ -1567,7 +1563,7 @@ msgstr "Filipini"
1567
  msgid "Pitcairn"
1568
  msgstr "Ostrva Pitkern"
1569
 
1570
- #: src/Tribe/PUE/Checker.php:417
1571
  msgid "License Key"
1572
  msgstr ""
1573
 
@@ -1575,7 +1571,7 @@ msgstr ""
1575
  msgid "Poland"
1576
  msgstr "Poljska"
1577
 
1578
- #: src/Tribe/PUE/Checker.php:418
1579
  msgid "A valid license key is required for support and updates"
1580
  msgstr ""
1581
 
@@ -1583,7 +1579,7 @@ msgstr ""
1583
  msgid "Portugal"
1584
  msgstr "Portugal"
1585
 
1586
- #: src/Tribe/PUE/Checker.php:500
1587
  msgid "License key(s) updated."
1588
  msgstr ""
1589
 
@@ -1591,7 +1587,7 @@ msgstr ""
1591
  msgid "Puerto Rico"
1592
  msgstr "Portoriko"
1593
 
1594
- #: src/Tribe/PUE/Checker.php:550
1595
  msgid "Sorry, key validation server is not available."
1596
  msgstr ""
1597
 
@@ -1615,7 +1611,7 @@ msgstr "Rusija"
1615
  msgid "Rwanda"
1616
  msgstr "Ruanda"
1617
 
1618
- #: src/Tribe/PUE/Checker.php:563
1619
  msgid "Valid Key! Expires on %s"
1620
  msgstr ""
1621
 
@@ -1623,7 +1619,7 @@ msgstr ""
1623
  msgid "Saint Kitts And Nevis"
1624
  msgstr "Sveti Kristofer i Nevis"
1625
 
1626
- #: src/Tribe/PUE/Checker.php:509
1627
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1628
  msgstr ""
1629
 
@@ -1635,7 +1631,8 @@ msgstr "Sveta Lucija"
1635
  msgid "Saint Vincent And The Grenadines"
1636
  msgstr "Sveti Vinsent i Grenadini"
1637
 
1638
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1639
  msgid "Events Settings"
1640
  msgstr "Podešavanje događaja"
1641
 
@@ -1691,10 +1688,6 @@ msgstr "Vaša forma je imala sljedeće greške:"
1691
  msgid "Seychelles"
1692
  msgstr "Sejšeli"
1693
 
1694
- #: src/Tribe/Settings.php:560
1695
- msgid "None of your settings were saved. Please try again."
1696
- msgstr "Ništa od vaših podešavanja nije sačuvano. Molimo probajte ponovo."
1697
-
1698
  #: src/Tribe/View_Helpers.php:237
1699
  msgid "Sierra Leone"
1700
  msgstr "Sijera Leone"
@@ -1734,7 +1727,7 @@ msgstr ""
1734
  msgid "Somalia"
1735
  msgstr "Somalija"
1736
 
1737
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1738
  msgid "Unknown or not set"
1739
  msgstr ""
1740
 
@@ -1890,11 +1883,11 @@ msgstr "Devičanska Ostrva (Britanija)"
1890
  msgid "Virgin Islands (U.S.)"
1891
  msgstr "Djevičanska ostrva (SAD)"
1892
 
1893
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1894
  msgid "Invalid or incomplete field passed"
1895
  msgstr "Neispravo polje"
1896
 
1897
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1898
  #: src/Tribe/Validate.php:118
1899
  msgid "Field ID:"
1900
  msgstr "ID Polja:"
@@ -1908,7 +1901,7 @@ msgctxt "non-existant function name passed for field validation"
1908
  msgid "with function name:"
1909
  msgstr "sa imenom funkcije:"
1910
 
1911
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1912
  msgid "%s must contain numbers and letters only"
1913
  msgstr "%s mora da sadrži samo brojeve i slova"
1914
 
@@ -1916,7 +1909,7 @@ msgstr "%s mora da sadrži samo brojeve i slova"
1916
  msgid "%s must contain numbers, letters and dots only"
1917
  msgstr "%s mora da sadrži samo brojeve, slova i tačke"
1918
 
1919
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1920
  msgid "%s must be a positive number."
1921
  msgstr "%s mora biti pozitivan broj"
1922
 
@@ -1928,7 +1921,7 @@ msgstr "%s mora biti validan naziv (brojevi, slova, donje crte)"
1928
  msgid "%s must be a valid absolute URL."
1929
  msgstr "%s mora biti validan apsolutni URL"
1930
 
1931
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1932
  #: src/Tribe/Validate.php:310
1933
  msgid "%s must have a value that's part of its options."
1934
  msgstr "%s mora imati vrijednost koja je dio opcije"
@@ -1973,7 +1966,7 @@ msgstr "%s mora biti telefonski broj."
1973
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1974
  msgstr "Popis zemalja mora biti formatiran kao jedna zemlja po redu u sljedećem formatu: <br>SAD, Sjedinjene Američke Države <br> UK, Ujedinjeno Kraljevstvo."
1975
 
1976
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1977
  msgid "Select a Country:"
1978
  msgstr "Odaberite zemlju:"
1979
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
102
  msgid "Browse All Add-Ons"
103
  msgstr ""
104
 
105
+ #: src/admin-views/app-shop.php:26
106
  msgid "Buy This Add-On"
107
  msgstr ""
108
 
130
  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."
131
  msgstr ""
132
 
133
+ #: src/admin-views/tribe-options-licenses.php:11,
134
  #: src/admin-views/tribe-options-licenses.php:16
135
  msgid " (opens in new window)"
136
  msgstr ""
137
 
138
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
139
  msgid "Copy to clipboard"
140
  msgstr ""
141
 
142
+ #: src/Tribe/Main.php:207
143
  msgid "System info copied"
144
  msgstr ""
145
 
146
+ #: src/Tribe/Main.php:208
147
  msgid "Press \"Cmd + C\" to copy"
148
  msgstr ""
149
 
150
+ #: src/Tribe/Main.php:225
151
  msgid ": activate to sort column ascending"
152
  msgstr ""
153
 
154
+ #: src/Tribe/Main.php:226
155
  msgid ": activate to sort column descending"
156
  msgstr ""
157
 
158
+ #: src/Tribe/Main.php:228
159
  msgid "Show _MENU_ entries"
160
  msgstr ""
161
 
162
+ #: src/Tribe/Main.php:229
163
  msgid "No data available in table"
164
  msgstr ""
165
 
166
+ #: src/Tribe/Main.php:230
167
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
168
  msgstr ""
169
 
170
+ #: src/Tribe/Main.php:231
171
  msgid "Showing 0 to 0 of 0 entries"
172
  msgstr ""
173
 
174
+ #: src/Tribe/Main.php:232
175
  msgid "(filtered from _MAX_ total entries)"
176
  msgstr ""
177
 
178
+ #: src/Tribe/Main.php:233
179
  msgid "No matching records found"
180
  msgstr ""
181
 
182
+ #: src/Tribe/Main.php:236
183
  msgid "All"
184
  msgstr ""
185
 
186
+ #: src/Tribe/Main.php:238
187
  msgid "Previous"
188
  msgstr ""
189
 
190
+ #: src/Tribe/Main.php:243
191
  msgid ": Selected %d rows"
192
  msgstr ""
193
 
194
+ #: src/Tribe/Main.php:244
195
  msgid ": Selected 1 row"
196
  msgstr ""
197
 
198
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
199
  msgid "Renew Your License Now"
200
  msgstr ""
201
 
202
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
203
  msgid " (opens in a new window)"
204
  msgstr ""
205
 
215
  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."
216
  msgstr ""
217
 
218
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
219
  msgid "Invalid Key"
220
  msgstr ""
221
 
222
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
223
  msgid "Permission Error"
224
  msgstr ""
225
 
231
  msgid "C&ocirc;te d'Ivoire"
232
  msgstr ""
233
 
234
+ #: src/Tribe/App_Shop.php:158
235
  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."
236
  msgstr ""
237
 
238
+ #: src/Tribe/App_Shop.php:149
239
  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"
240
  msgstr ""
241
 
242
+ #: src/Tribe/App_Shop.php:150
243
  msgctxt "Names of required plugins for Community Tickets"
244
  msgid "Event Tickets Plus and Community Events"
245
  msgstr ""
246
 
247
+ #: src/Tribe/App_Shop.php:125
248
  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."
249
  msgstr ""
250
 
251
+ #: src/Tribe/App_Shop.php:142
252
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
253
  msgstr ""
254
 
255
+ #: src/Tribe/App_Shop.php:114
256
  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."
257
  msgstr ""
258
 
259
+ #: src/Tribe/App_Shop.php:135
260
  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."
261
  msgstr ""
262
 
263
+ #: src/Tribe/App_Shop.php:133
264
  msgid "Filter Bar"
265
  msgstr ""
266
 
370
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
371
  msgstr ""
372
 
 
 
 
 
 
 
 
 
373
  #: src/admin-views/tribe-options-help.php:30
374
  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 "
375
  msgstr ""
438
  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."
439
  msgstr ""
440
 
441
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
442
  msgid "Community Tickets"
443
  msgstr ""
444
 
482
  msgid "Visit the Add-on Page"
483
  msgstr ""
484
 
485
+ #: src/Tribe/PUE/Checker.php:573
486
  msgid "Thanks for setting up a valid key. It will expire on %s"
487
  msgstr ""
488
 
510
  msgid " and "
511
  msgstr "i"
512
 
513
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
514
  msgid "Eventbrite Tickets"
515
  msgstr ""
516
 
522
  msgid "Events Filter Bar"
523
  msgstr ""
524
 
525
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
526
  msgid "Event Tickets Plus"
527
  msgstr ""
528
 
534
  msgid "Event Tickets"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
537
  #: src/Tribe/Settings.php:323
538
  msgid "Save Changes"
539
  msgstr ""
542
  msgid "Go to plugins page"
543
  msgstr ""
544
 
 
 
 
 
545
  #: src/Tribe/Admin/Activation_Page.php:85
546
  msgid "Go to WordPress Updates page"
547
  msgstr ""
548
 
549
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
550
  msgid "unknown date"
551
  msgstr ""
552
 
606
  msgid "Wyoming"
607
  msgstr "Vajoming"
608
 
609
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
610
  msgid "Community Events"
611
  msgstr "Community Events"
612
 
646
  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."
647
  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."
648
 
649
+ #: src/admin-views/tribe-options-general.php:30,
650
  #: src/admin-views/tribe-options-general.php:35
651
  msgid "See an example of the link"
652
  msgstr "Pogledaj primjer linka"
680
  msgid "You need to upgrade!"
681
  msgstr "Potrebna je nadogradnja!"
682
 
683
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
684
  msgid "You are up to date!"
685
  msgstr "Koristite poslednju verziju!"
686
 
687
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
688
  msgid "Events Calendar PRO"
689
  msgstr ""
690
 
792
  msgid "Maine"
793
  msgstr "Mejn"
794
 
795
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
796
  msgid "Requires:"
797
  msgstr "Potrebno:"
798
 
920
  msgid "Bosnia And Herzegowina"
921
  msgstr "Bosna i Hercegovina"
922
 
923
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
924
  #: src/Tribe/App_Shop.php:72
925
  msgid "Event Add-Ons"
926
  msgstr "Dodaci događaja"
1157
  msgid "Gambia"
1158
  msgstr "Gambija"
1159
 
1160
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1161
  msgid "Georgia"
1162
  msgstr "Gruzija"
1163
 
1173
  msgid "Gibraltar"
1174
  msgstr "Gibraltar"
1175
 
1176
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1177
  #: src/Tribe/Settings.php:205
1178
  msgid "Events"
1179
  msgstr "Događaji"
1230
  msgid "Holy See (Vatican City State)"
1231
  msgstr "Vatikan"
1232
 
1233
+ #: src/admin-views/tribe-options-licenses.php:66,
1234
  #: src/Tribe/Settings_Manager.php:253
 
1235
  msgid "Licenses"
1236
  msgstr "Licence"
1237
 
1427
  msgid "Moldova, Republic Of"
1428
  msgstr "Moldavija"
1429
 
1430
+ #: src/Tribe/Main.php:237
1431
  msgid "Next"
1432
  msgstr "Sljedeći"
1433
 
1531
  msgid "Pakistan"
1532
  msgstr "Pakistan"
1533
 
1534
+ #: src/Tribe/Main.php:234
1535
  msgid "Search:"
1536
  msgstr ""
1537
 
1563
  msgid "Pitcairn"
1564
  msgstr "Ostrva Pitkern"
1565
 
1566
+ #: src/Tribe/PUE/Checker.php:422
1567
  msgid "License Key"
1568
  msgstr ""
1569
 
1571
  msgid "Poland"
1572
  msgstr "Poljska"
1573
 
1574
+ #: src/Tribe/PUE/Checker.php:423
1575
  msgid "A valid license key is required for support and updates"
1576
  msgstr ""
1577
 
1579
  msgid "Portugal"
1580
  msgstr "Portugal"
1581
 
1582
+ #: src/Tribe/PUE/Checker.php:505
1583
  msgid "License key(s) updated."
1584
  msgstr ""
1585
 
1587
  msgid "Puerto Rico"
1588
  msgstr "Portoriko"
1589
 
1590
+ #: src/Tribe/PUE/Checker.php:555
1591
  msgid "Sorry, key validation server is not available."
1592
  msgstr ""
1593
 
1611
  msgid "Rwanda"
1612
  msgstr "Ruanda"
1613
 
1614
+ #: src/Tribe/PUE/Checker.php:568
1615
  msgid "Valid Key! Expires on %s"
1616
  msgstr ""
1617
 
1619
  msgid "Saint Kitts And Nevis"
1620
  msgstr "Sveti Kristofer i Nevis"
1621
 
1622
+ #: src/Tribe/PUE/Checker.php:514
1623
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1624
  msgstr ""
1625
 
1631
  msgid "Saint Vincent And The Grenadines"
1632
  msgstr "Sveti Vinsent i Grenadini"
1633
 
1634
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1635
+ #: src/Tribe/Settings.php:236
1636
  msgid "Events Settings"
1637
  msgstr "Podešavanje događaja"
1638
 
1688
  msgid "Seychelles"
1689
  msgstr "Sejšeli"
1690
 
 
 
 
 
1691
  #: src/Tribe/View_Helpers.php:237
1692
  msgid "Sierra Leone"
1693
  msgstr "Sijera Leone"
1727
  msgid "Somalia"
1728
  msgstr "Somalija"
1729
 
1730
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1731
  msgid "Unknown or not set"
1732
  msgstr ""
1733
 
1883
  msgid "Virgin Islands (U.S.)"
1884
  msgstr "Djevičanska ostrva (SAD)"
1885
 
1886
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1887
  msgid "Invalid or incomplete field passed"
1888
  msgstr "Neispravo polje"
1889
 
1890
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1891
  #: src/Tribe/Validate.php:118
1892
  msgid "Field ID:"
1893
  msgstr "ID Polja:"
1901
  msgid "with function name:"
1902
  msgstr "sa imenom funkcije:"
1903
 
1904
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1905
  msgid "%s must contain numbers and letters only"
1906
  msgstr "%s mora da sadrži samo brojeve i slova"
1907
 
1909
  msgid "%s must contain numbers, letters and dots only"
1910
  msgstr "%s mora da sadrži samo brojeve, slova i tačke"
1911
 
1912
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1913
  msgid "%s must be a positive number."
1914
  msgstr "%s mora biti pozitivan broj"
1915
 
1921
  msgid "%s must be a valid absolute URL."
1922
  msgstr "%s mora biti validan apsolutni URL"
1923
 
1924
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1925
  #: src/Tribe/Validate.php:310
1926
  msgid "%s must have a value that's part of its options."
1927
  msgstr "%s mora imati vrijednost koja je dio opcije"
1966
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1967
  msgstr "Popis zemalja mora biti formatiran kao jedna zemlja po redu u sljedećem formatu: <br>SAD, Sjedinjene Američke Države <br> UK, Ujedinjeno Kraljevstvo."
1968
 
1969
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1970
  msgid "Select a Country:"
1971
  msgstr "Odaberite zemlju:"
1972
 
common/lang/tribe-common-sv_SE.mo CHANGED
Binary file
common/lang/tribe-common-sv_SE.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Filtreringsbar"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "och "
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr "Event Tickets Plus"
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr "Evenemangsbiljetter"
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr ""
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Gå till plugin-sidan"
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Återgå till plugin-sidan"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gå till WordPress-sidan för uppdateringar"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Återgå till WordPress-sidan för uppdateringar"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "okänt datum"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Gemenskapens Händelser"
613
 
@@ -647,7 +643,7 @@ msgstr "Vi hoppas vårt tillägg är dig till hjälp."
647
  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."
648
  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."
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Se ett exempel på länken"
@@ -681,11 +677,11 @@ msgstr "Inte tillgänglig"
681
  msgid "You need to upgrade!"
682
  msgstr "Du behöver uppdatera!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Du är uppdaterad!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Kräver:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnien och Hercegovina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Evenemang tillägg"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Evenemang"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Vatikanen"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Licenser"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Mikronesien"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldavien"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Nästa"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filippinerna"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairnöarna"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Licensnyckel"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Licensnyckel"
1572
  msgid "Poland"
1573
  msgstr "Polen"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "En giltig licensnyckel krävs för support och uppdateringar"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "En giltig licensnyckel krävs för support och uppdateringar"
1580
  msgid "Portugal"
1581
  msgstr "Portugal"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Licensnyckel(-ar) uppdaterad."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Licensnyckel(-ar) uppdaterad."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Ursäkta, Tyvärr är inte nyckel-server-validering tillgänglig."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Ryssland (Ryska federationen)"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Giltig nyckel! Går ut den %s"
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Giltig nyckel! Går ut den %s"
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts och Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent och Grenadinerna"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Evenemangsinställningar"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Ditt formulär hade följande fel:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychellerna"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Inga inställningar sparades. Försök igen."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Systeminformation"
1730
  msgid "Somalia"
1731
  msgstr "Somalia"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Okänt eller inte satt"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Brittiska Jungfruöarna"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Amerikanska Jungfruöarna"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Ogiltig eller ofullständigt fält"
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Fält-id:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "med funktionsnamn:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s får endas innehålla siffor och bokstäver"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s får endas innehålla siffor och bokstäver"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s får endast innehålla siffror, bokstäver och punkter"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s måste vara ett positivt tal."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s måste vara en giltig slug (siffror, bokstäver, bindestreck och unde
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s måste vara en giltig absolut URL."
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s måste ha ett giltigt värde."
@@ -1969,7 +1962,7 @@ msgstr "%s måste vara ett telefonnummer."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Landslistan måste vara formaterad med ett land per rad på följande format: <br>SE, Sverige <br> US, United States <br> UK, United Kingdom."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Välj ett land:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Filtreringsbar"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "och "
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr "Event Tickets Plus"
525
 
531
  msgid "Event Tickets"
532
  msgstr "Evenemangsbiljetter"
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Gå till plugin-sidan"
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Gå till WordPress-sidan för uppdateringar"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "okänt datum"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Gemenskapens Händelser"
609
 
643
  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."
644
  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."
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Se ett exempel på länken"
677
  msgid "You need to upgrade!"
678
  msgstr "Du behöver uppdatera!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Du är uppdaterad!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Kräver:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnien och Hercegovina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Evenemang tillägg"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Evenemang"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Vatikanen"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Licenser"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldavien"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Nästa"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairnöarna"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Licensnyckel"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polen"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "En giltig licensnyckel krävs för support och uppdateringar"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portugal"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Licensnyckel(-ar) uppdaterad."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Ursäkta, Tyvärr är inte nyckel-server-validering tillgänglig."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Giltig nyckel! Går ut den %s"
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts och Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent och Grenadinerna"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Evenemangsinställningar"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychellerna"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somalia"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Okänt eller inte satt"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Amerikanska Jungfruöarna"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Ogiltig eller ofullständigt fält"
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Fält-id:"
1897
  msgid "with function name:"
1898
  msgstr "med funktionsnamn:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s får endas innehålla siffor och bokstäver"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s får endast innehålla siffror, bokstäver och punkter"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s måste vara ett positivt tal."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s måste vara en giltig absolut URL."
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s måste ha ett giltigt värde."
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Landslistan måste vara formaterad med ett land per rad på följande format: <br>SE, Sverige <br> US, United States <br> UK, United Kingdom."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Välj ett land:"
1968
 
common/lang/tribe-common-tr_TR.mo CHANGED
Binary file
common/lang/tribe-common-tr_TR.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -75,7 +99,7 @@ msgstr ""
75
  msgid "Browse All Add-Ons"
76
  msgstr ""
77
 
78
- #: src/admin-views/app-shop.php:32
79
  msgid "Buy This Add-On"
80
  msgstr ""
81
 
@@ -103,80 +127,76 @@ msgstr ""
103
  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."
104
  msgstr ""
105
 
106
- #: src/admin-views/tribe-options-licenses.php:11
107
  #: src/admin-views/tribe-options-licenses.php:16
108
  msgid " (opens in new window)"
109
  msgstr ""
110
 
111
- #: src/Tribe/Error.php:38
112
- msgid "An Unknown error occurred"
113
- msgstr ""
114
-
115
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
116
  msgid "Copy to clipboard"
117
  msgstr ""
118
 
119
- #: src/Tribe/Main.php:176
120
  msgid "System info copied"
121
  msgstr ""
122
 
123
- #: src/Tribe/Main.php:177
124
  msgid "Press \"Cmd + C\" to copy"
125
  msgstr ""
126
 
127
- #: src/Tribe/Main.php:194
128
  msgid ": activate to sort column ascending"
129
  msgstr ""
130
 
131
- #: src/Tribe/Main.php:195
132
  msgid ": activate to sort column descending"
133
  msgstr ""
134
 
135
- #: src/Tribe/Main.php:197
136
  msgid "Show _MENU_ entries"
137
  msgstr ""
138
 
139
- #: src/Tribe/Main.php:198
140
  msgid "No data available in table"
141
  msgstr ""
142
 
143
- #: src/Tribe/Main.php:199
144
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
145
  msgstr ""
146
 
147
- #: src/Tribe/Main.php:200
148
  msgid "Showing 0 to 0 of 0 entries"
149
  msgstr ""
150
 
151
- #: src/Tribe/Main.php:201
152
  msgid "(filtered from _MAX_ total entries)"
153
  msgstr ""
154
 
155
- #: src/Tribe/Main.php:202
156
  msgid "No matching records found"
157
  msgstr ""
158
 
159
- #: src/Tribe/Main.php:205
160
  msgid "All"
161
  msgstr ""
162
 
163
- #: src/Tribe/Main.php:207
164
  msgid "Previous"
165
  msgstr ""
166
 
167
- #: src/Tribe/Main.php:212
168
  msgid ": Selected %d rows"
169
  msgstr ""
170
 
171
- #: src/Tribe/Main.php:213
172
  msgid ": Selected 1 row"
173
  msgstr ""
174
 
175
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
176
  msgid "Renew Your License Now"
177
  msgstr ""
178
 
179
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
180
  msgid " (opens in a new window)"
181
  msgstr ""
182
 
@@ -192,11 +212,11 @@ msgstr ""
192
  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."
193
  msgstr ""
194
 
195
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
196
  msgid "Invalid Key"
197
  msgstr ""
198
 
199
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
200
  msgid "Permission Error"
201
  msgstr ""
202
 
@@ -208,36 +228,36 @@ msgstr ""
208
  msgid "C&ocirc;te d'Ivoire"
209
  msgstr ""
210
 
211
- #: src/Tribe/App_Shop.php:152
212
  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."
213
  msgstr ""
214
 
215
- #: src/Tribe/App_Shop.php:144
216
  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"
217
  msgstr ""
218
 
219
- #: src/Tribe/App_Shop.php:145
220
  msgctxt "Names of required plugins for Community Tickets"
221
  msgid "Event Tickets Plus and Community Events"
222
  msgstr ""
223
 
224
- #: src/Tribe/App_Shop.php:123
225
  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."
226
  msgstr ""
227
 
228
- #: src/Tribe/App_Shop.php:138
229
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
230
  msgstr ""
231
 
232
- #: src/Tribe/App_Shop.php:113
233
  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."
234
  msgstr ""
235
 
236
- #: src/Tribe/App_Shop.php:132
237
  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."
238
  msgstr ""
239
 
240
- #: src/Tribe/App_Shop.php:130
241
  msgid "Filter Bar"
242
  msgstr "Filtre Çubuğu"
243
 
@@ -347,14 +367,6 @@ msgstr ""
347
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
348
  msgstr ""
349
 
350
- #. Plugin Name of the plugin/theme
351
- msgid "Tribe Common"
352
- msgstr ""
353
-
354
- #. Description of the plugin/theme
355
- msgid "An event settings framework for managing shared options"
356
- msgstr ""
357
-
358
  #: src/admin-views/tribe-options-help.php:30
359
  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 "
360
  msgstr ""
@@ -423,7 +435,7 @@ msgstr ""
423
  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."
424
  msgstr ""
425
 
426
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
427
  msgid "Community Tickets"
428
  msgstr ""
429
 
@@ -467,7 +479,7 @@ msgstr ""
467
  msgid "Visit the Add-on Page"
468
  msgstr ""
469
 
470
- #: src/Tribe/PUE/Checker.php:568
471
  msgid "Thanks for setting up a valid key. It will expire on %s"
472
  msgstr ""
473
 
@@ -495,7 +507,7 @@ msgstr ""
495
  msgid " and "
496
  msgstr "ve"
497
 
498
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
499
  msgid "Eventbrite Tickets"
500
  msgstr ""
501
 
@@ -507,7 +519,7 @@ msgstr ""
507
  msgid "Events Filter Bar"
508
  msgstr ""
509
 
510
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
511
  msgid "Event Tickets Plus"
512
  msgstr ""
513
 
@@ -519,14 +531,6 @@ msgstr ""
519
  msgid "Event Tickets"
520
  msgstr ""
521
 
522
- #. Author of the plugin/theme
523
- msgid "Modern Tribe, Inc."
524
- msgstr "Modern Tribe, Inc."
525
-
526
- #. Author URI of the plugin/theme
527
- msgid "http://m.tri.be/1x"
528
- msgstr ""
529
-
530
  #: src/Tribe/Settings.php:323
531
  msgid "Save Changes"
532
  msgstr ""
@@ -535,19 +539,11 @@ msgstr ""
535
  msgid "Go to plugins page"
536
  msgstr "Eklentiler sayfasına git "
537
 
538
- #: src/Tribe/Admin/Activation_Page.php:77
539
- msgid "Return to Plugins page"
540
- msgstr "Eklentiler sayfasına dön"
541
-
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Wordpress güncellemeleri sayfasına git"
545
 
546
- #: src/Tribe/Admin/Activation_Page.php:85
547
- msgid "Return to WordPress Updates"
548
- msgstr "Wordpress güncellemelere geri dön"
549
-
550
- #: src/Tribe/PUE/Checker.php:544
551
  msgid "unknown date"
552
  msgstr "Bilinmeyen tarih"
553
 
@@ -607,7 +603,7 @@ msgstr "Wisconsin"
607
  msgid "Wyoming"
608
  msgstr "Wyoming"
609
 
610
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
611
  msgid "Community Events"
612
  msgstr "Topluluk Etkinlikleri"
613
 
@@ -647,7 +643,7 @@ msgstr "Umarız bu eklenti yardımcı olur. "
647
  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."
648
  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. "
649
 
650
- #: src/admin-views/tribe-options-general.php:30
651
  #: src/admin-views/tribe-options-general.php:35
652
  msgid "See an example of the link"
653
  msgstr "Örnek linki incele"
@@ -681,11 +677,11 @@ msgstr "n/a"
681
  msgid "You need to upgrade!"
682
  msgstr "Yükseltme yapmanız gerekmekte!"
683
 
684
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
685
  msgid "You are up to date!"
686
  msgstr "Güncel durumda!"
687
 
688
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
689
  msgid "Events Calendar PRO"
690
  msgstr ""
691
 
@@ -793,7 +789,7 @@ msgstr "Louisiana"
793
  msgid "Maine"
794
  msgstr "Maine"
795
 
796
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
797
  msgid "Requires:"
798
  msgstr "Gereksinim:"
799
 
@@ -921,7 +917,7 @@ msgstr "Bolivia"
921
  msgid "Bosnia And Herzegowina"
922
  msgstr "Bosnia And Herzegowina"
923
 
924
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
925
  #: src/Tribe/App_Shop.php:72
926
  msgid "Event Add-Ons"
927
  msgstr "Etkinlik eklentileri"
@@ -1158,7 +1154,7 @@ msgstr "Gabon"
1158
  msgid "Gambia"
1159
  msgstr "Gambia"
1160
 
1161
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1162
  msgid "Georgia"
1163
  msgstr "Georgia"
1164
 
@@ -1174,7 +1170,7 @@ msgstr "Ghana"
1174
  msgid "Gibraltar"
1175
  msgstr "Gibraltar"
1176
 
1177
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1178
  #: src/Tribe/Settings.php:205
1179
  msgid "Events"
1180
  msgstr "Etkinlikler"
@@ -1231,8 +1227,8 @@ msgstr "Heard And Mc Donald Islands"
1231
  msgid "Holy See (Vatican City State)"
1232
  msgstr "Holy See (Vatican City State)"
1233
 
 
1234
  #: src/Tribe/Settings_Manager.php:253
1235
- #: src/admin-views/tribe-options-licenses.php:66
1236
  msgid "Licenses"
1237
  msgstr "Lisanslar"
1238
 
@@ -1428,7 +1424,7 @@ msgstr "Micronesia, Federated States Of"
1428
  msgid "Moldova, Republic Of"
1429
  msgstr "Moldova Cumhuriyeti"
1430
 
1431
- #: src/Tribe/Main.php:206
1432
  msgid "Next"
1433
  msgstr "Sonraki"
1434
 
@@ -1532,7 +1528,7 @@ msgstr "Oman"
1532
  msgid "Pakistan"
1533
  msgstr "Pakistan"
1534
 
1535
- #: src/Tribe/Main.php:203
1536
  msgid "Search:"
1537
  msgstr ""
1538
 
@@ -1564,7 +1560,7 @@ msgstr "Filipinler"
1564
  msgid "Pitcairn"
1565
  msgstr "Pitcairn"
1566
 
1567
- #: src/Tribe/PUE/Checker.php:417
1568
  msgid "License Key"
1569
  msgstr "Lisans Numarası"
1570
 
@@ -1572,7 +1568,7 @@ msgstr "Lisans Numarası"
1572
  msgid "Poland"
1573
  msgstr "Polanya"
1574
 
1575
- #: src/Tribe/PUE/Checker.php:418
1576
  msgid "A valid license key is required for support and updates"
1577
  msgstr "Destek ve güncellemeler için geçerli bir lisans numarası gereklidir"
1578
 
@@ -1580,7 +1576,7 @@ msgstr "Destek ve güncellemeler için geçerli bir lisans numarası gereklidir"
1580
  msgid "Portugal"
1581
  msgstr "Portekiz"
1582
 
1583
- #: src/Tribe/PUE/Checker.php:500
1584
  msgid "License key(s) updated."
1585
  msgstr "Lisans numara(lar)sı güncellendi."
1586
 
@@ -1588,7 +1584,7 @@ msgstr "Lisans numara(lar)sı güncellendi."
1588
  msgid "Puerto Rico"
1589
  msgstr "Puerto Rico"
1590
 
1591
- #: src/Tribe/PUE/Checker.php:550
1592
  msgid "Sorry, key validation server is not available."
1593
  msgstr "Üzgünüz, numara sorgulama sunucumuz şu anda müsait değil."
1594
 
@@ -1612,7 +1608,7 @@ msgstr "Russian Federation"
1612
  msgid "Rwanda"
1613
  msgstr "Rwanda"
1614
 
1615
- #: src/Tribe/PUE/Checker.php:563
1616
  msgid "Valid Key! Expires on %s"
1617
  msgstr "Geçerli numara! Süresi %s iken doluyor."
1618
 
@@ -1620,7 +1616,7 @@ msgstr "Geçerli numara! Süresi %s iken doluyor."
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: src/Tribe/PUE/Checker.php:509
1624
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1625
  msgstr ""
1626
 
@@ -1632,7 +1628,8 @@ msgstr "Saint Lucia"
1632
  msgid "Saint Vincent And The Grenadines"
1633
  msgstr "Saint Vincent And The Grenadines"
1634
 
1635
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1636
  msgid "Events Settings"
1637
  msgstr "Etkinlikler Ayarları"
1638
 
@@ -1688,10 +1685,6 @@ msgstr "Formunuz aşağıdaki hataları içeriyor:"
1688
  msgid "Seychelles"
1689
  msgstr "Seychelles"
1690
 
1691
- #: src/Tribe/Settings.php:560
1692
- msgid "None of your settings were saved. Please try again."
1693
- msgstr "Hiçbir ayarınız kaydedilmedi. Lütfen tekrar deneyiniz."
1694
-
1695
  #: src/Tribe/View_Helpers.php:237
1696
  msgid "Sierra Leone"
1697
  msgstr "Sierra Leone"
@@ -1730,7 +1723,7 @@ msgstr "Sistem Bilgisi"
1730
  msgid "Somalia"
1731
  msgstr "Somali"
1732
 
1733
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1734
  msgid "Unknown or not set"
1735
  msgstr "Bilinmeyen veya girilmeyen"
1736
 
@@ -1886,11 +1879,11 @@ msgstr "Virgin Adaları (İngiliz)"
1886
  msgid "Virgin Islands (U.S.)"
1887
  msgstr "Virgin Adaları (ABD)"
1888
 
1889
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1890
  msgid "Invalid or incomplete field passed"
1891
  msgstr "Hatalı ya da tamamlanmamış alan geçildi."
1892
 
1893
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1894
  #: src/Tribe/Validate.php:118
1895
  msgid "Field ID:"
1896
  msgstr "Alan NO:"
@@ -1904,7 +1897,7 @@ msgctxt "non-existant function name passed for field validation"
1904
  msgid "with function name:"
1905
  msgstr "Fonksiyon adıyla:"
1906
 
1907
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1908
  msgid "%s must contain numbers and letters only"
1909
  msgstr "%s sadece rakam ve harf içermeli"
1910
 
@@ -1912,7 +1905,7 @@ msgstr "%s sadece rakam ve harf içermeli"
1912
  msgid "%s must contain numbers, letters and dots only"
1913
  msgstr "%s sadece rakam, harf ve noktalama işareti olmalı"
1914
 
1915
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1916
  msgid "%s must be a positive number."
1917
  msgstr "%s pozitif rakam olmalı."
1918
 
@@ -1924,7 +1917,7 @@ msgstr "%s düzgün bir isim olmalı (rakam, harf, tire ve alttan çizgi)"
1924
  msgid "%s must be a valid absolute URL."
1925
  msgstr "%s kesin bir URL olmalı"
1926
 
1927
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1928
  #: src/Tribe/Validate.php:310
1929
  msgid "%s must have a value that's part of its options."
1930
  msgstr "%s seçeneklerinden bir değere sahip olmalı"
@@ -1969,7 +1962,7 @@ msgstr "%s bir telefon numarası olmalı."
1969
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1970
  msgstr "Ülke listesi her satırda bir ülke olarak şu formatta sunulmalıdır: <br>ABD, Birleşik Devletler <br> İngiltere, Birleşik Krallık."
1971
 
1972
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1973
  msgid "Select a Country:"
1974
  msgstr "Ülke Seçiniz:"
1975
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
99
  msgid "Browse All Add-Ons"
100
  msgstr ""
101
 
102
+ #: src/admin-views/app-shop.php:26
103
  msgid "Buy This Add-On"
104
  msgstr ""
105
 
127
  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."
128
  msgstr ""
129
 
130
+ #: src/admin-views/tribe-options-licenses.php:11,
131
  #: src/admin-views/tribe-options-licenses.php:16
132
  msgid " (opens in new window)"
133
  msgstr ""
134
 
135
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
136
  msgid "Copy to clipboard"
137
  msgstr ""
138
 
139
+ #: src/Tribe/Main.php:207
140
  msgid "System info copied"
141
  msgstr ""
142
 
143
+ #: src/Tribe/Main.php:208
144
  msgid "Press \"Cmd + C\" to copy"
145
  msgstr ""
146
 
147
+ #: src/Tribe/Main.php:225
148
  msgid ": activate to sort column ascending"
149
  msgstr ""
150
 
151
+ #: src/Tribe/Main.php:226
152
  msgid ": activate to sort column descending"
153
  msgstr ""
154
 
155
+ #: src/Tribe/Main.php:228
156
  msgid "Show _MENU_ entries"
157
  msgstr ""
158
 
159
+ #: src/Tribe/Main.php:229
160
  msgid "No data available in table"
161
  msgstr ""
162
 
163
+ #: src/Tribe/Main.php:230
164
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
165
  msgstr ""
166
 
167
+ #: src/Tribe/Main.php:231
168
  msgid "Showing 0 to 0 of 0 entries"
169
  msgstr ""
170
 
171
+ #: src/Tribe/Main.php:232
172
  msgid "(filtered from _MAX_ total entries)"
173
  msgstr ""
174
 
175
+ #: src/Tribe/Main.php:233
176
  msgid "No matching records found"
177
  msgstr ""
178
 
179
+ #: src/Tribe/Main.php:236
180
  msgid "All"
181
  msgstr ""
182
 
183
+ #: src/Tribe/Main.php:238
184
  msgid "Previous"
185
  msgstr ""
186
 
187
+ #: src/Tribe/Main.php:243
188
  msgid ": Selected %d rows"
189
  msgstr ""
190
 
191
+ #: src/Tribe/Main.php:244
192
  msgid ": Selected 1 row"
193
  msgstr ""
194
 
195
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
196
  msgid "Renew Your License Now"
197
  msgstr ""
198
 
199
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
200
  msgid " (opens in a new window)"
201
  msgstr ""
202
 
212
  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."
213
  msgstr ""
214
 
215
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
216
  msgid "Invalid Key"
217
  msgstr ""
218
 
219
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
220
  msgid "Permission Error"
221
  msgstr ""
222
 
228
  msgid "C&ocirc;te d'Ivoire"
229
  msgstr ""
230
 
231
+ #: src/Tribe/App_Shop.php:158
232
  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."
233
  msgstr ""
234
 
235
+ #: src/Tribe/App_Shop.php:149
236
  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"
237
  msgstr ""
238
 
239
+ #: src/Tribe/App_Shop.php:150
240
  msgctxt "Names of required plugins for Community Tickets"
241
  msgid "Event Tickets Plus and Community Events"
242
  msgstr ""
243
 
244
+ #: src/Tribe/App_Shop.php:125
245
  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."
246
  msgstr ""
247
 
248
+ #: src/Tribe/App_Shop.php:142
249
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
250
  msgstr ""
251
 
252
+ #: src/Tribe/App_Shop.php:114
253
  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."
254
  msgstr ""
255
 
256
+ #: src/Tribe/App_Shop.php:135
257
  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."
258
  msgstr ""
259
 
260
+ #: src/Tribe/App_Shop.php:133
261
  msgid "Filter Bar"
262
  msgstr "Filtre Çubuğu"
263
 
367
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
368
  msgstr ""
369
 
 
 
 
 
 
 
 
 
370
  #: src/admin-views/tribe-options-help.php:30
371
  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 "
372
  msgstr ""
435
  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."
436
  msgstr ""
437
 
438
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
439
  msgid "Community Tickets"
440
  msgstr ""
441
 
479
  msgid "Visit the Add-on Page"
480
  msgstr ""
481
 
482
+ #: src/Tribe/PUE/Checker.php:573
483
  msgid "Thanks for setting up a valid key. It will expire on %s"
484
  msgstr ""
485
 
507
  msgid " and "
508
  msgstr "ve"
509
 
510
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
511
  msgid "Eventbrite Tickets"
512
  msgstr ""
513
 
519
  msgid "Events Filter Bar"
520
  msgstr ""
521
 
522
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
523
  msgid "Event Tickets Plus"
524
  msgstr ""
525
 
531
  msgid "Event Tickets"
532
  msgstr ""
533
 
 
 
 
 
 
 
 
 
534
  #: src/Tribe/Settings.php:323
535
  msgid "Save Changes"
536
  msgstr ""
539
  msgid "Go to plugins page"
540
  msgstr "Eklentiler sayfasına git "
541
 
 
 
 
 
542
  #: src/Tribe/Admin/Activation_Page.php:85
543
  msgid "Go to WordPress Updates page"
544
  msgstr "Wordpress güncellemeleri sayfasına git"
545
 
546
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
547
  msgid "unknown date"
548
  msgstr "Bilinmeyen tarih"
549
 
603
  msgid "Wyoming"
604
  msgstr "Wyoming"
605
 
606
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
607
  msgid "Community Events"
608
  msgstr "Topluluk Etkinlikleri"
609
 
643
  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."
644
  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. "
645
 
646
+ #: src/admin-views/tribe-options-general.php:30,
647
  #: src/admin-views/tribe-options-general.php:35
648
  msgid "See an example of the link"
649
  msgstr "Örnek linki incele"
677
  msgid "You need to upgrade!"
678
  msgstr "Yükseltme yapmanız gerekmekte!"
679
 
680
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
681
  msgid "You are up to date!"
682
  msgstr "Güncel durumda!"
683
 
684
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
685
  msgid "Events Calendar PRO"
686
  msgstr ""
687
 
789
  msgid "Maine"
790
  msgstr "Maine"
791
 
792
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
793
  msgid "Requires:"
794
  msgstr "Gereksinim:"
795
 
917
  msgid "Bosnia And Herzegowina"
918
  msgstr "Bosnia And Herzegowina"
919
 
920
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
921
  #: src/Tribe/App_Shop.php:72
922
  msgid "Event Add-Ons"
923
  msgstr "Etkinlik eklentileri"
1154
  msgid "Gambia"
1155
  msgstr "Gambia"
1156
 
1157
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1158
  msgid "Georgia"
1159
  msgstr "Georgia"
1160
 
1170
  msgid "Gibraltar"
1171
  msgstr "Gibraltar"
1172
 
1173
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1174
  #: src/Tribe/Settings.php:205
1175
  msgid "Events"
1176
  msgstr "Etkinlikler"
1227
  msgid "Holy See (Vatican City State)"
1228
  msgstr "Holy See (Vatican City State)"
1229
 
1230
+ #: src/admin-views/tribe-options-licenses.php:66,
1231
  #: src/Tribe/Settings_Manager.php:253
 
1232
  msgid "Licenses"
1233
  msgstr "Lisanslar"
1234
 
1424
  msgid "Moldova, Republic Of"
1425
  msgstr "Moldova Cumhuriyeti"
1426
 
1427
+ #: src/Tribe/Main.php:237
1428
  msgid "Next"
1429
  msgstr "Sonraki"
1430
 
1528
  msgid "Pakistan"
1529
  msgstr "Pakistan"
1530
 
1531
+ #: src/Tribe/Main.php:234
1532
  msgid "Search:"
1533
  msgstr ""
1534
 
1560
  msgid "Pitcairn"
1561
  msgstr "Pitcairn"
1562
 
1563
+ #: src/Tribe/PUE/Checker.php:422
1564
  msgid "License Key"
1565
  msgstr "Lisans Numarası"
1566
 
1568
  msgid "Poland"
1569
  msgstr "Polanya"
1570
 
1571
+ #: src/Tribe/PUE/Checker.php:423
1572
  msgid "A valid license key is required for support and updates"
1573
  msgstr "Destek ve güncellemeler için geçerli bir lisans numarası gereklidir"
1574
 
1576
  msgid "Portugal"
1577
  msgstr "Portekiz"
1578
 
1579
+ #: src/Tribe/PUE/Checker.php:505
1580
  msgid "License key(s) updated."
1581
  msgstr "Lisans numara(lar)sı güncellendi."
1582
 
1584
  msgid "Puerto Rico"
1585
  msgstr "Puerto Rico"
1586
 
1587
+ #: src/Tribe/PUE/Checker.php:555
1588
  msgid "Sorry, key validation server is not available."
1589
  msgstr "Üzgünüz, numara sorgulama sunucumuz şu anda müsait değil."
1590
 
1608
  msgid "Rwanda"
1609
  msgstr "Rwanda"
1610
 
1611
+ #: src/Tribe/PUE/Checker.php:568
1612
  msgid "Valid Key! Expires on %s"
1613
  msgstr "Geçerli numara! Süresi %s iken doluyor."
1614
 
1616
  msgid "Saint Kitts And Nevis"
1617
  msgstr "Saint Kitts And Nevis"
1618
 
1619
+ #: src/Tribe/PUE/Checker.php:514
1620
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1621
  msgstr ""
1622
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1632
+ #: src/Tribe/Settings.php:236
1633
  msgid "Events Settings"
1634
  msgstr "Etkinlikler Ayarları"
1635
 
1685
  msgid "Seychelles"
1686
  msgstr "Seychelles"
1687
 
 
 
 
 
1688
  #: src/Tribe/View_Helpers.php:237
1689
  msgid "Sierra Leone"
1690
  msgstr "Sierra Leone"
1723
  msgid "Somalia"
1724
  msgstr "Somali"
1725
 
1726
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1727
  msgid "Unknown or not set"
1728
  msgstr "Bilinmeyen veya girilmeyen"
1729
 
1879
  msgid "Virgin Islands (U.S.)"
1880
  msgstr "Virgin Adaları (ABD)"
1881
 
1882
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1883
  msgid "Invalid or incomplete field passed"
1884
  msgstr "Hatalı ya da tamamlanmamış alan geçildi."
1885
 
1886
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1887
  #: src/Tribe/Validate.php:118
1888
  msgid "Field ID:"
1889
  msgstr "Alan NO:"
1897
  msgid "with function name:"
1898
  msgstr "Fonksiyon adıyla:"
1899
 
1900
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1901
  msgid "%s must contain numbers and letters only"
1902
  msgstr "%s sadece rakam ve harf içermeli"
1903
 
1905
  msgid "%s must contain numbers, letters and dots only"
1906
  msgstr "%s sadece rakam, harf ve noktalama işareti olmalı"
1907
 
1908
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1909
  msgid "%s must be a positive number."
1910
  msgstr "%s pozitif rakam olmalı."
1911
 
1917
  msgid "%s must be a valid absolute URL."
1918
  msgstr "%s kesin bir URL olmalı"
1919
 
1920
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1921
  #: src/Tribe/Validate.php:310
1922
  msgid "%s must have a value that's part of its options."
1923
  msgstr "%s seçeneklerinden bir değere sahip olmalı"
1962
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1963
  msgstr "Ülke listesi her satırda bir ülke olarak şu formatta sunulmalıdır: <br>ABD, Birleşik Devletler <br> İngiltere, Birleşik Krallık."
1964
 
1965
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1966
  msgid "Select a Country:"
1967
  msgstr "Ülke Seçiniz:"
1968
 
common/lang/tribe-common-zh_CN.mo CHANGED
Binary file
common/lang/tribe-common-zh_CN.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -72,7 +96,7 @@ msgstr ""
72
  msgid "Browse All Add-Ons"
73
  msgstr ""
74
 
75
- #: src/admin-views/app-shop.php:32
76
  msgid "Buy This Add-On"
77
  msgstr ""
78
 
@@ -100,80 +124,76 @@ msgstr ""
100
  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."
101
  msgstr ""
102
 
103
- #: src/admin-views/tribe-options-licenses.php:11
104
  #: src/admin-views/tribe-options-licenses.php:16
105
  msgid " (opens in new window)"
106
  msgstr ""
107
 
108
- #: src/Tribe/Error.php:38
109
- msgid "An Unknown error occurred"
110
- msgstr ""
111
-
112
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
113
  msgid "Copy to clipboard"
114
  msgstr ""
115
 
116
- #: src/Tribe/Main.php:176
117
  msgid "System info copied"
118
  msgstr ""
119
 
120
- #: src/Tribe/Main.php:177
121
  msgid "Press \"Cmd + C\" to copy"
122
  msgstr ""
123
 
124
- #: src/Tribe/Main.php:194
125
  msgid ": activate to sort column ascending"
126
  msgstr ""
127
 
128
- #: src/Tribe/Main.php:195
129
  msgid ": activate to sort column descending"
130
  msgstr ""
131
 
132
- #: src/Tribe/Main.php:197
133
  msgid "Show _MENU_ entries"
134
  msgstr ""
135
 
136
- #: src/Tribe/Main.php:198
137
  msgid "No data available in table"
138
  msgstr ""
139
 
140
- #: src/Tribe/Main.php:199
141
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
142
  msgstr ""
143
 
144
- #: src/Tribe/Main.php:200
145
  msgid "Showing 0 to 0 of 0 entries"
146
  msgstr ""
147
 
148
- #: src/Tribe/Main.php:201
149
  msgid "(filtered from _MAX_ total entries)"
150
  msgstr ""
151
 
152
- #: src/Tribe/Main.php:202
153
  msgid "No matching records found"
154
  msgstr ""
155
 
156
- #: src/Tribe/Main.php:205
157
  msgid "All"
158
  msgstr ""
159
 
160
- #: src/Tribe/Main.php:207
161
  msgid "Previous"
162
  msgstr ""
163
 
164
- #: src/Tribe/Main.php:212
165
  msgid ": Selected %d rows"
166
  msgstr ""
167
 
168
- #: src/Tribe/Main.php:213
169
  msgid ": Selected 1 row"
170
  msgstr ""
171
 
172
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
173
  msgid "Renew Your License Now"
174
  msgstr ""
175
 
176
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
177
  msgid " (opens in a new window)"
178
  msgstr ""
179
 
@@ -189,11 +209,11 @@ msgstr ""
189
  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."
190
  msgstr ""
191
 
192
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
193
  msgid "Invalid Key"
194
  msgstr ""
195
 
196
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
197
  msgid "Permission Error"
198
  msgstr ""
199
 
@@ -205,36 +225,36 @@ msgstr ""
205
  msgid "C&ocirc;te d'Ivoire"
206
  msgstr ""
207
 
208
- #: src/Tribe/App_Shop.php:152
209
  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."
210
  msgstr ""
211
 
212
- #: src/Tribe/App_Shop.php:144
213
  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"
214
  msgstr ""
215
 
216
- #: src/Tribe/App_Shop.php:145
217
  msgctxt "Names of required plugins for Community Tickets"
218
  msgid "Event Tickets Plus and Community Events"
219
  msgstr ""
220
 
221
- #: src/Tribe/App_Shop.php:123
222
  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."
223
  msgstr ""
224
 
225
- #: src/Tribe/App_Shop.php:138
226
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
227
  msgstr ""
228
 
229
- #: src/Tribe/App_Shop.php:113
230
  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."
231
  msgstr ""
232
 
233
- #: src/Tribe/App_Shop.php:132
234
  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."
235
  msgstr ""
236
 
237
- #: src/Tribe/App_Shop.php:130
238
  msgid "Filter Bar"
239
  msgstr ""
240
 
@@ -344,14 +364,6 @@ msgstr ""
344
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
345
  msgstr ""
346
 
347
- #. Plugin Name of the plugin/theme
348
- msgid "Tribe Common"
349
- msgstr ""
350
-
351
- #. Description of the plugin/theme
352
- msgid "An event settings framework for managing shared options"
353
- msgstr ""
354
-
355
  #: src/admin-views/tribe-options-help.php:30
356
  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 "
357
  msgstr ""
@@ -420,7 +432,7 @@ msgstr ""
420
  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."
421
  msgstr ""
422
 
423
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
424
  msgid "Community Tickets"
425
  msgstr ""
426
 
@@ -464,7 +476,7 @@ msgstr ""
464
  msgid "Visit the Add-on Page"
465
  msgstr ""
466
 
467
- #: src/Tribe/PUE/Checker.php:568
468
  msgid "Thanks for setting up a valid key. It will expire on %s"
469
  msgstr ""
470
 
@@ -492,7 +504,7 @@ msgstr ""
492
  msgid " and "
493
  msgstr "和"
494
 
495
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
496
  msgid "Eventbrite Tickets"
497
  msgstr ""
498
 
@@ -504,7 +516,7 @@ msgstr ""
504
  msgid "Events Filter Bar"
505
  msgstr ""
506
 
507
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
508
  msgid "Event Tickets Plus"
509
  msgstr ""
510
 
@@ -516,14 +528,6 @@ msgstr ""
516
  msgid "Event Tickets"
517
  msgstr ""
518
 
519
- #. Author of the plugin/theme
520
- msgid "Modern Tribe, Inc."
521
- msgstr "Modern Tribe, Inc."
522
-
523
- #. Author URI of the plugin/theme
524
- msgid "http://m.tri.be/1x"
525
- msgstr "http://m.tri.be/1x"
526
-
527
  #: src/Tribe/Settings.php:323
528
  msgid "Save Changes"
529
  msgstr ""
@@ -532,19 +536,11 @@ msgstr ""
532
  msgid "Go to plugins page"
533
  msgstr "转到插件页面"
534
 
535
- #: src/Tribe/Admin/Activation_Page.php:77
536
- msgid "Return to Plugins page"
537
- msgstr "返回插件页面"
538
-
539
  #: src/Tribe/Admin/Activation_Page.php:85
540
  msgid "Go to WordPress Updates page"
541
  msgstr "转到WordPress的更新页面"
542
 
543
- #: src/Tribe/Admin/Activation_Page.php:85
544
- msgid "Return to WordPress Updates"
545
- msgstr "返回到WordPress的更新"
546
-
547
- #: src/Tribe/PUE/Checker.php:544
548
  msgid "unknown date"
549
  msgstr "未知日期"
550
 
@@ -604,7 +600,7 @@ msgstr "威斯康辛州"
604
  msgid "Wyoming"
605
  msgstr "怀俄明州"
606
 
607
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
608
  msgid "Community Events"
609
  msgstr ""
610
 
@@ -644,7 +640,7 @@ msgstr "我们期望我们的外挂产品能够帮助你。"
644
  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."
645
  msgstr "是否你正想着 \"哇,这个外挂产品太棒了!我们应该感谢 Modern Tribe 他们所有的努力。\" 而你可以给我们的最大回报,就是仅需于你的行事曆底下加入简短的文字连结到 The Events Calendar 计画。"
646
 
647
- #: src/admin-views/tribe-options-general.php:30
648
  #: src/admin-views/tribe-options-general.php:35
649
  msgid "See an example of the link"
650
  msgstr "请参考连结的范例"
@@ -678,11 +674,11 @@ msgstr "n/a"
678
  msgid "You need to upgrade!"
679
  msgstr "你需要升级!"
680
 
681
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
682
  msgid "You are up to date!"
683
  msgstr "你的版本是最新的!"
684
 
685
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
686
  msgid "Events Calendar PRO"
687
  msgstr ""
688
 
@@ -790,7 +786,7 @@ msgstr "路易斯安那州"
790
  msgid "Maine"
791
  msgstr "缅因州"
792
 
793
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
794
  msgid "Requires:"
795
  msgstr "需求:"
796
 
@@ -918,7 +914,7 @@ msgstr "玻利维亚"
918
  msgid "Bosnia And Herzegowina"
919
  msgstr "波士尼亚与赫塞哥维纳"
920
 
921
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
922
  #: src/Tribe/App_Shop.php:72
923
  msgid "Event Add-Ons"
924
  msgstr "活动附加元件"
@@ -1155,7 +1151,7 @@ msgstr "加彭"
1155
  msgid "Gambia"
1156
  msgstr "甘比亚"
1157
 
1158
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1159
  msgid "Georgia"
1160
  msgstr "乔治亚"
1161
 
@@ -1171,7 +1167,7 @@ msgstr "迦纳"
1171
  msgid "Gibraltar"
1172
  msgstr "直布罗陀"
1173
 
1174
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1175
  #: src/Tribe/Settings.php:205
1176
  msgid "Events"
1177
  msgstr "活动"
@@ -1228,8 +1224,8 @@ msgstr "赫德岛和麦克唐纳群岛"
1228
  msgid "Holy See (Vatican City State)"
1229
  msgstr "梵蒂冈"
1230
 
 
1231
  #: src/Tribe/Settings_Manager.php:253
1232
- #: src/admin-views/tribe-options-licenses.php:66
1233
  msgid "Licenses"
1234
  msgstr "授权凭证"
1235
 
@@ -1425,7 +1421,7 @@ msgstr "密克罗尼西亚联邦"
1425
  msgid "Moldova, Republic Of"
1426
  msgstr "摩尔多瓦"
1427
 
1428
- #: src/Tribe/Main.php:206
1429
  msgid "Next"
1430
  msgstr "下一页"
1431
 
@@ -1529,7 +1525,7 @@ msgstr "阿曼"
1529
  msgid "Pakistan"
1530
  msgstr "巴基斯坦"
1531
 
1532
- #: src/Tribe/Main.php:203
1533
  msgid "Search:"
1534
  msgstr "搜索"
1535
 
@@ -1561,7 +1557,7 @@ msgstr "菲律宾"
1561
  msgid "Pitcairn"
1562
  msgstr "皮特肯群岛"
1563
 
1564
- #: src/Tribe/PUE/Checker.php:417
1565
  msgid "License Key"
1566
  msgstr "授权密钥"
1567
 
@@ -1569,7 +1565,7 @@ msgstr "授权密钥"
1569
  msgid "Poland"
1570
  msgstr "波兰"
1571
 
1572
- #: src/Tribe/PUE/Checker.php:418
1573
  msgid "A valid license key is required for support and updates"
1574
  msgstr "支援与更新时,授权密钥必须有效。"
1575
 
@@ -1577,7 +1573,7 @@ msgstr "支援与更新时,授权密钥必须有效。"
1577
  msgid "Portugal"
1578
  msgstr "葡萄牙"
1579
 
1580
- #: src/Tribe/PUE/Checker.php:500
1581
  msgid "License key(s) updated."
1582
  msgstr "授权密钥已更新。"
1583
 
@@ -1585,7 +1581,7 @@ msgstr "授权密钥已更新。"
1585
  msgid "Puerto Rico"
1586
  msgstr "波多黎各"
1587
 
1588
- #: src/Tribe/PUE/Checker.php:550
1589
  msgid "Sorry, key validation server is not available."
1590
  msgstr "抱歉,密钥认证伺服器忙碌中。"
1591
 
@@ -1609,7 +1605,7 @@ msgstr "俄罗斯联邦"
1609
  msgid "Rwanda"
1610
  msgstr "卢安达"
1611
 
1612
- #: src/Tribe/PUE/Checker.php:563
1613
  msgid "Valid Key! Expires on %s"
1614
  msgstr "有效密钥!到期日为 %s"
1615
 
@@ -1617,7 +1613,7 @@ msgstr "有效密钥!到期日为 %s"
1617
  msgid "Saint Kitts And Nevis"
1618
  msgstr "圣克里斯多福与尼维斯"
1619
 
1620
- #: src/Tribe/PUE/Checker.php:509
1621
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1622
  msgstr ""
1623
 
@@ -1629,7 +1625,8 @@ msgstr "圣卢西亚"
1629
  msgid "Saint Vincent And The Grenadines"
1630
  msgstr "圣文森及格瑞那丁"
1631
 
1632
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1633
  msgid "Events Settings"
1634
  msgstr "活动设定"
1635
 
@@ -1685,10 +1682,6 @@ msgstr "你的表格含有下列错误:"
1685
  msgid "Seychelles"
1686
  msgstr "塞席尔群岛"
1687
 
1688
- #: src/Tribe/Settings.php:560
1689
- msgid "None of your settings were saved. Please try again."
1690
- msgstr "你的设定未储存,请稍后重试。"
1691
-
1692
  #: src/Tribe/View_Helpers.php:237
1693
  msgid "Sierra Leone"
1694
  msgstr "狮子山共和国"
@@ -1726,7 +1719,7 @@ msgstr "系统资讯"
1726
  msgid "Somalia"
1727
  msgstr "索马利亚"
1728
 
1729
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1730
  msgid "Unknown or not set"
1731
  msgstr ""
1732
 
@@ -1882,11 +1875,11 @@ msgstr "英属维京群岛"
1882
  msgid "Virgin Islands (U.S.)"
1883
  msgstr "美属维京群岛"
1884
 
1885
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1886
  msgid "Invalid or incomplete field passed"
1887
  msgstr "无效或不完全栏位已过期"
1888
 
1889
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1890
  #: src/Tribe/Validate.php:118
1891
  msgid "Field ID:"
1892
  msgstr "栏位 ID:"
@@ -1900,7 +1893,7 @@ msgctxt "non-existant function name passed for field validation"
1900
  msgid "with function name:"
1901
  msgstr "含有功能名称:"
1902
 
1903
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1904
  msgid "%s must contain numbers and letters only"
1905
  msgstr "%s 必须只包含数字与字元"
1906
 
@@ -1908,7 +1901,7 @@ msgstr "%s 必须只包含数字与字元"
1908
  msgid "%s must contain numbers, letters and dots only"
1909
  msgstr "%s 必须只包含数字、字元和点。"
1910
 
1911
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1912
  msgid "%s must be a positive number."
1913
  msgstr "%s 必须为正数。"
1914
 
@@ -1920,7 +1913,7 @@ msgstr "%s 必须是有效的代称 (数字、字元、破折号及底线)。"
1920
  msgid "%s must be a valid absolute URL."
1921
  msgstr "%s 必须是有效完整的网址。"
1922
 
1923
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1924
  #: src/Tribe/Validate.php:310
1925
  msgid "%s must have a value that's part of its options."
1926
  msgstr "%s 必须有一个数值是选项中的一部份。"
@@ -1965,7 +1958,7 @@ msgstr "%s 必须是电话号码数字。"
1965
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1966
  msgstr "国家列表必须以每行一个国家的格式表列于以下的格式中:<br>US, United States <br> UK, United Kingdom."
1967
 
1968
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1969
  msgid "Select a Country:"
1970
  msgstr "请选择国家"
1971
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
96
  msgid "Browse All Add-Ons"
97
  msgstr ""
98
 
99
+ #: src/admin-views/app-shop.php:26
100
  msgid "Buy This Add-On"
101
  msgstr ""
102
 
124
  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."
125
  msgstr ""
126
 
127
+ #: src/admin-views/tribe-options-licenses.php:11,
128
  #: src/admin-views/tribe-options-licenses.php:16
129
  msgid " (opens in new window)"
130
  msgstr ""
131
 
132
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
133
  msgid "Copy to clipboard"
134
  msgstr ""
135
 
136
+ #: src/Tribe/Main.php:207
137
  msgid "System info copied"
138
  msgstr ""
139
 
140
+ #: src/Tribe/Main.php:208
141
  msgid "Press \"Cmd + C\" to copy"
142
  msgstr ""
143
 
144
+ #: src/Tribe/Main.php:225
145
  msgid ": activate to sort column ascending"
146
  msgstr ""
147
 
148
+ #: src/Tribe/Main.php:226
149
  msgid ": activate to sort column descending"
150
  msgstr ""
151
 
152
+ #: src/Tribe/Main.php:228
153
  msgid "Show _MENU_ entries"
154
  msgstr ""
155
 
156
+ #: src/Tribe/Main.php:229
157
  msgid "No data available in table"
158
  msgstr ""
159
 
160
+ #: src/Tribe/Main.php:230
161
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
162
  msgstr ""
163
 
164
+ #: src/Tribe/Main.php:231
165
  msgid "Showing 0 to 0 of 0 entries"
166
  msgstr ""
167
 
168
+ #: src/Tribe/Main.php:232
169
  msgid "(filtered from _MAX_ total entries)"
170
  msgstr ""
171
 
172
+ #: src/Tribe/Main.php:233
173
  msgid "No matching records found"
174
  msgstr ""
175
 
176
+ #: src/Tribe/Main.php:236
177
  msgid "All"
178
  msgstr ""
179
 
180
+ #: src/Tribe/Main.php:238
181
  msgid "Previous"
182
  msgstr ""
183
 
184
+ #: src/Tribe/Main.php:243
185
  msgid ": Selected %d rows"
186
  msgstr ""
187
 
188
+ #: src/Tribe/Main.php:244
189
  msgid ": Selected 1 row"
190
  msgstr ""
191
 
192
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
193
  msgid "Renew Your License Now"
194
  msgstr ""
195
 
196
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
197
  msgid " (opens in a new window)"
198
  msgstr ""
199
 
209
  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."
210
  msgstr ""
211
 
212
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
213
  msgid "Invalid Key"
214
  msgstr ""
215
 
216
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
217
  msgid "Permission Error"
218
  msgstr ""
219
 
225
  msgid "C&ocirc;te d'Ivoire"
226
  msgstr ""
227
 
228
+ #: src/Tribe/App_Shop.php:158
229
  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."
230
  msgstr ""
231
 
232
+ #: src/Tribe/App_Shop.php:149
233
  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"
234
  msgstr ""
235
 
236
+ #: src/Tribe/App_Shop.php:150
237
  msgctxt "Names of required plugins for Community Tickets"
238
  msgid "Event Tickets Plus and Community Events"
239
  msgstr ""
240
 
241
+ #: src/Tribe/App_Shop.php:125
242
  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."
243
  msgstr ""
244
 
245
+ #: src/Tribe/App_Shop.php:142
246
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
247
  msgstr ""
248
 
249
+ #: src/Tribe/App_Shop.php:114
250
  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."
251
  msgstr ""
252
 
253
+ #: src/Tribe/App_Shop.php:135
254
  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."
255
  msgstr ""
256
 
257
+ #: src/Tribe/App_Shop.php:133
258
  msgid "Filter Bar"
259
  msgstr ""
260
 
364
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
365
  msgstr ""
366
 
 
 
 
 
 
 
 
 
367
  #: src/admin-views/tribe-options-help.php:30
368
  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 "
369
  msgstr ""
432
  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."
433
  msgstr ""
434
 
435
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
436
  msgid "Community Tickets"
437
  msgstr ""
438
 
476
  msgid "Visit the Add-on Page"
477
  msgstr ""
478
 
479
+ #: src/Tribe/PUE/Checker.php:573
480
  msgid "Thanks for setting up a valid key. It will expire on %s"
481
  msgstr ""
482
 
504
  msgid " and "
505
  msgstr "和"
506
 
507
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
508
  msgid "Eventbrite Tickets"
509
  msgstr ""
510
 
516
  msgid "Events Filter Bar"
517
  msgstr ""
518
 
519
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
520
  msgid "Event Tickets Plus"
521
  msgstr ""
522
 
528
  msgid "Event Tickets"
529
  msgstr ""
530
 
 
 
 
 
 
 
 
 
531
  #: src/Tribe/Settings.php:323
532
  msgid "Save Changes"
533
  msgstr ""
536
  msgid "Go to plugins page"
537
  msgstr "转到插件页面"
538
 
 
 
 
 
539
  #: src/Tribe/Admin/Activation_Page.php:85
540
  msgid "Go to WordPress Updates page"
541
  msgstr "转到WordPress的更新页面"
542
 
543
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
544
  msgid "unknown date"
545
  msgstr "未知日期"
546
 
600
  msgid "Wyoming"
601
  msgstr "怀俄明州"
602
 
603
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
604
  msgid "Community Events"
605
  msgstr ""
606
 
640
  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."
641
  msgstr "是否你正想着 \"哇,这个外挂产品太棒了!我们应该感谢 Modern Tribe 他们所有的努力。\" 而你可以给我们的最大回报,就是仅需于你的行事曆底下加入简短的文字连结到 The Events Calendar 计画。"
642
 
643
+ #: src/admin-views/tribe-options-general.php:30,
644
  #: src/admin-views/tribe-options-general.php:35
645
  msgid "See an example of the link"
646
  msgstr "请参考连结的范例"
674
  msgid "You need to upgrade!"
675
  msgstr "你需要升级!"
676
 
677
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
678
  msgid "You are up to date!"
679
  msgstr "你的版本是最新的!"
680
 
681
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
682
  msgid "Events Calendar PRO"
683
  msgstr ""
684
 
786
  msgid "Maine"
787
  msgstr "缅因州"
788
 
789
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
790
  msgid "Requires:"
791
  msgstr "需求:"
792
 
914
  msgid "Bosnia And Herzegowina"
915
  msgstr "波士尼亚与赫塞哥维纳"
916
 
917
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
918
  #: src/Tribe/App_Shop.php:72
919
  msgid "Event Add-Ons"
920
  msgstr "活动附加元件"
1151
  msgid "Gambia"
1152
  msgstr "甘比亚"
1153
 
1154
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1155
  msgid "Georgia"
1156
  msgstr "乔治亚"
1157
 
1167
  msgid "Gibraltar"
1168
  msgstr "直布罗陀"
1169
 
1170
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1171
  #: src/Tribe/Settings.php:205
1172
  msgid "Events"
1173
  msgstr "活动"
1224
  msgid "Holy See (Vatican City State)"
1225
  msgstr "梵蒂冈"
1226
 
1227
+ #: src/admin-views/tribe-options-licenses.php:66,
1228
  #: src/Tribe/Settings_Manager.php:253
 
1229
  msgid "Licenses"
1230
  msgstr "授权凭证"
1231
 
1421
  msgid "Moldova, Republic Of"
1422
  msgstr "摩尔多瓦"
1423
 
1424
+ #: src/Tribe/Main.php:237
1425
  msgid "Next"
1426
  msgstr "下一页"
1427
 
1525
  msgid "Pakistan"
1526
  msgstr "巴基斯坦"
1527
 
1528
+ #: src/Tribe/Main.php:234
1529
  msgid "Search:"
1530
  msgstr "搜索"
1531
 
1557
  msgid "Pitcairn"
1558
  msgstr "皮特肯群岛"
1559
 
1560
+ #: src/Tribe/PUE/Checker.php:422
1561
  msgid "License Key"
1562
  msgstr "授权密钥"
1563
 
1565
  msgid "Poland"
1566
  msgstr "波兰"
1567
 
1568
+ #: src/Tribe/PUE/Checker.php:423
1569
  msgid "A valid license key is required for support and updates"
1570
  msgstr "支援与更新时,授权密钥必须有效。"
1571
 
1573
  msgid "Portugal"
1574
  msgstr "葡萄牙"
1575
 
1576
+ #: src/Tribe/PUE/Checker.php:505
1577
  msgid "License key(s) updated."
1578
  msgstr "授权密钥已更新。"
1579
 
1581
  msgid "Puerto Rico"
1582
  msgstr "波多黎各"
1583
 
1584
+ #: src/Tribe/PUE/Checker.php:555
1585
  msgid "Sorry, key validation server is not available."
1586
  msgstr "抱歉,密钥认证伺服器忙碌中。"
1587
 
1605
  msgid "Rwanda"
1606
  msgstr "卢安达"
1607
 
1608
+ #: src/Tribe/PUE/Checker.php:568
1609
  msgid "Valid Key! Expires on %s"
1610
  msgstr "有效密钥!到期日为 %s"
1611
 
1613
  msgid "Saint Kitts And Nevis"
1614
  msgstr "圣克里斯多福与尼维斯"
1615
 
1616
+ #: src/Tribe/PUE/Checker.php:514
1617
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1618
  msgstr ""
1619
 
1625
  msgid "Saint Vincent And The Grenadines"
1626
  msgstr "圣文森及格瑞那丁"
1627
 
1628
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1629
+ #: src/Tribe/Settings.php:236
1630
  msgid "Events Settings"
1631
  msgstr "活动设定"
1632
 
1682
  msgid "Seychelles"
1683
  msgstr "塞席尔群岛"
1684
 
 
 
 
 
1685
  #: src/Tribe/View_Helpers.php:237
1686
  msgid "Sierra Leone"
1687
  msgstr "狮子山共和国"
1719
  msgid "Somalia"
1720
  msgstr "索马利亚"
1721
 
1722
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1723
  msgid "Unknown or not set"
1724
  msgstr ""
1725
 
1875
  msgid "Virgin Islands (U.S.)"
1876
  msgstr "美属维京群岛"
1877
 
1878
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1879
  msgid "Invalid or incomplete field passed"
1880
  msgstr "无效或不完全栏位已过期"
1881
 
1882
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1883
  #: src/Tribe/Validate.php:118
1884
  msgid "Field ID:"
1885
  msgstr "栏位 ID:"
1893
  msgid "with function name:"
1894
  msgstr "含有功能名称:"
1895
 
1896
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1897
  msgid "%s must contain numbers and letters only"
1898
  msgstr "%s 必须只包含数字与字元"
1899
 
1901
  msgid "%s must contain numbers, letters and dots only"
1902
  msgstr "%s 必须只包含数字、字元和点。"
1903
 
1904
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1905
  msgid "%s must be a positive number."
1906
  msgstr "%s 必须为正数。"
1907
 
1913
  msgid "%s must be a valid absolute URL."
1914
  msgstr "%s 必须是有效完整的网址。"
1915
 
1916
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1917
  #: src/Tribe/Validate.php:310
1918
  msgid "%s must have a value that's part of its options."
1919
  msgstr "%s 必须有一个数值是选项中的一部份。"
1958
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1959
  msgstr "国家列表必须以每行一个国家的格式表列于以下的格式中:<br>US, United States <br> UK, United Kingdom."
1960
 
1961
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1962
  msgid "Select a Country:"
1963
  msgstr "请选择国家"
1964
 
common/lang/tribe-common-zh_TW.mo CHANGED
Binary file
common/lang/tribe-common-zh_TW.po CHANGED
@@ -10,6 +10,30 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
14
  msgctxt "separator used in a list of items"
15
  msgid ", "
@@ -32,11 +56,11 @@ msgstr ""
32
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
33
  msgstr ""
34
 
35
- #: src/Tribe/PUE/Checker.php:621
36
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
37
  msgstr ""
38
 
39
- #: src/Tribe/PUE/Checker.php:648
40
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
41
  msgstr ""
42
 
@@ -72,7 +96,7 @@ msgstr ""
72
  msgid "Browse All Add-Ons"
73
  msgstr ""
74
 
75
- #: src/admin-views/app-shop.php:32
76
  msgid "Buy This Add-On"
77
  msgstr ""
78
 
@@ -100,80 +124,76 @@ msgstr ""
100
  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."
101
  msgstr ""
102
 
103
- #: src/admin-views/tribe-options-licenses.php:11
104
  #: src/admin-views/tribe-options-licenses.php:16
105
  msgid " (opens in new window)"
106
  msgstr ""
107
 
108
- #: src/Tribe/Error.php:38
109
- msgid "An Unknown error occurred"
110
- msgstr ""
111
-
112
- #: src/Tribe/Main.php:175 src/admin-views/tribe-options-help.php:43
113
  msgid "Copy to clipboard"
114
  msgstr ""
115
 
116
- #: src/Tribe/Main.php:176
117
  msgid "System info copied"
118
  msgstr ""
119
 
120
- #: src/Tribe/Main.php:177
121
  msgid "Press \"Cmd + C\" to copy"
122
  msgstr ""
123
 
124
- #: src/Tribe/Main.php:194
125
  msgid ": activate to sort column ascending"
126
  msgstr ""
127
 
128
- #: src/Tribe/Main.php:195
129
  msgid ": activate to sort column descending"
130
  msgstr ""
131
 
132
- #: src/Tribe/Main.php:197
133
  msgid "Show _MENU_ entries"
134
  msgstr ""
135
 
136
- #: src/Tribe/Main.php:198
137
  msgid "No data available in table"
138
  msgstr ""
139
 
140
- #: src/Tribe/Main.php:199
141
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
142
  msgstr ""
143
 
144
- #: src/Tribe/Main.php:200
145
  msgid "Showing 0 to 0 of 0 entries"
146
  msgstr ""
147
 
148
- #: src/Tribe/Main.php:201
149
  msgid "(filtered from _MAX_ total entries)"
150
  msgstr ""
151
 
152
- #: src/Tribe/Main.php:202
153
  msgid "No matching records found"
154
  msgstr ""
155
 
156
- #: src/Tribe/Main.php:205
157
  msgid "All"
158
  msgstr ""
159
 
160
- #: src/Tribe/Main.php:207
161
  msgid "Previous"
162
  msgstr ""
163
 
164
- #: src/Tribe/Main.php:212
165
  msgid ": Selected %d rows"
166
  msgstr ""
167
 
168
- #: src/Tribe/Main.php:213
169
  msgid ": Selected 1 row"
170
  msgstr ""
171
 
172
- #: src/Tribe/PUE/Checker.php:593 src/Tribe/PUE/Notices.php:267
173
  msgid "Renew Your License Now"
174
  msgstr ""
175
 
176
- #: src/Tribe/PUE/Checker.php:595 src/Tribe/PUE/Notices.php:269
177
  msgid " (opens in a new window)"
178
  msgstr ""
179
 
@@ -189,11 +209,11 @@ msgstr ""
189
  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."
190
  msgstr ""
191
 
192
- #: src/Tribe/Support.php:309 src/Tribe/Support.php:314
193
  msgid "Invalid Key"
194
  msgstr ""
195
 
196
- #: src/Tribe/Support.php:342 src/Tribe/Support.php:368
197
  msgid "Permission Error"
198
  msgstr ""
199
 
@@ -205,36 +225,36 @@ msgstr ""
205
  msgid "C&ocirc;te d'Ivoire"
206
  msgstr ""
207
 
208
- #: src/Tribe/App_Shop.php:152
209
  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."
210
  msgstr ""
211
 
212
- #: src/Tribe/App_Shop.php:144
213
  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"
214
  msgstr ""
215
 
216
- #: src/Tribe/App_Shop.php:145
217
  msgctxt "Names of required plugins for Community Tickets"
218
  msgid "Event Tickets Plus and Community Events"
219
  msgstr ""
220
 
221
- #: src/Tribe/App_Shop.php:123
222
  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."
223
  msgstr ""
224
 
225
- #: src/Tribe/App_Shop.php:138
226
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
227
  msgstr ""
228
 
229
- #: src/Tribe/App_Shop.php:113
230
  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."
231
  msgstr ""
232
 
233
- #: src/Tribe/App_Shop.php:132
234
  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."
235
  msgstr ""
236
 
237
- #: src/Tribe/App_Shop.php:130
238
  msgid "Filter Bar"
239
  msgstr ""
240
 
@@ -344,14 +364,6 @@ msgstr ""
344
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
345
  msgstr ""
346
 
347
- #. Plugin Name of the plugin/theme
348
- msgid "Tribe Common"
349
- msgstr ""
350
-
351
- #. Description of the plugin/theme
352
- msgid "An event settings framework for managing shared options"
353
- msgstr ""
354
-
355
  #: src/admin-views/tribe-options-help.php:30
356
  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 "
357
  msgstr ""
@@ -420,7 +432,7 @@ msgstr ""
420
  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."
421
  msgstr ""
422
 
423
- #: src/Tribe/Admin/Help_Page.php:233 src/Tribe/App_Shop.php:142
424
  msgid "Community Tickets"
425
  msgstr ""
426
 
@@ -464,7 +476,7 @@ msgstr ""
464
  msgid "Visit the Add-on Page"
465
  msgstr ""
466
 
467
- #: src/Tribe/PUE/Checker.php:568
468
  msgid "Thanks for setting up a valid key. It will expire on %s"
469
  msgstr ""
470
 
@@ -492,7 +504,7 @@ msgstr ""
492
  msgid " and "
493
  msgstr "和"
494
 
495
- #: src/Tribe/Admin/Help_Page.php:192 src/Tribe/App_Shop.php:149
496
  msgid "Eventbrite Tickets"
497
  msgstr ""
498
 
@@ -504,7 +516,7 @@ msgstr "Facebook Events"
504
  msgid "Events Filter Bar"
505
  msgstr ""
506
 
507
- #: src/Tribe/Admin/Help_Page.php:224 src/Tribe/App_Shop.php:120
508
  msgid "Event Tickets Plus"
509
  msgstr ""
510
 
@@ -516,14 +528,6 @@ msgstr ""
516
  msgid "Event Tickets"
517
  msgstr ""
518
 
519
- #. Author of the plugin/theme
520
- msgid "Modern Tribe, Inc."
521
- msgstr "Modern Tribe, Inc."
522
-
523
- #. Author URI of the plugin/theme
524
- msgid "http://m.tri.be/1x"
525
- msgstr "http://m.tri.be/1x"
526
-
527
  #: src/Tribe/Settings.php:323
528
  msgid "Save Changes"
529
  msgstr "保存更改"
@@ -532,19 +536,11 @@ msgstr "保存更改"
532
  msgid "Go to plugins page"
533
  msgstr "進入插件頁面"
534
 
535
- #: src/Tribe/Admin/Activation_Page.php:77
536
- msgid "Return to Plugins page"
537
- msgstr "返回插件頁面"
538
-
539
  #: src/Tribe/Admin/Activation_Page.php:85
540
  msgid "Go to WordPress Updates page"
541
  msgstr "轉到WordPress的更新頁面"
542
 
543
- #: src/Tribe/Admin/Activation_Page.php:85
544
- msgid "Return to WordPress Updates"
545
- msgstr "返回WordPress更新"
546
-
547
- #: src/Tribe/PUE/Checker.php:544
548
  msgid "unknown date"
549
  msgstr "未知的日期"
550
 
@@ -604,7 +600,7 @@ msgstr "威斯康辛州"
604
  msgid "Wyoming"
605
  msgstr "懷俄明州"
606
 
607
- #: src/Tribe/Admin/Help_Page.php:200 src/Tribe/App_Shop.php:136
608
  msgid "Community Events"
609
  msgstr ""
610
 
@@ -644,7 +640,7 @@ msgstr "我們期望我們的外掛產品能夠幫助你。"
644
  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."
645
  msgstr "是否你正想著 \"哇,這個外掛產品太棒了!我們應該感謝 Modern Tribe 他們所有的努力。\" 而你可以給我們的最大回報,就是僅需於你的行事曆底下加入簡短的文字連結到 The Events Calendar 計畫。"
646
 
647
- #: src/admin-views/tribe-options-general.php:30
648
  #: src/admin-views/tribe-options-general.php:35
649
  msgid "See an example of the link"
650
  msgstr "請參考連結的範例"
@@ -678,11 +674,11 @@ msgstr "n/a"
678
  msgid "You need to upgrade!"
679
  msgstr "你需要升級!"
680
 
681
- #: src/Tribe/Admin/Help_Page.php:402 src/Tribe/Admin/Help_Page.php:777
682
  msgid "You are up to date!"
683
  msgstr "你的版本是最新的!"
684
 
685
- #: src/Tribe/Admin/Help_Page.php:183 src/Tribe/App_Shop.php:110
686
  msgid "Events Calendar PRO"
687
  msgstr ""
688
 
@@ -790,7 +786,7 @@ msgstr "路易斯安那州"
790
  msgid "Maine"
791
  msgstr "緬因州"
792
 
793
- #: src/Tribe/Admin/Help_Page.php:811 src/admin-views/app-shop.php:26
794
  msgid "Requires:"
795
  msgstr "需求:"
796
 
@@ -918,7 +914,7 @@ msgstr "玻利維亞"
918
  msgid "Bosnia And Herzegowina"
919
  msgstr "波士尼亞與赫塞哥維納"
920
 
921
- #: src/Tribe/App_Shop.php:48 src/Tribe/App_Shop.php:49
922
  #: src/Tribe/App_Shop.php:72
923
  msgid "Event Add-Ons"
924
  msgstr "活動附加元件"
@@ -1155,7 +1151,7 @@ msgstr "加彭"
1155
  msgid "Gambia"
1156
  msgstr "甘比亞"
1157
 
1158
- #: src/Tribe/View_Helpers.php:127 src/Tribe/View_Helpers.php:326
1159
  msgid "Georgia"
1160
  msgstr "喬治亞"
1161
 
@@ -1171,7 +1167,7 @@ msgstr "迦納"
1171
  msgid "Gibraltar"
1172
  msgstr "直布羅陀"
1173
 
1174
- #: src/Tribe/Settings.php:148 src/Tribe/Settings.php:204
1175
  #: src/Tribe/Settings.php:205
1176
  msgid "Events"
1177
  msgstr "活動"
@@ -1228,8 +1224,8 @@ msgstr "赫德島和麥克唐納群島"
1228
  msgid "Holy See (Vatican City State)"
1229
  msgstr "梵蒂岡"
1230
 
 
1231
  #: src/Tribe/Settings_Manager.php:253
1232
- #: src/admin-views/tribe-options-licenses.php:66
1233
  msgid "Licenses"
1234
  msgstr "授權憑證"
1235
 
@@ -1425,7 +1421,7 @@ msgstr "密克羅尼西亞聯邦"
1425
  msgid "Moldova, Republic Of"
1426
  msgstr "摩爾多瓦"
1427
 
1428
- #: src/Tribe/Main.php:206
1429
  msgid "Next"
1430
  msgstr "下一頁"
1431
 
@@ -1529,7 +1525,7 @@ msgstr "阿曼"
1529
  msgid "Pakistan"
1530
  msgstr "巴基斯坦"
1531
 
1532
- #: src/Tribe/Main.php:203
1533
  msgid "Search:"
1534
  msgstr ""
1535
 
@@ -1561,7 +1557,7 @@ msgstr "菲律賓"
1561
  msgid "Pitcairn"
1562
  msgstr "皮特肯群島"
1563
 
1564
- #: src/Tribe/PUE/Checker.php:417
1565
  msgid "License Key"
1566
  msgstr "授權密鑰"
1567
 
@@ -1569,7 +1565,7 @@ msgstr "授權密鑰"
1569
  msgid "Poland"
1570
  msgstr "波蘭"
1571
 
1572
- #: src/Tribe/PUE/Checker.php:418
1573
  msgid "A valid license key is required for support and updates"
1574
  msgstr "支援與更新時,授權密鑰必須有效。"
1575
 
@@ -1577,7 +1573,7 @@ msgstr "支援與更新時,授權密鑰必須有效。"
1577
  msgid "Portugal"
1578
  msgstr "葡萄牙"
1579
 
1580
- #: src/Tribe/PUE/Checker.php:500
1581
  msgid "License key(s) updated."
1582
  msgstr "授權密鑰已更新。"
1583
 
@@ -1585,7 +1581,7 @@ msgstr "授權密鑰已更新。"
1585
  msgid "Puerto Rico"
1586
  msgstr "波多黎各"
1587
 
1588
- #: src/Tribe/PUE/Checker.php:550
1589
  msgid "Sorry, key validation server is not available."
1590
  msgstr "抱歉,密鑰認證伺服器忙碌中。"
1591
 
@@ -1609,7 +1605,7 @@ msgstr "俄羅斯聯邦"
1609
  msgid "Rwanda"
1610
  msgstr "盧安達"
1611
 
1612
- #: src/Tribe/PUE/Checker.php:563
1613
  msgid "Valid Key! Expires on %s"
1614
  msgstr "有效密鑰!到期日為 %s"
1615
 
@@ -1617,7 +1613,7 @@ msgstr "有效密鑰!到期日為 %s"
1617
  msgid "Saint Kitts And Nevis"
1618
  msgstr "聖克里斯多福與尼維斯"
1619
 
1620
- #: src/Tribe/PUE/Checker.php:509
1621
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1622
  msgstr ""
1623
 
@@ -1629,7 +1625,8 @@ msgstr "聖盧西亞"
1629
  msgid "Saint Vincent And The Grenadines"
1630
  msgstr "聖文森及格瑞那丁"
1631
 
1632
- #: src/Tribe/Settings.php:216 src/Tribe/Settings.php:236
 
1633
  msgid "Events Settings"
1634
  msgstr "活動設定"
1635
 
@@ -1685,10 +1682,6 @@ msgstr "你的表格含有下列錯誤:"
1685
  msgid "Seychelles"
1686
  msgstr "塞席爾群島"
1687
 
1688
- #: src/Tribe/Settings.php:560
1689
- msgid "None of your settings were saved. Please try again."
1690
- msgstr "你的設定未儲存,請稍後重試。"
1691
-
1692
  #: src/Tribe/View_Helpers.php:237
1693
  msgid "Sierra Leone"
1694
  msgstr "獅子山共和國"
@@ -1726,7 +1719,7 @@ msgstr "系統資訊"
1726
  msgid "Somalia"
1727
  msgstr "索馬利亞"
1728
 
1729
- #: src/Tribe/Support.php:179 src/Tribe/Support.php:180
1730
  msgid "Unknown or not set"
1731
  msgstr ""
1732
 
@@ -1882,11 +1875,11 @@ msgstr "英屬維京群島"
1882
  msgid "Virgin Islands (U.S.)"
1883
  msgstr "美屬維京群島"
1884
 
1885
- #: src/Tribe/Validate.php:76 src/Tribe/Validate.php:117
1886
  msgid "Invalid or incomplete field passed"
1887
  msgstr "無效或不完全欄位已過期"
1888
 
1889
- #: src/Tribe/Validate.php:77 src/Tribe/Validate.php:112
1890
  #: src/Tribe/Validate.php:118
1891
  msgid "Field ID:"
1892
  msgstr "欄位 ID:"
@@ -1900,7 +1893,7 @@ msgctxt "non-existant function name passed for field validation"
1900
  msgid "with function name:"
1901
  msgstr "含有功能名稱:"
1902
 
1903
- #: src/Tribe/Validate.php:135 src/Tribe/Validate.php:151
1904
  msgid "%s must contain numbers and letters only"
1905
  msgstr "%s 必須只包含數字與字元"
1906
 
@@ -1908,7 +1901,7 @@ msgstr "%s 必須只包含數字與字元"
1908
  msgid "%s must contain numbers, letters and dots only"
1909
  msgstr "%s 必須只包含數字、字元和點。"
1910
 
1911
- #: src/Tribe/Validate.php:197 src/Tribe/Validate.php:225
1912
  msgid "%s must be a positive number."
1913
  msgstr "%s 必須為正數。"
1914
 
@@ -1920,7 +1913,7 @@ msgstr "%s 必須是有效的代稱 (數字、字元、破折號及底線)。"
1920
  msgid "%s must be a valid absolute URL."
1921
  msgstr "%s 必須是有效完整的網址。"
1922
 
1923
- #: src/Tribe/Validate.php:271 src/Tribe/Validate.php:288
1924
  #: src/Tribe/Validate.php:310
1925
  msgid "%s must have a value that's part of its options."
1926
  msgstr "%s 必須有一個數值是選項中的一部份。"
@@ -1965,7 +1958,7 @@ msgstr "%s 必須是電話號碼數字。"
1965
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1966
  msgstr "國家列表必須以每行一個國家的格式表列於以下的格式中:<br>US, United States <br> UK, United Kingdom."
1967
 
1968
- #: src/Tribe/View_Helpers.php:26 src/Tribe/View_Helpers.php:45
1969
  msgid "Select a Country:"
1970
  msgstr "請選擇國家"
1971
 
10
  "X-Generator: GlotPress/1.0-alpha-1100\n"
11
  "Project-Id-Version: Tribe Common\n"
12
 
13
+ #: src/Tribe/Extension.php:368
14
+ 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."
15
+ msgstr ""
16
+
17
+ #: src/Tribe/View_Helpers.php:298
18
+ msgid "$defaultCountry[1]"
19
+ msgstr ""
20
+
21
+ #: src/Tribe/View_Helpers.php:299
22
+ msgid "$selectCountry"
23
+ msgstr ""
24
+
25
+ #: src/Tribe/Extension.php:144
26
+ msgid "Tutorial"
27
+ msgstr ""
28
+
29
+ #: src/admin-views/app-shop.php:29
30
+ msgid "Installed Add-Ons"
31
+ msgstr ""
32
+
33
+ #: src/admin-views/app-shop.php:31
34
+ msgid "Installed"
35
+ msgstr ""
36
+
37
  #: src/Tribe/Admin/Notice/Plugin_Download.php:91
38
  msgctxt "separator used in a list of items"
39
  msgid ", "
56
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
57
  msgstr ""
58
 
59
+ #: src/Tribe/PUE/Checker.php:626
60
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
61
  msgstr ""
62
 
63
+ #: src/Tribe/PUE/Checker.php:653
64
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
65
  msgstr ""
66
 
96
  msgid "Browse All Add-Ons"
97
  msgstr ""
98
 
99
+ #: src/admin-views/app-shop.php:26
100
  msgid "Buy This Add-On"
101
  msgstr ""
102
 
124
  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."
125
  msgstr ""
126
 
127
+ #: src/admin-views/tribe-options-licenses.php:11,
128
  #: src/admin-views/tribe-options-licenses.php:16
129
  msgid " (opens in new window)"
130
  msgstr ""
131
 
132
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
 
 
 
 
133
  msgid "Copy to clipboard"
134
  msgstr ""
135
 
136
+ #: src/Tribe/Main.php:207
137
  msgid "System info copied"
138
  msgstr ""
139
 
140
+ #: src/Tribe/Main.php:208
141
  msgid "Press \"Cmd + C\" to copy"
142
  msgstr ""
143
 
144
+ #: src/Tribe/Main.php:225
145
  msgid ": activate to sort column ascending"
146
  msgstr ""
147
 
148
+ #: src/Tribe/Main.php:226
149
  msgid ": activate to sort column descending"
150
  msgstr ""
151
 
152
+ #: src/Tribe/Main.php:228
153
  msgid "Show _MENU_ entries"
154
  msgstr ""
155
 
156
+ #: src/Tribe/Main.php:229
157
  msgid "No data available in table"
158
  msgstr ""
159
 
160
+ #: src/Tribe/Main.php:230
161
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
162
  msgstr ""
163
 
164
+ #: src/Tribe/Main.php:231
165
  msgid "Showing 0 to 0 of 0 entries"
166
  msgstr ""
167
 
168
+ #: src/Tribe/Main.php:232
169
  msgid "(filtered from _MAX_ total entries)"
170
  msgstr ""
171
 
172
+ #: src/Tribe/Main.php:233
173
  msgid "No matching records found"
174
  msgstr ""
175
 
176
+ #: src/Tribe/Main.php:236
177
  msgid "All"
178
  msgstr ""
179
 
180
+ #: src/Tribe/Main.php:238
181
  msgid "Previous"
182
  msgstr ""
183
 
184
+ #: src/Tribe/Main.php:243
185
  msgid ": Selected %d rows"
186
  msgstr ""
187
 
188
+ #: src/Tribe/Main.php:244
189
  msgid ": Selected 1 row"
190
  msgstr ""
191
 
192
+ #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
193
  msgid "Renew Your License Now"
194
  msgstr ""
195
 
196
+ #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
197
  msgid " (opens in a new window)"
198
  msgstr ""
199
 
209
  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."
210
  msgstr ""
211
 
212
+ #: src/Tribe/Support.php:309, src/Tribe/Support.php:314
213
  msgid "Invalid Key"
214
  msgstr ""
215
 
216
+ #: src/Tribe/Support.php:342, src/Tribe/Support.php:368
217
  msgid "Permission Error"
218
  msgstr ""
219
 
225
  msgid "C&ocirc;te d'Ivoire"
226
  msgstr ""
227
 
228
+ #: src/Tribe/App_Shop.php:158
229
  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."
230
  msgstr ""
231
 
232
+ #: src/Tribe/App_Shop.php:149
233
  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"
234
  msgstr ""
235
 
236
+ #: src/Tribe/App_Shop.php:150
237
  msgctxt "Names of required plugins for Community Tickets"
238
  msgid "Event Tickets Plus and Community Events"
239
  msgstr ""
240
 
241
+ #: src/Tribe/App_Shop.php:125
242
  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."
243
  msgstr ""
244
 
245
+ #: src/Tribe/App_Shop.php:142
246
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
247
  msgstr ""
248
 
249
+ #: src/Tribe/App_Shop.php:114
250
  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."
251
  msgstr ""
252
 
253
+ #: src/Tribe/App_Shop.php:135
254
  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."
255
  msgstr ""
256
 
257
+ #: src/Tribe/App_Shop.php:133
258
  msgid "Filter Bar"
259
  msgstr ""
260
 
364
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
365
  msgstr ""
366
 
 
 
 
 
 
 
 
 
367
  #: src/admin-views/tribe-options-help.php:30
368
  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 "
369
  msgstr ""
432
  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."
433
  msgstr ""
434
 
435
+ #: src/Tribe/Admin/Help_Page.php:233, src/Tribe/App_Shop.php:147
436
  msgid "Community Tickets"
437
  msgstr ""
438
 
476
  msgid "Visit the Add-on Page"
477
  msgstr ""
478
 
479
+ #: src/Tribe/PUE/Checker.php:573
480
  msgid "Thanks for setting up a valid key. It will expire on %s"
481
  msgstr ""
482
 
504
  msgid " and "
505
  msgstr "和"
506
 
507
+ #: src/Tribe/Admin/Help_Page.php:192, src/Tribe/App_Shop.php:155
508
  msgid "Eventbrite Tickets"
509
  msgstr ""
510
 
516
  msgid "Events Filter Bar"
517
  msgstr ""
518
 
519
+ #: src/Tribe/Admin/Help_Page.php:224, src/Tribe/App_Shop.php:122
520
  msgid "Event Tickets Plus"
521
  msgstr ""
522
 
528
  msgid "Event Tickets"
529
  msgstr ""
530
 
 
 
 
 
 
 
 
 
531
  #: src/Tribe/Settings.php:323
532
  msgid "Save Changes"
533
  msgstr "保存更改"
536
  msgid "Go to plugins page"
537
  msgstr "進入插件頁面"
538
 
 
 
 
 
539
  #: src/Tribe/Admin/Activation_Page.php:85
540
  msgid "Go to WordPress Updates page"
541
  msgstr "轉到WordPress的更新頁面"
542
 
543
+ #: src/Tribe/PUE/Checker.php:549
 
 
 
 
544
  msgid "unknown date"
545
  msgstr "未知的日期"
546
 
600
  msgid "Wyoming"
601
  msgstr "懷俄明州"
602
 
603
+ #: src/Tribe/Admin/Help_Page.php:200, src/Tribe/App_Shop.php:140
604
  msgid "Community Events"
605
  msgstr ""
606
 
640
  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."
641
  msgstr "是否你正想著 \"哇,這個外掛產品太棒了!我們應該感謝 Modern Tribe 他們所有的努力。\" 而你可以給我們的最大回報,就是僅需於你的行事曆底下加入簡短的文字連結到 The Events Calendar 計畫。"
642
 
643
+ #: src/admin-views/tribe-options-general.php:30,
644
  #: src/admin-views/tribe-options-general.php:35
645
  msgid "See an example of the link"
646
  msgstr "請參考連結的範例"
674
  msgid "You need to upgrade!"
675
  msgstr "你需要升級!"
676
 
677
+ #: src/Tribe/Admin/Help_Page.php:402, src/Tribe/Admin/Help_Page.php:777
678
  msgid "You are up to date!"
679
  msgstr "你的版本是最新的!"
680
 
681
+ #: src/Tribe/Admin/Help_Page.php:183, src/Tribe/App_Shop.php:111
682
  msgid "Events Calendar PRO"
683
  msgstr ""
684
 
786
  msgid "Maine"
787
  msgstr "緬因州"
788
 
789
+ #: src/admin-views/app-shop.php:78, src/Tribe/Admin/Help_Page.php:811
790
  msgid "Requires:"
791
  msgstr "需求:"
792
 
914
  msgid "Bosnia And Herzegowina"
915
  msgstr "波士尼亞與赫塞哥維納"
916
 
917
+ #: src/Tribe/App_Shop.php:48, src/Tribe/App_Shop.php:49,
918
  #: src/Tribe/App_Shop.php:72
919
  msgid "Event Add-Ons"
920
  msgstr "活動附加元件"
1151
  msgid "Gambia"
1152
  msgstr "甘比亞"
1153
 
1154
+ #: src/Tribe/View_Helpers.php:127, src/Tribe/View_Helpers.php:326
1155
  msgid "Georgia"
1156
  msgstr "喬治亞"
1157
 
1167
  msgid "Gibraltar"
1168
  msgstr "直布羅陀"
1169
 
1170
+ #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204,
1171
  #: src/Tribe/Settings.php:205
1172
  msgid "Events"
1173
  msgstr "活動"
1224
  msgid "Holy See (Vatican City State)"
1225
  msgstr "梵蒂岡"
1226
 
1227
+ #: src/admin-views/tribe-options-licenses.php:66,
1228
  #: src/Tribe/Settings_Manager.php:253
 
1229
  msgid "Licenses"
1230
  msgstr "授權憑證"
1231
 
1421
  msgid "Moldova, Republic Of"
1422
  msgstr "摩爾多瓦"
1423
 
1424
+ #: src/Tribe/Main.php:237
1425
  msgid "Next"
1426
  msgstr "下一頁"
1427
 
1525
  msgid "Pakistan"
1526
  msgstr "巴基斯坦"
1527
 
1528
+ #: src/Tribe/Main.php:234
1529
  msgid "Search:"
1530
  msgstr ""
1531
 
1557
  msgid "Pitcairn"
1558
  msgstr "皮特肯群島"
1559
 
1560
+ #: src/Tribe/PUE/Checker.php:422
1561
  msgid "License Key"
1562
  msgstr "授權密鑰"
1563
 
1565
  msgid "Poland"
1566
  msgstr "波蘭"
1567
 
1568
+ #: src/Tribe/PUE/Checker.php:423
1569
  msgid "A valid license key is required for support and updates"
1570
  msgstr "支援與更新時,授權密鑰必須有效。"
1571
 
1573
  msgid "Portugal"
1574
  msgstr "葡萄牙"
1575
 
1576
+ #: src/Tribe/PUE/Checker.php:505
1577
  msgid "License key(s) updated."
1578
  msgstr "授權密鑰已更新。"
1579
 
1581
  msgid "Puerto Rico"
1582
  msgstr "波多黎各"
1583
 
1584
+ #: src/Tribe/PUE/Checker.php:555
1585
  msgid "Sorry, key validation server is not available."
1586
  msgstr "抱歉,密鑰認證伺服器忙碌中。"
1587
 
1605
  msgid "Rwanda"
1606
  msgstr "盧安達"
1607
 
1608
+ #: src/Tribe/PUE/Checker.php:568
1609
  msgid "Valid Key! Expires on %s"
1610
  msgstr "有效密鑰!到期日為 %s"
1611
 
1613
  msgid "Saint Kitts And Nevis"
1614
  msgstr "聖克里斯多福與尼維斯"
1615
 
1616
+ #: src/Tribe/PUE/Checker.php:514
1617
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
1618
  msgstr ""
1619
 
1625
  msgid "Saint Vincent And The Grenadines"
1626
  msgstr "聖文森及格瑞那丁"
1627
 
1628
+ #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236,
1629
+ #: src/Tribe/Settings.php:236
1630
  msgid "Events Settings"
1631
  msgstr "活動設定"
1632
 
1682
  msgid "Seychelles"
1683
  msgstr "塞席爾群島"
1684
 
 
 
 
 
1685
  #: src/Tribe/View_Helpers.php:237
1686
  msgid "Sierra Leone"
1687
  msgstr "獅子山共和國"
1719
  msgid "Somalia"
1720
  msgstr "索馬利亞"
1721
 
1722
+ #: src/Tribe/Support.php:179, src/Tribe/Support.php:180
1723
  msgid "Unknown or not set"
1724
  msgstr ""
1725
 
1875
  msgid "Virgin Islands (U.S.)"
1876
  msgstr "美屬維京群島"
1877
 
1878
+ #: src/Tribe/Validate.php:76, src/Tribe/Validate.php:117
1879
  msgid "Invalid or incomplete field passed"
1880
  msgstr "無效或不完全欄位已過期"
1881
 
1882
+ #: src/Tribe/Validate.php:77, src/Tribe/Validate.php:112,
1883
  #: src/Tribe/Validate.php:118
1884
  msgid "Field ID:"
1885
  msgstr "欄位 ID:"
1893
  msgid "with function name:"
1894
  msgstr "含有功能名稱:"
1895
 
1896
+ #: src/Tribe/Validate.php:135, src/Tribe/Validate.php:151
1897
  msgid "%s must contain numbers and letters only"
1898
  msgstr "%s 必須只包含數字與字元"
1899
 
1901
  msgid "%s must contain numbers, letters and dots only"
1902
  msgstr "%s 必須只包含數字、字元和點。"
1903
 
1904
+ #: src/Tribe/Validate.php:197, src/Tribe/Validate.php:225
1905
  msgid "%s must be a positive number."
1906
  msgstr "%s 必須為正數。"
1907
 
1913
  msgid "%s must be a valid absolute URL."
1914
  msgstr "%s 必須是有效完整的網址。"
1915
 
1916
+ #: src/Tribe/Validate.php:271, src/Tribe/Validate.php:288,
1917
  #: src/Tribe/Validate.php:310
1918
  msgid "%s must have a value that's part of its options."
1919
  msgstr "%s 必須有一個數值是選項中的一部份。"
1958
  msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1959
  msgstr "國家列表必須以每行一個國家的格式表列於以下的格式中:<br>US, United States <br> UK, United Kingdom."
1960
 
1961
+ #: src/Tribe/View_Helpers.php:26, src/Tribe/View_Helpers.php:45
1962
  msgid "Select a Country:"
1963
  msgstr "請選擇國家"
1964
 
common/lang/tribe-common.pot CHANGED
@@ -1,18 +1,23 @@
1
- # Copyright (C) 2016 Tribe Common 4.3.4
2
- # This file is distributed under the same license as the Tribe Common 4.3.4 package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Tribe Common 4.3.4\n"
6
  "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
 
11
  "X-Poedit-Basepath: ..\n"
12
  "X-Poedit-SourceCharset: UTF-8\n"
13
  "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"
14
  "X-Poedit-SearchPath-0: .\n"
15
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
 
 
 
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
 
18
  #: src/admin-views/app-shop.php:4
@@ -43,19 +48,19 @@ msgstr ""
43
  msgid "Logging level"
44
  msgstr ""
45
 
46
- #: src/admin-views/event-log.php:39
47
  msgid "Method"
48
  msgstr ""
49
 
50
- #: src/admin-views/event-log.php:57
51
  msgid "View"
52
  msgstr ""
53
 
54
- #: src/admin-views/event-log.php:88
55
  msgid "The selected log file is empty or has not been generated yet."
56
  msgstr ""
57
 
58
- #: src/admin-views/event-log.php:105
59
  msgid "Download log"
60
  msgstr ""
61
 
@@ -195,7 +200,7 @@ msgstr ""
195
  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."
196
  msgstr ""
197
 
198
- #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:206
199
  msgid "Copy to clipboard"
200
  msgstr ""
201
 
@@ -267,7 +272,7 @@ msgstr ""
267
  msgid "Go to WordPress Updates page"
268
  msgstr ""
269
 
270
- #: src/Tribe/Admin/Help_Page.php:48
271
  msgid "The Events Calendar"
272
  msgstr ""
273
 
@@ -459,6 +464,10 @@ msgstr ""
459
  msgid "Rate %1$sEvent Tickets%2$s %3$s"
460
  msgstr ""
461
 
 
 
 
 
462
  #: src/Tribe/Extension.php:144
463
  msgid "Tutorial"
464
  msgstr ""
@@ -467,19 +476,19 @@ msgstr ""
467
  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."
468
  msgstr ""
469
 
470
- #: src/Tribe/Field.php:210
471
  msgid "Invalid field type specified"
472
  msgstr ""
473
 
474
- #: src/Tribe/Field.php:482
475
  msgid "No radio options specified"
476
  msgstr ""
477
 
478
- #: src/Tribe/Field.php:518
479
  msgid "No checkbox options specified"
480
  msgstr ""
481
 
482
- #: src/Tribe/Field.php:574
483
  msgid "No select options specified"
484
  msgstr ""
485
 
@@ -521,118 +530,146 @@ msgstr ""
521
  msgid "Null logger (will log nothing)"
522
  msgstr ""
523
 
524
- #: src/Tribe/Main.php:207
525
  msgid "System info copied"
526
  msgstr ""
527
 
528
- #: src/Tribe/Main.php:208
529
  msgid "Press \"Cmd + C\" to copy"
530
  msgstr ""
531
 
532
- #: src/Tribe/Main.php:225
533
  msgid ": activate to sort column ascending"
534
  msgstr ""
535
 
536
- #: src/Tribe/Main.php:226
537
  msgid ": activate to sort column descending"
538
  msgstr ""
539
 
540
- #: src/Tribe/Main.php:228
541
  msgid "Show _MENU_ entries"
542
  msgstr ""
543
 
544
- #: src/Tribe/Main.php:229
545
  msgid "No data available in table"
546
  msgstr ""
547
 
548
- #: src/Tribe/Main.php:230
549
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
550
  msgstr ""
551
 
552
- #: src/Tribe/Main.php:231
553
  msgid "Showing 0 to 0 of 0 entries"
554
  msgstr ""
555
 
556
- #: src/Tribe/Main.php:232
557
  msgid "(filtered from _MAX_ total entries)"
558
  msgstr ""
559
 
560
- #: src/Tribe/Main.php:233
561
  msgid "No matching records found"
562
  msgstr ""
563
 
564
- #: src/Tribe/Main.php:234
565
  msgid "Search:"
566
  msgstr ""
567
 
568
- #: src/Tribe/Main.php:236
569
  msgid "All"
570
  msgstr ""
571
 
572
- #: src/Tribe/Main.php:237
573
  msgid "Next"
574
  msgstr ""
575
 
576
- #: src/Tribe/Main.php:238
577
  msgid "Previous"
578
  msgstr ""
579
 
580
- #: src/Tribe/Main.php:243
581
  msgid ": Selected %d rows"
582
  msgstr ""
583
 
584
- #: src/Tribe/Main.php:244
585
  msgid ": Selected 1 row"
586
  msgstr ""
587
 
588
- #: src/Tribe/PUE/Checker.php:422
589
  msgid "License Key"
590
  msgstr ""
591
 
592
- #: src/Tribe/PUE/Checker.php:423
593
  msgid "A valid license key is required for support and updates"
594
  msgstr ""
595
 
596
- #: src/Tribe/PUE/Checker.php:505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
597
  msgid "License key(s) updated."
598
  msgstr ""
599
 
600
- #: src/Tribe/PUE/Checker.php:514
601
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
602
  msgstr ""
603
 
604
- #: src/Tribe/PUE/Checker.php:549
605
  msgid "unknown date"
606
  msgstr ""
607
 
608
- #: src/Tribe/PUE/Checker.php:555
609
  msgid "Sorry, key validation server is not available."
610
  msgstr ""
611
 
612
- #: src/Tribe/PUE/Checker.php:568
613
  msgid "Valid Key! Expires on %s"
614
  msgstr ""
615
 
616
- #: src/Tribe/PUE/Checker.php:573
617
  msgid "Thanks for setting up a valid key. It will expire on %s"
618
  msgstr ""
619
 
620
- #: src/Tribe/PUE/Checker.php:598, src/Tribe/PUE/Notices.php:267
621
  msgid "Renew Your License Now"
622
  msgstr ""
623
 
624
- #: src/Tribe/PUE/Checker.php:600, src/Tribe/PUE/Notices.php:269
625
  msgid " (opens in a new window)"
626
  msgstr ""
627
 
628
- #: src/Tribe/PUE/Checker.php:626
629
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
630
  msgstr ""
631
 
632
- #: src/Tribe/PUE/Checker.php:653
633
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
634
  msgstr ""
635
 
 
 
 
 
 
 
 
 
 
 
 
 
636
  #: src/Tribe/PUE/Notices.php:221
637
  msgid "It looks like you're using %s, but the license key you supplied does not appear to be valid or is missing. Please review and fix so that you can always have access to our latest versions!"
638
  msgid_plural "It looks like you're using %s, but the license keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
@@ -680,53 +717,57 @@ msgstr ""
680
  msgid "There are no fields setup for this tab yet."
681
  msgstr ""
682
 
683
- #: src/Tribe/Settings.php:148, src/Tribe/Settings.php:204, src/Tribe/Settings.php:205
684
  msgid "Events"
685
  msgstr ""
686
 
687
- #: src/Tribe/Settings.php:216, src/Tribe/Settings.php:236, src/Tribe/Settings.php:236
688
  msgid "Events Settings"
689
  msgstr ""
690
 
691
- #: src/Tribe/Settings.php:217
692
  msgid "Settings"
693
  msgstr ""
694
 
695
- #: src/Tribe/Settings.php:301
 
 
 
 
696
  msgid "%s Settings"
697
  msgstr ""
698
 
699
- #: src/Tribe/Settings.php:315
700
  msgid "You've requested a non-existent tab."
701
  msgstr ""
702
 
703
- #: src/Tribe/Settings.php:323
704
  msgid "Save Changes"
705
  msgstr ""
706
 
707
- #: src/Tribe/Settings.php:371
708
  msgid "You don't have permission to do that."
709
  msgstr ""
710
 
711
- #: src/Tribe/Settings.php:377
712
  msgid "The request was sent insecurely."
713
  msgstr ""
714
 
715
- #: src/Tribe/Settings.php:383
716
  msgid "The request wasn't sent from this tab."
717
  msgstr ""
718
 
719
- #: src/Tribe/Settings.php:550
720
  msgid "Your form had the following errors:"
721
  msgstr ""
722
 
723
- #: src/Tribe/Settings.php:561
724
  msgid "The above setting was not saved. Other settings were successfully saved."
725
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
726
  msgstr[0] ""
727
  msgstr[1] ""
728
 
729
- #: src/Tribe/Settings.php:583
730
  msgid "Settings saved."
731
  msgstr ""
732
 
1
+ # Copyright (C) 2017 Tribe Common 4.4.0
2
+ # This file is distributed under the same license as the Tribe Common 4.4.0 package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Tribe Common 4.4.0\n"
6
  "Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
+ "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
11
+ "X-Generated-Time: 2017-01-05T22:55:29.339Z\n"
12
  "X-Poedit-Basepath: ..\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "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"
15
  "X-Poedit-SearchPath-0: .\n"
16
  "X-Poedit-SearchPathExcluded-0: *.js\n"
17
+ "X-Poedit-SearchPathExcluded-1: common\n"
18
+ "X-Poedit-SearchPathExcluded-2: lang\n"
19
+ "X-Poedit-SearchPathExcluded-3: tests\n"
20
+ "X-Poedit-SearchPathExcluded-4: vendor\n"
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
 
23
  #: src/admin-views/app-shop.php:4
48
  msgid "Logging level"
49
  msgstr ""
50
 
51
+ #: src/admin-views/event-log.php:43
52
  msgid "Method"
53
  msgstr ""
54
 
55
+ #: src/admin-views/event-log.php:65
56
  msgid "View"
57
  msgstr ""
58
 
59
+ #: src/admin-views/event-log.php:100
60
  msgid "The selected log file is empty or has not been generated yet."
61
  msgstr ""
62
 
63
+ #: src/admin-views/event-log.php:117
64
  msgid "Download log"
65
  msgstr ""
66
 
200
  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."
201
  msgstr ""
202
 
203
+ #: src/admin-views/tribe-options-help.php:43, src/Tribe/Main.php:219
204
  msgid "Copy to clipboard"
205
  msgstr ""
206
 
272
  msgid "Go to WordPress Updates page"
273
  msgstr ""
274
 
275
+ #: src/Tribe/Admin/Help_Page.php:48, src/Tribe/Customizer.php:565
276
  msgid "The Events Calendar"
277
  msgstr ""
278
 
464
  msgid "Rate %1$sEvent Tickets%2$s %3$s"
465
  msgstr ""
466
 
467
+ #: src/Tribe/Customizer.php:566
468
+ msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
469
+ msgstr ""
470
+
471
  #: src/Tribe/Extension.php:144
472
  msgid "Tutorial"
473
  msgstr ""
476
  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."
477
  msgstr ""
478
 
479
+ #: src/Tribe/Field.php:227
480
  msgid "Invalid field type specified"
481
  msgstr ""
482
 
483
+ #: src/Tribe/Field.php:522
484
  msgid "No radio options specified"
485
  msgstr ""
486
 
487
+ #: src/Tribe/Field.php:558
488
  msgid "No checkbox options specified"
489
  msgstr ""
490
 
491
+ #: src/Tribe/Field.php:615
492
  msgid "No select options specified"
493
  msgstr ""
494
 
530
  msgid "Null logger (will log nothing)"
531
  msgstr ""
532
 
533
+ #: src/Tribe/Main.php:220
534
  msgid "System info copied"
535
  msgstr ""
536
 
537
+ #: src/Tribe/Main.php:221
538
  msgid "Press \"Cmd + C\" to copy"
539
  msgstr ""
540
 
541
+ #: src/Tribe/Main.php:239
542
  msgid ": activate to sort column ascending"
543
  msgstr ""
544
 
545
+ #: src/Tribe/Main.php:240
546
  msgid ": activate to sort column descending"
547
  msgstr ""
548
 
549
+ #: src/Tribe/Main.php:242
550
  msgid "Show _MENU_ entries"
551
  msgstr ""
552
 
553
+ #: src/Tribe/Main.php:243
554
  msgid "No data available in table"
555
  msgstr ""
556
 
557
+ #: src/Tribe/Main.php:244
558
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
559
  msgstr ""
560
 
561
+ #: src/Tribe/Main.php:245
562
  msgid "Showing 0 to 0 of 0 entries"
563
  msgstr ""
564
 
565
+ #: src/Tribe/Main.php:246
566
  msgid "(filtered from _MAX_ total entries)"
567
  msgstr ""
568
 
569
+ #: src/Tribe/Main.php:247
570
  msgid "No matching records found"
571
  msgstr ""
572
 
573
+ #: src/Tribe/Main.php:248
574
  msgid "Search:"
575
  msgstr ""
576
 
577
+ #: src/Tribe/Main.php:250
578
  msgid "All"
579
  msgstr ""
580
 
581
+ #: src/Tribe/Main.php:251
582
  msgid "Next"
583
  msgstr ""
584
 
585
+ #: src/Tribe/Main.php:252
586
  msgid "Previous"
587
  msgstr ""
588
 
589
+ #: src/Tribe/Main.php:257
590
  msgid ": Selected %d rows"
591
  msgstr ""
592
 
593
+ #: src/Tribe/Main.php:258
594
  msgid ": Selected 1 row"
595
  msgstr ""
596
 
597
+ #: src/Tribe/PUE/Checker.php:425, src/Tribe/PUE/Checker.php:437
598
  msgid "License Key"
599
  msgstr ""
600
 
601
+ #: src/Tribe/PUE/Checker.php:426, src/Tribe/PUE/Checker.php:438, src/Tribe/PUE/Checker.php:469
602
  msgid "A valid license key is required for support and updates"
603
  msgstr ""
604
 
605
+ #: src/Tribe/PUE/Checker.php:447, src/Tribe/PUE/Checker.php:483
606
+ msgid "License Key Status:"
607
+ msgstr ""
608
+
609
+ #: src/Tribe/PUE/Checker.php:456
610
+ msgid "Override network license key"
611
+ msgstr ""
612
+
613
+ #: src/Tribe/PUE/Checker.php:457
614
+ msgid "Check this box if you wish to override the network license key with your own"
615
+ msgstr ""
616
+
617
+ #: src/Tribe/PUE/Checker.php:468
618
+ msgid "Site License Key"
619
+ msgstr ""
620
+
621
+ #: src/Tribe/PUE/Checker.php:566
622
  msgid "License key(s) updated."
623
  msgstr ""
624
 
625
+ #: src/Tribe/PUE/Checker.php:583
626
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
627
  msgstr ""
628
 
629
+ #: src/Tribe/PUE/Checker.php:618
630
  msgid "unknown date"
631
  msgstr ""
632
 
633
+ #: src/Tribe/PUE/Checker.php:624
634
  msgid "Sorry, key validation server is not available."
635
  msgstr ""
636
 
637
+ #: src/Tribe/PUE/Checker.php:642
638
  msgid "Valid Key! Expires on %s"
639
  msgstr ""
640
 
641
+ #: src/Tribe/PUE/Checker.php:651
642
  msgid "Thanks for setting up a valid key. It will expire on %s"
643
  msgstr ""
644
 
645
+ #: src/Tribe/PUE/Checker.php:676, src/Tribe/PUE/Notices.php:267
646
  msgid "Renew Your License Now"
647
  msgstr ""
648
 
649
+ #: src/Tribe/PUE/Checker.php:678, src/Tribe/PUE/Notices.php:269
650
  msgid " (opens in a new window)"
651
  msgstr ""
652
 
653
+ #: src/Tribe/PUE/Checker.php:704
654
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
655
  msgstr ""
656
 
657
+ #: src/Tribe/PUE/Checker.php:760
658
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
659
  msgstr ""
660
 
661
+ #: src/Tribe/PUE/Checker.php:1311
662
+ msgid "A valid license has been entered by your network administrator."
663
+ msgstr ""
664
+
665
+ #: src/Tribe/PUE/Checker.php:1312
666
+ msgid "No license entered. Consult your network administrator."
667
+ msgstr ""
668
+
669
+ #: src/Tribe/PUE/Checker.php:1313
670
+ msgid "Expired license. Consult your network administrator."
671
+ msgstr ""
672
+
673
  #: src/Tribe/PUE/Notices.php:221
674
  msgid "It looks like you're using %s, but the license key you supplied does not appear to be valid or is missing. Please review and fix so that you can always have access to our latest versions!"
675
  msgid_plural "It looks like you're using %s, but the license keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
717
  msgid "There are no fields setup for this tab yet."
718
  msgstr ""
719
 
720
+ #: src/Tribe/Settings.php:165, src/Tribe/Settings.php:229, src/Tribe/Settings.php:230
721
  msgid "Events"
722
  msgstr ""
723
 
724
+ #: src/Tribe/Settings.php:241, src/Tribe/Settings.php:261, src/Tribe/Settings.php:261
725
  msgid "Events Settings"
726
  msgstr ""
727
 
728
+ #: src/Tribe/Settings.php:242
729
  msgid "Settings"
730
  msgstr ""
731
 
732
+ #: src/Tribe/Settings.php:269, src/Tribe/Settings.php:270
733
+ msgid "Events Help"
734
+ msgstr ""
735
+
736
+ #: src/Tribe/Settings.php:338
737
  msgid "%s Settings"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Settings.php:352
741
  msgid "You've requested a non-existent tab."
742
  msgstr ""
743
 
744
+ #: src/Tribe/Settings.php:360
745
  msgid "Save Changes"
746
  msgstr ""
747
 
748
+ #: src/Tribe/Settings.php:408
749
  msgid "You don't have permission to do that."
750
  msgstr ""
751
 
752
+ #: src/Tribe/Settings.php:414
753
  msgid "The request was sent insecurely."
754
  msgstr ""
755
 
756
+ #: src/Tribe/Settings.php:420
757
  msgid "The request wasn't sent from this tab."
758
  msgstr ""
759
 
760
+ #: src/Tribe/Settings.php:587
761
  msgid "Your form had the following errors:"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Settings.php:598
765
  msgid "The above setting was not saved. Other settings were successfully saved."
766
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
767
  msgstr[0] ""
768
  msgstr[1] ""
769
 
770
+ #: src/Tribe/Settings.php:620
771
  msgid "Settings saved."
772
  msgstr ""
773
 
common/readme.txt ADDED
@@ -0,0 +1 @@
 
1
+ === Tribe Common ===
common/src/Tribe/Admin/Activation_Page.php CHANGED
File without changes
common/src/Tribe/Admin/Help_Page.php CHANGED
File without changes
common/src/Tribe/Admin/Helpers.php CHANGED
File without changes
common/src/Tribe/Admin/Live_Date_Preview.php CHANGED
File without changes
common/src/Tribe/Admin/Notice/Plugin_Download.php CHANGED
File without changes
common/src/Tribe/Admin/Notice/Plugin_Upgrade_Notice.php CHANGED
File without changes
common/src/Tribe/Admin/Notices.php CHANGED
@@ -81,6 +81,14 @@ class Tribe__Admin__Notices {
81
  continue;
82
  }
83
 
 
 
 
 
 
 
 
 
84
  add_action( $notice->action, $notice->callback, $notice->priority );
85
  }
86
  }
@@ -123,20 +131,31 @@ class Tribe__Admin__Notices {
123
 
124
  $notice = $this->get( $slug );
125
 
126
- // Return the rendered HTML
127
- return $this->render( $slug, $notice->content );
 
 
 
 
 
 
 
 
 
 
128
  }
129
 
130
  /**
131
  * This is a helper to actually print the Message
132
  *
133
- * @param string $slug The Name of the Notice
134
- * @param string $content The content of the notice
135
- * @param boolean $return Echo or return the content
 
136
  *
137
- * @return boolean|string
138
  */
139
- public function render( $slug, $content = null, $return = false ) {
140
  $notice = $this->get( $slug );
141
 
142
  $classes = array( 'tribe-dismiss-notice', 'notice' );
@@ -147,6 +166,10 @@ class Tribe__Admin__Notices {
147
  $classes[] = 'is-dismissible';
148
  }
149
 
 
 
 
 
150
  $html = sprintf( '<div class="%s" data-ref="%s">%s</div>', implode( ' ', $classes ), $notice->slug, $content );
151
 
152
  if ( ! $return ) {
@@ -156,6 +179,19 @@ class Tribe__Admin__Notices {
156
  return $html;
157
  }
158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  /**
160
  * Checks if a given user has dimissed a given notice.
161
  *
@@ -254,21 +290,23 @@ class Tribe__Admin__Notices {
254
  * @param string $slug Slug to save the notice
255
  * @param callable|string $callback A callable Method/Fuction to actually display the notice
256
  * @param array $arguments Arguments to Setup a notice
 
 
257
  *
258
  * @return stdClass
259
  */
260
- public function register( $slug, $callback, $arguments = array() ) {
261
  // Prevent weird stuff here
262
  $slug = sanitize_title_with_dashes( $slug );
263
 
264
  $defaults = array(
265
- 'callback' => null,
266
- 'content' => null,
267
- 'action' => 'admin_notices',
268
- 'priority' => 10,
269
- 'expire' => false,
270
- 'dismiss' => false,
271
- 'type' => 'error',
272
  );
273
 
274
  if ( is_callable( $callback ) ) {
@@ -278,6 +316,10 @@ class Tribe__Admin__Notices {
278
  $defaults['content'] = $callback;
279
  }
280
 
 
 
 
 
281
  // Merge Arguments
282
  $notice = (object) wp_parse_args( $arguments, $defaults );
283
 
81
  continue;
82
  }
83
 
84
+ if (
85
+ !empty( $notice->active_callback )
86
+ && is_callable( $notice->active_callback )
87
+ && false == call_user_func( $notice->active_callback )
88
+ ) {
89
+ continue;
90
+ }
91
+
92
  add_action( $notice->action, $notice->callback, $notice->priority );
93
  }
94
  }
131
 
132
  $notice = $this->get( $slug );
133
 
134
+ if (
135
+ empty( $notice->active_callback )
136
+ || (
137
+ is_callable( $notice->active_callback )
138
+ && true == call_user_func( $notice->active_callback )
139
+ )
140
+ ) {
141
+ // Return the rendered HTML
142
+ return $this->render( $slug, $notice->content );
143
+ }
144
+
145
+ return false;
146
  }
147
 
148
  /**
149
  * This is a helper to actually print the Message
150
  *
151
+ * @param string $slug The Name of the Notice
152
+ * @param string $content The content of the notice
153
+ * @param boolean $return Echo or return the content
154
+ * @param string|bool $wrap An optional HTML tag to wrap the content.
155
  *
156
+ * @return bool|string
157
  */
158
+ public function render( $slug, $content = null, $return = false, $wrap = false ) {
159
  $notice = $this->get( $slug );
160
 
161
  $classes = array( 'tribe-dismiss-notice', 'notice' );
166
  $classes[] = 'is-dismissible';
167
  }
168
 
169
+ if ( is_string( $wrap ) ) {
170
+ $content = sprintf( '<%1$s>' . $content . '</%1$s>', $wrap );
171
+ }
172
+
173
  $html = sprintf( '<div class="%s" data-ref="%s">%s</div>', implode( ' ', $classes ), $notice->slug, $content );
174
 
175
  if ( ! $return ) {
179
  return $html;
180
  }
181
 
182
+ /**
183
+ * This is a helper to print the message surrounded by `p` tags.
184
+ *
185
+ * @param string $slug The Name of the Notice
186
+ * @param string $content The content of the notice
187
+ * @param boolean $return Echo or return the content
188
+ *
189
+ * @return boolean|string
190
+ */
191
+ public function render_paragraph( $slug, $content = null, $return = false ) {
192
+ return $this->render( $slug, $content, $return, 'p' );
193
+ }
194
+
195
  /**
196
  * Checks if a given user has dimissed a given notice.
197
  *
290
  * @param string $slug Slug to save the notice
291
  * @param callable|string $callback A callable Method/Fuction to actually display the notice
292
  * @param array $arguments Arguments to Setup a notice
293
+ * @param callable|null $active_callback An optional callback that should return bool values
294
+ * to indicate whether the notice should display or not.
295
  *
296
  * @return stdClass
297
  */
298
+ public function register( $slug, $callback, $arguments = array(), $active_callback = null ) {
299
  // Prevent weird stuff here
300
  $slug = sanitize_title_with_dashes( $slug );
301
 
302
  $defaults = array(
303
+ 'callback' => null,
304
+ 'content' => null,
305
+ 'action' => 'admin_notices',
306
+ 'priority' => 10,
307
+ 'expire' => false,
308
+ 'dismiss' => false,
309
+ 'type' => 'error',
310
  );
311
 
312
  if ( is_callable( $callback ) ) {
316
  $defaults['content'] = $callback;
317
  }
318
 
319
+ if ( is_callable( $active_callback ) ) {
320
+ $defaults['active_callback'] = $active_callback;
321
+ }
322
+
323
  // Merge Arguments
324
  $notice = (object) wp_parse_args( $arguments, $defaults );
325
 
common/src/Tribe/Ajax/Operations.php ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Ajax__Operations
6
+ *
7
+ * Handles common AJAX operations.
8
+ */
9
+ class Tribe__Ajax__Operations {
10
+
11
+ public function verify_or_exit( $nonce, $action, $exit_data = array() ) {
12
+ if ( ! wp_verify_nonce( $nonce, $action ) ) {
13
+ exit( $exit_data );
14
+ }
15
+
16
+ return true;
17
+ }
18
+
19
+ public function exit_data( $data = array() ) {
20
+ exit( $data );
21
+ }
22
+ }
common/src/Tribe/App_Shop.php CHANGED
@@ -105,7 +105,7 @@ if ( ! class_exists( 'Tribe__App_Shop' ) ) {
105
  'link' => 'https://theeventscalendar.com/product/event-aggregator/?utm_campaign=in-app&utm_source=addonspage&utm_medium=event-aggregator&utm_content=appstoreembedded-1',
106
  'description' => __( 'Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more.', 'tribe-common' ),
107
  'image' => 'images/app-shop-ical.jpg',
108
- 'is_installed' => Tribe__Events__Aggregator::is_service_active(),
109
  ),
110
  (object) array(
111
  'title' => __( 'Events Calendar PRO', 'tribe-common' ),
105
  'link' => 'https://theeventscalendar.com/product/event-aggregator/?utm_campaign=in-app&utm_source=addonspage&utm_medium=event-aggregator&utm_content=appstoreembedded-1',
106
  'description' => __( 'Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more.', 'tribe-common' ),
107
  'image' => 'images/app-shop-ical.jpg',
108
+ 'is_installed' => class_exists( 'Tribe__Events__Aggregator' ) && Tribe__Events__Aggregator::is_service_active(),
109
  ),
110
  (object) array(
111
  'title' => __( 'Events Calendar PRO', 'tribe-common' ),
common/src/Tribe/Asset/Data.php ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Handles adding script data to the page in cases where localizing a
4
+ * specific script is not suitable.
5
+ *
6
+ * Should generally be accessed via tribe( 'tribe.asset.script-data' )
7
+ * rather than via direct instantiation.
8
+ */
9
+ class Tribe__Asset__Data {
10
+ /**
11
+ * Container for any JS data objects that should be added to the page.
12
+ *
13
+ * @var array
14
+ */
15
+ protected $objects = array();
16
+
17
+ /**
18
+ * Hooks up the method used to actually render the JSON data.
19
+ */
20
+ public function hook() {
21
+ if ( is_admin() ) {
22
+ add_action( 'admin_footer', array( $this, 'render_json' ) );
23
+ } else {
24
+ add_action( 'wp_footer', array( $this, 'render_json' ) );
25
+ }
26
+ }
27
+
28
+ /**
29
+ * Adds the provided data to the list of objects that should be available
30
+ * to other scripts.
31
+ *
32
+ * @param string $object_name
33
+ * @param mixed $data
34
+ */
35
+ public function add( $object_name, $data ) {
36
+ $this->objects[ $object_name ] = $data;
37
+ }
38
+
39
+ /**
40
+ * Outputs the
41
+ * @internal
42
+ */
43
+ public function render_json() {
44
+ if ( empty( $this->objects ) ) {
45
+ return;
46
+ }
47
+
48
+ echo '<script type=\'text/javascript\'> /* <![CDATA[ */';
49
+
50
+ foreach ( $this->objects as $object_name => $data ) {
51
+ echo 'var ' . esc_html( $object_name ) . ' = ' . wp_json_encode( $data ) . ';';
52
+ }
53
+
54
+ echo '/* ]]> */ </script>';
55
+ }
56
+ }
common/src/Tribe/Asset/Factory.php CHANGED
File without changes
common/src/Tribe/Assets.php CHANGED
@@ -77,15 +77,31 @@ class Tribe__Assets {
77
  }
78
  }
79
 
80
- public function enqueue() {
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  foreach ( $this->assets as $asset ) {
82
- // Skip if we are not on the correct filter
83
- if ( current_filter() !== $asset->action ) {
 
 
 
84
  continue;
85
  }
86
 
87
  // If any single conditional returns true, then we need to enqueue the asset
88
- if ( ! is_string( $asset->action ) ) {
89
  continue;
90
  }
91
 
@@ -124,7 +140,7 @@ class Tribe__Assets {
124
  */
125
  $enqueue = apply_filters( 'tribe_asset_enqueue_' . $asset->slug, $enqueue, $asset );
126
 
127
- if ( ! $enqueue ) {
128
  continue;
129
  }
130
 
77
  }
78
  }
79
 
80
+ /**
81
+ * Enqueues registered assets.
82
+ *
83
+ * This method is called on whichever action (if any) was declared during registration.
84
+ *
85
+ * It can also be called directly with a list of asset slugs to forcibly enqueue, which may be
86
+ * useful where an asset is required in a situation not anticipated when it was originally
87
+ * registered.
88
+ *
89
+ * @param string|array $forcibly_enqueue
90
+ */
91
+ public function enqueue( $forcibly_enqueue = null ) {
92
+ $forcibly_enqueue = (array) $forcibly_enqueue;
93
+
94
  foreach ( $this->assets as $asset ) {
95
+ // Should this asset be enqueued regardless of the current filter/any conditional requirements?
96
+ $must_enqueue = in_array( $asset->slug, $forcibly_enqueue );
97
+
98
+ // Skip if we are not on the correct filter (unless we are forcibly enqueuing)
99
+ if ( current_filter() !== $asset->action && ! $must_enqueue ) {
100
  continue;
101
  }
102
 
103
  // If any single conditional returns true, then we need to enqueue the asset
104
+ if ( ! is_string( $asset->action ) && ! $must_enqueue ) {
105
  continue;
106
  }
107
 
140
  */
141
  $enqueue = apply_filters( 'tribe_asset_enqueue_' . $asset->slug, $enqueue, $asset );
142
 
143
+ if ( ! $enqueue && ! $must_enqueue ) {
144
  continue;
145
  }
146
 
common/src/Tribe/Container.php ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if ( ! class_exists( 'Tribe__Container' ) ) {
3
+ /**
4
+ * Class Tribe__Container
5
+ *
6
+ * Tribe Dependency Injection Container.
7
+ */
8
+ class Tribe__Container extends tad_DI52_Container {
9
+
10
+ /**
11
+ * @var Tribe__Container
12
+ */
13
+ protected static $instance;
14
+
15
+ /**
16
+ * @return Tribe__Container
17
+ */
18
+ public static function instance() {
19
+ if ( empty( self::$instance ) ) {
20
+ self::$instance = new self();
21
+ }
22
+
23
+ return self::$instance;
24
+ }
25
+ }
26
+ }
27
+
28
+ if ( ! function_exists( 'tribe_singleton' ) ) {
29
+ /**
30
+ * Registers a class as a singleton.
31
+ *
32
+ * Each call to obtain an instance of this class made using the `tribe( $slug )` function
33
+ * will return the same instance; the instances are built just in time (if not passing an
34
+ * object instance or callback function) and on the first request.
35
+ * The container will call the class `__construct` method on the class (if not passing an object
36
+ * or a callback function) and will try to automagically resolve dependencies.
37
+ *
38
+ * Example use:
39
+ *
40
+ * tribe_singleton( 'tec.admin.class', 'Tribe__Admin__Class' );
41
+ *
42
+ * // some code later...
43
+ *
44
+ * // class is built here
45
+ * tribe( 'tec.admin.class' )->doSomething();
46
+ *
47
+ * Need the class built immediately? Build it and register it:
48
+ *
49
+ * tribe_singleton( 'tec.admin.class', new Tribe__Admin__Class() );
50
+ *
51
+ * // some code later...
52
+ *
53
+ * tribe( 'tec.admin.class' )->doSomething();
54
+ *
55
+ * Need a very custom way to build the class? Register a callback:
56
+ *
57
+ * tribe_singleton( 'tec.admin.class', array( Tribe__Admin__Class__Factory, 'make' ) );
58
+ *
59
+ * // some code later...
60
+ *
61
+ * tribe( 'tec.admin.class' )->doSomething();
62
+ *
63
+ * Or register the methods that should be called on the object after its construction:
64
+ *
65
+ * tribe_singleton( 'tec.admin.class', 'Tribe__Admin__Class', array( 'hook', 'register' ) );
66
+ *
67
+ * // some code later...
68
+ *
69
+ * // the `hook` and `register` methods will be called on the built instance.
70
+ * tribe( 'tec.admin.class' )->doSomething();
71
+ *
72
+ * The class will be built only once (if passing the class name or a callback function), stored
73
+ * and the same instance will be returned from that moment on.
74
+ *
75
+ * @param string $slug The human-readable and catchy name of the class.
76
+ * @param string|object|callable $class The full class name or an instance of the class
77
+ * or a callback that will return the instance of the class.
78
+ * @param array $after_build_methods An array of methods that should be called on
79
+ * the built object after the `__construct` method; the methods
80
+ * will be called only once after the singleton instance
81
+ * construction.
82
+ */
83
+ function tribe_singleton( $slug, $class, array $after_build_methods = null ) {
84
+ Tribe__Container::instance()->singleton( $slug, $class, $after_build_methods );
85
+ }
86
+ }
87
+
88
+ if ( ! function_exists( 'tribe_register' ) ) {
89
+ /**
90
+ * Registers a class.
91
+ *
92
+ * Each call to obtain an instance of this class made using the `tribe( $slug )` function
93
+ * will return a new instance; the instances are built just in time (if not passing an
94
+ * object instance, in that case it will work as a singleton) and on the first request.
95
+ * The container will call the class `__construct` method on the class (if not passing an object
96
+ * or a callback function) and will try to automagically resolve dependencies.
97
+ *
98
+ * Example use:
99
+ *
100
+ * tribe_register( 'tec.some', 'Tribe__Some' );
101
+ *
102
+ * // some code later...
103
+ *
104
+ * // class is built here
105
+ * $some_one = tribe( 'tec.some' )->doSomething();
106
+ *
107
+ * // $some_two !== $some_one
108
+ * $some_two = tribe( 'tec.some' )->doSomething();
109
+ *
110
+ * Need the class built immediately? Build it and register it:
111
+ *
112
+ * tribe_register( 'tec.admin.class', new Tribe__Admin__Class() );
113
+ *
114
+ * // some code later...
115
+ *
116
+ * // $some_two === $some_one
117
+ * // acts like a singleton
118
+ * $some_one = tribe( 'tec.some' )->doSomething();
119
+ * $some_two = tribe( 'tec.some' )->doSomething();
120
+ *
121
+ * Need a very custom way to build the class? Register a callback:
122
+ *
123
+ * tribe_register( 'tec.some', array( Tribe__Some__Factory, 'make' ) );
124
+ *
125
+ * // some code later...
126
+ *
127
+ * // $some_two !== $some_one
128
+ * $some_one = tribe( 'tec.some' )->doSomething();
129
+ * $some_two = tribe( 'tec.some' )->doSomething();
130
+ *
131
+ * Or register the methods that should be called on the object after its construction:
132
+ *
133
+ * tribe_singleton( 'tec.admin.class', 'Tribe__Admin__Class', array( 'hook', 'register' ) );
134
+ *
135
+ * // some code later...
136
+ *
137
+ * // the `hook` and `register` methods will be called on the built instance.
138
+ * tribe( 'tec.admin.class' )->doSomething();
139
+ *
140
+ * @param string $slug The human-readable and catchy name of the class.
141
+ * @param string|object|callable $class The full class name or an instance of the class
142
+ * or a callback that will return the instance of the class.
143
+ * @param array $after_build_methods An array of methods that should be called on
144
+ * the built object after the `__construct` method; the methods
145
+ * will be called each time after the instance contstruction.
146
+ */
147
+ function tribe_register( $slug, $class, array $after_build_methods = null ) {
148
+ Tribe__Container::instance()->bind( $slug, $class, $after_build_methods );
149
+ }
150
+ }
151
+
152
+ if ( ! function_exists( 'tribe' ) ) {
153
+ /**
154
+ * Returns a ready to use instance of the requested class.
155
+ *
156
+ * Example use:
157
+ *
158
+ * tribe_singleton( 'common.main', 'Tribe__Main');
159
+ *
160
+ * // some code later...
161
+ *
162
+ * tribe( 'common.main' )->do_something();
163
+ *
164
+ * @param string $slug_or_class Either the slug of a binding previously registered using
165
+ * `tribe_singleton` or `tribe_register` or the full class
166
+ * name that should be automagically created.
167
+ *
168
+ * @return mixed|object The instance of the requested class. Please note that the cardinality of
169
+ * the class is controlled registering it as a singleton using `tribe_singleton`
170
+ * or `tribe_register`.
171
+ */
172
+ function tribe( $slug_or_class ) {
173
+ return Tribe__Container::instance()->make( $slug_or_class );
174
+ }
175
+ }
176
+
177
+ if ( ! function_exists( 'tribe_set_var' ) ) {
178
+ /**
179
+ * Registers a value under a slug in the container.
180
+ *
181
+ * Example use:
182
+ *
183
+ * tribe_set_var( 'tec.url', 'http://example.com' );
184
+ *
185
+ * @param string $slug The human-readable and catchy name of the var.
186
+ * @param mixed $value The variable value.
187
+ */
188
+ function tribe_set_var( $slug, $value ) {
189
+ $container = Tribe__Container::instance();
190
+ $container->setVar( $slug, $value );
191
+ }
192
+ }
193
+
194
+ if ( ! function_exists( 'tribe_get_var' ) ) {
195
+ /**
196
+ * Returns the value of a registered variable.
197
+ *
198
+ * Example use:
199
+ *
200
+ * tribe_set_var( 'tec.url', 'http://example.com' );
201
+ *
202
+ * $url = tribe_get_var( 'tec.url' );
203
+ *
204
+ * @param string $slug The slug of the variable registered using `tribe_set_var`.
205
+ * @param null $default The value that should be returned if the variable slug
206
+ * is not a registered one.
207
+ *
208
+ * @return mixed Either the registered value or the default value if the variable
209
+ * is not registered.
210
+ */
211
+ function tribe_get_var( $slug, $default = null ) {
212
+ $container = Tribe__Container::instance();
213
+
214
+ try {
215
+ $var = $container->getVar( $slug );
216
+ } catch ( InvalidArgumentException $e ) {
217
+ return $default;
218
+ }
219
+
220
+ return $var;
221
+ }
222
+ }
common/src/Tribe/Cost_Utils.php ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Cost_Utils
6
+ *
7
+ * Utility methods to deal with costs.
8
+ *
9
+ * @since 4.3
10
+ */
11
+ class Tribe__Cost_Utils {
12
+
13
+ /**
14
+ * @var string
15
+ */
16
+ protected $_current_original_cost_separator;
17
+
18
+ /**
19
+ * @var string
20
+ */
21
+ protected $_supported_decimal_separators = '.,';
22
+
23
+ /**
24
+ * Static Singleton Factory Method
25
+ *
26
+ * @return Tribe__Events__Cost_Utils
27
+ */
28
+ public static function instance() {
29
+ static $instance;
30
+
31
+ if ( ! $instance ) {
32
+ $instance = new self;
33
+ }
34
+
35
+ return $instance;
36
+ }
37
+
38
+ /**
39
+ * Check if a string is a valid cost.
40
+ *
41
+ * @param string $cost String to be checked.
42
+ * Can include decimal and thousands separator.
43
+ *
44
+ * @return boolean
45
+ */
46
+ public function is_valid_cost( $cost, $allow_negative = true ) {
47
+ return preg_match( $this->get_cost_regex(), trim( $cost ) );
48
+ }
49
+
50
+ /**
51
+ * Returns the regular expression that shold be used to identify a valid
52
+ * cost string.
53
+ *
54
+ * @return string
55
+ */
56
+ public function get_cost_regex() {
57
+ $separators = '[\\' . implode( '\\', $this->get_separators() ) . ']?';
58
+ $cost_regex = '(' . $separators . '([\d]+)' . $separators . '([\d]*))';
59
+
60
+ /**
61
+ * Filters the regular expression that will be used to identify a valid cost
62
+ * string.
63
+ *
64
+ * @param string $cost_regex
65
+ *
66
+ * @deprecated 4.3 Use `tribe_cost_regex` instead
67
+ */
68
+ $cost_regex = apply_filters(
69
+ 'tribe_events_cost_regex', $cost_regex
70
+ );
71
+
72
+ /**
73
+ * Filters the regular expression that will be used to identify a valid cost
74
+ * string.
75
+ *
76
+ * @param string $cost_regex
77
+ */
78
+ $cost_regex = apply_filters( 'tribe_cost_regex', $cost_regex );
79
+
80
+ return $cost_regex;
81
+ }
82
+
83
+ /**
84
+ * Fetch the possible separators
85
+ *
86
+ * @return array
87
+ */
88
+ public function get_separators() {
89
+ $separators = array( ',', '.' );
90
+
91
+ /**
92
+ * Filters the cost string possible separators, those must be only 1 char.
93
+ *
94
+ * @param array $separators Defaults to comma (",") and period (".")
95
+ */
96
+ return apply_filters( 'tribe_events_cost_separators', $separators );
97
+ }
98
+
99
+ /**
100
+ * If the cost is "0", call it "Free"
101
+ *
102
+ * @param int|float|string $cost Cost to analyze
103
+ *
104
+ * return int|float|string
105
+ */
106
+ public function maybe_replace_cost_with_free( $cost ) {
107
+ if ( '0' === (string) $cost ) {
108
+ return esc_html__( 'Free', 'the-events-calendar' );
109
+ }
110
+
111
+ return $cost;
112
+ }
113
+
114
+ /**
115
+ * Formats a cost with a currency symbol
116
+ *
117
+ * @param int|float|string $cost Cost to format
118
+ *
119
+ * return string
120
+ */
121
+ public function maybe_format_with_currency( $cost ) {
122
+ // check if the currency symbol is desired, and it's just a number in the field
123
+ // be sure to account for european formats in decimals, and thousands separators
124
+ if ( is_numeric( str_replace( $this->get_separators(), '', $cost ) ) ) {
125
+ $cost = tribe_format_currency( $cost );
126
+ }
127
+
128
+ return $cost;
129
+ }
130
+
131
+ /**
132
+ * @param string $original_string_cost A string cost with or without currency symbol,
133
+ * e.g. `10 - 20`, `Free` or `2$ - 4$`.
134
+ * @param array|string $merging_cost A single string cost representation to merge or an array of
135
+ * string cost representations to merge, e.g. ['Free', 10, 20,
136
+ * 'Donation'] or `Donation`.
137
+ * @param bool $with_currency_symbol Whether the output should prepend the currency symbol to the
138
+ * numeric costs or not.
139
+ * @param array $sorted_mins An array of non numeric price minimums sorted smaller to larger,
140
+ * e.g. `['Really free', 'Somewhat free', 'Free with 3 friends']`.
141
+ * @param array $sorted_maxs An array of non numeric price maximums sorted smaller to larger,
142
+ * e.g. `['Donation min $10', 'Donation min $20', 'Donation min
143
+ * $100']`.
144
+ *
145
+ * @return string|array The merged cost range.
146
+ */
147
+ public function merge_cost_ranges( $original_string_cost, $merging_cost, $with_currency_symbol, $sorted_mins = array(), $sorted_maxs = array() ) {
148
+ if ( empty( $merging_cost ) || $original_string_cost === $merging_cost ) {
149
+ return $original_string_cost;
150
+ }
151
+
152
+ $_merging_cost = array_map(
153
+ array( $this, 'convert_decimal_separator' ), (array) $merging_cost
154
+ );
155
+ $_merging_cost = array_map( array( $this, 'numerize_numbers' ), $_merging_cost );
156
+ $numeric_merging_cost_costs = array_filter( $_merging_cost, 'is_numeric' );
157
+
158
+ $matches = array();
159
+ preg_match_all(
160
+ '!\d+(?:([' . preg_quote( $this->_supported_decimal_separators ) . '])\d+)?!', $original_string_cost,
161
+ $matches
162
+ );
163
+ $this->_current_original_cost_separator = empty( $matches[1][0] ) ? '.' : $matches[1][0];
164
+ $matches[0] = empty( $matches[0] ) ? $matches[0] : array_map(
165
+ array(
166
+ $this,
167
+ 'convert_decimal_separator',
168
+ ), $matches[0]
169
+ );
170
+ $numeric_orignal_costs = empty( $matches[0] ) ? $matches[0] : array_map(
171
+ 'floatval', $matches[0]
172
+ );
173
+
174
+ $all_numeric_costs = array_filter( array_merge( $numeric_merging_cost_costs, $numeric_orignal_costs ) );
175
+ $cost_min = $cost_max = false;
176
+
177
+ $merging_mins = array_intersect( $sorted_mins, (array) $merging_cost );
178
+ $merging_has_min = array_search( reset( $merging_mins ), $sorted_mins );
179
+ $original_has_min = array_search( $original_string_cost, $sorted_mins );
180
+ $merging_has_min = false === $merging_has_min ? 999 : $merging_has_min;
181
+ $original_has_min = false === $original_has_min ? 999 : $original_has_min;
182
+ $string_min_key = min( $merging_has_min, $original_has_min );
183
+ if ( array_key_exists( $string_min_key, $sorted_mins ) ) {
184
+ $cost_min = $sorted_mins[ $string_min_key ];
185
+ } else {
186
+ $cost_min = empty( $all_numeric_costs ) ? '' : min( $all_numeric_costs );
187
+ }
188
+
189
+ $merging_maxs = array_intersect( $sorted_maxs, (array) $merging_cost );
190
+ $merging_has_max = array_search( end( $merging_maxs ), $sorted_maxs );
191
+ $original_has_max = array_search( $original_string_cost, $sorted_maxs );
192
+ $merging_has_max = false === $merging_has_max ? - 1 : $merging_has_max;
193
+ $original_has_max = false === $original_has_max ? - 1 : $original_has_max;
194
+ $string_max_key = max( $merging_has_max, $original_has_max );
195
+ if ( array_key_exists( $string_max_key, $sorted_maxs ) ) {
196
+ $cost_max = $sorted_maxs[ $string_max_key ];
197
+ } else {
198
+ $cost_max = empty( $all_numeric_costs ) ? '' : max( $all_numeric_costs );
199
+ }
200
+
201
+ $cost = array_filter( array( $cost_min, $cost_max ) );
202
+
203
+ if ( $with_currency_symbol ) {
204
+ $formatted_cost = array();
205
+ foreach ( $cost as $c ) {
206
+ $formatted_cost[] = is_numeric( $c ) ? tribe_format_currency( $c ) : $c;
207
+ }
208
+ $cost = $formatted_cost;
209
+ }
210
+
211
+ return empty( $cost ) ? $original_string_cost : array_map(
212
+ array( $this, 'restore_original_decimal_separator' ), $cost
213
+ );
214
+ }
215
+
216
+ /**
217
+ * Returns a maximum cost in a list of costs. If an array of costs is not passed in, the array of costs is fetched
218
+ * via query.
219
+ *
220
+ * @param $costs mixed Cost(s) to review for max value
221
+ *
222
+ * @return float
223
+ */
224
+ public function get_maximum_cost( $costs = null ) {
225
+ return $this->get_cost_by_func( $costs, 'max' );
226
+ }
227
+
228
+ /**
229
+ * Returns a particular cost within an array of costs
230
+ *
231
+ * @param $costs mixed Cost(s) to review for max value
232
+ * @param $function string Function to use to determine which cost to return from range. Valid values: max, min
233
+ *
234
+ * @return float
235
+ */
236
+ protected function get_cost_by_func( $costs = null, $function = 'max' ) {
237
+ if ( null === $costs ) {
238
+ $costs = $this->get_all_costs();
239
+ } else {
240
+ $costs = (array) $costs;
241
+ }
242
+
243
+ $costs = $this->parse_cost_range( $costs );
244
+
245
+ // if there's only one item, we're looking at a single event. If the cost is non-numeric, let's
246
+ // return the non-numeric cost so that value is preserved
247
+ if ( 1 === count( $costs ) && ! is_numeric( current( $costs ) ) ) {
248
+ return current( $costs );
249
+ }
250
+
251
+ // make sure we are only trying to get numeric min/max values
252
+ $costs = array_filter( $costs, 'is_numeric' );
253
+
254
+ if ( empty( $costs ) ) {
255
+ return 0;
256
+ }
257
+
258
+ switch ( $function ) {
259
+ case 'min':
260
+ $cost = $costs[ min( array_keys( $costs ) ) ];
261
+ break;
262
+ case 'max':
263
+ default:
264
+ $cost = $costs[ max( array_keys( $costs ) ) ];
265
+ break;
266
+ }
267
+
268
+ // If there isn't anything on the cost just return 0
269
+ if ( empty( $cost ) ) {
270
+ return 0;
271
+ }
272
+
273
+ return $cost;
274
+ }
275
+
276
+ /**
277
+ * Parses a cost into an array of ranges.
278
+ *
279
+ * If a range isn't provided, the resulting array will hold a single
280
+ * value.
281
+ *
282
+ * @param $cost string Cost to parse.
283
+ *
284
+ * @return array
285
+ */
286
+ public function parse_cost_range( $costs, $max_decimals = null ) {
287
+ if ( ! is_array( $costs ) && ! is_string( $costs ) ) {
288
+ return array();
289
+ }
290
+
291
+ // make sure costs is an array
292
+ $costs = (array) $costs;
293
+
294
+ // If there aren't any costs, return a blank array
295
+ if ( 0 === count( $costs ) ) {
296
+ return array();
297
+ }
298
+
299
+ // Build the regular expression
300
+ $price_regex = $this->get_cost_regex();
301
+ $max = 0;
302
+
303
+ foreach ( $costs as &$cost ) {
304
+ // Get the required parts
305
+ if ( preg_match_all( '/' . $price_regex . '/', $cost, $matches ) ) {
306
+ $cost = reset( $matches );
307
+ } else {
308
+ $cost = array( $cost );
309
+ continue;
310
+ }
311
+
312
+ // Get the max number of decimals for the range
313
+ if ( count( $matches ) === 4 ) {
314
+ $decimals = max( array_map( 'strlen', end( $matches ) ) );
315
+ $max = max( $max, $decimals );
316
+ }
317
+ }
318
+
319
+ // If we passed max decimals
320
+ if ( ! is_null( $max_decimals ) ) {
321
+ $max = max( $max_decimals, $max );
322
+ }
323
+
324
+ $output_costs = array();
325
+ $costs = call_user_func_array( 'array_merge', $costs );
326
+
327
+ foreach ( $costs as $cost ) {
328
+ $numeric_cost = str_replace( $this->get_separators(), '.', $cost );
329
+
330
+ if ( is_numeric( $numeric_cost ) ) {
331
+ // Creates a Well Balanced Index that will perform good on a Key Sorting method
332
+ $index = str_replace( array( '.', ',' ), '', number_format( $numeric_cost, $max ) );
333
+ } else {
334
+ // Makes sure that we have "index-safe" string
335
+ $index = sanitize_title( $numeric_cost );
336
+ }
337
+
338
+ // Keep the Costs in a organizable array by keys with the "numeric" value
339
+ $output_costs[ $index ] = $cost;
340
+ }
341
+
342
+ // Filter keeping the Keys
343
+ ksort( $output_costs );
344
+
345
+ return (array) $output_costs;
346
+ }
347
+
348
+ /**
349
+ * Returns a minimum cost in a list of costs. If an array of costs is not passed in, the array of costs is fetched
350
+ * via query.
351
+ *
352
+ * @param $costs mixed Cost(s) to review for min value
353
+ *
354
+ * @return float
355
+ */
356
+ public function get_minimum_cost( $costs = null ) {
357
+ return $this->get_cost_by_func( $costs, 'min' );
358
+ }
359
+
360
+ /**
361
+ * Converts the original decimal separator to ".".
362
+ *
363
+ * @param string|int $value
364
+ *
365
+ * @return string
366
+ */
367
+ protected function convert_decimal_separator( $value ) {
368
+ return preg_replace( '/[' . preg_quote( $this->_supported_decimal_separators ) . ']/', '.', $value );
369
+ }
370
+
371
+ /**
372
+ * Restores the decimal separator to its original symbol.
373
+ *
374
+ * @param string $value
375
+ *
376
+ * @return string
377
+ */
378
+ protected function restore_original_decimal_separator( $value ) {
379
+ return str_replace( '.', $this->_current_original_cost_separator, $value );
380
+ }
381
+
382
+ /**
383
+ * Extracts int and floats from a numeric "dirty" string like strings that might contain other symbols.
384
+ *
385
+ * E.g. "$10" will yield "10"; "23.55$" will yield "23.55".
386
+ *
387
+ * @param string|int $value
388
+ *
389
+ * @return int|float
390
+ */
391
+ protected function numerize_numbers( $value ) {
392
+ $matches = array();
393
+
394
+ $pattern = '/(\\d{1,}([' . $this->_supported_decimal_separators . ']\\d{1,}))/';
395
+
396
+ return preg_match( $pattern, $value, $matches ) ? $matches[1] : $value;
397
+ }
398
+
399
+ }
common/src/Tribe/Customizer.php ADDED
@@ -0,0 +1,766 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Don't load directly
3
+ defined( 'WPINC' ) or die;
4
+
5
+ /**
6
+ * Tribe Customizer class
7
+ *
8
+ * @package Tribe Common
9
+ * @subpackage Customizer
10
+ * @since 4.0
11
+ */
12
+ final class Tribe__Customizer {
13
+ /**
14
+ * Static Singleton Holder
15
+ *
16
+ * @var self
17
+ */
18
+ protected static $instance;
19
+
20
+ /**
21
+ * Static Singleton Factory Method
22
+ *
23
+ * @return self
24
+ */
25
+ public static function instance() {
26
+ return self::$instance ? self::$instance : self::$instance = new self;
27
+ }
28
+
29
+ /**
30
+ * WP_Customize_Manager instance.
31
+ *
32
+ * @since 4.0
33
+ * @access public
34
+ * @var WP_Customize_Manager
35
+ */
36
+ public $manager;
37
+
38
+ /**
39
+ * Instance of Customize Panel
40
+ *
41
+ * @since 4.0
42
+ * @access public
43
+ * @var WP_Customize_Panel
44
+ */
45
+ public $panel;
46
+
47
+ /**
48
+ * The Panel ID
49
+ *
50
+ * @since 4.0
51
+ * @access public
52
+ * @var string
53
+ */
54
+ public $ID;
55
+
56
+ /**
57
+ * Array of Sections of our Panel
58
+ *
59
+ * @since 4.0
60
+ * @access private
61
+ * @var array
62
+ */
63
+ private $sections;
64
+
65
+ /**
66
+ * Array of Sections Classes, for non-panel pages
67
+ *
68
+ * @since 4.0
69
+ * @access private
70
+ * @var array
71
+ */
72
+ private $sections_class = array();
73
+
74
+ /**
75
+ * Array of Sections Classes, for non-panel pages
76
+ *
77
+ * @since 4.2
78
+ * @access private
79
+ * @var array
80
+ */
81
+ private $settings = array();
82
+
83
+ /**
84
+ * Loads the Basic Settings for the Class to work
85
+ *
86
+ * @since 4.0
87
+ *
88
+ * @see self::instance()
89
+ * @access private
90
+ *
91
+ * @return void
92
+ */
93
+ private function __construct() {
94
+ if ( ! $this->is_active() ) {
95
+ return;
96
+ }
97
+
98
+ /**
99
+ * Filters the Panel ID, which is also the `wp_option` name for the Customizer settings
100
+ *
101
+ * @deprecated
102
+ * @since 4.0
103
+ *
104
+ * @param string $ID
105
+ * @param self $customizer
106
+ */
107
+ $this->ID = apply_filters( 'tribe_events_pro_customizer_panel_id', 'tribe_customizer', $this );
108
+
109
+ /**
110
+ * Filters the Panel ID, which is also the `wp_option` name for the Customizer settings
111
+ *
112
+ * @since 4.4
113
+ *
114
+ * @param string $ID
115
+ * @param self $customizer
116
+ */
117
+ $this->ID = apply_filters( 'tribe_customizer_panel_id', 'tribe_customizer', $this );
118
+
119
+ // Hook the Registering methods
120
+ add_action( 'customize_register', array( $this, 'register' ), 15 );
121
+
122
+ add_action( 'wp_print_footer_scripts', array( $this, 'print_css_template' ), 15 );
123
+
124
+ add_filter( "default_option_{$this->ID}", array( $this, 'maybe_fallback_get_option' ) );
125
+ }
126
+
127
+ /**
128
+ * Backwards compatibility for the old Customizer Option Save
129
+ *
130
+ * @since 4.4
131
+ *
132
+ * @param mixed $sections
133
+ *
134
+ * @return mixed
135
+ */
136
+ public function maybe_fallback_get_option( $sections ) {
137
+ // Return if there is something there
138
+ if ( ! empty( $sections ) ) {
139
+ return $sections;
140
+ }
141
+
142
+ return get_option( 'tribe_events_pro_customizer', array() );
143
+ }
144
+
145
+ /**
146
+ * Loads a Section to the Customizer on the The Events Calendar Panel
147
+ *
148
+ * @since 4.4
149
+ *
150
+ * @param object $section An Object that extends the Abstract `Tribe__Customizer__Section`
151
+ *
152
+ * @return bool
153
+ */
154
+ public function load_section( $section ) {
155
+ // You can only add a section if it extends the abstract Section
156
+ if ( ! is_object( $section ) || ! in_array( 'Tribe__Customizer__Section', class_parents( $section ) ) ) {
157
+ return false;
158
+ }
159
+
160
+ // Add the Section
161
+ // Enforces the usage of `$instance->ID`
162
+ $this->sections_class[ $section->ID ] = $section;
163
+
164
+ return true;
165
+ }
166
+
167
+ /**
168
+ * Fetches all Section Classes
169
+ *
170
+ * @since 4.4
171
+ *
172
+ * @return array
173
+ */
174
+ public function get_loaded_sections() {
175
+ /**
176
+ * Allow developers to filter Classes from Customizer Sections
177
+ *
178
+ * @deprecated
179
+ * @since 4.0
180
+ *
181
+ * @param array $selection_class
182
+ * @param self $customizer
183
+ */
184
+ $this->sections_class = apply_filters( 'tribe_events_pro_customizer_sections_class', $this->sections_class, $this );
185
+
186
+ /**
187
+ * Allow developers to filter Classes from Customizer Sections
188
+ *
189
+ * @since 4.4
190
+ *
191
+ * @param array $selection_class
192
+ * @param self $customizer
193
+ */
194
+ $this->sections_class = apply_filters( 'tribe_customizer_sections_class', $this->sections_class, $this );
195
+
196
+ return $this->sections_class;
197
+ }
198
+
199
+ /**
200
+ * A easy way to check if customize is active
201
+ *
202
+ * @since 4.2.2
203
+ *
204
+ * @return boolean
205
+ */
206
+ public function is_active() {
207
+ /**
208
+ * Allows Developers to completely deactivate Events Calendar Customizer
209
+ *
210
+ * @deprecated
211
+ *
212
+ * @param boolean $is_active
213
+ */
214
+ $is_active = apply_filters( 'tribe_events_pro_customizer_is_active', true );
215
+
216
+ /**
217
+ * Allows Developers to completely deactivate Events Calendar Customizer
218
+ *
219
+ * @param boolean $is_active
220
+ */
221
+ return apply_filters( 'tribe_customizer_is_active', true );
222
+ }
223
+
224
+ /**
225
+ * A method to easily search on an array
226
+ *
227
+ * @since 4.0
228
+ *
229
+ * @param array $variable Variable to be searched
230
+ * @param array $indexes The index that the method will try to retrieve
231
+ * @param mixed $default If the variable doesn't exist, what is the default
232
+ *
233
+ * @return mixed Return the variable based on the index
234
+ */
235
+ public static function search_var( $variable = null, $indexes = array(), $default = null ) {
236
+ if ( is_object( $variable ) ) {
237
+ $variable = (array) $variable;
238
+ }
239
+
240
+ if ( ! is_array( $variable ) ) {
241
+ return $variable;
242
+ }
243
+
244
+ foreach ( (array) $indexes as $index ) {
245
+ if ( ! is_array( $variable ) || ! isset( $variable[ $index ] ) ) {
246
+ $variable = $default;
247
+ break;
248
+ }
249
+
250
+ $variable = $variable[ $index ];
251
+ }
252
+
253
+ return $variable;
254
+ }
255
+
256
+ /**
257
+ * Get an option from the database, using index search you can retrieve the full panel, a section or even a setting
258
+ *
259
+ * @param array $search Index search, array( 'section_name', 'setting_name' )
260
+ * @param mixed $default The default, if the requested variable doesn't exits
261
+ * @return mixed The requested option or the default
262
+ */
263
+ public function get_option( $search = null, $default = null ) {
264
+ $sections = get_option( $this->ID, $default );
265
+
266
+ foreach ( $this->get_loaded_sections() as $section ) {
267
+ /**
268
+ * Allow filtering the defaults for each settings to be filtered before the Ghost options to be set
269
+ *
270
+ * @deprecated
271
+ * @since 4.0
272
+ *
273
+ * @param array $defaults
274
+ */
275
+ $defaults[ $section->ID ] = apply_filters( "tribe_events_pro_customizer_section_{$section->ID}_defaults", array() );
276
+
277
+ /**
278
+ * Allow filtering the defaults for each settings to be filtered before the Ghost options to be set
279
+ *
280
+ * @since 4.4
281
+ *
282
+ * @param array $defaults
283
+ */
284
+ $defaults[ $section->ID ] = apply_filters( "tribe_customizer_section_{$section->ID}_defaults", array() );
285
+ $settings = isset( $sections[ $section->ID ] ) ? $sections[ $section->ID ] : array();
286
+ $sections[ $section->ID ] = wp_parse_args( $settings, $defaults[ $section->ID ] );
287
+ }
288
+
289
+ /**
290
+ * Allows Ghost Options to be inserted
291
+ *
292
+ * @deprecated
293
+ * @since 4.0
294
+ *
295
+ * @param array $sections
296
+ * @param array $search
297
+ */
298
+ $sections = apply_filters( 'tribe_events_pro_customizer_pre_get_option', $sections, $search );
299
+
300
+ /**
301
+ * Allows Ghost Options to be inserted
302
+ *
303
+ * @since 4.4
304
+ *
305
+ * @param array $sections
306
+ * @param array $search
307
+ */
308
+ $sections = apply_filters( 'tribe_customizer_pre_get_option', $sections, $search );
309
+
310
+ // Search on the Array
311
+ if ( ! is_null( $search ) ) {
312
+ $option = self::search_var( $sections, $search, $default );
313
+ } else {
314
+ $option = $sections;
315
+ }
316
+
317
+ /**
318
+ * Apply Filters After finding the variable
319
+ *
320
+ * @deprecated
321
+ * @since 4.0
322
+ *
323
+ * @param mixed $option
324
+ * @param array $search
325
+ * @param array $sections
326
+ */
327
+ $option = apply_filters( 'tribe_events_pro_customizer_get_option', $option, $search, $sections );
328
+
329
+ /**
330
+ * Apply Filters After finding the variable
331
+ *
332
+ * @since 4.4
333
+ *
334
+ * @param mixed $option
335
+ * @param array $search
336
+ * @param array $sections
337
+ */
338
+ $option = apply_filters( 'tribe_customizer_get_option', $option, $search, $sections );
339
+
340
+ return $option;
341
+ }
342
+
343
+ /**
344
+ * Check if the option exists, this method is used allow only sections that were saved to be applied.
345
+ *
346
+ * @param strings Using the following structure: self::has_option( 'section_name', 'setting_name' );
347
+ *
348
+ * @return boolean Wheter the option exists in the database
349
+ */
350
+ public function has_option() {
351
+ $search = func_get_args();
352
+ $option = self::get_option();
353
+ $real_option = get_option( $this->ID, array() );
354
+
355
+ // Get section and Settign based on keys
356
+ $section = reset( $search );
357
+ $setting = end( $search );
358
+
359
+ if ( empty( $real_option ) || empty( $real_option[ $section ] ) ) {
360
+ return false;
361
+ }
362
+
363
+ // Search on the Array
364
+ if ( ! is_null( $search ) ) {
365
+ $option = self::search_var( $option, $search, null );
366
+ }
367
+
368
+ return ! empty( $option );
369
+ }
370
+
371
+ /**
372
+ * Print the CSS for the customizer on `wp_print_footer_scripts`
373
+ *
374
+ * @return void
375
+ */
376
+ public function print_css_template() {
377
+ /**
378
+ * Use this filter to add more CSS, using Underscore Template style
379
+ *
380
+ * @deprecated
381
+ * @since 4.0
382
+ *
383
+ * @link http://underscorejs.org/#template
384
+ *
385
+ * @param string $template
386
+ */
387
+ $css_template = trim( apply_filters( 'tribe_events_pro_customizer_css_template', '' ) );
388
+
389
+ /**
390
+ * Use this filter to add more CSS, using Underscore Template style
391
+ *
392
+ * @since 4.4
393
+ *
394
+ * @link http://underscorejs.org/#template
395
+ *
396
+ * @param string $template
397
+ */
398
+ $css_template = trim( apply_filters( 'tribe_customizer_css_template', $css_template ) );
399
+
400
+ // If we don't have anything on the customizer don't print empty styles
401
+ // On Customize Page, we don't care we need this
402
+ if ( ! is_customize_preview() && empty( $css_template ) ) {
403
+ return false;
404
+ }
405
+
406
+ // All sections should use this action to print their template
407
+ echo '<script type="text/css" id="' . esc_attr( 'tmpl-' . $this->ID . '_css' ) . '">';
408
+ echo $css_template;
409
+ echo '</script>';
410
+
411
+ // Place where the template will be rendered to
412
+ echo '<style type="text/css" id="' . esc_attr( $this->ID . '_css' ) . '">';
413
+ echo $this->parse_css_template( $css_template );
414
+ echo '</style>';
415
+ }
416
+
417
+ /**
418
+ * Replaces the Settings using the Underscore templating strings
419
+ *
420
+ * @param string $template The template variable, that we will look to replace the variables
421
+ * @return string A Valid css after replacing the variables
422
+ */
423
+ private function parse_css_template( $template ) {
424
+ $css = $template;
425
+ $sections = $this->get_option();
426
+
427
+ $search = array();
428
+ $replace = array();
429
+ foreach ( $sections as $section => $settings ) {
430
+ foreach ( $settings as $setting => $value ) {
431
+ $index = array( $section, $setting );
432
+
433
+ // Add search based on Underscore template
434
+ $search[] = '<%= ' . implode( '.', $index ) . ' %>';
435
+
436
+ // Get the Replace value
437
+ $replace[] = $value;
438
+ }
439
+ }
440
+
441
+ // Finally Str replace
442
+ return str_replace( $search, $replace, $css );
443
+ }
444
+
445
+ /**
446
+ * Method to start setting up the Customizer Section and Fields
447
+ *
448
+ * @since 4.0
449
+ *
450
+ * @param WP_Customize_Manager $customizer WordPress Customizer variable
451
+ * @return void
452
+ */
453
+ public function register( WP_Customize_Manager $customizer ) {
454
+ // Set the Cutomizer on a class variable
455
+ $this->manager = $customizer;
456
+
457
+ /**
458
+ * Allow users to filter the Panel
459
+ *
460
+ * @deprecated
461
+ * @since 4.0
462
+ *
463
+ * @param WP_Customize_Panel $panel
464
+ * @param Tribe__Customizer $customizer
465
+ */
466
+ $this->panel = apply_filters( 'tribe_events_pro_customizer_panel', $this->register_panel(), $this );
467
+
468
+ /**
469
+ * Allow users to filter the Panel
470
+ *
471
+ * @since 4.4
472
+ *
473
+ * @param WP_Customize_Panel $panel
474
+ * @param Tribe__Customizer $customizer
475
+ */
476
+ $this->panel = apply_filters( 'tribe_customizer_panel', $this->panel, $this );
477
+
478
+ /**
479
+ * Filter the Sections within our Panel before they are added to the Cutomize Manager
480
+ *
481
+ * @deprecated
482
+ * @since 4.0
483
+ *
484
+ * @param array $sections
485
+ * @param Tribe__Customizer $customizer
486
+ */
487
+ $this->sections = apply_filters( 'tribe_events_pro_customizer_pre_sections', $this->sections, $this );
488
+
489
+ /**
490
+ * Filter the Sections within our Panel before they are added to the Cutomize Manager
491
+ *
492
+ * @since 4.4
493
+ *
494
+ * @param array $sections
495
+ * @param Tribe__Customizer $customizer
496
+ */
497
+ $this->sections = apply_filters( 'tribe_customizer_pre_sections', $this->sections, $this );
498
+
499
+ foreach ( $this->sections as $id => $section ) {
500
+ $this->sections[ $id ] = $this->register_section( $id, $section );
501
+
502
+ /**
503
+ * Allows people to Register and de-register the method to register more Fields
504
+ *
505
+ * @deprecated
506
+ * @since 4.0
507
+ *
508
+ * @param array $section
509
+ * @param WP_Customize_Manager $manager
510
+ */
511
+ do_action( "tribe_events_pro_customizer_register_{$id}_settings", $this->sections[ $id ], $this->manager );
512
+
513
+ /**
514
+ * Allows people to Register and de-register the method to register more Fields
515
+ *
516
+ * @since 4.4
517
+ *
518
+ * @param array $section
519
+ * @param WP_Customize_Manager $manager
520
+ */
521
+ do_action( "tribe_customizer_register_{$id}_settings", $this->sections[ $id ], $this->manager );
522
+ }
523
+
524
+ /**
525
+ * Filter the Sections within our Panel, now using the actual WP_Customize_Section
526
+ *
527
+ * @deprecated
528
+ * @since 4.0
529
+ *
530
+ * @param array $sections
531
+ * @param Tribe__Customizer $customizer
532
+ */
533
+ $this->sections = apply_filters( 'tribe_events_pro_customizer_sections', $this->sections, $this );
534
+
535
+ /**
536
+ * Filter the Sections within our Panel, now using the actual WP_Customize_Section
537
+ *
538
+ * @since 4.4
539
+ *
540
+ * @param array $sections
541
+ * @param Tribe__Customizer $customizer
542
+ */
543
+ $this->sections = apply_filters( 'tribe_customizer_sections', $this->sections, $this );
544
+
545
+ // After everything is done, try to add Selective refresh
546
+ $this->maybe_selective_refresh();
547
+ }
548
+
549
+ /**
550
+ * Register the base Panel for Events Calendar Sections to be attached to
551
+ *
552
+ * @since 4.0
553
+ *
554
+ * @return WP_Customize_Panel
555
+ */
556
+ private function register_panel() {
557
+ $panel = $this->manager->get_panel( $this->ID );
558
+
559
+ // If the Panel already exists we leave returning it's instance
560
+ if ( ! empty( $panel ) ) {
561
+ return $panel;
562
+ }
563
+
564
+ $panel_args = array(
565
+ 'title' => esc_html__( 'The Events Calendar', 'tribe-common' ),
566
+ 'description' => esc_html__( 'Use the following panel of your customizer to change the styling of your Calendar and Event pages.', 'tribe-common' ),
567
+
568
+ // After `static_front_page`
569
+ 'priority' => 125,
570
+ );
571
+
572
+ /**
573
+ * Filter the Panel Arguments for WP Customize
574
+ *
575
+ * @deprecated
576
+ * @since 4.0
577
+ *
578
+ * @param array $args
579
+ * @param string $ID
580
+ * @param Tribe__Customizer $customizer
581
+ */
582
+ $panel_args = apply_filters( 'tribe_events_pro_customizer_panel_args', $panel_args, $this->ID, $this );
583
+
584
+ /**
585
+ * Filter the Panel Arguments for WP Customize
586
+ *
587
+ * @since 4.4
588
+ *
589
+ * @param array $args
590
+ * @param string $ID
591
+ * @param Tribe__Customizer $customizer
592
+ */
593
+ $panel_args = apply_filters( 'tribe_customizer_panel_args', $panel_args, $this->ID, $this );
594
+
595
+ // Actually Register the Panel
596
+ $this->manager->add_panel( $this->ID, $panel_args );
597
+
598
+ // Return the Panel instance
599
+ return $this->manager->get_panel( $this->ID );
600
+ }
601
+
602
+ /**
603
+ * Use a "alias" method to register sections to allow users to filter args and the ID
604
+ *
605
+ * @since 4.0
606
+ *
607
+ * @param string $id The Unique section ID
608
+ * @param array $args Arguments to register the section
609
+ *
610
+ * @link https://codex.wordpress.org/Class_Reference/WP_Customize_Manager/add_section
611
+ *
612
+ * @return WP_Customize_Section
613
+ */
614
+ public function register_section( $id, $args ) {
615
+ /**
616
+ * Filter the Section ID
617
+ *
618
+ * @deprecated
619
+ * @since 4.0
620
+ *
621
+ * @param string $section_id
622
+ * @param Tribe__Customizer $customizer
623
+ */
624
+ $section_id = apply_filters( 'tribe_events_pro_customizer_section_id', $id, $this );
625
+
626
+ /**
627
+ * Filter the Section ID
628
+ *
629
+ * @since 4.4
630
+ *
631
+ * @param string $section_id
632
+ * @param Tribe__Customizer $customizer
633
+ */
634
+ $section_id = apply_filters( 'tribe_customizer_section_id', $section_id, $this );
635
+
636
+ // Tries to fetch the section
637
+ $section = $this->manager->get_section( $section_id );
638
+
639
+ // If the Panel already exists we leave returning it's instance
640
+ if ( ! empty( $section ) ) {
641
+ return $section;
642
+ }
643
+
644
+ /**
645
+ * Filter the Section arguments, so that developers can filter arguments based on $section_id
646
+ *
647
+ * @deprecated
648
+ * @since 4.0
649
+ *
650
+ * @param array $args
651
+ * @param string $section_id
652
+ * @param Tribe__Customizer $customizer
653
+ */
654
+ $section_args = apply_filters( 'tribe_events_pro_customizer_section_args', $args, $section_id, $this );
655
+
656
+ /**
657
+ * Filter the Section arguments, so that developers can filter arguments based on $section_id
658
+ *
659
+ * @since 4.4
660
+ *
661
+ * @param array $args
662
+ * @param string $section_id
663
+ * @param Tribe__Customizer $customizer
664
+ */
665
+ $section_args = apply_filters( 'tribe_customizer_section_args', $args, $section_id, $this );
666
+
667
+ // Don't allow sections outside of our panel
668
+ $section_args['panel'] = $this->panel->id;
669
+
670
+ // Actually Register the Section
671
+ $this->manager->add_section( $section_id, $section_args );
672
+
673
+ // Return the Section instance
674
+ return $this->manager->get_section( $section_id );
675
+ }
676
+
677
+ /**
678
+ * Build the Setting name using the HTML format for Arrays
679
+ *
680
+ * @since 4.0
681
+ *
682
+ * @param string $slug The actual Setting name
683
+ * @param string|WP_Customize_Section $section [description]
684
+ *
685
+ * @return string HTML name Attribute name o the setting
686
+ */
687
+ public function get_setting_name( $slug, $section = null ) {
688
+ $name = $this->panel->id;
689
+
690
+ // If there is a section set append it
691
+ if ( $section instanceof WP_Customize_Section ) {
692
+ $name .= '[' . $section->id . ']';
693
+ } elseif ( is_string( $section ) ) {
694
+ $name .= '[' . $section . ']';
695
+ }
696
+
697
+ // Set the actual setting slug
698
+ $name .= '[' . esc_attr( $slug ) . ']';
699
+
700
+ return $name;
701
+ }
702
+
703
+
704
+ /**
705
+ * Adds a setting field name to the Array of Possible Selective refresh fields
706
+ *
707
+ * @since 4.2
708
+ *
709
+ * @param string $name The actual Setting name
710
+ *
711
+ * @return array The list of existing Settings, the new one included
712
+ */
713
+ public function add_setting_name( $name ) {
714
+ $this->settings[] = $name;
715
+ return $this->settings;
716
+ }
717
+
718
+
719
+ /**
720
+ * Using the Previously created CSS element, we not just re-create it every setting change
721
+ *
722
+ * @since 4.2
723
+ *
724
+ * @return void
725
+ */
726
+ public function maybe_selective_refresh() {
727
+ // Only try to apply selective refresh if it's active
728
+ if ( ! isset( $this->manager->selective_refresh ) ) {
729
+ return;
730
+ }
731
+
732
+ foreach ( $this->settings as $name ) {
733
+ $setting = $this->manager->get_setting( $name );
734
+
735
+ // Skip if we don't have that setting then skip it
736
+ if ( is_null( $setting ) ) {
737
+ continue;
738
+ }
739
+
740
+ // Skip if we already have that
741
+ if ( ! is_null( $this->manager->selective_refresh->get_partial( $name ) ) ) {
742
+ continue;
743
+ }
744
+
745
+ // Remove the Setting
746
+ // We need this because settings are protected on the WP_Customize_Manager
747
+ $this->manager->remove_setting( $name );
748
+
749
+ // Change the Transport
750
+ $setting->transport = 'postMessage';
751
+
752
+ // Re-add the setting
753
+ // We need this because settings are protected on the WP_Customize_Manager
754
+ $this->manager->add_setting( $setting );
755
+
756
+ // Add the Partial
757
+ $this->manager->selective_refresh->add_partial(
758
+ $name,
759
+ array(
760
+ 'selector' => '#' . esc_attr( $this->ID . '_css' ),
761
+ 'render_callback' => array( $this, 'print_css_template' ),
762
+ )
763
+ );
764
+ }
765
+ }
766
+ }
common/src/Tribe/Customizer/Section.php ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Don't load directly
3
+ defined( 'WPINC' ) or die;
4
+
5
+ /**
6
+ * The Events Calendar Customizer Section Abstract
7
+ * Extend this when you are trying to create a new The Events Calendar Section
8
+ * on the Customize from WordPress
9
+ *
10
+ * @package Common
11
+ * @subpackage Customizer
12
+ * @since 4.0
13
+ */
14
+ abstract class Tribe__Customizer__Section {
15
+
16
+ /**
17
+ * ID of the section
18
+ *
19
+ * @since 4.0
20
+ *
21
+ * @access public
22
+ * @var string
23
+ */
24
+ public $ID;
25
+
26
+ /**
27
+ * Load this section by default
28
+ *
29
+ * @since 4.4
30
+ *
31
+ * @access public
32
+ * @var string
33
+ */
34
+ public $load = true;
35
+
36
+ /**
37
+ * Default values for the settings on this class
38
+ *
39
+ * @since 4.0
40
+ *
41
+ * @access private
42
+ * @var array
43
+ */
44
+ public $defaults = array();
45
+
46
+ /**
47
+ * Information to setup the Section
48
+ *
49
+ * @since 4.0
50
+ *
51
+ * @access public
52
+ * @var array
53
+ */
54
+ public $arguments = array(
55
+ 'priority' => 10,
56
+ 'capability' => 'edit_theme_options',
57
+ 'title' => null,
58
+ 'description' => null,
59
+ );
60
+
61
+ /**
62
+ * Overwrite this method to create the Fields/Settings for this section
63
+ *
64
+ * @param WP_Customize_Section $section The WordPress section instance
65
+ * @param WP_Customize_Manager $manager The WordPress Customizer Manager
66
+ *
67
+ * @return void
68
+ */
69
+ public function register_settings( WP_Customize_Section $section, WP_Customize_Manager $manager ) {
70
+
71
+ }
72
+
73
+ /**
74
+ * Overwrite this method to be able to implement the CSS template related to this section
75
+ *
76
+ * @return string
77
+ */
78
+ public function get_css_template( $template ) {
79
+ return $template;
80
+ }
81
+
82
+ /**
83
+ * Overwrite this method to be able to creaty dynamic settings
84
+ *
85
+ * @param array $settings The actual options on the database
86
+ * @return array
87
+ */
88
+ public function create_ghost_settings( $settings = array() ) {
89
+ return $settings;
90
+ }
91
+
92
+ /**
93
+ * This method will be executed when the Class in Initialized
94
+ * Overwrite this method to be able to setup the arguments of your section
95
+ *
96
+ * @return void
97
+ */
98
+ abstract public function setup();
99
+
100
+ /**
101
+ * Private variable holding the class Instance
102
+ *
103
+ * @since 4.0
104
+ *
105
+ * @access private
106
+ * @var Tribe__Events__Pro__Customizer__Section
107
+ */
108
+ private static $instances;
109
+
110
+ /**
111
+ * Get the section slug based on the Class name
112
+ *
113
+ * @param string $class_name The name of this Class
114
+ * @return the slug for this class
115
+ */
116
+ final public static function get_section_slug( $class_name ) {
117
+ $abstract_name = __CLASS__;
118
+ $reflection = new ReflectionClass( $class_name );
119
+
120
+ // Get the Slug without the Base name
121
+ $slug = str_replace( $abstract_name . '_', '', $reflection->getName() );
122
+
123
+ if ( false !== strpos( $slug, '__Customizer__' ) ) {
124
+ $slug = explode( '__Customizer__', $slug );
125
+ $slug = end( $slug );
126
+ }
127
+
128
+ return strtolower( $slug );
129
+ }
130
+
131
+ /**
132
+ * Setup and Load hooks for this Section
133
+ *
134
+ * @since 4.0
135
+ *
136
+ * @return Tribe__Customizer__Section
137
+ */
138
+ final public function __construct() {
139
+ $slug = self::get_section_slug( get_class( $this ) );
140
+
141
+ // If for weird reason we don't have the Section name
142
+ if ( ! is_string( $this->ID ) ){
143
+ $this->ID = $slug;
144
+ }
145
+
146
+ // Allow child classes to setup the section
147
+ $this->setup();
148
+
149
+ // Hook the Register methods
150
+ add_action( "tribe_customizer_register_{$this->ID}_settings", array( $this, 'register_settings' ), 10, 2 );
151
+ add_filter( 'tribe_customizer_pre_sections', array( $this, 'register' ), 10, 2 );
152
+
153
+ // Append this section CSS template
154
+ add_filter( 'tribe_customizer_css_template', array( $this, 'get_css_template' ), 15 );
155
+ add_filter( "tribe_customizer_section_{$this->ID}_defaults", array( $this, 'get_defaults' ), 10 );
156
+
157
+ // Create the Ghost Options
158
+ add_filter( 'tribe_customizer_pre_get_option', array( $this, 'filter_settings' ), 10, 2 );
159
+
160
+ // By Default Invoking a new Section will load, unless `load` is set to false
161
+ if ( true === (bool) $this->load ) {
162
+ Tribe__Customizer::instance()->load_section( $this );
163
+ }
164
+ }
165
+
166
+ /**
167
+ * A way to apply filters when getting the Customizer options
168
+ * @return array
169
+ */
170
+ public function get_defaults() {
171
+ // Create Ghost Options
172
+ return $this->create_ghost_settings( $this->defaults );
173
+ }
174
+
175
+ /**
176
+ * Get the Default Value requested
177
+ * @return mixed
178
+ */
179
+ public function get_default( $key ) {
180
+ $defaults = $this->get_defaults();
181
+
182
+ if ( ! isset( $defaults[ $key ] ) ) {
183
+ return null;
184
+ }
185
+
186
+ return $defaults[ $key ];
187
+ }
188
+
189
+ /**
190
+ * Hooks to the `tribe_customizer_pre_get_option`, this applies
191
+ * the `$this->create_ghost_settings()` method to the settings on the correct section
192
+ *
193
+ * @param array $settings Values from the Database from Customizer actions
194
+ * @param array $search Indexed search @see Tribe__Customizer::search_var()
195
+ *
196
+ * @return array
197
+ */
198
+ public function filter_settings( $settings, $search ) {
199
+ // Only Apply if getting the full options or Section
200
+ if ( is_array( $search ) && count( $search ) > 1 ) {
201
+ return $settings;
202
+ }
203
+
204
+ if ( count( $search ) === 1 ) {
205
+ $settings = $this->create_ghost_settings( $settings );
206
+ } else {
207
+ $settings[ $this->ID ] = $this->create_ghost_settings( $settings[ $this->ID ] );
208
+ }
209
+
210
+ return $settings;
211
+ }
212
+
213
+ /**
214
+ * Register this Section
215
+ *
216
+ * @param array $sections Array of Sections
217
+ * @param Tribe__Customizer $customizer Our internal Cutomizer Class Instance
218
+ *
219
+ * @return array Return the modified version of the Section array
220
+ */
221
+ public function register( $sections, Tribe__Customizer $customizer ) {
222
+ $sections[ $this->ID ] = $this->arguments;
223
+
224
+ return $sections;
225
+ }
226
+ }
common/src/Tribe/Date_Utils.php CHANGED
@@ -21,6 +21,10 @@ if ( ! class_exists( 'Tribe__Date_Utils' ) ) {
21
  const DBTIMEFORMAT = 'H:i:s';
22
  const DBYEARMONTHTIMEFORMAT = 'Y-m';
23
 
 
 
 
 
24
  /**
25
  * Get the datepicker format, that is used to translate the option from the DB to a string
26
  *
@@ -553,6 +557,115 @@ if ( ! class_exists( 'Tribe__Date_Utils' ) ) {
553
  }
554
  }
555
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
  // DEPRECATED METHODS
557
  // @codingStandardsIgnoreStart
558
  /**
21
  const DBTIMEFORMAT = 'H:i:s';
22
  const DBYEARMONTHTIMEFORMAT = 'Y-m';
23
 
24
+ private static $localized_months_full = array();
25
+ private static $localized_months_short = array();
26
+ private static $localized_weekdays = array();
27
+
28
  /**
29
  * Get the datepicker format, that is used to translate the option from the DB to a string
30
  *
557
  }
558
  }
559
 
560
+ /**
561
+ * Returns an array of localized full month names.
562
+ *
563
+ * @return array
564
+ */
565
+ public static function get_localized_months_full() {
566
+ global $wp_locale;
567
+
568
+ if ( empty( self::$localized_months_full ) ) {
569
+ self::$localized_months_full = array(
570
+ 'January' => $wp_locale->get_month( '01' ),
571
+ 'February' => $wp_locale->get_month( '02' ),
572
+ 'March' => $wp_locale->get_month( '03' ),
573
+ 'April' => $wp_locale->get_month( '04' ),
574
+ 'May' => $wp_locale->get_month( '05' ),
575
+ 'June' => $wp_locale->get_month( '06' ),
576
+ 'July' => $wp_locale->get_month( '07' ),
577
+ 'August' => $wp_locale->get_month( '08' ),
578
+ 'September' => $wp_locale->get_month( '09' ),
579
+ 'October' => $wp_locale->get_month( '10' ),
580
+ 'November' => $wp_locale->get_month( '11' ),
581
+ 'December' => $wp_locale->get_month( '12' ),
582
+ );
583
+ }
584
+
585
+ return self::$localized_months_full;
586
+ }
587
+
588
+ /**
589
+ * Returns an array of localized short month names.
590
+ *
591
+ * @return array
592
+ */
593
+ public static function get_localized_months_short() {
594
+ global $wp_locale;
595
+
596
+ if ( empty( self::$localized_months_short ) ) {
597
+ self::$localized_months_short = array(
598
+ 'Jan' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '01' ) ),
599
+ 'Feb' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '02' ) ),
600
+ 'Mar' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '03' ) ),
601
+ 'Apr' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '04' ) ),
602
+ 'May' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '05' ) ),
603
+ 'Jun' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '06' ) ),
604
+ 'Jul' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '07' ) ),
605
+ 'Aug' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '08' ) ),
606
+ 'Sep' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '09' ) ),
607
+ 'Oct' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '10' ) ),
608
+ 'Nov' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '11' ) ),
609
+ 'Dec' => $wp_locale->get_month_abbrev( $wp_locale->get_month( '12' ) ),
610
+ );
611
+ }
612
+
613
+ return self::$localized_months_short;
614
+ }
615
+
616
+ /**
617
+ * Returns an array of localized full week day names.
618
+ *
619
+ * @return array
620
+ */
621
+ public static function get_localized_weekdays_full() {
622
+ if ( empty( self::$localized_weekdays ) ) {
623
+ self::build_localized_weekdays();
624
+ }
625
+
626
+ return self::$localized_weekdays['full'];
627
+ }
628
+
629
+ /**
630
+ * Returns an array of localized short week day names.
631
+ *
632
+ * @return array
633
+ */
634
+ public static function get_localized_weekdays_short() {
635
+ if ( empty( self::$localized_weekdays ) ) {
636
+ self::build_localized_weekdays();
637
+ }
638
+
639
+ return self::$localized_weekdays['short'];
640
+ }
641
+
642
+ /**
643
+ * Returns an array of localized week day initials.
644
+ *
645
+ * @return array
646
+ */
647
+ public static function get_localized_weekdays_initial() {
648
+ if ( empty( self::$localized_weekdays ) ) {
649
+ self::build_localized_weekdays();
650
+ }
651
+
652
+ return self::$localized_weekdays['initial'];
653
+ }
654
+
655
+ /**
656
+ * Builds arrays of localized full, short and initialized weekdays.
657
+ */
658
+ private static function build_localized_weekdays() {
659
+ global $wp_locale;
660
+
661
+ for ( $i = 0; $i <= 6; $i++ ) {
662
+ $day = $wp_locale->get_weekday( $i );
663
+ self::$localized_weekdays['full'][ $i ] = $day;
664
+ self::$localized_weekdays['short'][ $i ] = $wp_locale->get_weekday_abbrev( $day );
665
+ self::$localized_weekdays['initial'][ $i ] = $wp_locale->get_weekday_initial( $day );
666
+ }
667
+ }
668
+
669
  // DEPRECATED METHODS
670
  // @codingStandardsIgnoreStart
671
  /**
common/src/Tribe/Debug.php CHANGED
File without changes
common/src/Tribe/Dependency.php CHANGED
File without changes
common/src/Tribe/Deprecation.php ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Deprecation
6
+ *
7
+ * Utilities to deprecate code.
8
+ *
9
+ * @since 4.3
10
+ */
11
+ class Tribe__Deprecation {
12
+
13
+ /**
14
+ * @var self
15
+ */
16
+ protected static $instance;
17
+
18
+ /**
19
+ * An array specifying the tag, version and optional replacements
20
+ * for deprecated filters.
21
+ *
22
+ * Use the format `<new_filter_tag> => array(<version>, <deprecated_filter_tag>)`.
23
+ * e.g. `'tribe_current' => array ('4.3', 'tribe_deprecated')`
24
+ *
25
+ * For performance reasons this array is manually set and **not**
26
+ * dynamically populated.
27
+ *
28
+ * @var array
29
+ */
30
+ protected $deprecated_filters = array(
31
+ 'tribe_cost_regex' => array( '4.3', 'tribe_events_cost_regex' ),
32
+ 'tribe_rewrite_prepared_slug' => array( '4.3', 'tribe_events_rewrite_prepared_slug' ),
33
+ );
34
+
35
+ /**
36
+ * An array specifying the tag, version and optional replacements
37
+ * for deprecated actions.
38
+ *
39
+ * Use the format `<new_action_tag> => array(<version>, <deprecated_action_tag>)`.
40
+ * e.g. `'tribe_current' => array ('4.3', 'tribe_deprecated')`
41
+ *
42
+ * For performance reasons this array is manually set and **not**
43
+ * dynamically populated.
44
+ *
45
+ * @var array
46
+ */
47
+ protected $deprecated_actions = array(
48
+ 'tribe_pre_rewrite' => array( '4.3', 'tribe_events_pre_rewrite' ),
49
+ );
50
+
51
+ /**
52
+ * @return Tribe__Deprecation
53
+ */
54
+ public static function instance() {
55
+ if ( empty( self::$instance ) ) {
56
+ $instance = new self();
57
+
58
+ $instance->deprecate_actions();
59
+ $instance->deprecate_filters();
60
+
61
+ self::$instance = $instance;
62
+ }
63
+
64
+ return self::$instance;
65
+ }
66
+
67
+ /**
68
+ * Hooks the deprecation notices for actions.
69
+ *
70
+ * @internal
71
+ */
72
+ public function deprecate_actions() {
73
+ foreach ( array_keys( $this->deprecated_actions ) as $new_action_tag ) {
74
+ add_action( $new_action_tag, array( $this, 'deprecated_action_message' ) );
75
+ add_filter(
76
+ $this->deprecated_actions[ $new_action_tag ][1], array( $this, 'deprecated_action_message' )
77
+ );
78
+ }
79
+ }
80
+
81
+ /**
82
+ * Hooks the deprecation notices for filters.
83
+ *
84
+ * @internal
85
+ */
86
+ public function deprecate_filters() {
87
+ foreach ( array_keys( $this->deprecated_filters ) as $new_filter_tag ) {
88
+ add_filter( $new_filter_tag, array( $this, 'deprecated_filter_message' ) );
89
+ add_filter(
90
+ $this->deprecated_filters[ $new_filter_tag ][1], array( $this, 'deprecated_filter_message' )
91
+ );
92
+ }
93
+ }
94
+
95
+ /**
96
+ * Triggers a deprecation notice if there is any callback hooked on a deprecated action.
97
+ */
98
+ public function deprecated_action_message() {
99
+ $action = current_action();
100
+ if ( isset( $this->deprecated_actions[ $action ] ) ) {
101
+ $deprecated_tag = $this->deprecated_actions[ $action ][1];
102
+ } else {
103
+ $deprecated_tag = $action;
104
+ $action = $this->get_action_for_deprecated_tag( $action );
105
+ }
106
+
107
+ remove_action( $deprecated_tag, array( $this, 'deprecated_action_message' ) );
108
+
109
+ if ( doing_action( $deprecated_tag ) || has_filter( $deprecated_tag ) ) {
110
+ _deprecated_function(
111
+ 'The ' . $deprecated_tag . ' action', $this->deprecated_actions[ $action ][0], $action
112
+ );
113
+ }
114
+
115
+ add_action( $deprecated_tag, array( $this, 'deprecated_action_message' ) );
116
+ }
117
+
118
+ /**
119
+ * Triggers a deprecation notice if there is any callback hooked on a deprecated filter.
120
+ */
121
+ public function deprecated_filter_message() {
122
+ $filter = current_filter();
123
+ if ( isset( $this->deprecated_filters[ $filter ] ) ) {
124
+ $deprecated_tag = $this->deprecated_filters[ $filter ][1];
125
+ } else {
126
+ $deprecated_tag = $filter;
127
+ $filter = $this->get_filter_for_deprecated_tag( $filter );
128
+ }
129
+
130
+ remove_filter( $deprecated_tag, array( $this, 'deprecated_filter_message' ) );
131
+
132
+ if ( has_filter( $deprecated_tag ) || doing_filter( $deprecated_tag ) ) {
133
+ _deprecated_function(
134
+ 'The ' . $deprecated_tag . ' filter', $this->deprecated_filters[ $filter ][0], $filter
135
+ );
136
+ }
137
+
138
+ add_filter( $deprecated_tag, array( $this, 'deprecated_filter_message' ) );
139
+ }
140
+
141
+ /**
142
+ * @param array $deprecated_filters
143
+ *
144
+ * @internal
145
+ */
146
+ public function set_deprecated_filters( $deprecated_filters ) {
147
+ $this->deprecated_filters = $deprecated_filters;
148
+ }
149
+
150
+ /**
151
+ * @param array $deprecated_actions
152
+ *
153
+ * @internal
154
+ */
155
+ public function set_deprecated_actions( $deprecated_actions ) {
156
+ $this->deprecated_actions = $deprecated_actions;
157
+ }
158
+
159
+ /**
160
+ * @param string $deprecated_tag
161
+ *
162
+ * @return int|string
163
+ */
164
+ protected function get_action_for_deprecated_tag( $deprecated_tag ) {
165
+ foreach ( $this->deprecated_actions as $new_tag => $args ) {
166
+ if ( $args[1] === $deprecated_tag ) {
167
+ return $new_tag;
168
+ }
169
+ }
170
+ }
171
+
172
+ /**
173
+ * @param string $deprecated_tag
174
+ *
175
+ * @return int|string
176
+ */
177
+ protected function get_filter_for_deprecated_tag( $deprecated_tag ) {
178
+ foreach ( $this->deprecated_filters as $new_tag => $args ) {
179
+ if ( $args[1] === $deprecated_tag ) {
180
+ return $new_tag;
181
+ }
182
+ }
183
+ }
184
+ }
common/src/Tribe/Error.php CHANGED
File without changes
common/src/Tribe/Exception.php CHANGED
File without changes
common/src/Tribe/Extension.php CHANGED
File without changes
common/src/Tribe/Extension_Loader.php CHANGED
File without changes
common/src/Tribe/Field.php CHANGED
@@ -26,7 +26,13 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
26
  public $name;
27
 
28
  /**
29
- * the field's attributes
 
 
 
 
 
 
30
  * @var array
31
  */
32
  public $attributes;
@@ -63,23 +69,25 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
63
 
64
  // setup the defaults
65
  $this->defaults = array(
66
- 'type' => 'html',
67
- 'name' => $id,
68
- 'attributes' => array(),
69
- 'class' => null,
70
- 'label' => null,
71
- 'placeholder' => null,
72
- 'tooltip' => null,
73
- 'size' => 'medium',
74
- 'html' => null,
75
- 'error' => false,
76
- 'value' => $value,
77
- 'options' => null,
78
- 'conditional' => true,
79
- 'display_callback' => null,
80
- 'if_empty' => null,
81
- 'can_be_empty' => false,
82
- 'clear_after' => true,
 
 
83
  );
84
 
85
  // a list of valid field types, to prevent screwy behavior
@@ -93,9 +101,11 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
93
  'checkbox_bool',
94
  'checkbox_list',
95
  'dropdown',
96
- 'dropdown_chosen',
97
- 'dropdown_select2',
 
98
  'license_key',
 
99
  );
100
 
101
  $this->valid_field_types = apply_filters( 'tribe_valid_field_types', $this->valid_field_types );
@@ -125,6 +135,7 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
125
  ),
126
  )
127
  );
 
128
  $tooltip = wp_kses(
129
  $args['tooltip'], array(
130
  'a' => array( 'href' => array(), 'title' => array(), 'target' => array() ),
@@ -143,6 +154,12 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
143
  'span' => array(),
144
  )
145
  );
 
 
 
 
 
 
146
  $attributes = $args['attributes'];
147
  if ( is_array( $attributes ) ) {
148
  foreach ( $attributes as $key => &$val ) {
@@ -224,6 +241,7 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
224
  $return .= ( $this->error ) ? ' tribe-error' : '';
225
  $return .= ( $this->size ) ? ' tribe-size-' . $this->size : '';
226
  $return .= ( $this->class ) ? ' ' . $this->class . '"' : '"';
 
227
  $return .= '>';
228
 
229
  return apply_filters( 'tribe_field_start', $return, $this->id, $this->type, $this->error, $this->class, $this );
@@ -249,7 +267,13 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
249
  public function do_field_label() {
250
  $return = '';
251
  if ( $this->label ) {
252
- $return = '<legend class="tribe-field-label">' . $this->label . '</legend>';
 
 
 
 
 
 
253
  }
254
 
255
  return apply_filters( 'tribe_field_label', $return, $this->label, $this );
@@ -370,6 +394,22 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
370
  return apply_filters( 'tribe_field_attributes', $return, $this->name, $this );
371
  }
372
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
  /**
374
  * generate a heading field
375
  *
@@ -556,6 +596,7 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
556
  if ( is_array( $this->options ) && ! empty( $this->options ) ) {
557
  $field .= '<select';
558
  $field .= $this->do_field_name();
 
559
  $field .= '>';
560
  foreach ( $this->options as $option_id => $title ) {
561
  $field .= '<option value="' . esc_attr( $option_id ) . '"';
@@ -584,6 +625,8 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
584
  * regular dropdown but wrapped so it can have the
585
  * right css class applied to it
586
  *
 
 
587
  * @return string the field
588
  */
589
  public function dropdown_chosen() {
@@ -597,6 +640,8 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
597
  * regular dropdown but wrapped so it can have the
598
  * right css class applied to it
599
  *
 
 
600
  * @return string the field
601
  */
602
  public function dropdown_select2() {
@@ -618,6 +663,7 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
618
  $field .= ' type="text"';
619
  $field .= $this->do_field_name();
620
  $field .= $this->do_field_value();
 
621
  $field .= '/>';
622
  $field .= '<p class="license-test-results"><img src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="ajax-loading-license" alt="Loading" style="display: none"/>';
623
  $field .= '<span class="key-validity"></span>';
@@ -683,5 +729,56 @@ if ( ! class_exists( 'Tribe__Field' ) ) {
683
  _deprecated_function( __METHOD__, '4.3', __CLASS__ . '::do_screen_reader_label' );
684
  return $this->do_screen_reader_label();
685
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
686
  } // end class
687
  } // endif class_exists
26
  public $name;
27
 
28
  /**
29
+ * the fieldset attributes
30
+ * @var array
31
+ */
32
+ public $fieldset_attributes;
33
+
34
+ /**
35
+ * the field attributes
36
  * @var array
37
  */
38
  public $attributes;
69
 
70
  // setup the defaults
71
  $this->defaults = array(
72
+ 'type' => 'html',
73
+ 'name' => $id,
74
+ 'fieldset_attributes' => array(),
75
+ 'attributes' => array(),
76
+ 'class' => null,
77
+ 'label' => null,
78
+ 'label_attributes' => null,
79
+ 'placeholder' => null,
80
+ 'tooltip' => null,
81
+ 'size' => 'medium',
82
+ 'html' => null,
83
+ 'error' => false,
84
+ 'value' => $value,
85
+ 'options' => null,
86
+ 'conditional' => true,
87
+ 'display_callback' => null,
88
+ 'if_empty' => null,
89
+ 'can_be_empty' => false,
90
+ 'clear_after' => true,
91
  );
92
 
93
  // a list of valid field types, to prevent screwy behavior
101
  'checkbox_bool',
102
  'checkbox_list',
103
  'dropdown',
104
+ 'dropdown',
105
+ 'dropdown_select2', // Deprecated use `dropdown`
106
+ 'dropdown_chosen', // Deprecated use `dropdown`
107
  'license_key',
108
+ 'wrapped_html',
109
  );
110
 
111
  $this->valid_field_types = apply_filters( 'tribe_valid_field_types', $this->valid_field_types );
135
  ),
136
  )
137
  );
138
+ $label_attributes = $args['label_attributes'];
139
  $tooltip = wp_kses(
140
  $args['tooltip'], array(
141
  'a' => array( 'href' => array(), 'title' => array(), 'target' => array() ),
154
  'span' => array(),
155
  )
156
  );
157
+ $fieldset_attributes = $args['fieldset_attributes'];
158
+ if ( is_array( $fieldset_attributes ) ) {
159
+ foreach ( $fieldset_attributes as $key => &$val ) {
160
+ $val = esc_attr( $val );
161
+ }
162
+ }
163
  $attributes = $args['attributes'];
164
  if ( is_array( $attributes ) ) {
165
  foreach ( $attributes as $key => &$val ) {
241
  $return .= ( $this->error ) ? ' tribe-error' : '';
242
  $return .= ( $this->size ) ? ' tribe-size-' . $this->size : '';
243
  $return .= ( $this->class ) ? ' ' . $this->class . '"' : '"';
244
+ $return .= ( $this->fieldset_attributes ) ? ' ' . $this->do_fieldset_attributes() . '"' : '"';
245
  $return .= '>';
246
 
247
  return apply_filters( 'tribe_field_start', $return, $this->id, $this->type, $this->error, $this->class, $this );
267
  public function do_field_label() {
268
  $return = '';
269
  if ( $this->label ) {
270
+ if ( isset( $this->label_attributes ) ) {
271
+ $this->label_attributes['class'] = isset( $this->label_attributes['class'] ) ?
272
+ implode( ' ', array_merge( array( 'tribe-field-label' ), $this->label_attributes['class'] ) ) :
273
+ array( 'tribe-field-label' );
274
+ $this->label_attributes = $this->concat_attributes( $this->label_attributes );
275
+ }
276
+ $return = sprintf( '<legend class="tribe-field-label" %s>%s</legend>', $this->label_attributes, $this->label );
277
  }
278
 
279
  return apply_filters( 'tribe_field_label', $return, $this->label, $this );
394
  return apply_filters( 'tribe_field_attributes', $return, $this->name, $this );
395
  }
396
 
397
+ /**
398
+ * Return a string of attributes for the fieldset
399
+ *
400
+ * @return string
401
+ **/
402
+ public function do_fieldset_attributes() {
403
+ $return = '';
404
+ if ( ! empty( $this->fieldset_attributes ) ) {
405
+ foreach ( $this->fieldset_attributes as $key => $value ) {
406
+ $return .= ' ' . $key . '="' . $value . '"';
407
+ }
408
+ }
409
+
410
+ return apply_filters( 'tribe_fieldset_attributes', $return, $this->name, $this );
411
+ }
412
+
413
  /**
414
  * generate a heading field
415
  *
596
  if ( is_array( $this->options ) && ! empty( $this->options ) ) {
597
  $field .= '<select';
598
  $field .= $this->do_field_name();
599
+ $field .= " class='tribe-dropdown'";
600
  $field .= '>';
601
  foreach ( $this->options as $option_id => $title ) {
602
  $field .= '<option value="' . esc_attr( $option_id ) . '"';
625
  * regular dropdown but wrapped so it can have the
626
  * right css class applied to it
627
  *
628
+ * @deprecated
629
+ *
630
  * @return string the field
631
  */
632
  public function dropdown_chosen() {
640
  * regular dropdown but wrapped so it can have the
641
  * right css class applied to it
642
  *
643
+ * @deprecated
644
+ *
645
  * @return string the field
646
  */
647
  public function dropdown_select2() {
663
  $field .= ' type="text"';
664
  $field .= $this->do_field_name();
665
  $field .= $this->do_field_value();
666
+ $field .= $this->do_field_attributes();
667
  $field .= '/>';
668
  $field .= '<p class="license-test-results"><img src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="ajax-loading-license" alt="Loading" style="display: none"/>';
669
  $field .= '<span class="key-validity"></span>';
729
  _deprecated_function( __METHOD__, '4.3', __CLASS__ . '::do_screen_reader_label' );
730
  return $this->do_screen_reader_label();
731
  }
732
+
733
+ /**
734
+ * Generate a wrapped html field.
735
+ *
736
+ * This is useful to print some HTML that should be inline with the other fieldsets.
737
+ *
738
+ * @return string The field markup.
739
+ */
740
+ public function wrapped_html() {
741
+ $field = $this->do_field_start();
742
+ $field .= $this->do_field_label();
743
+ $field .= $this->do_field_div_start();
744
+ $field .= $this->html;
745
+ $field .= $this->do_field_div_start();
746
+ $field .= $this->do_field_end();
747
+
748
+ return $field;
749
+ }
750
+
751
+ /**
752
+ * Concatenatates an array of attributes to use in HTML tags.
753
+ *
754
+ * Example usage:
755
+ *
756
+ * $attrs = array( 'class' => array('one', 'two'), 'style' => 'color:red;' );
757
+ * printf ( '<p %s>%s</p>', tribe_concat_attributes( $attrs ), 'bar' );
758
+ *
759
+ * // <p> class="one two" style="color:red;">bar</p>
760
+ *
761
+ * @param array $attributes An array of attributes in the format
762
+ * [<attribute1> => <value>, <attribute2> => <value>]
763
+ * where `value` can be a string or an array.
764
+ *
765
+ * @return string The concatenated attributes.
766
+ */
767
+ protected function concat_attributes( array $attributes = array() ) {
768
+ if ( empty( $attributes ) ) {
769
+ return '';
770
+ }
771
+
772
+ $concat = array();
773
+ foreach ( $attributes as $attribute => $value ) {
774
+ if ( is_array( $value ) ) {
775
+ $value = implode( ' ', $value );
776
+ }
777
+ $quote = false !== strpos( $value, '"' ) ? "'" : '"';
778
+ $concat[] = esc_attr( $attribute ) . '=' . $quote . esc_attr( $value ) . $quote;
779
+ }
780
+
781
+ return implode( ' ', $concat );
782
+ }
783
  } // end class
784
  } // endif class_exists
common/src/Tribe/Languages/Map_Interface.php CHANGED
File without changes
common/src/Tribe/Languages/Recaptcha_Map.php CHANGED
File without changes
common/src/Tribe/Log.php CHANGED
File without changes
common/src/Tribe/Log/Admin.php CHANGED
File without changes
common/src/Tribe/Log/File_Logger.php CHANGED
File without changes
common/src/Tribe/Log/Logger.php CHANGED
File without changes
common/src/Tribe/Log/Null_Logger.php CHANGED
File without changes
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.3.5';
21
  const FEED_URL = 'https://theeventscalendar.com/feed/';
22
 
23
  protected $plugin_context;
@@ -80,6 +80,12 @@ class Tribe__Main {
80
  return;
81
  }
82
 
 
 
 
 
 
 
83
  if ( is_object( $context ) ) {
84
  $this->plugin_context = $context;
85
  $this->plugin_context_class = get_class( $context );
@@ -95,6 +101,9 @@ class Tribe__Main {
95
  $this->load_text_domain( 'tribe-common', basename( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/common/lang/' );
96
 
97
  $this->init_autoloading();
 
 
 
98
  $this->init_libraries();
99
  $this->add_hooks();
100
 
@@ -149,7 +158,7 @@ class Tribe__Main {
149
  */
150
  public function init_libraries() {
151
  Tribe__Debug::instance();
152
- Tribe__Settings_Manager::instance();
153
  $this->pue_notices();
154
 
155
  require_once $this->plugin_path . 'src/functions/utils.php';
@@ -170,6 +179,8 @@ class Tribe__Main {
170
  array(
171
  array( 'tribe-clipboard', 'vendor/clipboard/clipboard.js' ),
172
  array( 'datatables', 'vendor/datatables/media/js/jquery.dataTables.js', array( 'jquery' ) ),
 
 
173
  array( 'datatables-css', 'datatables.css' ),
174
  array( 'datatables-responsive', 'vendor/datatables/extensions/Responsive/js/dataTables.responsive.js', array( 'jquery', 'datatables' ) ),
175
  array( 'datatables-responsive-css', 'vendor/datatables/extensions/Responsive/css/responsive.dataTables.css' ),
@@ -182,6 +193,9 @@ class Tribe__Main {
182
  array( 'tribe-datatables', 'tribe-datatables.js', array( 'datatables', 'datatables-select' ) ),
183
  array( 'tribe-bumpdown', 'bumpdown.js', array( 'jquery', 'underscore', 'hoverIntent' ) ),
184
  array( 'tribe-bumpdown-css', 'bumpdown.css' ),
 
 
 
185
  )
186
  );
187
 
@@ -193,8 +207,7 @@ class Tribe__Main {
193
  array( 'tribe-dependency', 'dependency.js', array( 'jquery', 'underscore' ) ),
194
  array( 'tribe-dependency-style', 'dependency.css' ),
195
  array( 'tribe-pue-notices', 'pue-notices.js', array( 'jquery' ) ),
196
- array( 'tribe-jquery-ui-theme', 'vendor/jquery/ui.theme.css' ),
197
- array( 'tribe-jquery-ui-datepicker', 'vendor/jquery/ui.datepicker.css' ),
198
  ),
199
  'admin_enqueue_scripts',
200
  array(
@@ -211,43 +224,52 @@ class Tribe__Main {
211
  )
212
  );
213
 
 
 
214
  tribe_asset(
215
  $this,
216
  'tribe-common',
217
  'tribe-common.js',
218
  array( 'tribe-clipboard' ),
219
- 'admin_enqueue_scripts',
220
- array(
221
- 'localize' => array(
222
- 'name' => 'tribe_l10n_datatables',
223
- 'data' => array(
224
- 'aria' => array(
225
- 'sort_ascending' => __( ': activate to sort column ascending', 'tribe-common' ),
226
- 'sort_descending' => __( ': activate to sort column descending', 'tribe-common' ),
227
- ),
228
- 'length_menu' => __( 'Show _MENU_ entries', 'tribe-common' ),
229
- 'empty_table' => __( 'No data available in table', 'tribe-common' ),
230
- 'info' => __( 'Showing _START_ to _END_ of _TOTAL_ entries', 'tribe-common' ),
231
- 'info_empty' => __( 'Showing 0 to 0 of 0 entries', 'tribe-common' ),
232
- 'info_filtered' => __( '(filtered from _MAX_ total entries)', 'tribe-common' ),
233
- 'zero_records' => __( 'No matching records found', 'tribe-common' ),
234
- 'search' => __( 'Search:', 'tribe-common' ),
235
- 'pagination' => array(
236
- 'all' => __( 'All', 'tribe-common' ),
237
- 'next' => __( 'Next', 'tribe-common' ),
238
- 'previous' => __( 'Previous', 'tribe-common' ),
239
- ),
240
- 'select' => array(
241
- 'rows' => array(
242
- 0 => '',
243
- '_' => __( ': Selected %d rows', 'tribe-common' ),
244
- 1 => __( ': Selected 1 row', 'tribe-common' ),
245
- ),
246
- ),
247
- ),
248
- ),
249
- )
250
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  }
252
 
253
  /**
@@ -457,4 +479,13 @@ class Tribe__Main {
457
  */
458
  do_action( 'tribe_plugins_loaded' );
459
  }
 
 
 
 
 
 
 
 
 
460
  }
17
  const OPTIONNAME = 'tribe_events_calendar_options';
18
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
19
 
20
+ const VERSION = '4.4';
21
  const FEED_URL = 'https://theeventscalendar.com/feed/';
22
 
23
  protected $plugin_context;
80
  return;
81
  }
82
 
83
+ // the 5.2 compatible autoload file
84
+ require_once dirname( dirname( dirname( __FILE__ ) ) ) . '/vendor/autoload_52.php';
85
+
86
+ // the DI container class
87
+ require_once dirname( __FILE__ ) . '/Container.php';
88
+
89
  if ( is_object( $context ) ) {
90
  $this->plugin_context = $context;
91
  $this->plugin_context_class = get_class( $context );
101
  $this->load_text_domain( 'tribe-common', basename( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '/common/lang/' );
102
 
103
  $this->init_autoloading();
104
+
105
+ $this->bind_implementations();
106
+
107
  $this->init_libraries();
108
  $this->add_hooks();
109
 
158
  */
159
  public function init_libraries() {
160
  Tribe__Debug::instance();
161
+ tribe('settings.manager');
162
  $this->pue_notices();
163
 
164
  require_once $this->plugin_path . 'src/functions/utils.php';
179
  array(
180
  array( 'tribe-clipboard', 'vendor/clipboard/clipboard.js' ),
181
  array( 'datatables', 'vendor/datatables/media/js/jquery.dataTables.js', array( 'jquery' ) ),
182
+ array( 'tribe-select2', 'vendor/select2/select2.js', array( 'jquery' ) ),
183
+ array( 'tribe-select2-css', 'vendor/select2/select2.css' ),
184
  array( 'datatables-css', 'datatables.css' ),
185
  array( 'datatables-responsive', 'vendor/datatables/extensions/Responsive/js/dataTables.responsive.js', array( 'jquery', 'datatables' ) ),
186
  array( 'datatables-responsive-css', 'vendor/datatables/extensions/Responsive/css/responsive.dataTables.css' ),
193
  array( 'tribe-datatables', 'tribe-datatables.js', array( 'datatables', 'datatables-select' ) ),
194
  array( 'tribe-bumpdown', 'bumpdown.js', array( 'jquery', 'underscore', 'hoverIntent' ) ),
195
  array( 'tribe-bumpdown-css', 'bumpdown.css' ),
196
+ array( 'tribe-dropdowns', 'dropdowns.js', array( 'jquery', 'underscore', 'tribe-select2' ) ),
197
+ array( 'tribe-jquery-timepicker', 'vendor/jquery-timepicker/jquery.timepicker.js', array( 'jquery' ) ),
198
+ array( 'tribe-jquery-timepicker-css', 'vendor/jquery-timepicker/jquery.timepicker.css' ),
199
  )
200
  );
201
 
207
  array( 'tribe-dependency', 'dependency.js', array( 'jquery', 'underscore' ) ),
208
  array( 'tribe-dependency-style', 'dependency.css' ),
209
  array( 'tribe-pue-notices', 'pue-notices.js', array( 'jquery' ) ),
210
+ array( 'tribe-datepicker', 'datepicker.css' ),
 
211
  ),
212
  'admin_enqueue_scripts',
213
  array(
224
  )
225
  );
226
 
227
+ $datepicker_months = array_values( Tribe__Date_Utils::get_localized_months_full() );
228
+
229
  tribe_asset(
230
  $this,
231
  'tribe-common',
232
  'tribe-common.js',
233
  array( 'tribe-clipboard' ),
234
+ 'admin_enqueue_scripts'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  );
236
+
237
+ tribe( 'tribe.asset.data' )->add( 'tribe_l10n_datatables', array(
238
+ 'aria' => array(
239
+ 'sort_ascending' => __( ': activate to sort column ascending', 'tribe-common' ),
240
+ 'sort_descending' => __( ': activate to sort column descending', 'tribe-common' ),
241
+ ),
242
+ 'length_menu' => __( 'Show _MENU_ entries', 'tribe-common' ),
243
+ 'empty_table' => __( 'No data available in table', 'tribe-common' ),
244
+ 'info' => __( 'Showing _START_ to _END_ of _TOTAL_ entries', 'tribe-common' ),
245
+ 'info_empty' => __( 'Showing 0 to 0 of 0 entries', 'tribe-common' ),
246
+ 'info_filtered' => __( '(filtered from _MAX_ total entries)', 'tribe-common' ),
247
+ 'zero_records' => __( 'No matching records found', 'tribe-common' ),
248
+ 'search' => __( 'Search:', 'tribe-common' ),
249
+ 'pagination' => array(
250
+ 'all' => __( 'All', 'tribe-common' ),
251
+ 'next' => __( 'Next', 'tribe-common' ),
252
+ 'previous' => __( 'Previous', 'tribe-common' ),
253
+ ),
254
+ 'select' => array(
255
+ 'rows' => array(
256
+ 0 => '',
257
+ '_' => __( ': Selected %d rows', 'tribe-common' ),
258
+ 1 => __( ': Selected 1 row', 'tribe-common' ),
259
+ ),
260
+ ),
261
+ 'datepicker' => array(
262
+ 'dayNames' => Tribe__Date_Utils::get_localized_weekdays_full(),
263
+ 'dayNamesShort' => Tribe__Date_Utils::get_localized_weekdays_short(),
264
+ 'dayNamesMin' => Tribe__Date_Utils::get_localized_weekdays_initial(),
265
+ 'monthNames' => $datepicker_months,
266
+ 'monthNamesShort' => $datepicker_months, // We deliberately use full month names here
267
+ 'nextText' => esc_html__( 'Next', 'the-events-calendar' ),
268
+ 'prevText' => esc_html__( 'Prev', 'the-events-calendar' ),
269
+ 'currentText' => esc_html__( 'Today', 'the-events-calendar' ),
270
+ 'closeText' => esc_html__( 'Done', 'the-events-calendar' ),
271
+ ),
272
+ ) );
273
  }
274
 
275
  /**
479
  */
480
  do_action( 'tribe_plugins_loaded' );
481
  }
482
+
483
+ /**
484
+ * Registers the slug bound to the implementations in the container.
485
+ */
486
+ public function bind_implementations() {
487
+ tribe_singleton( 'settings.manager', 'Tribe__Settings_Manager' );
488
+ tribe_singleton( 'settings', 'Tribe__Settings', array( 'hook' ) );
489
+ tribe_singleton( 'tribe.asset.data', 'Tribe__Asset__Data', array( 'hook' ) );
490
+ }
491
  }
common/src/Tribe/Notices.php CHANGED
File without changes
common/src/Tribe/PUE/Checker.php CHANGED
@@ -408,24 +408,85 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
408
  * @return array Modified list of fields.
409
  */
410
  public function do_license_key_fields( $fields ) {
 
 
 
 
 
 
 
411
 
412
  // we want to inject the following license settings at the end of the licenses tab
413
- $fields = self::array_insert_after_key( 'tribe-form-content-start', $fields, array(
414
- $this->pue_install_key . '-heading' => array(
415
- 'type' => 'heading',
416
- 'label' => $this->get_plugin_name(),
 
 
 
 
417
  ),
418
- $this->pue_install_key => array(
419
- 'type' => 'license_key',
420
- 'size' => 'large',
421
- 'validation_type' => 'license_key',
422
- 'label' => sprintf( esc_attr__( 'License Key', 'tribe-common' ) ),
423
- 'tooltip' => esc_html__( 'A valid license key is required for support and updates', 'tribe-common' ),
424
- 'parent_option' => false,
425
- 'network_option' => true,
 
 
 
426
  ),
427
- )
428
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
 
430
  return $fields;
431
  }
@@ -506,7 +567,15 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
506
 
507
  }
508
 
509
- public function validate_key( $key ) {
 
 
 
 
 
 
 
 
510
  $response = array();
511
  $response['status'] = 0;
512
 
@@ -563,12 +632,21 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
563
  $response['message'] = $this->get_api_message( $plugin_info );
564
  $response['api_invalid'] = true;
565
  } else {
566
- $api_secret_key = get_option( $this->pue_install_key );
 
 
 
 
 
567
  if ( $api_secret_key && $api_secret_key === $queryArgs['pu_install_key'] ){
568
  $default_success_msg = sprintf( esc_html__( 'Valid Key! Expires on %s', 'tribe-common' ), $expiration );
569
  } else {
570
  // Set the key
571
- update_option( $this->pue_install_key, $queryArgs['pu_install_key'] );
 
 
 
 
572
 
573
  $default_success_msg = sprintf( esc_html__( 'Thanks for setting up a valid key. It will expire on %s', 'tribe-common' ), $expiration );
574
 
@@ -642,6 +720,35 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
642
  return $message;
643
  }
644
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
645
  private function get_api_update_message() {
646
  $plugin_info = $this->plugin_info;
647
 
@@ -690,7 +797,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
690
  }
691
 
692
  public function add_notice_to_plugin_notices( $notices ) {
693
- if ( ! $this->plugin_notice ) {
694
  return $notices;
695
  }
696
 
@@ -1178,5 +1285,105 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
1178
  return strtolower( $site_url['host'] );
1179
  }
1180
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1181
  }
1182
  }
408
  * @return array Modified list of fields.
409
  */
410
  public function do_license_key_fields( $fields ) {
411
+ // common fields whether licenses should be hidden or not
412
+ $to_insert = array(
413
+ $this->pue_install_key . '-heading' => array(
414
+ 'type' => 'heading',
415
+ 'label' => $this->get_plugin_name(),
416
+ )
417
+ );
418
 
419
  // we want to inject the following license settings at the end of the licenses tab
420
+ if($this->should_show_network_editable_license() ){
421
+ $to_insert[$this->pue_install_key ] = array(
422
+ 'type' => 'license_key',
423
+ 'size' => 'large',
424
+ 'validation_type' => 'license_key',
425
+ 'label' => sprintf( esc_attr__( 'License Key', 'tribe-common' ) ),
426
+ 'tooltip' => esc_html__(
427
+ 'A valid license key is required for support and updates', 'tribe-common'
428
  ),
429
+ 'parent_option' => false,
430
+ 'network_option' => true,
431
+ );
432
+ } elseif($this->should_show_subsite_editable_license()){
433
+ $to_insert[$this->pue_install_key ] = array(
434
+ 'type' => 'license_key',
435
+ 'size' => 'large',
436
+ 'validation_type' => 'license_key',
437
+ 'label' => sprintf( esc_attr__( 'License Key', 'tribe-common' ) ),
438
+ 'tooltip' => esc_html__(
439
+ 'A valid license key is required for support and updates', 'tribe-common'
440
  ),
441
+ 'parent_option' => false,
442
+ 'network_option' => false,
443
+ );
444
+ } elseif($this->should_show_overrideable_license()){
445
+ $to_insert[$this->pue_install_key. '-state' ] = array(
446
+ 'type' => 'html',
447
+ 'label' => sprintf( esc_attr__( 'License Key Status:', 'tribe-common' ) ),
448
+ 'label_attributes' => array( 'style' => 'width:auto;' ),
449
+ 'html' => sprintf( '<p>%s</p>', $this->get_network_license_state_string() ),
450
+ );
451
+
452
+ $override_id = $this->pue_install_key . '-override';
453
+
454
+ $to_insert[ $override_id ] = array(
455
+ 'type' => 'checkbox_bool',
456
+ 'label' => esc_html__( 'Override network license key', 'tribe-common' ),
457
+ 'tooltip' => esc_html__( 'Check this box if you wish to override the network license key with your own', 'tribe-common' ),
458
+ 'default' => false,
459
+ 'validation_type' => 'boolean',
460
+ 'parent_option' => false,
461
+ 'attributes' => array( 'id' => $override_id . '-field' ),
462
+ );
463
+
464
+ $to_insert[ $this->pue_install_key ] = array(
465
+ 'type' => 'license_key',
466
+ 'size' => 'large',
467
+ 'validation_type' => 'license_key',
468
+ 'label' => sprintf( esc_attr__( 'Site License Key', 'tribe-common' ) ),
469
+ 'tooltip' => esc_html__(
470
+ 'A valid license key is required for support and updates', 'tribe-common'
471
+ ),
472
+ 'parent_option' => false,
473
+ 'network_option' => false,
474
+ 'class' => 'tribe-dependent',
475
+ 'fieldset_attributes' => array(
476
+ 'data-depends' => '#' . $override_id . '-field',
477
+ 'data-condition-checked' => true,
478
+ ),
479
+ );
480
+ } else {
481
+ $to_insert[$this->pue_install_key. '-state' ] = array(
482
+ 'type' => 'html',
483
+ 'label' => sprintf( esc_attr__( 'License Key Status:', 'tribe-common' ) ),
484
+ 'label_attributes' => array( 'style' => 'width:auto;' ),
485
+ 'html' => sprintf( '<p>%s</p>', $this->get_network_license_state_string() ),
486
+ );
487
+ }
488
+
489
+ $fields = self::array_insert_after_key( 'tribe-form-content-start', $fields, $to_insert );
490
 
491
  return $fields;
492
  }
567
 
568
  }
569
 
570
+ /**
571
+ * Checks for the license key status with MT servers.
572
+ *
573
+ * @param string $key
574
+ * @param bool $network Whether the key to check for is a network one or not.
575
+ *
576
+ * @return array An associative array containing the license status response.
577
+ */
578
+ public function validate_key( $key, $network = false ) {
579
  $response = array();
580
  $response['status'] = 0;
581
 
632
  $response['message'] = $this->get_api_message( $plugin_info );
633
  $response['api_invalid'] = true;
634
  } else {
635
+ if ( $network && is_multisite() ) {
636
+ $api_secret_key = get_network_option( null, $this->pue_install_key );
637
+ } else {
638
+ $api_secret_key = get_option( $this->pue_install_key );
639
+ }
640
+
641
  if ( $api_secret_key && $api_secret_key === $queryArgs['pu_install_key'] ){
642
  $default_success_msg = sprintf( esc_html__( 'Valid Key! Expires on %s', 'tribe-common' ), $expiration );
643
  } else {
644
  // Set the key
645
+ if ( $network && is_multisite() ) {
646
+ update_network_option( null, $this->pue_install_key, $queryArgs['pu_install_key'] );
647
+ } else {
648
+ update_option( $this->pue_install_key, $queryArgs['pu_install_key'] );
649
+ }
650
 
651
  $default_success_msg = sprintf( esc_html__( 'Thanks for setting up a valid key. It will expire on %s', 'tribe-common' ), $expiration );
652
 
720
  return $message;
721
  }
722
 
723
+ /**
724
+ * Whether the plugin is network activated and licensed or not.
725
+ *
726
+ * @return bool
727
+ */
728
+ public function is_network_licensed() {
729
+ if ( is_multisite()
730
+ && ! is_network_admin()
731
+ && is_plugin_active_for_network( $this->get_real_plugin_file( $this->plugin_file ) )
732
+ ) {
733
+ $network_key = get_network_option( null, $this->pue_install_key );
734
+ $local_key = get_option( $this->pue_install_key );
735
+
736
+
737
+ return ! ( ! empty( $local_key ) && ( empty( $network_key ) || (string) $network_key != (string) $local_key ) );
738
+ }
739
+
740
+ return false;
741
+ }
742
+
743
+ /**
744
+ * Returns tet name of the option that stores the license key.
745
+ *
746
+ * @return string
747
+ */
748
+ public function get_license_option_key() {
749
+ return $this->pue_install_key;
750
+ }
751
+
752
  private function get_api_update_message() {
753
  $plugin_info = $this->plugin_info;
754
 
797
  }
798
 
799
  public function add_notice_to_plugin_notices( $notices ) {
800
+ if ( ! $this->plugin_notice || $this->is_network_licensed() ) {
801
  return $notices;
802
  }
803
 
1285
  return strtolower( $site_url['host'] );
1286
  }
1287
  }
1288
+
1289
+ /**
1290
+ * Returns the plugin file to use when checking for the licensed component or plugin.
1291
+ *
1292
+ * @param string $plugin_file The component or plugin file in the `<dir>/<file>.php` format.
1293
+ *
1294
+ * @return string A component or plugins file in the `<dir>/<file>.php` format.
1295
+ */
1296
+ protected function get_real_plugin_file( $plugin_file ) {
1297
+ $map = array(
1298
+ 'event-aggregator/event-aggregator.php' => 'the-events-calendar/the-events-calendar.php',
1299
+ );
1300
+
1301
+ return isset( $map[ $plugin_file ] ) ? $map[ $plugin_file ] : $plugin_file;
1302
+ }
1303
+
1304
+ /**
1305
+ * Returns the localized string for a plugin or component license state.
1306
+ *
1307
+ * @return string The localized state string.
1308
+ */
1309
+ protected function get_network_license_state_string() {
1310
+ $states = array(
1311
+ 'licensed' => esc_html__( 'A valid license has been entered by your network administrator.', 'tribe-common' ),
1312
+ 'not-licensed' => esc_html__( 'No license entered. Consult your network administrator.', 'tribe-common' ),
1313
+ 'expired' => esc_html__( 'Expired license. Consult your network administrator.', 'tribe-common' ),
1314
+ );
1315
+
1316
+ $response = $this->validate_key( get_network_option( null, $this->pue_install_key ), true );
1317
+
1318
+ if ( isset( $response['status'] ) && $response['status'] === 1 ) {
1319
+ $state = 'licensed';
1320
+ } else if ( isset( $response['api_expired'] ) && $response['api_expired'] == true ) {
1321
+ $state = 'expired';
1322
+ } else {
1323
+ $state = 'not-licensed';
1324
+ }
1325
+
1326
+ return $states[ $state ];
1327
+ }
1328
+
1329
+ /**
1330
+ * Whether the user should be shown the fully editable subsite license field or not.
1331
+ *
1332
+ * This check will happen in the context of the plugin administration area; checks on the user
1333
+ * capability to edit the plugin settings have been made before.
1334
+ *
1335
+ * @return bool
1336
+ */
1337
+ public function should_show_subsite_editable_license() {
1338
+ if ( ! is_multisite() ) {
1339
+ return true;
1340
+ }
1341
+
1342
+ if ( is_network_admin() ) {
1343
+ return false;
1344
+ }
1345
+
1346
+ if ( is_plugin_active_for_network( $this->get_real_plugin_file( $this->plugin_file ) ) && ! is_super_admin() ) {
1347
+ return false;
1348
+ }
1349
+
1350
+ return true;
1351
+ }
1352
+
1353
+ /**
1354
+ * Whether the user should be shown the override control to override the network license key or not.
1355
+ *
1356
+ * This check will happen in the context of the plugin administration area; checks on the user
1357
+ * capability to edit the plugin settings have been made before.
1358
+ *
1359
+ * @return bool
1360
+ */
1361
+ public function should_show_overrideable_license() {
1362
+ if ( is_network_admin() ) {
1363
+ return false;
1364
+ }
1365
+
1366
+ if (is_super_admin()) {
1367
+ return false;
1368
+ }
1369
+
1370
+ if ( ! is_plugin_active_for_network( $this->get_real_plugin_file( $this->plugin_file ) ) ) {
1371
+ return false;
1372
+ }
1373
+
1374
+ return true;
1375
+ }
1376
+
1377
+ /**
1378
+ * Whether the user should be shown the fully editable network license field or not.
1379
+ *
1380
+ * This check will happen in the context of the network plugin administration area; checks on the user
1381
+ * capability to edit the network plugin settings have been made before.
1382
+ *
1383
+ * @return bool
1384
+ */
1385
+ public function should_show_network_editable_license() {
1386
+ return is_network_admin() && is_super_admin();
1387
+ }
1388
  }
1389
  }
common/src/Tribe/PUE/Notices.php CHANGED
File without changes
common/src/Tribe/PUE/Package_Handler.php CHANGED
File without changes
common/src/Tribe/Plugin_Meta_Links.php CHANGED
File without changes
common/src/Tribe/Plugins.php CHANGED
File without changes
common/src/Tribe/Post_History.php CHANGED
File without changes
common/src/Tribe/Post_Transient.php CHANGED
File without changes
common/src/Tribe/Rewrite.php ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Rewrite
6
+ *
7
+ * Utilities to generate and manipulate rewrite rules.
8
+ *
9
+ * @since 4.3
10
+ */
11
+ class Tribe__Rewrite {
12
+
13
+ /**
14
+ * If we wish to setup a rewrite rule that uses percent symbols, we'll need
15
+ * to make use of this placeholder.
16
+ */
17
+ const PERCENT_PLACEHOLDER = '~~TRIBE~PC~~';
18
+
19
+ /**
20
+ * Static singleton variable
21
+ *
22
+ * @var self
23
+ */
24
+ public static $instance;
25
+
26
+ /**
27
+ * WP_Rewrite Instance
28
+ *
29
+ * @var WP_Rewrite
30
+ */
31
+ public $rewrite;
32
+
33
+ /**
34
+ * Rewrite rules Holder
35
+ *
36
+ * @var array
37
+ */
38
+ public $rules = array();
39
+
40
+ /**
41
+ * Base slugs for rewrite urls
42
+ *
43
+ * @var array
44
+ */
45
+ public $bases = array();
46
+ /**
47
+ * After creating the Hooks on WordPress we lock the usage of the function
48
+ *
49
+ * @var boolean
50
+ */
51
+ protected $hook_lock = false;
52
+
53
+
54
+ /**
55
+ * Static Singleton Factory Method
56
+ *
57
+ * @return self
58
+ */
59
+ public static function instance() {
60
+ if ( ! self::$instance ) {
61
+ self::$instance = new self;
62
+ }
63
+
64
+ return self::$instance;
65
+ }
66
+
67
+ /**
68
+ * When you are going to use any of the functions to create new rewrite rules you need to setup first
69
+ *
70
+ * @param WP_Rewrite|null $wp_rewrite Pass the WP_Rewrite if you have it
71
+ *
72
+ * @return Tribe__Rewrite The modified version of the class with the required variables in place
73
+ */
74
+ public function setup( $wp_rewrite = null ) {
75
+ if ( ! $wp_rewrite instanceof WP_Rewrite ) {
76
+ global $wp_rewrite;
77
+ }
78
+ $this->rewrite = $wp_rewrite;
79
+ $this->bases = $this->get_bases( 'regex' );
80
+
81
+ return $this;
82
+ }
83
+
84
+ /**
85
+ * Generate the Rewrite Rules
86
+ *
87
+ * @param WP_Rewrite $wp_rewrite WordPress Rewrite that will be modified, pass it by reference (&$wp_rewrite)
88
+ */
89
+ public function filter_generate( WP_Rewrite $wp_rewrite ) {
90
+ // Gets the rewrite bases and completes any other required setup work
91
+ $this->setup( $wp_rewrite );
92
+
93
+ /**
94
+ * Use this to change the Tribe__Events__Rewrite instance before new rules
95
+ * are committed.
96
+ *
97
+ * Should be used when you want to add more rewrite rules without having to
98
+ * deal with the array merge, noting that rules for The Events Calendar are
99
+ * themselves added via this hook (default priority).
100
+ *
101
+ * @var Tribe__Events__Rewrite $rewrite
102
+ *
103
+ * @deprecated 4.3 Use `tribe_pre_rewrite`
104
+ */
105
+ do_action( 'tribe_events_pre_rewrite', $this );
106
+
107
+ /**
108
+ * Use this to change the Tribe__Rewrite instance before new rules
109
+ * are committed.
110
+ *
111
+ * Should be used when you want to add more rewrite rules without having to
112
+ * deal with the array merge, noting that rules for The Events Calendar are
113
+ * themselves added via this hook (default priority).
114
+ *
115
+ * @var Tribe__Rewrite $rewrite
116
+ */
117
+ do_action( 'tribe_pre_rewrite', $this );
118
+ }
119
+
120
+
121
+ /**
122
+ * Do not allow people to Hook methods twice by mistake
123
+ */
124
+ public function hooks( $remove = false ) {
125
+ if ( false === $this->hook_lock ) {
126
+ // Don't allow people do Double the hooks
127
+ $this->hook_lock = true;
128
+
129
+ $this->add_hooks();
130
+ } elseif ( true === $remove ) {
131
+ $this->remove_hooks();
132
+ }
133
+ }
134
+
135
+ /**
136
+ * Converts any percentage placeholders in the array keys back to % symbols.
137
+ *
138
+ * @param array $rules
139
+ *
140
+ * @return array
141
+ */
142
+ public function remove_percent_placeholders( array $rules ) {
143
+ foreach ( $rules as $key => $value ) {
144
+ $this->replace_array_key( $rules, $key, str_replace( self::PERCENT_PLACEHOLDER, '%', $key ) );
145
+ }
146
+
147
+ return $rules;
148
+ }
149
+
150
+ protected function add_hooks() {
151
+ add_filter( 'generate_rewrite_rules', array( $this, 'filter_generate' ) );
152
+
153
+ // Remove percent Placeholders on all items
154
+ add_filter( 'rewrite_rules_array', array( $this, 'remove_percent_placeholders' ), 25 );
155
+ }
156
+
157
+ protected function remove_hooks() {
158
+ remove_filter( 'generate_rewrite_rules', array( $this, 'filter_generate' ) );
159
+ remove_filter( 'rewrite_rules_array', array( $this, 'remove_percent_placeholders' ), 25 );
160
+ }
161
+
162
+ /**
163
+ * Get the base slugs for the rewrite rules.
164
+ *
165
+ * WARNING: Don't mess with the filters below if you don't know what you are doing
166
+ *
167
+ * @param string $method Use "regex" to return a Regular Expression with the possible Base Slugs using l10n
168
+ *
169
+ * @return object Return Base Slugs with l10n variations
170
+ */
171
+ public function get_bases( $string ) {
172
+ return new stdClass();
173
+ }
174
+
175
+ /**
176
+ * The base method for creating a new Rewrite rule
177
+ *
178
+ * @param array|string $regex The regular expression to catch the URL
179
+ * @param array $args The arguments in which the regular expression "alias" to
180
+ *
181
+ * @return Tribe__Events__Rewrite
182
+ */
183
+ public function add( $regex, $args = array() ) {
184
+ $regex = (array) $regex;
185
+
186
+ $default = array();
187
+ $args = array_filter( wp_parse_args( $args, $default ) );
188
+
189
+ $url = add_query_arg( $args, 'index.php' );
190
+
191
+ // Optional Trailing Slash
192
+ $regex[] = '?$';
193
+
194
+ // Glue the pieces with slashes
195
+ $regex = implode( '/', array_filter( $regex ) );
196
+
197
+ // Add the Bases to the regex
198
+ foreach ( $this->bases as $key => $value ) {
199
+ $regex = str_replace( array( '{{ ' . $key . ' }}', '{{' . $key . '}}' ), $value, $regex );
200
+ }
201
+
202
+ // Apply the Preg Indexes to the URL
203
+ preg_match_all( '/%([0-9])/', $url, $matches );
204
+ foreach ( end( $matches ) as $index ) {
205
+ $url = str_replace( '%' . $index, $this->rewrite->preg_index( $index ), $url );
206
+ }
207
+
208
+ // Add the rule
209
+ $this->rules[ $regex ] = $url;
210
+
211
+ return $this;
212
+ }
213
+
214
+ /**
215
+ * Returns a sanitized version of $slug that can be used in rewrite rules.
216
+ *
217
+ * This is ideal for those times where we wish to support internationalized
218
+ * URLs (ie, where "venue" in "venue/some-slug" may be rendered in non-ascii
219
+ * characters).
220
+ *
221
+ * In the case of registering new post types, $permastruct_name should
222
+ * generally match the CPT name itself.
223
+ *
224
+ * @param string $slug
225
+ * @param string $permastruct_name
226
+ * @param string $is_regular_exp
227
+ *
228
+ * @return string
229
+ */
230
+ public function prepare_slug( $slug, $permastruct_name, $is_regular_exp = true ) {
231
+ $needs_handling = false;
232
+ $sanitized_slug = sanitize_title( $slug );
233
+
234
+ // Was UTF8 encoding required for the slug? %a0 type entities are a tell-tale of this
235
+ if ( preg_match( '/(%[0-9a-f]{2})+/', $sanitized_slug ) ) {
236
+ /**
237
+ * Controls whether special UTF8 URL handling is setup for the set of
238
+ * rules described by $permastruct_name.
239
+ *
240
+ * This only fires if Tribe__Events__Rewrite::prepare_slug() believes
241
+ * handling is required.
242
+ *
243
+ * @var string $permastruct_name
244
+ * @var string $slug
245
+ */
246
+ $needs_handling = apply_filters(
247
+ 'tribe_events_rewrite_utf8_handling', true, $permastruct_name, $slug
248
+ );
249
+ }
250
+
251
+ if ( $needs_handling ) {
252
+ // User agents encode things the same way but in uppercase
253
+ $sanitized_slug = strtoupper( $sanitized_slug );
254
+
255
+ // UTF8 encoding results in lots of "%" chars in our string which play havoc
256
+ // with WP_Rewrite::generate_rewrite_rules(), so we swap them out temporarily
257
+ $sanitized_slug = str_replace( '%', Tribe__Rewrite::PERCENT_PLACEHOLDER, $sanitized_slug );
258
+ }
259
+
260
+ $prepared_slug = $is_regular_exp ? preg_quote( $sanitized_slug ) : $sanitized_slug;
261
+
262
+ /**
263
+ * Provides an opportunity to modify the sanitized slug which will be used
264
+ * in rewrite rules relating to $permastruct_name.
265
+ *
266
+ * @var string $prepared_slug
267
+ * @var string $permastruct_name
268
+ * @var string $original_slug
269
+ *
270
+ * @deprecated 4.3 use `tribe_rewrite_prepared_slug`
271
+ */
272
+ $prepared_slug = apply_filters( 'tribe_events_rewrite_prepared_slug', $prepared_slug, $permastruct_name,
273
+ $slug );
274
+
275
+ /**
276
+ * Provides an opportunity to modify the sanitized slug which will be used
277
+ * in rewrite rules relating to $permastruct_name.
278
+ *
279
+ * @var string $prepared_slug
280
+ * @var string $permastruct_name
281
+ * @var string $original_slug
282
+ */
283
+ return apply_filters( 'tribe_rewrite_prepared_slug', $prepared_slug, $permastruct_name, $slug );
284
+ }
285
+
286
+ /**
287
+ * A way to replace an Array key without destroying the array ordering
288
+ *
289
+ * @since 4.0.6
290
+ *
291
+ * @param array &$array The Rules Array should be used here
292
+ * @param string $search Search for this Key
293
+ * @param string $replace Replace with this key]
294
+ *
295
+ * @return bool Did we replace anything?
296
+ */
297
+ protected function replace_array_key( &$array, $search, $replace ) {
298
+ $keys = array_keys( $array );
299
+ $index = array_search( $search, $keys );
300
+
301
+ if ( false !== $index ) {
302
+ $keys[ $index ] = $replace;
303
+ $array = array_combine( $keys, $array );
304
+
305
+ return true;
306
+ }
307
+
308
+ return false;
309
+ }
310
+
311
+ }
common/src/Tribe/Settings.php CHANGED
@@ -13,7 +13,6 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
13
  *
14
  */
15
  class Tribe__Settings {
16
-
17
  /**
18
  * Slug of the parent menu slug
19
  * @var string
@@ -71,11 +70,18 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
71
  public $noSaveTabs;
72
 
73
  /**
74
- * the slug used in the admin to generate the settings page
75
  * @var string
76
  */
77
  public $adminSlug;
78
 
 
 
 
 
 
 
 
79
  /**
80
  * the menu name used for the settings page
81
  * @var string
@@ -124,17 +130,28 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
124
  */
125
  private static $instance;
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  /**
128
  * Static Singleton Factory Method
129
  *
130
  * @return Tribe__Settings
131
  */
132
  public static function instance() {
133
- if ( empty( self::$instance ) ) {
134
- self::$instance = new self();
135
- }
136
-
137
- return self::$instance;
138
  }
139
 
140
  /**
@@ -148,6 +165,7 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
148
  $this->menuName = apply_filters( 'tribe_settings_menu_name', esc_html__( 'Events', 'tribe-common' ) );
149
  $this->requiredCap = apply_filters( 'tribe_settings_req_cap', 'manage_options' );
150
  $this->adminSlug = apply_filters( 'tribe_settings_admin_slug', 'tribe-common' );
 
151
  $this->errors = get_option( 'tribe_settings_errors', array() );
152
  $this->major_error = get_option( 'tribe_settings_major_error', false );
153
  $this->sent_data = get_option( 'tribe_settings_sent_data', array() );
@@ -155,6 +173,13 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
155
  $this->defaultTab = null;
156
  $this->currentTab = null;
157
 
 
 
 
 
 
 
 
158
  // run actions & filters
159
  add_action( 'admin_menu', array( $this, 'addPage' ) );
160
  add_action( 'network_admin_menu', array( $this, 'addNetworkPage' ) );
@@ -228,7 +253,7 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
228
  * @return void
229
  */
230
  public function addNetworkPage() {
231
- if ( ! $this->should_setup_pages() ) {
232
  return;
233
  }
234
 
@@ -238,6 +263,18 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
238
  'generatePage',
239
  )
240
  );
 
 
 
 
 
 
 
 
 
 
 
 
241
  }
242
 
243
  /**
@@ -637,5 +674,51 @@ if ( ! class_exists( 'Tribe__Settings' ) ) {
637
 
638
  return $slug;
639
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640
  } // end class
641
  } // endif class_exists
13
  *
14
  */
15
  class Tribe__Settings {
 
16
  /**
17
  * Slug of the parent menu slug
18
  * @var string
70
  public $noSaveTabs;
71
 
72
  /**
73
+ * The slug used in the admin to generate the settings page
74
  * @var string
75
  */
76
  public $adminSlug;
77
 
78
+ /**
79
+ * The slug used in the admin to generate the help page
80
+ * @var string
81
+ */
82
+ protected $help_slug;
83
+
84
+
85
  /**
86
  * the menu name used for the settings page
87
  * @var string
130
  */
131
  private static $instance;
132
 
133
+ /**
134
+ * The settings page URL.
135
+ * @var string
136
+ */
137
+ protected $url;
138
+
139
+ /**
140
+ * An array defining the suite root plugins.
141
+ * @var array
142
+ */
143
+ protected $root_plugins = array(
144
+ 'the-events-calendar/the-events-calendar.php',
145
+ 'event-tickets/event-ticket.php',
146
+ );
147
+
148
  /**
149
  * Static Singleton Factory Method
150
  *
151
  * @return Tribe__Settings
152
  */
153
  public static function instance() {
154
+ return tribe( 'settings' );
 
 
 
 
155
  }
156
 
157
  /**
165
  $this->menuName = apply_filters( 'tribe_settings_menu_name', esc_html__( 'Events', 'tribe-common' ) );
166
  $this->requiredCap = apply_filters( 'tribe_settings_req_cap', 'manage_options' );
167
  $this->adminSlug = apply_filters( 'tribe_settings_admin_slug', 'tribe-common' );
168
+ $this->help_slug = apply_filters( 'tribe_settings_help_slug', 'tribe-common-help' );
169
  $this->errors = get_option( 'tribe_settings_errors', array() );
170
  $this->major_error = get_option( 'tribe_settings_major_error', false );
171
  $this->sent_data = get_option( 'tribe_settings_sent_data', array() );
173
  $this->defaultTab = null;
174
  $this->currentTab = null;
175
 
176
+ $this->hook();
177
+ }
178
+
179
+ /**
180
+ * Hooks the actions and filters required for the class to work.
181
+ */
182
+ public function hook() {
183
  // run actions & filters
184
  add_action( 'admin_menu', array( $this, 'addPage' ) );
185
  add_action( 'network_admin_menu', array( $this, 'addNetworkPage' ) );
253
  * @return void
254
  */
255
  public function addNetworkPage() {
256
+ if ( ! $this->should_setup_network_pages() ) {
257
  return;
258
  }
259
 
263
  'generatePage',
264
  )
265
  );
266
+
267
+ $this->admin_page = add_submenu_page(
268
+ 'settings.php',
269
+ esc_html__( 'Events Help', 'tribe-common' ),
270
+ esc_html__( 'Events Help', 'tribe-common' ),
271
+ $this->requiredCap,
272
+ $this->help_slug,
273
+ array(
274
+ tribe( 'settings.manager' ),
275
+ 'do_help_tab',
276
+ )
277
+ );
278
  }
279
 
280
  /**
674
 
675
  return $slug;
676
  }
677
+
678
+ /**
679
+ * @return string
680
+ */
681
+ public function get_help_slug() {
682
+ return $this->help_slug;
683
+ }
684
+
685
+ /**
686
+ * Determines whether or not the network admin pages should be initialized.
687
+ *
688
+ * When running in parallel with TEC 3.12.4, TEC should be relied on to handle the admin screens
689
+ * that version of TEC (and lower) is tribe-common ignorant. Therefore, tribe-common has to be
690
+ * the smarter, more lenient codebase.
691
+ * Beyond this at least one of the two "root" plugins (The Events Calendar and Event Tickets)
692
+ * should be network activated to add the page.
693
+ *
694
+ * @return boolean
695
+ */
696
+ public function should_setup_network_pages() {
697
+ $root_plugin_is_mu_activated = array_sum( array_map( 'is_plugin_active_for_network', $this->root_plugins ) ) >= 1;
698
+
699
+ if ( ! $root_plugin_is_mu_activated ) {
700
+ return false;
701
+ }
702
+
703
+ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
704
+ return true;
705
+ }
706
+
707
+ if ( version_compare( Tribe__Events__Main::VERSION, '4.0beta', '>=' ) ) {
708
+ return true;
709
+ }
710
+
711
+ return false;
712
+
713
+ }
714
+
715
+ /**
716
+ * Sets what `common` should consider root plugins.
717
+ *
718
+ * @param array $root_plugins An array of plugins in the `<folder>/<file.php>` format.
719
+ */
720
+ public function set_root_plugins( array $root_plugins ) {
721
+ $this->root_plugins = $root_plugins;
722
+ }
723
  } // end class
724
  } // endif class_exists
common/src/Tribe/Settings_Manager.php CHANGED
@@ -101,16 +101,16 @@ class Tribe__Settings_Manager {
101
  * @param array $options formatted the same as from get_options()
102
  * @param bool $apply_filters
103
  *
104
- * @return void
105
  */
106
  public static function set_options( $options, $apply_filters = true ) {
107
  if ( ! is_array( $options ) ) {
108
- return;
109
  }
110
  if ( $apply_filters == true ) {
111
  $options = apply_filters( 'tribe-events-save-options', $options );
112
  }
113
- update_option( Tribe__Main::OPTIONNAME, $options );
114
  }
115
 
116
  /**
@@ -119,13 +119,13 @@ class Tribe__Settings_Manager {
119
  * @param string $name
120
  * @param mixed $value
121
  *
122
- * @return void
123
  */
124
  public static function set_option( $name, $value ) {
125
  $newOption = array();
126
  $newOption[ $name ] = $value;
127
  $options = self::get_options();
128
- self::set_options( wp_parse_args( $newOption, $options ) );
129
  }
130
 
131
  /**
@@ -275,7 +275,7 @@ class Tribe__Settings_Manager {
275
  return;
276
  }
277
 
278
- $parent = Tribe__Settings::$parent_page;
279
  $title = esc_html__( 'Help', 'tribe-common' );
280
  $slug = 'tribe-help';
281
 
@@ -317,13 +317,6 @@ class Tribe__Settings_Manager {
317
  * @return Tribe__Settings_Manager
318
  */
319
  public static function instance() {
320
- static $instance;
321
-
322
- if ( ! $instance ) {
323
- $class_name = __CLASS__;
324
- $instance = new $class_name;
325
- }
326
-
327
- return $instance;
328
  }
329
  }
101
  * @param array $options formatted the same as from get_options()
102
  * @param bool $apply_filters
103
  *
104
+ * @return bool
105
  */
106
  public static function set_options( $options, $apply_filters = true ) {
107
  if ( ! is_array( $options ) ) {
108
+ return false;
109
  }
110
  if ( $apply_filters == true ) {
111
  $options = apply_filters( 'tribe-events-save-options', $options );
112
  }
113
+ return update_option( Tribe__Main::OPTIONNAME, $options );
114
  }
115
 
116
  /**
119
  * @param string $name
120
  * @param mixed $value
121
  *
122
+ * @return bool
123
  */
124
  public static function set_option( $name, $value ) {
125
  $newOption = array();
126
  $newOption[ $name ] = $value;
127
  $options = self::get_options();
128
+ return self::set_options( wp_parse_args( $newOption, $options ) );
129
  }
130
 
131
  /**
275
  return;
276
  }
277
 
278
+ $parent = class_exists( 'Tribe__Events__Main' ) ? Tribe__Settings::$parent_page : Tribe__Settings::$parent_slug;
279
  $title = esc_html__( 'Help', 'tribe-common' );
280
  $slug = 'tribe-help';
281
 
317
  * @return Tribe__Settings_Manager
318
  */
319
  public static function instance() {
320
+ return tribe( 'settings.manager' );
 
 
 
 
 
 
 
321
  }
322
  }
common/src/Tribe/Simple_Table.php CHANGED
File without changes
common/src/Tribe/Support/Obfuscator.php CHANGED
File without changes
common/src/Tribe/Support/Template_Checker.php CHANGED
File without changes
common/src/Tribe/Support/Template_Checker_Report.php CHANGED
File without changes
common/src/Tribe/Tabbed_View.php ADDED
@@ -0,0 +1,381 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Tabbed_View
6
+ *
7
+ * Models a tabbed view containing tabs.
8
+ */
9
+ class Tribe__Tabbed_View {
10
+
11
+ /**
12
+ * A list of all the tabs registered for the tabbed view.
13
+ *
14
+ * @var array An associative array in the [<slug> => <instance>] format.
15
+ */
16
+ protected $items = array();
17
+
18
+ /**
19
+ * The slug of the default tab
20
+ *
21
+ * @var string
22
+ */
23
+ protected $default_tab;
24
+
25
+ /**
26
+ * @var string The absolute path to this tabbed view template file.
27
+ */
28
+ protected $template;
29
+
30
+ /**
31
+ * An array or value object of data that should be used to render the tabbed view.
32
+ *
33
+ * @var array|object
34
+ */
35
+ protected $data = array();
36
+
37
+ /**
38
+ * @var string
39
+ */
40
+ protected $label;
41
+
42
+ /**
43
+ * @var string
44
+ */
45
+ protected $url;
46
+
47
+ /**
48
+ * @var string
49
+ */
50
+ protected $active;
51
+
52
+ /**
53
+ * Returns the tabbed view URL.
54
+ *
55
+ * @param array|string $args Query String or Array with the arguments
56
+ * @param boolean $relative Return a relative URL or absolute
57
+ *
58
+ * @return string
59
+ */
60
+ public function get_url( $args, $relative ) {
61
+ $relative_path = add_query_arg( $args, $this->url );
62
+
63
+ return $relative ? $relative_path : admin_url( $relative_path );
64
+ }
65
+
66
+ /**
67
+ * The currently set template for this tabbed view.
68
+ *
69
+ * @return string
70
+ */
71
+ public function get_template() {
72
+ return ! empty( $this->template ) ? $this->template : $this->get_default_template_path();
73
+ }
74
+
75
+ /**
76
+ * @param string $template
77
+ */
78
+ public function set_template( $template ) {
79
+ $this->template = $template;
80
+ }
81
+
82
+ /**
83
+ * @return string
84
+ */
85
+ public function get_label() {
86
+ return $this->label;
87
+ }
88
+
89
+ /**
90
+ * @param string $label
91
+ */
92
+ public function set_label( $label ) {
93
+ $this->label = $label;
94
+ }
95
+
96
+ /**
97
+ * Returns only the visible tabs for this tabbed view.
98
+ *
99
+ * @return Tribe__Tabbed_View__Tab[] An array of all the active and visible tabs.
100
+ */
101
+ public function get_visibles() {
102
+ return array_filter( $this->get(), array( $this, 'is_tab_visible' ) );
103
+ }
104
+
105
+ /**
106
+ * @param string $url
107
+ */
108
+ public function set_url( $url ) {
109
+ $this->url = $url;
110
+ }
111
+
112
+ /**
113
+ * Sets the slug of the currently active tab.
114
+ *
115
+ * This value, if the tab exists, will override the value specified in the GET request.
116
+ *
117
+ * @param string $active
118
+ */
119
+ public function set_active( $active ) {
120
+ $this->active = $active;
121
+ }
122
+
123
+ /**
124
+ * A method to sort tabs by priority in ascending order.
125
+ *
126
+ * @param object $a First tab to compare
127
+ * @param object $b Second tab to compare
128
+ *
129
+ * @return int
130
+ */
131
+ protected function sort_by_priority( $a, $b ) {
132
+ $a_priority = $a->get_priority();
133
+ $b_priority = $b->get_priority();
134
+
135
+ if ( $a_priority == $b_priority ) {
136
+ return 0;
137
+ }
138
+
139
+ return ( $a_priority < $b_priority ) ? - 1 : 1;
140
+ }
141
+
142
+ /**
143
+ * Removes a tab from the tabbed view items.
144
+ *
145
+ * @param string $slug The slug of the tab to remove
146
+ *
147
+ * @return boolean `true` if the slug was registered and removed, `false` otherwise
148
+ */
149
+ public function remove( $slug ) {
150
+ if ( ! $this->exists( $slug ) ) {
151
+ return false;
152
+ }
153
+
154
+ unset( $this->items[ $slug ] );
155
+
156
+ return true;
157
+ }
158
+
159
+ /**
160
+ * Checks if a given tab exist
161
+ *
162
+ * @param string $slug The slug of the tab
163
+ *
164
+ * @return boolean
165
+ */
166
+ public function exists( $slug ) {
167
+ return is_object( $this->get( $slug ) ) ? true : false;
168
+ }
169
+
170
+ /**
171
+ * Fetches the Instance of the Tab or all the tabs
172
+ *
173
+ * @param string $slug (optional) The Slug of the Tab
174
+ *
175
+ * @return null|array|object If we couldn't find the tab it will be null, if the slug is null will return all tabs
176
+ */
177
+ public function get( $slug = null ) {
178
+ uasort( $this->items, array( $this, 'sort_by_priority' ) );
179
+
180
+ if ( is_null( $slug ) ) {
181
+ return $this->items;
182
+ }
183
+
184
+ // Prevent weird stuff here
185
+ $slug = sanitize_title_with_dashes( $slug );
186
+
187
+ if ( ! empty( $this->items[ $slug ] ) ) {
188
+ return $this->items[ $slug ];
189
+ }
190
+
191
+ return null;
192
+ }
193
+
194
+ /**
195
+ * Checks if a given Tab (slug) is active
196
+ *
197
+ * @param string $slug The Slug of the Tab
198
+ *
199
+ * @return boolean Is this tab active?
200
+ */
201
+ public function is_active( $slug = null ) {
202
+ $slug = $this->get_requested_slug( $slug );
203
+ $tab = $this->get_active();
204
+
205
+ return $slug === $tab->get_slug();
206
+ }
207
+
208
+ /**
209
+ * Returns the slug of tab requested in the `_GET` array or the default one.
210
+ *
211
+ * @param string|null $slug
212
+ * @param mixed $default A default value to return if the tab was not requested.
213
+ *
214
+ * @return string|bool Either the slug of the requested tab or `false` if no slug was requested
215
+ * and no default tab is set.
216
+ */
217
+ protected function get_requested_slug( $slug = null, $default = null ) {
218
+ if ( is_null( $slug ) ) {
219
+ $default = null === $default ? $this->get_default_tab() : $default;
220
+ // Set the slug
221
+ $slug = ! empty( $_GET['tab'] ) && $this->exists( $_GET['tab'] ) ? $_GET['tab'] : $default;
222
+ }
223
+
224
+ return $slug;
225
+ }
226
+
227
+ /**
228
+ * Fetches the current active tab instance.
229
+ *
230
+ * @return Tribe__Tabbed_View__Tab|bool The active tab, the default tab if no tab is active,
231
+ * `false` if no tabs are registered in the Tabbed View.
232
+ */
233
+ public function get_active() {
234
+ if ( ! empty( $this->active ) && $this->exists( $this->active ) ) {
235
+ return $this->get( $this->active );
236
+ }
237
+
238
+ $tab = ! empty( $_GET['tab'] ) && $this->exists( $_GET['tab'] ) ? $_GET['tab'] : $this->get_default_tab();
239
+
240
+ // Return the active tab or the default one
241
+ return ! empty( $tab ) ? $this->get( $tab ) : false;
242
+ }
243
+
244
+ /**
245
+ * Returns the slug of the default tab for this tabbed view.
246
+ *
247
+ * @return string The slug of the default tab, the slug of the first tab if
248
+ * a default tab is not set, `false` otherwise.
249
+ */
250
+ public function get_default_tab() {
251
+ if ( ! empty( $this->default_tab ) && $this->exists( $this->default_tab ) ) {
252
+ return $this->default_tab;
253
+ }
254
+
255
+ $tabs = $this->get_tabs();
256
+
257
+ if ( empty( $tabs ) ) {
258
+ return false;
259
+ }
260
+
261
+ return reset( $tabs )->get_slug();
262
+ }
263
+
264
+ /**
265
+ * @param Tribe__Tabbed_View__Tab|string $tab
266
+ *
267
+ * @return Tribe__Tabbed_View__Tab
268
+ */
269
+ public function register( $tab ) {
270
+ $is_object = is_a( $tab, 'Tribe__Tabbed_View__Tab' );
271
+ if ( ! ( $is_object || ( is_string( $tab ) && class_exists( $tab ) ) ) ) {
272
+ return false;
273
+ }
274
+
275
+ if ( ! $is_object ) {
276
+ $tab = $this->get_new_tab_instance( $tab );
277
+ }
278
+
279
+ // Set the Tab Item on the array of Tabs
280
+ $tab_slug = $tab->get_slug();
281
+
282
+ if ( empty( $tab_slug ) ) {
283
+ return false;
284
+ }
285
+
286
+ $this->items[ $tab_slug ] = $tab;
287
+
288
+ // Return the tab
289
+ return $tab;
290
+ }
291
+
292
+ /**
293
+ * Returns all the registered tabs.
294
+ *
295
+ * @return Tribe__Tabbed_View__Tab[]
296
+ */
297
+ public function get_tabs() {
298
+ uasort( $this->items, array( $this, 'sort_by_priority' ) );
299
+
300
+ return array_values( $this->items );
301
+ }
302
+
303
+ /**
304
+ * Builds an instance of the specified tab class.
305
+ *
306
+ * @param string $tab_class
307
+ *
308
+ * @return Tribe__Tabbed_View__Tab
309
+ */
310
+ protected function get_new_tab_instance( $tab_class ) {
311
+ return new $tab_class( $this );
312
+ }
313
+
314
+ /**
315
+ * Renders the tabbed view and returns the resulting HTML.
316
+ *
317
+ * @return string
318
+ */
319
+ public function render() {
320
+ $visibles = $this->get_visibles();
321
+ if ( empty( $visibles ) ) {
322
+ return '';
323
+ }
324
+
325
+ if ( empty( $this->template ) ) {
326
+ $this->template = $this->get_default_template_path();
327
+ }
328
+
329
+ $template = $this->template;
330
+
331
+ if ( empty( $template ) ) {
332
+ return '';
333
+ }
334
+
335
+ $default_data = array(
336
+ 'view' => $this,
337
+ );
338
+
339
+ $data = array_merge( $default_data, (array) $this->data );
340
+
341
+ extract( $data );
342
+
343
+ ob_start();
344
+
345
+ include $template;
346
+
347
+ $html = ob_get_clean();
348
+
349
+ return $html;
350
+ }
351
+
352
+ /**
353
+ * Sets the default tab for the tabbed view.
354
+ *
355
+ * Please note that no check is made on the tabbed view items to ensure the value
356
+ * corresponds to a registered tab.
357
+ *
358
+ * @param string $default_tab The slug of the default tab.
359
+ */
360
+ public function set_default_tab( $default_tab ) {
361
+ $this->default_tab = $default_tab;
362
+ }
363
+
364
+ /**
365
+ * @param Tribe__Tabbed_View__Tab $tab
366
+ *
367
+ * @return bool
368
+ */
369
+ protected function is_tab_visible( Tribe__Tabbed_View__Tab $tab ) {
370
+ return $tab->is_visible();
371
+ }
372
+
373
+ /**
374
+ * Returns the absolute path to the default template for the tabbed view.
375
+ *
376
+ * @return string
377
+ */
378
+ public function get_default_template_path() {
379
+ return Tribe__Main::instance()->plugin_path . '/src/admin-views/tabbed-view/tabbed-view.php';
380
+ }
381
+ }
common/src/Tribe/Tabbed_View/Tab.php ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ /**
5
+ * Class Tribe__Tabbed_View__Tab
6
+ *
7
+ * Models a tab part of a tabbed view.
8
+ */
9
+ class Tribe__Tabbed_View__Tab {
10
+
11
+ /**
12
+ * To Order the Tabs on the UI you need to change the priority
13
+ *
14
+ * @var integer
15
+ */
16
+ public $priority = 50;
17
+
18
+ /**
19
+ * An array or value object of data that should be used to render the tabbed view.
20
+ *
21
+ * @var array|object
22
+ */
23
+ protected $data = array();
24
+
25
+ /**
26
+ * The template file that should be used to render the tab.
27
+ *
28
+ * @var string
29
+ */
30
+ protected $template;
31
+
32
+ /**
33
+ * The tabbed view instance containing this tab.
34
+ *
35
+ * @var Tribe__Tabbed_View
36
+ */
37
+ protected $tabbed_view;
38
+
39
+ /**
40
+ * @var string
41
+ */
42
+ protected $slug;
43
+
44
+ /**
45
+ * @var bool
46
+ */
47
+ protected $visible = true;
48
+
49
+ /**
50
+ * @var string
51
+ */
52
+ protected $label = '';
53
+
54
+ /**
55
+ * @var string
56
+ */
57
+ protected $url = '';
58
+
59
+ /**
60
+ * Tribe__Tabbed_View__Tab constructor.
61
+ *
62
+ * @param Tribe__Tabbed_View $tabbed_view
63
+ * @param string $slug
64
+ */
65
+ public function __construct( Tribe__Tabbed_View $tabbed_view, $slug = null ) {
66
+ $this->tabbed_view = $tabbed_view;
67
+ $this->slug = ! empty( $slug ) ? $slug : $this->slug;
68
+ }
69
+
70
+ /**
71
+ * @return int
72
+ */
73
+ public function get_priority() {
74
+ return $this->priority;
75
+ }
76
+
77
+ /**
78
+ * @param $priority
79
+ */
80
+ public function set_priority( $priority ) {
81
+ $this->priority = $priority;
82
+ }
83
+
84
+ /**
85
+ * @return array|object
86
+ */
87
+ public function get_data() {
88
+ return $this->data;
89
+ }
90
+
91
+ /**
92
+ * @param array $data
93
+ */
94
+ public function set_data( $data ) {
95
+ $this->data = $data;
96
+ }
97
+
98
+ /**
99
+ * @return string
100
+ */
101
+ public function get_template() {
102
+ return ! empty( $this->template ) ? $this->template : $this->get_default_template_path();
103
+ }
104
+
105
+ /**
106
+ * @param string $template
107
+ */
108
+ public function set_template( $template ) {
109
+ $this->template = $template;
110
+ }
111
+
112
+ /**
113
+ * Returns the absolute path to the default template for the tab.
114
+ *
115
+ * @return string
116
+ */
117
+ public function get_default_template_path() {
118
+ return Tribe__Main::instance()->plugin_path . '/src/admin-views/tabbed-view/tab.php';
119
+ }
120
+
121
+ /**
122
+ * Whether the tab should display or not.
123
+ *
124
+ * @return boolean
125
+ */
126
+ public function is_visible() {
127
+ return $this->visible;
128
+ }
129
+
130
+ /**
131
+ * @param boolean $visible
132
+ */
133
+ public function set_visible( $visible ) {
134
+ $this->visible = $visible;
135
+ }
136
+
137
+ /**
138
+ * @return string
139
+ */
140
+ public function get_label() {
141
+ return $this->label;
142
+ }
143
+
144
+ /**
145
+ * @param string $label
146
+ */
147
+ public function set_label( $label ) {
148
+ $this->label = $label;
149
+ }
150
+
151
+ /**
152
+ * Creates a way to include the this tab HTML easily
153
+ *
154
+ * @return string HTML content of the tab
155
+ */
156
+ public function render() {
157
+ if ( empty( $this->template ) ) {
158
+ $this->template = Tribe__Main::instance()->plugin_path . '/src/admin-views/tabbed-view/tab.php';
159
+ }
160
+
161
+ $template = $this->template;
162
+
163
+ if ( empty( $template ) ) {
164
+ return '';
165
+ }
166
+
167
+ $default_data = array(
168
+ 'tab' => $this,
169
+ );
170
+
171
+ $data = array_merge( $default_data, (array) $this->data );
172
+
173
+ extract( $data );
174
+
175
+ ob_start();
176
+
177
+ include $template;
178
+
179
+ $html = ob_get_clean();
180
+
181
+ return $html;
182
+ }
183
+
184
+ /**
185
+ * Returns the link to this tab
186
+ *
187
+ * @param array|string $args Query String or Array with the arguments
188
+ * @param boolean $relative Return a relative URL or absolute
189
+ *
190
+ * @return string
191
+ */
192
+ public function get_url( $args = array(), $relative = false ) {
193
+ if ( ! empty( $this->url ) ) {
194
+ return $this->url;
195
+ }
196
+
197
+ $defaults = array(
198
+ 'tab' => $this->get_slug(),
199
+ );
200
+
201
+ // Allow the link to be "changed" on the fly
202
+ $args = wp_parse_args( $args, $defaults );
203
+
204
+ // Escape after the filter
205
+ return $this->tabbed_view->get_url( $args, $relative );
206
+ }
207
+
208
+ /**
209
+ * Sets this tab URL.
210
+ *
211
+ * This URL will override the tab natural URL.
212
+ *
213
+ * @param string $url
214
+ */
215
+ public function set_url( $url ) {
216
+ $this->url = $url;
217
+ }
218
+
219
+ /**
220
+ * Returns the tab slug
221
+ *
222
+ * @return string
223
+ */
224
+ public function get_slug() {
225
+ return $this->slug;
226
+ }
227
+
228
+ /**
229
+ * Determines if this Tab is currently displayed
230
+ *
231
+ * @return boolean
232
+ */
233
+ public function is_active() {
234
+ $active = $this->tabbed_view->get_active();
235
+
236
+ return ! empty( $active ) ? $this->get_slug() === $active->get_slug() : false;
237
+ }
238
+ }
common/src/Tribe/Templates.php CHANGED
File without changes
common/src/Tribe/Timezones.php CHANGED
@@ -45,6 +45,28 @@ class Tribe__Timezones {
45
  return $option_val;
46
  }
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  /**
49
  * Returns the current site-wide timezone string.
50
  *
@@ -72,25 +94,21 @@ class Tribe__Timezones {
72
  }
73
 
74
  /**
75
- * Returns the current site-wide timezone string abbreviation, if it can be
76
- * determined or falls back on the full timezone string/offset text.
77
  *
78
  * @param string $date
 
79
  *
80
  * @return string
81
  */
82
- public static function wp_timezone_abbr( $date ) {
83
- $abbr = get_transient( 'tribe_events_wp_timezone_abbr' );
84
-
85
- if ( empty( $abbr ) ) {
86
- $timezone_string = self::wp_timezone_string();
87
- $abbr = self::abbr( $date, $timezone_string );
88
- set_transient( 'tribe_events_wp_timezone_abbr', $abbr );
89
  }
90
-
91
- return empty( $abbr )
92
- ? $timezone_string
93
- : $abbr;
94
  }
95
 
96
  /**
@@ -141,74 +159,6 @@ class Tribe__Timezones {
141
  return $timezone;
142
  }
143
 
144
- /**
145
- * Tried to convert the provided $datetime to UTC from the timezone represented by $tzstring.
146
- *
147
- * Though the usual range of formats are allowed, $datetime ordinarily ought to be something
148
- * like the "Y-m-d H:i:s" format (ie, no timezone information). If it itself contains timezone
149
- * data, the results may be unexpected.
150
- *
151
- * In those cases where the conversion fails to take place, the $datetime string will be
152
- * returned untouched.
153
- *
154
- * @param string $datetime
155
- * @param string $tzstring
156
- *
157
- * @return string
158
- */
159
- public static function to_utc( $datetime, $tzstring ) {
160
- if ( self::is_utc_offset( $tzstring ) ) {
161
- return self::apply_offset( $datetime, $tzstring, true );
162
- }
163
-
164
- try {
165
- $local = self::get_timezone( $tzstring );
166
- $utc = self::get_timezone( 'UTC' );
167
-
168
- // We can't use method chaining here (ie "date_create(...)->setTimezone(...)") due to PHP 5.2 compatibility concerns
169
- $datetime = date_create( $datetime, $local );
170
-
171
- if ( $datetime && false !== $datetime->setTimezone( $utc ) ) {
172
- return $datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
173
- }
174
- }
175
- catch ( Exception $e ) {}
176
-
177
- return $datetime;
178
- }
179
-
180
- /**
181
- * Tries to convert the provided $datetime to the timezone represented by $tzstring.
182
- *
183
- * This is the sister function of self::to_utc() - please review the docs for that method
184
- * for more information.
185
- *
186
- * @param string $datetime
187
- * @param string $tzstring
188
- *
189
- * @return string
190
- */
191
- public static function to_tz( $datetime, $tzstring ) {
192
- if ( self::is_utc_offset( $tzstring ) ) {
193
- return self::apply_offset( $datetime, $tzstring );
194
- }
195
-
196
- try {
197
- $local = self::get_timezone( $tzstring );
198
- $utc = self::get_timezone( 'UTC' );
199
-
200
- // We can't use method chaining here (ie "date_create(...)->setTimezone(...)") due to PHP 5.2 compatibility concerns
201
- $datetime = date_create( $datetime, $utc );
202
-
203
- if ( $datetime && false !== $datetime->setTimezone( $local ) ) {
204
- return $datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
205
- }
206
- }
207
- catch ( Exception $e ) {}
208
-
209
- return $datetime;
210
- }
211
-
212
  /**
213
  * Tests to see if the timezone string is a UTC offset, ie "UTC+2".
214
  *
@@ -221,51 +171,6 @@ class Tribe__Timezones {
221
  return ( 0 === strpos( $timezone, 'UTC' ) && strlen( $timezone ) > 3 );
222
  }
223
 
224
- /**
225
- * @param string $datetime
226
- * @param mixed $offset (string or numeric offset)
227
- * @param bool $invert = false
228
- *
229
- * @return string
230
- */
231
- public static function apply_offset( $datetime, $offset, $invert = false ) {
232
- // Normalize
233
- $offset = strtolower( trim( $offset ) );
234
-
235
- // Strip any leading "utc" text if set
236
- if ( 0 === strpos( $offset, 'utc' ) ) {
237
- $offset = substr( $offset, 3 );
238
- }
239
-
240
- // It's possible no adjustment will be needed
241
- if ( 0 === $offset ) {
242
- return $datetime;
243
- }
244
-
245
- // Convert the offset to minutes for easier handling of fractional offsets
246
- $offset = (int) ( $offset * 60 );
247
-
248
- // Invert the offset? Useful for stripping an offset that has already been applied
249
- if ( $invert ) {
250
- $offset *= -1;
251
- }
252
-
253
- try {
254
- if ( $offset > 0 ) $offset = '+' . $offset;
255
- $offset = $offset . ' minutes';
256
-
257
- // We can't use method chaining here (ie "date_create(...)->modify(...)") due to PHP 5.2 compatibility concerns
258
- $datetime = date_create( $datetime );
259
-
260
- if ( $datetime && false !== $datetime->modify( $offset ) ) {
261
- return $datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
262
- }
263
- }
264
- catch ( Exception $e ) {}
265
-
266
- return $datetime;
267
- }
268
-
269
  /**
270
  * Accepts a unix timestamp and adjusts it so that when it is used to consitute
271
  * a new datetime string, that string reflects the designated timezone.
@@ -319,6 +224,17 @@ class Tribe__Timezones {
319
  return false;
320
  }
321
 
 
 
 
 
 
 
 
 
 
 
 
322
  /**
323
  * Returns a string representing the timezone/offset currently desired for
324
  * the display of dates and times.
@@ -336,31 +252,159 @@ class Tribe__Timezones {
336
  }
337
 
338
  /**
339
- * Confirms if the current timezone mode matches the $possible_mode.
340
  *
341
- * @param string $possible_mode
 
 
342
  *
343
- * @return bool
 
 
 
 
 
 
 
 
344
  */
345
- public static function is_mode( $possible_mode ) {
346
- return $possible_mode === self::mode();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  }
348
 
349
  /**
350
- * Attempts to provide the correct timezone abbreviation for the provided timezone string
351
- * on the date given (and so should account for daylight saving time, etc).
352
  *
353
- * @param string $date
354
- * @param string $timezone_string
 
 
 
355
  *
356
  * @return string
357
  */
358
- public static function abbr( $date, $timezone_string ) {
359
- try {
360
- return date_create( $date, new DateTimeZone( $timezone_string ) )->format( 'T' );
 
 
 
 
361
  }
362
- catch ( Exception $e ) {
363
- return '';
 
 
364
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  }
366
  }
 
45
  return $option_val;
46
  }
47
 
48
+ /**
49
+ * Returns the current site-wide timezone string abbreviation, if it can be
50
+ * determined or falls back on the full timezone string/offset text.
51
+ *
52
+ * @param string $date
53
+ *
54
+ * @return string
55
+ */
56
+ public static function wp_timezone_abbr( $date ) {
57
+ $abbr = get_transient( 'tribe_events_wp_timezone_abbr' );
58
+
59
+ if ( empty( $abbr ) ) {
60
+ $timezone_string = self::wp_timezone_string();
61
+ $abbr = self::abbr( $date, $timezone_string );
62
+ set_transient( 'tribe_events_wp_timezone_abbr', $abbr );
63
+ }
64
+
65
+ return empty( $abbr )
66
+ ? $timezone_string
67
+ : $abbr;
68
+ }
69
+
70
  /**
71
  * Returns the current site-wide timezone string.
72
  *
94
  }
95
 
96
  /**
97
+ * Attempts to provide the correct timezone abbreviation for the provided timezone string
98
+ * on the date given (and so should account for daylight saving time, etc).
99
  *
100
  * @param string $date
101
+ * @param string $timezone_string
102
  *
103
  * @return string
104
  */
105
+ public static function abbr( $date, $timezone_string ) {
106
+ try {
107
+ return date_create( $date, new DateTimeZone( $timezone_string ) )->format( 'T' );
108
+ }
109
+ catch ( Exception $e ) {
110
+ return '';
 
111
  }
 
 
 
 
112
  }
113
 
114
  /**
159
  return $timezone;
160
  }
161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  /**
163
  * Tests to see if the timezone string is a UTC offset, ie "UTC+2".
164
  *
171
  return ( 0 === strpos( $timezone, 'UTC' ) && strlen( $timezone ) > 3 );
172
  }
173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  /**
175
  * Accepts a unix timestamp and adjusts it so that when it is used to consitute
176
  * a new datetime string, that string reflects the designated timezone.
224
  return false;
225
  }
226
 
227
+ /**
228
+ * Confirms if the current timezone mode matches the $possible_mode.
229
+ *
230
+ * @param string $possible_mode
231
+ *
232
+ * @return bool
233
+ */
234
+ public static function is_mode( $possible_mode ) {
235
+ return $possible_mode === self::mode();
236
+ }
237
+
238
  /**
239
  * Returns a string representing the timezone/offset currently desired for
240
  * the display of dates and times.
252
  }
253
 
254
  /**
255
+ * Tries to convert the provided $datetime to UTC from the timezone represented by $tzstring.
256
  *
257
+ * Though the usual range of formats are allowed, $datetime ordinarily ought to be something
258
+ * like the "Y-m-d H:i:s" format (ie, no timezone information). If it itself contains timezone
259
+ * data, the results may be unexpected.
260
  *
261
+ * In those cases where the conversion fails to take place, the $datetime string will be
262
+ * returned untouched.
263
+ *
264
+ * @param string $datetime
265
+ * @param string $tzstring
266
+ * @param string $format The optional format of the resulting date, defaults to
267
+ * `Tribe__Date_Utils::DBDATETIMEFORMAT`.
268
+ *
269
+ * @return string
270
  */
271
+ public static function to_utc( $datetime, $tzstring, $format = null ) {
272
+ if ( Tribe__Events__Timezones::is_utc_offset( $tzstring ) ) {
273
+ return Tribe__Events__Timezones::apply_offset( $datetime, $tzstring, true );
274
+ }
275
+
276
+ $local = Tribe__Events__Timezones::get_timezone( $tzstring );
277
+ $utc = Tribe__Events__Timezones::get_timezone( 'UTC' );
278
+
279
+ $new_datetime = date_create( $datetime, $local );
280
+
281
+ if ( $new_datetime && $new_datetime->setTimezone( $utc ) ) {
282
+ $format = ! empty( $format ) ? $format : Tribe__Date_Utils::DBDATETIMEFORMAT;
283
+
284
+ return $new_datetime->format( $format );
285
+ }
286
+
287
+ // Fallback to the unmodified datetime if there was a failure during conversion
288
+ return $datetime;
289
  }
290
 
291
  /**
292
+ * Applies an time offset to the specified date time.
 
293
  *
294
+ * @param string $datetime The date and time string in a valid date format.
295
+ * @param int|string $offset (string or numeric offset)
296
+ * @param bool $invert = false Whether the offset should be added (`true`) or
297
+ * subtracted (`false`); signum operations carry over so
298
+ * `-(-23) = +23`.
299
  *
300
  * @return string
301
  */
302
+ public static function apply_offset( $datetime, $offset, $invert = false ) {
303
+ // Normalize
304
+ $offset = strtolower( trim( $offset ) );
305
+
306
+ // Strip any leading "utc" text if set
307
+ if ( 0 === strpos( $offset, 'utc' ) ) {
308
+ $offset = substr( $offset, 3 );
309
  }
310
+
311
+ // It's possible no adjustment will be needed
312
+ if ( 0 === $offset ) {
313
+ return $datetime;
314
  }
315
+
316
+ // Convert the offset to minutes for easier handling of fractional offsets
317
+ $offset = (int) ( $offset * 60 );
318
+
319
+ // Invert the offset? Useful for stripping an offset that has already been applied
320
+ if ( $invert ) {
321
+ $offset *= - 1;
322
+ }
323
+
324
+ if ( $offset > 0 ) {
325
+ $offset = '+' . $offset;
326
+ }
327
+
328
+ $offset = $offset . ' minutes';
329
+
330
+ $offset_datetime = date_create( $datetime );
331
+
332
+ if ( $offset_datetime && $offset_datetime->modify( $offset ) ) {
333
+ return $offset_datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
334
+ }
335
+
336
+ return $datetime;
337
+ }
338
+
339
+ /**
340
+ * Tries to convert the provided $datetime to the timezone represented by $tzstring.
341
+ *
342
+ * This is the sister function of self::to_utc() - please review the docs for that method
343
+ * for more information.
344
+ *
345
+ * @param string $datetime
346
+ * @param string $tzstring
347
+ *
348
+ * @return string
349
+ */
350
+ public static function to_tz( $datetime, $tzstring ) {
351
+ if ( Tribe__Events__Timezones::is_utc_offset( $tzstring ) ) {
352
+ return Tribe__Events__Timezones::apply_offset( $datetime, $tzstring );
353
+ }
354
+
355
+ $local = Tribe__Events__Timezones::get_timezone( $tzstring );
356
+ $utc = Tribe__Events__Timezones::get_timezone( 'UTC' );
357
+
358
+ $new_datetime = date_create( $datetime, $utc );
359
+
360
+ if ( $new_datetime && $new_datetime->setTimezone( $local ) ) {
361
+ return $new_datetime->format( Tribe__Date_Utils::DBDATETIMEFORMAT );
362
+ }
363
+
364
+ // Fallback to the unmodified datetime if there was a failure during conversion
365
+ return $datetime;
366
+ }
367
+
368
+ /**
369
+ * Try to figure out the Timezone name base on offset
370
+ *
371
+ * @since 4.0.7
372
+ *
373
+ * @param string|int|float $timezone The timezone
374
+ *
375
+ * @return string The Guessed Timezone String
376
+ */
377
+ public static function maybe_get_tz_name( $timezone ) {
378
+ if ( ! Tribe__Timezones::is_utc_offset( $timezone ) && ! is_numeric( $timezone ) ) {
379
+ return $timezone;
380
+ }
381
+
382
+ if ( ! is_numeric( $timezone ) ) {
383
+ $offset = str_replace( 'utc', '', trim( strtolower( $timezone ) ) );
384
+ } else {
385
+ $offset = $timezone;
386
+ }
387
+
388
+
389
+ // try to get timezone from gmt_offset, respecting daylight savings
390
+ $timezone = timezone_name_from_abbr( null, $offset * 3600, true );
391
+
392
+ // if that didn't work, maybe they don't have daylight savings
393
+ if ( false === $timezone ) {
394
+ $timezone = timezone_name_from_abbr( null, $offset * 3600, false );
395
+ }
396
+
397
+ // and if THAT didn't work, round the gmt_offset down and then try to get the timezone respecting daylight savings
398
+ if ( false === $timezone ) {
399
+ $timezone = timezone_name_from_abbr( null, (int) $offset * 3600, true );
400
+ }
401
+
402
+ // lastly if that didn't work, round the gmt_offset down and maybe that TZ doesn't do daylight savings
403
+ if ( false === $timezone ) {
404
+ $timezone = timezone_name_from_abbr( null, (int) $offset * 3600, false );
405
+ }
406
+
407
+ return $timezone;
408
  }
409
  }
410
+
common/src/Tribe/Utils/Array.php CHANGED
File without changes
common/src/Tribe/Utils/Color.php ADDED
@@ -0,0 +1,507 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Don't load directly
3
+ defined( 'WPINC' ) or die;
4
+
5
+ /**
6
+ * A color utility that helps manipulate HEX colors
7
+ *
8
+ * @package Common
9
+ * @since 4.3
10
+ */
11
+
12
+ /**
13
+ * Author: Arlo Carreon <http://arlocarreon.com>
14
+ * Info: http://mexitek.github.io/phpColors/
15
+ */
16
+
17
+ /**
18
+ * PHP 5.2 Compatibility
19
+ * Author: Gustavo Bordoni <http://twitter.com/webord>
20
+ */
21
+
22
+ class Tribe__Utils__Color {
23
+
24
+ private $_hex;
25
+ private $_hsl;
26
+ private $_rgb;
27
+
28
+ /**
29
+ * Auto darkens/lightens by 10% for sexily-subtle gradients.
30
+ * Set this to FALSE to adjust automatic shade to be between given color
31
+ * and black (for darken) or white (for lighten)
32
+ */
33
+ const DEFAULT_ADJUST = 10;
34
+
35
+ /**
36
+ * Instantiates the class with a HEX value
37
+ * @param string $hex
38
+ * @throws Exception "Bad color format"
39
+ */
40
+ public function __construct( $hex ) {
41
+ // Strip # sign is present
42
+ $color = str_replace( '#', '', $hex );
43
+
44
+ // Make sure it's 6 digits
45
+ if ( strlen( $color ) === 3 ) {
46
+ $color = $color[0].$color[0].$color[1].$color[1].$color[2].$color[2];
47
+ } elseif ( strlen( $color ) != 6 ) {
48
+ throw new Exception( 'HEX color needs to be 6 or 3 digits long' );
49
+ }
50
+
51
+ $this->_hsl = self::hexToHsl( $color );
52
+ $this->_hex = $color;
53
+ $this->_rgb = self::hexToRgb( $color );
54
+ }
55
+
56
+ // ====================
57
+ // = Public Interface =
58
+ // ====================
59
+
60
+ /**
61
+ * Given a HEX string returns a HSL array equivalent.
62
+ * @param string $color
63
+ * @return array HSL associative array
64
+ */
65
+ public static function hexToHsl( $color ) {
66
+
67
+ // Sanity check
68
+ $color = self::_checkHex( $color );
69
+
70
+ // Convert HEX to DEC
71
+ $R = hexdec( $color[0] . $color[1] );
72
+ $G = hexdec( $color[2] . $color[3] );
73
+ $B = hexdec( $color[4] . $color[5] );
74
+
75
+ $HSL = array();
76
+
77
+ $var_R = ( $R / 255 );
78
+ $var_G = ( $G / 255 );
79
+ $var_B = ( $B / 255 );
80
+
81
+ $var_Min = min( $var_R, $var_G, $var_B );
82
+ $var_Max = max( $var_R, $var_G, $var_B );
83
+ $del_Max = $var_Max - $var_Min;
84
+
85
+ $L = ( $var_Max + $var_Min ) / 2;
86
+
87
+ if ( 0 == $del_Max ) {
88
+ $H = 0;
89
+ $S = 0;
90
+ } else {
91
+ if ( $L < 0.5 ) {
92
+ $S = $del_Max / ( $var_Max + $var_Min );
93
+ } else {
94
+ $S = $del_Max / ( 2 - $var_Max - $var_Min );
95
+ }
96
+
97
+ $del_R = ( ( ( $var_Max - $var_R ) / 6 ) + ( $del_Max / 2 ) ) / $del_Max;
98
+ $del_G = ( ( ( $var_Max - $var_G ) / 6 ) + ( $del_Max / 2 ) ) / $del_Max;
99
+ $del_B = ( ( ( $var_Max - $var_B ) / 6 ) + ( $del_Max / 2 ) ) / $del_Max;
100
+
101
+ if ( $var_R == $var_Max ) {
102
+ $H = $del_B - $del_G;
103
+ } elseif ( $var_G == $var_Max ) {
104
+ $H = ( 1 / 3 ) + $del_R - $del_B;
105
+ } elseif ( $var_B == $var_Max ) {
106
+ $H = ( 2 / 3 ) + $del_G - $del_R;
107
+ }
108
+
109
+ if ( $H < 0 ) {
110
+ $H++;
111
+ }
112
+ if ( $H > 1 ) {
113
+ $H--;
114
+ }
115
+ }
116
+
117
+ $HSL['H'] = ( $H * 360 );
118
+ $HSL['S'] = $S;
119
+ $HSL['L'] = $L;
120
+
121
+ return $HSL;
122
+ }
123
+
124
+ /**
125
+ * Given a HSL associative array returns the equivalent HEX string
126
+ * @param array $hsl
127
+ * @return string HEX string
128
+ * @throws Exception "Bad HSL Array"
129
+ */
130
+ public static function hslToHex( $hsl = array() ) {
131
+ // Make sure it's HSL
132
+ if ( empty( $hsl ) || ! isset( $hsl['H'] ) || ! isset( $hsl['S'] ) || ! isset( $hsl['L'] ) ) {
133
+ throw new Exception( 'Param was not an HSL array' );
134
+ }
135
+
136
+ list( $H, $S, $L ) = array( $hsl['H'] / 360, $hsl['S'], $hsl['L'] );
137
+
138
+ if ( 0 == $S ) {
139
+ $r = $L * 255;
140
+ $g = $L * 255;
141
+ $b = $L * 255;
142
+ } else {
143
+ if ( $L < 0.5 ) {
144
+ $var_2 = $L * ( 1 + $S );
145
+ } else {
146
+ $var_2 = ( $L + $S ) - ( $S * $L );
147
+ }
148
+
149
+ $var_1 = 2 * $L - $var_2;
150
+
151
+ $r = round( 255 * self::_huetorgb( $var_1, $var_2, $H + ( 1 / 3 ) ) );
152
+ $g = round( 255 * self::_huetorgb( $var_1, $var_2, $H ) );
153
+ $b = round( 255 * self::_huetorgb( $var_1, $var_2, $H - ( 1 / 3 ) ) );
154
+
155
+ }
156
+
157
+ // Convert to hex
158
+ $r = dechex( $r );
159
+ $g = dechex( $g );
160
+ $b = dechex( $b );
161
+
162
+ // Make sure we get 2 digits for decimals
163
+ $r = ( strlen( '' . $r ) === 1 ) ? '0' . $r : $r;
164
+ $g = ( strlen( '' . $g ) === 1 ) ? '0' . $g : $g;
165
+ $b = ( strlen( '' . $b ) === 1 ) ? '0' . $b : $b;
166
+
167
+ return $r.$g.$b;
168
+ }
169
+
170
+
171
+ /**
172
+ * Given a HEX string returns a RGB array equivalent.
173
+ * @param string $color
174
+ * @return array RGB associative array
175
+ */
176
+ public static function hexToRgb( $color ) {
177
+
178
+ // Sanity check
179
+ $color = self::_checkHex( $color );
180
+
181
+ // Convert HEX to DEC
182
+ $R = hexdec( $color[0] . $color[1] );
183
+ $G = hexdec( $color[2] . $color[3] );
184
+ $B = hexdec( $color[4] . $color[5] );
185
+
186
+ $RGB['R'] = $R;
187
+ $RGB['G'] = $G;
188
+ $RGB['B'] = $B;
189
+
190
+ return $RGB;
191
+ }
192
+
193
+
194
+ /**
195
+ * Given an RGB associative array returns the equivalent HEX string
196
+ * @param array $rgb
197
+ * @return string RGB string
198
+ * @throws Exception "Bad RGB Array"
199
+ */
200
+ public static function rgbToHex( $rgb = array() ) {
201
+ // Make sure it's RGB
202
+ if ( empty( $rgb ) || ! isset( $rgb['R'] ) || ! isset( $rgb['G'] ) || ! isset( $rgb['B'] ) ) {
203
+ throw new Exception( 'Param was not an RGB array' );
204
+ }
205
+
206
+ // Convert RGB to HEX
207
+ $hex[0] = dechex( $rgb['R'] );
208
+ $hex[1] = dechex( $rgb['G'] );
209
+ $hex[2] = dechex( $rgb['B'] );
210
+
211
+ return implode( '', $hex );
212
+
213
+ }
214
+
215
+
216
+ /**
217
+ * Given a HEX value, returns a darker color. If no desired amount provided, then the color halfway between
218
+ * given HEX and black will be returned.
219
+ * @param int $amount
220
+ * @return string Darker HEX value
221
+ */
222
+ public function darken( $amount = self::DEFAULT_ADJUST ) {
223
+ // Darken
224
+ $darkerHSL = $this->_darken( $this->_hsl, $amount );
225
+ // Return as HEX
226
+ return self::hslToHex( $darkerHSL );
227
+ }
228
+
229
+ /**
230
+ * Given a HEX value, returns a lighter color. If no desired amount provided, then the color halfway between
231
+ * given HEX and white will be returned.
232
+ * @param int $amount
233
+ * @return string Lighter HEX value
234
+ */
235
+ public function lighten( $amount = self::DEFAULT_ADJUST ) {
236
+ // Lighten
237
+ $lighterHSL = $this->_lighten( $this->_hsl, $amount );
238
+ // Return as HEX
239
+ return self::hslToHex( $lighterHSL );
240
+ }
241
+
242
+ /**
243
+ * Given a HEX value, returns a mixed color. If no desired amount provided, then the color mixed by this ratio
244
+ * @param string $hex2 Secondary HEX value to mix with
245
+ * @param int $amount = -100..0..+100
246
+ * @return string mixed HEX value
247
+ */
248
+ public function mix( $hex2, $amount = 0 ) {
249
+ $rgb2 = self::hexToRgb( $hex2 );
250
+ $mixed = $this->_mix( $this->_rgb, $rgb2, $amount );
251
+
252
+ // Return as HEX
253
+ return self::rgbToHex( $mixed );
254
+ }
255
+
256
+ /**
257
+ * Creates an array with two shades that can be used to make a gradient
258
+ * @param int $amount Optional percentage amount you want your contrast color
259
+ * @return array An array with a 'light' and 'dark' index
260
+ */
261
+ public function makeGradient( $amount = self::DEFAULT_ADJUST ) {
262
+ // Decide which color needs to be made
263
+ if ( $this->isLight() ) {
264
+ $lightColor = $this->_hex;
265
+ $darkColor = $this->darken( $amount );
266
+ } else {
267
+ $lightColor = $this->lighten( $amount );
268
+ $darkColor = $this->_hex;
269
+ }
270
+
271
+ // Return our gradient array
272
+ return array( 'light' => $lightColor, 'dark' => $darkColor );
273
+ }
274
+
275
+
276
+ /**
277
+ * Returns whether or not given color is considered "light"
278
+ * @param string|Boolean $color
279
+ * @return boolean
280
+ */
281
+ public function isLight( $color = false ) {
282
+ // Get our color
283
+ $color = ( $color ) ? $color : $this->_hex;
284
+
285
+ // Calculate straight from rbg
286
+ $r = hexdec( $color[0] . $color[1] );
287
+ $g = hexdec( $color[2] . $color[3] );
288
+ $b = hexdec( $color[4] . $color[5] );
289
+
290
+ return ( ( $r * 299 + $g * 587 + $b * 114 ) / 1000 > 130 );
291
+ }
292
+
293
+ /**
294
+ * Returns whether or not a given color is considered "dark"
295
+ * @param string|Boolean $color
296
+ * @return boolean
297
+ */
298
+ public function isDark( $color = false ) {
299
+ // Get our color
300
+ $color = ( $color ) ? $color:$this->_hex;
301
+
302
+ // Calculate straight from rbg
303
+ $r = hexdec( $color[0] . $color[1] );
304
+ $g = hexdec( $color[2] . $color[3] );
305
+ $b = hexdec( $color[4] . $color[5] );
306
+
307
+ return ( ( $r * 299 + $g * 587 + $b * 114 ) / 1000 <= 130 );
308
+ }
309
+
310
+ /**
311
+ * Returns the complimentary color
312
+ * @return string Complementary hex color
313
+ *
314
+ */
315
+ public function complementary() {
316
+ // Get our HSL
317
+ $hsl = $this->_hsl;
318
+
319
+ // Adjust Hue 180 degrees
320
+ $hsl['H'] += ( $hsl['H'] > 180 ) ? -180 : 180;
321
+
322
+ // Return the new value in HEX
323
+ return self::hslToHex( $hsl );
324
+ }
325
+
326
+ /**
327
+ * Returns your color's HSL array
328
+ */
329
+ public function getHsl() {
330
+ return $this->_hsl;
331
+ }
332
+ /**
333
+ * Returns your original color
334
+ */
335
+ public function getHex() {
336
+ return $this->_hex;
337
+ }
338
+ /**
339
+ * Returns your color's RGB array
340
+ */
341
+ public function getRgb() {
342
+ return $this->_rgb;
343
+ }
344
+
345
+ /**
346
+ * Returns the cross browser CSS3 gradient
347
+ * @param int $amount Optional: percentage amount to light/darken the gradient
348
+ * @param boolean $vintageBrowsers Optional: include vendor prefixes for browsers that almost died out already
349
+ * @param string $prefix Optional: prefix for every lines
350
+ * @param string $suffix Optional: suffix for every lines
351
+ * @link http://caniuse.com/css-gradients Resource for the browser support
352
+ * @return string CSS3 gradient for chrome, safari, firefox, opera and IE10
353
+ */
354
+ public function getCssGradient( $amount = self::DEFAULT_ADJUST, $vintageBrowsers = false, $suffix = '', $prefix = '' ) {
355
+
356
+ // Get the recommended gradient
357
+ $g = $this->makeGradient( $amount );
358
+
359
+ $css = '';
360
+ /* fallback/image non-cover color */
361
+ $css .= "{$prefix}background-color: #".$this->_hex.";{$suffix}";
362
+
363
+ /* IE Browsers */
364
+ $css .= "{$prefix}filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#".$g['light']."', endColorstr='#".$g['dark']."');{$suffix}";
365
+
366
+ /* Safari 4+, Chrome 1-9 */
367
+ if ( $vintageBrowsers ) {
368
+ $css .= "{$prefix}background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#{$g['light']}), to(#{$g['dark']}));{$suffix}";
369
+ }
370
+
371
+ /* Safari 5.1+, Mobile Safari, Chrome 10+ */
372
+ $css .= "{$prefix}background-image: -webkit-linear-gradient(top, #{$g['light']}, #{$g['dark']});{$suffix}";
373
+
374
+ /* Firefox 3.6+ */
375
+ if ( $vintageBrowsers ) {
376
+ $css .= "{$prefix}background-image: -moz-linear-gradient(top, #{$g['light']}, #{$g['dark']});{$suffix}";
377
+ }
378
+
379
+ /* Opera 11.10+ */
380
+ if ( $vintageBrowsers ) {
381
+ $css .= "{$prefix}background-image: -o-linear-gradient(top, #{$g['light']}, #{$g['dark']});{$suffix}";
382
+ }
383
+
384
+ /* Unprefixed version (standards): FF 16+, IE10+, Chrome 26+, Safari 7+, Opera 12.1+ */
385
+ $css .= "{$prefix}background-image: linear-gradient(to bottom, #{$g['light']}, #{$g['dark']});{$suffix}";
386
+
387
+ // Return our CSS
388
+ return $css;
389
+ }
390
+
391
+ // ===========================
392
+ // = Private Functions Below =
393
+ // ===========================
394
+
395
+
396
+ /**
397
+ * Darkens a given HSL array
398
+ * @param array $hsl
399
+ * @param int $amount
400
+ * @return array $hsl
401
+ */
402
+ private function _darken( $hsl, $amount = self::DEFAULT_ADJUST ) {
403
+ // Check if we were provided a number
404
+ if ( $amount ) {
405
+ $hsl['L'] = ( $hsl['L'] * 100 ) - $amount;
406
+ $hsl['L'] = ( $hsl['L'] < 0 ) ? 0 : $hsl['L'] / 100;
407
+ } else {
408
+ // We need to find out how much to darken
409
+ $hsl['L'] = $hsl['L'] / 2 ;
410
+ }
411
+
412
+ return $hsl;
413
+ }
414
+
415
+ /**
416
+ * Lightens a given HSL array
417
+ * @param array $hsl
418
+ * @param int $amount
419
+ * @return array $hsl
420
+ */
421
+ private function _lighten( $hsl, $amount = self::DEFAULT_ADJUST ) {
422
+ // Check if we were provided a number
423
+ if ( $amount ) {
424
+ $hsl['L'] = ( $hsl['L'] * 100 ) + $amount;
425
+ $hsl['L'] = ( $hsl['L'] > 100 ) ? 1 : $hsl['L'] / 100;
426
+ } else {
427
+ // We need to find out how much to lighten
428
+ $hsl['L'] += ( 1 - $hsl['L'] ) / 2;
429
+ }
430
+
431
+ return $hsl;
432
+ }
433
+
434
+ /**
435
+ * Mix 2 rgb colors and return an rgb color
436
+ * @param array $rgb1
437
+ * @param array $rgb2
438
+ * @param int $amount ranged -100..0..+100
439
+ * @return array $rgb
440
+ *
441
+ * ported from http://phpxref.pagelines.com/nav.html?includes/class.colors.php.source.html
442
+ */
443
+ private function _mix( $rgb1, $rgb2, $amount = 0 ) {
444
+
445
+ $r1 = ( $amount + 100 ) / 100;
446
+ $r2 = 2 - $r1;
447
+
448
+ $rmix = ( ( $rgb1['R'] * $r1 ) + ( $rgb2['R'] * $r2 ) ) / 2;
449
+ $gmix = ( ( $rgb1['G'] * $r1 ) + ( $rgb2['G'] * $r2 ) ) / 2;
450
+ $bmix = ( ( $rgb1['B'] * $r1 ) + ( $rgb2['B'] * $r2 ) ) / 2;
451
+
452
+ return array( 'R' => $rmix, 'G' => $gmix, 'B' => $bmix );
453
+ }
454
+
455
+ /**
456
+ * Given a Hue, returns corresponding RGB value
457
+ * @param int $v1
458
+ * @param int $v2
459
+ * @param int $vH
460
+ * @return int
461
+ */
462
+ private static function _huetorgb( $v1, $v2, $vH ) {
463
+ if ( $vH < 0 ) {
464
+ $vH += 1;
465
+ }
466
+
467
+ if ( $vH > 1 ) {
468
+ $vH -= 1;
469
+ }
470
+
471
+ if ( ( 6 * $vH ) < 1 ) {
472
+ return ( $v1 + ( $v2 - $v1 ) * 6 * $vH );
473
+ }
474
+
475
+ if ( ( 2 * $vH ) < 1 ) {
476
+ return $v2;
477
+ }
478
+
479
+ if ( ( 3 * $vH ) < 2 ) {
480
+ return ( $v1 + ( $v2 - $v1 ) * ( ( 2 / 3 ) - $vH ) * 6 );
481
+ }
482
+
483
+ return $v1;
484
+
485
+ }
486
+
487
+ /**
488
+ * You need to check if you were given a good hex string
489
+ * @param string $hex
490
+ * @return string Color
491
+ * @throws Exception "Bad color format"
492
+ */
493
+ private static function _checkHex( $hex ) {
494
+ // Strip # sign is present
495
+ $color = str_replace( '#', '', $hex );
496
+
497
+ // Make sure it's 6 digits
498
+ if ( strlen( $color ) == 3 ) {
499
+ $color = $color[0] . $color[0] . $color[1] . $color[1] . $color[2] . $color[2];
500
+ } elseif ( strlen( $color ) != 6 ) {
501
+ throw new Exception( 'HEX color needs to be 6 or 3 digits long' );
502
+ }
503
+
504
+ return $color;
505
+ }
506
+
507
+ }
common/src/Tribe/Utils/Coordinates_Provider.php CHANGED
File without changes
common/src/Tribe/Utils/JSON.php CHANGED
File without changes
common/src/Tribe/Utils/Plugins.php CHANGED
File without changes
common/src/Tribe/Utils/Post_Root_Pool.php CHANGED
File without changes
common/src/admin-views/app-shop.php CHANGED
File without changes
common/src/admin-views/event-log.php CHANGED
@@ -19,7 +19,11 @@
19
 
20
  <div>
21
  <label for="log-levels"><?php esc_html_e( 'Logging level', 'tribe-common' ) ?></label>
22
- <select name="log-level" id="log-level">
 
 
 
 
23
  <?php foreach ( $log_levels as $code => $name ): ?>
24
  <option name="<?php echo esc_attr( $code ) ?>" <?php selected( $code, tribe_get_option( 'logging_level') ); ?>>
25
  <?php echo esc_html( $name ) ?>
@@ -37,7 +41,11 @@
37
 
38
  <div>
39
  <label for="log-engine"><?php esc_html_e( 'Method', 'tribe-common' ) ?></label>
40
- <select name="log-engine" id="log-engine">
 
 
 
 
41
  <?php foreach ( $log_engines as $code => $name ): ?>
42
  <option name="<?php echo esc_attr( $code ) ?>" <?php selected( $code, tribe_get_option( 'logging_engine') ); ?>>
43
  <?php echo esc_html( $name ) ?>
@@ -55,7 +63,11 @@
55
 
56
  <div>
57
  <label for="log-selector"><?php esc_html_e( 'View', 'tribe-common' ) ?></label>
58
- <select name="log-selector" id="log-selector">
 
 
 
 
59
  <?php foreach ( $log_choices as $name ): ?>
60
  <option name="<?php echo esc_attr( $name ) ?>"><?php echo esc_html( $name ) ?></option>
61
  <?php endforeach; ?>
19
 
20
  <div>
21
  <label for="log-levels"><?php esc_html_e( 'Logging level', 'tribe-common' ) ?></label>
22
+ <select
23
+ class="tribe-dropdown"
24
+ name="log-level"
25
+ id="log-level"
26
+ >
27
  <?php foreach ( $log_levels as $code => $name ): ?>
28
  <option name="<?php echo esc_attr( $code ) ?>" <?php selected( $code, tribe_get_option( 'logging_level') ); ?>>
29
  <?php echo esc_html( $name ) ?>
41
 
42
  <div>
43
  <label for="log-engine"><?php esc_html_e( 'Method', 'tribe-common' ) ?></label>
44
+ <select
45
+ class="tribe-dropdown"
46
+ name="log-engine"
47
+ id="log-engine"
48
+ >
49
  <?php foreach ( $log_engines as $code => $name ): ?>
50
  <option name="<?php echo esc_attr( $code ) ?>" <?php selected( $code, tribe_get_option( 'logging_engine') ); ?>>
51
  <?php echo esc_html( $name ) ?>
63
 
64
  <div>
65
  <label for="log-selector"><?php esc_html_e( 'View', 'tribe-common' ) ?></label>
66
+ <select
67
+ class="tribe-dropdown"
68
+ name="log-selector"
69
+ id="log-selector"
70
+ >
71
  <?php foreach ( $log_choices as $name ): ?>
72
  <option name="<?php echo esc_attr( $name ) ?>"><?php echo esc_html( $name ) ?></option>
73
  <?php endforeach; ?>
common/src/admin-views/tabbed-view/tab.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <?php
2
+ /**
3
+ * The default template for a Tabbed View Tab
4
+ */
common/src/admin-views/tabbed-view/tabbed-view.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * The default template for a Tabbed View.
4
+ *
5
+ * @var Tribe__Tabbed_View $view
6
+ */
7
+
8
+ /** @var Tribe__Tabbed_View__Tab[] $tabs */
9
+ $tabs = $view->get_visibles();
10
+ ?>
11
+
12
+ <?php if ( count( $tabs ) > 1 ) : ?>
13
+ <div class="tabbed-view-wrap wrap">
14
+ <?php if ( $view->get_label() ) : ?>
15
+ <h1><?php echo esc_html( $view->get_label() ); ?></h1>
16
+ <?php endif; ?>
17
+
18
+ <h2 class="nav-tab-wrapper">
19
+ <?php foreach ( $tabs as $tab ): ?>
20
+ <a id="<?php echo esc_attr( $tab->get_slug() ); ?>"
21
+ class="nav-tab<?php echo( $tab->is_active() ? ' nav-tab-active' : '' ); ?>"
22
+ href="<?php echo esc_url( $tab->get_url() ); ?>"><?php echo esc_html( $tab->get_label() ); ?>
23
+ </a>
24
+ <?php endforeach; ?>
25
+ </h2>
26
+ </div>
27
+ <?php else: ?>
28
+ <h1><?php esc_html_e( reset( $tabs )->get_label() ); ?></h1>
29
+ <?php endif; ?>
common/src/admin-views/tribe-options-display.php CHANGED
@@ -26,7 +26,7 @@ $displayTab = array(
26
  'html' => __( '<p>The following three fields accept the date format options available to the php date() function. <a href="http://codex.wordpress.org/Formatting_Date_and_Time" target="_blank">Learn how to make your own date format here</a>.</p>', 'tribe-common' ),
27
  ),
28
  'datepickerFormat' => array(
29
- 'type' => 'dropdown_select2',
30
  'label' => esc_html__( 'Datepicker Date Format', 'tribe-common' ),
31
  'tooltip' => esc_html__( 'Select the date format to use in datepickers', 'tribe-common' ),
32
  'default' => 'Y-m-d',
26
  'html' => __( '<p>The following three fields accept the date format options available to the php date() function. <a href="http://codex.wordpress.org/Formatting_Date_and_Time" target="_blank">Learn how to make your own date format here</a>.</p>', 'tribe-common' ),
27
  ),
28
  'datepickerFormat' => array(
29
+ 'type' => 'dropdown',
30
  'label' => esc_html__( 'Datepicker Date Format', 'tribe-common' ),
31
  'tooltip' => esc_html__( 'Select the date format to use in datepickers', 'tribe-common' ),
32
  'default' => 'Y-m-d',
common/src/deprecated/Tribe__Admin__Notice__Archive_Slug_Conflict.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Abstract_Deactivation.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Admin__Helpers.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__App_Shop.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Autoloader.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Cache.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Cache_Listener.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Changelog_Reader.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Credits.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Date_Utils.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Field.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Settings.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Settings_Tab.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Support.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Template_Part_Cache.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__Validate.php CHANGED
File without changes
common/src/deprecated/Tribe__Events__View_Helpers.php CHANGED
File without changes
common/src/deprecated/Tribe__Plugin_Download_Notice.php CHANGED
File without changes
common/src/functions/template-tags/general.php CHANGED
@@ -40,10 +40,10 @@ if ( ! function_exists( 'tribe_update_option' ) ) {
40
  * @param string $optionName Name of the option to retrieve.
41
  * @param string $value Value to save
42
  *
43
- * @return void
44
  */
45
  function tribe_update_option( $optionName, $value ) {
46
- Tribe__Settings_Manager::set_option( $optionName, $value );
47
  }
48
  }//end if
49
 
@@ -474,11 +474,13 @@ if ( ! function_exists( 'tribe_get_date_option' ) ) {
474
  * @param string $slug Slug to save the notice
475
  * @param callable|string $callback A callable Method/Fuction to actually display the notice
476
  * @param array $arguments Arguments to Setup a notice
 
 
477
  *
478
- * @return stdClass Which notice was registered
479
  */
480
- function tribe_notice( $slug, $callback, $arguments = array() ) {
481
- return Tribe__Admin__Notices::instance()->register( $slug, $callback, $arguments );
482
  }
483
 
484
  /**
40
  * @param string $optionName Name of the option to retrieve.
41
  * @param string $value Value to save
42
  *
43
+ * @return bool
44
  */
45
  function tribe_update_option( $optionName, $value ) {
46
+ return Tribe__Settings_Manager::set_option( $optionName, $value );
47
  }
48
  }//end if
49
 
474
  * @param string $slug Slug to save the notice
475
  * @param callable|string $callback A callable Method/Fuction to actually display the notice
476
  * @param array $arguments Arguments to Setup a notice
477
+ * @param callable|null $active_callback An optional callback that should return bool values
478
+ * to indicate whether the notice should display or not.
479
  *
480
+ * @return stdClass Which notice was registered
481
  */
482
+ function tribe_notice( $slug, $callback, $arguments = array(), $active_callback = null ) {
483
+ return Tribe__Admin__Notices::instance()->register( $slug, $callback, $arguments, $active_callback );
484
  }
485
 
486
  /**
common/src/functions/utils.php CHANGED
@@ -117,10 +117,87 @@ if ( ! function_exists( 'tribe_exit' ) ) {
117
 
118
  // Die and exit are language constructs that cannot be used as callbacks on all PHP runtimes
119
  if ( 'die' === $handler || 'exit' === $handler ) {
120
- exit;
121
  }
122
 
123
  return call_user_func( $handler, $status );
124
  }
125
  }
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
 
118
  // Die and exit are language constructs that cannot be used as callbacks on all PHP runtimes
119
  if ( 'die' === $handler || 'exit' === $handler ) {
120
+ exit ( $status );
121
  }
122
 
123
  return call_user_func( $handler, $status );
124
  }
125
  }
126
 
127
+ if ( ! function_exists( 'tribe_get_request_var' ) ) {
128
+ /**
129
+ * Tests to see if the requested variable is set either as a post field or as a URL
130
+ * param and returns the value if so.
131
+ *
132
+ * Post data takes priority over fields passed in the URL query. If the field is not
133
+ * set then $default (null unless a different value is specified) will be returned.
134
+ *
135
+ * The variable being tested for can be an array if you wish to find a nested value.
136
+ *
137
+ * @see Tribe__Utils__Array::get()
138
+ *
139
+ * @param string|array $var
140
+ * @param mixed $default
141
+ *
142
+ * @return mixed
143
+ */
144
+ function tribe_get_request_var( $var, $default = null ) {
145
+ $post_var = Tribe__Utils__Array::get( $_POST, $var );
146
+
147
+ if ( null !== $post_var ) {
148
+ return $post_var;
149
+ }
150
+
151
+ $query_var = Tribe__Utils__Array::get( $_GET, $var );
152
+
153
+ if ( null !== $query_var ) {
154
+ return $query_var;
155
+ }
156
+
157
+ return $default;
158
+ }
159
+ }
160
+
161
+ if ( ! function_exists( 'tribe_is_truthy' ) ) {
162
+ /**
163
+ * Determines if the provided value should be regarded as 'true'.
164
+ *
165
+ * @param mixed $var
166
+ *
167
+ * @return bool
168
+ */
169
+ function tribe_is_truthy( $var ) {
170
+ if ( is_bool( $var ) ) {
171
+ return $var;
172
+ }
173
+
174
+ /**
175
+ * Provides an opportunity to modify strings that will be
176
+ * deemed to evaluate to true.
177
+ *
178
+ * @param array $truthy_strings
179
+ */
180
+ $truthy_strings = (array) apply_filters( 'tribe_is_truthy_strings', array(
181
+ '1',
182
+ 'enable',
183
+ 'enabled',
184
+ 'on',
185
+ 'y',
186
+ 'yes',
187
+ 'true',
188
+ ) );
189
+
190
+ // If $var is a string, it is only true if it is contained in the above array
191
+ if ( in_array( $var, $truthy_strings, true ) ) {
192
+ return true;
193
+ }
194
+
195
+ // All other strings will be treated as false
196
+ if ( is_string( $var ) ) {
197
+ return false;
198
+ }
199
+
200
+ // For other types (ints, floats etc) cast to bool
201
+ return (bool) $var;
202
+ }
203
+ }
common/src/resources/css/app-shop.css CHANGED
File without changes
common/src/resources/css/app-shop.min.css CHANGED
File without changes
common/src/resources/css/bumpdown.css CHANGED
File without changes
common/src/resources/css/bumpdown.min.css CHANGED
File without changes
common/src/resources/css/datatables.css CHANGED
File without changes
common/src/resources/css/datatables.min.css CHANGED
File without changes
common/src/resources/css/datepicker.css ADDED
@@ -0,0 +1,566 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * This CSS file was auto-generated via PostCSS
3
+ *
4
+ * Contributors should avoid editing this file, but instead edit the associated
5
+ * src/resources/postcss/ file. For more information, check out our engineering
6
+ * docs on how we handle CSS in our engineering docs.
7
+ *
8
+ * @see: http://moderntribe.github.io/products-engineering/css/
9
+ */
10
+
11
+ .ui-datepicker body,
12
+ .ui-datepicker button,
13
+ .ui-datepicker input,
14
+ .ui-datepicker select,
15
+ .ui-datepicker textarea {
16
+ font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
17
+ }
18
+
19
+ .ui-datepicker table {
20
+ border: none;
21
+ }
22
+
23
+ .ui-datepicker-month {
24
+ font-weight: bold;
25
+ }
26
+
27
+ /* Interaction Cues
28
+ ----------------------------------*/
29
+
30
+ .ui-state-disabled {
31
+ cursor: default !important;
32
+ pointer-events: none;
33
+ }
34
+
35
+ /* Icons
36
+ ----------------------------------*/
37
+
38
+ .ui-icon {
39
+ display: inline-block;
40
+ vertical-align: middle;
41
+ margin-top: -4px;
42
+ margin-top: -.25rem;
43
+ position: relative;
44
+ text-indent: -99999px;
45
+ overflow: hidden;
46
+ background-repeat: no-repeat;
47
+ }
48
+
49
+ .ui-widget-icon-block {
50
+ left: 50%;
51
+ margin-left: -8px;
52
+ display: block;
53
+ }
54
+
55
+ /* Misc visuals
56
+ ----------------------------------*/
57
+
58
+ /* Overlays */
59
+
60
+ .ui-widget-overlay {
61
+ position: fixed;
62
+ top: 0;
63
+ left: 0;
64
+ width: 100%;
65
+ height: 100%;
66
+ }
67
+
68
+ .ui-datepicker {
69
+ background: #fff;
70
+ box-shadow: 1px 1px 5px rgba(0,0,0,.5);
71
+ width: 17em;
72
+ padding: 1em;
73
+ display: none;
74
+ }
75
+
76
+ .ui-datepicker .ui-datepicker-header {
77
+ margin-bottom: 16px;
78
+ margin-bottom: 1rem;
79
+ position: relative;
80
+ padding: 0;
81
+ }
82
+
83
+ .ui-datepicker .ui-datepicker-prev,
84
+ .ui-datepicker .ui-datepicker-next {
85
+ position: absolute;
86
+ top: 50%;
87
+ -webkit-transform: translateY(-50%);
88
+ transform: translateY(-50%);
89
+ }
90
+
91
+ .ui-datepicker .ui-datepicker-prev:before {
92
+ color: #b1b1b1;
93
+ content: '\2190';
94
+ cursor: pointer;
95
+ }
96
+
97
+ .ui-datepicker .ui-datepicker-prev:hover:before {
98
+ color: #000;
99
+ }
100
+
101
+ .ui-datepicker .ui-datepicker-next:before {
102
+ color: #b1b1b1;
103
+ content: '\2192';
104
+ cursor: pointer;
105
+ }
106
+
107
+ .ui-datepicker .ui-datepicker-next:hover:before {
108
+ color: #000;
109
+ }
110
+
111
+ .ui-datepicker-prev-hover,
112
+ .ui-datepicker-next-hover {
113
+ color: darken(#b1b1b1, 10%);
114
+ }
115
+
116
+ .ui-datepicker .ui-datepicker-prev {
117
+ left: 1px;
118
+ }
119
+
120
+ .ui-datepicker .ui-datepicker-next {
121
+ right: 1px;
122
+ }
123
+
124
+ .ui-datepicker .ui-datepicker-prev-hover {
125
+ left: 1px;
126
+ }
127
+
128
+ .ui-datepicker .ui-datepicker-next-hover {
129
+ right: 1px;
130
+ }
131
+
132
+ .ui-datepicker .ui-datepicker-title {
133
+ margin: 0 2.3em;
134
+ line-height: 1.8;
135
+ text-align: center;
136
+ }
137
+
138
+ select.ui-datepicker-month,
139
+ select.ui-datepicker-year {
140
+ border: none;
141
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
142
+ margin-right: 1px;
143
+ width: 72px;
144
+ width: 4.5rem;
145
+ }
146
+
147
+ .ui-datepicker table {
148
+ width: 100%;
149
+ font-size: 14.4px;
150
+ font-size: .9rem;
151
+ border-collapse: collapse;
152
+ margin: 0 0 6.4px;
153
+ margin: 0 0 .4rem;
154
+ }
155
+
156
+ .ui-datepicker th {
157
+ color: #b1b1b1;
158
+ padding: 11.2px 4.8px;
159
+ padding: .7rem .3rem;
160
+ text-align: center;
161
+ border: 0;
162
+ }
163
+
164
+ .ui-datepicker-calendar td {
165
+ border: 1px solid #ddd;
166
+ padding: 1px;
167
+ }
168
+
169
+ td.ui-datepicker-unselectable {
170
+ border: none;
171
+ }
172
+
173
+ a.ui-state-active {
174
+ background: #0085ba;
175
+ color: #fff;
176
+ }
177
+
178
+ .ui-datepicker td span,
179
+ .ui-datepicker td a {
180
+ display: block;
181
+ padding: 8px 3.2px;
182
+ padding: .5rem .2rem;
183
+ text-align: center;
184
+ text-decoration: none;
185
+ }
186
+
187
+ .ui-datepicker-buttonpane {
188
+ background-image: none;
189
+ margin: 11.2px 0 0 0;
190
+ margin: .7rem 0 0 0;
191
+ padding: 0 3.2px;
192
+ padding: 0 .2rem;
193
+ border-left: 0;
194
+ border-right: 0;
195
+ border-bottom: 0;
196
+ }
197
+
198
+ .ui-datepicker-buttonpane button {
199
+ float: right;
200
+ margin: 8px 3.2px 6.4px;
201
+ margin: .5rem .2rem .4rem;
202
+ cursor: pointer;
203
+ padding: 3.2px 9.6px 4.8px 9.6px;
204
+ padding: .2rem .6rem .3rem .6rem;
205
+ width: auto;
206
+ overflow: visible;
207
+ }
208
+
209
+ .ui-datepicker-buttonpane button.ui-datepicker-current {
210
+ float: left;
211
+ background: #fff;
212
+ border: 1px solid #b1b1b1;
213
+ }
214
+
215
+ button.ui-datepicker-close {
216
+ background: -webkit-linear-gradient(96deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
217
+ background: linear-gradient(354deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
218
+ border: 1px solid #0085ba;
219
+ color: #fff !important;
220
+ font-weight: 400;
221
+ }
222
+
223
+ /* with multiple calendars */
224
+
225
+ .ui-datepicker.ui-datepicker-multi {
226
+ width: auto;
227
+ }
228
+
229
+ .ui-datepicker-multi .ui-datepicker-group {
230
+ float: left;
231
+ }
232
+
233
+ .ui-datepicker-multi .ui-datepicker-group table {
234
+ width: 95%;
235
+ margin: 0 auto 6.4px;
236
+ margin: 0 auto .4rem;
237
+ }
238
+
239
+ .ui-datepicker-multi-2 .ui-datepicker-group {
240
+ width: 50%;
241
+ }
242
+
243
+ .ui-datepicker-multi-3 .ui-datepicker-group {
244
+ width: 33.3%;
245
+ }
246
+
247
+ .ui-datepicker-multi-4 .ui-datepicker-group {
248
+ width: 25%;
249
+ }
250
+
251
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
252
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
253
+ border-left-width: 0;
254
+ }
255
+
256
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
257
+ clear: left;
258
+ }
259
+
260
+ .ui-datepicker-row-break {
261
+ clear: both;
262
+ width: 100%;
263
+ font-size: 0;
264
+ }
265
+
266
+ /* Component containers
267
+ ----------------------------------*/
268
+
269
+ .ui-widget {
270
+ font-size: 19.2px;
271
+ font-size: 1.2rem;
272
+ }
273
+
274
+ .ui-widget .ui-widget {
275
+ font-size: 16px;
276
+ font-size: 1rem;
277
+ }
278
+
279
+ .ui-widget input,
280
+ .ui-widget select,
281
+ .ui-widget textarea,
282
+ .ui-widget button {
283
+ font-size: 16px;
284
+ font-size: 1rem;
285
+ }
286
+
287
+ .ui-widget-content a,
288
+ .ui-widget-header a {
289
+ color: #23282d;
290
+ }
291
+
292
+ /* Interaction states
293
+ ----------------------------------*/
294
+
295
+ .ui-state-default,
296
+ .ui-widget-content .ui-state-default,
297
+ .ui-widget-header .ui-state-default,
298
+ .ui-button,
299
+
300
+ /* We use html here because we need a greater specificity to make sure disabled
301
+ works properly when clicked or hovered */
302
+ html .ui-button.ui-state-disabled:hover,
303
+ html .ui-button.ui-state-disabled:active {
304
+ color: #23282d;
305
+ }
306
+
307
+ .ui-state-default a,
308
+ .ui-state-default a:link,
309
+ .ui-state-default a:visited,
310
+ a.ui-button,
311
+ a:link.ui-button,
312
+ a:visited.ui-button,
313
+ .ui-button {
314
+ color: #23282d;
315
+ text-decoration: none;
316
+ }
317
+
318
+ .ui-state-hover,
319
+ .ui-widget-content .ui-state-hover,
320
+ .ui-widget-header .ui-state-hover,
321
+ .ui-state-focus,
322
+ .ui-widget-content .ui-state-focus,
323
+ .ui-widget-header .ui-state-focus,
324
+ .ui-button:hover,
325
+ .ui-button:focus {
326
+ color: #000;
327
+ }
328
+
329
+ .ui-state-hover a,
330
+ .ui-state-hover a:hover,
331
+ .ui-state-hover a:link,
332
+ .ui-state-hover a:visited,
333
+ .ui-state-focus a,
334
+ .ui-state-focus a:hover,
335
+ .ui-state-focus a:link,
336
+ .ui-state-focus a:visited,
337
+ a.ui-button:hover,
338
+ a.ui-button:focus {
339
+ color: #b1b1b1;
340
+ text-decoration: none;
341
+ }
342
+
343
+ .ui-visual-focus {
344
+ box-shadow: 0 0 3px 1px rgb(94, 158, 214);
345
+ }
346
+
347
+ .ui-state-active,
348
+ .ui-widget-content .ui-state-active,
349
+ .ui-widget-header .ui-state-active,
350
+ a.ui-button:active,
351
+ .ui-button:active,
352
+ .ui-button.ui-state-active:hover {
353
+ background: -webkit-linear-gradient(96deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
354
+ background: linear-gradient(354deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
355
+ color: #fff;
356
+ }
357
+
358
+ .ui-icon-background,
359
+ .ui-state-active .ui-icon-background {
360
+ border: #dddddd;
361
+ background-color: #1c94c4;
362
+ }
363
+
364
+ .ui-state-active a,
365
+ .ui-state-active a:link,
366
+ .ui-state-active a:visited {
367
+ color: #23282d;
368
+ text-decoration: none;
369
+ }
370
+
371
+ /* Interaction Cues
372
+ ----------------------------------*/
373
+
374
+ .ui-state-highlight,
375
+ .ui-widget-content .ui-state-highlight,
376
+ .ui-widget-header .ui-state-highlight {
377
+ background: #ffffff;
378
+ color: #363636;
379
+ }
380
+
381
+ .ui-state-checked {
382
+ background: #ffffff;
383
+ }
384
+
385
+ .ui-state-highlight a,
386
+ .ui-widget-content .ui-state-highlight a,
387
+ .ui-widget-header .ui-state-highlight a {
388
+ color: #363636;
389
+ }
390
+
391
+ .ui-state-error,
392
+ .ui-widget-content .ui-state-error,
393
+ .ui-widget-header .ui-state-error {
394
+ background: #b81900;
395
+ color: #ffffff;
396
+ }
397
+
398
+ .ui-state-error a,
399
+ .ui-widget-content .ui-state-error a,
400
+ .ui-widget-header .ui-state-error a {
401
+ color: #ffffff;
402
+ }
403
+
404
+ .ui-state-error-text,
405
+ .ui-widget-content .ui-state-error-text,
406
+ .ui-widget-header .ui-state-error-text {
407
+ color: #ffffff;
408
+ }
409
+
410
+ .ui-priority-secondary,
411
+ .ui-widget-content .ui-priority-secondary,
412
+ .ui-widget-header .ui-priority-secondary {
413
+ opacity: .7;
414
+ filter:Alpha(Opacity=70); /* support: IE8 */
415
+ font-weight: normal;
416
+ }
417
+
418
+ .ui-state-disabled,
419
+ .ui-widget-content .ui-state-disabled,
420
+ .ui-widget-header .ui-state-disabled {
421
+ opacity: .35;
422
+ filter:Alpha(Opacity=35); /* support: IE8 */
423
+ background-image: none;
424
+ }
425
+
426
+ .ui-state-disabled .ui-icon {
427
+ filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
428
+ }
429
+
430
+ /* Corner radius */
431
+
432
+ .ui-corner-all,
433
+ .ui-corner-top,
434
+ .ui-corner-left,
435
+ .ui-corner-tl {
436
+ border-top-left-radius: 4px;
437
+ }
438
+
439
+ .ui-corner-all,
440
+ .ui-corner-top,
441
+ .ui-corner-right,
442
+ .ui-corner-tr {
443
+ border-top-right-radius: 4px;
444
+ }
445
+
446
+ .ui-corner-all,
447
+ .ui-corner-bottom,
448
+ .ui-corner-left,
449
+ .ui-corner-bl {
450
+ border-bottom-left-radius: 4px;
451
+ }
452
+
453
+ .ui-corner-all,
454
+ .ui-corner-bottom,
455
+ .ui-corner-right,
456
+ .ui-corner-br {
457
+ border-bottom-right-radius: 4px;
458
+ }
459
+
460
+ /* Overlays */
461
+
462
+ .ui-widget-overlay {
463
+ background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
464
+ opacity: .5;
465
+ filter: Alpha(Opacity=50); /* support: IE8 */
466
+ }
467
+
468
+ .ui-widget-shadow {
469
+ box-shadow: -5px -5px 5px #000000;
470
+ }
471
+
472
+ .ui-helper-hidden {
473
+ display: none;
474
+ }
475
+
476
+ .ui-helper-hidden-accessible {
477
+ border: 0;
478
+ clip: rect(0 0 0 0);
479
+ height: 1px;
480
+ margin: -1px;
481
+ overflow: hidden;
482
+ padding: 0;
483
+ position: absolute;
484
+ width: 1px;
485
+ }
486
+
487
+ .ui-helper-reset {
488
+ margin: 0;
489
+ padding: 0;
490
+ border: 0;
491
+ outline: 0;
492
+ line-height: 1.3;
493
+ text-decoration: none;
494
+ font-size: 100%;
495
+ list-style: none;
496
+ }
497
+
498
+ .ui-helper-clearfix:before,
499
+ .ui-helper-clearfix:after {
500
+ content: "";
501
+ display: table;
502
+ border-collapse: collapse;
503
+ }
504
+
505
+ .ui-helper-clearfix:after {
506
+ clear: both;
507
+ }
508
+
509
+ .ui-helper-zfix {
510
+ width: 100%;
511
+ height: 100%;
512
+ top: 0;
513
+ left: 0;
514
+ position: absolute;
515
+ opacity: 0;
516
+ filter:Alpha(Opacity=0); /* support: IE8 */
517
+ }
518
+
519
+ .ui-front {
520
+ z-index: 100;
521
+ }
522
+
523
+ /* RTL support */
524
+
525
+ .ui-datepicker-rtl {
526
+ direction: rtl;
527
+ }
528
+
529
+ .ui-datepicker-rtl .ui-datepicker-prev {
530
+ right: 2px;
531
+ left: auto;
532
+ }
533
+
534
+ .ui-datepicker-rtl .ui-datepicker-next {
535
+ left: 2px;
536
+ right: auto;
537
+ }
538
+
539
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
540
+ right: 1px;
541
+ left: auto;
542
+ }
543
+
544
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
545
+ left: 1px;
546
+ right: auto;
547
+ }
548
+
549
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
550
+ clear: right;
551
+ }
552
+
553
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
554
+ float: left;
555
+ }
556
+
557
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
558
+ .ui-datepicker-rtl .ui-datepicker-group {
559
+ float: right;
560
+ }
561
+
562
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
563
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
564
+ border-right-width: 0;
565
+ border-left-width: 1px;
566
+ }
common/src/resources/css/datepicker.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .ui-datepicker body,.ui-datepicker button,.ui-datepicker input,.ui-datepicker select,.ui-datepicker textarea{font-family:Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.ui-datepicker table{border:none}.ui-datepicker-month{font-weight:700}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-4px;margin-top:-.25rem;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{background:#fff;box-shadow:1px 1px 5px rgba(0,0,0,.5);width:17em;padding:1em;display:none}.ui-datepicker .ui-datepicker-header{margin-bottom:16px;margin-bottom:1rem;position:relative;padding:0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui-datepicker .ui-datepicker-prev:before{color:#b1b1b1;content:'\2190';cursor:pointer}.ui-datepicker .ui-datepicker-prev:hover:before{color:#000}.ui-datepicker .ui-datepicker-next:before{color:#b1b1b1;content:'\2192';cursor:pointer}.ui-datepicker .ui-datepicker-next:hover:before{color:#000}.ui-datepicker-next-hover,.ui-datepicker-prev-hover{color:darken(#b1b1b1,10%)}.ui-datepicker .ui-datepicker-prev{left:1px}.ui-datepicker .ui-datepicker-next{right:1px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8;text-align:center}select.ui-datepicker-month,select.ui-datepicker-year{border:none;box-shadow:0 1px 0 rgba(0,0,0,.1);margin-right:1px;width:72px;width:4.5rem}.ui-datepicker table{width:100%;font-size:14.4px;font-size:.9rem;border-collapse:collapse;margin:0 0 6.4px;margin:0 0 .4rem}.ui-datepicker th{color:#b1b1b1;padding:11.2px 4.8px;padding:.7rem .3rem;text-align:center;border:0}.ui-datepicker-calendar td{border:1px solid #ddd;padding:1px}td.ui-datepicker-unselectable{border:none}a.ui-state-active{background:#0085ba;color:#fff}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:8px 3.2px;padding:.5rem .2rem;text-align:center;text-decoration:none}.ui-datepicker-buttonpane{background-image:none;margin:11.2px 0 0;margin:.7rem 0 0;padding:0 3.2px;padding:0 .2rem;border-left:0;border-right:0;border-bottom:0}.ui-datepicker-buttonpane button{float:right;margin:8px 3.2px 6.4px;margin:.5rem .2rem .4rem;cursor:pointer;padding:3.2px 9.6px 4.8px;padding:.2rem .6rem .3rem;width:auto;overflow:visible}.ui-datepicker-buttonpane button.ui-datepicker-current{float:left;background:#fff;border:1px solid #b1b1b1}button.ui-datepicker-close{background:-webkit-linear-gradient(96deg,#0a55a0,#1288eb);background:linear-gradient(354deg,#0a55a0,#1288eb);border:1px solid #0085ba;color:#fff!important;font-weight:400}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto 6.4px;margin:0 auto .4rem}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-widget{font-size:19.2px;font-size:1.2rem}.ui-widget .ui-widget,.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-size:16px;font-size:1rem}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-content a,.ui-widget-header .ui-state-default,.ui-widget-header a,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{color:#23282d}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#23282d;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{color:#000}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#b1b1b1;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{background:-webkit-linear-gradient(96deg,#0a55a0,#1288eb);background:linear-gradient(354deg,#0a55a0,#1288eb);color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#ddd;background-color:#1c94c4}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#23282d;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{background:#fff;color:#363636}.ui-state-checked{background:#fff}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{background:#b81900;color:#fff}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#fff}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{box-shadow:-5px -5px 5px #000}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:1}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
common/src/resources/css/dependency.css CHANGED
File without changes
common/src/resources/css/dependency.min.css CHANGED
File without changes
common/src/resources/css/tribe-common-admin.css CHANGED
@@ -121,6 +121,9 @@ table.plugins .tribe-plugin-update-message a {
121
  float: left;
122
  max-width: 500px;
123
  }
 
 
 
124
  .tribe-settings-form .tribe-field-radio label,
125
  .tribe-settings-form .tribe-field-checkbox_list label {
126
  display: block;
@@ -207,6 +210,10 @@ table.plugins .tribe-plugin-update-message a {
207
  list-style: circle;
208
  }
209
  /* sizes */
 
 
 
 
210
  .tribe-field-textarea.tribe-size-small textarea {
211
  height: 60px;
212
  width: 180px;
@@ -948,6 +955,86 @@ a.tribe-rating-link {
948
  .api-check .plugin-list span.plugin-invalid:last-of-type:after {
949
  content: '';
950
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
951
  @media
952
  only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
953
  #tribe-loading span {
@@ -985,4 +1072,4 @@ only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device
985
  .api-check .notice-content {
986
  margin-right: 180px;
987
  }
988
- }
121
  float: left;
122
  max-width: 500px;
123
  }
124
+ .tribe-settings-form .tribe-field-wrap *:first-child {
125
+ margin-top: 0;
126
+ }
127
  .tribe-settings-form .tribe-field-radio label,
128
  .tribe-settings-form .tribe-field-checkbox_list label {
129
  display: block;
210
  list-style: circle;
211
  }
212
  /* sizes */
213
+ .tribe-field-inline-text {
214
+ line-height: 28px;
215
+ margin: 0 2px;
216
+ }
217
  .tribe-field-textarea.tribe-size-small textarea {
218
  height: 60px;
219
  width: 180px;
955
  .api-check .plugin-list span.plugin-invalid:last-of-type:after {
956
  content: '';
957
  }
958
+ .tribe-ea-dropdown.select2-container-active .select2-choice, .tribe-dropdown.select2-container-active .select2-choice {
959
+ border-color: #5897fb;
960
+ box-shadow: 0 0 5px rgba(0, 0, 0, .1);
961
+ }
962
+ .tribe-ea-dropdown.select2-dropdown-open .select2-choice, .tribe-dropdown.select2-dropdown-open .select2-choice {
963
+ border-bottom-left-radius: 0;
964
+ border-bottom-right-radius: 0;
965
+ border-color: #aaa;
966
+ }
967
+ .tribe-ea-dropdown .select2-choice, .tribe-dropdown .select2-choice {
968
+ background-image: none;
969
+ border: 1px solid #ccc;
970
+ border-radius: 6px;
971
+ }
972
+ .tribe-ea-dropdown .select2-choice .select2-arrow, .tribe-dropdown .select2-choice .select2-arrow {
973
+ background: transparent;
974
+ background-image: none;
975
+ border-left: 0;
976
+ }
977
+ .tribe-ea-dropdown .select2-choice div, .tribe-dropdown .select2-choice div {
978
+ border-left: 0;
979
+ background: none;
980
+ background-image: none;
981
+ }
982
+ .select2-results li.select2-result-with-children.select2-result-unselectable > .select2-result-label {
983
+ color: #939393;
984
+ font-weight: normal;
985
+ }
986
+ /*
987
+ Red button styles.
988
+
989
+ Credit to https://github.com/jensjns/wp-admin-red-button
990
+ =============================================*/
991
+ .wp-core-ui .button-red {
992
+ background-color: #a00;
993
+ border-color: #9B2124;
994
+ border-bottom-color: #8D1F21;
995
+ box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5);
996
+ color: #fff;
997
+ text-decoration: none;
998
+ text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
999
+ }
1000
+ .wp-core-ui .button-red.hover,
1001
+ .wp-core-ui .button-red:hover,
1002
+ .wp-core-ui .button-red.focus,
1003
+ .wp-core-ui .button-red:focus {
1004
+ background-color: #a00;
1005
+ border-color: #7F1C1F;
1006
+ box-shadow: inset 0 1px 0 rgba(120, 200, 230, .6);
1007
+ color: #fff;
1008
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
1009
+ }
1010
+ .wp-core-ui .button-red.focus,
1011
+ .wp-core-ui .button-red:focus {
1012
+ border-color: #500F0E;
1013
+ box-shadow: inset 0 1px 0 rgba(120, 200, 230, .6), 1px 1px 2px rgba(0, 0, 0, .4);
1014
+ }
1015
+ .wp-core-ui .button-red.active,
1016
+ .wp-core-ui .button-red.active:hover,
1017
+ .wp-core-ui .button-red.active:focus,
1018
+ .wp-core-ui .button-red:active {
1019
+ background: #7F1C1F;
1020
+ border-color: #601312 #AE2426 #AE2426 #AE2426;
1021
+ color: rgba(255, 255, 255, .95);
1022
+ box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
1023
+ text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
1024
+ }
1025
+ .wp-core-ui .button-red[disabled],
1026
+ .wp-core-ui .button-red:disabled,
1027
+ .wp-core-ui .button-red-disabled {
1028
+ color: #E79496 !important;
1029
+ background: #BA292B !important;
1030
+ border-color: #7F1C1F !important;
1031
+ box-shadow: none !important;
1032
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .1) !important;
1033
+ cursor: default;
1034
+ }
1035
+ .ticket_form .select2-container .select2-choice .select2-arrow {
1036
+ display: none;
1037
+ }
1038
  @media
1039
  only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
1040
  #tribe-loading span {
1072
  .api-check .notice-content {
1073
  margin-right: 180px;
1074
  }
1075
+ }
common/src/resources/css/tribe-common-admin.min.css CHANGED
@@ -1 +1 @@
1
- .invalid input{border:2px solid red!important}.valid input{border:1px solid green}.clearfix{zoom:1}.placeholder{color:#999;cursor:text;padding:4px}input:placeholder,textarea:placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.bubble{-khtml-border-radius:3px;background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;border-style:solid;padding:10px}.tribe-sticky-tooltip{color:#bbb}td.tribe_message{padding-bottom:10px!important}#tribe_thanks{float:left;margin:5px 0 0;width:200px}.tribe_brand{font-family:Georgia!important;font-size:17px!important;font-weight:400;margin:8px 0}#tribe-upgrade{background:#f6f6f6;border:1px solid #ccc;border-radius:5px;margin:20px 0 30px;padding:0 20px 20px}#tribe-upgrade .message{background-color:#ffffe0;border:1px solid #e6db55;border-radius:3px;padding:6px 12px}table.plugins .tribe-plugin-update-message{background:#d54e21;color:#fff;display:inline-table;margin:6px 0;padding:10px 12px}table.plugins .tribe-plugin-update-message h4{display:inline;font-weight:700;margin-right:8px}table.plugins .tribe-plugin-update-message h4:after{content:' \00BB '}table.plugins .tribe-plugin-update-message a{color:#fff;text-decoration:underline}.tribe-settings-form{max-width:1000px}.tribe-settings-form fieldset{clear:both;display:inline-block;padding:10px 0}.tribe-settings-form legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 0 5px 20px;text-indent:-20px}.tribe-settings-form .tribe-field-checkbox_list label input,.tribe-settings-form .tribe-field-radio label input{margin-right:5px}.tribe-settings-form .tribe-settings-form-wrap .description,.tribe-settings-form .tribe-settings-form-wrap fieldset,.tribe-settings-form fieldset[id^=tribe-field-geoloc_]{padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap fieldset .description{margin-left:0;max-width:450px;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}.tribe-settings-form .tribe-settings-form-wrap .system-info,.tribe-settings-form .tribe-settings-form-wrap .tribe-sysinfo-optin-msg,.tribe-settings-form .tribe-settings-form-wrap h3+p{margin:0 0 10px;padding-left:12px}.tribe_settings .tribe-field-indent{margin-left:245px}.tribe_settings #pu_dashboard_message{display:none}.tribe_settings .tribe-errors-list{margin-left:15px}.tribe_settings .expiring-license{color:red}.tribe_settings .tribe-error{border:1px solid red}.tribe_settings .tribe-field-description{margin-bottom:0;position:relative;top:-12px}.tribe_settings #ical-link{top:-14px}.tribe-settings-form #tribe-field-stylesheetOption label{margin-left:20px}.tribe-settings-form #tribe-field-stylesheetOption input{margin-left:-20px;margin-right:8px}.tribe-settings-form #tribe-field-stylesheetOption p.description{color:#999}#modern-tribe-info{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img{height:18px;margin:10px 0;width:250px}#modern-tribe-info ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul{list-style:circle}.tribe-field-textarea.tribe-size-small textarea{height:60px;width:180px}.tribe-field-textarea.tribe-size-medium textarea{height:80px;width:300px}.tribe-field-textarea.tribe-size-large textarea{height:120px;width:450px}.tribe-field-license_key.tribe-size-small input,.tribe-field-text.tribe-size-small input{width:50px}.tribe-field-license_key.tribe-size-medium input,.tribe-field-text.tribe-size-medium input{width:225px}.tribe-field-license_key.tribe-size-large input,.tribe-field-text.tribe-size-large input{width:450px}.tribe-field-dropdown.tribe-size-small select{width:100px}.tribe-field-dropdown.tribe-size-medium select{width:300px}.tribe-field-dropdown.tribe-size-large select{width:450px}.tribe-field-dropdown_chosen.tribe-size-small select{width:100px}.tribe-field-dropdown_chosen.tribe-size-medium select{width:200px}.tribe-field-dropdown_chosen.tribe-size-large select{width:300px}.ajax-loading-license,.invalid-key,.valid-key{display:none;margin:0 5px}.ajax-loading-license{position:relative;top:5px}.key-validity{display:inline-block}.invalid-key,.optin-fail{color:red}.optin-success,.valid-key{color:green}.valid-key.service-msg{color:#b72}#additional-field-table{margin-bottom:20px}.tribe-admin-box-left{float:left;width:20%}.tribe-admin-box-left,.tribe-admin-box-right{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:0 20px 15px}.tribe-admin-box-right{float:right;width:68%}.ajax-loader{float:right;margin:10px}.tribe-arrangeable-item{border:1px solid #d3d3d3;border-radius:6px}.tribe-arrangeable-item .ui-state-default{border:none}.tribe-arrangeable-item-top{padding:6px}.tribe-arrangeable-item-top:hover{cursor:move}.tribe-arrangeable-action{float:right}.tribe-arrangeable-child{background-color:#f9f9f9;border-top:1px solid #d3d3d3;display:none;padding:25px}.tribe-arrangeable-child label{display:block;margin:0 0 7px}.tribe_events_active_filter_type_options{margin:10px 0}.tribe_events_active_filter_type_options label{margin:7px 0}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}#event_organizer td small,.OrganizerInfo td small{display:block;margin:0;max-width:250px}#event_organizer .organizer-email,.OrganizerInfo .organizer-email{vertical-align:top}.tribe-table-field-label{max-width:100%;width:200px}#tribe-help-general,#tribe-help-sidebar{float:left;margin-top:20px}#tribe-help-general p{margin-left:15px}#tribe-help-general ul{list-style-type:square}#tribe-help-general ol,#tribe-help-general ul{margin-bottom:20px;margin-left:35px}#tribe-help-general h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}#tribe-help-general h3~h3{margin-top:2.25em}#tribe-help-general h3+p{margin:0 0 20px;padding-left:12px}#tribe-help-general{width:65%}.tribe-help-section{padding-bottom:10px}.tribe-section-type-box{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:8px 20px 12px}.tribe-section-type-box img{height:auto;margin:10px 0;max-width:300px}.tribe-section-type-box ul{list-style:disc;margin-left:20px}.tribe-section-type-box ul ul{list-style:circle}#tribe-log-controls{padding-bottom:16px;padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:16px;padding-right:1rem}#tribe-log-controls .working{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-log-viewer,#tribe-system-info dl.support-stats,.template-updates-wrapper{background:#000;border-radius:2px;color:#888;max-height:400px;overflow:scroll;padding:10px}#tribe-system-info dl.support-stats dt,.template-updates-wrapper dt{clear:both;float:left;font-weight:700;text-transform:uppercase;width:25%}#tribe-system-info dl.support-stats dd,.template-updates-wrapper dd{margin-left:25%;padding-left:10px}.system-info-copy .system-info-copy-btn{padding:6px}.system-info-copy .system-info-copy-btn .dashicons{padding-right:10px}.template-updates-wrapper p{margin-top:0}#tribe-help-sidebar{margin:20px 0 0 3%;max-width:225px;width:32%}.tribe-help-plugin-info{border:1px solid #ccc;padding:0 12px 12px}.tribe-help-plugin-info dd,.tribe-help-plugin-info dt{display:inline;margin:0}.tribe-help-plugin-info dt{font-weight:700}.tribe-help-plugin-info dd:after{content:'';display:block;height:.4em}.tribe-help-plugin-info dd:last-child:after{height:0}.tribe-help-plugin-info+.tribe-help-plugin-info{margin-top:20px}.tribe-help-plugin-info>div{line-height:2em}.tribe-help-plugin-info .star-rating{display:inline-block;margin-left:3px;position:relative;top:-2px}.tribe-help-plugin-info .tribe-list-addons{color:#21a6cb;font-size:24px;list-style:circle inside;margin-bottom:10px;margin-top:10px;padding-left:4px}.tribe-help-plugin-info .tribe-list-addons a{font-size:13px;left:-5px;position:relative;top:-5px}.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon{list-style:disc inside}.ui-widget-overlay{background:#666;filter:Alpha(Opacity=50);opacity:.5}.ui-widget-shadow{background:#000;-webkit-border-radius:5px;-moz-border-radius:5px;filter:Alpha(Opacity=20);margin:-5px 0 0 -5px;opacity:.2;padding:5px}.ui-resizable{position:relative}.ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:2}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.ui-dialog{padding:.2em;position:relative;width:375px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{height:18px;margin:-10px 0 0;padding:1px;position:absolute;right:.3em;top:50%;width:19px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin-left:-8px;margin-top:-8px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{background:none;border:0;overflow:auto;padding:.5em 1em;zoom:1}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin:.5em 0 0;padding:.3em 1em .5em!important;text-align:right}.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;line-height:1.4em;margin:.5em .4em!important;overflow:visible;padding:.2em .6em .3em;text-shadow:none;width:auto}.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none!important;text-align:center}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-datepicker{font-size:8pt}#ui-datepicker-div{display:none}#tribe-loading{background:#fff;background:hsla(0,0%,100%,.8);display:none;height:100%;left:0;position:absolute;top:0;-webkit-transition:all 1s linear;transition:all 1s linear;webkit-transition:all 1s linear;width:100%;z-index:1}#tribe-loading span{background:url(../images/tribe-loading.gif) 0 0 no-repeat;background-size:32px 32px;height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.tribe_update_page,.tribe_welcome_page{max-width:1000px}.tribe-half-column{float:left;margin-bottom:30px;margin-right:5%;width:45%}.tribe-row:after,.tribe-row:before{content:'';display:table}.tribe-row,.tribe-row:after{clear:both}.tribe-row .tribe-half-column:last-child{margin-right:0;width:50%}.tribe_update_page h2,.tribe_welcome_page h2{font-size:30px;line-height:1.2;margin-bottom:20px}.tribe_update_page h3,.tribe_welcome_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4,.tribe_welcome_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p,.tribe_welcome_page p{font-size:14px}p.tribe-welcome-message{font-size:20px;font-weight:400}.tribe_update_page h2:before,.tribe_welcome_page h2:before{content:'\f145';font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}.tribe-welcome-video-wrapper{height:0;margin-bottom:40px;padding-bottom:56.25%;padding-top:25px;position:relative}.tribe-welcome-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}a.tribe-rating-link{text-decoration:none}.tribe-update-links,.tribe-welcome-links{margin-top:30px}.tribe_update_page li:before,.tribe_welcome_page li:before{content:'\2022';padding-right:3px}.tribe_update_page .rss-widget{margin:1em 0}.tribe_update_page a.rsswidget{font-size:14px;font-weight:400;line-height:1}.tribe_update_page .rss-widget li:before{display:none}.tribe-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:16px;margin-right:1rem;padding:1px;width:288px;width:18rem}.tribe-update-bar .progress .bar{background:#ffba00;height:16px;height:1rem;width:1%;background:#7ad03a}#tribe-dialog-wrapper>div{padding:16px;padding:1rem}#tribe-dialog-wrapper>div .stage{display:none}#tribe-dialog-wrapper #heading{background:#fff}#tribe-dialog-wrapper label{display:block}#tribe-dialog-wrapper .select-single-container{border:1px solid #888;overflow-y:scroll;height:300px}#tribe-dialog-wrapper .select-single-container label{opacity:1;padding:3px 5px;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-dialog-wrapper .select-single-container label:nth-child(odd){background:#fff}#tribe-dialog-wrapper .select-single-container label.selected{background:#0073aa;color:#fff;font-weight:700}#tribe-dialog-wrapper .select-single-container label input{display:none}#tribe-dialog-wrapper .select-single-container.updating label{opacity:.35;-webkit-transition:opacity .2s;transition:opacity .2s}.ui-front{z-index:3}.select2-container .select2-choice abbr{top:6px}.wp-list-table.plugins .column-description .update-message{color:#d54e21}.api-check{padding:1em}.api-check+.notice-dismiss:hover:before{color:#fff}.api-check:after,.api-check:before{content:'';display:table}.api-check:after{clear:both}.api-check .tribe-spirit-animal{background:#325f81;background:-webkit-linear-gradient(45deg,#325f81,#3d87c0);background:linear-gradient(45deg,#325f81,#3d87c0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#325f81',endColorstr='#3d87c0',GradientType=1);border-left:4px solid #eee;bottom:0;display:none;padding:16px;padding:1rem;position:absolute;right:0;top:0;width:180px}.api-check .tribe-spirit-animal:before{content:'';display:inline-block;height:100%;width:1%;vertical-align:middle}.api-check .tribe-spirit-animal img{display:inline-block;max-height:100%;max-width:96%;vertical-align:middle}.api-check p{line-height:1.7;margin-bottom:1em}.api-check a{text-decoration:none}.api-check a:hover{text-decoration:underline}.api-check .plugin-list{display:inline;font-weight:600;margin:0;padding:0}.api-check .plugin-list span.plugin-invalid:after{content:', '}.api-check .plugin-list span.plugin-invalid:last-of-type:after{content:''}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#tribe-loading span{background-image:url(../images/tribe-loading@2x.gif)}}@media screen and (max-width:782px){.tribe-half-column,.tribe-row .tribe-half-column:last-child{margin:0 0 20px;width:100%}input[type=email]{width:100%}}@media screen and (max-width:782px){.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}@media screen and (min-width:500px){.api-check .tribe-spirit-animal{display:block}.api-check .notice-content{margin-right:180px}}
1
+ .invalid input{border:2px solid red!important}.valid input{border:1px solid green}.clearfix{zoom:1}.placeholder{color:#999;cursor:text;padding:4px}input:placeholder,textarea:placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.bubble{-khtml-border-radius:3px;background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;border-style:solid;padding:10px}.tribe-sticky-tooltip{color:#bbb}td.tribe_message{padding-bottom:10px!important}#tribe_thanks{float:left;margin:5px 0 0;width:200px}.tribe_brand{font-family:Georgia!important;font-size:17px!important;font-weight:400;margin:8px 0}#tribe-upgrade{background:#f6f6f6;border:1px solid #ccc;border-radius:5px;margin:20px 0 30px;padding:0 20px 20px}#tribe-upgrade .message{background-color:#ffffe0;border:1px solid #e6db55;border-radius:3px;padding:6px 12px}table.plugins .tribe-plugin-update-message{background:#d54e21;color:#fff;display:inline-table;margin:6px 0;padding:10px 12px}table.plugins .tribe-plugin-update-message h4{display:inline;font-weight:700;margin-right:8px}table.plugins .tribe-plugin-update-message h4:after{content:' \00BB '}table.plugins .tribe-plugin-update-message a{color:#fff;text-decoration:underline}.tribe-settings-form{max-width:1000px}.tribe-settings-form fieldset{clear:both;display:inline-block;padding:10px 0}.tribe-settings-form legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-field-wrap :first-child{margin-top:0}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 0 5px 20px;text-indent:-20px}.tribe-settings-form .tribe-field-checkbox_list label input,.tribe-settings-form .tribe-field-radio label input{margin-right:5px}.tribe-settings-form .tribe-settings-form-wrap .description,.tribe-settings-form .tribe-settings-form-wrap fieldset,.tribe-settings-form fieldset[id^=tribe-field-geoloc_]{padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap fieldset .description{margin-left:0;max-width:450px;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}.tribe-settings-form .tribe-settings-form-wrap .system-info,.tribe-settings-form .tribe-settings-form-wrap .tribe-sysinfo-optin-msg,.tribe-settings-form .tribe-settings-form-wrap h3+p{margin:0 0 10px;padding-left:12px}.tribe_settings .tribe-field-indent{margin-left:245px}.tribe_settings #pu_dashboard_message{display:none}.tribe_settings .tribe-errors-list{margin-left:15px}.tribe_settings .expiring-license{color:red}.tribe_settings .tribe-error{border:1px solid red}.tribe_settings .tribe-field-description{margin-bottom:0;position:relative;top:-12px}.tribe_settings #ical-link{top:-14px}.tribe-settings-form #tribe-field-stylesheetOption label{margin-left:20px}.tribe-settings-form #tribe-field-stylesheetOption input{margin-left:-20px;margin-right:8px}.tribe-settings-form #tribe-field-stylesheetOption p.description{color:#999}#modern-tribe-info{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img{height:18px;margin:10px 0;width:250px}#modern-tribe-info ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul{list-style:circle}.tribe-field-inline-text{line-height:28px;margin:0 2px}.tribe-field-textarea.tribe-size-small textarea{height:60px;width:180px}.tribe-field-textarea.tribe-size-medium textarea{height:80px;width:300px}.tribe-field-textarea.tribe-size-large textarea{height:120px;width:450px}.tribe-field-license_key.tribe-size-small input,.tribe-field-text.tribe-size-small input{width:50px}.tribe-field-license_key.tribe-size-medium input,.tribe-field-text.tribe-size-medium input{width:225px}.tribe-field-license_key.tribe-size-large input,.tribe-field-text.tribe-size-large input{width:450px}.tribe-field-dropdown.tribe-size-small select{width:100px}.tribe-field-dropdown.tribe-size-medium select{width:300px}.tribe-field-dropdown.tribe-size-large select{width:450px}.tribe-field-dropdown_chosen.tribe-size-small select{width:100px}.tribe-field-dropdown_chosen.tribe-size-medium select{width:200px}.tribe-field-dropdown_chosen.tribe-size-large select{width:300px}.ajax-loading-license,.invalid-key,.valid-key{display:none;margin:0 5px}.ajax-loading-license{position:relative;top:5px}.key-validity{display:inline-block}.invalid-key,.optin-fail{color:red}.optin-success,.valid-key{color:green}.valid-key.service-msg{color:#b72}#additional-field-table{margin-bottom:20px}.tribe-admin-box-left{float:left;width:20%}.tribe-admin-box-left,.tribe-admin-box-right{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:0 20px 15px}.tribe-admin-box-right{float:right;width:68%}.ajax-loader{float:right;margin:10px}.tribe-arrangeable-item{border:1px solid #d3d3d3;border-radius:6px}.tribe-arrangeable-item .ui-state-default{border:none}.tribe-arrangeable-item-top{padding:6px}.tribe-arrangeable-item-top:hover{cursor:move}.tribe-arrangeable-action{float:right}.tribe-arrangeable-child{background-color:#f9f9f9;border-top:1px solid #d3d3d3;display:none;padding:25px}.tribe-arrangeable-child label{display:block;margin:0 0 7px}.tribe_events_active_filter_type_options{margin:10px 0}.tribe_events_active_filter_type_options label{margin:7px 0}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}#event_organizer td small,.OrganizerInfo td small{display:block;margin:0;max-width:250px}#event_organizer .organizer-email,.OrganizerInfo .organizer-email{vertical-align:top}.tribe-table-field-label{max-width:100%;width:200px}#tribe-help-general,#tribe-help-sidebar{float:left;margin-top:20px}#tribe-help-general p{margin-left:15px}#tribe-help-general ul{list-style-type:square}#tribe-help-general ol,#tribe-help-general ul{margin-bottom:20px;margin-left:35px}#tribe-help-general h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}#tribe-help-general h3~h3{margin-top:2.25em}#tribe-help-general h3+p{margin:0 0 20px;padding-left:12px}#tribe-help-general{width:65%}.tribe-help-section{padding-bottom:10px}.tribe-section-type-box{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:8px 20px 12px}.tribe-section-type-box img{height:auto;margin:10px 0;max-width:300px}.tribe-section-type-box ul{list-style:disc;margin-left:20px}.tribe-section-type-box ul ul{list-style:circle}#tribe-log-controls{padding-bottom:16px;padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:16px;padding-right:1rem}#tribe-log-controls .working{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-log-viewer,#tribe-system-info dl.support-stats,.template-updates-wrapper{background:#000;border-radius:2px;color:#888;max-height:400px;overflow:scroll;padding:10px}#tribe-system-info dl.support-stats dt,.template-updates-wrapper dt{clear:both;float:left;font-weight:700;text-transform:uppercase;width:25%}#tribe-system-info dl.support-stats dd,.template-updates-wrapper dd{margin-left:25%;padding-left:10px}.system-info-copy .system-info-copy-btn{padding:6px}.system-info-copy .system-info-copy-btn .dashicons{padding-right:10px}.template-updates-wrapper p{margin-top:0}#tribe-help-sidebar{margin:20px 0 0 3%;max-width:225px;width:32%}.tribe-help-plugin-info{border:1px solid #ccc;padding:0 12px 12px}.tribe-help-plugin-info dd,.tribe-help-plugin-info dt{display:inline;margin:0}.tribe-help-plugin-info dt{font-weight:700}.tribe-help-plugin-info dd:after{content:'';display:block;height:.4em}.tribe-help-plugin-info dd:last-child:after{height:0}.tribe-help-plugin-info+.tribe-help-plugin-info{margin-top:20px}.tribe-help-plugin-info>div{line-height:2em}.tribe-help-plugin-info .star-rating{display:inline-block;margin-left:3px;position:relative;top:-2px}.tribe-help-plugin-info .tribe-list-addons{color:#21a6cb;font-size:24px;list-style:circle inside;margin-bottom:10px;margin-top:10px;padding-left:4px}.tribe-help-plugin-info .tribe-list-addons a{font-size:13px;left:-5px;position:relative;top:-5px}.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon{list-style:disc inside}.ui-widget-overlay{background:#666;filter:Alpha(Opacity=50);opacity:.5}.ui-widget-shadow{background:#000;-webkit-border-radius:5px;-moz-border-radius:5px;filter:Alpha(Opacity=20);margin:-5px 0 0 -5px;opacity:.2;padding:5px}.ui-resizable{position:relative}.ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:2}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.ui-dialog{padding:.2em;position:relative;width:375px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{height:18px;margin:-10px 0 0;padding:1px;position:absolute;right:.3em;top:50%;width:19px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin-left:-8px;margin-top:-8px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{background:none;border:0;overflow:auto;padding:.5em 1em;zoom:1}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin:.5em 0 0;padding:.3em 1em .5em!important;text-align:right}.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;line-height:1.4em;margin:.5em .4em!important;overflow:visible;padding:.2em .6em .3em;text-shadow:none;width:auto}.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none!important;text-align:center}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-datepicker{font-size:8pt}#ui-datepicker-div{display:none}#tribe-loading{background:#fff;background:hsla(0,0%,100%,.8);display:none;height:100%;left:0;position:absolute;top:0;-webkit-transition:all 1s linear;transition:all 1s linear;webkit-transition:all 1s linear;width:100%;z-index:1}#tribe-loading span{background:url(../images/tribe-loading.gif) 0 0 no-repeat;background-size:32px 32px;height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.tribe_update_page,.tribe_welcome_page{max-width:1000px}.tribe-half-column{float:left;margin-bottom:30px;margin-right:5%;width:45%}.tribe-row:after,.tribe-row:before{content:'';display:table}.tribe-row,.tribe-row:after{clear:both}.tribe-row .tribe-half-column:last-child{margin-right:0;width:50%}.tribe_update_page h2,.tribe_welcome_page h2{font-size:30px;line-height:1.2;margin-bottom:20px}.tribe_update_page h3,.tribe_welcome_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4,.tribe_welcome_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p,.tribe_welcome_page p{font-size:14px}p.tribe-welcome-message{font-size:20px;font-weight:400}.tribe_update_page h2:before,.tribe_welcome_page h2:before{content:'\f145';font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}.tribe-welcome-video-wrapper{height:0;margin-bottom:40px;padding-bottom:56.25%;padding-top:25px;position:relative}.tribe-welcome-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}a.tribe-rating-link{text-decoration:none}.tribe-update-links,.tribe-welcome-links{margin-top:30px}.tribe_update_page li:before,.tribe_welcome_page li:before{content:'\2022';padding-right:3px}.tribe_update_page .rss-widget{margin:1em 0}.tribe_update_page a.rsswidget{font-size:14px;font-weight:400;line-height:1}.tribe_update_page .rss-widget li:before{display:none}.tribe-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:16px;margin-right:1rem;padding:1px;width:288px;width:18rem}.tribe-update-bar .progress .bar{background:#ffba00;height:16px;height:1rem;width:1%;background:#7ad03a}#tribe-dialog-wrapper>div{padding:16px;padding:1rem}#tribe-dialog-wrapper>div .stage{display:none}#tribe-dialog-wrapper #heading{background:#fff}#tribe-dialog-wrapper label{display:block}#tribe-dialog-wrapper .select-single-container{border:1px solid #888;overflow-y:scroll;height:300px}#tribe-dialog-wrapper .select-single-container label{opacity:1;padding:3px 5px;-webkit-transition:opacity .2s;transition:opacity .2s}#tribe-dialog-wrapper .select-single-container label:nth-child(odd){background:#fff}#tribe-dialog-wrapper .select-single-container label.selected{background:#0073aa;color:#fff;font-weight:700}#tribe-dialog-wrapper .select-single-container label input{display:none}#tribe-dialog-wrapper .select-single-container.updating label{opacity:.35;-webkit-transition:opacity .2s;transition:opacity .2s}.ui-front{z-index:3}.select2-container .select2-choice abbr{top:6px}.wp-list-table.plugins .column-description .update-message{color:#d54e21}.api-check{padding:1em}.api-check+.notice-dismiss:hover:before{color:#fff}.api-check:after,.api-check:before{content:'';display:table}.api-check:after{clear:both}.api-check .tribe-spirit-animal{background:#325f81;background:-webkit-linear-gradient(45deg,#325f81,#3d87c0);background:linear-gradient(45deg,#325f81,#3d87c0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#325f81',endColorstr='#3d87c0',GradientType=1);border-left:4px solid #eee;bottom:0;display:none;padding:16px;padding:1rem;position:absolute;right:0;top:0;width:180px}.api-check .tribe-spirit-animal:before{content:'';display:inline-block;height:100%;width:1%;vertical-align:middle}.api-check .tribe-spirit-animal img{display:inline-block;max-height:100%;max-width:96%;vertical-align:middle}.api-check p{line-height:1.7;margin-bottom:1em}.api-check a{text-decoration:none}.api-check a:hover{text-decoration:underline}.api-check .plugin-list{display:inline;font-weight:600;margin:0;padding:0}.api-check .plugin-list span.plugin-invalid:after{content:', '}.api-check .plugin-list span.plugin-invalid:last-of-type:after{content:''}.tribe-dropdown.select2-container-active .select2-choice,.tribe-ea-dropdown.select2-container-active .select2-choice{border-color:#5897fb;box-shadow:0 0 5px rgba(0,0,0,.1)}.tribe-dropdown.select2-dropdown-open .select2-choice,.tribe-ea-dropdown.select2-dropdown-open .select2-choice{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#aaa}.tribe-dropdown .select2-choice,.tribe-ea-dropdown .select2-choice{background-image:none;border:1px solid #ccc;border-radius:6px}.tribe-dropdown .select2-choice .select2-arrow,.tribe-ea-dropdown .select2-choice .select2-arrow{background:transparent;background-image:none;border-left:0}.tribe-dropdown .select2-choice div,.tribe-ea-dropdown .select2-choice div{border-left:0;background:none;background-image:none}.select2-results li.select2-result-with-children.select2-result-unselectable>.select2-result-label{color:#939393;font-weight:400}.wp-core-ui .button-red{background-color:#a00;border-color:#9b2124;border-bottom-color:#8d1f21;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red.hover,.wp-core-ui .button-red:focus,.wp-core-ui .button-red:hover{background-color:#a00;border-color:#7f1c1f;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red:focus{border-color:#500f0e;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .button-red.active,.wp-core-ui .button-red.active:focus,.wp-core-ui .button-red.active:hover,.wp-core-ui .button-red:active{background:#7f1c1f;border-color:#601312 #ae2426 #ae2426;color:hsla(0,0%,100%,.95);box-shadow:inset 0 1px 0 rgba(0,0,0,.1);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red-disabled,.wp-core-ui .button-red:disabled,.wp-core-ui .button-red[disabled]{color:#e79496!important;background:#ba292b!important;border-color:#7f1c1f!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.ticket_form .select2-container .select2-choice .select2-arrow{display:none}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#tribe-loading span{background-image:url(../images/tribe-loading@2x.gif)}}@media screen and (max-width:782px){.tribe-half-column,.tribe-row .tribe-half-column:last-child{margin:0 0 20px;width:100%}input[type=email]{width:100%}}@media screen and (max-width:782px){.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}@media screen and (min-width:500px){.api-check .tribe-spirit-animal{display:block}.api-check .notice-content{margin-right:180px}}
common/src/resources/images/app-shop-banner.jpg CHANGED
File without changes
common/src/resources/images/app-shop-community-tickets.jpg CHANGED
File without changes
common/src/resources/images/app-shop-community.jpg CHANGED
File without changes
common/src/resources/images/app-shop-eventbrite.jpg CHANGED
File without changes
common/src/resources/images/app-shop-filter-bar.jpg CHANGED
File without changes
common/src/resources/images/app-shop-ical.jpg CHANGED
File without changes
common/src/resources/images/app-shop-pro.jpg CHANGED
File without changes
common/src/resources/images/app-shop-tickets-plus.jpg CHANGED
File without changes
common/src/resources/images/donate-link-pro-screenshot.jpg CHANGED
File without changes
common/src/resources/images/donate-link-screenshot.jpg CHANGED
File without changes
common/src/resources/images/modern-tribe.png CHANGED
File without changes
common/src/resources/images/modern-tribe@2x.png CHANGED
File without changes
common/src/resources/images/spirit-animal.png CHANGED
File without changes
common/src/resources/images/tribe-loading.gif CHANGED
File without changes
common/src/resources/images/tribe-loading@2x.gif CHANGED
File without changes
common/src/resources/js/admin-date-preview.js CHANGED
File without changes
common/src/resources/js/admin-date-preview.min.js CHANGED
File without changes
common/src/resources/js/admin-log-controls.js CHANGED
File without changes
common/src/resources/js/admin-log-controls.min.js CHANGED
File without changes
common/src/resources/js/app-shop.js CHANGED
File without changes
common/src/resources/js/app-shop.min.js CHANGED
File without changes
common/src/resources/js/bumpdown.js CHANGED
File without changes
common/src/resources/js/bumpdown.min.js CHANGED
File without changes
common/src/resources/js/dependency.js CHANGED
@@ -24,7 +24,8 @@
24
  'verify.dependency': function( e ) {
25
  var $field = $( this ),
26
  selector = '#' + $field.attr( 'id' ),
27
- value = $field.val();
 
28
 
29
  // We need an ID to make something depend on this
30
  if ( ! selector ) {
@@ -32,42 +33,105 @@
32
  }
33
 
34
  // Fetch dependent elements
35
- var $dependents = $document.find( '[data-depends="' + selector + '"]' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  $dependents.each( function( k, dependent ) {
38
- var $dependent = $( dependent ),
39
- condition = $dependent.data( 'condition' ),
40
- not_condition = $dependent.data( 'conditionNot' ),
41
- is_not_empty = $dependent.data( 'conditionNotEmpty' ) || $dependent.is( '[data-condition-not-empty]' ),
42
- is_empty = $dependent.data( 'conditionEmpty' ) || $dependent.is( '[data-condition-empty]' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  is_disabled = $field.is( ':disabled' ),
44
- active_class = selectors.active.replace( '.', '' );
45
-
46
- if (
47
- (
48
- ( is_empty && '' == value )
49
- || ( is_not_empty && '' != value )
50
- || ( _.isArray( condition ) && -1 !== _.findIndex( condition, value ) )
51
- || ( 'undefined' !== typeof condition && value == condition )
52
- || ( 'undefined' !== typeof not_condition && value != not_condition )
53
- ) && ! is_disabled
54
- ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  $dependent
56
- .addClass( active_class )
57
  .find( selectors.fields ).prop( 'disabled', false )
58
  .end().find( '.select2-container' ).select2( 'enable', true );
 
 
59
 
60
- if ( $( '#s2id_' + $dependent.attr( 'id' ) ).length ) {
61
- $( '#s2id_' + $dependent.attr( 'id' ) ).addClass( active_class );
 
62
  }
63
- } else {
64
  $dependent
65
- .removeClass( active_class )
66
  .find( selectors.fields ).prop( 'disabled', true )
67
  .end().find( '.select2-container' ).select2( 'enable', false );
68
 
69
- if ( $( '#s2id_' + $dependent.attr( 'id' ) ).length ) {
70
- $( '#s2id_' + $dependent.attr( 'id' ) ).removeClass( active_class );
71
  }
72
  }
73
 
@@ -78,7 +142,7 @@
78
  'change.dependency': function( e ) {
79
  $( this ).trigger( 'verify.dependency' );
80
  }
81
- }, selectors.dependency )
82
 
83
  // Configure on Document ready for the default trigger
84
  $document.ready( function() {
24
  'verify.dependency': function( e ) {
25
  var $field = $( this ),
26
  selector = '#' + $field.attr( 'id' ),
27
+ value = $field.val(),
28
+ constraint_conditions;
29
 
30
  // We need an ID to make something depend on this
31
  if ( ! selector ) {
33
  }
34
 
35
  // Fetch dependent elements
36
+ var $dependents = $document.find( '[data-depends="' + selector + '"]' ).not( '.select2-container' );
37
+
38
+ // setup each constraint truth condition
39
+ // each function will be passed the value, the constraint and the depending field
40
+ constraint_conditions = {
41
+ 'condition': function ( val, constraint ) {
42
+ return _.isArray( constraint ) ? -1 !== constraint.indexOf( val ) : val == constraint;
43
+ },
44
+ 'not_condition': function ( val, constraint ) {
45
+ return _.isArray( constraint ) ? -1 === constraint.indexOf( val ) : val != constraint;
46
+ },
47
+ 'is_not_empty': function ( val ) {
48
+ return '' != val;
49
+ },
50
+ 'is_empty': function ( val ) {
51
+ return '' === val;
52
+ },
53
+ 'is_numeric': function ( val ) {
54
+ return $.isNumeric( val );
55
+ },
56
+ 'is_not_numeric': function ( val ) {
57
+ return ! $.isNumeric( val );
58
+ },
59
+ 'is_checked': function ( _, __, $field ) {
60
+ return $field.is( ':checkbox' ) ? $field.is( ':checked' ) : false;
61
+ }
62
+ };
63
 
64
  $dependents.each( function( k, dependent ) {
65
+ var container_parent = $( this ).data( 'parent' );
66
+ var $dependent = null;
67
+ if ( container_parent ) {
68
+ $dependent = $( this ).closest( container_parent ).find( dependent );
69
+ } else {
70
+ $dependent = $( dependent );
71
+ }
72
+
73
+ var constraints = {
74
+ condition: $dependent.data( 'condition' ) || false,
75
+ not_condition: $dependent.data( 'conditionNot' ) || false,
76
+ is_not_empty: $dependent.data( 'conditionNotEmpty' ) || $dependent.is( '[data-condition-not-empty]' ),
77
+ is_empty: $dependent.data( 'conditionEmpty' ) || $dependent.is( '[data-condition-empty]' ),
78
+ is_numeric: $dependent.data( 'conditionIsNumeric' ) || $dependent.is( '[data-condition-is-numeric]' ),
79
+ is_not_numeric: $dependent.data( 'conditionIsNotNumeric' ) || $dependent.is( '[data-condition-is-not-numeric]' ),
80
+ is_checked: $dependent.data( 'conditionChecked' ) || $dependent.is( '[data-condition-is-checked]' ),
81
+ },
82
+ active_class = selectors.active.replace( '.', '' ),
83
  is_disabled = $field.is( ':disabled' ),
84
+ condition_relation = $dependent.data( 'condition-relation' ) || 'or',
85
+ passes;
86
+
87
+ constraints = _.pick( constraints, function ( is_applicable ) {
88
+ return is_applicable;
89
+ } );
90
+
91
+ if ( 'or' === condition_relation ) {
92
+ passes = _.reduce( constraints, function ( passes, constraint, key ) {
93
+ return passes || constraint_conditions[ key ]( value, constraint, $field );
94
+ }, false );
95
+ } else {
96
+ passes = _.reduce( constraints, function ( passes, constraint, key ) {
97
+ return passes && constraint_conditions[ key ]( value, constraint, $field );
98
+ }, true );
99
+ }
100
+
101
+ if ( passes && ! is_disabled ) {
102
+ if ( $dependent.data( 'select2' ) ) {
103
+ $dependent.data( 'select2' ).container.addClass( active_class );
104
+
105
+ // ideally the class should be enough, but just in case...
106
+ if ( $dependent.data( 'select2' ).container.is( ':hidden' ) ) {
107
+ $dependent.data( 'select2' ).container.show();
108
+ }
109
+ } else {
110
+ $dependent.addClass( active_class );
111
+
112
+ // ideally the class should be enough, but just in case...
113
+ if ( $dependent.is( ':hidden' ) ) {
114
+ $dependent.show();
115
+ }
116
+ }
117
+
118
  $dependent
 
119
  .find( selectors.fields ).prop( 'disabled', false )
120
  .end().find( '.select2-container' ).select2( 'enable', true );
121
+ } else {
122
+ $dependent.removeClass( active_class );
123
 
124
+ // ideally the class should be enough, but just in case...
125
+ if ( $dependent.is( ':visible' ) ) {
126
+ $dependent.hide();
127
  }
128
+
129
  $dependent
 
130
  .find( selectors.fields ).prop( 'disabled', true )
131
  .end().find( '.select2-container' ).select2( 'enable', false );
132
 
133
+ if ( $dependent.data( 'select2' ) ) {
134
+ $dependent.data( 'select2' ).container.removeClass( active_class );
135
  }
136
  }
137
 
142
  'change.dependency': function( e ) {
143
  $( this ).trigger( 'verify.dependency' );
144
  }
145
+ }, selectors.dependency );
146
 
147
  // Configure on Document ready for the default trigger
148
  $document.ready( function() {
common/src/resources/js/dependency.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,d){"use strict";var n=e(document),t={dependent:".tribe-dependent",active:".tribe-active",dependency:".tribe-dependency",fields:"input, select, textarea",advanced_fields:".select2-container"};e.fn.dependency=function(){this.each(function(){var d=e(this).data("depends");e(d).addClass(t.dependency.replace(".","")).data("dependent",e(this))})},n.off("change.dependency verify.dependency",t.dependency).on({"verify.dependency":function(i){var a=e(this),c="#"+a.attr("id"),s=a.val();if(c){var r=n.find('[data-depends="'+c+'"]');r.each(function(n,i){var c=e(i),r=c.data("condition"),o=c.data("conditionNot"),p=c.data("conditionNotEmpty")||c.is("[data-condition-not-empty]"),f=c.data("conditionEmpty")||c.is("[data-condition-empty]"),y=a.is(":disabled"),l=t.active.replace(".","");(f&&""==s||p&&""!=s||d.isArray(r)&&-1!==d.findIndex(r,s)||"undefined"!=typeof r&&s==r||"undefined"!=typeof o&&s!=o)&&!y?(c.addClass(l).find(t.fields).prop("disabled",!1).end().find(".select2-container").select2("enable",!0),e("#s2id_"+c.attr("id")).length&&e("#s2id_"+c.attr("id")).addClass(l)):(c.removeClass(l).find(t.fields).prop("disabled",!0).end().find(".select2-container").select2("enable",!1),e("#s2id_"+c.attr("id")).length&&e("#s2id_"+c.attr("id")).removeClass(l)),c.find(t.dependency).trigger("change")})}},"change.dependency":function(d){e(this).trigger("verify.dependency")}},t.dependency),n.ready(function(){e(t.dependent).dependency(),e(t.dependency).trigger("verify.dependency")})}(jQuery,_);
1
+ !function(e,n){"use strict";var i=e(document),t={dependent:".tribe-dependent",active:".tribe-active",dependency:".tribe-dependency",fields:"input, select, textarea",advanced_fields:".select2-container"};e.fn.dependency=function(){this.each(function(){var n=e(this).data("depends");e(n).addClass(t.dependency.replace(".","")).data("dependent",e(this))})},i.off("change.dependency verify.dependency",t.dependency).on({"verify.dependency":function(d){var c,a=e(this),o="#"+a.attr("id"),r=a.val();if(o){var s=i.find('[data-depends="'+o+'"]').not(".select2-container");c={condition:function(e,i){return n.isArray(i)?-1!==i.indexOf(e):e==i},not_condition:function(e,i){return n.isArray(i)?-1===i.indexOf(e):e!=i},is_not_empty:function(e){return""!=e},is_empty:function(e){return""===e},is_numeric:function(n){return e.isNumeric(n)},is_not_numeric:function(n){return!e.isNumeric(n)},is_checked:function(e,n,i){return i.is(":checkbox")?i.is(":checked"):!1}},s.each(function(i,d){var o=e(this).data("parent"),s=null;s=o?e(this).closest(o).find(d):e(d);var u,f={condition:s.data("condition")||!1,not_condition:s.data("conditionNot")||!1,is_not_empty:s.data("conditionNotEmpty")||s.is("[data-condition-not-empty]"),is_empty:s.data("conditionEmpty")||s.is("[data-condition-empty]"),is_numeric:s.data("conditionIsNumeric")||s.is("[data-condition-is-numeric]"),is_not_numeric:s.data("conditionIsNotNumeric")||s.is("[data-condition-is-not-numeric]"),is_checked:s.data("conditionChecked")||s.is("[data-condition-is-checked]")},p=t.active.replace(".",""),l=a.is(":disabled"),y=s.data("condition-relation")||"or";f=n.pick(f,function(e){return e}),u="or"===y?n.reduce(f,function(e,n,i){return e||c[i](r,n,a)},!1):n.reduce(f,function(e,n,i){return e&&c[i](r,n,a)},!0),u&&!l?(s.data("select2")?(s.data("select2").container.addClass(p),s.data("select2").container.is(":hidden")&&s.data("select2").container.show()):(s.addClass(p),s.is(":hidden")&&s.show()),s.find(t.fields).prop("disabled",!1).end().find(".select2-container").select2("enable",!0)):(s.removeClass(p),s.is(":visible")&&s.hide(),s.find(t.fields).prop("disabled",!0).end().find(".select2-container").select2("enable",!1),s.data("select2")&&s.data("select2").container.removeClass(p)),s.find(t.dependency).trigger("change")})}},"change.dependency":function(n){e(this).trigger("verify.dependency")}},t.dependency),i.ready(function(){e(t.dependent).dependency(),e(t.dependency).trigger("verify.dependency")})}(jQuery,_);
common/src/resources/js/dropdowns.js ADDED
@@ -0,0 +1,424 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var tribe_dropdowns = tribe_dropdowns || {};
2
+
3
+ ( function( $, obj ) {
4
+ 'use strict';
5
+
6
+ obj.selector = {
7
+ dropdown: '.tribe-dropdown'
8
+ };
9
+
10
+ // Setup a Dependent
11
+ $.fn.tribe_dropdowns = function () {
12
+ obj.dropdown( this );
13
+
14
+ return this;
15
+ };
16
+
17
+ obj.freefrom_create_search_choice = function( term, data ) {
18
+ var args = this.opts,
19
+ $select = args.$select;
20
+
21
+ if (
22
+ term.match( args.regexToken )
23
+ && (
24
+ ! $select.is( '[data-int]' )
25
+ || (
26
+ $select.is( '[data-int]' )
27
+ && term.match( /\d+/ )
28
+ )
29
+ )
30
+ ) {
31
+ var choice = { id: term, text: term, new: true };
32
+ if ( $select.is( '[data-create-choice-template]' ) ) {
33
+ choice.text = _.template( $select.data( 'createChoiceTemplate' ) )( { term: term } );
34
+ }
35
+
36
+ return choice;
37
+ }
38
+ };
39
+
40
+ obj.allow_html_markup = function ( m ) {
41
+ return m;
42
+ };
43
+
44
+ /**
45
+ * Better Search ID for Select2, compatible with WordPress ID from WP_Query
46
+ *
47
+ * @param {object|string} e Searched object or the actual ID
48
+ * @return {string} ID of the object
49
+ */
50
+ obj.search_id = function ( e ) {
51
+ var id = undefined;
52
+
53
+ if ( 'undefined' !== typeof e.id ){
54
+ id = e.id;
55
+ } else if ( 'undefined' !== typeof e.ID ){
56
+ id = e.ID;
57
+ } else if ( 'undefined' !== typeof e.value ){
58
+ id = e.value;
59
+ }
60
+ return undefined === e ? undefined : id;
61
+ };
62
+
63
+ /**
64
+ * Better way of matching results
65
+ *
66
+ * @param {string} term Which term we are searching for
67
+ * @param {string} text Search here
68
+ * @return {boolean}
69
+ */
70
+ obj.matcher = function ( term, text ) {
71
+ var $select = this.element,
72
+ args = $select.data( 'dropdown' ),
73
+ result = text.toUpperCase().indexOf( term.toUpperCase() ) == 0;
74
+
75
+ if ( ! result && 'undefined' !== typeof args.tags ){
76
+ var possible = _.where( args.tags, { text: text } );
77
+ if ( args.tags.length > 0 && _.isObject( possible ) ){
78
+ var test_value = obj.search_id( possible[0] );
79
+ result = test_value.toUpperCase().indexOf( term.toUpperCase() ) == 0;
80
+ }
81
+ }
82
+
83
+ return result;
84
+ };
85
+
86
+ /**
87
+ * If the element used as the basis of a dropdown specifies one or more numeric/text
88
+ * identifiers in its val attribute, then use those to preselect the appropriate options.
89
+ *
90
+ * @param {object} $select
91
+ * @param {function} make_selection
92
+ */
93
+ obj.init_selection = function( $select, make_selection ) {
94
+ var is_multiple = $select.is( '[data-multiple]' ),
95
+ options = $select.data( 'dropdown' ),
96
+ current_values = $select.val().split( options.regexSplit ),
97
+ selected_items = [];
98
+
99
+ $( current_values ).each( function() {
100
+ var search_for = { id: this, text: this };
101
+ var located_item = find_item( search_for, options.data );
102
+
103
+ if ( located_item ) {
104
+ selected_items.push( located_item );
105
+ }
106
+ } );
107
+
108
+ if ( selected_items.length && is_multiple ) {
109
+ make_selection( selected_items );
110
+ } else if ( selected_items.length ) {
111
+ make_selection( selected_items[ 0 ] );
112
+ }
113
+ };
114
+
115
+ /**
116
+ * Searches array 'haystack' for objects that match 'description'.
117
+ *
118
+ * The 'description' object should take the form { id: number, text: string }. The first
119
+ * object within the haystack that matches one of those two properties will be returned.
120
+ *
121
+ * If objects contain an array named 'children', then that array will also be searched.
122
+ *
123
+ * @param {Object} description
124
+ * @param {Array} haystack
125
+ *
126
+ * @return {Object|boolean}
127
+ */
128
+ function find_item( description, haystack ) {
129
+ if ( ! $.isArray( haystack ) ) {
130
+ return false;
131
+ }
132
+
133
+ for ( var index in haystack ) {
134
+ var possible_match = haystack[ index ];
135
+
136
+ if ( possible_match.hasOwnProperty( 'id' ) && possible_match.id == description.id ) {
137
+ return possible_match;
138
+ }
139
+
140
+ if ( possible_match.hasOwnProperty( 'text' ) && possible_match.text == description.text ) {
141
+ return possible_match;
142
+ }
143
+
144
+ if ( possible_match.hasOwnProperty( 'children' ) && $.isArray( possible_match.children ) ) {
145
+ var subsearch = find_item( description, possible_match.children );
146
+
147
+ if ( subsearch ) {
148
+ return subsearch;
149
+ }
150
+ }
151
+ }
152
+
153
+ return false;
154
+ }
155
+
156
+ obj.element = function ( event ) {
157
+ var $select = $( this ),
158
+ args = {},
159
+ carryOverData = [
160
+ 'depends',
161
+ 'condition',
162
+ 'conditionNot',
163
+ 'condition-not',
164
+ 'conditionNotEmpty',
165
+ 'condition-not-empty',
166
+ 'conditionEmpty',
167
+ 'condition-empty',
168
+ 'conditionIsNumeric',
169
+ 'condition-is-numeric',
170
+ 'conditionIsNotNumeric',
171
+ 'condition-is-not-numeric',
172
+ 'conditionChecked',
173
+ 'condition-is-checked'
174
+ ],
175
+ $container;
176
+
177
+ // For Reference we save the jQuery element as an Arg
178
+ args.$select = $select;
179
+
180
+ // Auto define the Width of the Select2
181
+ args.dropdownAutoWidth = true;
182
+
183
+ // CSS for the container
184
+ args.containerCss = {};
185
+
186
+ // Only apply visibility when it's a Visible Select2
187
+ if ( $select.is( ':visible' ) ) {
188
+ args.containerCss.display = 'inline-block';
189
+ }
190
+
191
+ // CSS for the dropdown
192
+ args.dropdownCss = {
193
+ 'width': 'auto'
194
+ };
195
+
196
+ // How do we match the Search
197
+ args.matcher = obj.matcher;
198
+
199
+ if ( ! $select.is( 'select' ) ) {
200
+ // Better Method for finding the ID
201
+ args.id = obj.search_id;
202
+ }
203
+
204
+ // By default we allow The field to be cleared
205
+ args.allowClear = true;
206
+ if ( $select.is( '[data-prevent-clear]' ) ) {
207
+ args.allowClear = false;
208
+ }
209
+
210
+ // If we are dealing with a Input Hidden we need to set the Data for it to work
211
+ if ( $select.is( '[data-options]' ) ) {
212
+ args.data = $select.data( 'options' );
213
+
214
+ if ( ! $select.is( 'select' ) ) {
215
+ args.initSelection = obj.init_selection;
216
+ }
217
+ }
218
+
219
+ // Don't Remove HTML elements or escape elements
220
+ if ( $select.is( '[data-allow-html]' ) ) {
221
+ args.escapeMarkup = obj.allow_html_markup;
222
+ }
223
+
224
+ // Prevents the Search box to show
225
+ if ( $select.is( '[data-hide-search]' ) ) {
226
+ args.minimumResultsForSearch = Infinity;
227
+ }
228
+
229
+ // Allows freeform entry
230
+ if ( $select.is( '[data-freeform]' ) ) {
231
+ args.createSearchChoice = obj.freefrom_create_search_choice;
232
+ }
233
+
234
+ if ( 'tribe-ea-field-origin' === $select.attr( 'id' ) ) {
235
+ args.formatResult = args.upsellFormatter;
236
+ args.formatSelection = args.upsellFormatter;
237
+ args.escapeMarkup = obj.allow_html_markup;
238
+ }
239
+
240
+ if ( $select.is( '[multiple]' ) ) {
241
+ args.multiple = true;
242
+
243
+ if ( ! _.isArray( $select.data( 'separator' ) ) ) {
244
+ args.tokenSeparators = [ $select.data( 'separator' ) ];
245
+ } else {
246
+ args.tokenSeparators = $select.data( 'separator' );
247
+ }
248
+ args.separator = $select.data( 'separator' );
249
+
250
+ // Define the regular Exp based on
251
+ args.regexSeparatorElements = [ '^(' ];
252
+ args.regexSplitElements = [ '(?:' ];
253
+ $.each( args.tokenSeparators, function ( i, token ) {
254
+ args.regexSeparatorElements.push( '[^' + token + ']+' );
255
+ args.regexSplitElements.push( '[' + token + ']' );
256
+ } );
257
+ args.regexSeparatorElements.push( ')$' );
258
+ args.regexSplitElements.push( ')' );
259
+
260
+ args.regexSeparatorString = args.regexSeparatorElements.join( '' );
261
+ args.regexSplitString = args.regexSplitElements.join( '' );
262
+
263
+ args.regexToken = new RegExp( args.regexSeparatorString, 'ig' );
264
+ args.regexSplit = new RegExp( args.regexSplitString, 'ig' );
265
+ }
266
+
267
+ // Select also allows Tags, so we go with that too
268
+ if ( $select.is( '[data-tags]' ) ){
269
+ args.tags = $select.data( 'tags' );
270
+
271
+ args.initSelection = obj.init_selection;
272
+
273
+ args.createSearchChoice = function( term, data ) {
274
+ if ( term.match( args.regexToken ) ) {
275
+ return { id: term, text: term };
276
+ }
277
+ };
278
+
279
+ if ( 0 === args.tags.length ){
280
+ args.formatNoMatches = function(){
281
+ return $select.attr( 'placeholder' );
282
+ };
283
+ }
284
+ }
285
+
286
+ // When we have a source, we do an AJAX call
287
+ if ( $select.is( '[data-source]' ) ) {
288
+ var source = $select.data( 'source' );
289
+
290
+ // For AJAX we reset the data
291
+ args.data = { results: [] };
292
+
293
+ // Allows HTML from Select2 AJAX calls
294
+ args.escapeMarkup = obj.allow_html_markup;
295
+
296
+ args.ajax = { // instead of writing the function to execute the request we use Select2's convenient helper
297
+ dataType: 'json',
298
+ type: 'POST',
299
+ url: window.ajaxurl,
300
+ results: function ( data ) { // parse the results into the format expected by Select2.
301
+ return data.data;
302
+ }
303
+ };
304
+
305
+ // By default only send the source
306
+ args.ajax.data = function( search, page ) {
307
+ return {
308
+ // @todo remove aggregator reference
309
+ action: 'tribe_aggregator_dropdown_' + source,
310
+ };
311
+ };
312
+ }
313
+
314
+ // Save data on Dropdown
315
+ $select.data( 'dropdown', args );
316
+
317
+ $container = ( $select.select2( args ) ).select2( 'container' );
318
+
319
+ if ( carryOverData.length > 0 ) {
320
+ carryOverData.map( function ( dataKey ) {
321
+ var attr = 'data-' + dataKey,
322
+ val = $select.attr( attr );
323
+
324
+ if ( ! val ) {
325
+ return;
326
+ }
327
+
328
+ this.attr( attr, val );
329
+ }, $container );
330
+ }
331
+ };
332
+
333
+ obj.action_change = function( event ) {
334
+ var $select = $( this ),
335
+ data = $( this ).data( 'value' );
336
+
337
+ if ( ! $select.is( '[multiple]' ) ){
338
+ return;
339
+ }
340
+ if ( ! $select.is( '[data-source]' ) ){
341
+ return;
342
+ }
343
+
344
+ if ( event.added ){
345
+ if ( _.isArray( data ) ) {
346
+ data.push( event.added );
347
+ } else {
348
+ data = [ event.added ];
349
+ }
350
+ } else {
351
+ if ( _.isArray( data ) ) {
352
+ data = _.without( data, event.removed );
353
+ } else {
354
+ data = [];
355
+ }
356
+ }
357
+
358
+ $select.data( 'value', data ).attr( 'data-value', JSON.stringify( data ) );
359
+ };
360
+
361
+ obj.action_select2_removed = function( event ) {
362
+ var $select = $( this );
363
+
364
+ // Remove the Search
365
+ if ( $select.is( '[data-sticky-search]' ) && $select.is( '[data-last-search]' ) ) {
366
+ $select.removeAttr( 'data-last-search' ).removeData( 'lastSeach' );
367
+ }
368
+ };
369
+
370
+ obj.action_select2_close = function( event ) {
371
+ var $select = $( this ),
372
+ $search = $( '.select2-input.select2-focused' );
373
+
374
+ // If we had a value we apply it again
375
+ if ( $select.is( '[data-sticky-search]' ) ) {
376
+ $search.off( 'keyup-change.tribe' );
377
+ }
378
+ };
379
+
380
+ obj.action_select2_open = function( event ) {
381
+ var $select = $( this ),
382
+ $search = $( '.select2-input:visible' );
383
+
384
+ // If we have a placeholder for search, apply it!
385
+ if ( $select.is( '[data-search-placeholder]' ) ){
386
+ $search.attr( 'placeholder', $select.data( 'searchPlaceholder' ) );
387
+ }
388
+
389
+ // If we had a value we apply it again
390
+ if ( $select.is( '[data-sticky-search]' ) ){
391
+ $search.on( 'keyup-change.tribe', function(){
392
+ $select.data( 'lastSearch', $( this ).val() ).attr( 'data-last-search', $( this ).val() );
393
+ } );
394
+
395
+ if ( $select.is( '[data-last-search]' ) ){
396
+ $search.val( $select.data( 'lastSearch' ) ).trigger( 'keyup-change' );
397
+ }
398
+ }
399
+ }
400
+
401
+ /**
402
+ * Configure the Drop Down Fields
403
+ *
404
+ * @param {jQuery} $fields All the fields from the page
405
+ *
406
+ * @return {jQuery} Affected fields
407
+ */
408
+ obj.dropdown = function( $fields ) {
409
+ var $elements = $fields.not( '.select2-offscreen, .select2-container' );
410
+
411
+ $elements.each( obj.element )
412
+ .on( 'select2-open', obj.action_select2_open )
413
+ .on( 'select2-close', obj.action_select2_close )
414
+ .on( 'select2-removed', obj.action_select2_removed )
415
+ .on( 'change', obj.action_change );
416
+
417
+ // return to be able to chain jQuery calls
418
+ return $elements;
419
+ };
420
+
421
+ $( function() {
422
+ $( obj.selector.dropdown ).tribe_dropdowns();
423
+ } );
424
+ } )( jQuery, tribe_dropdowns );
common/src/resources/js/dropdowns.min.js ADDED
@@ -0,0 +1 @@
 
1
+ var tribe_dropdowns=tribe_dropdowns||{};!function(e,t){"use strict";function a(t,r){if(!e.isArray(r))return!1;for(var i in r){var n=r[i];if(n.hasOwnProperty("id")&&n.id==t.id)return n;if(n.hasOwnProperty("text")&&n.text==t.text)return n;if(n.hasOwnProperty("children")&&e.isArray(n.children)){var o=a(t,n.children);if(o)return o}}return!1}t.selector={dropdown:".tribe-dropdown"},e.fn.tribe_dropdowns=function(){return t.dropdown(this),this},t.freefrom_create_search_choice=function(e,t){var a=this.opts,r=a.$select;if(e.match(a.regexToken)&&(!r.is("[data-int]")||r.is("[data-int]")&&e.match(/\d+/))){var i={id:e,text:e,"new":!0};return r.is("[data-create-choice-template]")&&(i.text=_.template(r.data("createChoiceTemplate"))({term:e})),i}},t.allow_html_markup=function(e){return e},t.search_id=function(e){var t=void 0;return"undefined"!=typeof e.id?t=e.id:"undefined"!=typeof e.ID?t=e.ID:"undefined"!=typeof e.value&&(t=e.value),void 0===e?void 0:t},t.matcher=function(e,a){var r=this.element,i=r.data("dropdown"),n=0==a.toUpperCase().indexOf(e.toUpperCase());if(!n&&"undefined"!=typeof i.tags){var o=_.where(i.tags,{text:a});if(i.tags.length>0&&_.isObject(o)){var s=t.search_id(o[0]);n=0==s.toUpperCase().indexOf(e.toUpperCase())}}return n},t.init_selection=function(t,r){var i=t.is("[data-multiple]"),n=t.data("dropdown"),o=t.val().split(n.regexSplit),s=[];e(o).each(function(){var e={id:this,text:this},t=a(e,n.data);t&&s.push(t)}),s.length&&i?r(s):s.length&&r(s[0])},t.element=function(a){var r,i=e(this),n={},o=["depends","condition","conditionNot","condition-not","conditionNotEmpty","condition-not-empty","conditionEmpty","condition-empty","conditionIsNumeric","condition-is-numeric","conditionIsNotNumeric","condition-is-not-numeric","conditionChecked","condition-is-checked"];if(n.$select=i,n.dropdownAutoWidth=!0,n.containerCss={},i.is(":visible")&&(n.containerCss.display="inline-block"),n.dropdownCss={width:"auto"},n.matcher=t.matcher,i.is("select")||(n.id=t.search_id),n.allowClear=!0,i.is("[data-prevent-clear]")&&(n.allowClear=!1),i.is("[data-options]")&&(n.data=i.data("options"),i.is("select")||(n.initSelection=t.init_selection)),i.is("[data-allow-html]")&&(n.escapeMarkup=t.allow_html_markup),i.is("[data-hide-search]")&&(n.minimumResultsForSearch=1/0),i.is("[data-freeform]")&&(n.createSearchChoice=t.freefrom_create_search_choice),"tribe-ea-field-origin"===i.attr("id")&&(n.formatResult=n.upsellFormatter,n.formatSelection=n.upsellFormatter,n.escapeMarkup=t.allow_html_markup),i.is("[multiple]")&&(n.multiple=!0,_.isArray(i.data("separator"))?n.tokenSeparators=i.data("separator"):n.tokenSeparators=[i.data("separator")],n.separator=i.data("separator"),n.regexSeparatorElements=["^("],n.regexSplitElements=["(?:"],e.each(n.tokenSeparators,function(e,t){n.regexSeparatorElements.push("[^"+t+"]+"),n.regexSplitElements.push("["+t+"]")}),n.regexSeparatorElements.push(")$"),n.regexSplitElements.push(")"),n.regexSeparatorString=n.regexSeparatorElements.join(""),n.regexSplitString=n.regexSplitElements.join(""),n.regexToken=new RegExp(n.regexSeparatorString,"ig"),n.regexSplit=new RegExp(n.regexSplitString,"ig")),i.is("[data-tags]")&&(n.tags=i.data("tags"),n.initSelection=t.init_selection,n.createSearchChoice=function(e,t){if(e.match(n.regexToken))return{id:e,text:e}},0===n.tags.length&&(n.formatNoMatches=function(){return i.attr("placeholder")})),i.is("[data-source]")){var s=i.data("source");n.data={results:[]},n.escapeMarkup=t.allow_html_markup,n.ajax={dataType:"json",type:"POST",url:window.ajaxurl,results:function(e){return e.data}},n.ajax.data=function(e,t){return{action:"tribe_aggregator_dropdown_"+s}}}i.data("dropdown",n),r=i.select2(n).select2("container"),o.length>0&&o.map(function(e){var t="data-"+e,a=i.attr(t);a&&this.attr(t,a)},r)},t.action_change=function(t){var a=e(this),r=e(this).data("value");a.is("[multiple]")&&a.is("[data-source]")&&(t.added?_.isArray(r)?r.push(t.added):r=[t.added]:r=_.isArray(r)?_.without(r,t.removed):[],a.data("value",r).attr("data-value",JSON.stringify(r)))},t.action_select2_removed=function(t){var a=e(this);a.is("[data-sticky-search]")&&a.is("[data-last-search]")&&a.removeAttr("data-last-search").removeData("lastSeach")},t.action_select2_close=function(t){var a=e(this),r=e(".select2-input.select2-focused");a.is("[data-sticky-search]")&&r.off("keyup-change.tribe")},t.action_select2_open=function(t){var a=e(this),r=e(".select2-input:visible");a.is("[data-search-placeholder]")&&r.attr("placeholder",a.data("searchPlaceholder")),a.is("[data-sticky-search]")&&(r.on("keyup-change.tribe",function(){a.data("lastSearch",e(this).val()).attr("data-last-search",e(this).val())}),a.is("[data-last-search]")&&r.val(a.data("lastSearch")).trigger("keyup-change"))},t.dropdown=function(e){var a=e.not(".select2-offscreen, .select2-container");return a.each(t.element).on("select2-open",t.action_select2_open).on("select2-close",t.action_select2_close).on("select2-removed",t.action_select2_removed).on("change",t.action_change),a},e(function(){e(t.selector.dropdown).tribe_dropdowns()})}(jQuery,tribe_dropdowns);
common/src/resources/js/notice-dismiss.js CHANGED
File without changes
common/src/resources/js/notice-dismiss.min.js CHANGED
File without changes
common/src/resources/js/pue-notices.js CHANGED
File without changes
common/src/resources/js/pue-notices.min.js CHANGED
File without changes
common/src/resources/js/tribe-common.js CHANGED
File without changes
common/src/resources/js/tribe-common.min.js CHANGED
File without changes
common/src/resources/js/tribe-datatables.js CHANGED
File without changes
common/src/resources/js/tribe-datatables.min.js CHANGED
File without changes
common/src/resources/postcss/app-shop.pcss CHANGED
File without changes
common/src/resources/postcss/bumpdown.pcss CHANGED
File without changes
common/src/resources/postcss/datatables.pcss CHANGED
File without changes
common/src/resources/postcss/datepicker.pcss ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .ui-datepicker {
2
+ body,
3
+ button,
4
+ input,
5
+ select,
6
+ textarea {
7
+ font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
8
+ }
9
+
10
+ table {
11
+ border: none;
12
+ }
13
+ }
14
+
15
+ .ui-datepicker-month {
16
+ font-weight: bold;
17
+ }
18
+
19
+ /* Interaction Cues
20
+ ----------------------------------*/
21
+ .ui-state-disabled {
22
+ cursor: default !important;
23
+ pointer-events: none;
24
+ }
25
+
26
+
27
+ /* Icons
28
+ ----------------------------------*/
29
+ .ui-icon {
30
+ display: inline-block;
31
+ vertical-align: middle;
32
+ margin-top: -.25rem;
33
+ position: relative;
34
+ text-indent: -99999px;
35
+ overflow: hidden;
36
+ background-repeat: no-repeat;
37
+ }
38
+
39
+ .ui-widget-icon-block {
40
+ left: 50%;
41
+ margin-left: -8px;
42
+ display: block;
43
+ }
44
+
45
+ /* Misc visuals
46
+ ----------------------------------*/
47
+
48
+ /* Overlays */
49
+ .ui-widget-overlay {
50
+ position: fixed;
51
+ top: 0;
52
+ left: 0;
53
+ width: 100%;
54
+ height: 100%;
55
+ }
56
+
57
+ .ui-datepicker {
58
+ background: #fff;
59
+ box-shadow: 1px 1px 5px rgba(0,0,0,.5);
60
+ width: 17em;
61
+ padding: 1em;
62
+ display: none;
63
+ }
64
+
65
+ .ui-datepicker .ui-datepicker-header {
66
+ margin-bottom: 1rem;
67
+ position: relative;
68
+ padding: 0;
69
+ }
70
+
71
+ .ui-datepicker .ui-datepicker-prev,
72
+ .ui-datepicker .ui-datepicker-next {
73
+ position: absolute;
74
+ top: 50%;
75
+ transform: translateY(-50%);
76
+ }
77
+
78
+ .ui-datepicker .ui-datepicker-prev {
79
+ &:before {
80
+ color: #b1b1b1;
81
+ content: '\2190';
82
+ cursor: pointer;
83
+ }
84
+
85
+ &:hover {
86
+ &:before {
87
+ color: #000;
88
+ }
89
+ }
90
+ }
91
+
92
+ .ui-datepicker .ui-datepicker-next {
93
+ &:before {
94
+ color: #b1b1b1;
95
+ content: '\2192';
96
+ cursor: pointer;
97
+ }
98
+
99
+ &:hover {
100
+ &:before {
101
+ color: #000;
102
+ }
103
+ }
104
+ }
105
+
106
+ .ui-datepicker-prev-hover,
107
+ .ui-datepicker-next-hover {
108
+ color: darken(#b1b1b1, 10%);
109
+ }
110
+
111
+ .ui-datepicker .ui-datepicker-prev {
112
+ left: 1px;
113
+ }
114
+
115
+ .ui-datepicker .ui-datepicker-next {
116
+ right: 1px;
117
+ }
118
+
119
+ .ui-datepicker .ui-datepicker-prev-hover {
120
+ left: 1px;
121
+ }
122
+
123
+ .ui-datepicker .ui-datepicker-next-hover {
124
+ right: 1px;
125
+ }
126
+
127
+ .ui-datepicker .ui-datepicker-title {
128
+ margin: 0 2.3em;
129
+ line-height: 1.8;
130
+ text-align: center;
131
+ }
132
+
133
+ select.ui-datepicker-month,
134
+ select.ui-datepicker-year {
135
+ border: none;
136
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
137
+ margin-right: 1px;
138
+ width: 4.5rem;
139
+ }
140
+
141
+ .ui-datepicker table {
142
+ width: 100%;
143
+ font-size: .9rem;
144
+ border-collapse: collapse;
145
+ margin: 0 0 .4rem;
146
+ }
147
+
148
+ .ui-datepicker th {
149
+ color: #b1b1b1;
150
+ padding: .7rem .3rem;
151
+ text-align: center;
152
+ border: 0;
153
+ }
154
+
155
+ .ui-datepicker-calendar td {
156
+ border: 1px solid #ddd;
157
+ padding: 1px;
158
+ }
159
+
160
+ td.ui-datepicker-unselectable {
161
+ border: none;
162
+ }
163
+
164
+ a.ui-state-active {
165
+ background: #0085ba;
166
+ color: #fff;
167
+ }
168
+
169
+ .ui-datepicker td span,
170
+ .ui-datepicker td a {
171
+ display: block;
172
+ padding: .5rem .2rem;
173
+ text-align: center;
174
+ text-decoration: none;
175
+ }
176
+
177
+ .ui-datepicker-buttonpane {
178
+ background-image: none;
179
+ margin: .7rem 0 0 0;
180
+ padding: 0 .2rem;
181
+ border-left: 0;
182
+ border-right: 0;
183
+ border-bottom: 0;
184
+ }
185
+
186
+ .ui-datepicker-buttonpane button {
187
+ float: right;
188
+ margin: .5rem .2rem .4rem;
189
+ cursor: pointer;
190
+ padding: .2rem .6rem .3rem .6rem;
191
+ width: auto;
192
+ overflow: visible;
193
+ }
194
+
195
+ .ui-datepicker-buttonpane button.ui-datepicker-current {
196
+ float: left;
197
+ background: #fff;
198
+ border: 1px solid #b1b1b1;
199
+ }
200
+
201
+ button.ui-datepicker-close {
202
+ background: linear-gradient(354deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
203
+ border: 1px solid #0085ba;
204
+ color: #fff !important;
205
+ font-weight: 400;
206
+ }
207
+
208
+ /* with multiple calendars */
209
+ .ui-datepicker.ui-datepicker-multi {
210
+ width: auto;
211
+ }
212
+
213
+ .ui-datepicker-multi .ui-datepicker-group {
214
+ float: left;
215
+ }
216
+
217
+ .ui-datepicker-multi .ui-datepicker-group table {
218
+ width: 95%;
219
+ margin: 0 auto .4rem;
220
+ }
221
+
222
+ .ui-datepicker-multi-2 .ui-datepicker-group {
223
+ width: 50%;
224
+ }
225
+
226
+ .ui-datepicker-multi-3 .ui-datepicker-group {
227
+ width: 33.3%;
228
+ }
229
+
230
+ .ui-datepicker-multi-4 .ui-datepicker-group {
231
+ width: 25%;
232
+ }
233
+
234
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
235
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
236
+ border-left-width: 0;
237
+ }
238
+
239
+ .ui-datepicker-multi .ui-datepicker-buttonpane {
240
+ clear: left;
241
+ }
242
+
243
+ .ui-datepicker-row-break {
244
+ clear: both;
245
+ width: 100%;
246
+ font-size: 0;
247
+ }
248
+
249
+ /* Component containers
250
+ ----------------------------------*/
251
+ .ui-widget {
252
+ font-size: 1.2rem;
253
+ }
254
+
255
+ .ui-widget .ui-widget {
256
+ font-size: 1rem;
257
+ }
258
+
259
+ .ui-widget input,
260
+ .ui-widget select,
261
+ .ui-widget textarea,
262
+ .ui-widget button {
263
+ font-size: 1rem;
264
+ }
265
+
266
+ .ui-widget-content a,
267
+ .ui-widget-header a {
268
+ color: #23282d;
269
+ }
270
+
271
+ /* Interaction states
272
+ ----------------------------------*/
273
+ .ui-state-default,
274
+ .ui-widget-content .ui-state-default,
275
+ .ui-widget-header .ui-state-default,
276
+ .ui-button,
277
+
278
+ /* We use html here because we need a greater specificity to make sure disabled
279
+ works properly when clicked or hovered */
280
+ html .ui-button.ui-state-disabled:hover,
281
+ html .ui-button.ui-state-disabled:active {
282
+ color: #23282d;
283
+ }
284
+
285
+ .ui-state-default a,
286
+ .ui-state-default a:link,
287
+ .ui-state-default a:visited,
288
+ a.ui-button,
289
+ a:link.ui-button,
290
+ a:visited.ui-button,
291
+ .ui-button {
292
+ color: #23282d;
293
+ text-decoration: none;
294
+ }
295
+ .ui-state-hover,
296
+ .ui-widget-content .ui-state-hover,
297
+ .ui-widget-header .ui-state-hover,
298
+ .ui-state-focus,
299
+ .ui-widget-content .ui-state-focus,
300
+ .ui-widget-header .ui-state-focus,
301
+ .ui-button:hover,
302
+ .ui-button:focus {
303
+ color: #000;
304
+ }
305
+ .ui-state-hover a,
306
+ .ui-state-hover a:hover,
307
+ .ui-state-hover a:link,
308
+ .ui-state-hover a:visited,
309
+ .ui-state-focus a,
310
+ .ui-state-focus a:hover,
311
+ .ui-state-focus a:link,
312
+ .ui-state-focus a:visited,
313
+ a.ui-button:hover,
314
+ a.ui-button:focus {
315
+ color: #b1b1b1;
316
+ text-decoration: none;
317
+ }
318
+
319
+ .ui-visual-focus {
320
+ box-shadow: 0 0 3px 1px rgb(94, 158, 214);
321
+ }
322
+ .ui-state-active,
323
+ .ui-widget-content .ui-state-active,
324
+ .ui-widget-header .ui-state-active,
325
+ a.ui-button:active,
326
+ .ui-button:active,
327
+ .ui-button.ui-state-active:hover {
328
+ background: linear-gradient(354deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
329
+ color: #fff;
330
+ }
331
+
332
+ .ui-icon-background,
333
+ .ui-state-active .ui-icon-background {
334
+ border: #dddddd;
335
+ background-color: #1c94c4;
336
+ }
337
+ .ui-state-active a,
338
+ .ui-state-active a:link,
339
+ .ui-state-active a:visited {
340
+ color: #23282d;
341
+ text-decoration: none;
342
+ }
343
+
344
+ /* Interaction Cues
345
+ ----------------------------------*/
346
+ .ui-state-highlight,
347
+ .ui-widget-content .ui-state-highlight,
348
+ .ui-widget-header .ui-state-highlight {
349
+ background: #ffffff;
350
+ color: #363636;
351
+ }
352
+
353
+ .ui-state-checked {
354
+ background: #ffffff;
355
+ }
356
+
357
+ .ui-state-highlight a,
358
+ .ui-widget-content .ui-state-highlight a,
359
+ .ui-widget-header .ui-state-highlight a {
360
+ color: #363636;
361
+ }
362
+
363
+ .ui-state-error,
364
+ .ui-widget-content .ui-state-error,
365
+ .ui-widget-header .ui-state-error {
366
+ background: #b81900;
367
+ color: #ffffff;
368
+ }
369
+
370
+ .ui-state-error a,
371
+ .ui-widget-content .ui-state-error a,
372
+ .ui-widget-header .ui-state-error a {
373
+ color: #ffffff;
374
+ }
375
+
376
+ .ui-state-error-text,
377
+ .ui-widget-content .ui-state-error-text,
378
+ .ui-widget-header .ui-state-error-text {
379
+ color: #ffffff;
380
+ }
381
+
382
+ .ui-priority-secondary,
383
+ .ui-widget-content .ui-priority-secondary,
384
+ .ui-widget-header .ui-priority-secondary {
385
+ opacity: .7;
386
+ filter:Alpha(Opacity=70); /* support: IE8 */
387
+ font-weight: normal;
388
+ }
389
+
390
+ .ui-state-disabled,
391
+ .ui-widget-content .ui-state-disabled,
392
+ .ui-widget-header .ui-state-disabled {
393
+ opacity: .35;
394
+ filter:Alpha(Opacity=35); /* support: IE8 */
395
+ background-image: none;
396
+ }
397
+
398
+ .ui-state-disabled .ui-icon {
399
+ filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
400
+ }
401
+
402
+
403
+ /* Corner radius */
404
+ .ui-corner-all,
405
+ .ui-corner-top,
406
+ .ui-corner-left,
407
+ .ui-corner-tl {
408
+ border-top-left-radius: 4px;
409
+ }
410
+ .ui-corner-all,
411
+ .ui-corner-top,
412
+ .ui-corner-right,
413
+ .ui-corner-tr {
414
+ border-top-right-radius: 4px;
415
+ }
416
+ .ui-corner-all,
417
+ .ui-corner-bottom,
418
+ .ui-corner-left,
419
+ .ui-corner-bl {
420
+ border-bottom-left-radius: 4px;
421
+ }
422
+ .ui-corner-all,
423
+ .ui-corner-bottom,
424
+ .ui-corner-right,
425
+ .ui-corner-br {
426
+ border-bottom-right-radius: 4px;
427
+ }
428
+
429
+ /* Overlays */
430
+ .ui-widget-overlay {
431
+ background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
432
+ opacity: .5;
433
+ filter: Alpha(Opacity=50); /* support: IE8 */
434
+ }
435
+ .ui-widget-shadow {
436
+ -webkit-box-shadow: -5px -5px 5px #000000;
437
+ box-shadow: -5px -5px 5px #000000;
438
+ }
439
+
440
+ .ui-helper-hidden {
441
+ display: none;
442
+ }
443
+ .ui-helper-hidden-accessible {
444
+ border: 0;
445
+ clip: rect(0 0 0 0);
446
+ height: 1px;
447
+ margin: -1px;
448
+ overflow: hidden;
449
+ padding: 0;
450
+ position: absolute;
451
+ width: 1px;
452
+ }
453
+ .ui-helper-reset {
454
+ margin: 0;
455
+ padding: 0;
456
+ border: 0;
457
+ outline: 0;
458
+ line-height: 1.3;
459
+ text-decoration: none;
460
+ font-size: 100%;
461
+ list-style: none;
462
+ }
463
+ .ui-helper-clearfix:before,
464
+ .ui-helper-clearfix:after {
465
+ content: "";
466
+ display: table;
467
+ border-collapse: collapse;
468
+ }
469
+ .ui-helper-clearfix:after {
470
+ clear: both;
471
+ }
472
+ .ui-helper-zfix {
473
+ width: 100%;
474
+ height: 100%;
475
+ top: 0;
476
+ left: 0;
477
+ position: absolute;
478
+ opacity: 0;
479
+ filter:Alpha(Opacity=0); /* support: IE8 */
480
+ }
481
+
482
+ .ui-front {
483
+ z-index: 100;
484
+ }
485
+
486
+ /* RTL support */
487
+ .ui-datepicker-rtl {
488
+ direction: rtl;
489
+ }
490
+
491
+ .ui-datepicker-rtl .ui-datepicker-prev {
492
+ right: 2px;
493
+ left: auto;
494
+ }
495
+
496
+ .ui-datepicker-rtl .ui-datepicker-next {
497
+ left: 2px;
498
+ right: auto;
499
+ }
500
+
501
+ .ui-datepicker-rtl .ui-datepicker-prev:hover {
502
+ right: 1px;
503
+ left: auto;
504
+ }
505
+
506
+ .ui-datepicker-rtl .ui-datepicker-next:hover {
507
+ left: 1px;
508
+ right: auto;
509
+ }
510
+
511
+ .ui-datepicker-rtl .ui-datepicker-buttonpane {
512
+ clear: right;
513
+ }
514
+
515
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button {
516
+ float: left;
517
+ }
518
+
519
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
520
+ .ui-datepicker-rtl .ui-datepicker-group {
521
+ float: right;
522
+ }
523
+
524
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
525
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
526
+ border-right-width: 0;
527
+ border-left-width: 1px;
528
+ }
common/src/resources/postcss/dependency.pcss CHANGED
File without changes
common/src/resources/postcss/tribe-common-admin.pcss CHANGED
@@ -124,6 +124,10 @@ table.plugins .tribe-plugin-update-message a {
124
  .tribe-settings-form .tribe-field-wrap {
125
  float: left;
126
  max-width: 500px;
 
 
 
 
127
  }
128
  .tribe-settings-form .tribe-field-radio label,
129
  .tribe-settings-form .tribe-field-checkbox_list label {
@@ -215,6 +219,11 @@ table.plugins .tribe-plugin-update-message a {
215
  }
216
 
217
  /* sizes */
 
 
 
 
 
218
  .tribe-field-textarea.tribe-size-small textarea {
219
  height: 60px;
220
  width: 180px;
@@ -1126,3 +1135,117 @@ a.tribe-rating-link {
1126
  }
1127
  }
1128
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  .tribe-settings-form .tribe-field-wrap {
125
  float: left;
126
  max-width: 500px;
127
+
128
+ *:first-child {
129
+ margin-top: 0;
130
+ }
131
  }
132
  .tribe-settings-form .tribe-field-radio label,
133
  .tribe-settings-form .tribe-field-checkbox_list label {
219
  }
220
 
221
  /* sizes */
222
+ .tribe-field-inline-text {
223
+ line-height: 28px;
224
+ margin: 0 2px;
225
+ }
226
+
227
  .tribe-field-textarea.tribe-size-small textarea {
228
  height: 60px;
229
  width: 180px;
1135
  }
1136
  }
1137
  }
1138
+
1139
+ .tribe-ea-dropdown,
1140
+ .tribe-dropdown {
1141
+ &.select2-container-active {
1142
+ .select2-choice {
1143
+ border-color: #5897fb;
1144
+ box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
1145
+ }
1146
+ }
1147
+
1148
+ &.select2-dropdown-open {
1149
+ .select2-choice {
1150
+ border-bottom-left-radius: 0;
1151
+ border-bottom-right-radius: 0;
1152
+ border-color: #aaa;
1153
+ }
1154
+ }
1155
+
1156
+ .select2-choice {
1157
+ background-image: none;
1158
+ border: 1px solid #ccc;
1159
+ border-radius: 6px;
1160
+
1161
+ .select2-arrow {
1162
+ background: transparent;
1163
+ background-image: none;
1164
+ border-left: 0;
1165
+ }
1166
+
1167
+ div {
1168
+ border-left: 0;
1169
+ background: none;
1170
+ background-image: none;
1171
+ }
1172
+ }
1173
+ }
1174
+
1175
+ .select2-results {
1176
+ li.select2-result-with-children {
1177
+ &.select2-result-unselectable > .select2-result-label {
1178
+ color: #939393;
1179
+ font-weight: normal;
1180
+ }
1181
+ }
1182
+ }
1183
+
1184
+ /*
1185
+ Red button styles.
1186
+
1187
+ Credit to https://github.com/jensjns/wp-admin-red-button
1188
+ =============================================*/
1189
+ .wp-core-ui .button-red {
1190
+ background-color: #a00;
1191
+ border-color: #9B2124;
1192
+ border-bottom-color: #8D1F21;
1193
+ -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
1194
+ box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
1195
+ color: #fff;
1196
+ text-decoration: none;
1197
+ text-shadow: 0 1px 0 rgba(0,0,0,0.1);
1198
+ }
1199
+
1200
+ .wp-core-ui .button-red.hover,
1201
+ .wp-core-ui .button-red:hover,
1202
+ .wp-core-ui .button-red.focus,
1203
+ .wp-core-ui .button-red:focus {
1204
+ background-color: #a00;
1205
+ border-color: #7F1C1F;
1206
+ -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
1207
+ box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
1208
+ color: #fff;
1209
+ text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
1210
+ }
1211
+
1212
+ .wp-core-ui .button-red.focus,
1213
+ .wp-core-ui .button-red:focus {
1214
+ border-color: #500F0E;
1215
+ -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
1216
+ box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
1217
+ }
1218
+
1219
+ .wp-core-ui .button-red.active,
1220
+ .wp-core-ui .button-red.active:hover,
1221
+ .wp-core-ui .button-red.active:focus,
1222
+ .wp-core-ui .button-red:active {
1223
+ background: #7F1C1F;
1224
+ border-color: #601312 #AE2426 #AE2426 #AE2426;
1225
+ color: rgba(255,255,255,0.95);
1226
+ -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
1227
+ box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
1228
+ text-shadow: 0 1px 0 rgba(0,0,0,0.1);
1229
+ }
1230
+
1231
+ .wp-core-ui .button-red[disabled],
1232
+ .wp-core-ui .button-red:disabled,
1233
+ .wp-core-ui .button-red-disabled {
1234
+ color: #E79496 !important;
1235
+ background: #BA292B !important;
1236
+ border-color: #7F1C1F !important;
1237
+ -webkit-box-shadow: none !important;
1238
+ box-shadow: none !important;
1239
+ text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
1240
+ cursor: default;
1241
+ }
1242
+
1243
+ .ticket_form {
1244
+ .select2-container {
1245
+ .select2-choice {
1246
+ .select2-arrow {
1247
+ display: none;
1248
+ }
1249
+ }
1250
+ }
1251
+ }
common/tribe-autoload.php CHANGED
File without changes
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.3.5
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
@@ -26,7 +26,6 @@ along with this program; if not, write to the Free Software
26
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
27
  */
28
 
29
-
30
  // the main plugin class
31
  require_once dirname( __FILE__ ) . '/src/Tribe/Main.php';
32
 
1
  <?php
2
  /*
3
  Description: An event settings framework for managing shared options
4
+ Version: 4.4
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
26
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
27
  */
28
 
 
29
  // the main plugin class
30
  require_once dirname( __FILE__ ) . '/src/Tribe/Main.php';
31
 
common/vendor/autoload.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload.php @generated by Composer
4
+
5
+ require_once __DIR__ . '/composer' . '/autoload_real.php';
6
+
7
+ return ComposerAutoloaderInit453516e196e1be4c43fa495b9bb9d572::getLoader();
common/vendor/autoload_52.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_52.php generated by xrstf/composer-php52
4
+
5
+ require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
+
7
+ return ComposerAutoloaderInit32ee5c3977c6f437fba3e8124a8df3e0::getLoader();
common/vendor/clipboard/clipboard.js CHANGED
File without changes
common/vendor/clipboard/clipboard.min.js CHANGED
File without changes
common/vendor/composer/ClassLoader.php ADDED
@@ -0,0 +1,415 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of Composer.
5
+ *
6
+ * (c) Nils Adermann <naderman@naderman.de>
7
+ * Jordi Boggiano <j.boggiano@seld.be>
8
+ *
9
+ * For the full copyright and license information, please view the LICENSE
10
+ * file that was distributed with this source code.
11
+ */
12
+
13
+ namespace Composer\Autoload;
14
+
15
+ /**
16
+ * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
17
+ *
18
+ * $loader = new \Composer\Autoload\ClassLoader();
19
+ *
20
+ * // register classes with namespaces
21
+ * $loader->add('Symfony\Component', __DIR__.'/component');
22
+ * $loader->add('Symfony', __DIR__.'/framework');
23
+ *
24
+ * // activate the autoloader
25
+ * $loader->register();
26
+ *
27
+ * // to enable searching the include path (eg. for PEAR packages)
28
+ * $loader->setUseIncludePath(true);
29
+ *
30
+ * In this example, if you try to use a class in the Symfony\Component
31
+ * namespace or one of its children (Symfony\Component\Console for instance),
32
+ * the autoloader will first look for the class under the component/
33
+ * directory, and it will then fallback to the framework/ directory if not
34
+ * found before giving up.
35
+ *
36
+ * This class is loosely based on the Symfony UniversalClassLoader.
37
+ *
38
+ * @author Fabien Potencier <fabien@symfony.com>
39
+ * @author Jordi Boggiano <j.boggiano@seld.be>
40
+ * @see http://www.php-fig.org/psr/psr-0/
41
+ * @see http://www.php-fig.org/psr/psr-4/
42
+ */
43
+ class ClassLoader
44
+ {
45
+ // PSR-4
46
+ private $prefixLengthsPsr4 = array();
47
+ private $prefixDirsPsr4 = array();
48
+ private $fallbackDirsPsr4 = array();
49
+
50
+ // PSR-0
51
+ private $prefixesPsr0 = array();
52
+ private $fallbackDirsPsr0 = array();
53
+
54
+ private $useIncludePath = false;
55
+ private $classMap = array();
56
+ private $classMapAuthoritative = false;
57
+ private $missingClasses = array();
58
+
59
+ public function getPrefixes()
60
+ {
61
+ if (!empty($this->prefixesPsr0)) {
62
+ return call_user_func_array('array_merge', $this->prefixesPsr0);
63
+ }
64
+
65
+ return array();
66
+ }
67
+
68
+ public function getPrefixesPsr4()
69
+ {
70
+ return $this->prefixDirsPsr4;
71
+ }
72
+
73
+ public function getFallbackDirs()
74
+ {
75
+ return $this->fallbackDirsPsr0;
76
+ }
77
+
78
+ public function getFallbackDirsPsr4()
79
+ {
80
+ return $this->fallbackDirsPsr4;
81
+ }
82
+
83
+ public function getClassMap()
84
+ {
85
+ return $this->classMap;
86
+ }
87
+
88
+ /**
89
+ * @param array $classMap Class to filename map
90
+ */
91
+ public function addClassMap(array $classMap)
92
+ {
93
+ if ($this->classMap) {
94
+ $this->classMap = array_merge($this->classMap, $classMap);
95
+ } else {
96
+ $this->classMap = $classMap;
97
+ }
98
+ }
99
+
100
+ /**
101
+ * Registers a set of PSR-0 directories for a given prefix, either
102
+ * appending or prepending to the ones previously set for this prefix.
103
+ *
104
+ * @param string $prefix The prefix
105
+ * @param array|string $paths The PSR-0 root directories
106
+ * @param bool $prepend Whether to prepend the directories
107
+ */
108
+ public function add($prefix, $paths, $prepend = false)
109
+ {
110
+ if (!$prefix) {
111
+ if ($prepend) {
112
+ $this->fallbackDirsPsr0 = array_merge(
113
+ (array) $paths,
114
+ $this->fallbackDirsPsr0
115
+ );
116
+ } else {
117
+ $this->fallbackDirsPsr0 = array_merge(
118
+ $this->fallbackDirsPsr0,
119
+ (array) $paths
120
+ );
121
+ }
122
+
123
+ return;
124
+ }
125
+
126
+ $first = $prefix[0];
127
+ if (!isset($this->prefixesPsr0[$first][$prefix])) {
128
+ $this->prefixesPsr0[$first][$prefix] = (array) $paths;
129
+
130
+ return;
131
+ }
132
+ if ($prepend) {
133
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
134
+ (array) $paths,
135
+ $this->prefixesPsr0[$first][$prefix]
136
+ );
137
+ } else {
138
+ $this->prefixesPsr0[$first][$prefix] = array_merge(
139
+ $this->prefixesPsr0[$first][$prefix],
140
+ (array) $paths
141
+ );
142
+ }
143
+ }
144
+
145
+ /**
146
+ * Registers a set of PSR-4 directories for a given namespace, either
147
+ * appending or prepending to the ones previously set for this namespace.
148
+ *
149
+ * @param string $prefix The prefix/namespace, with trailing '\\'
150
+ * @param array|string $paths The PSR-4 base directories
151
+ * @param bool $prepend Whether to prepend the directories
152
+ *
153
+ * @throws \InvalidArgumentException
154
+ */
155
+ public function addPsr4($prefix, $paths, $prepend = false)
156
+ {
157
+ if (!$prefix) {
158
+ // Register directories for the root namespace.
159
+ if ($prepend) {
160
+ $this->fallbackDirsPsr4 = array_merge(
161
+ (array) $paths,
162
+ $this->fallbackDirsPsr4
163
+ );
164
+ } else {
165
+ $this->fallbackDirsPsr4 = array_merge(
166
+ $this->fallbackDirsPsr4,
167
+ (array) $paths
168
+ );
169
+ }
170
+ } elseif (!isset($this->prefixDirsPsr4[$prefix])) {
171
+ // Register directories for a new namespace.
172
+ $length = strlen($prefix);
173
+ if ('\\' !== $prefix[$length - 1]) {
174
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
175
+ }
176
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
177
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
178
+ } elseif ($prepend) {
179
+ // Prepend directories for an already registered namespace.
180
+ $this->prefixDirsPsr4[$prefix] = array_merge(
181
+ (array) $paths,
182
+ $this->prefixDirsPsr4[$prefix]
183
+ );
184
+ } else {
185
+ // Append directories for an already registered namespace.
186
+ $this->prefixDirsPsr4[$prefix] = array_merge(
187
+ $this->prefixDirsPsr4[$prefix],
188
+ (array) $paths
189
+ );
190
+ }
191
+ }
192
+
193
+ /**
194
+ * Registers a set of PSR-0 directories for a given prefix,
195
+ * replacing any others previously set for this prefix.
196
+ *
197
+ * @param string $prefix The prefix
198
+ * @param array|string $paths The PSR-0 base directories
199
+ */
200
+ public function set($prefix, $paths)
201
+ {
202
+ if (!$prefix) {
203
+ $this->fallbackDirsPsr0 = (array) $paths;
204
+ } else {
205
+ $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths;
206
+ }
207
+ }
208
+
209
+ /**
210
+ * Registers a set of PSR-4 directories for a given namespace,
211
+ * replacing any others previously set for this namespace.
212
+ *
213
+ * @param string $prefix The prefix/namespace, with trailing '\\'
214
+ * @param array|string $paths The PSR-4 base directories
215
+ *
216
+ * @throws \InvalidArgumentException
217
+ */
218
+ public function setPsr4($prefix, $paths)
219
+ {
220
+ if (!$prefix) {
221
+ $this->fallbackDirsPsr4 = (array) $paths;
222
+ } else {
223
+ $length = strlen($prefix);
224
+ if ('\\' !== $prefix[$length - 1]) {
225
+ throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
226
+ }
227
+ $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length;
228
+ $this->prefixDirsPsr4[$prefix] = (array) $paths;
229
+ }
230
+ }
231
+
232
+ /**
233
+ * Turns on searching the include path for class files.
234
+ *
235
+ * @param bool $useIncludePath
236
+ */
237
+ public function setUseIncludePath($useIncludePath)
238
+ {
239
+ $this->useIncludePath = $useIncludePath;
240
+ }
241
+
242
+ /**
243
+ * Can be used to check if the autoloader uses the include path to check
244
+ * for classes.
245
+ *
246
+ * @return bool
247
+ */
248
+ public function getUseIncludePath()
249
+ {
250
+ return $this->useIncludePath;
251
+ }
252
+
253
+ /**
254
+ * Turns off searching the prefix and fallback directories for classes
255
+ * that have not been registered with the class map.
256
+ *
257
+ * @param bool $classMapAuthoritative
258
+ */
259
+ public function setClassMapAuthoritative($classMapAuthoritative)
260
+ {
261
+ $this->classMapAuthoritative = $classMapAuthoritative;
262
+ }
263
+
264
+ /**
265
+ * Should class lookup fail if not found in the current class map?
266
+ *
267
+ * @return bool
268
+ */
269
+ public function isClassMapAuthoritative()
270
+ {
271
+ return $this->classMapAuthoritative;
272
+ }
273
+
274
+ /**
275
+ * Registers this instance as an autoloader.
276
+ *
277
+ * @param bool $prepend Whether to prepend the autoloader or not
278
+ */
279
+ public function register($prepend = false)
280
+ {
281
+ spl_autoload_register(array($this, 'loadClass'), true, $prepend);
282
+ }
283
+
284
+ /**
285
+ * Unregisters this instance as an autoloader.
286
+ */
287
+ public function unregister()
288
+ {
289
+ spl_autoload_unregister(array($this, 'loadClass'));
290
+ }
291
+
292
+ /**
293
+ * Loads the given class or interface.
294
+ *
295
+ * @param string $class The name of the class
296
+ * @return bool|null True if loaded, null otherwise
297
+ */
298
+ public function loadClass($class)
299
+ {
300
+ if ($file = $this->findFile($class)) {
301
+ includeFile($file);
302
+
303
+ return true;
304
+ }
305
+ }
306
+
307
+ /**
308
+ * Finds the path to the file where the class is defined.
309
+ *
310
+ * @param string $class The name of the class
311
+ *
312
+ * @return string|false The path if found, false otherwise
313
+ */
314
+ public function findFile($class)
315
+ {
316
+ // work around for PHP 5.3.0 - 5.3.2 https://bugs.php.net/50731
317
+ if ('\\' == $class[0]) {
318
+ $class = substr($class, 1);
319
+ }
320
+
321
+ // class map lookup
322
+ if (isset($this->classMap[$class])) {
323
+ return $this->classMap[$class];
324
+ }
325
+ if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) {
326
+ return false;
327
+ }
328
+
329
+ $file = $this->findFileWithExtension($class, '.php');
330
+
331
+ // Search for Hack files if we are running on HHVM
332
+ if (false === $file && defined('HHVM_VERSION')) {
333
+ $file = $this->findFileWithExtension($class, '.hh');
334
+ }
335
+
336
+ if (false === $file) {
337
+ // Remember that this class does not exist.
338
+ $this->missingClasses[$class] = true;
339
+ }
340
+
341
+ return $file;
342
+ }
343
+
344
+ private function findFileWithExtension($class, $ext)
345
+ {
346
+ // PSR-4 lookup
347
+ $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
348
+
349
+ $first = $class[0];
350
+ if (isset($this->prefixLengthsPsr4[$first])) {
351
+ foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
352
+ if (0 === strpos($class, $prefix)) {
353
+ foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
354
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
355
+ return $file;
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+
362
+ // PSR-4 fallback dirs
363
+ foreach ($this->fallbackDirsPsr4 as $dir) {
364
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
365
+ return $file;
366
+ }
367
+ }
368
+
369
+ // PSR-0 lookup
370
+ if (false !== $pos = strrpos($class, '\\')) {
371
+ // namespaced class name
372
+ $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
373
+ . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
374
+ } else {
375
+ // PEAR-like class name
376
+ $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
377
+ }
378
+
379
+ if (isset($this->prefixesPsr0[$first])) {
380
+ foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
381
+ if (0 === strpos($class, $prefix)) {
382
+ foreach ($dirs as $dir) {
383
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
384
+ return $file;
385
+ }
386
+ }
387
+ }
388
+ }
389
+ }
390
+
391
+ // PSR-0 fallback dirs
392
+ foreach ($this->fallbackDirsPsr0 as $dir) {
393
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
394
+ return $file;
395
+ }
396
+ }
397
+
398
+ // PSR-0 include paths.
399
+ if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {
400
+ return $file;
401
+ }
402
+
403
+ return false;
404
+ }
405
+ }
406
+
407
+ /**
408
+ * Scope isolated include.
409
+ *
410
+ * Prevents access to $this/self from included files.
411
+ */
412
+ function includeFile($file)
413
+ {
414
+ include $file;
415
+ }
common/vendor/composer/ClassLoader52.php ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ * Copyright (c) 2013, Christoph Mewes, http://www.xrstf.de
4
+ *
5
+ * This file is released under the terms of the MIT license. You can find the
6
+ * complete text in the attached LICENSE file or online at:
7
+ *
8
+ * http://www.opensource.org/licenses/mit-license.php
9
+ *
10
+ * --------------------------------------------------------------------------
11
+ *
12
+ * 99% of this is copied as-is from the original Composer source code and is
13
+ * released under MIT license as well. Copyright goes to:
14
+ *
15
+ * - Fabien Potencier <fabien@symfony.com>
16
+ * - Jordi Boggiano <j.boggiano@seld.be>
17
+ */
18
+
19
+ class xrstf_Composer52_ClassLoader {
20
+ private $prefixes = array();
21
+ private $fallbackDirs = array();
22
+ private $useIncludePath = false;
23
+ private $classMap = array();
24
+ private $classMapAuthoratative = false;
25
+ private $allowUnderscore = false;
26
+
27
+ /**
28
+ * @param boolean $flag true to allow class names with a leading underscore, false to disable
29
+ */
30
+ public function setAllowUnderscore($flag) {
31
+ $this->allowUnderscore = (boolean) $flag;
32
+ }
33
+
34
+ /**
35
+ * @return array
36
+ */
37
+ public function getPrefixes() {
38
+ return $this->prefixes;
39
+ }
40
+
41
+ /**
42
+ * Turns off searching the prefix and fallback directories for classes
43
+ * that have not been registered with the class map.
44
+ *
45
+ * @param bool $classMapAuthoratative
46
+ */
47
+ public function setClassMapAuthoritative($classMapAuthoratative) {
48
+ $this->classMapAuthoratative = $classMapAuthoratative;
49
+ }
50
+
51
+ /**
52
+ * Should class lookup fail if not found in the current class map?
53
+ *
54
+ * @return bool
55
+ */
56
+ public function getClassMapAuthoratative() {
57
+ return $this->classMapAuthoratative;
58
+ }
59
+
60
+ /**
61
+ * @return array
62
+ */
63
+ public function getFallbackDirs() {
64
+ return $this->fallbackDirs;
65
+ }
66
+
67
+ /**
68
+ * @return array
69
+ */
70
+ public function getClassMap() {
71
+ return $this->classMap;
72
+ }
73
+
74
+ /**
75
+ * @param array $classMap class to filename map
76
+ */
77
+ public function addClassMap(array $classMap) {
78
+ if ($this->classMap) {
79
+ $this->classMap = array_merge($this->classMap, $classMap);
80
+ }
81
+ else {
82
+ $this->classMap = $classMap;
83
+ }
84
+ }
85
+
86
+ /**
87
+ * Registers a set of classes, merging with any others previously set.
88
+ *
89
+ * @param string $prefix the classes prefix
90
+ * @param array|string $paths the location(s) of the classes
91
+ * @param bool $prepend prepend the location(s)
92
+ */
93
+ public function add($prefix, $paths, $prepend = false) {
94
+ if (!$prefix) {
95
+ if ($prepend) {
96
+ $this->fallbackDirs = array_merge(
97
+ (array) $paths,
98
+ $this->fallbackDirs
99
+ );
100
+ }
101
+ else {
102
+ $this->fallbackDirs = array_merge(
103
+ $this->fallbackDirs,
104
+ (array) $paths
105
+ );
106
+ }
107
+
108
+ return;
109
+ }
110
+
111
+ if (!isset($this->prefixes[$prefix])) {
112
+ $this->prefixes[$prefix] = (array) $paths;
113
+ return;
114
+ }
115
+
116
+ if ($prepend) {
117
+ $this->prefixes[$prefix] = array_merge(
118
+ (array) $paths,
119
+ $this->prefixes[$prefix]
120
+ );
121
+ }
122
+ else {
123
+ $this->prefixes[$prefix] = array_merge(
124
+ $this->prefixes[$prefix],
125
+ (array) $paths
126
+ );
127
+ }
128
+ }
129
+
130
+ /**
131
+ * Registers a set of classes, replacing any others previously set.
132
+ *
133
+ * @param string $prefix the classes prefix
134
+ * @param array|string $paths the location(s) of the classes
135
+ */
136
+ public function set($prefix, $paths) {
137
+ if (!$prefix) {
138
+ $this->fallbackDirs = (array) $paths;
139
+ return;
140
+ }
141
+
142
+ $this->prefixes[$prefix] = (array) $paths;
143
+ }
144
+
145
+ /**
146
+ * Turns on searching the include path for class files.
147
+ *
148
+ * @param bool $useIncludePath
149
+ */
150
+ public function setUseIncludePath($useIncludePath) {
151
+ $this->useIncludePath = $useIncludePath;
152
+ }
153
+
154
+ /**
155
+ * Can be used to check if the autoloader uses the include path to check
156
+ * for classes.
157
+ *
158
+ * @return bool
159
+ */
160
+ public function getUseIncludePath() {
161
+ return $this->useIncludePath;
162
+ }
163
+
164
+ /**
165
+ * Registers this instance as an autoloader.
166
+ */
167
+ public function register() {
168
+ spl_autoload_register(array($this, 'loadClass'), true);
169
+ }
170
+
171
+ /**
172
+ * Unregisters this instance as an autoloader.
173
+ */
174
+ public function unregister() {
175
+ spl_autoload_unregister(array($this, 'loadClass'));
176
+ }
177
+
178
+ /**
179
+ * Loads the given class or interface.
180
+ *
181
+ * @param string $class the name of the class
182
+ * @return bool|null true, if loaded
183
+ */
184
+ public function loadClass($class) {
185
+ if ($file = $this->findFile($class)) {
186
+ include $file;
187
+ return true;
188
+ }
189
+ }
190
+
191
+ /**
192
+ * Finds the path to the file where the class is defined.
193
+ *
194
+ * @param string $class the name of the class
195
+ * @return string|null the path, if found
196
+ */
197
+ public function findFile($class) {
198
+ if ('\\' === $class[0]) {
199
+ $class = substr($class, 1);
200
+ }
201
+
202
+ if (isset($this->classMap[$class])) {
203
+ return $this->classMap[$class];
204
+ }
205
+ elseif ($this->classMapAuthoratative) {
206
+ return false;
207
+ }
208
+
209
+ $classPath = $this->getClassPath($class);
210
+
211
+ foreach ($this->prefixes as $prefix => $dirs) {
212
+ if (0 === strpos($class, $prefix)) {
213
+ foreach ($dirs as $dir) {
214
+ if (file_exists($dir.DIRECTORY_SEPARATOR.$classPath)) {
215
+ return $dir.DIRECTORY_SEPARATOR.$classPath;
216
+ }
217
+ }
218
+ }
219
+ }
220
+
221
+ foreach ($this->fallbackDirs as $dir) {
222
+ if (file_exists($dir.DIRECTORY_SEPARATOR.$classPath)) {
223
+ return $dir.DIRECTORY_SEPARATOR.$classPath;
224
+ }
225
+ }
226
+
227
+ if ($this->useIncludePath && $file = self::resolveIncludePath($classPath)) {
228
+ return $file;
229
+ }
230
+
231
+ return $this->classMap[$class] = false;
232
+ }
233
+
234
+ private function getClassPath($class) {
235
+ if (false !== $pos = strrpos($class, '\\')) {
236
+ // namespaced class name
237
+ $classPath = str_replace('\\', DIRECTORY_SEPARATOR, substr($class, 0, $pos)).DIRECTORY_SEPARATOR;
238
+ $className = substr($class, $pos + 1);
239
+ }
240
+ else {
241
+ // PEAR-like class name
242
+ $classPath = null;
243
+ $className = $class;
244
+ }
245
+
246
+ $className = str_replace('_', DIRECTORY_SEPARATOR, $className);
247
+
248
+ // restore the prefix
249
+ if ($this->allowUnderscore && DIRECTORY_SEPARATOR === $className[0]) {
250
+ $className[0] = '_';
251
+ }
252
+
253
+ $classPath .= $className.'.php';
254
+
255
+ return $classPath;
256
+ }
257
+
258
+ public static function resolveIncludePath($classPath) {
259
+ $paths = explode(PATH_SEPARATOR, get_include_path());
260
+
261
+ foreach ($paths as $path) {
262
+ $path = rtrim($path, '/\\');
263
+
264
+ if ($file = file_exists($path.DIRECTORY_SEPARATOR.$file)) {
265
+ return $file;
266
+ }
267
+ }
268
+
269
+ return false;
270
+ }
271
+ }
common/vendor/composer/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Copyright (c) 2016 Nils Adermann, Jordi Boggiano
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is furnished
9
+ to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
21
+
common/vendor/composer/autoload_classmap.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_classmap.php @generated by Composer
4
+
5
+ $vendorDir = dirname(dirname(__FILE__));
6
+ $baseDir = dirname($vendorDir);
7
+
8
+ return array(
9
+ );
common/vendor/composer/autoload_namespaces.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_namespaces.php @generated by Composer
4
+
5
+ $vendorDir = dirname(dirname(__FILE__));
6
+ $baseDir = dirname($vendorDir);
7
+
8
+ return array(
9
+ 'xrstf\\Composer52' => array($vendorDir . '/xrstf/composer-php52/lib'),
10
+ 'tad_DI52_' => array($vendorDir . '/lucatume/di52/src'),
11
+ );
common/vendor/composer/autoload_psr4.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_psr4.php @generated by Composer
4
+
5
+ $vendorDir = dirname(dirname(__FILE__));
6
+ $baseDir = dirname($vendorDir);
7
+
8
+ return array(
9
+ );
common/vendor/composer/autoload_real.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_real.php @generated by Composer
4
+
5
+ class ComposerAutoloaderInit453516e196e1be4c43fa495b9bb9d572
6
+ {
7
+ private static $loader;
8
+
9
+ public static function loadClassLoader($class)
10
+ {
11
+ if ('Composer\Autoload\ClassLoader' === $class) {
12
+ require __DIR__ . '/ClassLoader.php';
13
+ }
14
+ }
15
+
16
+ public static function getLoader()
17
+ {
18
+ if (null !== self::$loader) {
19
+ return self::$loader;
20
+ }
21
+
22
+ spl_autoload_register(array('ComposerAutoloaderInit453516e196e1be4c43fa495b9bb9d572', 'loadClassLoader'), true, true);
23
+ self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit453516e196e1be4c43fa495b9bb9d572', 'loadClassLoader'));
25
+
26
+ $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
27
+ if ($useStaticLoader) {
28
+ require_once __DIR__ . '/autoload_static.php';
29
+
30
+ call_user_func(\Composer\Autoload\ComposerStaticInit453516e196e1be4c43fa495b9bb9d572::getInitializer($loader));
31
+ } else {
32
+ $map = require __DIR__ . '/autoload_namespaces.php';
33
+ foreach ($map as $namespace => $path) {
34
+ $loader->set($namespace, $path);
35
+ }
36
+
37
+ $map = require __DIR__ . '/autoload_psr4.php';
38
+ foreach ($map as $namespace => $path) {
39
+ $loader->setPsr4($namespace, $path);
40
+ }
41
+
42
+ $classMap = require __DIR__ . '/autoload_classmap.php';
43
+ if ($classMap) {
44
+ $loader->addClassMap($classMap);
45
+ }
46
+ }
47
+
48
+ $loader->register(true);
49
+
50
+ return $loader;
51
+ }
52
+ }
common/vendor/composer/autoload_real_52.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_real_52.php generated by xrstf/composer-php52
4
+
5
+ class ComposerAutoloaderInit32ee5c3977c6f437fba3e8124a8df3e0 {
6
+ private static $loader;
7
+
8
+ public static function loadClassLoader($class) {
9
+ if ('xrstf_Composer52_ClassLoader' === $class) {
10
+ require dirname(__FILE__).'/ClassLoader52.php';
11
+ }
12
+ }
13
+
14
+ /**
15
+ * @return xrstf_Composer52_ClassLoader
16
+ */
17
+ public static function getLoader() {
18
+ if (null !== self::$loader) {
19
+ return self::$loader;
20
+ }
21
+
22
+ spl_autoload_register(array('ComposerAutoloaderInit32ee5c3977c6f437fba3e8124a8df3e0', 'loadClassLoader'), true /*, true */);
23
+ self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit32ee5c3977c6f437fba3e8124a8df3e0', 'loadClassLoader'));
25
+
26
+ $vendorDir = dirname(dirname(__FILE__));
27
+ $baseDir = dirname($vendorDir);
28
+ $dir = dirname(__FILE__);
29
+
30
+ $map = require $dir.'/autoload_namespaces.php';
31
+ foreach ($map as $namespace => $path) {
32
+ $loader->add($namespace, $path);
33
+ }
34
+
35
+ $classMap = require $dir.'/autoload_classmap.php';
36
+ if ($classMap) {
37
+ $loader->addClassMap($classMap);
38
+ }
39
+
40
+ $loader->register(true);
41
+
42
+ return $loader;
43
+ }
44
+ }
common/vendor/composer/autoload_static.php ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ // autoload_static.php @generated by Composer
4
+
5
+ namespace Composer\Autoload;
6
+
7
+ class ComposerStaticInit453516e196e1be4c43fa495b9bb9d572
8
+ {
9
+ public static $prefixesPsr0 = array (
10
+ 'x' =>
11
+ array (
12
+ 'xrstf\\Composer52' =>
13
+ array (
14
+ 0 => __DIR__ . '/..' . '/xrstf/composer-php52/lib',
15
+ ),
16
+ ),
17
+ 't' =>
18
+ array (
19
+ 'tad_DI52_' =>
20
+ array (
21
+ 0 => __DIR__ . '/..' . '/lucatume/di52/src',
22
+ ),
23
+ ),
24
+ );
25
+
26
+ public static function getInitializer(ClassLoader $loader)
27
+ {
28
+ return \Closure::bind(function () use ($loader) {
29
+ $loader->prefixesPsr0 = ComposerStaticInit453516e196e1be4c43fa495b9bb9d572::$prefixesPsr0;
30
+
31
+ }, null, ClassLoader::class);
32
+ }
33
+ }
common/vendor/composer/installed.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "xrstf/composer-php52",
4
+ "version": "v1.0.20",
5
+ "version_normalized": "1.0.20.0",
6
+ "source": {
7
+ "type": "git",
8
+ "url": "https://github.com/composer-php52/composer-php52.git",
9
+ "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
10
+ },
11
+ "dist": {
12
+ "type": "zip",
13
+ "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
14
+ "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
15
+ "shasum": ""
16
+ },
17
+ "time": "2016-04-16 21:52:24",
18
+ "type": "library",
19
+ "extra": {
20
+ "branch-alias": {
21
+ "dev-default": "1.x-dev"
22
+ }
23
+ },
24
+ "installation-source": "dist",
25
+ "autoload": {
26
+ "psr-0": {
27
+ "xrstf\\Composer52": "lib/"
28
+ }
29
+ },
30
+ "notification-url": "https://packagist.org/downloads/",
31
+ "license": [
32
+ "MIT"
33
+ ]
34
+ },
35
+ {
36
+ "name": "lucatume/di52",
37
+ "version": "1.4.3",
38
+ "version_normalized": "1.4.3.0",
39
+ "source": {
40
+ "type": "git",
41
+ "url": "https://github.com/lucatume/di52.git",
42
+ "reference": "6597bea22191ce5a6ee013ce005fccbb79b65aa3"
43
+ },
44
+ "dist": {
45
+ "type": "zip",
46
+ "url": "https://api.github.com/repos/lucatume/di52/zipball/6597bea22191ce5a6ee013ce005fccbb79b65aa3",
47
+ "reference": "6597bea22191ce5a6ee013ce005fccbb79b65aa3",
48
+ "shasum": ""
49
+ },
50
+ "require": {
51
+ "php": ">=5.2",
52
+ "xrstf/composer-php52": "1.*"
53
+ },
54
+ "require-dev": {
55
+ "phpunit/phpunit-mock-objects-php52": "dev-1.1.0-php52",
56
+ "phpunit/phpunit-php52": "dev-3.6.12-php52"
57
+ },
58
+ "time": "2016-10-18 13:15:16",
59
+ "type": "library",
60
+ "installation-source": "dist",
61
+ "autoload": {
62
+ "psr-0": {
63
+ "tad_DI52_": [
64
+ "src/"
65
+ ]
66
+ }
67
+ },
68
+ "notification-url": "https://packagist.org/downloads/",
69
+ "license": [
70
+ "GPL-3.0"
71
+ ],
72
+ "authors": [
73
+ {
74
+ "name": "Luca Tumedei",
75
+ "email": "luca@theaveragedev.com"
76
+ }
77
+ ],
78
+ "description": "A PHP 5.2 compatible dependency injection container."
79
+ }
80
+ ]
common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.css CHANGED
File without changes
common/vendor/datatables/extensions/FixedHeader/css/fixedHeader.dataTables.min.css CHANGED
File without changes
common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js CHANGED
File without changes
common/vendor/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js CHANGED
File without changes
common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.css CHANGED
File without changes
common/vendor/datatables/extensions/Responsive/css/responsive.dataTables.min.css CHANGED
File without changes
common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.js CHANGED
File without changes
common/vendor/datatables/extensions/Responsive/js/dataTables.responsive.min.js CHANGED
File without changes
common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.css CHANGED
File without changes
common/vendor/datatables/extensions/Scroller/css/scroller.dataTables.min.css CHANGED
File without changes
common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.js CHANGED
File without changes
common/vendor/datatables/extensions/Scroller/js/dataTables.scroller.min.js CHANGED
File without changes
common/vendor/datatables/extensions/Select/css/select.dataTables.css CHANGED
File without changes
common/vendor/datatables/extensions/Select/css/select.dataTables.min.css CHANGED
File without changes
common/vendor/datatables/extensions/Select/js/dataTables.select.js CHANGED
File without changes
common/vendor/datatables/extensions/Select/js/dataTables.select.min.js CHANGED
File without changes
common/vendor/datatables/media/css/jquery.dataTables.css CHANGED
File without changes
common/vendor/datatables/media/css/jquery.dataTables.min.css CHANGED
File without changes
common/vendor/datatables/media/css/jquery.dataTables_themeroller.css CHANGED
File without changes
common/vendor/datatables/media/images/sort_asc.png CHANGED
File without changes
common/vendor/datatables/media/images/sort_asc_disabled.png CHANGED
File without changes
common/vendor/datatables/media/images/sort_both.png CHANGED
File without changes
common/vendor/datatables/media/images/sort_desc.png CHANGED
File without changes
common/vendor/datatables/media/images/sort_desc_disabled.png CHANGED
File without changes
common/vendor/datatables/media/js/jquery.dataTables.js CHANGED
File without changes
common/vendor/datatables/media/js/jquery.dataTables.min.js CHANGED
File without changes
common/vendor/jquery-timepicker/GruntFile.js ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ module.exports = function(grunt) {
2
+
3
+ grunt.initConfig({
4
+ pkg: grunt.file.readJSON('package.json'),
5
+ meta: {
6
+ banner : '/*!\n' +
7
+ ' * <%= pkg.title %> v<%= pkg.version %> - <%= pkg.description %>\n' +
8
+ ' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %> - <%= pkg.homepage %>\n' +
9
+ ' * License: <%= pkg.license %>\n' +
10
+ ' */\n\n'
11
+ },
12
+ uglify: {
13
+ options : {
14
+ banner : '<%= meta.banner %>',
15
+ report: 'gzip'
16
+ },
17
+ dist: {
18
+ files: {
19
+ 'jquery.timepicker.min.js': ['jquery.timepicker.js']
20
+ }
21
+ }
22
+ },
23
+ cssmin: {
24
+ minify: {
25
+ files: {
26
+ 'jquery.timepicker.min.css': ['jquery.timepicker.css']
27
+ }
28
+ }
29
+ },
30
+ jshint: {
31
+ all: ['jquery.timepicker.js']
32
+ },
33
+ });
34
+
35
+ grunt.loadNpmTasks('grunt-contrib-uglify');
36
+ grunt.loadNpmTasks('grunt-contrib-cssmin');
37
+ grunt.loadNpmTasks('grunt-contrib-jshint');
38
+
39
+ grunt.registerTask('default', ['uglify', 'cssmin']);
40
+
41
+ };
common/vendor/jquery-timepicker/jquery.timepicker.css ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .ui-timepicker-wrapper {
2
+ overflow-y: auto;
3
+ height: 150px;
4
+ width: 6.5em;
5
+ background: #fff;
6
+ border: 1px solid #ddd;
7
+ -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
8
+ -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
9
+ box-shadow:0 5px 10px rgba(0,0,0,0.2);
10
+ outline: none;
11
+ z-index: 10001;
12
+ margin: 0;
13
+ }
14
+
15
+ .ui-timepicker-wrapper.ui-timepicker-with-duration {
16
+ width: 13em;
17
+ }
18
+
19
+ .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
20
+ .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
21
+ width: 11em;
22
+ }
23
+
24
+ .ui-timepicker-list {
25
+ margin: 0;
26
+ padding: 0;
27
+ list-style: none;
28
+ }
29
+
30
+ .ui-timepicker-duration {
31
+ margin-left: 5px; color: #888;
32
+ }
33
+
34
+ .ui-timepicker-list:hover .ui-timepicker-duration {
35
+ color: #888;
36
+ }
37
+
38
+ .ui-timepicker-list li {
39
+ padding: 3px 0 3px 5px;
40
+ cursor: pointer;
41
+ white-space: nowrap;
42
+ color: #000;
43
+ list-style: none;
44
+ margin: 0;
45
+ }
46
+
47
+ .ui-timepicker-list:hover .ui-timepicker-selected {
48
+ background: #fff; color: #000;
49
+ }
50
+
51
+ li.ui-timepicker-selected,
52
+ .ui-timepicker-list li:hover,
53
+ .ui-timepicker-list .ui-timepicker-selected:hover {
54
+ background: #1980EC; color: #fff;
55
+ }
56
+
57
+ li.ui-timepicker-selected .ui-timepicker-duration,
58
+ .ui-timepicker-list li:hover .ui-timepicker-duration {
59
+ color: #ccc;
60
+ }
61
+
62
+ .ui-timepicker-list li.ui-timepicker-disabled,
63
+ .ui-timepicker-list li.ui-timepicker-disabled:hover,
64
+ .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
65
+ color: #888;
66
+ cursor: default;
67
+ }
68
+
69
+ .ui-timepicker-list li.ui-timepicker-disabled:hover,
70
+ .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
71
+ background: #f2f2f2;
72
+ }
common/vendor/jquery-timepicker/jquery.timepicker.js ADDED
@@ -0,0 +1,1246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jquery-timepicker v1.11.5 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
3
+ * Copyright (c) 2015 Jon Thornton - http://jonthornton.github.com/jquery-timepicker/
4
+ * License: MIT
5
+ */
6
+
7
+
8
+ (function (factory) {
9
+ if (typeof exports === "object" && exports &&
10
+ typeof module === "object" && module && module.exports === exports) {
11
+ // Browserify. Attach to jQuery module.
12
+ factory(require("jquery"));
13
+ } else if (typeof define === 'function' && define.amd) {
14
+ // AMD. Register as an anonymous module.
15
+ define(['jquery'], factory);
16
+ } else {
17
+ // Browser globals
18
+ factory(jQuery);
19
+ }
20
+ }(function ($) {
21
+ var _ONE_DAY = 86400;
22
+ var _lang = {
23
+ am: 'am',
24
+ pm: 'pm',
25
+ AM: 'AM',
26
+ PM: 'PM',
27
+ decimal: '.',
28
+ mins: 'mins',
29
+ hr: 'hr',
30
+ hrs: 'hrs'
31
+ };
32
+
33
+ var methods = {
34
+ init: function(options)
35
+ {
36
+ return this.each(function()
37
+ {
38
+ var self = $(this);
39
+
40
+ // pick up settings from data attributes
41
+ var attributeOptions = [];
42
+ for (var key in $.fn.timepicker.defaults) {
43
+ if (self.data(key)) {
44
+ attributeOptions[key] = self.data(key);
45
+ }
46
+ }
47
+
48
+ var settings = $.extend({}, $.fn.timepicker.defaults, attributeOptions, options);
49
+
50
+ if (settings.lang) {
51
+ _lang = $.extend(_lang, settings.lang);
52
+ }
53
+
54
+ settings = _parseSettings(settings);
55
+ self.data('timepicker-settings', settings);
56
+ self.addClass('ui-timepicker-input');
57
+
58
+ if (settings.useSelect) {
59
+ _render(self);
60
+ } else {
61
+ self.prop('autocomplete', 'off');
62
+ if (settings.showOn) {
63
+ for (var i in settings.showOn) {
64
+ self.on(settings.showOn[i]+'.timepicker', methods.show);
65
+ }
66
+ }
67
+ self.on('change.timepicker', _formatValue);
68
+ self.on('keydown.timepicker', _keydownhandler);
69
+ self.on('keyup.timepicker', _keyuphandler);
70
+ if (settings.disableTextInput) {
71
+ self.on('keydown.timepicker', _disableTextInputHandler);
72
+ }
73
+
74
+ _formatValue.call(self.get(0), null, 'initial');
75
+ }
76
+ });
77
+ },
78
+
79
+ show: function(e)
80
+ {
81
+ var self = $(this);
82
+ var settings = self.data('timepicker-settings');
83
+
84
+ if (e) {
85
+ e.preventDefault();
86
+ }
87
+
88
+ if (settings.useSelect) {
89
+ self.data('timepicker-list').focus();
90
+ return;
91
+ }
92
+
93
+ if (_hideKeyboard(self)) {
94
+ // block the keyboard on mobile devices
95
+ self.blur();
96
+ }
97
+
98
+ var list = self.data('timepicker-list');
99
+
100
+ // check if input is readonly
101
+ if (self.prop('readonly')) {
102
+ return;
103
+ }
104
+
105
+ // check if list needs to be rendered
106
+ if (!list || list.length === 0 || typeof settings.durationTime === 'function') {
107
+ _render(self);
108
+ list = self.data('timepicker-list');
109
+ }
110
+
111
+ if (_isVisible(list)) {
112
+ return;
113
+ }
114
+
115
+ self.data('ui-timepicker-value', self.val());
116
+ _setSelected(self, list);
117
+
118
+ // make sure other pickers are hidden
119
+ methods.hide();
120
+
121
+ // position the dropdown relative to the input
122
+ list.show();
123
+ var listOffset = {};
124
+
125
+ if (settings.orientation.match(/r/)) {
126
+ // right-align the dropdown
127
+ listOffset.left = self.offset().left + self.outerWidth() - list.outerWidth() + parseInt(list.css('marginLeft').replace('px', ''), 10);
128
+ } else {
129
+ // left-align the dropdown
130
+ listOffset.left = self.offset().left + parseInt(list.css('marginLeft').replace('px', ''), 10);
131
+ }
132
+
133
+ var verticalOrientation;
134
+ if (settings.orientation.match(/t/)) {
135
+ verticalOrientation = 't';
136
+ } else if (settings.orientation.match(/b/)) {
137
+ verticalOrientation = 'b';
138
+ } else if ((self.offset().top + self.outerHeight(true) + list.outerHeight()) > $(window).height() + $(window).scrollTop()) {
139
+ verticalOrientation = 't';
140
+ } else {
141
+ verticalOrientation = 'b';
142
+ }
143
+
144
+ if (verticalOrientation == 't') {
145
+ // position the dropdown on top
146
+ list.addClass('ui-timepicker-positioned-top');
147
+ listOffset.top = self.offset().top - list.outerHeight() + parseInt(list.css('marginTop').replace('px', ''), 10);
148
+ } else {
149
+ // put it under the input
150
+ list.removeClass('ui-timepicker-positioned-top');
151
+ listOffset.top = self.offset().top + self.outerHeight() + parseInt(list.css('marginTop').replace('px', ''), 10);
152
+ }
153
+
154
+ list.offset(listOffset);
155
+
156
+ // position scrolling
157
+ var selected = list.find('.ui-timepicker-selected');
158
+
159
+ if (!selected.length) {
160
+ var timeInt = _time2int(_getTimeValue(self));
161
+ if (timeInt !== null) {
162
+ selected = _findRow(self, list, timeInt);
163
+ } else if (settings.scrollDefault) {
164
+ selected = _findRow(self, list, settings.scrollDefault());
165
+ }
166
+ }
167
+
168
+ if (selected && selected.length) {
169
+ var topOffset = list.scrollTop() + selected.position().top - selected.outerHeight();
170
+ list.scrollTop(topOffset);
171
+ } else {
172
+ list.scrollTop(0);
173
+ }
174
+
175
+ // prevent scroll propagation
176
+ if(settings.stopScrollPropagation) {
177
+ $(document).on('wheel.ui-timepicker', '.ui-timepicker-wrapper', function(e){
178
+ e.preventDefault();
179
+ var currentScroll = $(this).scrollTop();
180
+ $(this).scrollTop(currentScroll + e.originalEvent.deltaY);
181
+ });
182
+ }
183
+
184
+ // attach close handlers
185
+ $(document).on('touchstart.ui-timepicker mousedown.ui-timepicker', _closeHandler);
186
+ $(window).on('resize.ui-timepicker', _closeHandler);
187
+ if (settings.closeOnWindowScroll) {
188
+ $(document).on('scroll.ui-timepicker', _closeHandler);
189
+ }
190
+
191
+ self.trigger('showTimepicker');
192
+
193
+ return this;
194
+ },
195
+
196
+ hide: function(e)
197
+ {
198
+ var self = $(this);
199
+ var settings = self.data('timepicker-settings');
200
+
201
+ if (settings && settings.useSelect) {
202
+ self.blur();
203
+ }
204
+
205
+ $('.ui-timepicker-wrapper').each(function() {
206
+ var list = $(this);
207
+ if (!_isVisible(list)) {
208
+ return;
209
+ }
210
+
211
+ var self = list.data('timepicker-input');
212
+ var settings = self.data('timepicker-settings');
213
+
214
+ if (settings && settings.selectOnBlur) {
215
+ _selectValue(self);
216
+ }
217
+
218
+ list.hide();
219
+ self.trigger('hideTimepicker');
220
+ });
221
+
222
+ return this;
223
+ },
224
+
225
+ option: function(key, value)
226
+ {
227
+ if (typeof key == 'string' && typeof value == 'undefined') {
228
+ return $(this).data('timepicker-settings')[key];
229
+ }
230
+
231
+ return this.each(function(){
232
+ var self = $(this);
233
+ var settings = self.data('timepicker-settings');
234
+ var list = self.data('timepicker-list');
235
+
236
+ if (typeof key == 'object') {
237
+ settings = $.extend(settings, key);
238
+ } else if (typeof key == 'string') {
239
+ settings[key] = value;
240
+ }
241
+
242
+ settings = _parseSettings(settings);
243
+
244
+ self.data('timepicker-settings', settings);
245
+
246
+ if (list) {
247
+ list.remove();
248
+ self.data('timepicker-list', false);
249
+ }
250
+
251
+ if (settings.useSelect) {
252
+ _render(self);
253
+ }
254
+ });
255
+ },
256
+
257
+ getSecondsFromMidnight: function()
258
+ {
259
+ return _time2int(_getTimeValue(this));
260
+ },
261
+
262
+ getTime: function(relative_date)
263
+ {
264
+ var self = this;
265
+
266
+ var time_string = _getTimeValue(self);
267
+ if (!time_string) {
268
+ return null;
269
+ }
270
+
271
+ var offset = _time2int(time_string);
272
+ if (offset === null) {
273
+ return null;
274
+ }
275
+
276
+ if (!relative_date) {
277
+ relative_date = new Date();
278
+ }
279
+
280
+ // construct a Date from relative date, and offset's time
281
+ var time = new Date(relative_date);
282
+ time.setHours(offset / 3600);
283
+ time.setMinutes(offset % 3600 / 60);
284
+ time.setSeconds(offset % 60);
285
+ time.setMilliseconds(0);
286
+
287
+ return time;
288
+ },
289
+
290
+ isVisible: function() {
291
+ var self = this;
292
+ var list = self.data('timepicker-list');
293
+ return !!(list && _isVisible(list));
294
+ },
295
+
296
+ setTime: function(value)
297
+ {
298
+ var self = this;
299
+ var settings = self.data('timepicker-settings');
300
+
301
+ if (settings.forceRoundTime) {
302
+ var prettyTime = _roundAndFormatTime(_time2int(value), settings)
303
+ } else {
304
+ var prettyTime = _int2time(_time2int(value), settings);
305
+ }
306
+
307
+ if (value && prettyTime === null && settings.noneOption) {
308
+ prettyTime = value;
309
+ }
310
+
311
+ _setTimeValue(self, prettyTime);
312
+ if (self.data('timepicker-list')) {
313
+ _setSelected(self, self.data('timepicker-list'));
314
+ }
315
+
316
+ return this;
317
+ },
318
+
319
+ remove: function()
320
+ {
321
+ var self = this;
322
+
323
+ // check if this element is a timepicker
324
+ if (!self.hasClass('ui-timepicker-input')) {
325
+ return;
326
+ }
327
+
328
+ var settings = self.data('timepicker-settings');
329
+ self.removeAttr('autocomplete', 'off');
330
+ self.removeClass('ui-timepicker-input');
331
+ self.removeData('timepicker-settings');
332
+ self.off('.timepicker');
333
+
334
+ // timepicker-list won't be present unless the user has interacted with this timepicker
335
+ if (self.data('timepicker-list')) {
336
+ self.data('timepicker-list').remove();
337
+ }
338
+
339
+ if (settings.useSelect) {
340
+ self.show();
341
+ }
342
+
343
+ self.removeData('timepicker-list');
344
+
345
+ return this;
346
+ }
347
+ };
348
+
349
+ // private methods
350
+
351
+ function _isVisible(elem)
352
+ {
353
+ var el = elem[0];
354
+ return el.offsetWidth > 0 && el.offsetHeight > 0;
355
+ }
356
+
357
+ function _parseSettings(settings)
358
+ {
359
+ if (settings.minTime) {
360
+ settings.minTime = _time2int(settings.minTime);
361
+ }
362
+
363
+ if (settings.maxTime) {
364
+ settings.maxTime = _time2int(settings.maxTime);
365
+ }
366
+
367
+ if (settings.durationTime && typeof settings.durationTime !== 'function') {
368
+ settings.durationTime = _time2int(settings.durationTime);
369
+ }
370
+
371
+ if (settings.scrollDefault == 'now') {
372
+ settings.scrollDefault = function() {
373
+ return settings.roundingFunction(_time2int(new Date()), settings);
374
+ }
375
+ } else if (settings.scrollDefault && typeof settings.scrollDefault != 'function') {
376
+ var val = settings.scrollDefault;
377
+ settings.scrollDefault = function() {
378
+ return settings.roundingFunction(_time2int(val), settings);
379
+ }
380
+ } else if (settings.minTime) {
381
+ settings.scrollDefault = function() {
382
+ return settings.roundingFunction(settings.minTime, settings);
383
+ }
384
+ }
385
+
386
+ if ($.type(settings.timeFormat) === "string" && settings.timeFormat.match(/[gh]/)) {
387
+ settings._twelveHourTime = true;
388
+ }
389
+
390
+ if (settings.showOnFocus === false && settings.showOn.indexOf('focus') != -1) {
391
+ settings.showOn.splice(settings.showOn.indexOf('focus'), 1);
392
+ }
393
+
394
+ if (settings.disableTimeRanges.length > 0) {
395
+ // convert string times to integers
396
+ for (var i in settings.disableTimeRanges) {
397
+ settings.disableTimeRanges[i] = [
398
+ _time2int(settings.disableTimeRanges[i][0]),
399
+ _time2int(settings.disableTimeRanges[i][1])
400
+ ];
401
+ }
402
+
403
+ // sort by starting time
404
+ settings.disableTimeRanges = settings.disableTimeRanges.sort(function(a, b){
405
+ return a[0] - b[0];
406
+ });
407
+
408
+ // merge any overlapping ranges
409
+ for (var i = settings.disableTimeRanges.length-1; i > 0; i--) {
410
+ if (settings.disableTimeRanges[i][0] <= settings.disableTimeRanges[i-1][1]) {
411
+ settings.disableTimeRanges[i-1] = [
412
+ Math.min(settings.disableTimeRanges[i][0], settings.disableTimeRanges[i-1][0]),
413
+ Math.max(settings.disableTimeRanges[i][1], settings.disableTimeRanges[i-1][1])
414
+ ];
415
+ settings.disableTimeRanges.splice(i, 1);
416
+ }
417
+ }
418
+ }
419
+
420
+ return settings;
421
+ }
422
+
423
+ function _render(self)
424
+ {
425
+ var settings = self.data('timepicker-settings');
426
+ var list = self.data('timepicker-list');
427
+
428
+ if (list && list.length) {
429
+ list.remove();
430
+ self.data('timepicker-list', false);
431
+ }
432
+
433
+ if (settings.useSelect) {
434
+ list = $('<select />', { 'class': 'ui-timepicker-select' });
435
+ var wrapped_list = list;
436
+ } else {
437
+ list = $('<ul />', { 'class': 'ui-timepicker-list' });
438
+
439
+ var wrapped_list = $('<div />', { 'class': 'ui-timepicker-wrapper', 'tabindex': -1 });
440
+ wrapped_list.css({'display':'none', 'position': 'absolute' }).append(list);
441
+ }
442
+
443
+ if (settings.noneOption) {
444
+ if (settings.noneOption === true) {
445
+ settings.noneOption = (settings.useSelect) ? 'Time...' : 'None';
446
+ }
447
+
448
+ if ($.isArray(settings.noneOption)) {
449
+ for (var i in settings.noneOption) {
450
+ if (parseInt(i, 10) == i){
451
+ var noneElement = _generateNoneElement(settings.noneOption[i], settings.useSelect);
452
+ list.append(noneElement);
453
+ }
454
+ }
455
+ } else {
456
+ var noneElement = _generateNoneElement(settings.noneOption, settings.useSelect);
457
+ list.append(noneElement);
458
+ }
459
+ }
460
+
461
+ if (settings.className) {
462
+ wrapped_list.addClass(settings.className);
463
+ }
464
+
465
+ if ((settings.minTime !== null || settings.durationTime !== null) && settings.showDuration) {
466
+ var stepval = typeof settings.step == 'function' ? 'function' : settings.step;
467
+ wrapped_list.addClass('ui-timepicker-with-duration');
468
+ wrapped_list.addClass('ui-timepicker-step-'+settings.step);
469
+ }
470
+
471
+ var durStart = settings.minTime;
472
+ if (typeof settings.durationTime === 'function') {
473
+ durStart = _time2int(settings.durationTime());
474
+ } else if (settings.durationTime !== null) {
475
+ durStart = settings.durationTime;
476
+ }
477
+ var start = (settings.minTime !== null) ? settings.minTime : 0;
478
+ var end = (settings.maxTime !== null) ? settings.maxTime : (start + _ONE_DAY - 1);
479
+
480
+ if (end < start) {
481
+ // make sure the end time is greater than start time, otherwise there will be no list to show
482
+ end += _ONE_DAY;
483
+ }
484
+
485
+ if (end === _ONE_DAY-1 && $.type(settings.timeFormat) === "string" && settings.show2400) {
486
+ // show a 24:00 option when using military time
487
+ end = _ONE_DAY;
488
+ }
489
+
490
+ var dr = settings.disableTimeRanges;
491
+ var drCur = 0;
492
+ var drLen = dr.length;
493
+
494
+ var stepFunc = settings.step;
495
+ if (typeof stepFunc != 'function') {
496
+ stepFunc = function() {
497
+ return settings.step;
498
+ }
499
+ }
500
+
501
+ for (var i=start, j=0; i <= end; j++, i += stepFunc(j)*60) {
502
+ var timeInt = i;
503
+ var timeString = _int2time(timeInt, settings);
504
+
505
+ if (settings.useSelect) {
506
+ var row = $('<option />', { 'value': timeString });
507
+ row.text(timeString);
508
+ } else {
509
+ var row = $('<li />');
510
+ row.addClass(timeInt % 86400 < 43200 ? 'ui-timepicker-am' : 'ui-timepicker-pm');
511
+ row.data('time', (timeInt <= 86400 ? timeInt : timeInt % 86400));
512
+ row.text(timeString);
513
+ }
514
+
515
+ if ((settings.minTime !== null || settings.durationTime !== null) && settings.showDuration) {
516
+ var durationString = _int2duration(i - durStart, settings.step);
517
+ if (settings.useSelect) {
518
+ row.text(row.text()+' ('+durationString+')');
519
+ } else {
520
+ var duration = $('<span />', { 'class': 'ui-timepicker-duration' });
521
+ duration.text(' ('+durationString+')');
522
+ row.append(duration);
523
+ }
524
+ }
525
+
526
+ if (drCur < drLen) {
527
+ if (timeInt >= dr[drCur][1]) {
528
+ drCur += 1;
529
+ }
530
+
531
+ if (dr[drCur] && timeInt >= dr[drCur][0] && timeInt < dr[drCur][1]) {
532
+ if (settings.useSelect) {
533
+ row.prop('disabled', true);
534
+ } else {
535
+ row.addClass('ui-timepicker-disabled');
536
+ }
537
+ }
538
+ }
539
+
540
+ list.append(row);
541
+ }
542
+
543
+ wrapped_list.data('timepicker-input', self);
544
+ self.data('timepicker-list', wrapped_list);
545
+
546
+ if (settings.useSelect) {
547
+ if (self.val()) {
548
+ list.val(_roundAndFormatTime(_time2int(self.val()), settings));
549
+ }
550
+
551
+ list.on('focus', function(){
552
+ $(this).data('timepicker-input').trigger('showTimepicker');
553
+ });
554
+ list.on('blur', function(){
555
+ $(this).data('timepicker-input').trigger('hideTimepicker');
556
+ });
557
+ list.on('change', function(){
558
+ _setTimeValue(self, $(this).val(), 'select');
559
+ });
560
+
561
+ _setTimeValue(self, list.val(), 'initial');
562
+ self.hide().after(list);
563
+ } else {
564
+ var appendTo = settings.appendTo;
565
+ if (typeof appendTo === 'string') {
566
+ appendTo = $(appendTo);
567
+ } else if (typeof appendTo === 'function') {
568
+ appendTo = appendTo(self);
569
+ }
570
+ appendTo.append(wrapped_list);
571
+ _setSelected(self, list);
572
+
573
+ list.on('mousedown click', 'li', function(e) {
574
+
575
+ // hack: temporarily disable the focus handler
576
+ // to deal with the fact that IE fires 'focus'
577
+ // events asynchronously
578
+ self.off('focus.timepicker');
579
+ self.on('focus.timepicker-ie-hack', function(){
580
+ self.off('focus.timepicker-ie-hack');
581
+ self.on('focus.timepicker', methods.show);
582
+ });
583
+
584
+ if (!_hideKeyboard(self)) {
585
+ self[0].focus();
586
+ }
587
+
588
+ // make sure only the clicked row is selected
589
+ list.find('li').removeClass('ui-timepicker-selected');
590
+ $(this).addClass('ui-timepicker-selected');
591
+
592
+ if (_selectValue(self)) {
593
+ self.trigger('hideTimepicker');
594
+
595
+ list.on('mouseup.timepicker click.timepicker', 'li', function(e) {
596
+ list.off('mouseup.timepicker click.timepicker');
597
+ wrapped_list.hide();
598
+ });
599
+ }
600
+ });
601
+ }
602
+ }
603
+
604
+ function _generateNoneElement(optionValue, useSelect)
605
+ {
606
+ var label, className, value;
607
+
608
+ if (typeof optionValue == 'object') {
609
+ label = optionValue.label;
610
+ className = optionValue.className;
611
+ value = optionValue.value;
612
+ } else if (typeof optionValue == 'string') {
613
+ label = optionValue;
614
+ } else {
615
+ $.error('Invalid noneOption value');
616
+ }
617
+
618
+ if (useSelect) {
619
+ return $('<option />', {
620
+ 'value': value,
621
+ 'class': className,
622
+ 'text': label
623
+ });
624
+ } else {
625
+ return $('<li />', {
626
+ 'class': className,
627
+ 'text': label
628
+ }).data('time', String(value));
629
+ }
630
+ }
631
+
632
+ function _roundAndFormatTime(seconds, settings)
633
+ {
634
+ seconds = settings.roundingFunction(seconds, settings);
635
+ if (seconds !== null) {
636
+ return _int2time(seconds, settings);
637
+ }
638
+ }
639
+
640
+ // event handler to decide whether to close timepicker
641
+ function _closeHandler(e)
642
+ {
643
+ if (e.target == window) {
644
+ // mobile Chrome fires focus events against window for some reason
645
+ return;
646
+ }
647
+
648
+ var target = $(e.target);
649
+
650
+ if (target.closest('.ui-timepicker-input').length || target.closest('.ui-timepicker-wrapper').length) {
651
+ // active timepicker was focused. ignore
652
+ return;
653
+ }
654
+
655
+ methods.hide();
656
+ $(document).unbind('.ui-timepicker');
657
+ $(window).unbind('.ui-timepicker');
658
+ }
659
+
660
+ function _hideKeyboard(self)
661
+ {
662
+ var settings = self.data('timepicker-settings');
663
+ return ((window.navigator.msMaxTouchPoints || 'ontouchstart' in document) && settings.disableTouchKeyboard);
664
+ }
665
+
666
+ function _findRow(self, list, value)
667
+ {
668
+ if (!value && value !== 0) {
669
+ return false;
670
+ }
671
+
672
+ var settings = self.data('timepicker-settings');
673
+ var out = false;
674
+ var value = settings.roundingFunction(value, settings);
675
+
676
+ // loop through the menu items
677
+ list.find('li').each(function(i, obj) {
678
+ var jObj = $(obj);
679
+ if (typeof jObj.data('time') != 'number') {
680
+ return;
681
+ }
682
+
683
+ if (jObj.data('time') == value) {
684
+ out = jObj;
685
+ return false;
686
+ }
687
+ });
688
+
689
+ return out;
690
+ }
691
+
692
+ function _setSelected(self, list)
693
+ {
694
+ list.find('li').removeClass('ui-timepicker-selected');
695
+
696
+ var timeValue = _time2int(_getTimeValue(self), self.data('timepicker-settings'));
697
+ if (timeValue === null) {
698
+ return;
699
+ }
700
+
701
+ var selected = _findRow(self, list, timeValue);
702
+ if (selected) {
703
+
704
+ var topDelta = selected.offset().top - list.offset().top;
705
+
706
+ if (topDelta + selected.outerHeight() > list.outerHeight() || topDelta < 0) {
707
+ list.scrollTop(list.scrollTop() + selected.position().top - selected.outerHeight());
708
+ }
709
+
710
+ selected.addClass('ui-timepicker-selected');
711
+ }
712
+ }
713
+
714
+
715
+ function _formatValue(e, origin)
716
+ {
717
+ if (this.value === '' || origin == 'timepicker') {
718
+ return;
719
+ }
720
+
721
+ var self = $(this);
722
+
723
+ if (self.is(':focus') && (!e || e.type != 'change')) {
724
+ return;
725
+ }
726
+
727
+ var settings = self.data('timepicker-settings');
728
+ var seconds = _time2int(this.value, settings);
729
+
730
+ if (seconds === null) {
731
+ self.trigger('timeFormatError');
732
+ return;
733
+ }
734
+
735
+ var rangeError = false;
736
+ // check that the time in within bounds
737
+ if ((settings.minTime !== null && settings.maxTime !== null)
738
+ && (seconds < settings.minTime || seconds > settings.maxTime)) {
739
+ rangeError = true;
740
+ }
741
+
742
+ // check that time isn't within disabled time ranges
743
+ $.each(settings.disableTimeRanges, function(){
744
+ if (seconds >= this[0] && seconds < this[1]) {
745
+ rangeError = true;
746
+ return false;
747
+ }
748
+ });
749
+
750
+ if (settings.forceRoundTime) {
751
+ var roundSeconds = settings.roundingFunction(seconds, settings);
752
+ if (roundSeconds != seconds) {
753
+ seconds = roundSeconds;
754
+ origin = null;
755
+ }
756
+ }
757
+
758
+ var prettyTime = _int2time(seconds, settings);
759
+
760
+ if (rangeError) {
761
+ if (_setTimeValue(self, prettyTime, 'error')) {
762
+ self.trigger('timeRangeError');
763
+ }
764
+ } else {
765
+ _setTimeValue(self, prettyTime, origin);
766
+ }
767
+ }
768
+
769
+ function _getTimeValue(self)
770
+ {
771
+ if (self.is('input')) {
772
+ return self.val();
773
+ } else {
774
+ // use the element's data attributes to store values
775
+ return self.data('ui-timepicker-value');
776
+ }
777
+ }
778
+
779
+ function _setTimeValue(self, value, source)
780
+ {
781
+ if (self.is('input')) {
782
+ self.val(value);
783
+
784
+ var settings = self.data('timepicker-settings');
785
+ if (settings.useSelect && source != 'select' && source != 'initial') {
786
+ self.data('timepicker-list').val(_roundAndFormatTime(_time2int(value), settings));
787
+ }
788
+ }
789
+
790
+ if (self.data('ui-timepicker-value') != value) {
791
+ self.data('ui-timepicker-value', value);
792
+ if (source == 'select') {
793
+ self.trigger('selectTime').trigger('changeTime').trigger('change', 'timepicker');
794
+ } else if (['error', 'initial'].indexOf(source) == -1) {
795
+ self.trigger('changeTime');
796
+ }
797
+
798
+ return true;
799
+ } else {
800
+ self.trigger('selectTime');
801
+ return false;
802
+ }
803
+ }
804
+
805
+ /*
806
+ * Filter freeform input
807
+ */
808
+ function _disableTextInputHandler(e)
809
+ {
810
+ switch (e.keyCode) {
811
+ case 13: // return
812
+ case 9: //tab
813
+ return;
814
+
815
+ default:
816
+ e.preventDefault();
817
+ }
818
+ }
819
+
820
+ /*
821
+ * Keyboard navigation via arrow keys
822
+ */
823
+ function _keydownhandler(e)
824
+ {
825
+ var self = $(this);
826
+ var list = self.data('timepicker-list');
827
+
828
+ if (!list || !_isVisible(list)) {
829
+ if (e.keyCode == 40) {
830
+ // show the list!
831
+ methods.show.call(self.get(0));
832
+ list = self.data('timepicker-list');
833
+ if (!_hideKeyboard(self)) {
834
+ self.focus();
835
+ }
836
+ } else {
837
+ return true;
838
+ }
839
+ }
840
+
841
+ switch (e.keyCode) {
842
+
843
+ case 13: // return
844
+ if (_selectValue(self)) {
845
+ _formatValue.call(self.get(0), {'type':'change'});
846
+ methods.hide.apply(this);
847
+ }
848
+
849
+ e.preventDefault();
850
+ return false;
851
+
852
+ case 38: // up
853
+ var selected = list.find('.ui-timepicker-selected');
854
+
855
+ if (!selected.length) {
856
+ list.find('li').each(function(i, obj) {
857
+ if ($(obj).position().top > 0) {
858
+ selected = $(obj);
859
+ return false;
860
+ }
861
+ });
862
+ selected.addClass('ui-timepicker-selected');
863
+
864
+ } else if (!selected.is(':first-child')) {
865
+ selected.removeClass('ui-timepicker-selected');
866
+ selected.prev().addClass('ui-timepicker-selected');
867
+
868
+ if (selected.prev().position().top < selected.outerHeight()) {
869
+ list.scrollTop(list.scrollTop() - selected.outerHeight());
870
+ }
871
+ }
872
+
873
+ return false;
874
+
875
+ case 40: // down
876
+ selected = list.find('.ui-timepicker-selected');
877
+
878
+ if (selected.length === 0) {
879
+ list.find('li').each(function(i, obj) {
880
+ if ($(obj).position().top > 0) {
881
+ selected = $(obj);
882
+ return false;
883
+ }
884
+ });
885
+
886
+ selected.addClass('ui-timepicker-selected');
887
+ } else if (!selected.is(':last-child')) {
888
+ selected.removeClass('ui-timepicker-selected');
889
+ selected.next().addClass('ui-timepicker-selected');
890
+
891
+ if (selected.next().position().top + 2*selected.outerHeight() > list.outerHeight()) {
892
+ list.scrollTop(list.scrollTop() + selected.outerHeight());
893
+ }
894
+ }
895
+
896
+ return false;
897
+
898
+ case 27: // escape
899
+ list.find('li').removeClass('ui-timepicker-selected');
900
+ methods.hide();
901
+ break;
902
+
903
+ case 9: //tab
904
+ methods.hide();
905
+ break;
906
+
907
+ default:
908
+ return true;
909
+ }
910
+ }
911
+
912
+ /*
913
+ * Time typeahead
914
+ */
915
+ function _keyuphandler(e)
916
+ {
917
+ var self = $(this);
918
+ var list = self.data('timepicker-list');
919
+ var settings = self.data('timepicker-settings');
920
+
921
+ if (!list || !_isVisible(list) || settings.disableTextInput) {
922
+ return true;
923
+ }
924
+
925
+ switch (e.keyCode) {
926
+
927
+ case 96: // numpad numerals
928
+ case 97:
929
+ case 98:
930
+ case 99:
931
+ case 100:
932
+ case 101:
933
+ case 102:
934
+ case 103:
935
+ case 104:
936
+ case 105:
937
+ case 48: // numerals
938
+ case 49:
939
+ case 50:
940
+ case 51:
941
+ case 52:
942
+ case 53:
943
+ case 54:
944
+ case 55:
945
+ case 56:
946
+ case 57:
947
+ case 65: // a
948
+ case 77: // m
949
+ case 80: // p
950
+ case 186: // colon
951
+ case 8: // backspace
952
+ case 46: // delete
953
+ if (settings.typeaheadHighlight) {
954
+ _setSelected(self, list);
955
+ } else {
956
+ list.hide();
957
+ }
958
+ break;
959
+ }
960
+ }
961
+
962
+ function _selectValue(self)
963
+ {
964
+ var settings = self.data('timepicker-settings');
965
+ var list = self.data('timepicker-list');
966
+ var timeValue = null;
967
+
968
+ var cursor = list.find('.ui-timepicker-selected');
969
+
970
+ if (cursor.hasClass('ui-timepicker-disabled')) {
971
+ return false;
972
+ }
973
+
974
+ if (cursor.length) {
975
+ // selected value found
976
+ timeValue = cursor.data('time');
977
+ }
978
+
979
+ if (timeValue !== null) {
980
+ if (typeof timeValue != 'string') {
981
+ timeValue = _int2time(timeValue, settings);
982
+ }
983
+
984
+ _setTimeValue(self, timeValue, 'select');
985
+ }
986
+
987
+ return true;
988
+ }
989
+
990
+ function _int2duration(seconds, step)
991
+ {
992
+ seconds = Math.abs(seconds);
993
+ var minutes = Math.round(seconds/60),
994
+ duration = [],
995
+ hours, mins;
996
+
997
+ if (minutes < 60) {
998
+ // Only show (x mins) under 1 hour
999
+ duration = [minutes, _lang.mins];
1000
+ } else {
1001
+ hours = Math.floor(minutes/60);
1002
+ mins = minutes%60;
1003
+
1004
+ // Show decimal notation (eg: 1.5 hrs) for 30 minute steps
1005
+ if (step == 30 && mins == 30) {
1006
+ hours += _lang.decimal + 5;
1007
+ }
1008
+
1009
+ duration.push(hours);
1010
+ duration.push(hours == 1 ? _lang.hr : _lang.hrs);
1011
+
1012
+ // Show remainder minutes notation (eg: 1 hr 15 mins) for non-30 minute steps
1013
+ // and only if there are remainder minutes to show
1014
+ if (step != 30 && mins) {
1015
+ duration.push(mins);
1016
+ duration.push(_lang.mins);
1017
+ }
1018
+ }
1019
+
1020
+ return duration.join(' ');
1021
+ }
1022
+
1023
+ function _int2time(timeInt, settings)
1024
+ {
1025
+ if (typeof timeInt != 'number') {
1026
+ return null;
1027
+ }
1028
+
1029
+ var seconds = parseInt(timeInt%60)
1030
+ , minutes = parseInt((timeInt/60)%60)
1031
+ , hours = parseInt((timeInt/(60*60))%24);
1032
+
1033
+ var time = new Date(1970, 0, 2, hours, minutes, seconds, 0);
1034
+
1035
+ if (isNaN(time.getTime())) {
1036
+ return null;
1037
+ }
1038
+
1039
+ if ($.type(settings.timeFormat) === "function") {
1040
+ return settings.timeFormat(time);
1041
+ }
1042
+
1043
+ var output = '';
1044
+ var hour, code;
1045
+ for (var i=0; i<settings.timeFormat.length; i++) {
1046
+
1047
+ code = settings.timeFormat.charAt(i);
1048
+ switch (code) {
1049
+
1050
+ case 'a':
1051
+ output += (time.getHours() > 11) ? _lang.pm : _lang.am;
1052
+ break;
1053
+
1054
+ case 'A':
1055
+ output += (time.getHours() > 11) ? _lang.PM : _lang.AM;
1056
+ break;
1057
+
1058
+ case 'g':
1059
+ hour = time.getHours() % 12;
1060
+ output += (hour === 0) ? '12' : hour;
1061
+ break;
1062
+
1063
+ case 'G':
1064
+ hour = time.getHours();
1065
+ if (timeInt === _ONE_DAY) hour = settings.show2400 ? 24 : 0;
1066
+ output += hour;
1067
+ break;
1068
+
1069
+ case 'h':
1070
+ hour = time.getHours() % 12;
1071
+
1072
+ if (hour !== 0 && hour < 10) {
1073
+ hour = '0'+hour;
1074
+ }
1075
+
1076
+ output += (hour === 0) ? '12' : hour;
1077
+ break;
1078
+
1079
+ case 'H':
1080
+ hour = time.getHours();
1081
+ if (timeInt === _ONE_DAY) hour = settings.show2400 ? 24 : 0;
1082
+ output += (hour > 9) ? hour : '0'+hour;
1083
+ break;
1084
+
1085
+ case 'i':
1086
+ var minutes = time.getMinutes();
1087
+ output += (minutes > 9) ? minutes : '0'+minutes;
1088
+ break;
1089
+
1090
+ case 's':
1091
+ seconds = time.getSeconds();
1092
+ output += (seconds > 9) ? seconds : '0'+seconds;
1093
+ break;
1094
+
1095
+ case '\\':
1096
+ // escape character; add the next character and skip ahead
1097
+ i++;
1098
+ output += settings.timeFormat.charAt(i);
1099
+ break;
1100
+
1101
+ default:
1102
+ output += code;
1103
+ }
1104
+ }
1105
+
1106
+ return output;
1107
+ }
1108
+
1109
+ function _time2int(timeString, settings)
1110
+ {
1111
+ if (timeString === '' || timeString === null) return null;
1112
+ if (typeof timeString == 'object') {
1113
+ return timeString.getHours()*3600 + timeString.getMinutes()*60 + timeString.getSeconds();
1114
+ }
1115
+ if (typeof timeString != 'string') {
1116
+ return timeString;
1117
+ }
1118
+
1119
+ timeString = timeString.toLowerCase().replace(/[\s\.]/g, '');
1120
+
1121
+ // if the last character is an "a" or "p", add the "m"
1122
+ if (timeString.slice(-1) == 'a' || timeString.slice(-1) == 'p') {
1123
+ timeString += 'm';
1124
+ }
1125
+
1126
+ var ampmRegex = '(' +
1127
+ _lang.am.replace('.', '')+'|' +
1128
+ _lang.pm.replace('.', '')+'|' +
1129
+ _lang.AM.replace('.', '')+'|' +
1130
+ _lang.PM.replace('.', '')+')?';
1131
+
1132
+ // try to parse time input
1133
+ var pattern = new RegExp('^'+ampmRegex+'([0-9]?[0-9])\\W?([0-5][0-9])?\\W?([0-5][0-9])?'+ampmRegex+'$');
1134
+
1135
+ var time = timeString.match(pattern);
1136
+ if (!time) {
1137
+ return null;
1138
+ }
1139
+
1140
+ var hour = parseInt(time[2]*1, 10);
1141
+ if (hour > 24) {
1142
+ if (settings && settings.wrapHours === false) {
1143
+ return null;
1144
+ } else {
1145
+ hour = hour % 24;
1146
+ }
1147
+ }
1148
+
1149
+ var ampm = time[1] || time[5];
1150
+ var hours = hour;
1151
+
1152
+ if (hour <= 12 && ampm) {
1153
+ var isPm = (ampm == _lang.pm || ampm == _lang.PM);
1154
+
1155
+ if (hour == 12) {
1156
+ hours = isPm ? 12 : 0;
1157
+ } else {
1158
+ hours = (hour + (isPm ? 12 : 0));
1159
+ }
1160
+ }
1161
+
1162
+ var minutes = ( time[3]*1 || 0 );
1163
+ var seconds = ( time[4]*1 || 0 );
1164
+ var timeInt = hours*3600 + minutes*60 + seconds;
1165
+
1166
+ // if no am/pm provided, intelligently guess based on the scrollDefault
1167
+ if (hour < 12 && !ampm && settings && settings._twelveHourTime && settings.scrollDefault) {
1168
+ var delta = timeInt - settings.scrollDefault();
1169
+ if (delta < 0 && delta >= _ONE_DAY / -2) {
1170
+ timeInt = (timeInt + (_ONE_DAY / 2)) % _ONE_DAY;
1171
+ }
1172
+ }
1173
+
1174
+ return timeInt;
1175
+ }
1176
+
1177
+ function _pad2(n) {
1178
+ return ("0" + n).slice(-2);
1179
+ }
1180
+
1181
+ // Plugin entry
1182
+ $.fn.timepicker = function(method)
1183
+ {
1184
+ if (!this.length) return this;
1185
+ if (methods[method]) {
1186
+ // check if this element is a timepicker
1187
+ if (!this.hasClass('ui-timepicker-input')) {
1188
+ return this;
1189
+ }
1190
+ return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
1191
+ }
1192
+ else if(typeof method === "object" || !method) { return methods.init.apply(this, arguments); }
1193
+ else { $.error("Method "+ method + " does not exist on jQuery.timepicker"); }
1194
+ };
1195
+ // Global defaults
1196
+ $.fn.timepicker.defaults = {
1197
+ appendTo: 'body',
1198
+ className: null,
1199
+ closeOnWindowScroll: false,
1200
+ disableTextInput: false,
1201
+ disableTimeRanges: [],
1202
+ disableTouchKeyboard: false,
1203
+ durationTime: null,
1204
+ forceRoundTime: false,
1205
+ maxTime: null,
1206
+ minTime: null,
1207
+ noneOption: false,
1208
+ orientation: 'l',
1209
+ roundingFunction: function(seconds, settings) {
1210
+ if (seconds === null) {
1211
+ return null;
1212
+ } else if (typeof settings.step !== "number") {
1213
+ // TODO: nearest fit irregular steps
1214
+ return seconds;
1215
+ } else {
1216
+ var offset = seconds % (settings.step*60); // step is in minutes
1217
+
1218
+ if (offset >= settings.step*30) {
1219
+ // if offset is larger than a half step, round up
1220
+ seconds += (settings.step*60) - offset;
1221
+ } else {
1222
+ // round down
1223
+ seconds -= offset;
1224
+ }
1225
+
1226
+ if (seconds == _ONE_DAY && settings.show2400) {
1227
+ return seconds;
1228
+ }
1229
+
1230
+ return seconds%_ONE_DAY;
1231
+ }
1232
+ },
1233
+ scrollDefault: null,
1234
+ selectOnBlur: false,
1235
+ show2400: false,
1236
+ showDuration: false,
1237
+ showOn: ['click', 'focus'],
1238
+ showOnFocus: true,
1239
+ step: 30,
1240
+ stopScrollPropagation: false,
1241
+ timeFormat: 'g:ia',
1242
+ typeaheadHighlight: true,
1243
+ useSelect: false,
1244
+ wrapHours: true
1245
+ };
1246
+ }));
common/vendor/jquery-timepicker/jquery.timepicker.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /*!
2
+ * jquery-timepicker v1.11.5 - A jQuery timepicker plugin inspired by Google Calendar. It supports both mouse and keyboard navigation.
3
+ * Copyright (c) 2016 Jon Thornton - http://jonthornton.github.com/jquery-timepicker/
4
+ * License: MIT
5
+ */
6
+
7
+ !function(a){"object"==typeof exports&&exports&&"object"==typeof module&&module&&module.exports===exports?a(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){function b(a){var b=a[0];return b.offsetWidth>0&&b.offsetHeight>0}function c(b){if(b.minTime&&(b.minTime=t(b.minTime)),b.maxTime&&(b.maxTime=t(b.maxTime)),b.durationTime&&"function"!=typeof b.durationTime&&(b.durationTime=t(b.durationTime)),"now"==b.scrollDefault)b.scrollDefault=function(){return b.roundingFunction(t(new Date),b)};else if(b.scrollDefault&&"function"!=typeof b.scrollDefault){var c=b.scrollDefault;b.scrollDefault=function(){return b.roundingFunction(t(c),b)}}else b.minTime&&(b.scrollDefault=function(){return b.roundingFunction(b.minTime,b)});if("string"===a.type(b.timeFormat)&&b.timeFormat.match(/[gh]/)&&(b._twelveHourTime=!0),b.showOnFocus===!1&&-1!=b.showOn.indexOf("focus")&&b.showOn.splice(b.showOn.indexOf("focus"),1),b.disableTimeRanges.length>0){for(var d in b.disableTimeRanges)b.disableTimeRanges[d]=[t(b.disableTimeRanges[d][0]),t(b.disableTimeRanges[d][1])];b.disableTimeRanges=b.disableTimeRanges.sort(function(a,b){return a[0]-b[0]});for(var d=b.disableTimeRanges.length-1;d>0;d--)b.disableTimeRanges[d][0]<=b.disableTimeRanges[d-1][1]&&(b.disableTimeRanges[d-1]=[Math.min(b.disableTimeRanges[d][0],b.disableTimeRanges[d-1][0]),Math.max(b.disableTimeRanges[d][1],b.disableTimeRanges[d-1][1])],b.disableTimeRanges.splice(d,1))}return b}function d(b){var c=b.data("timepicker-settings"),d=b.data("timepicker-list");if(d&&d.length&&(d.remove(),b.data("timepicker-list",!1)),c.useSelect){d=a("<select />",{"class":"ui-timepicker-select"});var g=d}else{d=a("<ul />",{"class":"ui-timepicker-list"});var g=a("<div />",{"class":"ui-timepicker-wrapper",tabindex:-1});g.css({display:"none",position:"absolute"}).append(d)}if(c.noneOption)if(c.noneOption===!0&&(c.noneOption=c.useSelect?"Time...":"None"),a.isArray(c.noneOption)){for(var i in c.noneOption)if(parseInt(i,10)==i){var k=e(c.noneOption[i],c.useSelect);d.append(k)}}else{var k=e(c.noneOption,c.useSelect);d.append(k)}if(c.className&&g.addClass(c.className),(null!==c.minTime||null!==c.durationTime)&&c.showDuration){"function"==typeof c.step?"function":c.step;g.addClass("ui-timepicker-with-duration"),g.addClass("ui-timepicker-step-"+c.step)}var l=c.minTime;"function"==typeof c.durationTime?l=t(c.durationTime()):null!==c.durationTime&&(l=c.durationTime);var n=null!==c.minTime?c.minTime:0,o=null!==c.maxTime?c.maxTime:n+u-1;n>o&&(o+=u),o===u-1&&"string"===a.type(c.timeFormat)&&c.show2400&&(o=u);var p=c.disableTimeRanges,v=0,x=p.length,y=c.step;"function"!=typeof y&&(y=function(){return c.step});for(var i=n,z=0;o>=i;z++,i+=60*y(z)){var A=i,B=s(A,c);if(c.useSelect){var C=a("<option />",{value:B});C.text(B)}else{var C=a("<li />");C.addClass(43200>A%86400?"ui-timepicker-am":"ui-timepicker-pm"),C.data("time",86400>=A?A:A%86400),C.text(B)}if((null!==c.minTime||null!==c.durationTime)&&c.showDuration){var D=r(i-l,c.step);if(c.useSelect)C.text(C.text()+" ("+D+")");else{var E=a("<span />",{"class":"ui-timepicker-duration"});E.text(" ("+D+")"),C.append(E)}}x>v&&(A>=p[v][1]&&(v+=1),p[v]&&A>=p[v][0]&&A<p[v][1]&&(c.useSelect?C.prop("disabled",!0):C.addClass("ui-timepicker-disabled"))),d.append(C)}if(g.data("timepicker-input",b),b.data("timepicker-list",g),c.useSelect)b.val()&&d.val(f(t(b.val()),c)),d.on("focus",function(){a(this).data("timepicker-input").trigger("showTimepicker")}),d.on("blur",function(){a(this).data("timepicker-input").trigger("hideTimepicker")}),d.on("change",function(){m(b,a(this).val(),"select")}),m(b,d.val(),"initial"),b.hide().after(d);else{var F=c.appendTo;"string"==typeof F?F=a(F):"function"==typeof F&&(F=F(b)),F.append(g),j(b,d),d.on("mousedown click","li",function(c){b.off("focus.timepicker"),b.on("focus.timepicker-ie-hack",function(){b.off("focus.timepicker-ie-hack"),b.on("focus.timepicker",w.show)}),h(b)||b[0].focus(),d.find("li").removeClass("ui-timepicker-selected"),a(this).addClass("ui-timepicker-selected"),q(b)&&(b.trigger("hideTimepicker"),d.on("mouseup.timepicker click.timepicker","li",function(a){d.off("mouseup.timepicker click.timepicker"),g.hide()}))})}}function e(b,c){var d,e,f;return"object"==typeof b?(d=b.label,e=b.className,f=b.value):"string"==typeof b?d=b:a.error("Invalid noneOption value"),c?a("<option />",{value:f,"class":e,text:d}):a("<li />",{"class":e,text:d}).data("time",String(f))}function f(a,b){return a=b.roundingFunction(a,b),null!==a?s(a,b):void 0}function g(b){if(b.target!=window){var c=a(b.target);c.closest(".ui-timepicker-input").length||c.closest(".ui-timepicker-wrapper").length||(w.hide(),a(document).unbind(".ui-timepicker"),a(window).unbind(".ui-timepicker"))}}function h(a){var b=a.data("timepicker-settings");return(window.navigator.msMaxTouchPoints||"ontouchstart"in document)&&b.disableTouchKeyboard}function i(b,c,d){if(!d&&0!==d)return!1;var e=b.data("timepicker-settings"),f=!1,d=e.roundingFunction(d,e);return c.find("li").each(function(b,c){var e=a(c);if("number"==typeof e.data("time"))return e.data("time")==d?(f=e,!1):void 0}),f}function j(a,b){b.find("li").removeClass("ui-timepicker-selected");var c=t(l(a),a.data("timepicker-settings"));if(null!==c){var d=i(a,b,c);if(d){var e=d.offset().top-b.offset().top;(e+d.outerHeight()>b.outerHeight()||0>e)&&b.scrollTop(b.scrollTop()+d.position().top-d.outerHeight()),d.addClass("ui-timepicker-selected")}}}function k(b,c){if(""!==this.value&&"timepicker"!=c){var d=a(this);if(!d.is(":focus")||b&&"change"==b.type){var e=d.data("timepicker-settings"),f=t(this.value,e);if(null===f)return void d.trigger("timeFormatError");var g=!1;if(null!==e.minTime&&null!==e.maxTime&&(f<e.minTime||f>e.maxTime)&&(g=!0),a.each(e.disableTimeRanges,function(){return f>=this[0]&&f<this[1]?(g=!0,!1):void 0}),e.forceRoundTime){var h=e.roundingFunction(f,e);h!=f&&(f=h,c=null)}var i=s(f,e);g?m(d,i,"error")&&d.trigger("timeRangeError"):m(d,i,c)}}}function l(a){return a.is("input")?a.val():a.data("ui-timepicker-value")}function m(a,b,c){if(a.is("input")){a.val(b);var d=a.data("timepicker-settings");d.useSelect&&"select"!=c&&"initial"!=c&&a.data("timepicker-list").val(f(t(b),d))}return a.data("ui-timepicker-value")!=b?(a.data("ui-timepicker-value",b),"select"==c?a.trigger("selectTime").trigger("changeTime").trigger("change","timepicker"):-1==["error","initial"].indexOf(c)&&a.trigger("changeTime"),!0):(a.trigger("selectTime"),!1)}function n(a){switch(a.keyCode){case 13:case 9:return;default:a.preventDefault()}}function o(c){var d=a(this),e=d.data("timepicker-list");if(!e||!b(e)){if(40!=c.keyCode)return!0;w.show.call(d.get(0)),e=d.data("timepicker-list"),h(d)||d.focus()}switch(c.keyCode){case 13:return q(d)&&(k.call(d.get(0),{type:"change"}),w.hide.apply(this)),c.preventDefault(),!1;case 38:var f=e.find(".ui-timepicker-selected");return f.length?f.is(":first-child")||(f.removeClass("ui-timepicker-selected"),f.prev().addClass("ui-timepicker-selected"),f.prev().position().top<f.outerHeight()&&e.scrollTop(e.scrollTop()-f.outerHeight())):(e.find("li").each(function(b,c){return a(c).position().top>0?(f=a(c),!1):void 0}),f.addClass("ui-timepicker-selected")),!1;case 40:return f=e.find(".ui-timepicker-selected"),0===f.length?(e.find("li").each(function(b,c){return a(c).position().top>0?(f=a(c),!1):void 0}),f.addClass("ui-timepicker-selected")):f.is(":last-child")||(f.removeClass("ui-timepicker-selected"),f.next().addClass("ui-timepicker-selected"),f.next().position().top+2*f.outerHeight()>e.outerHeight()&&e.scrollTop(e.scrollTop()+f.outerHeight())),!1;case 27:e.find("li").removeClass("ui-timepicker-selected"),w.hide();break;case 9:w.hide();break;default:return!0}}function p(c){var d=a(this),e=d.data("timepicker-list"),f=d.data("timepicker-settings");if(!e||!b(e)||f.disableTextInput)return!0;switch(c.keyCode){case 96:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 65:case 77:case 80:case 186:case 8:case 46:f.typeaheadHighlight?j(d,e):e.hide()}}function q(a){var b=a.data("timepicker-settings"),c=a.data("timepicker-list"),d=null,e=c.find(".ui-timepicker-selected");return e.hasClass("ui-timepicker-disabled")?!1:(e.length&&(d=e.data("time")),null!==d&&("string"!=typeof d&&(d=s(d,b)),m(a,d,"select")),!0)}function r(a,b){a=Math.abs(a);var c,d,e=Math.round(a/60),f=[];return 60>e?f=[e,v.mins]:(c=Math.floor(e/60),d=e%60,30==b&&30==d&&(c+=v.decimal+5),f.push(c),f.push(1==c?v.hr:v.hrs),30!=b&&d&&(f.push(d),f.push(v.mins))),f.join(" ")}function s(b,c){if("number"!=typeof b)return null;var d=parseInt(b%60),e=parseInt(b/60%60),f=parseInt(b/3600%24),g=new Date(1970,0,2,f,e,d,0);if(isNaN(g.getTime()))return null;if("function"===a.type(c.timeFormat))return c.timeFormat(g);for(var h,i,j="",k=0;k<c.timeFormat.length;k++)switch(i=c.timeFormat.charAt(k)){case"a":j+=g.getHours()>11?v.pm:v.am;break;case"A":j+=g.getHours()>11?v.PM:v.AM;break;case"g":h=g.getHours()%12,j+=0===h?"12":h;break;case"G":h=g.getHours(),b===u&&(h=c.show2400?24:0),j+=h;break;case"h":h=g.getHours()%12,0!==h&&10>h&&(h="0"+h),j+=0===h?"12":h;break;case"H":h=g.getHours(),b===u&&(h=c.show2400?24:0),j+=h>9?h:"0"+h;break;case"i":var e=g.getMinutes();j+=e>9?e:"0"+e;break;case"s":d=g.getSeconds(),j+=d>9?d:"0"+d;break;case"\\":k++,j+=c.timeFormat.charAt(k);break;default:j+=i}return j}function t(a,b){if(""===a||null===a)return null;if("object"==typeof a)return 3600*a.getHours()+60*a.getMinutes()+a.getSeconds();if("string"!=typeof a)return a;a=a.toLowerCase().replace(/[\s\.]/g,""),("a"==a.slice(-1)||"p"==a.slice(-1))&&(a+="m");var c="("+v.am.replace(".","")+"|"+v.pm.replace(".","")+"|"+v.AM.replace(".","")+"|"+v.PM.replace(".","")+")?",d=new RegExp("^"+c+"([0-9]?[0-9])\\W?([0-5][0-9])?\\W?([0-5][0-9])?"+c+"$"),e=a.match(d);if(!e)return null;var f=parseInt(1*e[2],10);if(f>24){if(b&&b.wrapHours===!1)return null;f%=24}var g=e[1]||e[5],h=f;if(12>=f&&g){var i=g==v.pm||g==v.PM;h=12==f?i?12:0:f+(i?12:0)}var j=1*e[3]||0,k=1*e[4]||0,l=3600*h+60*j+k;if(12>f&&!g&&b&&b._twelveHourTime&&b.scrollDefault){var m=l-b.scrollDefault();0>m&&m>=u/-2&&(l=(l+u/2)%u)}return l}var u=86400,v={am:"am",pm:"pm",AM:"AM",PM:"PM",decimal:".",mins:"mins",hr:"hr",hrs:"hrs"},w={init:function(b){return this.each(function(){var e=a(this),f=[];for(var g in a.fn.timepicker.defaults)e.data(g)&&(f[g]=e.data(g));var h=a.extend({},a.fn.timepicker.defaults,f,b);if(h.lang&&(v=a.extend(v,h.lang)),h=c(h),e.data("timepicker-settings",h),e.addClass("ui-timepicker-input"),h.useSelect)d(e);else{if(e.prop("autocomplete","off"),h.showOn)for(var i in h.showOn)e.on(h.showOn[i]+".timepicker",w.show);e.on("change.timepicker",k),e.on("keydown.timepicker",o),e.on("keyup.timepicker",p),h.disableTextInput&&e.on("keydown.timepicker",n),k.call(e.get(0),null,"initial")}})},show:function(c){var e=a(this),f=e.data("timepicker-settings");if(c&&c.preventDefault(),f.useSelect)return void e.data("timepicker-list").focus();h(e)&&e.blur();var k=e.data("timepicker-list");if(!e.prop("readonly")&&(k&&0!==k.length&&"function"!=typeof f.durationTime||(d(e),k=e.data("timepicker-list")),!b(k))){e.data("ui-timepicker-value",e.val()),j(e,k),w.hide(),k.show();var m={};f.orientation.match(/r/)?m.left=e.offset().left+e.outerWidth()-k.outerWidth()+parseInt(k.css("marginLeft").replace("px",""),10):m.left=e.offset().left+parseInt(k.css("marginLeft").replace("px",""),10);var n;n=f.orientation.match(/t/)?"t":f.orientation.match(/b/)?"b":e.offset().top+e.outerHeight(!0)+k.outerHeight()>a(window).height()+a(window).scrollTop()?"t":"b","t"==n?(k.addClass("ui-timepicker-positioned-top"),m.top=e.offset().top-k.outerHeight()+parseInt(k.css("marginTop").replace("px",""),10)):(k.removeClass("ui-timepicker-positioned-top"),m.top=e.offset().top+e.outerHeight()+parseInt(k.css("marginTop").replace("px",""),10)),k.offset(m);var o=k.find(".ui-timepicker-selected");if(!o.length){var p=t(l(e));null!==p?o=i(e,k,p):f.scrollDefault&&(o=i(e,k,f.scrollDefault()))}if(o&&o.length){var q=k.scrollTop()+o.position().top-o.outerHeight();k.scrollTop(q)}else k.scrollTop(0);return f.stopScrollPropagation&&a(document).on("wheel.ui-timepicker",".ui-timepicker-wrapper",function(b){b.preventDefault();var c=a(this).scrollTop();a(this).scrollTop(c+b.originalEvent.deltaY)}),a(document).on("touchstart.ui-timepicker mousedown.ui-timepicker",g),a(window).on("resize.ui-timepicker",g),f.closeOnWindowScroll&&a(document).on("scroll.ui-timepicker",g),e.trigger("showTimepicker"),this}},hide:function(c){var d=a(this),e=d.data("timepicker-settings");return e&&e.useSelect&&d.blur(),a(".ui-timepicker-wrapper").each(function(){var c=a(this);if(b(c)){var d=c.data("timepicker-input"),e=d.data("timepicker-settings");e&&e.selectOnBlur&&q(d),c.hide(),d.trigger("hideTimepicker")}}),this},option:function(b,e){return"string"==typeof b&&"undefined"==typeof e?a(this).data("timepicker-settings")[b]:this.each(function(){var f=a(this),g=f.data("timepicker-settings"),h=f.data("timepicker-list");"object"==typeof b?g=a.extend(g,b):"string"==typeof b&&(g[b]=e),g=c(g),f.data("timepicker-settings",g),h&&(h.remove(),f.data("timepicker-list",!1)),g.useSelect&&d(f)})},getSecondsFromMidnight:function(){return t(l(this))},getTime:function(a){var b=this,c=l(b);if(!c)return null;var d=t(c);if(null===d)return null;a||(a=new Date);var e=new Date(a);return e.setHours(d/3600),e.setMinutes(d%3600/60),e.setSeconds(d%60),e.setMilliseconds(0),e},isVisible:function(){var a=this,c=a.data("timepicker-list");return!(!c||!b(c))},setTime:function(a){var b=this,c=b.data("timepicker-settings");if(c.forceRoundTime)var d=f(t(a),c);else var d=s(t(a),c);return a&&null===d&&c.noneOption&&(d=a),m(b,d),b.data("timepicker-list")&&j(b,b.data("timepicker-list")),this},remove:function(){var a=this;if(a.hasClass("ui-timepicker-input")){var b=a.data("timepicker-settings");return a.removeAttr("autocomplete","off"),a.removeClass("ui-timepicker-input"),a.removeData("timepicker-settings"),a.off(".timepicker"),a.data("timepicker-list")&&a.data("timepicker-list").remove(),b.useSelect&&a.show(),a.removeData("timepicker-list"),this}}};a.fn.timepicker=function(b){return this.length?w[b]?this.hasClass("ui-timepicker-input")?w[b].apply(this,Array.prototype.slice.call(arguments,1)):this:"object"!=typeof b&&b?void a.error("Method "+b+" does not exist on jQuery.timepicker"):w.init.apply(this,arguments):this},a.fn.timepicker.defaults={appendTo:"body",className:null,closeOnWindowScroll:!1,disableTextInput:!1,disableTimeRanges:[],disableTouchKeyboard:!1,durationTime:null,forceRoundTime:!1,maxTime:null,minTime:null,noneOption:!1,orientation:"l",roundingFunction:function(a,b){if(null===a)return null;if("number"!=typeof b.step)return a;var c=a%(60*b.step);return c>=30*b.step?a+=60*b.step-c:a-=c,a==u&&b.show2400?a:a%u},scrollDefault:null,selectOnBlur:!1,show2400:!1,showDuration:!1,showOn:["click","focus"],showOnFocus:!0,step:30,stopScrollPropagation:!1,timeFormat:"g:ia",typeaheadHighlight:!0,useSelect:!1,wrapHours:!0}});
common/vendor/jquery-timepicker/lib/bootstrap-datepicker.css ADDED
@@ -0,0 +1,512 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Datepicker for Bootstrap
3
+ *
4
+ * Copyright 2012 Stefan Petre
5
+ * Improvements by Andrew Rowls
6
+ * Licensed under the Apache License v2.0
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ */
10
+ .datepicker {
11
+ padding: 4px;
12
+ -webkit-border-radius: 4px;
13
+ -moz-border-radius: 4px;
14
+ border-radius: 4px;
15
+ direction: ltr;
16
+ /*.dow {
17
+ border-top: 1px solid #ddd !important;
18
+ }*/
19
+ }
20
+ .datepicker-inline {
21
+ width: 220px;
22
+ }
23
+ .datepicker.datepicker-rtl {
24
+ direction: rtl;
25
+ }
26
+ .datepicker.datepicker-rtl table tr td span {
27
+ float: right;
28
+ }
29
+ .datepicker-dropdown {
30
+ top: 0;
31
+ left: 0;
32
+ }
33
+ .datepicker-dropdown:before {
34
+ content: '';
35
+ display: inline-block;
36
+ border-left: 7px solid transparent;
37
+ border-right: 7px solid transparent;
38
+ border-bottom: 7px solid #ccc;
39
+ border-top: 0;
40
+ border-bottom-color: rgba(0, 0, 0, 0.2);
41
+ position: absolute;
42
+ }
43
+ .datepicker-dropdown:after {
44
+ content: '';
45
+ display: inline-block;
46
+ border-left: 6px solid transparent;
47
+ border-right: 6px solid transparent;
48
+ border-bottom: 6px solid #ffffff;
49
+ border-top: 0;
50
+ position: absolute;
51
+ }
52
+ .datepicker-dropdown.datepicker-orient-left:before {
53
+ left: 6px;
54
+ }
55
+ .datepicker-dropdown.datepicker-orient-left:after {
56
+ left: 7px;
57
+ }
58
+ .datepicker-dropdown.datepicker-orient-right:before {
59
+ right: 6px;
60
+ }
61
+ .datepicker-dropdown.datepicker-orient-right:after {
62
+ right: 7px;
63
+ }
64
+ .datepicker-dropdown.datepicker-orient-top:before {
65
+ top: -7px;
66
+ }
67
+ .datepicker-dropdown.datepicker-orient-top:after {
68
+ top: -6px;
69
+ }
70
+ .datepicker-dropdown.datepicker-orient-bottom:before {
71
+ bottom: -7px;
72
+ border-bottom: 0;
73
+ border-top: 7px solid #999;
74
+ }
75
+ .datepicker-dropdown.datepicker-orient-bottom:after {
76
+ bottom: -6px;
77
+ border-bottom: 0;
78
+ border-top: 6px solid #ffffff;
79
+ }
80
+ .datepicker > div {
81
+ display: none;
82
+ }
83
+ .datepicker.days div.datepicker-days {
84
+ display: block;
85
+ }
86
+ .datepicker.months div.datepicker-months {
87
+ display: block;
88
+ }
89
+ .datepicker.years div.datepicker-years {
90
+ display: block;
91
+ }
92
+ .datepicker table {
93
+ margin: 0;
94
+ -webkit-touch-callout: none;
95
+ -webkit-user-select: none;
96
+ -khtml-user-select: none;
97
+ -moz-user-select: none;
98
+ -ms-user-select: none;
99
+ user-select: none;
100
+ }
101
+ .datepicker td,
102
+ .datepicker th {
103
+ text-align: center;
104
+ width: 20px;
105
+ height: 20px;
106
+ -webkit-border-radius: 4px;
107
+ -moz-border-radius: 4px;
108
+ border-radius: 4px;
109
+ border: none;
110
+ }
111
+ .table-striped .datepicker table tr td,
112
+ .table-striped .datepicker table tr th {
113
+ background-color: transparent;
114
+ }
115
+ .datepicker table tr td.day:hover,
116
+ .datepicker table tr td.day.focused {
117
+ background: #eeeeee;
118
+ cursor: pointer;
119
+ }
120
+ .datepicker table tr td.old,
121
+ .datepicker table tr td.new {
122
+ color: #999999;
123
+ }
124
+ .datepicker table tr td.disabled,
125
+ .datepicker table tr td.disabled:hover {
126
+ background: none;
127
+ color: #999999;
128
+ cursor: default;
129
+ }
130
+ .datepicker table tr td.today,
131
+ .datepicker table tr td.today:hover,
132
+ .datepicker table tr td.today.disabled,
133
+ .datepicker table tr td.today.disabled:hover {
134
+ background-color: #fde19a;
135
+ background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
136
+ background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
137
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
138
+ background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
139
+ background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
140
+ background-image: linear-gradient(top, #fdd49a, #fdf59a);
141
+ background-repeat: repeat-x;
142
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
143
+ border-color: #fdf59a #fdf59a #fbed50;
144
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
145
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
146
+ color: #000;
147
+ }
148
+ .datepicker table tr td.today:hover,
149
+ .datepicker table tr td.today:hover:hover,
150
+ .datepicker table tr td.today.disabled:hover,
151
+ .datepicker table tr td.today.disabled:hover:hover,
152
+ .datepicker table tr td.today:active,
153
+ .datepicker table tr td.today:hover:active,
154
+ .datepicker table tr td.today.disabled:active,
155
+ .datepicker table tr td.today.disabled:hover:active,
156
+ .datepicker table tr td.today.active,
157
+ .datepicker table tr td.today:hover.active,
158
+ .datepicker table tr td.today.disabled.active,
159
+ .datepicker table tr td.today.disabled:hover.active,
160
+ .datepicker table tr td.today.disabled,
161
+ .datepicker table tr td.today:hover.disabled,
162
+ .datepicker table tr td.today.disabled.disabled,
163
+ .datepicker table tr td.today.disabled:hover.disabled,
164
+ .datepicker table tr td.today[disabled],
165
+ .datepicker table tr td.today:hover[disabled],
166
+ .datepicker table tr td.today.disabled[disabled],
167
+ .datepicker table tr td.today.disabled:hover[disabled] {
168
+ background-color: #fdf59a;
169
+ }
170
+ .datepicker table tr td.today:active,
171
+ .datepicker table tr td.today:hover:active,
172
+ .datepicker table tr td.today.disabled:active,
173
+ .datepicker table tr td.today.disabled:hover:active,
174
+ .datepicker table tr td.today.active,
175
+ .datepicker table tr td.today:hover.active,
176
+ .datepicker table tr td.today.disabled.active,
177
+ .datepicker table tr td.today.disabled:hover.active {
178
+ background-color: #fbf069 \9;
179
+ }
180
+ .datepicker table tr td.today:hover:hover {
181
+ color: #000;
182
+ }
183
+ .datepicker table tr td.today.active:hover {
184
+ color: #fff;
185
+ }
186
+ .datepicker table tr td.range,
187
+ .datepicker table tr td.range:hover,
188
+ .datepicker table tr td.range.disabled,
189
+ .datepicker table tr td.range.disabled:hover {
190
+ background: #eeeeee;
191
+ -webkit-border-radius: 0;
192
+ -moz-border-radius: 0;
193
+ border-radius: 0;
194
+ }
195
+ .datepicker table tr td.range.today,
196
+ .datepicker table tr td.range.today:hover,
197
+ .datepicker table tr td.range.today.disabled,
198
+ .datepicker table tr td.range.today.disabled:hover {
199
+ background-color: #f3d17a;
200
+ background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
201
+ background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
202
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
203
+ background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
204
+ background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
205
+ background-image: linear-gradient(top, #f3c17a, #f3e97a);
206
+ background-repeat: repeat-x;
207
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
208
+ border-color: #f3e97a #f3e97a #edde34;
209
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
210
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
211
+ -webkit-border-radius: 0;
212
+ -moz-border-radius: 0;
213
+ border-radius: 0;
214
+ }
215
+ .datepicker table tr td.range.today:hover,
216
+ .datepicker table tr td.range.today:hover:hover,
217
+ .datepicker table tr td.range.today.disabled:hover,
218
+ .datepicker table tr td.range.today.disabled:hover:hover,
219
+ .datepicker table tr td.range.today:active,
220
+ .datepicker table tr td.range.today:hover:active,
221
+ .datepicker table tr td.range.today.disabled:active,
222
+ .datepicker table tr td.range.today.disabled:hover:active,
223
+ .datepicker table tr td.range.today.active,
224
+ .datepicker table tr td.range.today:hover.active,
225
+ .datepicker table tr td.range.today.disabled.active,
226
+ .datepicker table tr td.range.today.disabled:hover.active,
227
+ .datepicker table tr td.range.today.disabled,
228
+ .datepicker table tr td.range.today:hover.disabled,
229
+ .datepicker table tr td.range.today.disabled.disabled,
230
+ .datepicker table tr td.range.today.disabled:hover.disabled,
231
+ .datepicker table tr td.range.today[disabled],
232
+ .datepicker table tr td.range.today:hover[disabled],
233
+ .datepicker table tr td.range.today.disabled[disabled],
234
+ .datepicker table tr td.range.today.disabled:hover[disabled] {
235
+ background-color: #f3e97a;
236
+ }
237
+ .datepicker table tr td.range.today:active,
238
+ .datepicker table tr td.range.today:hover:active,
239
+ .datepicker table tr td.range.today.disabled:active,
240
+ .datepicker table tr td.range.today.disabled:hover:active,
241
+ .datepicker table tr td.range.today.active,
242
+ .datepicker table tr td.range.today:hover.active,
243
+ .datepicker table tr td.range.today.disabled.active,
244
+ .datepicker table tr td.range.today.disabled:hover.active {
245
+ background-color: #efe24b \9;
246
+ }
247
+ .datepicker table tr td.selected,
248
+ .datepicker table tr td.selected:hover,
249
+ .datepicker table tr td.selected.disabled,
250
+ .datepicker table tr td.selected.disabled:hover {
251
+ background-color: #9e9e9e;
252
+ background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
253
+ background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
254
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
255
+ background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
256
+ background-image: -o-linear-gradient(top, #b3b3b3, #808080);
257
+ background-image: linear-gradient(top, #b3b3b3, #808080);
258
+ background-repeat: repeat-x;
259
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
260
+ border-color: #808080 #808080 #595959;
261
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
262
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
263
+ color: #fff;
264
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
265
+ }
266
+ .datepicker table tr td.selected:hover,
267
+ .datepicker table tr td.selected:hover:hover,
268
+ .datepicker table tr td.selected.disabled:hover,
269
+ .datepicker table tr td.selected.disabled:hover:hover,
270
+ .datepicker table tr td.selected:active,
271
+ .datepicker table tr td.selected:hover:active,
272
+ .datepicker table tr td.selected.disabled:active,
273
+ .datepicker table tr td.selected.disabled:hover:active,
274
+ .datepicker table tr td.selected.active,
275
+ .datepicker table tr td.selected:hover.active,
276
+ .datepicker table tr td.selected.disabled.active,
277
+ .datepicker table tr td.selected.disabled:hover.active,
278
+ .datepicker table tr td.selected.disabled,
279
+ .datepicker table tr td.selected:hover.disabled,
280
+ .datepicker table tr td.selected.disabled.disabled,
281
+ .datepicker table tr td.selected.disabled:hover.disabled,
282
+ .datepicker table tr td.selected[disabled],
283
+ .datepicker table tr td.selected:hover[disabled],
284
+ .datepicker table tr td.selected.disabled[disabled],
285
+ .datepicker table tr td.selected.disabled:hover[disabled] {
286
+ background-color: #808080;
287
+ }
288
+ .datepicker table tr td.selected:active,
289
+ .datepicker table tr td.selected:hover:active,
290
+ .datepicker table tr td.selected.disabled:active,
291
+ .datepicker table tr td.selected.disabled:hover:active,
292
+ .datepicker table tr td.selected.active,
293
+ .datepicker table tr td.selected:hover.active,
294
+ .datepicker table tr td.selected.disabled.active,
295
+ .datepicker table tr td.selected.disabled:hover.active {
296
+ background-color: #666666 \9;
297
+ }
298
+ .datepicker table tr td.active,
299
+ .datepicker table tr td.active:hover,
300
+ .datepicker table tr td.active.disabled,
301
+ .datepicker table tr td.active.disabled:hover {
302
+ background-color: #006dcc;
303
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
304
+ background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
305
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
306
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
307
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
308
+ background-image: linear-gradient(top, #0088cc, #0044cc);
309
+ background-repeat: repeat-x;
310
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
311
+ border-color: #0044cc #0044cc #002a80;
312
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
313
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
314
+ color: #fff;
315
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
316
+ }
317
+ .datepicker table tr td.active:hover,
318
+ .datepicker table tr td.active:hover:hover,
319
+ .datepicker table tr td.active.disabled:hover,
320
+ .datepicker table tr td.active.disabled:hover:hover,
321
+ .datepicker table tr td.active:active,
322
+ .datepicker table tr td.active:hover:active,
323
+ .datepicker table tr td.active.disabled:active,
324
+ .datepicker table tr td.active.disabled:hover:active,
325
+ .datepicker table tr td.active.active,
326
+ .datepicker table tr td.active:hover.active,
327
+ .datepicker table tr td.active.disabled.active,
328
+ .datepicker table tr td.active.disabled:hover.active,
329
+ .datepicker table tr td.active.disabled,
330
+ .datepicker table tr td.active:hover.disabled,
331
+ .datepicker table tr td.active.disabled.disabled,
332
+ .datepicker table tr td.active.disabled:hover.disabled,
333
+ .datepicker table tr td.active[disabled],
334
+ .datepicker table tr td.active:hover[disabled],
335
+ .datepicker table tr td.active.disabled[disabled],
336
+ .datepicker table tr td.active.disabled:hover[disabled] {
337
+ background-color: #0044cc;
338
+ }
339
+ .datepicker table tr td.active:active,
340
+ .datepicker table tr td.active:hover:active,
341
+ .datepicker table tr td.active.disabled:active,
342
+ .datepicker table tr td.active.disabled:hover:active,
343
+ .datepicker table tr td.active.active,
344
+ .datepicker table tr td.active:hover.active,
345
+ .datepicker table tr td.active.disabled.active,
346
+ .datepicker table tr td.active.disabled:hover.active {
347
+ background-color: #003399 \9;
348
+ }
349
+ .datepicker table tr td span {
350
+ display: block;
351
+ width: 23%;
352
+ height: 54px;
353
+ line-height: 54px;
354
+ float: left;
355
+ margin: 1%;
356
+ cursor: pointer;
357
+ -webkit-border-radius: 4px;
358
+ -moz-border-radius: 4px;
359
+ border-radius: 4px;
360
+ }
361
+ .datepicker table tr td span:hover {
362
+ background: #eeeeee;
363
+ }
364
+ .datepicker table tr td span.disabled,
365
+ .datepicker table tr td span.disabled:hover {
366
+ background: none;
367
+ color: #999999;
368
+ cursor: default;
369
+ }
370
+ .datepicker table tr td span.active,
371
+ .datepicker table tr td span.active:hover,
372
+ .datepicker table tr td span.active.disabled,
373
+ .datepicker table tr td span.active.disabled:hover {
374
+ background-color: #006dcc;
375
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
376
+ background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
377
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
378
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
379
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
380
+ background-image: linear-gradient(top, #0088cc, #0044cc);
381
+ background-repeat: repeat-x;
382
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
383
+ border-color: #0044cc #0044cc #002a80;
384
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
385
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
386
+ color: #fff;
387
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
388
+ }
389
+ .datepicker table tr td span.active:hover,
390
+ .datepicker table tr td span.active:hover:hover,
391
+ .datepicker table tr td span.active.disabled:hover,
392
+ .datepicker table tr td span.active.disabled:hover:hover,
393
+ .datepicker table tr td span.active:active,
394
+ .datepicker table tr td span.active:hover:active,
395
+ .datepicker table tr td span.active.disabled:active,
396
+ .datepicker table tr td span.active.disabled:hover:active,
397
+ .datepicker table tr td span.active.active,
398
+ .datepicker table tr td span.active:hover.active,
399
+ .datepicker table tr td span.active.disabled.active,
400
+ .datepicker table tr td span.active.disabled:hover.active,
401
+ .datepicker table tr td span.active.disabled,
402
+ .datepicker table tr td span.active:hover.disabled,
403
+ .datepicker table tr td span.active.disabled.disabled,
404
+ .datepicker table tr td span.active.disabled:hover.disabled,
405
+ .datepicker table tr td span.active[disabled],
406
+ .datepicker table tr td span.active:hover[disabled],
407
+ .datepicker table tr td span.active.disabled[disabled],
408
+ .datepicker table tr td span.active.disabled:hover[disabled] {
409
+ background-color: #0044cc;
410
+ }
411
+ .datepicker table tr td span.active:active,
412
+ .datepicker table tr td span.active:hover:active,
413
+ .datepicker table tr td span.active.disabled:active,
414
+ .datepicker table tr td span.active.disabled:hover:active,
415
+ .datepicker table tr td span.active.active,
416
+ .datepicker table tr td span.active:hover.active,
417
+ .datepicker table tr td span.active.disabled.active,
418
+ .datepicker table tr td span.active.disabled:hover.active {
419
+ background-color: #003399 \9;
420
+ }
421
+ .datepicker table tr td span.old,
422
+ .datepicker table tr td span.new {
423
+ color: #999999;
424
+ }
425
+ .datepicker th.datepicker-switch {
426
+ width: 145px;
427
+ }
428
+ .datepicker thead tr:first-child th,
429
+ .datepicker tfoot tr th {
430
+ cursor: pointer;
431
+ }
432
+ .datepicker thead tr:first-child th:hover,
433
+ .datepicker tfoot tr th:hover {
434
+ background: #eeeeee;
435
+ }
436
+ .datepicker .cw {
437
+ font-size: 10px;
438
+ width: 12px;
439
+ padding: 0 2px 0 5px;
440
+ vertical-align: middle;
441
+ }
442
+ .datepicker thead tr:first-child th.cw {
443
+ cursor: default;
444
+ background-color: transparent;
445
+ }
446
+ .input-append.date .add-on i,
447
+ .input-prepend.date .add-on i {
448
+ cursor: pointer;
449
+ width: 16px;
450
+ height: 16px;
451
+ }
452
+ .input-daterange input {
453
+ text-align: center;
454
+ }
455
+ .input-daterange input:first-child {
456
+ -webkit-border-radius: 3px 0 0 3px;
457
+ -moz-border-radius: 3px 0 0 3px;
458
+ border-radius: 3px 0 0 3px;
459
+ }
460
+ .input-daterange input:last-child {
461
+ -webkit-border-radius: 0 3px 3px 0;
462
+ -moz-border-radius: 0 3px 3px 0;
463
+ border-radius: 0 3px 3px 0;
464
+ }
465
+ .input-daterange .add-on {
466
+ display: inline-block;
467
+ width: auto;
468
+ min-width: 16px;
469
+ height: 20px;
470
+ padding: 4px 5px;
471
+ font-weight: normal;
472
+ line-height: 20px;
473
+ text-align: center;
474
+ text-shadow: 0 1px 0 #ffffff;
475
+ vertical-align: middle;
476
+ background-color: #eeeeee;
477
+ border: 1px solid #ccc;
478
+ margin-left: -5px;
479
+ margin-right: -5px;
480
+ }
481
+ .datepicker.dropdown-menu {
482
+ position: absolute;
483
+ top: 100%;
484
+ left: 0;
485
+ z-index: 1000;
486
+ float: left;
487
+ display: none;
488
+ min-width: 160px;
489
+ list-style: none;
490
+ background-color: #ffffff;
491
+ border: 1px solid #ccc;
492
+ border: 1px solid rgba(0, 0, 0, 0.2);
493
+ -webkit-border-radius: 5px;
494
+ -moz-border-radius: 5px;
495
+ border-radius: 5px;
496
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
497
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
498
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
499
+ -webkit-background-clip: padding-box;
500
+ -moz-background-clip: padding;
501
+ background-clip: padding-box;
502
+ *border-right-width: 2px;
503
+ *border-bottom-width: 2px;
504
+ color: #333333;
505
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
506
+ font-size: 13px;
507
+ line-height: 20px;
508
+ }
509
+ .datepicker.dropdown-menu th,
510
+ .datepicker.dropdown-menu td {
511
+ padding: 4px 5px;
512
+ }
common/vendor/jquery-timepicker/lib/bootstrap-datepicker.js ADDED
@@ -0,0 +1,1671 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* =========================================================
2
+ * bootstrap-datepicker.js
3
+ * Repo: https://github.com/eternicode/bootstrap-datepicker/
4
+ * Demo: http://eternicode.github.io/bootstrap-datepicker/
5
+ * Docs: http://bootstrap-datepicker.readthedocs.org/
6
+ * Forked from http://www.eyecon.ro/bootstrap-datepicker
7
+ * =========================================================
8
+ * Started by Stefan Petre; improvements by Andrew Rowls + contributors
9
+ *
10
+ * Licensed under the Apache License, Version 2.0 (the "License");
11
+ * you may not use this file except in compliance with the License.
12
+ * You may obtain a copy of the License at
13
+ *
14
+ * http://www.apache.org/licenses/LICENSE-2.0
15
+ *
16
+ * Unless required by applicable law or agreed to in writing, software
17
+ * distributed under the License is distributed on an "AS IS" BASIS,
18
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ * See the License for the specific language governing permissions and
20
+ * limitations under the License.
21
+ * ========================================================= */
22
+
23
+ (function($, undefined){
24
+
25
+ var $window = $(window);
26
+
27
+ function UTCDate(){
28
+ return new Date(Date.UTC.apply(Date, arguments));
29
+ }
30
+ function UTCToday(){
31
+ var today = new Date();
32
+ return UTCDate(today.getFullYear(), today.getMonth(), today.getDate());
33
+ }
34
+ function alias(method){
35
+ return function(){
36
+ return this[method].apply(this, arguments);
37
+ };
38
+ }
39
+
40
+ var DateArray = (function(){
41
+ var extras = {
42
+ get: function(i){
43
+ return this.slice(i)[0];
44
+ },
45
+ contains: function(d){
46
+ // Array.indexOf is not cross-browser;
47
+ // $.inArray doesn't work with Dates
48
+ var val = d && d.valueOf();
49
+ for (var i=0, l=this.length; i < l; i++)
50
+ if (this[i].valueOf() === val)
51
+ return i;
52
+ return -1;
53
+ },
54
+ remove: function(i){
55
+ this.splice(i,1);
56
+ },
57
+ replace: function(new_array){
58
+ if (!new_array)
59
+ return;
60
+ if (!$.isArray(new_array))
61
+ new_array = [new_array];
62
+ this.clear();
63
+ this.push.apply(this, new_array);
64
+ },
65
+ clear: function(){
66
+ this.splice(0);
67
+ },
68
+ copy: function(){
69
+ var a = new DateArray();
70
+ a.replace(this);
71
+ return a;
72
+ }
73
+ };
74
+
75
+ return function(){
76
+ var a = [];
77
+ a.push.apply(a, arguments);
78
+ $.extend(a, extras);
79
+ return a;
80
+ };
81
+ })();
82
+
83
+
84
+ // Picker object
85
+
86
+ var Datepicker = function(element, options){
87
+ this.dates = new DateArray();
88
+ this.viewDate = UTCToday();
89
+ this.focusDate = null;
90
+
91
+ this._process_options(options);
92
+
93
+ this.element = $(element);
94
+ this.isInline = false;
95
+ this.isInput = this.element.is('input');
96
+ this.component = this.element.is('.date') ? this.element.find('.add-on, .input-group-addon, .btn') : false;
97
+ this.hasInput = this.component && this.element.find('input').length;
98
+ if (this.component && this.component.length === 0)
99
+ this.component = false;
100
+
101
+ this.picker = $(DPGlobal.template);
102
+ this._buildEvents();
103
+ this._attachEvents();
104
+
105
+ if (this.isInline){
106
+ this.picker.addClass('datepicker-inline').appendTo(this.element);
107
+ }
108
+ else {
109
+ this.picker.addClass('datepicker-dropdown dropdown-menu');
110
+ }
111
+
112
+ if (this.o.rtl){
113
+ this.picker.addClass('datepicker-rtl');
114
+ }
115
+
116
+ this.viewMode = this.o.startView;
117
+
118
+ if (this.o.calendarWeeks)
119
+ this.picker.find('tfoot th.today')
120
+ .attr('colspan', function(i, val){
121
+ return parseInt(val) + 1;
122
+ });
123
+
124
+ this._allow_update = false;
125
+
126
+ this.setStartDate(this._o.startDate);
127
+ this.setEndDate(this._o.endDate);
128
+ this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled);
129
+
130
+ this.fillDow();
131
+ this.fillMonths();
132
+
133
+ this._allow_update = true;
134
+
135
+ this.update();
136
+ this.showMode();
137
+
138
+ if (this.isInline){
139
+ this.show();
140
+ }
141
+ };
142
+
143
+ Datepicker.prototype = {
144
+ constructor: Datepicker,
145
+
146
+ _process_options: function(opts){
147
+ // Store raw options for reference
148
+ this._o = $.extend({}, this._o, opts);
149
+ // Processed options
150
+ var o = this.o = $.extend({}, this._o);
151
+
152
+ // Check if "de-DE" style date is available, if not language should
153
+ // fallback to 2 letter code eg "de"
154
+ var lang = o.language;
155
+ if (!dates[lang]){
156
+ lang = lang.split('-')[0];
157
+ if (!dates[lang])
158
+ lang = defaults.language;
159
+ }
160
+ o.language = lang;
161
+
162
+ switch (o.startView){
163
+ case 2:
164
+ case 'decade':
165
+ o.startView = 2;
166
+ break;
167
+ case 1:
168
+ case 'year':
169
+ o.startView = 1;
170
+ break;
171
+ default:
172
+ o.startView = 0;
173
+ }
174
+
175
+ switch (o.minViewMode){
176
+ case 1:
177
+ case 'months':
178
+ o.minViewMode = 1;
179
+ break;
180
+ case 2:
181
+ case 'years':
182
+ o.minViewMode = 2;
183
+ break;
184
+ default:
185
+ o.minViewMode = 0;
186
+ }
187
+
188
+ o.startView = Math.max(o.startView, o.minViewMode);
189
+
190
+ // true, false, or Number > 0
191
+ if (o.multidate !== true){
192
+ o.multidate = Number(o.multidate) || false;
193
+ if (o.multidate !== false)
194
+ o.multidate = Math.max(0, o.multidate);
195
+ else
196
+ o.multidate = 1;
197
+ }
198
+ o.multidateSeparator = String(o.multidateSeparator);
199
+
200
+ o.weekStart %= 7;
201
+ o.weekEnd = ((o.weekStart + 6) % 7);
202
+
203
+ var format = DPGlobal.parseFormat(o.format);
204
+ if (o.startDate !== -Infinity){
205
+ if (!!o.startDate){
206
+ if (o.startDate instanceof Date)
207
+ o.startDate = this._local_to_utc(this._zero_time(o.startDate));
208
+ else
209
+ o.startDate = DPGlobal.parseDate(o.startDate, format, o.language);
210
+ }
211
+ else {
212
+ o.startDate = -Infinity;
213
+ }
214
+ }
215
+ if (o.endDate !== Infinity){
216
+ if (!!o.endDate){
217
+ if (o.endDate instanceof Date)
218
+ o.endDate = this._local_to_utc(this._zero_time(o.endDate));
219
+ else
220
+ o.endDate = DPGlobal.parseDate(o.endDate, format, o.language);
221
+ }
222
+ else {
223
+ o.endDate = Infinity;
224
+ }
225
+ }
226
+
227
+ o.daysOfWeekDisabled = o.daysOfWeekDisabled||[];
228
+ if (!$.isArray(o.daysOfWeekDisabled))
229
+ o.daysOfWeekDisabled = o.daysOfWeekDisabled.split(/[,\s]*/);
230
+ o.daysOfWeekDisabled = $.map(o.daysOfWeekDisabled, function(d){
231
+ return parseInt(d, 10);
232
+ });
233
+
234
+ var plc = String(o.orientation).toLowerCase().split(/\s+/g),
235
+ _plc = o.orientation.toLowerCase();
236
+ plc = $.grep(plc, function(word){
237
+ return (/^auto|left|right|top|bottom$/).test(word);
238
+ });
239
+ o.orientation = {x: 'auto', y: 'auto'};
240
+ if (!_plc || _plc === 'auto')
241
+ ; // no action
242
+ else if (plc.length === 1){
243
+ switch (plc[0]){
244
+ case 'top':
245
+ case 'bottom':
246
+ o.orientation.y = plc[0];
247
+ break;
248
+ case 'left':
249
+ case 'right':
250
+ o.orientation.x = plc[0];
251
+ break;
252
+ }
253
+ }
254
+ else {
255
+ _plc = $.grep(plc, function(word){
256
+ return (/^left|right$/).test(word);
257
+ });
258
+ o.orientation.x = _plc[0] || 'auto';
259
+
260
+ _plc = $.grep(plc, function(word){
261
+ return (/^top|bottom$/).test(word);
262
+ });
263
+ o.orientation.y = _plc[0] || 'auto';
264
+ }
265
+ },
266
+ _events: [],
267
+ _secondaryEvents: [],
268
+ _applyEvents: function(evs){
269
+ for (var i=0, el, ch, ev; i < evs.length; i++){
270
+ el = evs[i][0];
271
+ if (evs[i].length === 2){
272
+ ch = undefined;
273
+ ev = evs[i][1];
274
+ }
275
+ else if (evs[i].length === 3){
276
+ ch = evs[i][1];
277
+ ev = evs[i][2];
278
+ }
279
+ el.on(ev, ch);
280
+ }
281
+ },
282
+ _unapplyEvents: function(evs){
283
+ for (var i=0, el, ev, ch; i < evs.length; i++){
284
+ el = evs[i][0];
285
+ if (evs[i].length === 2){
286
+ ch = undefined;
287
+ ev = evs[i][1];
288
+ }
289
+ else if (evs[i].length === 3){
290
+ ch = evs[i][1];
291
+ ev = evs[i][2];
292
+ }
293
+ el.off(ev, ch);
294
+ }
295
+ },
296
+ _buildEvents: function(){
297
+ if (this.isInput){ // single input
298
+ this._events = [
299
+ [this.element, {
300
+ focus: $.proxy(this.show, this),
301
+ keyup: $.proxy(function(e){
302
+ if ($.inArray(e.keyCode, [27,37,39,38,40,32,13,9]) === -1)
303
+ this.update();
304
+ }, this),
305
+ keydown: $.proxy(this.keydown, this)
306
+ }]
307
+ ];
308
+ }
309
+ else if (this.component && this.hasInput){ // component: input + button
310
+ this._events = [
311
+ // For components that are not readonly, allow keyboard nav
312
+ [this.element.find('input'), {
313
+ focus: $.proxy(this.show, this),
314
+ keyup: $.proxy(function(e){
315
+ if ($.inArray(e.keyCode, [27,37,39,38,40,32,13,9]) === -1)
316
+ this.update();
317
+ }, this),
318
+ keydown: $.proxy(this.keydown, this)
319
+ }],
320
+ [this.component, {
321
+ click: $.proxy(this.show, this)
322
+ }]
323
+ ];
324
+ }
325
+ else if (this.element.is('div')){ // inline datepicker
326
+ this.isInline = true;
327
+ }
328
+ else {
329
+ this._events = [
330
+ [this.element, {
331
+ click: $.proxy(this.show, this)
332
+ }]
333
+ ];
334
+ }
335
+ this._events.push(
336
+ // Component: listen for blur on element descendants
337
+ [this.element, '*', {
338
+ blur: $.proxy(function(e){
339
+ this._focused_from = e.target;
340
+ }, this)
341
+ }],
342
+ // Input: listen for blur on element
343
+ [this.element, {
344
+ blur: $.proxy(function(e){
345
+ this._focused_from = e.target;
346
+ }, this)
347
+ }]
348
+ );
349
+
350
+ this._secondaryEvents = [
351
+ [this.picker, {
352
+ click: $.proxy(this.click, this)
353
+ }],
354
+ [$(window), {
355
+ resize: $.proxy(this.place, this)
356
+ }],
357
+ [$(documen