Version Description
Download this release
Release Info
Developer | barry.hughes |
Plugin | The Events Calendar |
Version | 4.6.13 |
Comparing to | |
See all releases |
Code changes from version 4.6.12 to 4.6.13
- common/lang/tribe-common-af.mo +0 -0
- common/lang/tribe-common-af.po +13 -13
- common/lang/tribe-common-ar.po +13 -13
- common/lang/tribe-common-bg_BG.po +0 -2324
- common/lang/tribe-common-ca.po +13 -13
- common/lang/tribe-common-cs_CZ.po +13 -13
- common/lang/tribe-common-da_DK.mo +0 -0
- common/lang/tribe-common-da_DK.po +13 -13
- common/lang/tribe-common-de_DE.mo +0 -0
- common/lang/tribe-common-de_DE.po +15 -15
- common/lang/tribe-common-el.po +13 -13
- common/lang/tribe-common-en_GB.po +13 -13
- common/lang/tribe-common-es_ES.po +0 -2324
- common/lang/tribe-common-et.po +13 -13
- common/lang/tribe-common-fi.po +13 -13
- common/lang/tribe-common-fr_CA.mo +0 -0
- common/lang/tribe-common-fr_CA.po +13 -13
- common/lang/tribe-common-fr_FR.po +13 -13
- common/lang/tribe-common-hu_HU.po +13 -13
- common/lang/tribe-common-id_ID.po +13 -13
- common/lang/tribe-common-is_IS.po +13 -13
- common/lang/tribe-common-it_IT.mo +0 -0
- common/lang/tribe-common-it_IT.po +0 -2324
- common/lang/tribe-common-lt_LT.po +13 -13
- common/lang/tribe-common-lv.po +13 -13
- common/lang/tribe-common-nb_NO.po +13 -13
- common/lang/tribe-common-nl_NL.po +13 -13
- common/lang/tribe-common-pl_PL.po +13 -13
- common/lang/tribe-common-pt_BR.po +13 -13
- common/lang/tribe-common-pt_PT.po +13 -13
- common/lang/tribe-common-ro_RO.po +13 -13
- common/lang/tribe-common-ru_RU.po +13 -13
- common/lang/tribe-common-sk_SK.po +13 -13
- common/lang/tribe-common-sl_SI.mo +0 -0
- common/lang/tribe-common-sl_SI.po +13 -13
- common/lang/tribe-common-sr_RS.po +13 -13
- common/lang/tribe-common-sv_SE.mo +0 -0
- common/lang/tribe-common-sv_SE.po +13 -13
- common/lang/tribe-common-tr_TR.po +13 -13
- common/lang/tribe-common-zh_CN.po +13 -13
- common/lang/tribe-common-zh_TW.po +13 -13
- common/lang/tribe-common.pot +51 -58
- common/readme.txt +7 -0
- common/src/Tribe/Admin/Activation_Page.php +7 -0
- common/src/Tribe/Admin/Notices.php +130 -12
- common/src/Tribe/Asset/Data.php +1 -1
- common/src/Tribe/Assets_Pipeline.php +2 -2
- common/src/Tribe/Customizer.php +2 -2
- common/src/Tribe/JSON_LD/Abstract.php +1 -1
- common/src/Tribe/Log/Admin.php +4 -4
- common/src/Tribe/Main.php +45 -47
- common/src/Tribe/Plugins_API.php +1 -1
- common/src/Tribe/Validate.php +12 -4
- common/src/admin-views/tribe-options-general.php +1 -6
- common/src/admin-views/tribe-options-help.php +1 -1
- common/src/functions/template-tags/general.php +13 -1
- common/src/functions/utils.php +34 -0
- common/src/resources/css/accessibility.css +36 -0
- common/src/resources/css/accessibility.min.css +1 -0
- common/src/resources/images/spirit-animal.png +0 -0
- common/src/resources/postcss/accessibility.pcss +27 -0
- common/tribe-common.php +1 -1
- lang/the-events-calendar-cs_CZ.mo +0 -0
- lang/the-events-calendar-cs_CZ.po +5 -5
- lang/the-events-calendar-de_DE.mo +0 -0
- lang/the-events-calendar-de_DE.po +38 -38
- lang/the-events-calendar-fr_FR.mo +0 -0
- lang/the-events-calendar-fr_FR.po +2 -2
- lang/the-events-calendar-hu_HU.mo +0 -0
- lang/the-events-calendar-hu_HU.po +131 -131
- lang/the-events-calendar-ja.mo +0 -0
- lang/the-events-calendar-ja.po +2 -2
- lang/the-events-calendar-pt_BR.mo +0 -0
- lang/the-events-calendar-pt_BR.po +60 -60
- lang/the-events-calendar-ro_RO.mo +0 -0
- lang/the-events-calendar-ro_RO.po +15 -15
- lang/the-events-calendar.pot +259 -195
- readme.txt +9 -1
- src/Tribe/Adjacent_Events.php +1 -1
- src/Tribe/Admin/Timezone_Updater.php +3 -3
- src/Tribe/Aggregator/Record/List_Table.php +1 -1
- src/Tribe/Aggregator/Tabs/Edit.php +1 -1
- src/Tribe/Asset/Events_Css.php +3 -3
- src/Tribe/Event_Cleaner.php +90 -0
- src/Tribe/Event_Cleaner_Scheduler.php +241 -0
- src/Tribe/Event_Tickets/Attendees_Report.php +11 -1
- src/Tribe/Gutenberg.php +88 -0
- src/Tribe/Importer/Column_Mapper.php +1 -1
- src/Tribe/Importer/Plugin.php +0 -1
- src/Tribe/Linked_Posts.php +36 -0
- src/Tribe/Linked_Posts/Chooser_Meta_Box.php +8 -0
- src/Tribe/Main.php +59 -17
- src/Tribe/Options_Exception.php +1 -1
- src/Tribe/Post_Exception.php +1 -1
- src/Tribe/Query.php +1 -1
- src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php +6 -6
- src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php +2 -2
- src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php +2 -2
- src/Tribe/REST/V1/Endpoints/Single_Event.php +8 -3
- src/Tribe/REST/V1/Endpoints/Single_Organizer.php +1 -1
- src/Tribe/REST/V1/Endpoints/Single_Venue.php +1 -1
- src/Tribe/Validator/Base.php +17 -0
- src/Tribe/iCal.php +1 -1
- src/admin-views/aggregator/tabs/import-form.php +1 -1
- src/admin-views/events-meta-box.php +1 -1
- src/admin-views/linked-post-meta-box.php +1 -1
- src/admin-views/organizer-meta-box.php +1 -1
- src/admin-views/tribe-options-general.php +34 -0
- src/admin-views/tribe-options-timezones.php +9 -9
- src/admin-views/venue-meta-box.php +1 -1
- src/functions/template-tags/organizer.php +6 -0
- src/resources/css/tribe-events-full.css +1 -11
- src/resources/css/tribe-events-full.min.css +1 -1
- src/resources/postcss/tribe-events-full.pcss +3 -12
- src/views/list/nav.php +1 -1
- src/views/modules/bar.php +7 -2
- the-events-calendar.php +1 -1
common/lang/tribe-common-af.mo
CHANGED
Binary file
|
common/lang/tribe-common-af.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Kies 'n Land:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s moet 'n telefoon nommer wees."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s moet uit 5 syfers bestaan."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "% s moet bestaan uit letters, spasies, afkapings, en strepies."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "% s moet bestaan uit letters, getalle, koppeltekens, afkapings, en ruimtes."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s moet 'n getal 0 en 21 wees."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s moet 'n syfer of 'n persentasie wees."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s mag nie 'n duplikaat wees nie"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s mag nie die selfde wees nie %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Vergelyking bekragtiging misluk omdat geen vergelyking waarde is verskaf vir veld %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "% s moet 'n waarde hë wat deel is van sy opsies."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Kies 'n Land:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s moet 'n telefoon nommer wees."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s moet uit 5 syfers bestaan."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "% s moet bestaan uit letters, spasies, afkapings, en strepies."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "% s moet bestaan uit letters, getalle, koppeltekens, afkapings, en ruimtes."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s moet 'n getal 0 en 21 wees."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s moet 'n syfer of 'n persentasie wees."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s mag nie 'n duplikaat wees nie"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s mag nie die selfde wees nie %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Vergelyking bekragtiging misluk omdat geen vergelyking waarde is verskaf vir veld %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "% s moet 'n waarde hë wat deel is van sy opsies."
|
2125 |
|
common/lang/tribe-common-ar.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2090,48 +2090,48 @@ msgstr "أفغانستان"
|
|
2090 |
msgid "Select a Country:"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must be a phone number."
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must consist of 5 numbers."
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s must be a number between 0 and 21."
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "%s must be a number or percentage."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:
|
2122 |
msgid "%s cannot be a duplicate"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s cannot be the same as %s."
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: src/Tribe/Validate.php:
|
2130 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2134 |
-
#: src/Tribe/Validate.php:
|
2135 |
msgid "%s must have a value that's part of its options."
|
2136 |
msgstr ""
|
2137 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2090 |
msgid "Select a Country:"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:514
|
2094 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:498
|
2098 |
msgid "%s must be a phone number."
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:484
|
2102 |
msgid "%s must consist of 5 numbers."
|
2103 |
msgstr ""
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:470
|
2106 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2107 |
msgstr ""
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:454
|
2110 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:438
|
2114 |
msgid "%s must be a number between 0 and 21."
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:384
|
2118 |
msgid "%s must be a number or percentage."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:368
|
2122 |
msgid "%s cannot be a duplicate"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: src/Tribe/Validate.php:366
|
2126 |
msgid "%s cannot be the same as %s."
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: src/Tribe/Validate.php:359
|
2130 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2134 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2135 |
msgid "%s must have a value that's part of its options."
|
2136 |
msgstr ""
|
2137 |
|
common/lang/tribe-common-bg_BG.po
CHANGED
@@ -1,2324 +0,0 @@
|
|
1 |
-
# Translation of Tribe Common in Bulgarian
|
2 |
-
# This file is distributed under the same license as the Tribe Common package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"PO-Revision-Date: 2017-03-23 00:29:59+0000\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
-
"X-Generator: GlotPress/2.3.1\n"
|
11 |
-
"Language: bg\n"
|
12 |
-
"Project-Id-Version: Tribe Common\n"
|
13 |
-
|
14 |
-
#: src/Tribe/Validate.php:184
|
15 |
-
msgid "%s must not be empty"
|
16 |
-
msgstr ""
|
17 |
-
|
18 |
-
#: src/Tribe/Validate.php:537
|
19 |
-
msgid "%s must be an email address."
|
20 |
-
msgstr ""
|
21 |
-
|
22 |
-
#: src/Tribe/Languages/Locations.php:252
|
23 |
-
msgid "Sint Maarten"
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: src/Tribe/Languages/Locations.php:245
|
27 |
-
msgid "São Tomé and Príncipe"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: src/Tribe/Languages/Locations.php:238
|
31 |
-
msgid "Saint Helena"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: src/Tribe/Languages/Locations.php:237
|
35 |
-
msgid "Saint Barthélemy"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: src/Tribe/Languages/Locations.php:113
|
39 |
-
msgid "Curaçao"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: src/Tribe/Languages/Locations.php:103
|
43 |
-
msgid "Collectivity of Saint Martin"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: src/Tribe/Languages/Locations.php:57
|
47 |
-
msgid "Åland Islands"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: src/admin-views/tribe-options-help.php:20
|
51 |
-
msgid "Check out our %s for developers."
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: src/admin-views/tribe-options-help.php:18
|
55 |
-
msgid "Want to dive deeper?"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: src/admin-views/tribe-options-display.php:28
|
59 |
-
msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
63 |
-
msgid "A list of links to the term own, archive and parent REST URL"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: src/Tribe/Main.php:288
|
67 |
-
msgid "Clear Selection."
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: src/Tribe/Main.php:287
|
71 |
-
msgid "Select all pages"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: src/Tribe/Main.php:286
|
75 |
-
msgid "All items on this page were selected. "
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: src/Tribe/Plugins_API.php:94
|
79 |
-
msgid "Accept user-submitted events on your site! With Community Events, you can accept public submissions or require account sign-on. Settings give you the options to save as a draft or publish automatically, enable categories and tags, and choose whether users can edit/manage their own events or simply submit. Best of all - setup is easy! Just activate, configure the options, and off you go."
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: src/Tribe/Plugins_API.php:37
|
83 |
-
msgid "Import events from across the web! Event Aggregator makes it easy to run scheduled or manual imports from Facebook, Meetup, Google Calendar, and iCalendar, along with uploads from CSV and ICS files. You can also import directly from other sites running The Events Calendar thanks to our built-in REST API support."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: src/Tribe/Ajax/Dropdown.php:243
|
87 |
-
msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: src/Tribe/Ajax/Dropdown.php:193
|
91 |
-
msgid "Empty data set for this dropdown"
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: src/Tribe/Ajax/Dropdown.php:180
|
95 |
-
msgid "Missing data source for this dropdown"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: src/Tribe/Ajax/Dropdown.php:38
|
99 |
-
msgid "Cannot look for Terms without a taxonomy"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: src/Tribe/Plugins_API.php:60
|
103 |
-
msgid "Event Tickets provides a simple way for visitors to RSVP to your events. As a standalone plugin, it enables you to add RSVP functionality to posts or pages. When paired with The Events Calendar, you can add that same RSVP functionality directly to your event listings."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: src/Tribe/Plugins_API.php:28
|
107 |
-
msgid "Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: src/Tribe/PUE/Checker.php:1095
|
111 |
-
msgid "There is a new version of %1$s available. %2$s"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: src/Tribe/PUE/Checker.php:1084
|
115 |
-
msgid "Update now to version %s."
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: src/Tribe/PUE/Notices.php:340
|
119 |
-
msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: src/Tribe/PUE/Notices.php:225
|
123 |
-
msgid "It looks like you're using %1$s, but the license key is invalid. Please download the latest version %2$sfrom your account%3$s."
|
124 |
-
msgid_plural "It looks like you're using %1$s, but the license keys are invalid. Please download the latest versions %2$sfrom your account%3$s."
|
125 |
-
msgstr[0] ""
|
126 |
-
msgstr[1] ""
|
127 |
-
|
128 |
-
#: src/Tribe/PUE/Checker.php:976
|
129 |
-
msgid "Please refresh the page and try your request again."
|
130 |
-
msgstr ""
|
131 |
-
|
132 |
-
#: src/Tribe/Plugins_API.php:129
|
133 |
-
msgid "Take your image widgets to the next level with Image Widget Plus! We've taken the simple functionality of our basic Image Widget and amped it up with several popular feature requests - multiple image support, slideshow, lightbox, and random image - all backed by a full year of premium support."
|
134 |
-
msgstr ""
|
135 |
-
|
136 |
-
#: src/Tribe/Plugins_API.php:125
|
137 |
-
msgid "Image Widget Plus"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
|
141 |
-
msgid "The URL to the term archive page"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
|
145 |
-
msgid "The number of posts associated with the term"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
|
149 |
-
msgid "The term parent term if any"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
|
153 |
-
msgid "The term description"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
|
157 |
-
msgid "The taxonomy the term belongs to"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
|
161 |
-
msgid "The term slug"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
|
165 |
-
msgid "The term name"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
|
169 |
-
msgid "The WordPress term ID"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:36
|
173 |
-
msgid "The link to the image in the specified size on the site"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
|
177 |
-
msgid "The image mime-type"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
|
181 |
-
msgid "The image height in pixels in the specified size"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
|
185 |
-
msgid "The image width in pixels in the specified size"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
|
189 |
-
msgid "The details about each size available for the image"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
|
193 |
-
msgid "The image natural height in pixels"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
|
197 |
-
msgid "The image natural width in pixels"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
|
201 |
-
msgid "The image file extension"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
|
205 |
-
msgid "The image WordPress post ID"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:24
|
209 |
-
msgid "The URL to the full size version of the image"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
|
213 |
-
msgid "The date seconds"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
|
217 |
-
msgid "The date minutes"
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
|
221 |
-
msgid "The date hour"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
|
225 |
-
msgid "The date day"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
|
229 |
-
msgid "The date month"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
|
233 |
-
msgid "The date year"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
|
237 |
-
msgid "A sorted array of all the numeric values for the cost"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
|
241 |
-
msgid "The position of the currency symbol in the cost string"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
|
245 |
-
msgid "The cost currency symbol"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: src/Tribe/PUE/Checker.php:497
|
249 |
-
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: src/Tribe/Validate.php:248
|
253 |
-
msgid "%s must be a whole number."
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: src/Tribe/Settings.php:281 src/Tribe/Settings.php:282
|
257 |
-
msgid "Events Help"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: src/Tribe/PUE/Checker.php:1670
|
261 |
-
msgid "Expired license. Consult your network administrator."
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: src/Tribe/PUE/Checker.php:1669
|
265 |
-
msgid "No license entered. Consult your network administrator."
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: src/Tribe/PUE/Checker.php:1668
|
269 |
-
msgid "A valid license has been entered by your network administrator."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: src/Tribe/PUE/Checker.php:550
|
273 |
-
msgid "Site License Key"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: src/Tribe/PUE/Checker.php:539
|
277 |
-
msgid "Check this box if you wish to override the network license key with your own"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: src/Tribe/PUE/Checker.php:538
|
281 |
-
msgid "Override network license key"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: src/Tribe/PUE/Checker.php:529 src/Tribe/PUE/Checker.php:563
|
285 |
-
msgid "License Key Status:"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: src/Tribe/Customizer.php:570
|
289 |
-
msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
|
290 |
-
msgstr ""
|
291 |
-
|
292 |
-
#: src/Tribe/Extension.php:368
|
293 |
-
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."
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: src/Tribe/Extension.php:144
|
297 |
-
msgid "Tutorial"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: src/admin-views/app-shop.php:31
|
301 |
-
msgid "Installed"
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: src/admin-views/app-shop.php:29
|
305 |
-
msgid "Installed Add-Ons"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:92
|
309 |
-
msgctxt "the final separator in a list of two or more items"
|
310 |
-
msgid " and "
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:91
|
314 |
-
msgctxt "separator used in a list of items"
|
315 |
-
msgid ", "
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: src/admin-views/tribe-options-help.php:55
|
319 |
-
msgid "Event Log"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: src/admin-views/tribe-options-help.php:42
|
323 |
-
msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: src/admin-views/app-shop.php:26
|
327 |
-
msgid "Buy This Add-On"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: src/admin-views/app-shop.php:5
|
331 |
-
msgid "Browse All Add-Ons"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: src/admin-views/app-shop.php:4
|
335 |
-
msgid "Events Add-Ons"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: src/Tribe/PUE/Notices.php:383
|
339 |
-
msgctxt "formatted plugin list"
|
340 |
-
msgid "%1$s and %2$s"
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: src/Tribe/PUE/Notices.php:302
|
344 |
-
msgid "You have a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your license, or purchase a new one."
|
345 |
-
msgid_plural "You have license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your licenses, or purchase new ones."
|
346 |
-
msgstr[0] ""
|
347 |
-
msgstr[1] ""
|
348 |
-
|
349 |
-
#: src/Tribe/PUE/Notices.php:270
|
350 |
-
msgid "There is an update available for %1$s but your license has expired. %2$sVisit the Events Calendar website to renew your license.%3$s"
|
351 |
-
msgid_plural "Updates are available for %1$s but your license keys have expired. %2$sVisit the Events Calendar website to renew your licenses.%3$s"
|
352 |
-
msgstr[0] ""
|
353 |
-
msgstr[1] ""
|
354 |
-
|
355 |
-
#: src/Tribe/PUE/Checker.php:1054
|
356 |
-
msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: src/Tribe/PUE/Checker.php:997
|
360 |
-
msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: src/Tribe/Admin/Help_Page.php:219 src/Tribe/Plugins_API.php:34
|
364 |
-
msgid "Event Aggregator"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:75
|
368 |
-
msgid "To begin using %1$s, please install and activate the latest version of %2$s."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: src/admin-views/tribe-options-licenses.php:30
|
372 |
-
msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: src/admin-views/tribe-options-licenses.php:25
|
376 |
-
msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: src/admin-views/tribe-options-licenses.php:22
|
380 |
-
msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: src/admin-views/tribe-options-licenses.php:15
|
384 |
-
msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: src/admin-views/tribe-options-licenses.php:11
|
388 |
-
#: src/admin-views/tribe-options-licenses.php:16
|
389 |
-
msgid " (opens in new window)"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: src/Tribe/Languages/Locations.php:110
|
393 |
-
msgid "Côte d'Ivoire"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: src/Tribe/Support.php:372
|
397 |
-
msgid "Unique System Info Key Generated"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: src/Tribe/Support.php:358 src/Tribe/Support.php:384
|
401 |
-
msgid "Permission Error"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: src/Tribe/Support.php:325 src/Tribe/Support.php:330
|
405 |
-
msgid "Invalid Key"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: src/Tribe/Support.php:306
|
409 |
-
msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: src/Tribe/Support.php:305
|
413 |
-
msgid "Yes, automatically share my system information with the Modern Tribe support team"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: src/Tribe/Support.php:171
|
417 |
-
msgid "English"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: src/Tribe/PUE/Checker.php:961 src/Tribe/PUE/Notices.php:285
|
421 |
-
msgid " (opens in a new window)"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: src/Tribe/PUE/Checker.php:959 src/Tribe/PUE/Notices.php:283
|
425 |
-
msgid "Renew Your License Now"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: src/Tribe/Main.php:298
|
429 |
-
msgid ": Selected 1 row"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: src/Tribe/Main.php:297
|
433 |
-
msgid ": Selected %d rows"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: src/Tribe/Main.php:292
|
437 |
-
msgid "Previous"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: src/Tribe/Main.php:290
|
441 |
-
msgid "All"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: src/Tribe/Main.php:284
|
445 |
-
msgid "No matching records found"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: src/Tribe/Main.php:283
|
449 |
-
msgid "(filtered from _MAX_ total entries)"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: src/Tribe/Main.php:282
|
453 |
-
msgid "Showing 0 to 0 of 0 entries"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: src/Tribe/Main.php:281
|
457 |
-
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: src/Tribe/Main.php:280
|
461 |
-
msgid "No data available in table"
|
462 |
-
msgstr ""
|
463 |
-
|
464 |
-
#: src/Tribe/Main.php:279
|
465 |
-
msgid "Show _MENU_ entries"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: src/Tribe/Main.php:277
|
469 |
-
msgid ": activate to sort column descending"
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: src/Tribe/Main.php:276
|
473 |
-
msgid ": activate to sort column ascending"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: src/Tribe/Main.php:257
|
477 |
-
msgid "Press \"Cmd + C\" to copy"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: src/Tribe/Main.php:256
|
481 |
-
msgid "System info copied"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
|
485 |
-
msgid "Copy to clipboard"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: src/Tribe/Error.php:38
|
489 |
-
msgid "An Unknown error occurred"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: src/Tribe/Plugins_API.php:116
|
493 |
-
msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: src/Tribe/Plugins_API.php:71
|
497 |
-
msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: src/Tribe/Plugins_API.php:105
|
501 |
-
msgctxt "Names of required plugins for Community Tickets"
|
502 |
-
msgid "Event Tickets Plus and Community Events"
|
503 |
-
msgstr ""
|
504 |
-
|
505 |
-
#: src/Tribe/Plugins_API.php:104
|
506 |
-
msgid "Enable Community Events organizers to offer tickets to their events. You can set flexible payment and fee options. They can even check-in attendees to their events! All of this managed from the front-end of your site without ever needing to grant access to your admin"
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: src/Tribe/Plugins_API.php:48
|
510 |
-
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."
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: src/Tribe/Plugins_API.php:84
|
514 |
-
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."
|
515 |
-
msgstr ""
|
516 |
-
|
517 |
-
#: src/Tribe/Admin/Help_Page.php:227 src/Tribe/Plugins_API.php:80
|
518 |
-
msgid "Filter Bar"
|
519 |
-
msgstr "Филтър бар"
|
520 |
-
|
521 |
-
#: src/Tribe/Credits.php:64
|
522 |
-
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: src/Tribe/Credits.php:55
|
526 |
-
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
527 |
-
msgstr ""
|
528 |
-
|
529 |
-
#: src/Tribe/Log/Null_Logger.php:26
|
530 |
-
msgid "Null logger (will log nothing)"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: src/admin-views/event-log.php:117
|
534 |
-
msgid "Download log"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: src/admin-views/event-log.php:100
|
538 |
-
msgid "The selected log file is empty or has not been generated yet."
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: src/admin-views/event-log.php:43
|
542 |
-
msgid "Method"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: src/admin-views/event-log.php:21
|
546 |
-
msgid "Logging level"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: src/Tribe/Validate.php:168
|
550 |
-
msgid "%s must contain numbers, letters, dashes and undescores only"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: src/Tribe/Log.php:376
|
554 |
-
msgid "Full debug (all events)"
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: src/Tribe/Log.php:375
|
558 |
-
msgid "Warnings and errors"
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: src/Tribe/Log.php:374
|
562 |
-
msgid "Only errors"
|
563 |
-
msgstr ""
|
564 |
-
|
565 |
-
#: src/Tribe/Log.php:373
|
566 |
-
msgid "Disabled"
|
567 |
-
msgstr ""
|
568 |
-
|
569 |
-
#: src/Tribe/Log.php:274
|
570 |
-
msgid "Cannot set %s as the current logging engine"
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: src/Tribe/Log/File_Logger.php:128
|
574 |
-
msgid "Default (uses temporary files)"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: src/Tribe/Log/Admin.php:148
|
578 |
-
msgctxt "log engines"
|
579 |
-
msgid "None currently available"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: src/Tribe/Log/Admin.php:133
|
583 |
-
msgctxt "log selector"
|
584 |
-
msgid "None currently available"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: src/admin-views/tribe-options-help.php:52
|
588 |
-
msgid "Recent Template Changes"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: src/Tribe/Support/Template_Checker_Report.php:115
|
592 |
-
msgid "Information about recent template changes and potentially impacted template overrides is provided below."
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
-
#: src/Tribe/Support/Template_Checker_Report.php:113
|
596 |
-
msgid "No notable template changes detected."
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: src/Tribe/Support/Template_Checker_Report.php:97
|
600 |
-
msgid "based on %s version"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: src/Tribe/Support/Template_Checker_Report.php:96
|
604 |
-
msgid "version data missing from override"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: src/Tribe/Support/Template_Checker_Report.php:92
|
608 |
-
msgid "Existing theme overrides that may need revision:"
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: src/Tribe/Support/Template_Checker_Report.php:82
|
612 |
-
msgid "Templates introduced or updated with this release (%s):"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: src/Tribe/Support/Template_Checker_Report.php:78
|
616 |
-
msgid "No notable changes detected"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#. Description of the plugin/theme
|
620 |
-
msgid "An event settings framework for managing shared options"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#. Plugin Name of the plugin/theme
|
624 |
-
msgid "Tribe Common"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: src/admin-views/tribe-options-licenses.php:47
|
628 |
-
msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: src/admin-views/tribe-options-help.php:38
|
632 |
-
msgid "Read more about our support policy"
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: src/admin-views/tribe-options-help.php:30
|
636 |
-
msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… but we will probably point you back to the forums "
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: src/admin-views/tribe-options-help.php:33
|
640 |
-
msgid "Search our support forum"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: src/admin-views/tribe-options-help.php:33
|
644 |
-
msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: src/admin-views/tribe-options-help.php:32
|
648 |
-
msgid "Test for a theme or plugin conflict"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: src/admin-views/tribe-options-help.php:32
|
652 |
-
msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: src/admin-views/tribe-options-help.php:31
|
656 |
-
msgid "Check our Knowledgebase"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: src/admin-views/tribe-options-help.php:31
|
660 |
-
msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: src/admin-views/tribe-options-help.php:27
|
664 |
-
msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: src/admin-views/tribe-options-help.php:26
|
668 |
-
msgid "Getting More Help"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: src/admin-views/tribe-options-help.php:21
|
672 |
-
msgid "list of available functions"
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: src/admin-views/tribe-options-help.php:15
|
676 |
-
msgid "Knowledgebase"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: src/admin-views/tribe-options-help.php:15
|
680 |
-
msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: src/admin-views/tribe-options-help.php:14
|
684 |
-
msgid "Getting Support"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: src/admin-views/tribe-options-help.php:11
|
688 |
-
msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: src/admin-views/tribe-options-general.php:15
|
692 |
-
msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: src/admin-views/tribe-options-general.php:10
|
696 |
-
msgid "Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we're excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started."
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: src/Tribe/Validate.php:214
|
700 |
-
msgid "%s must be a positive number or percent."
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: src/Tribe/PUE/Checker.php:932
|
704 |
-
msgid "Thanks for setting up a valid key. It will expire on %s"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: src/Tribe/Admin/Help_Page.php:860
|
708 |
-
msgid "Visit the Add-on Page"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: src/Tribe/Admin/Help_Page.php:855
|
712 |
-
msgid "Plugin Inactive"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: src/Tribe/Admin/Help_Page.php:853
|
716 |
-
msgid "Plugin Active"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: src/Tribe/Admin/Help_Page.php:828
|
720 |
-
msgid "Rating:"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: src/Tribe/Admin/Help_Page.php:825
|
724 |
-
msgid "Active Users:"
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: src/Tribe/Admin/Help_Page.php:802
|
728 |
-
msgid "Install Plugin"
|
729 |
-
msgstr ""
|
730 |
-
|
731 |
-
#: src/Tribe/Admin/Help_Page.php:802
|
732 |
-
msgid "Install %s"
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: src/Tribe/Admin/Help_Page.php:786
|
736 |
-
msgid "Upgrade Plugin"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: src/Tribe/Admin/Help_Page.php:778
|
740 |
-
msgid "Activate Plugin"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: src/Tribe/Admin/Help_Page.php:778
|
744 |
-
msgid "Activate %s"
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: src/Tribe/Admin/Help_Page.php:244 src/Tribe/Plugins_API.php:100
|
748 |
-
msgid "Community Tickets"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: src/Tribe/Admin/Help_Page.php:235 src/Tribe/Plugins_API.php:66
|
752 |
-
msgid "Event Tickets Plus"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: src/Tribe/Admin/Help_Page.php:203 src/Tribe/Plugins_API.php:111
|
756 |
-
msgid "Eventbrite Tickets"
|
757 |
-
msgstr ""
|
758 |
-
|
759 |
-
#: src/Tribe/Admin/Help_Page.php:170
|
760 |
-
msgid " and "
|
761 |
-
msgstr "и "
|
762 |
-
|
763 |
-
#: src/Tribe/Admin/Help_Page.php:95
|
764 |
-
msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
|
765 |
-
msgstr ""
|
766 |
-
|
767 |
-
#: src/Tribe/Admin/Help_Page.php:91
|
768 |
-
msgid "Advanced Post Manager"
|
769 |
-
msgstr "Advanced Post Manager"
|
770 |
-
|
771 |
-
#: src/Tribe/Admin/Help_Page.php:79
|
772 |
-
msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: src/Tribe/Admin/Help_Page.php:75 src/Tribe/Plugins_API.php:57
|
776 |
-
msgid "Event Tickets"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: src/Tribe/Admin/Help_Page.php:63
|
780 |
-
msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#. Author URI of the plugin/theme
|
784 |
-
msgid "http://m.tri.be/1x"
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#. Author of the plugin/theme
|
788 |
-
msgid "Modern Tribe, Inc."
|
789 |
-
msgstr "Modern Tribe, Inc."
|
790 |
-
|
791 |
-
#: src/Tribe/Settings.php:371
|
792 |
-
msgid "Save Changes"
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: src/admin-views/tribe-options-licenses.php:38
|
796 |
-
msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: src/Tribe/Support.php:199
|
800 |
-
msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
|
801 |
-
msgstr "Правилата за пренаписване бяха изчистени при зареждането на тази помощна страница. Съществува вероятност за нулиране на правилата за пренаписване при плъгини или теми."
|
802 |
-
|
803 |
-
#: src/Tribe/PUE/Checker.php:901
|
804 |
-
msgid "unknown date"
|
805 |
-
msgstr "неизвестна дата"
|
806 |
-
|
807 |
-
#: src/Tribe/Admin/Activation_Page.php:85
|
808 |
-
msgid "Return to WordPress Updates"
|
809 |
-
msgstr "Върни се на страницата с ъпдейти на Wordpress"
|
810 |
-
|
811 |
-
#: src/Tribe/Admin/Activation_Page.php:85
|
812 |
-
msgid "Go to WordPress Updates page"
|
813 |
-
msgstr "Отиди на страницата с ъпдейти на Wordpress"
|
814 |
-
|
815 |
-
#: src/Tribe/Admin/Activation_Page.php:77
|
816 |
-
msgid "Return to Plugins page"
|
817 |
-
msgstr "Върни се на страницата с плъгини"
|
818 |
-
|
819 |
-
#: src/Tribe/Admin/Activation_Page.php:77
|
820 |
-
msgid "Go to plugins page"
|
821 |
-
msgstr "Отиди на страницата с плъгини"
|
822 |
-
|
823 |
-
#: src/Tribe/Cost_Utils.php:114
|
824 |
-
msgid "Free"
|
825 |
-
msgstr "Безплатно"
|
826 |
-
|
827 |
-
#: src/admin-views/tribe-options-network.php:27
|
828 |
-
msgid "Hide the following settings tabs on every site:"
|
829 |
-
msgstr "Скрии тези табове с настройки на всяка страница:"
|
830 |
-
|
831 |
-
#: src/admin-views/tribe-options-network.php:19
|
832 |
-
msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
|
833 |
-
msgstr "Тук е мястото, откъдето могат да се променят всички глобални настройки на Modern Tribe's The Events Calendar."
|
834 |
-
|
835 |
-
#: src/admin-views/tribe-options-network.php:15
|
836 |
-
msgid "Network Settings"
|
837 |
-
msgstr "Мрежови настройки"
|
838 |
-
|
839 |
-
#: src/admin-views/tribe-options-help.php:74
|
840 |
-
msgid "News and Tutorials"
|
841 |
-
msgstr "Новини и упътвания"
|
842 |
-
|
843 |
-
#: src/Tribe/Admin/Help_Page.php:847
|
844 |
-
msgid "Premium Add-Ons"
|
845 |
-
msgstr "Premium Add-Ons"
|
846 |
-
|
847 |
-
#: src/Tribe/Admin/Help_Page.php:823
|
848 |
-
msgid "WordPress "
|
849 |
-
msgstr "WordPress "
|
850 |
-
|
851 |
-
#: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
|
852 |
-
msgid "Requires:"
|
853 |
-
msgstr "Изисква:"
|
854 |
-
|
855 |
-
#: src/Tribe/Admin/Help_Page.php:819
|
856 |
-
msgid "Latest Version:"
|
857 |
-
msgstr "Последна версия:"
|
858 |
-
|
859 |
-
#: src/admin-views/tribe-options-help.php:80
|
860 |
-
msgid "More..."
|
861 |
-
msgstr "Още..."
|
862 |
-
|
863 |
-
#: src/Tribe/Admin/Help_Page.php:194 src/Tribe/Plugins_API.php:43
|
864 |
-
msgid "Events Calendar PRO"
|
865 |
-
msgstr "Events Calendar PRO"
|
866 |
-
|
867 |
-
#: src/Tribe/Admin/Help_Page.php:413 src/Tribe/Admin/Help_Page.php:788
|
868 |
-
msgid "You are up to date!"
|
869 |
-
msgstr "Разполагате с най-новата версия!"
|
870 |
-
|
871 |
-
#: src/Tribe/Admin/Help_Page.php:413
|
872 |
-
msgid "You need to upgrade!"
|
873 |
-
msgstr "Имате нужда от ъпгрейд !"
|
874 |
-
|
875 |
-
#: src/Tribe/Admin/Help_Page.php:405
|
876 |
-
msgctxt "not available"
|
877 |
-
msgid "n/a"
|
878 |
-
msgstr "n/a"
|
879 |
-
|
880 |
-
#: src/admin-views/tribe-options-general.php:64
|
881 |
-
msgid "Debug Bar Plugin"
|
882 |
-
msgstr "Debug Bar Plugin"
|
883 |
-
|
884 |
-
#: src/admin-views/tribe-options-general.php:64
|
885 |
-
msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
|
886 |
-
msgstr "Включете тази опция, за да записвате log с информация за възникналите грешки. По подразбиране, лога ще се записва в PHP error log-а на сървъра ви. Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
|
887 |
-
|
888 |
-
#: src/admin-views/tribe-options-general.php:58
|
889 |
-
msgid "Debug mode"
|
890 |
-
msgstr "Debug mode"
|
891 |
-
|
892 |
-
#: src/admin-views/tribe-options-general.php:40
|
893 |
-
msgid "Show The Events Calendar link"
|
894 |
-
msgstr "Показване на линка на Календара"
|
895 |
-
|
896 |
-
#: src/admin-views/tribe-options-general.php:35
|
897 |
-
msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
|
898 |
-
msgstr "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да поставите малък текстов линк под календара, който води към страницата на проекта."
|
899 |
-
|
900 |
-
#: src/admin-views/tribe-options-general.php:30
|
901 |
-
#: src/admin-views/tribe-options-general.php:35
|
902 |
-
msgid "See an example of the link"
|
903 |
-
msgstr "Преглед на примерен линк"
|
904 |
-
|
905 |
-
#: src/admin-views/tribe-options-general.php:30
|
906 |
-
msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
|
907 |
-
msgstr "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да поставите малък текстов линк под календара, който води към страницата на проекта."
|
908 |
-
|
909 |
-
#: src/admin-views/tribe-options-general.php:25
|
910 |
-
msgid "We hope our plugin is helping you out."
|
911 |
-
msgstr "Надяваме се, че нашият плъгин ви е в помощ."
|
912 |
-
|
913 |
-
#: src/admin-views/tribe-options-general.php:20
|
914 |
-
msgid "Check out the available add-ons"
|
915 |
-
msgstr "Разгледайте наличните add-on-и"
|
916 |
-
|
917 |
-
#: src/admin-views/tribe-options-general.php:20
|
918 |
-
msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
|
919 |
-
msgstr "Нуждаете се от допълнителна функционалност, като например повтарящи се събития, персонализирана metadata, продажба на билети и др.?"
|
920 |
-
|
921 |
-
#: src/admin-views/tribe-options-display.php:37
|
922 |
-
msgid "Select the date format to use in datepickers"
|
923 |
-
msgstr "Формат на датата в прозореца за избор на дата"
|
924 |
-
|
925 |
-
#: src/admin-views/tribe-options-display.php:36
|
926 |
-
msgid "Datepicker Date Format"
|
927 |
-
msgstr "Формат на датата за Datepicker"
|
928 |
-
|
929 |
-
#: src/admin-views/tribe-options-display.php:22
|
930 |
-
msgid "Date Format Settings"
|
931 |
-
msgstr "Настройки за формат на датата"
|
932 |
-
|
933 |
-
#: src/admin-views/event-log.php:65
|
934 |
-
msgid "View"
|
935 |
-
msgstr "Преглед"
|
936 |
-
|
937 |
-
#: src/Tribe/Admin/Help_Page.php:211 src/Tribe/Plugins_API.php:90
|
938 |
-
msgid "Community Events"
|
939 |
-
msgstr "Community Events"
|
940 |
-
|
941 |
-
#: src/Tribe/Languages/Locations.php:367
|
942 |
-
msgid "Wyoming"
|
943 |
-
msgstr "Уайоминг"
|
944 |
-
|
945 |
-
#: src/Tribe/Languages/Locations.php:366
|
946 |
-
msgid "Wisconsin"
|
947 |
-
msgstr "Уисконсин"
|
948 |
-
|
949 |
-
#: src/Tribe/Languages/Locations.php:365
|
950 |
-
msgid "West Virginia"
|
951 |
-
msgstr "Западна Вирджиния"
|
952 |
-
|
953 |
-
#: src/Tribe/Languages/Locations.php:364
|
954 |
-
msgid "Washington"
|
955 |
-
msgstr "Вашингтон"
|
956 |
-
|
957 |
-
#: src/Tribe/Languages/Locations.php:363
|
958 |
-
msgid "Virginia"
|
959 |
-
msgstr "Вирджиния"
|
960 |
-
|
961 |
-
#: src/Tribe/Languages/Locations.php:362
|
962 |
-
msgid "Vermont"
|
963 |
-
msgstr "Върмонт"
|
964 |
-
|
965 |
-
#: src/Tribe/Languages/Locations.php:361
|
966 |
-
msgid "Utah"
|
967 |
-
msgstr "Юта"
|
968 |
-
|
969 |
-
#: src/Tribe/Languages/Locations.php:360
|
970 |
-
msgid "Texas"
|
971 |
-
msgstr "Тексас"
|
972 |
-
|
973 |
-
#: src/Tribe/Languages/Locations.php:359
|
974 |
-
msgid "Tennessee"
|
975 |
-
msgstr "Тенеси"
|
976 |
-
|
977 |
-
#: src/Tribe/Languages/Locations.php:358
|
978 |
-
msgid "South Dakota"
|
979 |
-
msgstr "Южна Дакота"
|
980 |
-
|
981 |
-
#: src/Tribe/Languages/Locations.php:357
|
982 |
-
msgid "South Carolina"
|
983 |
-
msgstr "Южна Каролина"
|
984 |
-
|
985 |
-
#: src/Tribe/Languages/Locations.php:356
|
986 |
-
msgid "Rhode Island"
|
987 |
-
msgstr "Род Айлънд"
|
988 |
-
|
989 |
-
#: src/Tribe/Languages/Locations.php:355
|
990 |
-
msgid "Pennsylvania"
|
991 |
-
msgstr "Пенсилвания"
|
992 |
-
|
993 |
-
#: src/Tribe/Languages/Locations.php:354
|
994 |
-
msgid "Oregon"
|
995 |
-
msgstr "Орегон"
|
996 |
-
|
997 |
-
#: src/Tribe/Languages/Locations.php:353
|
998 |
-
msgid "Oklahoma"
|
999 |
-
msgstr "Оклахома"
|
1000 |
-
|
1001 |
-
#: src/Tribe/Languages/Locations.php:352
|
1002 |
-
msgid "Ohio"
|
1003 |
-
msgstr "Охайо"
|
1004 |
-
|
1005 |
-
#: src/Tribe/Languages/Locations.php:351
|
1006 |
-
msgid "North Dakota"
|
1007 |
-
msgstr "Северна Дакота"
|
1008 |
-
|
1009 |
-
#: src/Tribe/Languages/Locations.php:350
|
1010 |
-
msgid "North Carolina"
|
1011 |
-
msgstr "Северна Каролина"
|
1012 |
-
|
1013 |
-
#: src/Tribe/Languages/Locations.php:349
|
1014 |
-
msgid "New York"
|
1015 |
-
msgstr "Ню Йорк"
|
1016 |
-
|
1017 |
-
#: src/Tribe/Languages/Locations.php:348
|
1018 |
-
msgid "New Mexico"
|
1019 |
-
msgstr "Ню Мексико"
|
1020 |
-
|
1021 |
-
#: src/Tribe/Languages/Locations.php:347
|
1022 |
-
msgid "New Jersey"
|
1023 |
-
msgstr "Ню Джърси"
|
1024 |
-
|
1025 |
-
#: src/Tribe/Languages/Locations.php:346
|
1026 |
-
msgid "New Hampshire"
|
1027 |
-
msgstr "Ню Хампшър"
|
1028 |
-
|
1029 |
-
#: src/Tribe/Languages/Locations.php:345
|
1030 |
-
msgid "Nevada"
|
1031 |
-
msgstr "Невада"
|
1032 |
-
|
1033 |
-
#: src/Tribe/Languages/Locations.php:344
|
1034 |
-
msgid "Nebraska"
|
1035 |
-
msgstr "Небраска"
|
1036 |
-
|
1037 |
-
#: src/Tribe/Languages/Locations.php:343
|
1038 |
-
msgid "Montana"
|
1039 |
-
msgstr "Монтана"
|
1040 |
-
|
1041 |
-
#: src/Tribe/Languages/Locations.php:342
|
1042 |
-
msgid "Missouri"
|
1043 |
-
msgstr "Мисури"
|
1044 |
-
|
1045 |
-
#: src/Tribe/Languages/Locations.php:341
|
1046 |
-
msgid "Mississippi"
|
1047 |
-
msgstr "Мисисипи"
|
1048 |
-
|
1049 |
-
#: src/Tribe/Languages/Locations.php:340
|
1050 |
-
msgid "Minnesota"
|
1051 |
-
msgstr "Минесота"
|
1052 |
-
|
1053 |
-
#: src/Tribe/Languages/Locations.php:339
|
1054 |
-
msgid "Michigan"
|
1055 |
-
msgstr "Мичиган"
|
1056 |
-
|
1057 |
-
#: src/Tribe/Languages/Locations.php:338
|
1058 |
-
msgid "Massachusetts"
|
1059 |
-
msgstr "Масачузетс"
|
1060 |
-
|
1061 |
-
#: src/Tribe/Languages/Locations.php:337
|
1062 |
-
msgid "Maryland"
|
1063 |
-
msgstr "Мериленд"
|
1064 |
-
|
1065 |
-
#: src/Tribe/Languages/Locations.php:336
|
1066 |
-
msgid "Maine"
|
1067 |
-
msgstr "Мейн"
|
1068 |
-
|
1069 |
-
#: src/Tribe/Languages/Locations.php:335
|
1070 |
-
msgid "Louisiana"
|
1071 |
-
msgstr "Луизиана"
|
1072 |
-
|
1073 |
-
#: src/Tribe/Languages/Locations.php:334
|
1074 |
-
msgid "Kentucky"
|
1075 |
-
msgstr "Кентъки"
|
1076 |
-
|
1077 |
-
#: src/Tribe/Languages/Locations.php:333
|
1078 |
-
msgid "Kansas"
|
1079 |
-
msgstr "Канзас"
|
1080 |
-
|
1081 |
-
#: src/Tribe/Languages/Locations.php:332
|
1082 |
-
msgid "Iowa"
|
1083 |
-
msgstr "Индиана"
|
1084 |
-
|
1085 |
-
#: src/Tribe/Languages/Locations.php:331
|
1086 |
-
msgid "Indiana"
|
1087 |
-
msgstr "Индиана"
|
1088 |
-
|
1089 |
-
#: src/Tribe/Languages/Locations.php:330
|
1090 |
-
msgid "Illinois"
|
1091 |
-
msgstr "Илинойс"
|
1092 |
-
|
1093 |
-
#: src/Tribe/Languages/Locations.php:329
|
1094 |
-
msgid "Idaho"
|
1095 |
-
msgstr "Айдахо"
|
1096 |
-
|
1097 |
-
#: src/Tribe/Languages/Locations.php:328
|
1098 |
-
msgid "Hawaii"
|
1099 |
-
msgstr "Хаваи"
|
1100 |
-
|
1101 |
-
#: src/Tribe/Languages/Locations.php:326
|
1102 |
-
msgid "Florida"
|
1103 |
-
msgstr "Флорида"
|
1104 |
-
|
1105 |
-
#: src/Tribe/Languages/Locations.php:325
|
1106 |
-
msgid "District of Columbia"
|
1107 |
-
msgstr "Вашингтон, О.К."
|
1108 |
-
|
1109 |
-
#: src/Tribe/Languages/Locations.php:324
|
1110 |
-
msgid "Delaware"
|
1111 |
-
msgstr "Делауеър"
|
1112 |
-
|
1113 |
-
#: src/Tribe/Languages/Locations.php:323
|
1114 |
-
msgid "Connecticut"
|
1115 |
-
msgstr "Кънектикът"
|
1116 |
-
|
1117 |
-
#: src/Tribe/Languages/Locations.php:322
|
1118 |
-
msgid "Colorado"
|
1119 |
-
msgstr "Колорадо"
|
1120 |
-
|
1121 |
-
#: src/Tribe/Languages/Locations.php:321
|
1122 |
-
msgid "California"
|
1123 |
-
msgstr "Калифорния"
|
1124 |
-
|
1125 |
-
#: src/Tribe/Languages/Locations.php:320
|
1126 |
-
msgid "Arkansas"
|
1127 |
-
msgstr "Арканзас"
|
1128 |
-
|
1129 |
-
#: src/Tribe/Languages/Locations.php:319
|
1130 |
-
msgid "Arizona"
|
1131 |
-
msgstr "Аризона"
|
1132 |
-
|
1133 |
-
#: src/Tribe/Languages/Locations.php:318
|
1134 |
-
msgid "Alaska"
|
1135 |
-
msgstr "Аляска"
|
1136 |
-
|
1137 |
-
#: src/Tribe/Languages/Locations.php:317
|
1138 |
-
msgid "Alabama"
|
1139 |
-
msgstr "Алабама"
|
1140 |
-
|
1141 |
-
#: src/Tribe/Languages/Locations.php:297
|
1142 |
-
msgid "Zimbabwe"
|
1143 |
-
msgstr "Зимбабве"
|
1144 |
-
|
1145 |
-
#: src/Tribe/Languages/Locations.php:296
|
1146 |
-
msgid "Zambia"
|
1147 |
-
msgstr "Замбия"
|
1148 |
-
|
1149 |
-
#: src/Tribe/Languages/Locations.php:295
|
1150 |
-
msgid "Yemen"
|
1151 |
-
msgstr "Йемен"
|
1152 |
-
|
1153 |
-
#: src/Tribe/Languages/Locations.php:294
|
1154 |
-
msgid "Western Sahara"
|
1155 |
-
msgstr "Западна Сахара"
|
1156 |
-
|
1157 |
-
#: src/Tribe/Languages/Locations.php:293
|
1158 |
-
msgid "Wallis and Futuna Islands"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: src/Tribe/Languages/Locations.php:292
|
1162 |
-
msgid "Virgin Islands (U.S.)"
|
1163 |
-
msgstr "Вирджински острови"
|
1164 |
-
|
1165 |
-
#: src/Tribe/Languages/Locations.php:291
|
1166 |
-
msgid "Virgin Islands (British)"
|
1167 |
-
msgstr "Британски Вирджински острови"
|
1168 |
-
|
1169 |
-
#: src/Tribe/Languages/Locations.php:290
|
1170 |
-
msgid "Viet Nam"
|
1171 |
-
msgstr "Виетнам"
|
1172 |
-
|
1173 |
-
#: src/Tribe/Languages/Locations.php:289
|
1174 |
-
msgid "Venezuela"
|
1175 |
-
msgstr "Венецуела"
|
1176 |
-
|
1177 |
-
#: src/Tribe/Languages/Locations.php:288
|
1178 |
-
msgid "Vanuatu"
|
1179 |
-
msgstr "Вануату"
|
1180 |
-
|
1181 |
-
#: src/Tribe/Languages/Locations.php:287
|
1182 |
-
msgid "Uzbekistan"
|
1183 |
-
msgstr "Узбекистан"
|
1184 |
-
|
1185 |
-
#: src/Tribe/Languages/Locations.php:286
|
1186 |
-
msgid "Uruguay"
|
1187 |
-
msgstr "Уругвай"
|
1188 |
-
|
1189 |
-
#: src/Tribe/Languages/Locations.php:285
|
1190 |
-
msgid "United States Minor Outlying Islands"
|
1191 |
-
msgstr "Малки далечни острови на САЩ"
|
1192 |
-
|
1193 |
-
#: src/Tribe/Languages/Locations.php:284
|
1194 |
-
msgid "United Kingdom"
|
1195 |
-
msgstr "Великобритания"
|
1196 |
-
|
1197 |
-
#: src/Tribe/Languages/Locations.php:283
|
1198 |
-
msgid "United Arab Emirates"
|
1199 |
-
msgstr "ОАЕ"
|
1200 |
-
|
1201 |
-
#: src/Tribe/Languages/Locations.php:282
|
1202 |
-
msgid "Ukraine"
|
1203 |
-
msgstr "Украйна"
|
1204 |
-
|
1205 |
-
#: src/Tribe/Languages/Locations.php:281
|
1206 |
-
msgid "Uganda"
|
1207 |
-
msgstr "Уганда"
|
1208 |
-
|
1209 |
-
#: src/Tribe/Languages/Locations.php:280
|
1210 |
-
msgid "Tuvalu"
|
1211 |
-
msgstr "Тувалу"
|
1212 |
-
|
1213 |
-
#: src/Tribe/Languages/Locations.php:279
|
1214 |
-
msgid "Turks and Caicos Islands"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: src/Tribe/Languages/Locations.php:278
|
1218 |
-
msgid "Turkmenistan"
|
1219 |
-
msgstr "Туркменистан"
|
1220 |
-
|
1221 |
-
#: src/Tribe/Languages/Locations.php:277
|
1222 |
-
msgid "Turkey"
|
1223 |
-
msgstr "Турция"
|
1224 |
-
|
1225 |
-
#: src/Tribe/Languages/Locations.php:276
|
1226 |
-
msgid "Tunisia"
|
1227 |
-
msgstr "Тунис"
|
1228 |
-
|
1229 |
-
#: src/Tribe/Languages/Locations.php:275
|
1230 |
-
msgid "Trinidad and Tobago"
|
1231 |
-
msgstr ""
|
1232 |
-
|
1233 |
-
#: src/Tribe/Languages/Locations.php:274
|
1234 |
-
msgid "Tonga"
|
1235 |
-
msgstr "Тонга"
|
1236 |
-
|
1237 |
-
#: src/Tribe/Languages/Locations.php:273
|
1238 |
-
msgid "Tokelau"
|
1239 |
-
msgstr "Токелау"
|
1240 |
-
|
1241 |
-
#: src/Tribe/Languages/Locations.php:272
|
1242 |
-
msgid "Togo"
|
1243 |
-
msgstr "Того"
|
1244 |
-
|
1245 |
-
#: src/Tribe/Languages/Locations.php:271
|
1246 |
-
msgid "Thailand"
|
1247 |
-
msgstr "Тайланд"
|
1248 |
-
|
1249 |
-
#: src/Tribe/Languages/Locations.php:270
|
1250 |
-
msgid "Tanzania, United Republic of"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: src/Tribe/Languages/Locations.php:269
|
1254 |
-
msgid "Tajikistan"
|
1255 |
-
msgstr "Таджикистан"
|
1256 |
-
|
1257 |
-
#: src/Tribe/Languages/Locations.php:268
|
1258 |
-
msgid "Taiwan"
|
1259 |
-
msgstr "Тайван"
|
1260 |
-
|
1261 |
-
#: src/Tribe/Languages/Locations.php:267
|
1262 |
-
msgid "Syrian Arab Republic"
|
1263 |
-
msgstr "Сирия"
|
1264 |
-
|
1265 |
-
#: src/Tribe/Languages/Locations.php:266
|
1266 |
-
msgid "Switzerland"
|
1267 |
-
msgstr "Швейцария"
|
1268 |
-
|
1269 |
-
#: src/Tribe/Languages/Locations.php:265
|
1270 |
-
msgid "Sweden"
|
1271 |
-
msgstr "Швеция"
|
1272 |
-
|
1273 |
-
#: src/Tribe/Languages/Locations.php:264
|
1274 |
-
msgid "Swaziland"
|
1275 |
-
msgstr "Свазиленд"
|
1276 |
-
|
1277 |
-
#: src/Tribe/Languages/Locations.php:263
|
1278 |
-
msgid "Svalbard and Jan Mayen Islands"
|
1279 |
-
msgstr ""
|
1280 |
-
|
1281 |
-
#: src/Tribe/Languages/Locations.php:262
|
1282 |
-
msgid "Suriname"
|
1283 |
-
msgstr "Суринам"
|
1284 |
-
|
1285 |
-
#: src/Tribe/Languages/Locations.php:261
|
1286 |
-
msgid "Sudan"
|
1287 |
-
msgstr "Судан"
|
1288 |
-
|
1289 |
-
#: src/Tribe/Languages/Locations.php:241
|
1290 |
-
msgid "Saint Pierre and Miquelon"
|
1291 |
-
msgstr ""
|
1292 |
-
|
1293 |
-
#: src/Tribe/Languages/Locations.php:260
|
1294 |
-
msgid "Sri Lanka"
|
1295 |
-
msgstr "Шри Ланка"
|
1296 |
-
|
1297 |
-
#: src/Tribe/Languages/Locations.php:259
|
1298 |
-
msgid "Spain"
|
1299 |
-
msgstr "Испания"
|
1300 |
-
|
1301 |
-
#: src/Tribe/Languages/Locations.php:258
|
1302 |
-
msgid "South Georgia, South Sandwich Islands"
|
1303 |
-
msgstr "Южна Джорджия и Южни Сандвичеви острови"
|
1304 |
-
|
1305 |
-
#: src/Tribe/Languages/Locations.php:257
|
1306 |
-
msgid "South Africa"
|
1307 |
-
msgstr "Република Южна Африка"
|
1308 |
-
|
1309 |
-
#: src/Tribe/Languages/Locations.php:256
|
1310 |
-
msgid "Somalia"
|
1311 |
-
msgstr "Сомалия"
|
1312 |
-
|
1313 |
-
#: src/Tribe/Languages/Locations.php:255
|
1314 |
-
msgid "Solomon Islands"
|
1315 |
-
msgstr "Соломонови острови"
|
1316 |
-
|
1317 |
-
#: src/Tribe/Languages/Locations.php:254
|
1318 |
-
msgid "Slovenia"
|
1319 |
-
msgstr "Словения"
|
1320 |
-
|
1321 |
-
#: src/Tribe/Languages/Locations.php:253
|
1322 |
-
msgid "Slovakia (Slovak Republic)"
|
1323 |
-
msgstr "Словакия"
|
1324 |
-
|
1325 |
-
#: src/Tribe/Languages/Locations.php:251
|
1326 |
-
msgid "Singapore"
|
1327 |
-
msgstr "Сингапур"
|
1328 |
-
|
1329 |
-
#: src/Tribe/Languages/Locations.php:250
|
1330 |
-
msgid "Sierra Leone"
|
1331 |
-
msgstr "Сиера Леоне"
|
1332 |
-
|
1333 |
-
#: src/Tribe/Languages/Locations.php:249
|
1334 |
-
msgid "Seychelles"
|
1335 |
-
msgstr "Сейшели"
|
1336 |
-
|
1337 |
-
#: src/Tribe/Languages/Locations.php:248
|
1338 |
-
msgid "Serbia"
|
1339 |
-
msgstr "Сърбия"
|
1340 |
-
|
1341 |
-
#: src/Tribe/Languages/Locations.php:247
|
1342 |
-
msgid "Senegal"
|
1343 |
-
msgstr "Сенегал"
|
1344 |
-
|
1345 |
-
#: src/Tribe/Languages/Locations.php:246
|
1346 |
-
msgid "Saudi Arabia"
|
1347 |
-
msgstr "Саудитска Арабия"
|
1348 |
-
|
1349 |
-
#: src/Tribe/Languages/Locations.php:244
|
1350 |
-
msgid "San Marino"
|
1351 |
-
msgstr "Сан Марино"
|
1352 |
-
|
1353 |
-
#: src/Tribe/Languages/Locations.php:243
|
1354 |
-
msgid "Samoa"
|
1355 |
-
msgstr "Самоа"
|
1356 |
-
|
1357 |
-
#: src/Tribe/Languages/Locations.php:242
|
1358 |
-
msgid "Saint Vincent and The Grenadines"
|
1359 |
-
msgstr ""
|
1360 |
-
|
1361 |
-
#: src/Tribe/Languages/Locations.php:240
|
1362 |
-
msgid "Saint Lucia"
|
1363 |
-
msgstr "Сейнт Лусия"
|
1364 |
-
|
1365 |
-
#: src/Tribe/Languages/Locations.php:239
|
1366 |
-
msgid "Saint Kitts and Nevis"
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: src/Tribe/Languages/Locations.php:236
|
1370 |
-
msgid "Rwanda"
|
1371 |
-
msgstr "Руанда"
|
1372 |
-
|
1373 |
-
#: src/Tribe/Languages/Locations.php:235
|
1374 |
-
msgid "Russian Federation"
|
1375 |
-
msgstr "Русия"
|
1376 |
-
|
1377 |
-
#: src/Tribe/Languages/Locations.php:234
|
1378 |
-
msgid "Romania"
|
1379 |
-
msgstr "Румъния"
|
1380 |
-
|
1381 |
-
#: src/Tribe/Languages/Locations.php:233
|
1382 |
-
msgid "Reunion"
|
1383 |
-
msgstr "Реюнион"
|
1384 |
-
|
1385 |
-
#: src/Tribe/Languages/Locations.php:232
|
1386 |
-
msgid "Qatar"
|
1387 |
-
msgstr "Катар"
|
1388 |
-
|
1389 |
-
#: src/Tribe/Languages/Locations.php:231
|
1390 |
-
msgid "Puerto Rico"
|
1391 |
-
msgstr "Пуерто Рико"
|
1392 |
-
|
1393 |
-
#: src/Tribe/Languages/Locations.php:230
|
1394 |
-
msgid "Portugal"
|
1395 |
-
msgstr "Португалия"
|
1396 |
-
|
1397 |
-
#: src/Tribe/Languages/Locations.php:229
|
1398 |
-
msgid "Poland"
|
1399 |
-
msgstr "Полша"
|
1400 |
-
|
1401 |
-
#: src/Tribe/Languages/Locations.php:228
|
1402 |
-
msgid "Pitcairn"
|
1403 |
-
msgstr "Питкерн"
|
1404 |
-
|
1405 |
-
#: src/Tribe/Languages/Locations.php:227
|
1406 |
-
msgid "Philippines"
|
1407 |
-
msgstr "Филипини"
|
1408 |
-
|
1409 |
-
#: src/Tribe/Languages/Locations.php:226
|
1410 |
-
msgid "Peru"
|
1411 |
-
msgstr "Перу"
|
1412 |
-
|
1413 |
-
#: src/Tribe/Languages/Locations.php:225
|
1414 |
-
msgid "Paraguay"
|
1415 |
-
msgstr "Парагвай"
|
1416 |
-
|
1417 |
-
#: src/Tribe/Languages/Locations.php:224
|
1418 |
-
msgid "Papua New Guinea"
|
1419 |
-
msgstr "Папуа Нова Гвинея"
|
1420 |
-
|
1421 |
-
#: src/Tribe/Languages/Locations.php:223
|
1422 |
-
msgid "Panama"
|
1423 |
-
msgstr "Панама"
|
1424 |
-
|
1425 |
-
#: src/Tribe/Languages/Locations.php:222
|
1426 |
-
msgid "Palau"
|
1427 |
-
msgstr "Палау"
|
1428 |
-
|
1429 |
-
#: src/Tribe/Languages/Locations.php:221
|
1430 |
-
msgid "Pakistan"
|
1431 |
-
msgstr "Пакистан"
|
1432 |
-
|
1433 |
-
#: src/Tribe/Languages/Locations.php:220
|
1434 |
-
msgid "Oman"
|
1435 |
-
msgstr "Оман"
|
1436 |
-
|
1437 |
-
#: src/Tribe/Languages/Locations.php:219
|
1438 |
-
msgid "Norway"
|
1439 |
-
msgstr "Норвегия"
|
1440 |
-
|
1441 |
-
#: src/Tribe/Languages/Locations.php:218
|
1442 |
-
msgid "Northern Mariana Islands"
|
1443 |
-
msgstr "Северни Мариански острови"
|
1444 |
-
|
1445 |
-
#: src/Tribe/Languages/Locations.php:217
|
1446 |
-
msgid "Norfolk Island"
|
1447 |
-
msgstr "Норфолк"
|
1448 |
-
|
1449 |
-
#: src/Tribe/Languages/Locations.php:216
|
1450 |
-
msgid "Niue"
|
1451 |
-
msgstr "Ниуе"
|
1452 |
-
|
1453 |
-
#: src/Tribe/Languages/Locations.php:215
|
1454 |
-
msgid "Nigeria"
|
1455 |
-
msgstr "Нигерия"
|
1456 |
-
|
1457 |
-
#: src/Tribe/Languages/Locations.php:214
|
1458 |
-
msgid "Niger"
|
1459 |
-
msgstr "Нигер"
|
1460 |
-
|
1461 |
-
#: src/Tribe/Languages/Locations.php:213
|
1462 |
-
msgid "Nicaragua"
|
1463 |
-
msgstr "Никарагуа"
|
1464 |
-
|
1465 |
-
#: src/Tribe/Languages/Locations.php:212
|
1466 |
-
msgid "New Zealand"
|
1467 |
-
msgstr "Нова Зеландия"
|
1468 |
-
|
1469 |
-
#: src/Tribe/Languages/Locations.php:211
|
1470 |
-
msgid "New Caledonia"
|
1471 |
-
msgstr "Нова Каледония"
|
1472 |
-
|
1473 |
-
#: src/Tribe/Languages/Locations.php:210
|
1474 |
-
msgid "Netherlands"
|
1475 |
-
msgstr "Холандия"
|
1476 |
-
|
1477 |
-
#: src/Tribe/Languages/Locations.php:209
|
1478 |
-
msgid "Nepal"
|
1479 |
-
msgstr "Непал"
|
1480 |
-
|
1481 |
-
#: src/Tribe/Languages/Locations.php:208
|
1482 |
-
msgid "Nauru"
|
1483 |
-
msgstr "Науру"
|
1484 |
-
|
1485 |
-
#: src/Tribe/Languages/Locations.php:207
|
1486 |
-
msgid "Namibia"
|
1487 |
-
msgstr "Намибия"
|
1488 |
-
|
1489 |
-
#: src/Tribe/Languages/Locations.php:206
|
1490 |
-
msgid "Myanmar"
|
1491 |
-
msgstr "Мианмар"
|
1492 |
-
|
1493 |
-
#: src/Tribe/Languages/Locations.php:205
|
1494 |
-
msgid "Mozambique"
|
1495 |
-
msgstr "Мозамбик"
|
1496 |
-
|
1497 |
-
#: src/Tribe/Languages/Locations.php:204
|
1498 |
-
msgid "Morocco"
|
1499 |
-
msgstr "Мароко"
|
1500 |
-
|
1501 |
-
#: src/Tribe/Languages/Locations.php:203
|
1502 |
-
msgid "Montserrat"
|
1503 |
-
msgstr "Монсерат"
|
1504 |
-
|
1505 |
-
#: src/Tribe/Languages/Locations.php:202
|
1506 |
-
msgid "Montenegro"
|
1507 |
-
msgstr "Черна гора"
|
1508 |
-
|
1509 |
-
#: src/Tribe/Languages/Locations.php:201
|
1510 |
-
msgid "Mongolia"
|
1511 |
-
msgstr "Монголия"
|
1512 |
-
|
1513 |
-
#: src/Tribe/Languages/Locations.php:200
|
1514 |
-
msgid "Monaco"
|
1515 |
-
msgstr "Монако"
|
1516 |
-
|
1517 |
-
#: src/Tribe/Languages/Locations.php:199
|
1518 |
-
msgid "Moldova, Republic of"
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
-
#: src/Tribe/Languages/Locations.php:198
|
1522 |
-
msgid "Micronesia, Federated States of"
|
1523 |
-
msgstr ""
|
1524 |
-
|
1525 |
-
#: src/Tribe/Languages/Locations.php:197
|
1526 |
-
msgid "Mexico"
|
1527 |
-
msgstr "Мексико"
|
1528 |
-
|
1529 |
-
#: src/Tribe/Languages/Locations.php:196
|
1530 |
-
msgid "Mayotte"
|
1531 |
-
msgstr "Майот"
|
1532 |
-
|
1533 |
-
#: src/Tribe/Languages/Locations.php:195
|
1534 |
-
msgid "Mauritius"
|
1535 |
-
msgstr "Мавриций"
|
1536 |
-
|
1537 |
-
#: src/Tribe/Languages/Locations.php:194
|
1538 |
-
msgid "Mauritania"
|
1539 |
-
msgstr "Мавритания"
|
1540 |
-
|
1541 |
-
#: src/Tribe/Languages/Locations.php:193
|
1542 |
-
msgid "Martinique"
|
1543 |
-
msgstr "Мартиника"
|
1544 |
-
|
1545 |
-
#: src/Tribe/Languages/Locations.php:192
|
1546 |
-
msgid "Marshall Islands"
|
1547 |
-
msgstr "Маршалови острови"
|
1548 |
-
|
1549 |
-
#: src/Tribe/Languages/Locations.php:191
|
1550 |
-
msgid "Malta"
|
1551 |
-
msgstr "Малта"
|
1552 |
-
|
1553 |
-
#: src/Tribe/Languages/Locations.php:190
|
1554 |
-
msgid "Mali"
|
1555 |
-
msgstr "Мали"
|
1556 |
-
|
1557 |
-
#: src/Tribe/Languages/Locations.php:189
|
1558 |
-
msgid "Maldives"
|
1559 |
-
msgstr "Малдиви"
|
1560 |
-
|
1561 |
-
#: src/Tribe/Languages/Locations.php:188
|
1562 |
-
msgid "Malaysia"
|
1563 |
-
msgstr "Малайзия"
|
1564 |
-
|
1565 |
-
#: src/Tribe/Languages/Locations.php:187
|
1566 |
-
msgid "Malawi"
|
1567 |
-
msgstr "Малави"
|
1568 |
-
|
1569 |
-
#: src/Tribe/Languages/Locations.php:186
|
1570 |
-
msgid "Madagascar"
|
1571 |
-
msgstr "Мадагаскар"
|
1572 |
-
|
1573 |
-
#: src/Tribe/Languages/Locations.php:185
|
1574 |
-
msgid "Macedonia"
|
1575 |
-
msgstr "Македония"
|
1576 |
-
|
1577 |
-
#: src/Tribe/Languages/Locations.php:184
|
1578 |
-
msgid "Macau"
|
1579 |
-
msgstr "Макао"
|
1580 |
-
|
1581 |
-
#: src/Tribe/Languages/Locations.php:183
|
1582 |
-
msgid "Luxembourg"
|
1583 |
-
msgstr "Люксембург"
|
1584 |
-
|
1585 |
-
#: src/Tribe/Languages/Locations.php:182
|
1586 |
-
msgid "Lithuania"
|
1587 |
-
msgstr "Литва"
|
1588 |
-
|
1589 |
-
#: src/Tribe/Languages/Locations.php:181
|
1590 |
-
msgid "Liechtenstein"
|
1591 |
-
msgstr "Лихтенщайн"
|
1592 |
-
|
1593 |
-
#: src/Tribe/Languages/Locations.php:180
|
1594 |
-
msgid "Libya"
|
1595 |
-
msgstr "Либия"
|
1596 |
-
|
1597 |
-
#: src/Tribe/Languages/Locations.php:179
|
1598 |
-
msgid "Liberia"
|
1599 |
-
msgstr "Либерия"
|
1600 |
-
|
1601 |
-
#: src/Tribe/Languages/Locations.php:178
|
1602 |
-
msgid "Lesotho"
|
1603 |
-
msgstr "Лесото"
|
1604 |
-
|
1605 |
-
#: src/Tribe/Languages/Locations.php:177
|
1606 |
-
msgid "Lebanon"
|
1607 |
-
msgstr "Ливан"
|
1608 |
-
|
1609 |
-
#: src/Tribe/Languages/Locations.php:176
|
1610 |
-
msgid "Latvia"
|
1611 |
-
msgstr "Латвия"
|
1612 |
-
|
1613 |
-
#: src/Tribe/Languages/Locations.php:175
|
1614 |
-
msgid "Lao People's Democratic Republic"
|
1615 |
-
msgstr "Лаос"
|
1616 |
-
|
1617 |
-
#: src/Tribe/Languages/Locations.php:174
|
1618 |
-
msgid "Kyrgyzstan"
|
1619 |
-
msgstr "Киргизстан"
|
1620 |
-
|
1621 |
-
#: src/Tribe/Languages/Locations.php:173
|
1622 |
-
msgid "Kuwait"
|
1623 |
-
msgstr "Кувейт"
|
1624 |
-
|
1625 |
-
#: src/Tribe/Languages/Locations.php:172
|
1626 |
-
msgid "Korea, Republic of"
|
1627 |
-
msgstr ""
|
1628 |
-
|
1629 |
-
#: src/Tribe/Languages/Locations.php:171
|
1630 |
-
msgid "Korea, Democratic People's Republic of"
|
1631 |
-
msgstr ""
|
1632 |
-
|
1633 |
-
#: src/Tribe/Languages/Locations.php:170
|
1634 |
-
msgid "Kiribati"
|
1635 |
-
msgstr "Кирибати"
|
1636 |
-
|
1637 |
-
#: src/Tribe/Languages/Locations.php:169
|
1638 |
-
msgid "Kenya"
|
1639 |
-
msgstr "Кения"
|
1640 |
-
|
1641 |
-
#: src/Tribe/Languages/Locations.php:168
|
1642 |
-
msgid "Kazakhstan"
|
1643 |
-
msgstr "Казахстан"
|
1644 |
-
|
1645 |
-
#: src/Tribe/Languages/Locations.php:167
|
1646 |
-
msgid "Jordan"
|
1647 |
-
msgstr "Йордания"
|
1648 |
-
|
1649 |
-
#: src/Tribe/Languages/Locations.php:166
|
1650 |
-
msgid "Japan"
|
1651 |
-
msgstr "Япония"
|
1652 |
-
|
1653 |
-
#: src/Tribe/Languages/Locations.php:165
|
1654 |
-
msgid "Jamaica"
|
1655 |
-
msgstr "Ямайка"
|
1656 |
-
|
1657 |
-
#: src/Tribe/Languages/Locations.php:164
|
1658 |
-
msgid "Italy"
|
1659 |
-
msgstr "Италия"
|
1660 |
-
|
1661 |
-
#: src/Tribe/Languages/Locations.php:163
|
1662 |
-
msgid "Israel"
|
1663 |
-
msgstr "Израел"
|
1664 |
-
|
1665 |
-
#: src/Tribe/Languages/Locations.php:162
|
1666 |
-
msgid "Ireland"
|
1667 |
-
msgstr "Ирландия"
|
1668 |
-
|
1669 |
-
#: src/Tribe/Languages/Locations.php:161
|
1670 |
-
msgid "Iraq"
|
1671 |
-
msgstr "Ирак"
|
1672 |
-
|
1673 |
-
#: src/Tribe/Languages/Locations.php:160
|
1674 |
-
msgid "Iran, Islamic Republic of"
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: src/Tribe/Languages/Locations.php:159
|
1678 |
-
msgid "Indonesia"
|
1679 |
-
msgstr "Индонезия"
|
1680 |
-
|
1681 |
-
#: src/Tribe/Languages/Locations.php:158
|
1682 |
-
msgid "India"
|
1683 |
-
msgstr "Индия"
|
1684 |
-
|
1685 |
-
#: src/Tribe/Languages/Locations.php:157
|
1686 |
-
msgid "Iceland"
|
1687 |
-
msgstr "Исландия"
|
1688 |
-
|
1689 |
-
#: src/Tribe/Languages/Locations.php:156
|
1690 |
-
msgid "Hungary"
|
1691 |
-
msgstr "Унгария"
|
1692 |
-
|
1693 |
-
#: src/Tribe/Languages/Locations.php:155
|
1694 |
-
msgid "Hong Kong"
|
1695 |
-
msgstr "Хонконг"
|
1696 |
-
|
1697 |
-
#: src/Tribe/Languages/Locations.php:154
|
1698 |
-
msgid "Honduras"
|
1699 |
-
msgstr "Хондурас"
|
1700 |
-
|
1701 |
-
#: src/Tribe/Languages/Locations.php:153
|
1702 |
-
msgid "Holy See (Vatican City State)"
|
1703 |
-
msgstr "Ватикана"
|
1704 |
-
|
1705 |
-
#: src/Tribe/Languages/Locations.php:152
|
1706 |
-
msgid "Heard and McDonald Islands"
|
1707 |
-
msgstr ""
|
1708 |
-
|
1709 |
-
#: src/Tribe/Languages/Locations.php:151
|
1710 |
-
msgid "Haiti"
|
1711 |
-
msgstr "Хаити"
|
1712 |
-
|
1713 |
-
#: src/Tribe/Languages/Locations.php:150
|
1714 |
-
msgid "Guyana"
|
1715 |
-
msgstr "Гвиана"
|
1716 |
-
|
1717 |
-
#: src/Tribe/Languages/Locations.php:149
|
1718 |
-
msgid "Guinea-Bissau"
|
1719 |
-
msgstr "Гвинея-Бисау"
|
1720 |
-
|
1721 |
-
#: src/Tribe/Languages/Locations.php:148
|
1722 |
-
msgid "Guinea"
|
1723 |
-
msgstr "Гвинея"
|
1724 |
-
|
1725 |
-
#: src/Tribe/Languages/Locations.php:147
|
1726 |
-
msgid "Guatemala"
|
1727 |
-
msgstr "Гватемала"
|
1728 |
-
|
1729 |
-
#: src/Tribe/Languages/Locations.php:146
|
1730 |
-
msgid "Guam"
|
1731 |
-
msgstr "Гуам"
|
1732 |
-
|
1733 |
-
#: src/Tribe/Languages/Locations.php:145
|
1734 |
-
msgid "Guadeloupe"
|
1735 |
-
msgstr "Гваделупа"
|
1736 |
-
|
1737 |
-
#: src/Tribe/Languages/Locations.php:144
|
1738 |
-
msgid "Grenada"
|
1739 |
-
msgstr "Гренада"
|
1740 |
-
|
1741 |
-
#: src/Tribe/Languages/Locations.php:143
|
1742 |
-
msgid "Greenland"
|
1743 |
-
msgstr "Гренландия"
|
1744 |
-
|
1745 |
-
#: src/Tribe/Languages/Locations.php:142
|
1746 |
-
msgid "Greece"
|
1747 |
-
msgstr "Гърция"
|
1748 |
-
|
1749 |
-
#: src/Tribe/Languages/Locations.php:141
|
1750 |
-
msgid "Gibraltar"
|
1751 |
-
msgstr "Гибралтар"
|
1752 |
-
|
1753 |
-
#: src/Tribe/Languages/Locations.php:140
|
1754 |
-
msgid "Ghana"
|
1755 |
-
msgstr "Гана"
|
1756 |
-
|
1757 |
-
#: src/Tribe/Languages/Locations.php:139
|
1758 |
-
msgid "Germany"
|
1759 |
-
msgstr "Германия"
|
1760 |
-
|
1761 |
-
#: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
|
1762 |
-
msgid "Georgia"
|
1763 |
-
msgstr "Грузия"
|
1764 |
-
|
1765 |
-
#: src/Tribe/Languages/Locations.php:137
|
1766 |
-
msgid "Gambia"
|
1767 |
-
msgstr "Гамбия"
|
1768 |
-
|
1769 |
-
#: src/Tribe/Languages/Locations.php:136
|
1770 |
-
msgid "Gabon"
|
1771 |
-
msgstr "Габон"
|
1772 |
-
|
1773 |
-
#: src/Tribe/Languages/Locations.php:135
|
1774 |
-
msgid "French Southern Territories"
|
1775 |
-
msgstr "Френски южни и антарктически територии"
|
1776 |
-
|
1777 |
-
#: src/Tribe/Languages/Locations.php:134
|
1778 |
-
msgid "French Polynesia"
|
1779 |
-
msgstr "Френска Полинезия"
|
1780 |
-
|
1781 |
-
#: src/Tribe/Languages/Locations.php:133
|
1782 |
-
msgid "French Guiana"
|
1783 |
-
msgstr "Френска Гвиана"
|
1784 |
-
|
1785 |
-
#: src/Tribe/Languages/Locations.php:132
|
1786 |
-
msgid "France"
|
1787 |
-
msgstr "Франция"
|
1788 |
-
|
1789 |
-
#: src/Tribe/Languages/Locations.php:131
|
1790 |
-
msgid "Finland"
|
1791 |
-
msgstr "Финландия"
|
1792 |
-
|
1793 |
-
#: src/Tribe/Languages/Locations.php:130
|
1794 |
-
msgid "Fiji"
|
1795 |
-
msgstr "Фиджи"
|
1796 |
-
|
1797 |
-
#: src/Tribe/Languages/Locations.php:129
|
1798 |
-
msgid "Faroe Islands"
|
1799 |
-
msgstr "Ферьорски острови"
|
1800 |
-
|
1801 |
-
#: src/Tribe/Languages/Locations.php:128
|
1802 |
-
msgid "Falkland Islands (Malvinas)"
|
1803 |
-
msgstr "Фолкландски острови"
|
1804 |
-
|
1805 |
-
#: src/Tribe/Languages/Locations.php:127
|
1806 |
-
msgid "Ethiopia"
|
1807 |
-
msgstr "Етиопия"
|
1808 |
-
|
1809 |
-
#: src/Tribe/Languages/Locations.php:126
|
1810 |
-
msgid "Estonia"
|
1811 |
-
msgstr "Естония"
|
1812 |
-
|
1813 |
-
#: src/Tribe/Languages/Locations.php:125
|
1814 |
-
msgid "Eritrea"
|
1815 |
-
msgstr "Еритрея"
|
1816 |
-
|
1817 |
-
#: src/Tribe/Languages/Locations.php:124
|
1818 |
-
msgid "Equatorial Guinea"
|
1819 |
-
msgstr "Екваториална Гвинея"
|
1820 |
-
|
1821 |
-
#: src/Tribe/Languages/Locations.php:123
|
1822 |
-
msgid "El Salvador"
|
1823 |
-
msgstr "Салвадор"
|
1824 |
-
|
1825 |
-
#: src/Tribe/Languages/Locations.php:122
|
1826 |
-
msgid "Egypt"
|
1827 |
-
msgstr "Египет"
|
1828 |
-
|
1829 |
-
#: src/Tribe/Languages/Locations.php:121
|
1830 |
-
msgid "Ecuador"
|
1831 |
-
msgstr "Еквадор"
|
1832 |
-
|
1833 |
-
#: src/Tribe/Languages/Locations.php:120
|
1834 |
-
msgid "East Timor"
|
1835 |
-
msgstr "Източен Тимор"
|
1836 |
-
|
1837 |
-
#: src/Tribe/Languages/Locations.php:119
|
1838 |
-
msgid "Dominican Republic"
|
1839 |
-
msgstr "Доминиканска република"
|
1840 |
-
|
1841 |
-
#: src/Tribe/Languages/Locations.php:118
|
1842 |
-
msgid "Dominica"
|
1843 |
-
msgstr "Доминика"
|
1844 |
-
|
1845 |
-
#: src/Tribe/Languages/Locations.php:117
|
1846 |
-
msgid "Djibouti"
|
1847 |
-
msgstr "Джибути"
|
1848 |
-
|
1849 |
-
#: src/Tribe/Languages/Locations.php:116
|
1850 |
-
msgid "Denmark"
|
1851 |
-
msgstr "Дания"
|
1852 |
-
|
1853 |
-
#: src/Tribe/Languages/Locations.php:115
|
1854 |
-
msgid "Czech Republic"
|
1855 |
-
msgstr "Чехия"
|
1856 |
-
|
1857 |
-
#: src/Tribe/Languages/Locations.php:114
|
1858 |
-
msgid "Cyprus"
|
1859 |
-
msgstr "Кипър"
|
1860 |
-
|
1861 |
-
#: src/Tribe/Languages/Locations.php:112
|
1862 |
-
msgid "Cuba"
|
1863 |
-
msgstr "Куба"
|
1864 |
-
|
1865 |
-
#: src/Tribe/Languages/Locations.php:111
|
1866 |
-
msgid "Croatia (Local Name: Hrvatska)"
|
1867 |
-
msgstr "Хърватия"
|
1868 |
-
|
1869 |
-
#: src/Tribe/Languages/Locations.php:109
|
1870 |
-
msgid "Costa Rica"
|
1871 |
-
msgstr "Коста Рика"
|
1872 |
-
|
1873 |
-
#: src/Tribe/Languages/Locations.php:108
|
1874 |
-
msgid "Cook Islands"
|
1875 |
-
msgstr "Кук"
|
1876 |
-
|
1877 |
-
#: src/Tribe/Languages/Locations.php:107
|
1878 |
-
msgid "Congo, Democratic Republic of the"
|
1879 |
-
msgstr ""
|
1880 |
-
|
1881 |
-
#: src/Tribe/Languages/Locations.php:106
|
1882 |
-
msgid "Congo"
|
1883 |
-
msgstr "Конго"
|
1884 |
-
|
1885 |
-
#: src/Tribe/Languages/Locations.php:105
|
1886 |
-
msgid "Comoros"
|
1887 |
-
msgstr "Коморски острови"
|
1888 |
-
|
1889 |
-
#: src/Tribe/Languages/Locations.php:104
|
1890 |
-
msgid "Colombia"
|
1891 |
-
msgstr "Колумбия"
|
1892 |
-
|
1893 |
-
#: src/Tribe/Languages/Locations.php:102
|
1894 |
-
msgid "Cocos (Keeling) Islands"
|
1895 |
-
msgstr "Кокосови острови"
|
1896 |
-
|
1897 |
-
#: src/Tribe/Languages/Locations.php:101
|
1898 |
-
msgid "Christmas Island"
|
1899 |
-
msgstr "Коледен остров"
|
1900 |
-
|
1901 |
-
#: src/Tribe/Languages/Locations.php:100
|
1902 |
-
msgid "China"
|
1903 |
-
msgstr "Китай"
|
1904 |
-
|
1905 |
-
#: src/Tribe/Languages/Locations.php:99
|
1906 |
-
msgid "Chile"
|
1907 |
-
msgstr "Чили"
|
1908 |
-
|
1909 |
-
#: src/Tribe/Languages/Locations.php:98
|
1910 |
-
msgid "Chad"
|
1911 |
-
msgstr "Чад"
|
1912 |
-
|
1913 |
-
#: src/Tribe/Languages/Locations.php:97
|
1914 |
-
msgid "Central African Republic"
|
1915 |
-
msgstr "Централноафриканска република"
|
1916 |
-
|
1917 |
-
#: src/Tribe/Languages/Locations.php:96
|
1918 |
-
msgid "Cayman Islands"
|
1919 |
-
msgstr "Кайманови острови"
|
1920 |
-
|
1921 |
-
#: src/Tribe/Languages/Locations.php:95
|
1922 |
-
msgid "Cape Verde"
|
1923 |
-
msgstr "Кабо Верде"
|
1924 |
-
|
1925 |
-
#: src/Tribe/Languages/Locations.php:94
|
1926 |
-
msgid "Canada"
|
1927 |
-
msgstr "Канада"
|
1928 |
-
|
1929 |
-
#: src/Tribe/Languages/Locations.php:93
|
1930 |
-
msgid "Cameroon"
|
1931 |
-
msgstr "Камерун"
|
1932 |
-
|
1933 |
-
#: src/Tribe/Languages/Locations.php:92
|
1934 |
-
msgid "Cambodia"
|
1935 |
-
msgstr "Камбоджа"
|
1936 |
-
|
1937 |
-
#: src/Tribe/Languages/Locations.php:91
|
1938 |
-
msgid "Burundi"
|
1939 |
-
msgstr "Бурунди"
|
1940 |
-
|
1941 |
-
#: src/Tribe/Languages/Locations.php:90
|
1942 |
-
msgid "Burkina Faso"
|
1943 |
-
msgstr "Буркина Фасо"
|
1944 |
-
|
1945 |
-
#: src/Tribe/Languages/Locations.php:89
|
1946 |
-
msgid "Bulgaria"
|
1947 |
-
msgstr "България"
|
1948 |
-
|
1949 |
-
#: src/Tribe/Languages/Locations.php:88
|
1950 |
-
msgid "Brunei Darussalam"
|
1951 |
-
msgstr "Бруней"
|
1952 |
-
|
1953 |
-
#: src/Tribe/Languages/Locations.php:87
|
1954 |
-
msgid "British Indian Ocean Territory"
|
1955 |
-
msgstr "Британска индоокеанска територия"
|
1956 |
-
|
1957 |
-
#: src/Tribe/Languages/Locations.php:86
|
1958 |
-
msgid "Brazil"
|
1959 |
-
msgstr "Бразилия"
|
1960 |
-
|
1961 |
-
#: src/Tribe/Languages/Locations.php:85
|
1962 |
-
msgid "Bouvet Island"
|
1963 |
-
msgstr "Буве"
|
1964 |
-
|
1965 |
-
#: src/Tribe/Languages/Locations.php:84
|
1966 |
-
msgid "Botswana"
|
1967 |
-
msgstr "Ботсвана"
|
1968 |
-
|
1969 |
-
#: src/Tribe/Languages/Locations.php:83
|
1970 |
-
msgid "Bosnia and Herzegowina"
|
1971 |
-
msgstr ""
|
1972 |
-
|
1973 |
-
#: src/Tribe/Languages/Locations.php:82
|
1974 |
-
msgid "Bolivia"
|
1975 |
-
msgstr "Боливия"
|
1976 |
-
|
1977 |
-
#: src/Tribe/Languages/Locations.php:81
|
1978 |
-
msgid "Bhutan"
|
1979 |
-
msgstr "Бутан"
|
1980 |
-
|
1981 |
-
#: src/Tribe/Languages/Locations.php:80
|
1982 |
-
msgid "Bermuda"
|
1983 |
-
msgstr "Бермудски острови"
|
1984 |
-
|
1985 |
-
#: src/Tribe/Languages/Locations.php:79
|
1986 |
-
msgid "Benin"
|
1987 |
-
msgstr "Бенин"
|
1988 |
-
|
1989 |
-
#: src/Tribe/Languages/Locations.php:78
|
1990 |
-
msgid "Belize"
|
1991 |
-
msgstr "Белиз"
|
1992 |
-
|
1993 |
-
#: src/Tribe/Languages/Locations.php:77
|
1994 |
-
msgid "Belgium"
|
1995 |
-
msgstr "Белгия"
|
1996 |
-
|
1997 |
-
#: src/Tribe/Languages/Locations.php:76
|
1998 |
-
msgid "Belarus"
|
1999 |
-
msgstr "Беларус"
|
2000 |
-
|
2001 |
-
#: src/Tribe/Languages/Locations.php:75
|
2002 |
-
msgid "Barbados"
|
2003 |
-
msgstr "Барбадос"
|
2004 |
-
|
2005 |
-
#: src/Tribe/Languages/Locations.php:74
|
2006 |
-
msgid "Bangladesh"
|
2007 |
-
msgstr "Бангладеш"
|
2008 |
-
|
2009 |
-
#: src/Tribe/Languages/Locations.php:73
|
2010 |
-
msgid "Bahrain"
|
2011 |
-
msgstr "Бахрейн"
|
2012 |
-
|
2013 |
-
#: src/Tribe/Languages/Locations.php:72
|
2014 |
-
msgid "Bahamas"
|
2015 |
-
msgstr "Бахамски острови"
|
2016 |
-
|
2017 |
-
#: src/Tribe/Languages/Locations.php:71
|
2018 |
-
msgid "Azerbaijan"
|
2019 |
-
msgstr "Азербейджан"
|
2020 |
-
|
2021 |
-
#: src/Tribe/Languages/Locations.php:70
|
2022 |
-
msgid "Austria"
|
2023 |
-
msgstr "Австрия"
|
2024 |
-
|
2025 |
-
#: src/Tribe/Languages/Locations.php:69
|
2026 |
-
msgid "Australia"
|
2027 |
-
msgstr "Австралия"
|
2028 |
-
|
2029 |
-
#: src/Tribe/Languages/Locations.php:68
|
2030 |
-
msgid "Aruba"
|
2031 |
-
msgstr "Аруба"
|
2032 |
-
|
2033 |
-
#: src/Tribe/Languages/Locations.php:67
|
2034 |
-
msgid "Armenia"
|
2035 |
-
msgstr "Армения"
|
2036 |
-
|
2037 |
-
#: src/Tribe/Languages/Locations.php:66
|
2038 |
-
msgid "Argentina"
|
2039 |
-
msgstr "Аржентина"
|
2040 |
-
|
2041 |
-
#: src/Tribe/Languages/Locations.php:65
|
2042 |
-
msgid "Antigua and Barbuda"
|
2043 |
-
msgstr ""
|
2044 |
-
|
2045 |
-
#: src/Tribe/Languages/Locations.php:64
|
2046 |
-
msgid "Antarctica"
|
2047 |
-
msgstr "Антарктида"
|
2048 |
-
|
2049 |
-
#: src/Tribe/Languages/Locations.php:63
|
2050 |
-
msgid "Anguilla"
|
2051 |
-
msgstr "Ангуила"
|
2052 |
-
|
2053 |
-
#: src/Tribe/Languages/Locations.php:62
|
2054 |
-
msgid "Angola"
|
2055 |
-
msgstr "Ангола"
|
2056 |
-
|
2057 |
-
#: src/Tribe/Languages/Locations.php:61
|
2058 |
-
msgid "Andorra"
|
2059 |
-
msgstr "Андора"
|
2060 |
-
|
2061 |
-
#: src/Tribe/Languages/Locations.php:60
|
2062 |
-
msgid "American Samoa"
|
2063 |
-
msgstr "Американска Самоа"
|
2064 |
-
|
2065 |
-
#: src/Tribe/Languages/Locations.php:59
|
2066 |
-
msgid "Algeria"
|
2067 |
-
msgstr "Алжир"
|
2068 |
-
|
2069 |
-
#: src/Tribe/Languages/Locations.php:58
|
2070 |
-
msgid "Albania"
|
2071 |
-
msgstr "Албания"
|
2072 |
-
|
2073 |
-
#: src/Tribe/Languages/Locations.php:56
|
2074 |
-
msgid "Afghanistan"
|
2075 |
-
msgstr "Афганистан"
|
2076 |
-
|
2077 |
-
#: src/Tribe/View_Helpers.php:50
|
2078 |
-
msgid "Select a Country:"
|
2079 |
-
msgstr "Избор на страна:"
|
2080 |
-
|
2081 |
-
#: src/Tribe/Validate.php:506
|
2082 |
-
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
-
msgstr "Списъка със страните трябва да съдържа по една страна на ред и да бъде в следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
|
2084 |
-
|
2085 |
-
#: src/Tribe/Validate.php:490
|
2086 |
-
msgid "%s must be a phone number."
|
2087 |
-
msgstr "%s трябва да е валиден телефонен номер."
|
2088 |
-
|
2089 |
-
#: src/Tribe/Validate.php:476
|
2090 |
-
msgid "%s must consist of 5 numbers."
|
2091 |
-
msgstr "%s трябва да съдържа 5 цифри."
|
2092 |
-
|
2093 |
-
#: src/Tribe/Validate.php:462
|
2094 |
-
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
-
msgstr "%s трябва да съдържа само букви, интервали, апострофи и тирета."
|
2096 |
-
|
2097 |
-
#: src/Tribe/Validate.php:446
|
2098 |
-
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
-
msgstr "%s трябва да съдържа само букви, цифри, тирета, апострофи и интервали."
|
2100 |
-
|
2101 |
-
#: src/Tribe/Validate.php:430
|
2102 |
-
msgid "%s must be a number between 0 and 21."
|
2103 |
-
msgstr "%s трябва да е число между 0 и 21."
|
2104 |
-
|
2105 |
-
#: src/Tribe/Validate.php:376
|
2106 |
-
msgid "%s must be a number or percentage."
|
2107 |
-
msgstr "%s трябва да е номер или процент."
|
2108 |
-
|
2109 |
-
#: src/Tribe/Validate.php:360
|
2110 |
-
msgid "%s cannot be a duplicate"
|
2111 |
-
msgstr "%s не може да се дублира"
|
2112 |
-
|
2113 |
-
#: src/Tribe/Validate.php:358
|
2114 |
-
msgid "%s cannot be the same as %s."
|
2115 |
-
msgstr "%s не може да съвпада с %s."
|
2116 |
-
|
2117 |
-
#: src/Tribe/Validate.php:351
|
2118 |
-
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
-
msgstr "Валидирането на сравнението се провали, тъй като не е зададена стойност за сравнение в полето %s"
|
2120 |
-
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:315
|
2122 |
-
#: src/Tribe/Validate.php:337
|
2123 |
-
msgid "%s must have a value that's part of its options."
|
2124 |
-
msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
|
2125 |
-
|
2126 |
-
#: src/Tribe/Validate.php:282
|
2127 |
-
msgid "%s must be a valid absolute URL."
|
2128 |
-
msgstr "%s трябва да е валиден абсолюрен URL."
|
2129 |
-
|
2130 |
-
#: src/Tribe/Validate.php:267
|
2131 |
-
msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
|
2132 |
-
msgstr "%s трябва да е валиден низ (числа, букви, тире и долно тире)."
|
2133 |
-
|
2134 |
-
#: src/Tribe/Validate.php:200 src/Tribe/Validate.php:228
|
2135 |
-
msgid "%s must be a positive number."
|
2136 |
-
msgstr "%s трябва да е положително число."
|
2137 |
-
|
2138 |
-
#: src/Tribe/Validate.php:152
|
2139 |
-
msgid "%s must contain numbers, letters and dots only"
|
2140 |
-
msgstr "%s трябва да съдържа само цифри, букви и точки"
|
2141 |
-
|
2142 |
-
#: src/Tribe/Validate.php:120 src/Tribe/Validate.php:136
|
2143 |
-
msgid "%s must contain numbers and letters only"
|
2144 |
-
msgstr "%s трябва да съдържа само цифри и букви"
|
2145 |
-
|
2146 |
-
#: src/Tribe/Validate.php:105
|
2147 |
-
msgctxt "non-existant function name passed for field validation"
|
2148 |
-
msgid "with function name:"
|
2149 |
-
msgstr "with function name:"
|
2150 |
-
|
2151 |
-
#: src/Tribe/Validate.php:104
|
2152 |
-
msgid "Non-existant field validation function passed"
|
2153 |
-
msgstr "Изпратена е несъществуваща функция за валидиране на полето"
|
2154 |
-
|
2155 |
-
#: src/Tribe/Validate.php:73 src/Tribe/Validate.php:85
|
2156 |
-
#: src/Tribe/Validate.php:105
|
2157 |
-
msgid "Field ID:"
|
2158 |
-
msgstr "ID на поле:"
|
2159 |
-
|
2160 |
-
#: src/Tribe/Validate.php:72 src/Tribe/Validate.php:84
|
2161 |
-
msgid "Invalid or incomplete field passed"
|
2162 |
-
msgstr "Има невалидно или незавършено поле"
|
2163 |
-
|
2164 |
-
#: src/Tribe/Support.php:188 src/Tribe/Support.php:189
|
2165 |
-
msgid "Unknown or not set"
|
2166 |
-
msgstr "Неизвестно или не е зададено"
|
2167 |
-
|
2168 |
-
#: src/admin-views/tribe-options-help.php:41
|
2169 |
-
msgid "System Information"
|
2170 |
-
msgstr "Системна информация"
|
2171 |
-
|
2172 |
-
#: src/Tribe/Settings_Tab.php:222
|
2173 |
-
msgid "There are no fields setup for this tab yet."
|
2174 |
-
msgstr "Все още няма настройка на полета за този таб."
|
2175 |
-
|
2176 |
-
#: src/Tribe/Settings.php:621
|
2177 |
-
msgid "The above setting was not saved. Other settings were successfully saved."
|
2178 |
-
msgid_plural "The above settings were not saved. Other settings were successfully saved."
|
2179 |
-
msgstr[0] "Настройката по-горе не са запаметена. Другите настройки са успешно запаметени."
|
2180 |
-
msgstr[1] "Настройките по-горе не са запаметени. Другите настройки са успешно запаметени."
|
2181 |
-
|
2182 |
-
#: src/Tribe/Settings.php:620
|
2183 |
-
msgid "None of your settings were saved. Please try again."
|
2184 |
-
msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
|
2185 |
-
|
2186 |
-
#: src/Tribe/Settings.php:610
|
2187 |
-
msgid "Your form had the following errors:"
|
2188 |
-
msgstr "Формуляра Ви има следните грешки:"
|
2189 |
-
|
2190 |
-
#: src/Tribe/Settings.php:431
|
2191 |
-
msgid "The request wasn't sent from this tab."
|
2192 |
-
msgstr "Заявката не е изпратена от този таб."
|
2193 |
-
|
2194 |
-
#: src/Tribe/Settings.php:425
|
2195 |
-
msgid "The request was sent insecurely."
|
2196 |
-
msgstr "Заявката не е изпратена криптирано."
|
2197 |
-
|
2198 |
-
#: src/Tribe/Settings.php:419
|
2199 |
-
msgid "You don't have permission to do that."
|
2200 |
-
msgstr "Нямате достъп."
|
2201 |
-
|
2202 |
-
#: src/Tribe/Settings.php:363
|
2203 |
-
msgid "You've requested a non-existent tab."
|
2204 |
-
msgstr "Търсите несъществуващ таб."
|
2205 |
-
|
2206 |
-
#: src/Tribe/Settings.php:349
|
2207 |
-
msgid "%s Settings"
|
2208 |
-
msgstr "%s Настройки"
|
2209 |
-
|
2210 |
-
#: src/Tribe/Settings.php:253 src/Tribe/Settings.php:273
|
2211 |
-
msgid "Events Settings"
|
2212 |
-
msgstr "Настройки на събития"
|
2213 |
-
|
2214 |
-
#: src/Tribe/PUE/Checker.php:888
|
2215 |
-
msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
|
2216 |
-
msgstr ""
|
2217 |
-
|
2218 |
-
#: src/Tribe/PUE/Checker.php:927
|
2219 |
-
msgid "Valid Key! Expires on %s"
|
2220 |
-
msgstr "Валиден сериен номер. Изтича на %s"
|
2221 |
-
|
2222 |
-
#: src/Tribe/PUE/Checker.php:907
|
2223 |
-
msgid "Sorry, key validation server is not available."
|
2224 |
-
msgstr "За съжаление сървъра за валидиране не е достъпен."
|
2225 |
-
|
2226 |
-
#: src/Tribe/PUE/Checker.php:650
|
2227 |
-
msgid "License key(s) updated."
|
2228 |
-
msgstr "Серийния/те номер(а) са обновени."
|
2229 |
-
|
2230 |
-
#: src/Tribe/PUE/Checker.php:494
|
2231 |
-
msgid "A valid license key is required for support and updates"
|
2232 |
-
msgstr "Валиден сериен номер е необходим за поддръжка и актуализации"
|
2233 |
-
|
2234 |
-
#: src/Tribe/PUE/Checker.php:509 src/Tribe/PUE/Checker.php:520
|
2235 |
-
msgid "License Key"
|
2236 |
-
msgstr "Сериен номер"
|
2237 |
-
|
2238 |
-
#: src/Tribe/Main.php:285
|
2239 |
-
msgid "Search:"
|
2240 |
-
msgstr ""
|
2241 |
-
|
2242 |
-
#: src/Tribe/Settings.php:254
|
2243 |
-
msgid "Settings"
|
2244 |
-
msgstr "Настройки"
|
2245 |
-
|
2246 |
-
#: src/Tribe/Settings_Manager.php:219
|
2247 |
-
msgid "Network"
|
2248 |
-
msgstr "Мрежа"
|
2249 |
-
|
2250 |
-
#: src/Tribe/Main.php:310
|
2251 |
-
msgid "Done"
|
2252 |
-
msgstr "Готово"
|
2253 |
-
|
2254 |
-
#: src/Tribe/Main.php:309
|
2255 |
-
msgid "Today"
|
2256 |
-
msgstr "Днес"
|
2257 |
-
|
2258 |
-
#: src/Tribe/Main.php:308
|
2259 |
-
msgid "Prev"
|
2260 |
-
msgstr "Назад"
|
2261 |
-
|
2262 |
-
#: src/Tribe/Main.php:291 src/Tribe/Main.php:307
|
2263 |
-
msgid "Next"
|
2264 |
-
msgstr "Напред"
|
2265 |
-
|
2266 |
-
#: src/Tribe/Settings_Manager.php:279
|
2267 |
-
msgid "Help"
|
2268 |
-
msgstr "Помощ"
|
2269 |
-
|
2270 |
-
#: src/Tribe/Settings_Manager.php:55
|
2271 |
-
msgid "Display"
|
2272 |
-
msgstr "Изглед"
|
2273 |
-
|
2274 |
-
#: src/Tribe/Settings_Manager.php:253
|
2275 |
-
#: src/admin-views/tribe-options-licenses.php:66
|
2276 |
-
msgid "Licenses"
|
2277 |
-
msgstr "Лицензи"
|
2278 |
-
|
2279 |
-
#: src/Tribe/Admin/Help_Page.php:59 src/Tribe/Customizer.php:569
|
2280 |
-
#: src/Tribe/Plugins_API.php:25
|
2281 |
-
msgid "The Events Calendar"
|
2282 |
-
msgstr "The Events Calendar"
|
2283 |
-
|
2284 |
-
#: src/Tribe/Settings.php:177 src/Tribe/Settings.php:241
|
2285 |
-
#: src/Tribe/Settings.php:242
|
2286 |
-
msgid "Events"
|
2287 |
-
msgstr "Събития"
|
2288 |
-
|
2289 |
-
#: src/Tribe/Settings.php:643
|
2290 |
-
msgid "Settings saved."
|
2291 |
-
msgstr "Настройките са записани."
|
2292 |
-
|
2293 |
-
#: src/Tribe/Settings_Manager.php:54
|
2294 |
-
msgid "General"
|
2295 |
-
msgstr "Общи"
|
2296 |
-
|
2297 |
-
#: src/Tribe/Field.php:626
|
2298 |
-
msgid "No select options specified"
|
2299 |
-
msgstr "Не е избрана опция от падащия списък"
|
2300 |
-
|
2301 |
-
#: src/Tribe/Field.php:568
|
2302 |
-
msgid "No checkbox options specified"
|
2303 |
-
msgstr "Не е избрана отметка"
|
2304 |
-
|
2305 |
-
#: src/Tribe/Field.php:532
|
2306 |
-
msgid "No radio options specified"
|
2307 |
-
msgstr "Не е избран радио бутон"
|
2308 |
-
|
2309 |
-
#: src/Tribe/Field.php:231
|
2310 |
-
msgid "Invalid field type specified"
|
2311 |
-
msgstr "Посочен е невалиден тип на полето"
|
2312 |
-
|
2313 |
-
#: src/Tribe/Credits.php:31
|
2314 |
-
msgid "This calendar is powered by The Events Calendar."
|
2315 |
-
msgstr "Този календар е задвижван от The Events Calendar."
|
2316 |
-
|
2317 |
-
#: src/Tribe/App_Shop.php:50 src/Tribe/App_Shop.php:51
|
2318 |
-
#: src/Tribe/App_Shop.php:72
|
2319 |
-
msgid "Event Add-Ons"
|
2320 |
-
msgstr "Приставки за събития"
|
2321 |
-
|
2322 |
-
#: src/Tribe/Languages/Locations.php:55
|
2323 |
-
msgid "United States"
|
2324 |
-
msgstr "САЩ"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common/lang/tribe-common-ca.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afganistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Selecciona un país:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s ha de ser un número de telèfon."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s ha de contenir només 5 números."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s ha de consistir només de lletres, espais, apòstrofs i guions."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s ha de consistir només de lletres, números, guions, apòstrofs i espais,"
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s ha de ser un número entre 0 i 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s ha de ser un número o un percentatge."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s no pot ser un duplicat"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s no pot ser el mateix que %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "La validació per comparació ha fallat perquè no s'ha indicat el valor a comparar per al camp %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s ha de tenir un valor que sigui part de les seves opcions."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Selecciona un país:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s ha de ser un número de telèfon."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s ha de contenir només 5 números."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s ha de consistir només de lletres, espais, apòstrofs i guions."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s ha de consistir només de lletres, números, guions, apòstrofs i espais,"
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s ha de ser un número entre 0 i 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s ha de ser un número o un percentatge."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s no pot ser un duplicat"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s no pot ser el mateix que %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "La validació per comparació ha fallat perquè no s'ha indicat el valor a comparar per al camp %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s ha de tenir un valor que sigui part de les seves opcions."
|
2125 |
|
common/lang/tribe-common-cs_CZ.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Afghánistán"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Vyberte zemi:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s musí být telefonní číslo."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s se musí skládat z 5 čísel."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s se musí skládat pouze z písmen, mezer, apostrofů a pomlček."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s se musí skládat pouze z písmen, číslic, pomlček, apostrofů a mezer."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s musí být číslo v rozmezí 0 až 21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s musí být číslo nebo procento."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nemůže být duplicitní"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nemůže být stejné jako %s."
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Kontrola porovnávání se nezdařila, protože nebyla zadána porovnávací hodnota pro pole %s"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Vyberte zemi:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s musí být telefonní číslo."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s se musí skládat z 5 čísel."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s se musí skládat pouze z písmen, mezer, apostrofů a pomlček."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s se musí skládat pouze z písmen, číslic, pomlček, apostrofů a mezer."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s musí být číslo v rozmezí 0 až 21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s musí být číslo nebo procento."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nemůže být duplicitní"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nemůže být stejné jako %s."
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Kontrola porovnávání se nezdařila, protože nebyla zadána porovnávací hodnota pro pole %s"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
|
2128 |
|
common/lang/tribe-common-da_DK.mo
CHANGED
Binary file
|
common/lang/tribe-common-da_DK.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Vælg et land:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Landelisten skal formatteres med ét land per linje:<br>US, United States <br> UK, United Kingdom."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s skal være et telefonnummer."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s skal indeholde 5 cifre."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s må kun indeholde bogstaver, mellemrum og skråstreger."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s må kun indeholde tal, bogstaver, bindestreger, apostroffer og mellemrum."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s skal være et nummer mellem 0 og 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s skal være et nummer eller en procent."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s må ikke være en gentagelse."
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s må ikke være det samme som %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Fejl på grund af manglende værdi som %s kan måle sig mod."
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s skal have en værdi der afspejler dens valg."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Vælg et land:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Landelisten skal formatteres med ét land per linje:<br>US, United States <br> UK, United Kingdom."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s skal være et telefonnummer."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s skal indeholde 5 cifre."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s må kun indeholde bogstaver, mellemrum og skråstreger."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s må kun indeholde tal, bogstaver, bindestreger, apostroffer og mellemrum."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s skal være et nummer mellem 0 og 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s skal være et nummer eller en procent."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s må ikke være en gentagelse."
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s må ikke være det samme som %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Fejl på grund af manglende værdi som %s kan måle sig mod."
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s skal have en værdi der afspejler dens valg."
|
2125 |
|
common/lang/tribe-common-de_DE.mo
CHANGED
Binary file
|
common/lang/tribe-common-de_DE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Tribe Common package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr "%s darf nicht leer sein"
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr "%s muss eine E-Mail Adresse sein."
|
21 |
|
@@ -634,7 +634,7 @@ msgstr "Lesen Sie mehr über unsere Supportbedingungen"
|
|
634 |
|
635 |
#: src/admin-views/tribe-options-help.php:30
|
636 |
msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… but we will probably point you back to the forums "
|
637 |
-
msgstr ""
|
638 |
|
639 |
#: src/admin-views/tribe-options-help.php:33
|
640 |
msgid "Search our support forum"
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Land wählen ..."
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s muss eine Telefonnummer sein."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s muss aus fünf Ziffern bestehen."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen bestehen."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und Leerzeichen bestehen. "
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s muss eine Zahl oder Prozentsatz sein."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s kann nicht vervielfältigt werden"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s kann nicht dasselbe sein wie %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden wurde"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
|
2125 |
|
2 |
# This file is distributed under the same license as the Tribe Common package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-12 20:14:33+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr "%s darf nicht leer sein"
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr "%s muss eine E-Mail Adresse sein."
|
21 |
|
634 |
|
635 |
#: src/admin-views/tribe-options-help.php:30
|
636 |
msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… but we will probably point you back to the forums "
|
637 |
+
msgstr "Bitte beachten Sie, dass jeglicher Support über die Foren erfolgt. Sie können uns mailen oder tweeten, aber mit hoher Wahrscheinlichkeit werden wir sie auf die Foren verweisen."
|
638 |
|
639 |
#: src/admin-views/tribe-options-help.php:33
|
640 |
msgid "Search our support forum"
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Land wählen ..."
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s muss eine Telefonnummer sein."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s muss aus fünf Ziffern bestehen."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s muss aus Buchstaben, Leerzeichen, Apostrophe und Gedankenstrichen bestehen."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s darf nur aus Buchstaben, Zahlen, Gedankenstrichen, Apostrophe und Leerzeichen bestehen. "
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s muss eine Zahl oder Prozentsatz sein."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s kann nicht vervielfältigt werden"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s kann nicht dasselbe sein wie %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Der Vergleich ist fehlgeschlagen, weil keine Eingabe im Feld %s gefunden wurde"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s muss eine Wert haben, der Teil der Optionen ist."
|
2125 |
|
common/lang/tribe-common-el.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Αφγανιστάν"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Επιλογή Χώρας:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και παύλες."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους και κενά διαστήματα."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το πεδίο %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Επιλογή Χώρας:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Η λίστα χωρών πρέπει να διαμορφωθεί ως μία χώρα ανά γραμμή με την ακόλουθη μορφή: <br> ΗΠΑ, Ηνωμένες Πολιτείες <br> ΗΒ, Ηνωμένο Βασίλειο."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και παύλες."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους και κενά διαστήματα."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το πεδίο %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
|
2125 |
|
common/lang/tribe-common-en_GB.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Select a Country:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s must be a phone number."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s must consist of 5 numbers."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s must consist of letters, spaces, apostrophes, and dashes."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s must be a number between 0 and 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s must be a number or percentage."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s cannot be a duplicate"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s cannot be the same as %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Comparison validation failed because no comparison value was provided, for field %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s must have a value that's part of its options."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Select a Country:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s must be a phone number."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s must consist of 5 numbers."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s must consist of letters, spaces, apostrophes, and dashes."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s must be a number between 0 and 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s must be a number or percentage."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s cannot be a duplicate"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s cannot be the same as %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Comparison validation failed because no comparison value was provided, for field %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s must have a value that's part of its options."
|
2125 |
|
common/lang/tribe-common-es_ES.po
CHANGED
@@ -1,2324 +0,0 @@
|
|
1 |
-
# Translation of Tribe Common in Spanish (Spain)
|
2 |
-
# This file is distributed under the same license as the Tribe Common package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"PO-Revision-Date: 2016-08-30 19:51:26+0000\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
-
"X-Generator: GlotPress/2.3.1\n"
|
11 |
-
"Language: es\n"
|
12 |
-
"Project-Id-Version: Tribe Common\n"
|
13 |
-
|
14 |
-
#: src/Tribe/Validate.php:184
|
15 |
-
msgid "%s must not be empty"
|
16 |
-
msgstr ""
|
17 |
-
|
18 |
-
#: src/Tribe/Validate.php:537
|
19 |
-
msgid "%s must be an email address."
|
20 |
-
msgstr ""
|
21 |
-
|
22 |
-
#: src/Tribe/Languages/Locations.php:252
|
23 |
-
msgid "Sint Maarten"
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: src/Tribe/Languages/Locations.php:245
|
27 |
-
msgid "São Tomé and Príncipe"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: src/Tribe/Languages/Locations.php:238
|
31 |
-
msgid "Saint Helena"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: src/Tribe/Languages/Locations.php:237
|
35 |
-
msgid "Saint Barthélemy"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: src/Tribe/Languages/Locations.php:113
|
39 |
-
msgid "Curaçao"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: src/Tribe/Languages/Locations.php:103
|
43 |
-
msgid "Collectivity of Saint Martin"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: src/Tribe/Languages/Locations.php:57
|
47 |
-
msgid "Åland Islands"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: src/admin-views/tribe-options-help.php:20
|
51 |
-
msgid "Check out our %s for developers."
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: src/admin-views/tribe-options-help.php:18
|
55 |
-
msgid "Want to dive deeper?"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: src/admin-views/tribe-options-display.php:28
|
59 |
-
msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
63 |
-
msgid "A list of links to the term own, archive and parent REST URL"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: src/Tribe/Main.php:288
|
67 |
-
msgid "Clear Selection."
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: src/Tribe/Main.php:287
|
71 |
-
msgid "Select all pages"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: src/Tribe/Main.php:286
|
75 |
-
msgid "All items on this page were selected. "
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: src/Tribe/Plugins_API.php:94
|
79 |
-
msgid "Accept user-submitted events on your site! With Community Events, you can accept public submissions or require account sign-on. Settings give you the options to save as a draft or publish automatically, enable categories and tags, and choose whether users can edit/manage their own events or simply submit. Best of all - setup is easy! Just activate, configure the options, and off you go."
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: src/Tribe/Plugins_API.php:37
|
83 |
-
msgid "Import events from across the web! Event Aggregator makes it easy to run scheduled or manual imports from Facebook, Meetup, Google Calendar, and iCalendar, along with uploads from CSV and ICS files. You can also import directly from other sites running The Events Calendar thanks to our built-in REST API support."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: src/Tribe/Ajax/Dropdown.php:243
|
87 |
-
msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: src/Tribe/Ajax/Dropdown.php:193
|
91 |
-
msgid "Empty data set for this dropdown"
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: src/Tribe/Ajax/Dropdown.php:180
|
95 |
-
msgid "Missing data source for this dropdown"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: src/Tribe/Ajax/Dropdown.php:38
|
99 |
-
msgid "Cannot look for Terms without a taxonomy"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: src/Tribe/Plugins_API.php:60
|
103 |
-
msgid "Event Tickets provides a simple way for visitors to RSVP to your events. As a standalone plugin, it enables you to add RSVP functionality to posts or pages. When paired with The Events Calendar, you can add that same RSVP functionality directly to your event listings."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: src/Tribe/Plugins_API.php:28
|
107 |
-
msgid "Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: src/Tribe/PUE/Checker.php:1095
|
111 |
-
msgid "There is a new version of %1$s available. %2$s"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: src/Tribe/PUE/Checker.php:1084
|
115 |
-
msgid "Update now to version %s."
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: src/Tribe/PUE/Notices.php:340
|
119 |
-
msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: src/Tribe/PUE/Notices.php:225
|
123 |
-
msgid "It looks like you're using %1$s, but the license key is invalid. Please download the latest version %2$sfrom your account%3$s."
|
124 |
-
msgid_plural "It looks like you're using %1$s, but the license keys are invalid. Please download the latest versions %2$sfrom your account%3$s."
|
125 |
-
msgstr[0] ""
|
126 |
-
msgstr[1] ""
|
127 |
-
|
128 |
-
#: src/Tribe/PUE/Checker.php:976
|
129 |
-
msgid "Please refresh the page and try your request again."
|
130 |
-
msgstr ""
|
131 |
-
|
132 |
-
#: src/Tribe/Plugins_API.php:129
|
133 |
-
msgid "Take your image widgets to the next level with Image Widget Plus! We've taken the simple functionality of our basic Image Widget and amped it up with several popular feature requests - multiple image support, slideshow, lightbox, and random image - all backed by a full year of premium support."
|
134 |
-
msgstr ""
|
135 |
-
|
136 |
-
#: src/Tribe/Plugins_API.php:125
|
137 |
-
msgid "Image Widget Plus"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
|
141 |
-
msgid "The URL to the term archive page"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
|
145 |
-
msgid "The number of posts associated with the term"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
|
149 |
-
msgid "The term parent term if any"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
|
153 |
-
msgid "The term description"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
|
157 |
-
msgid "The taxonomy the term belongs to"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
|
161 |
-
msgid "The term slug"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
|
165 |
-
msgid "The term name"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
|
169 |
-
msgid "The WordPress term ID"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:36
|
173 |
-
msgid "The link to the image in the specified size on the site"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
|
177 |
-
msgid "The image mime-type"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
|
181 |
-
msgid "The image height in pixels in the specified size"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
|
185 |
-
msgid "The image width in pixels in the specified size"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
|
189 |
-
msgid "The details about each size available for the image"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
|
193 |
-
msgid "The image natural height in pixels"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
|
197 |
-
msgid "The image natural width in pixels"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
|
201 |
-
msgid "The image file extension"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
|
205 |
-
msgid "The image WordPress post ID"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:24
|
209 |
-
msgid "The URL to the full size version of the image"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
|
213 |
-
msgid "The date seconds"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
|
217 |
-
msgid "The date minutes"
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
|
221 |
-
msgid "The date hour"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
|
225 |
-
msgid "The date day"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
|
229 |
-
msgid "The date month"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
|
233 |
-
msgid "The date year"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
|
237 |
-
msgid "A sorted array of all the numeric values for the cost"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
|
241 |
-
msgid "The position of the currency symbol in the cost string"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
|
245 |
-
msgid "The cost currency symbol"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: src/Tribe/PUE/Checker.php:497
|
249 |
-
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: src/Tribe/Validate.php:248
|
253 |
-
msgid "%s must be a whole number."
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: src/Tribe/Settings.php:281 src/Tribe/Settings.php:282
|
257 |
-
msgid "Events Help"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: src/Tribe/PUE/Checker.php:1670
|
261 |
-
msgid "Expired license. Consult your network administrator."
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: src/Tribe/PUE/Checker.php:1669
|
265 |
-
msgid "No license entered. Consult your network administrator."
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: src/Tribe/PUE/Checker.php:1668
|
269 |
-
msgid "A valid license has been entered by your network administrator."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: src/Tribe/PUE/Checker.php:550
|
273 |
-
msgid "Site License Key"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: src/Tribe/PUE/Checker.php:539
|
277 |
-
msgid "Check this box if you wish to override the network license key with your own"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: src/Tribe/PUE/Checker.php:538
|
281 |
-
msgid "Override network license key"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: src/Tribe/PUE/Checker.php:529 src/Tribe/PUE/Checker.php:563
|
285 |
-
msgid "License Key Status:"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: src/Tribe/Customizer.php:570
|
289 |
-
msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
|
290 |
-
msgstr ""
|
291 |
-
|
292 |
-
#: src/Tribe/Extension.php:368
|
293 |
-
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."
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: src/Tribe/Extension.php:144
|
297 |
-
msgid "Tutorial"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: src/admin-views/app-shop.php:31
|
301 |
-
msgid "Installed"
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: src/admin-views/app-shop.php:29
|
305 |
-
msgid "Installed Add-Ons"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:92
|
309 |
-
msgctxt "the final separator in a list of two or more items"
|
310 |
-
msgid " and "
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:91
|
314 |
-
msgctxt "separator used in a list of items"
|
315 |
-
msgid ", "
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: src/admin-views/tribe-options-help.php:55
|
319 |
-
msgid "Event Log"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: src/admin-views/tribe-options-help.php:42
|
323 |
-
msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: src/admin-views/app-shop.php:26
|
327 |
-
msgid "Buy This Add-On"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: src/admin-views/app-shop.php:5
|
331 |
-
msgid "Browse All Add-Ons"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: src/admin-views/app-shop.php:4
|
335 |
-
msgid "Events Add-Ons"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: src/Tribe/PUE/Notices.php:383
|
339 |
-
msgctxt "formatted plugin list"
|
340 |
-
msgid "%1$s and %2$s"
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: src/Tribe/PUE/Notices.php:302
|
344 |
-
msgid "You have a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your license, or purchase a new one."
|
345 |
-
msgid_plural "You have license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your licenses, or purchase new ones."
|
346 |
-
msgstr[0] ""
|
347 |
-
msgstr[1] ""
|
348 |
-
|
349 |
-
#: src/Tribe/PUE/Notices.php:270
|
350 |
-
msgid "There is an update available for %1$s but your license has expired. %2$sVisit the Events Calendar website to renew your license.%3$s"
|
351 |
-
msgid_plural "Updates are available for %1$s but your license keys have expired. %2$sVisit the Events Calendar website to renew your licenses.%3$s"
|
352 |
-
msgstr[0] ""
|
353 |
-
msgstr[1] ""
|
354 |
-
|
355 |
-
#: src/Tribe/PUE/Checker.php:1054
|
356 |
-
msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: src/Tribe/PUE/Checker.php:997
|
360 |
-
msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: src/Tribe/Admin/Help_Page.php:219 src/Tribe/Plugins_API.php:34
|
364 |
-
msgid "Event Aggregator"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:75
|
368 |
-
msgid "To begin using %1$s, please install and activate the latest version of %2$s."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: src/admin-views/tribe-options-licenses.php:30
|
372 |
-
msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: src/admin-views/tribe-options-licenses.php:25
|
376 |
-
msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: src/admin-views/tribe-options-licenses.php:22
|
380 |
-
msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: src/admin-views/tribe-options-licenses.php:15
|
384 |
-
msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: src/admin-views/tribe-options-licenses.php:11
|
388 |
-
#: src/admin-views/tribe-options-licenses.php:16
|
389 |
-
msgid " (opens in new window)"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: src/Tribe/Languages/Locations.php:110
|
393 |
-
msgid "Côte d'Ivoire"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: src/Tribe/Support.php:372
|
397 |
-
msgid "Unique System Info Key Generated"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: src/Tribe/Support.php:358 src/Tribe/Support.php:384
|
401 |
-
msgid "Permission Error"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: src/Tribe/Support.php:325 src/Tribe/Support.php:330
|
405 |
-
msgid "Invalid Key"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: src/Tribe/Support.php:306
|
409 |
-
msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: src/Tribe/Support.php:305
|
413 |
-
msgid "Yes, automatically share my system information with the Modern Tribe support team"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: src/Tribe/Support.php:171
|
417 |
-
msgid "English"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: src/Tribe/PUE/Checker.php:961 src/Tribe/PUE/Notices.php:285
|
421 |
-
msgid " (opens in a new window)"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: src/Tribe/PUE/Checker.php:959 src/Tribe/PUE/Notices.php:283
|
425 |
-
msgid "Renew Your License Now"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: src/Tribe/Main.php:298
|
429 |
-
msgid ": Selected 1 row"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: src/Tribe/Main.php:297
|
433 |
-
msgid ": Selected %d rows"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: src/Tribe/Main.php:292
|
437 |
-
msgid "Previous"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: src/Tribe/Main.php:290
|
441 |
-
msgid "All"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: src/Tribe/Main.php:284
|
445 |
-
msgid "No matching records found"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: src/Tribe/Main.php:283
|
449 |
-
msgid "(filtered from _MAX_ total entries)"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: src/Tribe/Main.php:282
|
453 |
-
msgid "Showing 0 to 0 of 0 entries"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: src/Tribe/Main.php:281
|
457 |
-
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: src/Tribe/Main.php:280
|
461 |
-
msgid "No data available in table"
|
462 |
-
msgstr ""
|
463 |
-
|
464 |
-
#: src/Tribe/Main.php:279
|
465 |
-
msgid "Show _MENU_ entries"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: src/Tribe/Main.php:277
|
469 |
-
msgid ": activate to sort column descending"
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: src/Tribe/Main.php:276
|
473 |
-
msgid ": activate to sort column ascending"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: src/Tribe/Main.php:257
|
477 |
-
msgid "Press \"Cmd + C\" to copy"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: src/Tribe/Main.php:256
|
481 |
-
msgid "System info copied"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
|
485 |
-
msgid "Copy to clipboard"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: src/Tribe/Error.php:38
|
489 |
-
msgid "An Unknown error occurred"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: src/Tribe/Plugins_API.php:116
|
493 |
-
msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: src/Tribe/Plugins_API.php:71
|
497 |
-
msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: src/Tribe/Plugins_API.php:105
|
501 |
-
msgctxt "Names of required plugins for Community Tickets"
|
502 |
-
msgid "Event Tickets Plus and Community Events"
|
503 |
-
msgstr ""
|
504 |
-
|
505 |
-
#: src/Tribe/Plugins_API.php:104
|
506 |
-
msgid "Enable Community Events organizers to offer tickets to their events. You can set flexible payment and fee options. They can even check-in attendees to their events! All of this managed from the front-end of your site without ever needing to grant access to your admin"
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: src/Tribe/Plugins_API.php:48
|
510 |
-
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."
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: src/Tribe/Plugins_API.php:84
|
514 |
-
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."
|
515 |
-
msgstr ""
|
516 |
-
|
517 |
-
#: src/Tribe/Admin/Help_Page.php:227 src/Tribe/Plugins_API.php:80
|
518 |
-
msgid "Filter Bar"
|
519 |
-
msgstr "Barra de filtro"
|
520 |
-
|
521 |
-
#: src/Tribe/Credits.php:64
|
522 |
-
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: src/Tribe/Credits.php:55
|
526 |
-
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
527 |
-
msgstr ""
|
528 |
-
|
529 |
-
#: src/Tribe/Log/Null_Logger.php:26
|
530 |
-
msgid "Null logger (will log nothing)"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: src/admin-views/event-log.php:117
|
534 |
-
msgid "Download log"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: src/admin-views/event-log.php:100
|
538 |
-
msgid "The selected log file is empty or has not been generated yet."
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: src/admin-views/event-log.php:43
|
542 |
-
msgid "Method"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: src/admin-views/event-log.php:21
|
546 |
-
msgid "Logging level"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: src/Tribe/Validate.php:168
|
550 |
-
msgid "%s must contain numbers, letters, dashes and undescores only"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: src/Tribe/Log.php:376
|
554 |
-
msgid "Full debug (all events)"
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: src/Tribe/Log.php:375
|
558 |
-
msgid "Warnings and errors"
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: src/Tribe/Log.php:374
|
562 |
-
msgid "Only errors"
|
563 |
-
msgstr ""
|
564 |
-
|
565 |
-
#: src/Tribe/Log.php:373
|
566 |
-
msgid "Disabled"
|
567 |
-
msgstr ""
|
568 |
-
|
569 |
-
#: src/Tribe/Log.php:274
|
570 |
-
msgid "Cannot set %s as the current logging engine"
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: src/Tribe/Log/File_Logger.php:128
|
574 |
-
msgid "Default (uses temporary files)"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: src/Tribe/Log/Admin.php:148
|
578 |
-
msgctxt "log engines"
|
579 |
-
msgid "None currently available"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: src/Tribe/Log/Admin.php:133
|
583 |
-
msgctxt "log selector"
|
584 |
-
msgid "None currently available"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: src/admin-views/tribe-options-help.php:52
|
588 |
-
msgid "Recent Template Changes"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: src/Tribe/Support/Template_Checker_Report.php:115
|
592 |
-
msgid "Information about recent template changes and potentially impacted template overrides is provided below."
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
-
#: src/Tribe/Support/Template_Checker_Report.php:113
|
596 |
-
msgid "No notable template changes detected."
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: src/Tribe/Support/Template_Checker_Report.php:97
|
600 |
-
msgid "based on %s version"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: src/Tribe/Support/Template_Checker_Report.php:96
|
604 |
-
msgid "version data missing from override"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: src/Tribe/Support/Template_Checker_Report.php:92
|
608 |
-
msgid "Existing theme overrides that may need revision:"
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: src/Tribe/Support/Template_Checker_Report.php:82
|
612 |
-
msgid "Templates introduced or updated with this release (%s):"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: src/Tribe/Support/Template_Checker_Report.php:78
|
616 |
-
msgid "No notable changes detected"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#. Description of the plugin/theme
|
620 |
-
msgid "An event settings framework for managing shared options"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#. Plugin Name of the plugin/theme
|
624 |
-
msgid "Tribe Common"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: src/admin-views/tribe-options-licenses.php:47
|
628 |
-
msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: src/admin-views/tribe-options-help.php:38
|
632 |
-
msgid "Read more about our support policy"
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: src/admin-views/tribe-options-help.php:30
|
636 |
-
msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… but we will probably point you back to the forums "
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: src/admin-views/tribe-options-help.php:33
|
640 |
-
msgid "Search our support forum"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: src/admin-views/tribe-options-help.php:33
|
644 |
-
msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: src/admin-views/tribe-options-help.php:32
|
648 |
-
msgid "Test for a theme or plugin conflict"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: src/admin-views/tribe-options-help.php:32
|
652 |
-
msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: src/admin-views/tribe-options-help.php:31
|
656 |
-
msgid "Check our Knowledgebase"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: src/admin-views/tribe-options-help.php:31
|
660 |
-
msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: src/admin-views/tribe-options-help.php:27
|
664 |
-
msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: src/admin-views/tribe-options-help.php:26
|
668 |
-
msgid "Getting More Help"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: src/admin-views/tribe-options-help.php:21
|
672 |
-
msgid "list of available functions"
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: src/admin-views/tribe-options-help.php:15
|
676 |
-
msgid "Knowledgebase"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: src/admin-views/tribe-options-help.php:15
|
680 |
-
msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: src/admin-views/tribe-options-help.php:14
|
684 |
-
msgid "Getting Support"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: src/admin-views/tribe-options-help.php:11
|
688 |
-
msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: src/admin-views/tribe-options-general.php:15
|
692 |
-
msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: src/admin-views/tribe-options-general.php:10
|
696 |
-
msgid "Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we're excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started."
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: src/Tribe/Validate.php:214
|
700 |
-
msgid "%s must be a positive number or percent."
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: src/Tribe/PUE/Checker.php:932
|
704 |
-
msgid "Thanks for setting up a valid key. It will expire on %s"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: src/Tribe/Admin/Help_Page.php:860
|
708 |
-
msgid "Visit the Add-on Page"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: src/Tribe/Admin/Help_Page.php:855
|
712 |
-
msgid "Plugin Inactive"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: src/Tribe/Admin/Help_Page.php:853
|
716 |
-
msgid "Plugin Active"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: src/Tribe/Admin/Help_Page.php:828
|
720 |
-
msgid "Rating:"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: src/Tribe/Admin/Help_Page.php:825
|
724 |
-
msgid "Active Users:"
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: src/Tribe/Admin/Help_Page.php:802
|
728 |
-
msgid "Install Plugin"
|
729 |
-
msgstr ""
|
730 |
-
|
731 |
-
#: src/Tribe/Admin/Help_Page.php:802
|
732 |
-
msgid "Install %s"
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: src/Tribe/Admin/Help_Page.php:786
|
736 |
-
msgid "Upgrade Plugin"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: src/Tribe/Admin/Help_Page.php:778
|
740 |
-
msgid "Activate Plugin"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: src/Tribe/Admin/Help_Page.php:778
|
744 |
-
msgid "Activate %s"
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: src/Tribe/Admin/Help_Page.php:244 src/Tribe/Plugins_API.php:100
|
748 |
-
msgid "Community Tickets"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: src/Tribe/Admin/Help_Page.php:235 src/Tribe/Plugins_API.php:66
|
752 |
-
msgid "Event Tickets Plus"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: src/Tribe/Admin/Help_Page.php:203 src/Tribe/Plugins_API.php:111
|
756 |
-
msgid "Eventbrite Tickets"
|
757 |
-
msgstr ""
|
758 |
-
|
759 |
-
#: src/Tribe/Admin/Help_Page.php:170
|
760 |
-
msgid " and "
|
761 |
-
msgstr " y "
|
762 |
-
|
763 |
-
#: src/Tribe/Admin/Help_Page.php:95
|
764 |
-
msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
|
765 |
-
msgstr ""
|
766 |
-
|
767 |
-
#: src/Tribe/Admin/Help_Page.php:91
|
768 |
-
msgid "Advanced Post Manager"
|
769 |
-
msgstr "Advanced Post Manager"
|
770 |
-
|
771 |
-
#: src/Tribe/Admin/Help_Page.php:79
|
772 |
-
msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: src/Tribe/Admin/Help_Page.php:75 src/Tribe/Plugins_API.php:57
|
776 |
-
msgid "Event Tickets"
|
777 |
-
msgstr "Tickets del Evento"
|
778 |
-
|
779 |
-
#: src/Tribe/Admin/Help_Page.php:63
|
780 |
-
msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#. Author URI of the plugin/theme
|
784 |
-
msgid "http://m.tri.be/1x"
|
785 |
-
msgstr "http://m.tri.be/1x"
|
786 |
-
|
787 |
-
#. Author of the plugin/theme
|
788 |
-
msgid "Modern Tribe, Inc."
|
789 |
-
msgstr "Modern Tribe, Inc."
|
790 |
-
|
791 |
-
#: src/Tribe/Settings.php:371
|
792 |
-
msgid "Save Changes"
|
793 |
-
msgstr "Guardar Cambios"
|
794 |
-
|
795 |
-
#: src/admin-views/tribe-options-licenses.php:38
|
796 |
-
msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: src/Tribe/Support.php:199
|
800 |
-
msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
|
801 |
-
msgstr "Las reglas de reescritura se han vaciado al cargar esta página de ayuda. ¡Lo más probable es que haya un vaciado de reglas de reescritura en algún plugin o tema!"
|
802 |
-
|
803 |
-
#: src/Tribe/PUE/Checker.php:901
|
804 |
-
msgid "unknown date"
|
805 |
-
msgstr "fecha desconocida"
|
806 |
-
|
807 |
-
#: src/Tribe/Admin/Activation_Page.php:85
|
808 |
-
msgid "Return to WordPress Updates"
|
809 |
-
msgstr "Volver a las actualizaciones de WordPress"
|
810 |
-
|
811 |
-
#: src/Tribe/Admin/Activation_Page.php:85
|
812 |
-
msgid "Go to WordPress Updates page"
|
813 |
-
msgstr "Ir a la página de actualizaciones de WordPress"
|
814 |
-
|
815 |
-
#: src/Tribe/Admin/Activation_Page.php:77
|
816 |
-
msgid "Return to Plugins page"
|
817 |
-
msgstr "Volver a la página de plugins"
|
818 |
-
|
819 |
-
#: src/Tribe/Admin/Activation_Page.php:77
|
820 |
-
msgid "Go to plugins page"
|
821 |
-
msgstr "Ir a la página de plugins"
|
822 |
-
|
823 |
-
#: src/Tribe/Cost_Utils.php:114
|
824 |
-
msgid "Free"
|
825 |
-
msgstr "Gratuito"
|
826 |
-
|
827 |
-
#: src/admin-views/tribe-options-network.php:27
|
828 |
-
msgid "Hide the following settings tabs on every site:"
|
829 |
-
msgstr "Ocultar la(s) siguiente(s) pestaña(s) de opciones en todas los sitios:"
|
830 |
-
|
831 |
-
#: src/admin-views/tribe-options-network.php:19
|
832 |
-
msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
|
833 |
-
msgstr "Aquí es donde todos los ajustes globales de la red (Network) para The Events Calendar de Modern Tribe pueden ser modificados."
|
834 |
-
|
835 |
-
#: src/admin-views/tribe-options-network.php:15
|
836 |
-
msgid "Network Settings"
|
837 |
-
msgstr "Configuración de red"
|
838 |
-
|
839 |
-
#: src/admin-views/tribe-options-help.php:74
|
840 |
-
msgid "News and Tutorials"
|
841 |
-
msgstr "Noticias y Tutoriales"
|
842 |
-
|
843 |
-
#: src/Tribe/Admin/Help_Page.php:847
|
844 |
-
msgid "Premium Add-Ons"
|
845 |
-
msgstr "Complementos (Add-Ons) Premium "
|
846 |
-
|
847 |
-
#: src/Tribe/Admin/Help_Page.php:823
|
848 |
-
msgid "WordPress "
|
849 |
-
msgstr "WordPress "
|
850 |
-
|
851 |
-
#: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
|
852 |
-
msgid "Requires:"
|
853 |
-
msgstr "Requiere:"
|
854 |
-
|
855 |
-
#: src/Tribe/Admin/Help_Page.php:819
|
856 |
-
msgid "Latest Version:"
|
857 |
-
msgstr "Última Versión:"
|
858 |
-
|
859 |
-
#: src/admin-views/tribe-options-help.php:80
|
860 |
-
msgid "More..."
|
861 |
-
msgstr "Más..."
|
862 |
-
|
863 |
-
#: src/Tribe/Admin/Help_Page.php:194 src/Tribe/Plugins_API.php:43
|
864 |
-
msgid "Events Calendar PRO"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: src/Tribe/Admin/Help_Page.php:413 src/Tribe/Admin/Help_Page.php:788
|
868 |
-
msgid "You are up to date!"
|
869 |
-
msgstr "¡Se encuentra actualizado!"
|
870 |
-
|
871 |
-
#: src/Tribe/Admin/Help_Page.php:413
|
872 |
-
msgid "You need to upgrade!"
|
873 |
-
msgstr "¡Necesita Actualizar!"
|
874 |
-
|
875 |
-
#: src/Tribe/Admin/Help_Page.php:405
|
876 |
-
msgctxt "not available"
|
877 |
-
msgid "n/a"
|
878 |
-
msgstr "no disponible"
|
879 |
-
|
880 |
-
#: src/admin-views/tribe-options-general.php:64
|
881 |
-
msgid "Debug Bar Plugin"
|
882 |
-
msgstr "Plugin Debug Bar"
|
883 |
-
|
884 |
-
#: src/admin-views/tribe-options-general.php:64
|
885 |
-
msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
|
886 |
-
msgstr "Habilite esta opción para mantener una bitacora (log) de información para depuración. Por defecto esta información será enviada a la bitacora de errores de PHP. Si usted desea ver estos errores en el navegador le recomendamos instalar el %s y buscar la pestaña \"Tribe\" en la pantalla de depuración."
|
887 |
-
|
888 |
-
#: src/admin-views/tribe-options-general.php:58
|
889 |
-
msgid "Debug mode"
|
890 |
-
msgstr "Modo Depuración (Debug)"
|
891 |
-
|
892 |
-
#: src/admin-views/tribe-options-general.php:40
|
893 |
-
msgid "Show The Events Calendar link"
|
894 |
-
msgstr "Mostrar el enlace a The Events Calendar"
|
895 |
-
|
896 |
-
#: src/admin-views/tribe-options-general.php:35
|
897 |
-
msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
|
898 |
-
msgstr "¿Está usted pensando? \"Vaya, ¡este si que es un excelente plugin! Debería dar las gracias a los de Modern Tribe por su excelente trabajo\". El mayor agradecimiento que podemos pedir es el reconocimiento. Permítanos añadir en la parte inferior de su calendario un pequeño enlace de texto al proyecto \"The Events Calendar\"."
|
899 |
-
|
900 |
-
#: src/admin-views/tribe-options-general.php:30
|
901 |
-
#: src/admin-views/tribe-options-general.php:35
|
902 |
-
msgid "See an example of the link"
|
903 |
-
msgstr "Vea un ejemplo del enlace"
|
904 |
-
|
905 |
-
#: src/admin-views/tribe-options-general.php:30
|
906 |
-
msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
|
907 |
-
msgstr "¿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\"."
|
908 |
-
|
909 |
-
#: src/admin-views/tribe-options-general.php:25
|
910 |
-
msgid "We hope our plugin is helping you out."
|
911 |
-
msgstr "Esperamos que nuestro plugin le sea de útilidad"
|
912 |
-
|
913 |
-
#: src/admin-views/tribe-options-general.php:20
|
914 |
-
msgid "Check out the available add-ons"
|
915 |
-
msgstr "Revise los complementos (add-ons) disponibles"
|
916 |
-
|
917 |
-
#: src/admin-views/tribe-options-general.php:20
|
918 |
-
msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
|
919 |
-
msgstr "¿Busca funcionalidad adicional incluyendo eventos periodicos, meta personalizado, eventos de comunidades, venta de entradas y más?"
|
920 |
-
|
921 |
-
#: src/admin-views/tribe-options-display.php:37
|
922 |
-
msgid "Select the date format to use in datepickers"
|
923 |
-
msgstr "Seleccione el formato a utilizar en la Fecha"
|
924 |
-
|
925 |
-
#: src/admin-views/tribe-options-display.php:36
|
926 |
-
msgid "Datepicker Date Format"
|
927 |
-
msgstr "Formato de Fecha"
|
928 |
-
|
929 |
-
#: src/admin-views/tribe-options-display.php:22
|
930 |
-
msgid "Date Format Settings"
|
931 |
-
msgstr "Ajustes para Formato de Fecha"
|
932 |
-
|
933 |
-
#: src/admin-views/event-log.php:65
|
934 |
-
msgid "View"
|
935 |
-
msgstr "Ver"
|
936 |
-
|
937 |
-
#: src/Tribe/Admin/Help_Page.php:211 src/Tribe/Plugins_API.php:90
|
938 |
-
msgid "Community Events"
|
939 |
-
msgstr "Community Events"
|
940 |
-
|
941 |
-
#: src/Tribe/Languages/Locations.php:367
|
942 |
-
msgid "Wyoming"
|
943 |
-
msgstr "Wyoming"
|
944 |
-
|
945 |
-
#: src/Tribe/Languages/Locations.php:366
|
946 |
-
msgid "Wisconsin"
|
947 |
-
msgstr "Wisconsin"
|
948 |
-
|
949 |
-
#: src/Tribe/Languages/Locations.php:365
|
950 |
-
msgid "West Virginia"
|
951 |
-
msgstr "West Virginia"
|
952 |
-
|
953 |
-
#: src/Tribe/Languages/Locations.php:364
|
954 |
-
msgid "Washington"
|
955 |
-
msgstr "Washington"
|
956 |
-
|
957 |
-
#: src/Tribe/Languages/Locations.php:363
|
958 |
-
msgid "Virginia"
|
959 |
-
msgstr "Virginia"
|
960 |
-
|
961 |
-
#: src/Tribe/Languages/Locations.php:362
|
962 |
-
msgid "Vermont"
|
963 |
-
msgstr "Vermont"
|
964 |
-
|
965 |
-
#: src/Tribe/Languages/Locations.php:361
|
966 |
-
msgid "Utah"
|
967 |
-
msgstr "Utah"
|
968 |
-
|
969 |
-
#: src/Tribe/Languages/Locations.php:360
|
970 |
-
msgid "Texas"
|
971 |
-
msgstr "Texas"
|
972 |
-
|
973 |
-
#: src/Tribe/Languages/Locations.php:359
|
974 |
-
msgid "Tennessee"
|
975 |
-
msgstr "Tennessee"
|
976 |
-
|
977 |
-
#: src/Tribe/Languages/Locations.php:358
|
978 |
-
msgid "South Dakota"
|
979 |
-
msgstr "Dakota del Sur"
|
980 |
-
|
981 |
-
#: src/Tribe/Languages/Locations.php:357
|
982 |
-
msgid "South Carolina"
|
983 |
-
msgstr "Carolina del Sur"
|
984 |
-
|
985 |
-
#: src/Tribe/Languages/Locations.php:356
|
986 |
-
msgid "Rhode Island"
|
987 |
-
msgstr "Rhode Island"
|
988 |
-
|
989 |
-
#: src/Tribe/Languages/Locations.php:355
|
990 |
-
msgid "Pennsylvania"
|
991 |
-
msgstr "Pennsylvania"
|
992 |
-
|
993 |
-
#: src/Tribe/Languages/Locations.php:354
|
994 |
-
msgid "Oregon"
|
995 |
-
msgstr "Oregon"
|
996 |
-
|
997 |
-
#: src/Tribe/Languages/Locations.php:353
|
998 |
-
msgid "Oklahoma"
|
999 |
-
msgstr "Oklahoma"
|
1000 |
-
|
1001 |
-
#: src/Tribe/Languages/Locations.php:352
|
1002 |
-
msgid "Ohio"
|
1003 |
-
msgstr "Ohio"
|
1004 |
-
|
1005 |
-
#: src/Tribe/Languages/Locations.php:351
|
1006 |
-
msgid "North Dakota"
|
1007 |
-
msgstr "Dakota del Norte"
|
1008 |
-
|
1009 |
-
#: src/Tribe/Languages/Locations.php:350
|
1010 |
-
msgid "North Carolina"
|
1011 |
-
msgstr "Carolina del Norte"
|
1012 |
-
|
1013 |
-
#: src/Tribe/Languages/Locations.php:349
|
1014 |
-
msgid "New York"
|
1015 |
-
msgstr "Nueva York"
|
1016 |
-
|
1017 |
-
#: src/Tribe/Languages/Locations.php:348
|
1018 |
-
msgid "New Mexico"
|
1019 |
-
msgstr "Nuevo Mexico"
|
1020 |
-
|
1021 |
-
#: src/Tribe/Languages/Locations.php:347
|
1022 |
-
msgid "New Jersey"
|
1023 |
-
msgstr "Nueva Jersey"
|
1024 |
-
|
1025 |
-
#: src/Tribe/Languages/Locations.php:346
|
1026 |
-
msgid "New Hampshire"
|
1027 |
-
msgstr "New Hampshire"
|
1028 |
-
|
1029 |
-
#: src/Tribe/Languages/Locations.php:345
|
1030 |
-
msgid "Nevada"
|
1031 |
-
msgstr "Nevada"
|
1032 |
-
|
1033 |
-
#: src/Tribe/Languages/Locations.php:344
|
1034 |
-
msgid "Nebraska"
|
1035 |
-
msgstr "Nebraska"
|
1036 |
-
|
1037 |
-
#: src/Tribe/Languages/Locations.php:343
|
1038 |
-
msgid "Montana"
|
1039 |
-
msgstr "Montana"
|
1040 |
-
|
1041 |
-
#: src/Tribe/Languages/Locations.php:342
|
1042 |
-
msgid "Missouri"
|
1043 |
-
msgstr "Missouri"
|
1044 |
-
|
1045 |
-
#: src/Tribe/Languages/Locations.php:341
|
1046 |
-
msgid "Mississippi"
|
1047 |
-
msgstr "Mississippi"
|
1048 |
-
|
1049 |
-
#: src/Tribe/Languages/Locations.php:340
|
1050 |
-
msgid "Minnesota"
|
1051 |
-
msgstr "Minnesota"
|
1052 |
-
|
1053 |
-
#: src/Tribe/Languages/Locations.php:339
|
1054 |
-
msgid "Michigan"
|
1055 |
-
msgstr "Michigan"
|
1056 |
-
|
1057 |
-
#: src/Tribe/Languages/Locations.php:338
|
1058 |
-
msgid "Massachusetts"
|
1059 |
-
msgstr "Massachusetts"
|
1060 |
-
|
1061 |
-
#: src/Tribe/Languages/Locations.php:337
|
1062 |
-
msgid "Maryland"
|
1063 |
-
msgstr "Maryland"
|
1064 |
-
|
1065 |
-
#: src/Tribe/Languages/Locations.php:336
|
1066 |
-
msgid "Maine"
|
1067 |
-
msgstr "Maine"
|
1068 |
-
|
1069 |
-
#: src/Tribe/Languages/Locations.php:335
|
1070 |
-
msgid "Louisiana"
|
1071 |
-
msgstr "Luisiana"
|
1072 |
-
|
1073 |
-
#: src/Tribe/Languages/Locations.php:334
|
1074 |
-
msgid "Kentucky"
|
1075 |
-
msgstr "Kentucky"
|
1076 |
-
|
1077 |
-
#: src/Tribe/Languages/Locations.php:333
|
1078 |
-
msgid "Kansas"
|
1079 |
-
msgstr "Kansas"
|
1080 |
-
|
1081 |
-
#: src/Tribe/Languages/Locations.php:332
|
1082 |
-
msgid "Iowa"
|
1083 |
-
msgstr "Iowa"
|
1084 |
-
|
1085 |
-
#: src/Tribe/Languages/Locations.php:331
|
1086 |
-
msgid "Indiana"
|
1087 |
-
msgstr "Indiana"
|
1088 |
-
|
1089 |
-
#: src/Tribe/Languages/Locations.php:330
|
1090 |
-
msgid "Illinois"
|
1091 |
-
msgstr "Illinois"
|
1092 |
-
|
1093 |
-
#: src/Tribe/Languages/Locations.php:329
|
1094 |
-
msgid "Idaho"
|
1095 |
-
msgstr "Idaho"
|
1096 |
-
|
1097 |
-
#: src/Tribe/Languages/Locations.php:328
|
1098 |
-
msgid "Hawaii"
|
1099 |
-
msgstr "Hawaii"
|
1100 |
-
|
1101 |
-
#: src/Tribe/Languages/Locations.php:326
|
1102 |
-
msgid "Florida"
|
1103 |
-
msgstr "Florida"
|
1104 |
-
|
1105 |
-
#: src/Tribe/Languages/Locations.php:325
|
1106 |
-
msgid "District of Columbia"
|
1107 |
-
msgstr "Distrito de Columbia"
|
1108 |
-
|
1109 |
-
#: src/Tribe/Languages/Locations.php:324
|
1110 |
-
msgid "Delaware"
|
1111 |
-
msgstr "Delaware"
|
1112 |
-
|
1113 |
-
#: src/Tribe/Languages/Locations.php:323
|
1114 |
-
msgid "Connecticut"
|
1115 |
-
msgstr "Connecticut"
|
1116 |
-
|
1117 |
-
#: src/Tribe/Languages/Locations.php:322
|
1118 |
-
msgid "Colorado"
|
1119 |
-
msgstr "Colorado"
|
1120 |
-
|
1121 |
-
#: src/Tribe/Languages/Locations.php:321
|
1122 |
-
msgid "California"
|
1123 |
-
msgstr "California"
|
1124 |
-
|
1125 |
-
#: src/Tribe/Languages/Locations.php:320
|
1126 |
-
msgid "Arkansas"
|
1127 |
-
msgstr "Arkansas"
|
1128 |
-
|
1129 |
-
#: src/Tribe/Languages/Locations.php:319
|
1130 |
-
msgid "Arizona"
|
1131 |
-
msgstr "Arizona"
|
1132 |
-
|
1133 |
-
#: src/Tribe/Languages/Locations.php:318
|
1134 |
-
msgid "Alaska"
|
1135 |
-
msgstr "Alaska"
|
1136 |
-
|
1137 |
-
#: src/Tribe/Languages/Locations.php:317
|
1138 |
-
msgid "Alabama"
|
1139 |
-
msgstr "Alabama"
|
1140 |
-
|
1141 |
-
#: src/Tribe/Languages/Locations.php:297
|
1142 |
-
msgid "Zimbabwe"
|
1143 |
-
msgstr "Zimbabwe"
|
1144 |
-
|
1145 |
-
#: src/Tribe/Languages/Locations.php:296
|
1146 |
-
msgid "Zambia"
|
1147 |
-
msgstr "Zambia"
|
1148 |
-
|
1149 |
-
#: src/Tribe/Languages/Locations.php:295
|
1150 |
-
msgid "Yemen"
|
1151 |
-
msgstr "Yemen"
|
1152 |
-
|
1153 |
-
#: src/Tribe/Languages/Locations.php:294
|
1154 |
-
msgid "Western Sahara"
|
1155 |
-
msgstr "Sahara Occidental"
|
1156 |
-
|
1157 |
-
#: src/Tribe/Languages/Locations.php:293
|
1158 |
-
msgid "Wallis and Futuna Islands"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: src/Tribe/Languages/Locations.php:292
|
1162 |
-
msgid "Virgin Islands (U.S.)"
|
1163 |
-
msgstr "Islas Vírgenes Americanas"
|
1164 |
-
|
1165 |
-
#: src/Tribe/Languages/Locations.php:291
|
1166 |
-
msgid "Virgin Islands (British)"
|
1167 |
-
msgstr "Islas Vírgenes Británicas"
|
1168 |
-
|
1169 |
-
#: src/Tribe/Languages/Locations.php:290
|
1170 |
-
msgid "Viet Nam"
|
1171 |
-
msgstr "Viet Nam"
|
1172 |
-
|
1173 |
-
#: src/Tribe/Languages/Locations.php:289
|
1174 |
-
msgid "Venezuela"
|
1175 |
-
msgstr "Venezuela"
|
1176 |
-
|
1177 |
-
#: src/Tribe/Languages/Locations.php:288
|
1178 |
-
msgid "Vanuatu"
|
1179 |
-
msgstr "Vanuatu"
|
1180 |
-
|
1181 |
-
#: src/Tribe/Languages/Locations.php:287
|
1182 |
-
msgid "Uzbekistan"
|
1183 |
-
msgstr "Uzbekistán"
|
1184 |
-
|
1185 |
-
#: src/Tribe/Languages/Locations.php:286
|
1186 |
-
msgid "Uruguay"
|
1187 |
-
msgstr "Uruguay"
|
1188 |
-
|
1189 |
-
#: src/Tribe/Languages/Locations.php:285
|
1190 |
-
msgid "United States Minor Outlying Islands"
|
1191 |
-
msgstr "Islas menores de los EE.UU."
|
1192 |
-
|
1193 |
-
#: src/Tribe/Languages/Locations.php:284
|
1194 |
-
msgid "United Kingdom"
|
1195 |
-
msgstr "Reino Unido"
|
1196 |
-
|
1197 |
-
#: src/Tribe/Languages/Locations.php:283
|
1198 |
-
msgid "United Arab Emirates"
|
1199 |
-
msgstr "Emiratos Arabes Unidos"
|
1200 |
-
|
1201 |
-
#: src/Tribe/Languages/Locations.php:282
|
1202 |
-
msgid "Ukraine"
|
1203 |
-
msgstr "Ucrania"
|
1204 |
-
|
1205 |
-
#: src/Tribe/Languages/Locations.php:281
|
1206 |
-
msgid "Uganda"
|
1207 |
-
msgstr "Uganda"
|
1208 |
-
|
1209 |
-
#: src/Tribe/Languages/Locations.php:280
|
1210 |
-
msgid "Tuvalu"
|
1211 |
-
msgstr "Tuvalu"
|
1212 |
-
|
1213 |
-
#: src/Tribe/Languages/Locations.php:279
|
1214 |
-
msgid "Turks and Caicos Islands"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: src/Tribe/Languages/Locations.php:278
|
1218 |
-
msgid "Turkmenistan"
|
1219 |
-
msgstr "Turkmenistan"
|
1220 |
-
|
1221 |
-
#: src/Tribe/Languages/Locations.php:277
|
1222 |
-
msgid "Turkey"
|
1223 |
-
msgstr "Turquía"
|
1224 |
-
|
1225 |
-
#: src/Tribe/Languages/Locations.php:276
|
1226 |
-
msgid "Tunisia"
|
1227 |
-
msgstr "Túnez"
|
1228 |
-
|
1229 |
-
#: src/Tribe/Languages/Locations.php:275
|
1230 |
-
msgid "Trinidad and Tobago"
|
1231 |
-
msgstr ""
|
1232 |
-
|
1233 |
-
#: src/Tribe/Languages/Locations.php:274
|
1234 |
-
msgid "Tonga"
|
1235 |
-
msgstr "Tonga"
|
1236 |
-
|
1237 |
-
#: src/Tribe/Languages/Locations.php:273
|
1238 |
-
msgid "Tokelau"
|
1239 |
-
msgstr "Tokelau"
|
1240 |
-
|
1241 |
-
#: src/Tribe/Languages/Locations.php:272
|
1242 |
-
msgid "Togo"
|
1243 |
-
msgstr "Togo"
|
1244 |
-
|
1245 |
-
#: src/Tribe/Languages/Locations.php:271
|
1246 |
-
msgid "Thailand"
|
1247 |
-
msgstr "Tailandia"
|
1248 |
-
|
1249 |
-
#: src/Tribe/Languages/Locations.php:270
|
1250 |
-
msgid "Tanzania, United Republic of"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: src/Tribe/Languages/Locations.php:269
|
1254 |
-
msgid "Tajikistan"
|
1255 |
-
msgstr "Tadjikistan"
|
1256 |
-
|
1257 |
-
#: src/Tribe/Languages/Locations.php:268
|
1258 |
-
msgid "Taiwan"
|
1259 |
-
msgstr "Taiwan"
|
1260 |
-
|
1261 |
-
#: src/Tribe/Languages/Locations.php:267
|
1262 |
-
msgid "Syrian Arab Republic"
|
1263 |
-
msgstr "Siria"
|
1264 |
-
|
1265 |
-
#: src/Tribe/Languages/Locations.php:266
|
1266 |
-
msgid "Switzerland"
|
1267 |
-
msgstr "Suiza"
|
1268 |
-
|
1269 |
-
#: src/Tribe/Languages/Locations.php:265
|
1270 |
-
msgid "Sweden"
|
1271 |
-
msgstr "Suecia"
|
1272 |
-
|
1273 |
-
#: src/Tribe/Languages/Locations.php:264
|
1274 |
-
msgid "Swaziland"
|
1275 |
-
msgstr "Swazilandia"
|
1276 |
-
|
1277 |
-
#: src/Tribe/Languages/Locations.php:263
|
1278 |
-
msgid "Svalbard and Jan Mayen Islands"
|
1279 |
-
msgstr ""
|
1280 |
-
|
1281 |
-
#: src/Tribe/Languages/Locations.php:262
|
1282 |
-
msgid "Suriname"
|
1283 |
-
msgstr "Surinam"
|
1284 |
-
|
1285 |
-
#: src/Tribe/Languages/Locations.php:261
|
1286 |
-
msgid "Sudan"
|
1287 |
-
msgstr "Sudán"
|
1288 |
-
|
1289 |
-
#: src/Tribe/Languages/Locations.php:241
|
1290 |
-
msgid "Saint Pierre and Miquelon"
|
1291 |
-
msgstr ""
|
1292 |
-
|
1293 |
-
#: src/Tribe/Languages/Locations.php:260
|
1294 |
-
msgid "Sri Lanka"
|
1295 |
-
msgstr "Sri Lanka"
|
1296 |
-
|
1297 |
-
#: src/Tribe/Languages/Locations.php:259
|
1298 |
-
msgid "Spain"
|
1299 |
-
msgstr "España"
|
1300 |
-
|
1301 |
-
#: src/Tribe/Languages/Locations.php:258
|
1302 |
-
msgid "South Georgia, South Sandwich Islands"
|
1303 |
-
msgstr "Islas Sandwich y Georgia del sur"
|
1304 |
-
|
1305 |
-
#: src/Tribe/Languages/Locations.php:257
|
1306 |
-
msgid "South Africa"
|
1307 |
-
msgstr "Sudáfrica"
|
1308 |
-
|
1309 |
-
#: src/Tribe/Languages/Locations.php:256
|
1310 |
-
msgid "Somalia"
|
1311 |
-
msgstr "Somalia"
|
1312 |
-
|
1313 |
-
#: src/Tribe/Languages/Locations.php:255
|
1314 |
-
msgid "Solomon Islands"
|
1315 |
-
msgstr "Islas Solomón"
|
1316 |
-
|
1317 |
-
#: src/Tribe/Languages/Locations.php:254
|
1318 |
-
msgid "Slovenia"
|
1319 |
-
msgstr "Eslovenia"
|
1320 |
-
|
1321 |
-
#: src/Tribe/Languages/Locations.php:253
|
1322 |
-
msgid "Slovakia (Slovak Republic)"
|
1323 |
-
msgstr "Eslovaquia"
|
1324 |
-
|
1325 |
-
#: src/Tribe/Languages/Locations.php:251
|
1326 |
-
msgid "Singapore"
|
1327 |
-
msgstr "Singapur"
|
1328 |
-
|
1329 |
-
#: src/Tribe/Languages/Locations.php:250
|
1330 |
-
msgid "Sierra Leone"
|
1331 |
-
msgstr "Sierra Leone"
|
1332 |
-
|
1333 |
-
#: src/Tribe/Languages/Locations.php:249
|
1334 |
-
msgid "Seychelles"
|
1335 |
-
msgstr "Seychelles"
|
1336 |
-
|
1337 |
-
#: src/Tribe/Languages/Locations.php:248
|
1338 |
-
msgid "Serbia"
|
1339 |
-
msgstr "Serbia"
|
1340 |
-
|
1341 |
-
#: src/Tribe/Languages/Locations.php:247
|
1342 |
-
msgid "Senegal"
|
1343 |
-
msgstr "Senegal"
|
1344 |
-
|
1345 |
-
#: src/Tribe/Languages/Locations.php:246
|
1346 |
-
msgid "Saudi Arabia"
|
1347 |
-
msgstr "Arabia Saudita"
|
1348 |
-
|
1349 |
-
#: src/Tribe/Languages/Locations.php:244
|
1350 |
-
msgid "San Marino"
|
1351 |
-
msgstr "San Marino"
|
1352 |
-
|
1353 |
-
#: src/Tribe/Languages/Locations.php:243
|
1354 |
-
msgid "Samoa"
|
1355 |
-
msgstr "Samoa"
|
1356 |
-
|
1357 |
-
#: src/Tribe/Languages/Locations.php:242
|
1358 |
-
msgid "Saint Vincent and The Grenadines"
|
1359 |
-
msgstr ""
|
1360 |
-
|
1361 |
-
#: src/Tribe/Languages/Locations.php:240
|
1362 |
-
msgid "Saint Lucia"
|
1363 |
-
msgstr "Santa Lucia"
|
1364 |
-
|
1365 |
-
#: src/Tribe/Languages/Locations.php:239
|
1366 |
-
msgid "Saint Kitts and Nevis"
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: src/Tribe/Languages/Locations.php:236
|
1370 |
-
msgid "Rwanda"
|
1371 |
-
msgstr "Ruanda"
|
1372 |
-
|
1373 |
-
#: src/Tribe/Languages/Locations.php:235
|
1374 |
-
msgid "Russian Federation"
|
1375 |
-
msgstr "Federación Rusa"
|
1376 |
-
|
1377 |
-
#: src/Tribe/Languages/Locations.php:234
|
1378 |
-
msgid "Romania"
|
1379 |
-
msgstr "Rumania"
|
1380 |
-
|
1381 |
-
#: src/Tribe/Languages/Locations.php:233
|
1382 |
-
msgid "Reunion"
|
1383 |
-
msgstr "Reunión"
|
1384 |
-
|
1385 |
-
#: src/Tribe/Languages/Locations.php:232
|
1386 |
-
msgid "Qatar"
|
1387 |
-
msgstr "Qatar"
|
1388 |
-
|
1389 |
-
#: src/Tribe/Languages/Locations.php:231
|
1390 |
-
msgid "Puerto Rico"
|
1391 |
-
msgstr "Puerto Rico"
|
1392 |
-
|
1393 |
-
#: src/Tribe/Languages/Locations.php:230
|
1394 |
-
msgid "Portugal"
|
1395 |
-
msgstr "Portugal"
|
1396 |
-
|
1397 |
-
#: src/Tribe/Languages/Locations.php:229
|
1398 |
-
msgid "Poland"
|
1399 |
-
msgstr "Polonia"
|
1400 |
-
|
1401 |
-
#: src/Tribe/Languages/Locations.php:228
|
1402 |
-
msgid "Pitcairn"
|
1403 |
-
msgstr "Isla Pitcairn"
|
1404 |
-
|
1405 |
-
#: src/Tribe/Languages/Locations.php:227
|
1406 |
-
msgid "Philippines"
|
1407 |
-
msgstr "Filipinas"
|
1408 |
-
|
1409 |
-
#: src/Tribe/Languages/Locations.php:226
|
1410 |
-
msgid "Peru"
|
1411 |
-
msgstr "Perú"
|
1412 |
-
|
1413 |
-
#: src/Tribe/Languages/Locations.php:225
|
1414 |
-
msgid "Paraguay"
|
1415 |
-
msgstr "Paraguay"
|
1416 |
-
|
1417 |
-
#: src/Tribe/Languages/Locations.php:224
|
1418 |
-
msgid "Papua New Guinea"
|
1419 |
-
msgstr "Papua Nueva Guinea"
|
1420 |
-
|
1421 |
-
#: src/Tribe/Languages/Locations.php:223
|
1422 |
-
msgid "Panama"
|
1423 |
-
msgstr "Panamá"
|
1424 |
-
|
1425 |
-
#: src/Tribe/Languages/Locations.php:222
|
1426 |
-
msgid "Palau"
|
1427 |
-
msgstr "Palau"
|
1428 |
-
|
1429 |
-
#: src/Tribe/Languages/Locations.php:221
|
1430 |
-
msgid "Pakistan"
|
1431 |
-
msgstr "Pakistán"
|
1432 |
-
|
1433 |
-
#: src/Tribe/Languages/Locations.php:220
|
1434 |
-
msgid "Oman"
|
1435 |
-
msgstr "Omán"
|
1436 |
-
|
1437 |
-
#: src/Tribe/Languages/Locations.php:219
|
1438 |
-
msgid "Norway"
|
1439 |
-
msgstr "Noruega"
|
1440 |
-
|
1441 |
-
#: src/Tribe/Languages/Locations.php:218
|
1442 |
-
msgid "Northern Mariana Islands"
|
1443 |
-
msgstr "Marianas del Norte"
|
1444 |
-
|
1445 |
-
#: src/Tribe/Languages/Locations.php:217
|
1446 |
-
msgid "Norfolk Island"
|
1447 |
-
msgstr "Isla Norfolk"
|
1448 |
-
|
1449 |
-
#: src/Tribe/Languages/Locations.php:216
|
1450 |
-
msgid "Niue"
|
1451 |
-
msgstr "Niue"
|
1452 |
-
|
1453 |
-
#: src/Tribe/Languages/Locations.php:215
|
1454 |
-
msgid "Nigeria"
|
1455 |
-
msgstr "Nigeria"
|
1456 |
-
|
1457 |
-
#: src/Tribe/Languages/Locations.php:214
|
1458 |
-
msgid "Niger"
|
1459 |
-
msgstr "Niger"
|
1460 |
-
|
1461 |
-
#: src/Tribe/Languages/Locations.php:213
|
1462 |
-
msgid "Nicaragua"
|
1463 |
-
msgstr "Nicaragua"
|
1464 |
-
|
1465 |
-
#: src/Tribe/Languages/Locations.php:212
|
1466 |
-
msgid "New Zealand"
|
1467 |
-
msgstr "Nueva Zelanda"
|
1468 |
-
|
1469 |
-
#: src/Tribe/Languages/Locations.php:211
|
1470 |
-
msgid "New Caledonia"
|
1471 |
-
msgstr "Nueva Caledonia"
|
1472 |
-
|
1473 |
-
#: src/Tribe/Languages/Locations.php:210
|
1474 |
-
msgid "Netherlands"
|
1475 |
-
msgstr "Holanda"
|
1476 |
-
|
1477 |
-
#: src/Tribe/Languages/Locations.php:209
|
1478 |
-
msgid "Nepal"
|
1479 |
-
msgstr "Nepal"
|
1480 |
-
|
1481 |
-
#: src/Tribe/Languages/Locations.php:208
|
1482 |
-
msgid "Nauru"
|
1483 |
-
msgstr "Nauru"
|
1484 |
-
|
1485 |
-
#: src/Tribe/Languages/Locations.php:207
|
1486 |
-
msgid "Namibia"
|
1487 |
-
msgstr "Namibia"
|
1488 |
-
|
1489 |
-
#: src/Tribe/Languages/Locations.php:206
|
1490 |
-
msgid "Myanmar"
|
1491 |
-
msgstr "Myanmar"
|
1492 |
-
|
1493 |
-
#: src/Tribe/Languages/Locations.php:205
|
1494 |
-
msgid "Mozambique"
|
1495 |
-
msgstr "Mozambique"
|
1496 |
-
|
1497 |
-
#: src/Tribe/Languages/Locations.php:204
|
1498 |
-
msgid "Morocco"
|
1499 |
-
msgstr "Marruecos"
|
1500 |
-
|
1501 |
-
#: src/Tribe/Languages/Locations.php:203
|
1502 |
-
msgid "Montserrat"
|
1503 |
-
msgstr "Montserrat"
|
1504 |
-
|
1505 |
-
#: src/Tribe/Languages/Locations.php:202
|
1506 |
-
msgid "Montenegro"
|
1507 |
-
msgstr "Montenegro"
|
1508 |
-
|
1509 |
-
#: src/Tribe/Languages/Locations.php:201
|
1510 |
-
msgid "Mongolia"
|
1511 |
-
msgstr "Mongolia"
|
1512 |
-
|
1513 |
-
#: src/Tribe/Languages/Locations.php:200
|
1514 |
-
msgid "Monaco"
|
1515 |
-
msgstr "Monaco"
|
1516 |
-
|
1517 |
-
#: src/Tribe/Languages/Locations.php:199
|
1518 |
-
msgid "Moldova, Republic of"
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
-
#: src/Tribe/Languages/Locations.php:198
|
1522 |
-
msgid "Micronesia, Federated States of"
|
1523 |
-
msgstr ""
|
1524 |
-
|
1525 |
-
#: src/Tribe/Languages/Locations.php:197
|
1526 |
-
msgid "Mexico"
|
1527 |
-
msgstr "México"
|
1528 |
-
|
1529 |
-
#: src/Tribe/Languages/Locations.php:196
|
1530 |
-
msgid "Mayotte"
|
1531 |
-
msgstr "Mayotte"
|
1532 |
-
|
1533 |
-
#: src/Tribe/Languages/Locations.php:195
|
1534 |
-
msgid "Mauritius"
|
1535 |
-
msgstr "Mauricio"
|
1536 |
-
|
1537 |
-
#: src/Tribe/Languages/Locations.php:194
|
1538 |
-
msgid "Mauritania"
|
1539 |
-
msgstr "Mauritania"
|
1540 |
-
|
1541 |
-
#: src/Tribe/Languages/Locations.php:193
|
1542 |
-
msgid "Martinique"
|
1543 |
-
msgstr "Martinica"
|
1544 |
-
|
1545 |
-
#: src/Tribe/Languages/Locations.php:192
|
1546 |
-
msgid "Marshall Islands"
|
1547 |
-
msgstr "Islas Marshall"
|
1548 |
-
|
1549 |
-
#: src/Tribe/Languages/Locations.php:191
|
1550 |
-
msgid "Malta"
|
1551 |
-
msgstr "Malta"
|
1552 |
-
|
1553 |
-
#: src/Tribe/Languages/Locations.php:190
|
1554 |
-
msgid "Mali"
|
1555 |
-
msgstr "Malí"
|
1556 |
-
|
1557 |
-
#: src/Tribe/Languages/Locations.php:189
|
1558 |
-
msgid "Maldives"
|
1559 |
-
msgstr "Maldivas"
|
1560 |
-
|
1561 |
-
#: src/Tribe/Languages/Locations.php:188
|
1562 |
-
msgid "Malaysia"
|
1563 |
-
msgstr "Malasia"
|
1564 |
-
|
1565 |
-
#: src/Tribe/Languages/Locations.php:187
|
1566 |
-
msgid "Malawi"
|
1567 |
-
msgstr "Malawi"
|
1568 |
-
|
1569 |
-
#: src/Tribe/Languages/Locations.php:186
|
1570 |
-
msgid "Madagascar"
|
1571 |
-
msgstr "Madagascar"
|
1572 |
-
|
1573 |
-
#: src/Tribe/Languages/Locations.php:185
|
1574 |
-
msgid "Macedonia"
|
1575 |
-
msgstr "Macedonia"
|
1576 |
-
|
1577 |
-
#: src/Tribe/Languages/Locations.php:184
|
1578 |
-
msgid "Macau"
|
1579 |
-
msgstr "Macao"
|
1580 |
-
|
1581 |
-
#: src/Tribe/Languages/Locations.php:183
|
1582 |
-
msgid "Luxembourg"
|
1583 |
-
msgstr "Luxemburgo"
|
1584 |
-
|
1585 |
-
#: src/Tribe/Languages/Locations.php:182
|
1586 |
-
msgid "Lithuania"
|
1587 |
-
msgstr "Lituania"
|
1588 |
-
|
1589 |
-
#: src/Tribe/Languages/Locations.php:181
|
1590 |
-
msgid "Liechtenstein"
|
1591 |
-
msgstr "Liechtenstein"
|
1592 |
-
|
1593 |
-
#: src/Tribe/Languages/Locations.php:180
|
1594 |
-
msgid "Libya"
|
1595 |
-
msgstr "Libia"
|
1596 |
-
|
1597 |
-
#: src/Tribe/Languages/Locations.php:179
|
1598 |
-
msgid "Liberia"
|
1599 |
-
msgstr "Liberia"
|
1600 |
-
|
1601 |
-
#: src/Tribe/Languages/Locations.php:178
|
1602 |
-
msgid "Lesotho"
|
1603 |
-
msgstr "Lesotho"
|
1604 |
-
|
1605 |
-
#: src/Tribe/Languages/Locations.php:177
|
1606 |
-
msgid "Lebanon"
|
1607 |
-
msgstr "Líbano"
|
1608 |
-
|
1609 |
-
#: src/Tribe/Languages/Locations.php:176
|
1610 |
-
msgid "Latvia"
|
1611 |
-
msgstr "Letonia"
|
1612 |
-
|
1613 |
-
#: src/Tribe/Languages/Locations.php:175
|
1614 |
-
msgid "Lao People's Democratic Republic"
|
1615 |
-
msgstr "República Democrática Popular Lao"
|
1616 |
-
|
1617 |
-
#: src/Tribe/Languages/Locations.php:174
|
1618 |
-
msgid "Kyrgyzstan"
|
1619 |
-
msgstr "Kirguistán"
|
1620 |
-
|
1621 |
-
#: src/Tribe/Languages/Locations.php:173
|
1622 |
-
msgid "Kuwait"
|
1623 |
-
msgstr "Kuwait"
|
1624 |
-
|
1625 |
-
#: src/Tribe/Languages/Locations.php:172
|
1626 |
-
msgid "Korea, Republic of"
|
1627 |
-
msgstr ""
|
1628 |
-
|
1629 |
-
#: src/Tribe/Languages/Locations.php:171
|
1630 |
-
msgid "Korea, Democratic People's Republic of"
|
1631 |
-
msgstr ""
|
1632 |
-
|
1633 |
-
#: src/Tribe/Languages/Locations.php:170
|
1634 |
-
msgid "Kiribati"
|
1635 |
-
msgstr "Kiribati"
|
1636 |
-
|
1637 |
-
#: src/Tribe/Languages/Locations.php:169
|
1638 |
-
msgid "Kenya"
|
1639 |
-
msgstr "Kenia"
|
1640 |
-
|
1641 |
-
#: src/Tribe/Languages/Locations.php:168
|
1642 |
-
msgid "Kazakhstan"
|
1643 |
-
msgstr "Kazajstán"
|
1644 |
-
|
1645 |
-
#: src/Tribe/Languages/Locations.php:167
|
1646 |
-
msgid "Jordan"
|
1647 |
-
msgstr "Jordania"
|
1648 |
-
|
1649 |
-
#: src/Tribe/Languages/Locations.php:166
|
1650 |
-
msgid "Japan"
|
1651 |
-
msgstr "Japón"
|
1652 |
-
|
1653 |
-
#: src/Tribe/Languages/Locations.php:165
|
1654 |
-
msgid "Jamaica"
|
1655 |
-
msgstr "Jamaica"
|
1656 |
-
|
1657 |
-
#: src/Tribe/Languages/Locations.php:164
|
1658 |
-
msgid "Italy"
|
1659 |
-
msgstr "Italia"
|
1660 |
-
|
1661 |
-
#: src/Tribe/Languages/Locations.php:163
|
1662 |
-
msgid "Israel"
|
1663 |
-
msgstr "Israel"
|
1664 |
-
|
1665 |
-
#: src/Tribe/Languages/Locations.php:162
|
1666 |
-
msgid "Ireland"
|
1667 |
-
msgstr "Irlanda"
|
1668 |
-
|
1669 |
-
#: src/Tribe/Languages/Locations.php:161
|
1670 |
-
msgid "Iraq"
|
1671 |
-
msgstr "Iraq"
|
1672 |
-
|
1673 |
-
#: src/Tribe/Languages/Locations.php:160
|
1674 |
-
msgid "Iran, Islamic Republic of"
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: src/Tribe/Languages/Locations.php:159
|
1678 |
-
msgid "Indonesia"
|
1679 |
-
msgstr "Indonesia"
|
1680 |
-
|
1681 |
-
#: src/Tribe/Languages/Locations.php:158
|
1682 |
-
msgid "India"
|
1683 |
-
msgstr "India"
|
1684 |
-
|
1685 |
-
#: src/Tribe/Languages/Locations.php:157
|
1686 |
-
msgid "Iceland"
|
1687 |
-
msgstr "Islandia"
|
1688 |
-
|
1689 |
-
#: src/Tribe/Languages/Locations.php:156
|
1690 |
-
msgid "Hungary"
|
1691 |
-
msgstr "Hungría"
|
1692 |
-
|
1693 |
-
#: src/Tribe/Languages/Locations.php:155
|
1694 |
-
msgid "Hong Kong"
|
1695 |
-
msgstr "Hong Kong"
|
1696 |
-
|
1697 |
-
#: src/Tribe/Languages/Locations.php:154
|
1698 |
-
msgid "Honduras"
|
1699 |
-
msgstr "Honduras"
|
1700 |
-
|
1701 |
-
#: src/Tribe/Languages/Locations.php:153
|
1702 |
-
msgid "Holy See (Vatican City State)"
|
1703 |
-
msgstr "Ciudad del Vaticano"
|
1704 |
-
|
1705 |
-
#: src/Tribe/Languages/Locations.php:152
|
1706 |
-
msgid "Heard and McDonald Islands"
|
1707 |
-
msgstr ""
|
1708 |
-
|
1709 |
-
#: src/Tribe/Languages/Locations.php:151
|
1710 |
-
msgid "Haiti"
|
1711 |
-
msgstr "Haiti"
|
1712 |
-
|
1713 |
-
#: src/Tribe/Languages/Locations.php:150
|
1714 |
-
msgid "Guyana"
|
1715 |
-
msgstr "Guyana"
|
1716 |
-
|
1717 |
-
#: src/Tribe/Languages/Locations.php:149
|
1718 |
-
msgid "Guinea-Bissau"
|
1719 |
-
msgstr "Guinea Bissau"
|
1720 |
-
|
1721 |
-
#: src/Tribe/Languages/Locations.php:148
|
1722 |
-
msgid "Guinea"
|
1723 |
-
msgstr "República de Guinea"
|
1724 |
-
|
1725 |
-
#: src/Tribe/Languages/Locations.php:147
|
1726 |
-
msgid "Guatemala"
|
1727 |
-
msgstr "Guatemala"
|
1728 |
-
|
1729 |
-
#: src/Tribe/Languages/Locations.php:146
|
1730 |
-
msgid "Guam"
|
1731 |
-
msgstr "Guam"
|
1732 |
-
|
1733 |
-
#: src/Tribe/Languages/Locations.php:145
|
1734 |
-
msgid "Guadeloupe"
|
1735 |
-
msgstr "Guadalupe"
|
1736 |
-
|
1737 |
-
#: src/Tribe/Languages/Locations.php:144
|
1738 |
-
msgid "Grenada"
|
1739 |
-
msgstr "Grenada"
|
1740 |
-
|
1741 |
-
#: src/Tribe/Languages/Locations.php:143
|
1742 |
-
msgid "Greenland"
|
1743 |
-
msgstr "Groenlandia"
|
1744 |
-
|
1745 |
-
#: src/Tribe/Languages/Locations.php:142
|
1746 |
-
msgid "Greece"
|
1747 |
-
msgstr "Grecia"
|
1748 |
-
|
1749 |
-
#: src/Tribe/Languages/Locations.php:141
|
1750 |
-
msgid "Gibraltar"
|
1751 |
-
msgstr "Gibraltar"
|
1752 |
-
|
1753 |
-
#: src/Tribe/Languages/Locations.php:140
|
1754 |
-
msgid "Ghana"
|
1755 |
-
msgstr "Ghana"
|
1756 |
-
|
1757 |
-
#: src/Tribe/Languages/Locations.php:139
|
1758 |
-
msgid "Germany"
|
1759 |
-
msgstr "Alemania"
|
1760 |
-
|
1761 |
-
#: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
|
1762 |
-
msgid "Georgia"
|
1763 |
-
msgstr "Georgia"
|
1764 |
-
|
1765 |
-
#: src/Tribe/Languages/Locations.php:137
|
1766 |
-
msgid "Gambia"
|
1767 |
-
msgstr "Gambia"
|
1768 |
-
|
1769 |
-
#: src/Tribe/Languages/Locations.php:136
|
1770 |
-
msgid "Gabon"
|
1771 |
-
msgstr "Gabón"
|
1772 |
-
|
1773 |
-
#: src/Tribe/Languages/Locations.php:135
|
1774 |
-
msgid "French Southern Territories"
|
1775 |
-
msgstr "Tierras Australes y Antárticas Francesas"
|
1776 |
-
|
1777 |
-
#: src/Tribe/Languages/Locations.php:134
|
1778 |
-
msgid "French Polynesia"
|
1779 |
-
msgstr "Polinesia Francesa"
|
1780 |
-
|
1781 |
-
#: src/Tribe/Languages/Locations.php:133
|
1782 |
-
msgid "French Guiana"
|
1783 |
-
msgstr "Guayana Francesa"
|
1784 |
-
|
1785 |
-
#: src/Tribe/Languages/Locations.php:132
|
1786 |
-
msgid "France"
|
1787 |
-
msgstr "Francia"
|
1788 |
-
|
1789 |
-
#: src/Tribe/Languages/Locations.php:131
|
1790 |
-
msgid "Finland"
|
1791 |
-
msgstr "Finlandia"
|
1792 |
-
|
1793 |
-
#: src/Tribe/Languages/Locations.php:130
|
1794 |
-
msgid "Fiji"
|
1795 |
-
msgstr "Fiyi"
|
1796 |
-
|
1797 |
-
#: src/Tribe/Languages/Locations.php:129
|
1798 |
-
msgid "Faroe Islands"
|
1799 |
-
msgstr "Islas Feroe"
|
1800 |
-
|
1801 |
-
#: src/Tribe/Languages/Locations.php:128
|
1802 |
-
msgid "Falkland Islands (Malvinas)"
|
1803 |
-
msgstr "Islas Malvinas"
|
1804 |
-
|
1805 |
-
#: src/Tribe/Languages/Locations.php:127
|
1806 |
-
msgid "Ethiopia"
|
1807 |
-
msgstr "Etiopía"
|
1808 |
-
|
1809 |
-
#: src/Tribe/Languages/Locations.php:126
|
1810 |
-
msgid "Estonia"
|
1811 |
-
msgstr "Estonia"
|
1812 |
-
|
1813 |
-
#: src/Tribe/Languages/Locations.php:125
|
1814 |
-
msgid "Eritrea"
|
1815 |
-
msgstr "Eritrea"
|
1816 |
-
|
1817 |
-
#: src/Tribe/Languages/Locations.php:124
|
1818 |
-
msgid "Equatorial Guinea"
|
1819 |
-
msgstr "Guinea Ecuatorial"
|
1820 |
-
|
1821 |
-
#: src/Tribe/Languages/Locations.php:123
|
1822 |
-
msgid "El Salvador"
|
1823 |
-
msgstr "El Salvador"
|
1824 |
-
|
1825 |
-
#: src/Tribe/Languages/Locations.php:122
|
1826 |
-
msgid "Egypt"
|
1827 |
-
msgstr "Egipto"
|
1828 |
-
|
1829 |
-
#: src/Tribe/Languages/Locations.php:121
|
1830 |
-
msgid "Ecuador"
|
1831 |
-
msgstr "Ecuador"
|
1832 |
-
|
1833 |
-
#: src/Tribe/Languages/Locations.php:120
|
1834 |
-
msgid "East Timor"
|
1835 |
-
msgstr "Timor Oriental"
|
1836 |
-
|
1837 |
-
#: src/Tribe/Languages/Locations.php:119
|
1838 |
-
msgid "Dominican Republic"
|
1839 |
-
msgstr "República Dominicana"
|
1840 |
-
|
1841 |
-
#: src/Tribe/Languages/Locations.php:118
|
1842 |
-
msgid "Dominica"
|
1843 |
-
msgstr "Dominica"
|
1844 |
-
|
1845 |
-
#: src/Tribe/Languages/Locations.php:117
|
1846 |
-
msgid "Djibouti"
|
1847 |
-
msgstr "Yibuti"
|
1848 |
-
|
1849 |
-
#: src/Tribe/Languages/Locations.php:116
|
1850 |
-
msgid "Denmark"
|
1851 |
-
msgstr "Dinamarca"
|
1852 |
-
|
1853 |
-
#: src/Tribe/Languages/Locations.php:115
|
1854 |
-
msgid "Czech Republic"
|
1855 |
-
msgstr "República Checa"
|
1856 |
-
|
1857 |
-
#: src/Tribe/Languages/Locations.php:114
|
1858 |
-
msgid "Cyprus"
|
1859 |
-
msgstr "Chipre"
|
1860 |
-
|
1861 |
-
#: src/Tribe/Languages/Locations.php:112
|
1862 |
-
msgid "Cuba"
|
1863 |
-
msgstr "Cuba"
|
1864 |
-
|
1865 |
-
#: src/Tribe/Languages/Locations.php:111
|
1866 |
-
msgid "Croatia (Local Name: Hrvatska)"
|
1867 |
-
msgstr "Croacia"
|
1868 |
-
|
1869 |
-
#: src/Tribe/Languages/Locations.php:109
|
1870 |
-
msgid "Costa Rica"
|
1871 |
-
msgstr "Costa Rica"
|
1872 |
-
|
1873 |
-
#: src/Tribe/Languages/Locations.php:108
|
1874 |
-
msgid "Cook Islands"
|
1875 |
-
msgstr "Islas Cook"
|
1876 |
-
|
1877 |
-
#: src/Tribe/Languages/Locations.php:107
|
1878 |
-
msgid "Congo, Democratic Republic of the"
|
1879 |
-
msgstr ""
|
1880 |
-
|
1881 |
-
#: src/Tribe/Languages/Locations.php:106
|
1882 |
-
msgid "Congo"
|
1883 |
-
msgstr "Congo"
|
1884 |
-
|
1885 |
-
#: src/Tribe/Languages/Locations.php:105
|
1886 |
-
msgid "Comoros"
|
1887 |
-
msgstr "Comores"
|
1888 |
-
|
1889 |
-
#: src/Tribe/Languages/Locations.php:104
|
1890 |
-
msgid "Colombia"
|
1891 |
-
msgstr "Colombia"
|
1892 |
-
|
1893 |
-
#: src/Tribe/Languages/Locations.php:102
|
1894 |
-
msgid "Cocos (Keeling) Islands"
|
1895 |
-
msgstr "Islas Cocos"
|
1896 |
-
|
1897 |
-
#: src/Tribe/Languages/Locations.php:101
|
1898 |
-
msgid "Christmas Island"
|
1899 |
-
msgstr "Isla de la Navidad"
|
1900 |
-
|
1901 |
-
#: src/Tribe/Languages/Locations.php:100
|
1902 |
-
msgid "China"
|
1903 |
-
msgstr "China"
|
1904 |
-
|
1905 |
-
#: src/Tribe/Languages/Locations.php:99
|
1906 |
-
msgid "Chile"
|
1907 |
-
msgstr "Chile"
|
1908 |
-
|
1909 |
-
#: src/Tribe/Languages/Locations.php:98
|
1910 |
-
msgid "Chad"
|
1911 |
-
msgstr "Chad"
|
1912 |
-
|
1913 |
-
#: src/Tribe/Languages/Locations.php:97
|
1914 |
-
msgid "Central African Republic"
|
1915 |
-
msgstr "República Centroafricana"
|
1916 |
-
|
1917 |
-
#: src/Tribe/Languages/Locations.php:96
|
1918 |
-
msgid "Cayman Islands"
|
1919 |
-
msgstr "Islas Caiman"
|
1920 |
-
|
1921 |
-
#: src/Tribe/Languages/Locations.php:95
|
1922 |
-
msgid "Cape Verde"
|
1923 |
-
msgstr "Cabo Verde"
|
1924 |
-
|
1925 |
-
#: src/Tribe/Languages/Locations.php:94
|
1926 |
-
msgid "Canada"
|
1927 |
-
msgstr "Canadá"
|
1928 |
-
|
1929 |
-
#: src/Tribe/Languages/Locations.php:93
|
1930 |
-
msgid "Cameroon"
|
1931 |
-
msgstr "Camerún"
|
1932 |
-
|
1933 |
-
#: src/Tribe/Languages/Locations.php:92
|
1934 |
-
msgid "Cambodia"
|
1935 |
-
msgstr "Camboya"
|
1936 |
-
|
1937 |
-
#: src/Tribe/Languages/Locations.php:91
|
1938 |
-
msgid "Burundi"
|
1939 |
-
msgstr "Burundi"
|
1940 |
-
|
1941 |
-
#: src/Tribe/Languages/Locations.php:90
|
1942 |
-
msgid "Burkina Faso"
|
1943 |
-
msgstr "Burkina Faso"
|
1944 |
-
|
1945 |
-
#: src/Tribe/Languages/Locations.php:89
|
1946 |
-
msgid "Bulgaria"
|
1947 |
-
msgstr "Bulgaria"
|
1948 |
-
|
1949 |
-
#: src/Tribe/Languages/Locations.php:88
|
1950 |
-
msgid "Brunei Darussalam"
|
1951 |
-
msgstr "Brunei Darussalam"
|
1952 |
-
|
1953 |
-
#: src/Tribe/Languages/Locations.php:87
|
1954 |
-
msgid "British Indian Ocean Territory"
|
1955 |
-
msgstr "Territorio Británico del Océano Indico"
|
1956 |
-
|
1957 |
-
#: src/Tribe/Languages/Locations.php:86
|
1958 |
-
msgid "Brazil"
|
1959 |
-
msgstr "Brasil"
|
1960 |
-
|
1961 |
-
#: src/Tribe/Languages/Locations.php:85
|
1962 |
-
msgid "Bouvet Island"
|
1963 |
-
msgstr "Isla Bouvet"
|
1964 |
-
|
1965 |
-
#: src/Tribe/Languages/Locations.php:84
|
1966 |
-
msgid "Botswana"
|
1967 |
-
msgstr "Botswana"
|
1968 |
-
|
1969 |
-
#: src/Tribe/Languages/Locations.php:83
|
1970 |
-
msgid "Bosnia and Herzegowina"
|
1971 |
-
msgstr ""
|
1972 |
-
|
1973 |
-
#: src/Tribe/Languages/Locations.php:82
|
1974 |
-
msgid "Bolivia"
|
1975 |
-
msgstr "Bolivia"
|
1976 |
-
|
1977 |
-
#: src/Tribe/Languages/Locations.php:81
|
1978 |
-
msgid "Bhutan"
|
1979 |
-
msgstr "Bután"
|
1980 |
-
|
1981 |
-
#: src/Tribe/Languages/Locations.php:80
|
1982 |
-
msgid "Bermuda"
|
1983 |
-
msgstr "Bermuda"
|
1984 |
-
|
1985 |
-
#: src/Tribe/Languages/Locations.php:79
|
1986 |
-
msgid "Benin"
|
1987 |
-
msgstr "Benín"
|
1988 |
-
|
1989 |
-
#: src/Tribe/Languages/Locations.php:78
|
1990 |
-
msgid "Belize"
|
1991 |
-
msgstr "Belice"
|
1992 |
-
|
1993 |
-
#: src/Tribe/Languages/Locations.php:77
|
1994 |
-
msgid "Belgium"
|
1995 |
-
msgstr "Bélgica"
|
1996 |
-
|
1997 |
-
#: src/Tribe/Languages/Locations.php:76
|
1998 |
-
msgid "Belarus"
|
1999 |
-
msgstr "Bielorusia"
|
2000 |
-
|
2001 |
-
#: src/Tribe/Languages/Locations.php:75
|
2002 |
-
msgid "Barbados"
|
2003 |
-
msgstr "Barbados"
|
2004 |
-
|
2005 |
-
#: src/Tribe/Languages/Locations.php:74
|
2006 |
-
msgid "Bangladesh"
|
2007 |
-
msgstr "Bangladesh"
|
2008 |
-
|
2009 |
-
#: src/Tribe/Languages/Locations.php:73
|
2010 |
-
msgid "Bahrain"
|
2011 |
-
msgstr "Bahrein"
|
2012 |
-
|
2013 |
-
#: src/Tribe/Languages/Locations.php:72
|
2014 |
-
msgid "Bahamas"
|
2015 |
-
msgstr "Bahamas"
|
2016 |
-
|
2017 |
-
#: src/Tribe/Languages/Locations.php:71
|
2018 |
-
msgid "Azerbaijan"
|
2019 |
-
msgstr "Azerbaiyán"
|
2020 |
-
|
2021 |
-
#: src/Tribe/Languages/Locations.php:70
|
2022 |
-
msgid "Austria"
|
2023 |
-
msgstr "Austria"
|
2024 |
-
|
2025 |
-
#: src/Tribe/Languages/Locations.php:69
|
2026 |
-
msgid "Australia"
|
2027 |
-
msgstr "Australia"
|
2028 |
-
|
2029 |
-
#: src/Tribe/Languages/Locations.php:68
|
2030 |
-
msgid "Aruba"
|
2031 |
-
msgstr "Aruba"
|
2032 |
-
|
2033 |
-
#: src/Tribe/Languages/Locations.php:67
|
2034 |
-
msgid "Armenia"
|
2035 |
-
msgstr "Armenia"
|
2036 |
-
|
2037 |
-
#: src/Tribe/Languages/Locations.php:66
|
2038 |
-
msgid "Argentina"
|
2039 |
-
msgstr "Argentina"
|
2040 |
-
|
2041 |
-
#: src/Tribe/Languages/Locations.php:65
|
2042 |
-
msgid "Antigua and Barbuda"
|
2043 |
-
msgstr ""
|
2044 |
-
|
2045 |
-
#: src/Tribe/Languages/Locations.php:64
|
2046 |
-
msgid "Antarctica"
|
2047 |
-
msgstr "Antártida"
|
2048 |
-
|
2049 |
-
#: src/Tribe/Languages/Locations.php:63
|
2050 |
-
msgid "Anguilla"
|
2051 |
-
msgstr "Anguilla"
|
2052 |
-
|
2053 |
-
#: src/Tribe/Languages/Locations.php:62
|
2054 |
-
msgid "Angola"
|
2055 |
-
msgstr "Angola"
|
2056 |
-
|
2057 |
-
#: src/Tribe/Languages/Locations.php:61
|
2058 |
-
msgid "Andorra"
|
2059 |
-
msgstr "Andorra"
|
2060 |
-
|
2061 |
-
#: src/Tribe/Languages/Locations.php:60
|
2062 |
-
msgid "American Samoa"
|
2063 |
-
msgstr "Samoa Americana"
|
2064 |
-
|
2065 |
-
#: src/Tribe/Languages/Locations.php:59
|
2066 |
-
msgid "Algeria"
|
2067 |
-
msgstr "Algeria"
|
2068 |
-
|
2069 |
-
#: src/Tribe/Languages/Locations.php:58
|
2070 |
-
msgid "Albania"
|
2071 |
-
msgstr "Albania"
|
2072 |
-
|
2073 |
-
#: src/Tribe/Languages/Locations.php:56
|
2074 |
-
msgid "Afghanistan"
|
2075 |
-
msgstr "Afganistán"
|
2076 |
-
|
2077 |
-
#: src/Tribe/View_Helpers.php:50
|
2078 |
-
msgid "Select a Country:"
|
2079 |
-
msgstr "Selecciona un país:"
|
2080 |
-
|
2081 |
-
#: src/Tribe/Validate.php:506
|
2082 |
-
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
-
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."
|
2084 |
-
|
2085 |
-
#: src/Tribe/Validate.php:490
|
2086 |
-
msgid "%s must be a phone number."
|
2087 |
-
msgstr "%s debe ser un número de teléfono."
|
2088 |
-
|
2089 |
-
#: src/Tribe/Validate.php:476
|
2090 |
-
msgid "%s must consist of 5 numbers."
|
2091 |
-
msgstr "%s debe solo contener 5 números."
|
2092 |
-
|
2093 |
-
#: src/Tribe/Validate.php:462
|
2094 |
-
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
-
msgstr "%s debe consistir solo de letras, guiones, apostrofes y espacios."
|
2096 |
-
|
2097 |
-
#: src/Tribe/Validate.php:446
|
2098 |
-
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
-
msgstr "%s debe consistir solo de letras, números, guiones, apostrofes y espacios."
|
2100 |
-
|
2101 |
-
#: src/Tribe/Validate.php:430
|
2102 |
-
msgid "%s must be a number between 0 and 21."
|
2103 |
-
msgstr "%s debe ser un número entre 0 y 21."
|
2104 |
-
|
2105 |
-
#: src/Tribe/Validate.php:376
|
2106 |
-
msgid "%s must be a number or percentage."
|
2107 |
-
msgstr "%s debe ser un número o un porcentaje."
|
2108 |
-
|
2109 |
-
#: src/Tribe/Validate.php:360
|
2110 |
-
msgid "%s cannot be a duplicate"
|
2111 |
-
msgstr "%s no puede estar duplicada"
|
2112 |
-
|
2113 |
-
#: src/Tribe/Validate.php:358
|
2114 |
-
msgid "%s cannot be the same as %s."
|
2115 |
-
msgstr "%s no puede ser igual a %s"
|
2116 |
-
|
2117 |
-
#: src/Tribe/Validate.php:351
|
2118 |
-
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
-
msgstr "La validación por comparación falló debido a que no se indicó el valor a comparar para el campo %s"
|
2120 |
-
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:315
|
2122 |
-
#: src/Tribe/Validate.php:337
|
2123 |
-
msgid "%s must have a value that's part of its options."
|
2124 |
-
msgstr "%s debe contener una valor que sea parte de sus opciones disponibles."
|
2125 |
-
|
2126 |
-
#: src/Tribe/Validate.php:282
|
2127 |
-
msgid "%s must be a valid absolute URL."
|
2128 |
-
msgstr "%s debe ser una URL absoluta válida"
|
2129 |
-
|
2130 |
-
#: src/Tribe/Validate.php:267
|
2131 |
-
msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
|
2132 |
-
msgstr "%s debe ser un slug válido (números, letras, guiones y guiones bajos)."
|
2133 |
-
|
2134 |
-
#: src/Tribe/Validate.php:200 src/Tribe/Validate.php:228
|
2135 |
-
msgid "%s must be a positive number."
|
2136 |
-
msgstr "%s debe ser un número positivo."
|
2137 |
-
|
2138 |
-
#: src/Tribe/Validate.php:152
|
2139 |
-
msgid "%s must contain numbers, letters and dots only"
|
2140 |
-
msgstr "%s solo debe contener números, letras y puntos"
|
2141 |
-
|
2142 |
-
#: src/Tribe/Validate.php:120 src/Tribe/Validate.php:136
|
2143 |
-
msgid "%s must contain numbers and letters only"
|
2144 |
-
msgstr "%s solo debe contener números y letras"
|
2145 |
-
|
2146 |
-
#: src/Tribe/Validate.php:105
|
2147 |
-
msgctxt "non-existant function name passed for field validation"
|
2148 |
-
msgid "with function name:"
|
2149 |
-
msgstr "con el nombre de la función:"
|
2150 |
-
|
2151 |
-
#: src/Tribe/Validate.php:104
|
2152 |
-
msgid "Non-existant field validation function passed"
|
2153 |
-
msgstr "La función de validación especificada no existe"
|
2154 |
-
|
2155 |
-
#: src/Tribe/Validate.php:73 src/Tribe/Validate.php:85
|
2156 |
-
#: src/Tribe/Validate.php:105
|
2157 |
-
msgid "Field ID:"
|
2158 |
-
msgstr "ID del Campo:"
|
2159 |
-
|
2160 |
-
#: src/Tribe/Validate.php:72 src/Tribe/Validate.php:84
|
2161 |
-
msgid "Invalid or incomplete field passed"
|
2162 |
-
msgstr "El campo especificado no es válido o esta incompleto"
|
2163 |
-
|
2164 |
-
#: src/Tribe/Support.php:188 src/Tribe/Support.php:189
|
2165 |
-
msgid "Unknown or not set"
|
2166 |
-
msgstr "Desconocido o no establecido"
|
2167 |
-
|
2168 |
-
#: src/admin-views/tribe-options-help.php:41
|
2169 |
-
msgid "System Information"
|
2170 |
-
msgstr "Información del Sistema"
|
2171 |
-
|
2172 |
-
#: src/Tribe/Settings_Tab.php:222
|
2173 |
-
msgid "There are no fields setup for this tab yet."
|
2174 |
-
msgstr "Todavía no hay campos definidos para esta pestaña."
|
2175 |
-
|
2176 |
-
#: src/Tribe/Settings.php:621
|
2177 |
-
msgid "The above setting was not saved. Other settings were successfully saved."
|
2178 |
-
msgid_plural "The above settings were not saved. Other settings were successfully saved."
|
2179 |
-
msgstr[0] "El ajuste anterior no se ha guardado. Los otros ajustes se han guardado correctamente."
|
2180 |
-
msgstr[1] "Los ajustes anterioriores no se ha guardado. Los otros ajustes se han guardado correctamente."
|
2181 |
-
|
2182 |
-
#: src/Tribe/Settings.php:620
|
2183 |
-
msgid "None of your settings were saved. Please try again."
|
2184 |
-
msgstr "Los ajustes no fueron guardados. Por favor intentelo nuevamente."
|
2185 |
-
|
2186 |
-
#: src/Tribe/Settings.php:610
|
2187 |
-
msgid "Your form had the following errors:"
|
2188 |
-
msgstr "El formulario contiene los siguientes errores:"
|
2189 |
-
|
2190 |
-
#: src/Tribe/Settings.php:431
|
2191 |
-
msgid "The request wasn't sent from this tab."
|
2192 |
-
msgstr "La solicitud no ha sido enviado desde esta pestaña."
|
2193 |
-
|
2194 |
-
#: src/Tribe/Settings.php:425
|
2195 |
-
msgid "The request was sent insecurely."
|
2196 |
-
msgstr "La solicitud se ha enviado de forma no segura."
|
2197 |
-
|
2198 |
-
#: src/Tribe/Settings.php:419
|
2199 |
-
msgid "You don't have permission to do that."
|
2200 |
-
msgstr "No tienes permiso para hacer eso."
|
2201 |
-
|
2202 |
-
#: src/Tribe/Settings.php:363
|
2203 |
-
msgid "You've requested a non-existent tab."
|
2204 |
-
msgstr "Has solicitado una pestaña inexistente."
|
2205 |
-
|
2206 |
-
#: src/Tribe/Settings.php:349
|
2207 |
-
msgid "%s Settings"
|
2208 |
-
msgstr "Ajustes %s "
|
2209 |
-
|
2210 |
-
#: src/Tribe/Settings.php:253 src/Tribe/Settings.php:273
|
2211 |
-
msgid "Events Settings"
|
2212 |
-
msgstr "Ajustes de Eventos"
|
2213 |
-
|
2214 |
-
#: src/Tribe/PUE/Checker.php:888
|
2215 |
-
msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
|
2216 |
-
msgstr ""
|
2217 |
-
|
2218 |
-
#: src/Tribe/PUE/Checker.php:927
|
2219 |
-
msgid "Valid Key! Expires on %s"
|
2220 |
-
msgstr "¡Clave válida! Caduca el %s"
|
2221 |
-
|
2222 |
-
#: src/Tribe/PUE/Checker.php:907
|
2223 |
-
msgid "Sorry, key validation server is not available."
|
2224 |
-
msgstr "Lo sentimos, el servidor de validación de claves no está disponible."
|
2225 |
-
|
2226 |
-
#: src/Tribe/PUE/Checker.php:650
|
2227 |
-
msgid "License key(s) updated."
|
2228 |
-
msgstr "Clave de licencia actualizada."
|
2229 |
-
|
2230 |
-
#: src/Tribe/PUE/Checker.php:494
|
2231 |
-
msgid "A valid license key is required for support and updates"
|
2232 |
-
msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones."
|
2233 |
-
|
2234 |
-
#: src/Tribe/PUE/Checker.php:509 src/Tribe/PUE/Checker.php:520
|
2235 |
-
msgid "License Key"
|
2236 |
-
msgstr "Clave de Licencia"
|
2237 |
-
|
2238 |
-
#: src/Tribe/Main.php:285
|
2239 |
-
msgid "Search:"
|
2240 |
-
msgstr ""
|
2241 |
-
|
2242 |
-
#: src/Tribe/Settings.php:254
|
2243 |
-
msgid "Settings"
|
2244 |
-
msgstr "Ajustes"
|
2245 |
-
|
2246 |
-
#: src/Tribe/Settings_Manager.php:219
|
2247 |
-
msgid "Network"
|
2248 |
-
msgstr "Red"
|
2249 |
-
|
2250 |
-
#: src/Tribe/Main.php:310
|
2251 |
-
msgid "Done"
|
2252 |
-
msgstr "Hecho"
|
2253 |
-
|
2254 |
-
#: src/Tribe/Main.php:309
|
2255 |
-
msgid "Today"
|
2256 |
-
msgstr "Hoy"
|
2257 |
-
|
2258 |
-
#: src/Tribe/Main.php:308
|
2259 |
-
msgid "Prev"
|
2260 |
-
msgstr "Anterior"
|
2261 |
-
|
2262 |
-
#: src/Tribe/Main.php:291 src/Tribe/Main.php:307
|
2263 |
-
msgid "Next"
|
2264 |
-
msgstr "Siguiente"
|
2265 |
-
|
2266 |
-
#: src/Tribe/Settings_Manager.php:279
|
2267 |
-
msgid "Help"
|
2268 |
-
msgstr "Ayuda"
|
2269 |
-
|
2270 |
-
#: src/Tribe/Settings_Manager.php:55
|
2271 |
-
msgid "Display"
|
2272 |
-
msgstr "Visualización"
|
2273 |
-
|
2274 |
-
#: src/Tribe/Settings_Manager.php:253
|
2275 |
-
#: src/admin-views/tribe-options-licenses.php:66
|
2276 |
-
msgid "Licenses"
|
2277 |
-
msgstr "Licencias"
|
2278 |
-
|
2279 |
-
#: src/Tribe/Admin/Help_Page.php:59 src/Tribe/Customizer.php:569
|
2280 |
-
#: src/Tribe/Plugins_API.php:25
|
2281 |
-
msgid "The Events Calendar"
|
2282 |
-
msgstr "The Events Calendar"
|
2283 |
-
|
2284 |
-
#: src/Tribe/Settings.php:177 src/Tribe/Settings.php:241
|
2285 |
-
#: src/Tribe/Settings.php:242
|
2286 |
-
msgid "Events"
|
2287 |
-
msgstr "Eventos"
|
2288 |
-
|
2289 |
-
#: src/Tribe/Settings.php:643
|
2290 |
-
msgid "Settings saved."
|
2291 |
-
msgstr "Ajustes guardados."
|
2292 |
-
|
2293 |
-
#: src/Tribe/Settings_Manager.php:54
|
2294 |
-
msgid "General"
|
2295 |
-
msgstr "General"
|
2296 |
-
|
2297 |
-
#: src/Tribe/Field.php:626
|
2298 |
-
msgid "No select options specified"
|
2299 |
-
msgstr "No se seleccionó ninguna opción."
|
2300 |
-
|
2301 |
-
#: src/Tribe/Field.php:568
|
2302 |
-
msgid "No checkbox options specified"
|
2303 |
-
msgstr "No se especificó ninguna opción."
|
2304 |
-
|
2305 |
-
#: src/Tribe/Field.php:532
|
2306 |
-
msgid "No radio options specified"
|
2307 |
-
msgstr "No se especificó ninguna opción."
|
2308 |
-
|
2309 |
-
#: src/Tribe/Field.php:231
|
2310 |
-
msgid "Invalid field type specified"
|
2311 |
-
msgstr "Tipo de Campo especificado es incorrecto"
|
2312 |
-
|
2313 |
-
#: src/Tribe/Credits.php:31
|
2314 |
-
msgid "This calendar is powered by The Events Calendar."
|
2315 |
-
msgstr "Este calendario está creado con The Events Calendar."
|
2316 |
-
|
2317 |
-
#: src/Tribe/App_Shop.php:50 src/Tribe/App_Shop.php:51
|
2318 |
-
#: src/Tribe/App_Shop.php:72
|
2319 |
-
msgid "Event Add-Ons"
|
2320 |
-
msgstr "Complementos para Eventos"
|
2321 |
-
|
2322 |
-
#: src/Tribe/Languages/Locations.php:55
|
2323 |
-
msgid "United States"
|
2324 |
-
msgstr "Estados Unidos"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common/lang/tribe-common-et.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Vali riik:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Riikide list peab olema formaadis üks maa reas järgneva formaadi järgi: <br>US,Ameerika Ühendriigid <br> UK, United Kingdom."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s peab olema telefoninumber"
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s peab sisaldama 5 numbrit"
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s võib sisaldada vaid tähti, tühikuid, ülakoma ja mõttekriipsu"
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s võib sisaldada vaid tähti, numbreid, ülakoma ja tühikuid"
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s peab olema number 0 ja 21 vahel"
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s peab olema number protsentides"
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ei saa olla dublikaat"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ei saa olla sama kui %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Võrdlus ebaõnnestus kuna väärtust ei edastatud väljale %s."
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s peab sisaldama väärtust sellest valikust"
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Vali riik:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Riikide list peab olema formaadis üks maa reas järgneva formaadi järgi: <br>US,Ameerika Ühendriigid <br> UK, United Kingdom."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s peab olema telefoninumber"
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s peab sisaldama 5 numbrit"
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s võib sisaldada vaid tähti, tühikuid, ülakoma ja mõttekriipsu"
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s võib sisaldada vaid tähti, numbreid, ülakoma ja tühikuid"
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s peab olema number 0 ja 21 vahel"
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s peab olema number protsentides"
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ei saa olla dublikaat"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ei saa olla sama kui %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Võrdlus ebaõnnestus kuna väärtust ei edastatud väljale %s."
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s peab sisaldama väärtust sellest valikust"
|
2125 |
|
common/lang/tribe-common-fi.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afganistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Valitse maa:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Maaluettelossa tulee olla yksi maa per rivi seuraavassa muodossa: <br>US, Yhdysvallat <br> UK, Iso-Britannia."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s on oltava puhelinnumero."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s täytyy sisältää 5 numeroa."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s saa olla vain kirjaimia, välilyöntejä, heittomerkkejä ja viivoja."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s saa sisältää vain kirjaimia, numeroita, väliviivoja, heittomerkkejä ja välilyöntejä."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s täytyy olla numero väliltä 0 ja 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s täytyy olla numero tai prosenttiluku."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ei voi olla kaksoiskappale"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ei voi olla sama kuin %s ."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Kentän %s validointi epäonnistui, koska vertailuarvoa ei annettu"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s on oltava arvo, joka on sen asetuksissa."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Valitse maa:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Maaluettelossa tulee olla yksi maa per rivi seuraavassa muodossa: <br>US, Yhdysvallat <br> UK, Iso-Britannia."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s on oltava puhelinnumero."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s täytyy sisältää 5 numeroa."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s saa olla vain kirjaimia, välilyöntejä, heittomerkkejä ja viivoja."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s saa sisältää vain kirjaimia, numeroita, väliviivoja, heittomerkkejä ja välilyöntejä."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s täytyy olla numero väliltä 0 ja 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s täytyy olla numero tai prosenttiluku."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ei voi olla kaksoiskappale"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ei voi olla sama kuin %s ."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Kentän %s validointi epäonnistui, koska vertailuarvoa ei annettu"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s on oltava arvo, joka on sen asetuksissa."
|
2125 |
|
common/lang/tribe-common-fr_CA.mo
CHANGED
Binary file
|
common/lang/tribe-common-fr_CA.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Choisissez un pays :"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s doit être un numéro de téléphone."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s doit contenir 5 chiffres."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s doit contenir uniquement des lettres, tirets, apostrophes et espaces."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s doit contenir uniquement des lettres, chiffres, tirets, apostrophes et espaces."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s doit être un chiffre entre 0 et 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s doit être un chiffre ou en pourcentage."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ne peut être dupliqué"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ne peut-être pareil à %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Validation de comparaison échoué parce qu’il n’y a pas de valeur de comparaison fourni pour le champ %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s doit contenir une valeur qui font partie de l'une de ses options."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Choisissez un pays :"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s doit être un numéro de téléphone."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s doit contenir 5 chiffres."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s doit contenir uniquement des lettres, tirets, apostrophes et espaces."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s doit contenir uniquement des lettres, chiffres, tirets, apostrophes et espaces."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s doit être un chiffre entre 0 et 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s doit être un chiffre ou en pourcentage."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ne peut être dupliqué"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ne peut-être pareil à %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Validation de comparaison échoué parce qu’il n’y a pas de valeur de comparaison fourni pour le champ %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s doit contenir une valeur qui font partie de l'une de ses options."
|
2125 |
|
common/lang/tribe-common-fr_FR.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Choisissez un pays :"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s doit être un numéro de téléphone."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s doit comprendre au moins 5 chiffres."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s doit comporter des lettres, espaces, apostrophes et tirets."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s doit contenir seulement des lettres, nombres, tirets, apostrophes et espaces."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s doit être un nombre entre 0 et 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s doit être un nombre ou un pourcentage."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ne doit pas être en double"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ne peut être identique à %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Échec de validation de la comparaison : aucune valeur de comparaison fournie pour le champ %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s doit être une valeur qui fait parti de ses options."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Choisissez un pays :"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s doit être un numéro de téléphone."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s doit comprendre au moins 5 chiffres."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s doit comporter des lettres, espaces, apostrophes et tirets."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s doit contenir seulement des lettres, nombres, tirets, apostrophes et espaces."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s doit être un nombre entre 0 et 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s doit être un nombre ou un pourcentage."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s ne doit pas être en double"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ne peut être identique à %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Échec de validation de la comparaison : aucune valeur de comparaison fournie pour le champ %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s doit être une valeur qui fait parti de ses options."
|
2125 |
|
common/lang/tribe-common-hu_HU.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afganisztán"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Válassz országot:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Egy ország soronként a következő formában: <br> US, Egyesült Államok <br> UK, Egyesült Királyság."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s csak telefonszám lehet."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s 5 számot kell, hogy tartalmazzon."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s csak betűket, szóközöket, aposztrofokat és kötőjeleket tartalmazhat."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s csak betűket, számokat, kötőjeleket, aposztrofokat és szóközöket tartalmazhat."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s értéke csak 0 és 21 közötti szám lehet."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s csak szám vagy százalék lehet."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s nem lehet duplikált"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s nem lehet ugyan az, mint %s"
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Az összehasonlítás érvényesítése sikertelen volt, mert nem lett megadva összehasonlítási érték erre a mezőre: %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s csak olyan értéket vehet fel, amit a lehetőségei tartamaznak."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Válassz országot:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Egy ország soronként a következő formában: <br> US, Egyesült Államok <br> UK, Egyesült Királyság."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s csak telefonszám lehet."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s 5 számot kell, hogy tartalmazzon."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s csak betűket, szóközöket, aposztrofokat és kötőjeleket tartalmazhat."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s csak betűket, számokat, kötőjeleket, aposztrofokat és szóközöket tartalmazhat."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s értéke csak 0 és 21 közötti szám lehet."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s csak szám vagy százalék lehet."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s nem lehet duplikált"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s nem lehet ugyan az, mint %s"
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Az összehasonlítás érvényesítése sikertelen volt, mert nem lett megadva összehasonlítási érték erre a mezőre: %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s csak olyan értéket vehet fel, amit a lehetőségei tartamaznak."
|
2125 |
|
common/lang/tribe-common-id_ID.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afganistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Pilih Negara:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Daftar Negara harus diformat sebagai salah satu negara per baris dalam format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s harus berupa nomor telepon."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s harus terdiri dari 5 angka."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s harus terdiri dari huruf, spasi, apostrof, dan tanda hubung."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s harus terdiri dari huruf, angka, tanda hubung, apostrof, dan spasi saja."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s harus berupa angka antara 0 dan 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s harus berupa angka atau persentase."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s tidak dapat duplikat"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s tidak bisa sama dengan %s ."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Validasi perbandingan gagal karena tidak ada nilai perbandingan diberikan, untuk field %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Pilih Negara:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "Daftar Negara harus diformat sebagai salah satu negara per baris dalam format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s harus berupa nomor telepon."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s harus terdiri dari 5 angka."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s harus terdiri dari huruf, spasi, apostrof, dan tanda hubung."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s harus terdiri dari huruf, angka, tanda hubung, apostrof, dan spasi saja."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s harus berupa angka antara 0 dan 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s harus berupa angka atau persentase."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s tidak dapat duplikat"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s tidak bisa sama dengan %s ."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Validasi perbandingan gagal karena tidak ada nilai perbandingan diberikan, untuk field %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
|
2125 |
|
common/lang/tribe-common-is_IS.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Veldu land:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s verður að vera símanúmer."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s verður að innihalda 5 tölustafi."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s verður að vera bókstafir, bil, úrfellingarmerki og bandstrik."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s verður að innihalda bókstafi, tölur, bandstrik, úrfellingarmerki og bil."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s verður að vera tala á milli 0 og 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s verður að vera tala eða prósenta."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s má ekki vera afrit"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s má ekki vera sama og %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Samanburðar skráning tókst ekki þar sem engin samanburðar gildi voru tilgreind fyrir svæði %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s verður að vera gildi sem er hluti af valkosti."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Veldu land:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s verður að vera símanúmer."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s verður að innihalda 5 tölustafi."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s verður að vera bókstafir, bil, úrfellingarmerki og bandstrik."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s verður að innihalda bókstafi, tölur, bandstrik, úrfellingarmerki og bil."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s verður að vera tala á milli 0 og 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s verður að vera tala eða prósenta."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s má ekki vera afrit"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s má ekki vera sama og %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Samanburðar skráning tókst ekki þar sem engin samanburðar gildi voru tilgreind fyrir svæði %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s verður að vera gildi sem er hluti af valkosti."
|
2125 |
|
common/lang/tribe-common-it_IT.mo
CHANGED
Binary file
|
common/lang/tribe-common-it_IT.po
CHANGED
@@ -1,2324 +0,0 @@
|
|
1 |
-
# Translation of Tribe Common in Italian
|
2 |
-
# This file is distributed under the same license as the Tribe Common package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"PO-Revision-Date: 2015-12-02 19:08:14+0000\n"
|
6 |
-
"MIME-Version: 1.0\n"
|
7 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
-
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
-
"X-Generator: GlotPress/2.3.1\n"
|
11 |
-
"Language: it\n"
|
12 |
-
"Project-Id-Version: Tribe Common\n"
|
13 |
-
|
14 |
-
#: src/Tribe/Validate.php:184
|
15 |
-
msgid "%s must not be empty"
|
16 |
-
msgstr ""
|
17 |
-
|
18 |
-
#: src/Tribe/Validate.php:537
|
19 |
-
msgid "%s must be an email address."
|
20 |
-
msgstr ""
|
21 |
-
|
22 |
-
#: src/Tribe/Languages/Locations.php:252
|
23 |
-
msgid "Sint Maarten"
|
24 |
-
msgstr ""
|
25 |
-
|
26 |
-
#: src/Tribe/Languages/Locations.php:245
|
27 |
-
msgid "São Tomé and Príncipe"
|
28 |
-
msgstr ""
|
29 |
-
|
30 |
-
#: src/Tribe/Languages/Locations.php:238
|
31 |
-
msgid "Saint Helena"
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: src/Tribe/Languages/Locations.php:237
|
35 |
-
msgid "Saint Barthélemy"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: src/Tribe/Languages/Locations.php:113
|
39 |
-
msgid "Curaçao"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: src/Tribe/Languages/Locations.php:103
|
43 |
-
msgid "Collectivity of Saint Martin"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: src/Tribe/Languages/Locations.php:57
|
47 |
-
msgid "Åland Islands"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: src/admin-views/tribe-options-help.php:20
|
51 |
-
msgid "Check out our %s for developers."
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: src/admin-views/tribe-options-help.php:18
|
55 |
-
msgid "Want to dive deeper?"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: src/admin-views/tribe-options-display.php:28
|
59 |
-
msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
63 |
-
msgid "A list of links to the term own, archive and parent REST URL"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: src/Tribe/Main.php:288
|
67 |
-
msgid "Clear Selection."
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: src/Tribe/Main.php:287
|
71 |
-
msgid "Select all pages"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: src/Tribe/Main.php:286
|
75 |
-
msgid "All items on this page were selected. "
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: src/Tribe/Plugins_API.php:94
|
79 |
-
msgid "Accept user-submitted events on your site! With Community Events, you can accept public submissions or require account sign-on. Settings give you the options to save as a draft or publish automatically, enable categories and tags, and choose whether users can edit/manage their own events or simply submit. Best of all - setup is easy! Just activate, configure the options, and off you go."
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: src/Tribe/Plugins_API.php:37
|
83 |
-
msgid "Import events from across the web! Event Aggregator makes it easy to run scheduled or manual imports from Facebook, Meetup, Google Calendar, and iCalendar, along with uploads from CSV and ICS files. You can also import directly from other sites running The Events Calendar thanks to our built-in REST API support."
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: src/Tribe/Ajax/Dropdown.php:243
|
87 |
-
msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: src/Tribe/Ajax/Dropdown.php:193
|
91 |
-
msgid "Empty data set for this dropdown"
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: src/Tribe/Ajax/Dropdown.php:180
|
95 |
-
msgid "Missing data source for this dropdown"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: src/Tribe/Ajax/Dropdown.php:38
|
99 |
-
msgid "Cannot look for Terms without a taxonomy"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: src/Tribe/Plugins_API.php:60
|
103 |
-
msgid "Event Tickets provides a simple way for visitors to RSVP to your events. As a standalone plugin, it enables you to add RSVP functionality to posts or pages. When paired with The Events Calendar, you can add that same RSVP functionality directly to your event listings."
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: src/Tribe/Plugins_API.php:28
|
107 |
-
msgid "Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust."
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: src/Tribe/PUE/Checker.php:1095
|
111 |
-
msgid "There is a new version of %1$s available. %2$s"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: src/Tribe/PUE/Checker.php:1084
|
115 |
-
msgid "Update now to version %s."
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: src/Tribe/PUE/Notices.php:340
|
119 |
-
msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: src/Tribe/PUE/Notices.php:225
|
123 |
-
msgid "It looks like you're using %1$s, but the license key is invalid. Please download the latest version %2$sfrom your account%3$s."
|
124 |
-
msgid_plural "It looks like you're using %1$s, but the license keys are invalid. Please download the latest versions %2$sfrom your account%3$s."
|
125 |
-
msgstr[0] ""
|
126 |
-
msgstr[1] ""
|
127 |
-
|
128 |
-
#: src/Tribe/PUE/Checker.php:976
|
129 |
-
msgid "Please refresh the page and try your request again."
|
130 |
-
msgstr ""
|
131 |
-
|
132 |
-
#: src/Tribe/Plugins_API.php:129
|
133 |
-
msgid "Take your image widgets to the next level with Image Widget Plus! We've taken the simple functionality of our basic Image Widget and amped it up with several popular feature requests - multiple image support, slideshow, lightbox, and random image - all backed by a full year of premium support."
|
134 |
-
msgstr ""
|
135 |
-
|
136 |
-
#: src/Tribe/Plugins_API.php:125
|
137 |
-
msgid "Image Widget Plus"
|
138 |
-
msgstr ""
|
139 |
-
|
140 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
|
141 |
-
msgid "The URL to the term archive page"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
|
145 |
-
msgid "The number of posts associated with the term"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
|
149 |
-
msgid "The term parent term if any"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
|
153 |
-
msgid "The term description"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
|
157 |
-
msgid "The taxonomy the term belongs to"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
|
161 |
-
msgid "The term slug"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
|
165 |
-
msgid "The term name"
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
|
169 |
-
msgid "The WordPress term ID"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:36
|
173 |
-
msgid "The link to the image in the specified size on the site"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
|
177 |
-
msgid "The image mime-type"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
|
181 |
-
msgid "The image height in pixels in the specified size"
|
182 |
-
msgstr ""
|
183 |
-
|
184 |
-
#: src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
|
185 |
-
msgid "The image width in pixels in the specified size"
|
186 |
-
msgstr ""
|
187 |
-
|
188 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:44
|
189 |
-
msgid "The details about each size available for the image"
|
190 |
-
msgstr ""
|
191 |
-
|
192 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:40
|
193 |
-
msgid "The image natural height in pixels"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:36
|
197 |
-
msgid "The image natural width in pixels"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:32
|
201 |
-
msgid "The image file extension"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:28
|
205 |
-
msgid "The image WordPress post ID"
|
206 |
-
msgstr ""
|
207 |
-
|
208 |
-
#: src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:24
|
209 |
-
msgid "The URL to the full size version of the image"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
|
213 |
-
msgid "The date seconds"
|
214 |
-
msgstr ""
|
215 |
-
|
216 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
|
217 |
-
msgid "The date minutes"
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
|
221 |
-
msgid "The date hour"
|
222 |
-
msgstr ""
|
223 |
-
|
224 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
|
225 |
-
msgid "The date day"
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
|
229 |
-
msgid "The date month"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
|
233 |
-
msgid "The date year"
|
234 |
-
msgstr ""
|
235 |
-
|
236 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
|
237 |
-
msgid "A sorted array of all the numeric values for the cost"
|
238 |
-
msgstr ""
|
239 |
-
|
240 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
|
241 |
-
msgid "The position of the currency symbol in the cost string"
|
242 |
-
msgstr ""
|
243 |
-
|
244 |
-
#: src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
|
245 |
-
msgid "The cost currency symbol"
|
246 |
-
msgstr ""
|
247 |
-
|
248 |
-
#: src/Tribe/PUE/Checker.php:497
|
249 |
-
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: src/Tribe/Validate.php:248
|
253 |
-
msgid "%s must be a whole number."
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: src/Tribe/Settings.php:281 src/Tribe/Settings.php:282
|
257 |
-
msgid "Events Help"
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: src/Tribe/PUE/Checker.php:1670
|
261 |
-
msgid "Expired license. Consult your network administrator."
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: src/Tribe/PUE/Checker.php:1669
|
265 |
-
msgid "No license entered. Consult your network administrator."
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: src/Tribe/PUE/Checker.php:1668
|
269 |
-
msgid "A valid license has been entered by your network administrator."
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: src/Tribe/PUE/Checker.php:550
|
273 |
-
msgid "Site License Key"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: src/Tribe/PUE/Checker.php:539
|
277 |
-
msgid "Check this box if you wish to override the network license key with your own"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: src/Tribe/PUE/Checker.php:538
|
281 |
-
msgid "Override network license key"
|
282 |
-
msgstr ""
|
283 |
-
|
284 |
-
#: src/Tribe/PUE/Checker.php:529 src/Tribe/PUE/Checker.php:563
|
285 |
-
msgid "License Key Status:"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: src/Tribe/Customizer.php:570
|
289 |
-
msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
|
290 |
-
msgstr ""
|
291 |
-
|
292 |
-
#: src/Tribe/Extension.php:368
|
293 |
-
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."
|
294 |
-
msgstr ""
|
295 |
-
|
296 |
-
#: src/Tribe/Extension.php:144
|
297 |
-
msgid "Tutorial"
|
298 |
-
msgstr ""
|
299 |
-
|
300 |
-
#: src/admin-views/app-shop.php:31
|
301 |
-
msgid "Installed"
|
302 |
-
msgstr ""
|
303 |
-
|
304 |
-
#: src/admin-views/app-shop.php:29
|
305 |
-
msgid "Installed Add-Ons"
|
306 |
-
msgstr ""
|
307 |
-
|
308 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:92
|
309 |
-
msgctxt "the final separator in a list of two or more items"
|
310 |
-
msgid " and "
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:91
|
314 |
-
msgctxt "separator used in a list of items"
|
315 |
-
msgid ", "
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: src/admin-views/tribe-options-help.php:55
|
319 |
-
msgid "Event Log"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: src/admin-views/tribe-options-help.php:42
|
323 |
-
msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: src/admin-views/app-shop.php:26
|
327 |
-
msgid "Buy This Add-On"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: src/admin-views/app-shop.php:5
|
331 |
-
msgid "Browse All Add-Ons"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: src/admin-views/app-shop.php:4
|
335 |
-
msgid "Events Add-Ons"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: src/Tribe/PUE/Notices.php:383
|
339 |
-
msgctxt "formatted plugin list"
|
340 |
-
msgid "%1$s and %2$s"
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: src/Tribe/PUE/Notices.php:302
|
344 |
-
msgid "You have a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your license, or purchase a new one."
|
345 |
-
msgid_plural "You have license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to manage your installs, upgrade your licenses, or purchase new ones."
|
346 |
-
msgstr[0] ""
|
347 |
-
msgstr[1] ""
|
348 |
-
|
349 |
-
#: src/Tribe/PUE/Notices.php:270
|
350 |
-
msgid "There is an update available for %1$s but your license has expired. %2$sVisit the Events Calendar website to renew your license.%3$s"
|
351 |
-
msgid_plural "Updates are available for %1$s but your license keys have expired. %2$sVisit the Events Calendar website to renew your licenses.%3$s"
|
352 |
-
msgstr[0] ""
|
353 |
-
msgstr[1] ""
|
354 |
-
|
355 |
-
#: src/Tribe/PUE/Checker.php:1054
|
356 |
-
msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: src/Tribe/PUE/Checker.php:997
|
360 |
-
msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: src/Tribe/Admin/Help_Page.php:219 src/Tribe/Plugins_API.php:34
|
364 |
-
msgid "Event Aggregator"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: src/Tribe/Admin/Notice/Plugin_Download.php:75
|
368 |
-
msgid "To begin using %1$s, please install and activate the latest version of %2$s."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: src/admin-views/tribe-options-licenses.php:30
|
372 |
-
msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: src/admin-views/tribe-options-licenses.php:25
|
376 |
-
msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: src/admin-views/tribe-options-licenses.php:22
|
380 |
-
msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: src/admin-views/tribe-options-licenses.php:15
|
384 |
-
msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: src/admin-views/tribe-options-licenses.php:11
|
388 |
-
#: src/admin-views/tribe-options-licenses.php:16
|
389 |
-
msgid " (opens in new window)"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: src/Tribe/Languages/Locations.php:110
|
393 |
-
msgid "Côte d'Ivoire"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: src/Tribe/Support.php:372
|
397 |
-
msgid "Unique System Info Key Generated"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: src/Tribe/Support.php:358 src/Tribe/Support.php:384
|
401 |
-
msgid "Permission Error"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: src/Tribe/Support.php:325 src/Tribe/Support.php:330
|
405 |
-
msgid "Invalid Key"
|
406 |
-
msgstr ""
|
407 |
-
|
408 |
-
#: src/Tribe/Support.php:306
|
409 |
-
msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: src/Tribe/Support.php:305
|
413 |
-
msgid "Yes, automatically share my system information with the Modern Tribe support team"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: src/Tribe/Support.php:171
|
417 |
-
msgid "English"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: src/Tribe/PUE/Checker.php:961 src/Tribe/PUE/Notices.php:285
|
421 |
-
msgid " (opens in a new window)"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: src/Tribe/PUE/Checker.php:959 src/Tribe/PUE/Notices.php:283
|
425 |
-
msgid "Renew Your License Now"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: src/Tribe/Main.php:298
|
429 |
-
msgid ": Selected 1 row"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: src/Tribe/Main.php:297
|
433 |
-
msgid ": Selected %d rows"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: src/Tribe/Main.php:292
|
437 |
-
msgid "Previous"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: src/Tribe/Main.php:290
|
441 |
-
msgid "All"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: src/Tribe/Main.php:284
|
445 |
-
msgid "No matching records found"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: src/Tribe/Main.php:283
|
449 |
-
msgid "(filtered from _MAX_ total entries)"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: src/Tribe/Main.php:282
|
453 |
-
msgid "Showing 0 to 0 of 0 entries"
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: src/Tribe/Main.php:281
|
457 |
-
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
458 |
-
msgstr ""
|
459 |
-
|
460 |
-
#: src/Tribe/Main.php:280
|
461 |
-
msgid "No data available in table"
|
462 |
-
msgstr ""
|
463 |
-
|
464 |
-
#: src/Tribe/Main.php:279
|
465 |
-
msgid "Show _MENU_ entries"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: src/Tribe/Main.php:277
|
469 |
-
msgid ": activate to sort column descending"
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: src/Tribe/Main.php:276
|
473 |
-
msgid ": activate to sort column ascending"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: src/Tribe/Main.php:257
|
477 |
-
msgid "Press \"Cmd + C\" to copy"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: src/Tribe/Main.php:256
|
481 |
-
msgid "System info copied"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: src/Tribe/Main.php:255 src/admin-views/tribe-options-help.php:50
|
485 |
-
msgid "Copy to clipboard"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#: src/Tribe/Error.php:38
|
489 |
-
msgid "An Unknown error occurred"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: src/Tribe/Plugins_API.php:116
|
493 |
-
msgid "The Eventbrite Tickets add-on allows you to create & sell tickets through The Events Calendar using the power of %1$sEventbrite%2$s. Whether you’re creating your ticket on the WordPress dashboard or importing the details of an already-existing event from %1$sEventbrite.com%2$s, this add-on brings the power of the Eventbrite API to your calendar."
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: src/Tribe/Plugins_API.php:71
|
497 |
-
msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: src/Tribe/Plugins_API.php:105
|
501 |
-
msgctxt "Names of required plugins for Community Tickets"
|
502 |
-
msgid "Event Tickets Plus and Community Events"
|
503 |
-
msgstr ""
|
504 |
-
|
505 |
-
#: src/Tribe/Plugins_API.php:104
|
506 |
-
msgid "Enable Community Events organizers to offer tickets to their events. You can set flexible payment and fee options. They can even check-in attendees to their events! All of this managed from the front-end of your site without ever needing to grant access to your admin"
|
507 |
-
msgstr ""
|
508 |
-
|
509 |
-
#: src/Tribe/Plugins_API.php:48
|
510 |
-
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."
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: src/Tribe/Plugins_API.php:84
|
514 |
-
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."
|
515 |
-
msgstr ""
|
516 |
-
|
517 |
-
#: src/Tribe/Admin/Help_Page.php:227 src/Tribe/Plugins_API.php:80
|
518 |
-
msgid "Filter Bar"
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: src/Tribe/Credits.php:64
|
522 |
-
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
523 |
-
msgstr ""
|
524 |
-
|
525 |
-
#: src/Tribe/Credits.php:55
|
526 |
-
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
527 |
-
msgstr ""
|
528 |
-
|
529 |
-
#: src/Tribe/Log/Null_Logger.php:26
|
530 |
-
msgid "Null logger (will log nothing)"
|
531 |
-
msgstr ""
|
532 |
-
|
533 |
-
#: src/admin-views/event-log.php:117
|
534 |
-
msgid "Download log"
|
535 |
-
msgstr ""
|
536 |
-
|
537 |
-
#: src/admin-views/event-log.php:100
|
538 |
-
msgid "The selected log file is empty or has not been generated yet."
|
539 |
-
msgstr ""
|
540 |
-
|
541 |
-
#: src/admin-views/event-log.php:43
|
542 |
-
msgid "Method"
|
543 |
-
msgstr ""
|
544 |
-
|
545 |
-
#: src/admin-views/event-log.php:21
|
546 |
-
msgid "Logging level"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: src/Tribe/Validate.php:168
|
550 |
-
msgid "%s must contain numbers, letters, dashes and undescores only"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: src/Tribe/Log.php:376
|
554 |
-
msgid "Full debug (all events)"
|
555 |
-
msgstr ""
|
556 |
-
|
557 |
-
#: src/Tribe/Log.php:375
|
558 |
-
msgid "Warnings and errors"
|
559 |
-
msgstr ""
|
560 |
-
|
561 |
-
#: src/Tribe/Log.php:374
|
562 |
-
msgid "Only errors"
|
563 |
-
msgstr ""
|
564 |
-
|
565 |
-
#: src/Tribe/Log.php:373
|
566 |
-
msgid "Disabled"
|
567 |
-
msgstr ""
|
568 |
-
|
569 |
-
#: src/Tribe/Log.php:274
|
570 |
-
msgid "Cannot set %s as the current logging engine"
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: src/Tribe/Log/File_Logger.php:128
|
574 |
-
msgid "Default (uses temporary files)"
|
575 |
-
msgstr ""
|
576 |
-
|
577 |
-
#: src/Tribe/Log/Admin.php:148
|
578 |
-
msgctxt "log engines"
|
579 |
-
msgid "None currently available"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: src/Tribe/Log/Admin.php:133
|
583 |
-
msgctxt "log selector"
|
584 |
-
msgid "None currently available"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: src/admin-views/tribe-options-help.php:52
|
588 |
-
msgid "Recent Template Changes"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: src/Tribe/Support/Template_Checker_Report.php:115
|
592 |
-
msgid "Information about recent template changes and potentially impacted template overrides is provided below."
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
-
#: src/Tribe/Support/Template_Checker_Report.php:113
|
596 |
-
msgid "No notable template changes detected."
|
597 |
-
msgstr ""
|
598 |
-
|
599 |
-
#: src/Tribe/Support/Template_Checker_Report.php:97
|
600 |
-
msgid "based on %s version"
|
601 |
-
msgstr ""
|
602 |
-
|
603 |
-
#: src/Tribe/Support/Template_Checker_Report.php:96
|
604 |
-
msgid "version data missing from override"
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: src/Tribe/Support/Template_Checker_Report.php:92
|
608 |
-
msgid "Existing theme overrides that may need revision:"
|
609 |
-
msgstr ""
|
610 |
-
|
611 |
-
#: src/Tribe/Support/Template_Checker_Report.php:82
|
612 |
-
msgid "Templates introduced or updated with this release (%s):"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: src/Tribe/Support/Template_Checker_Report.php:78
|
616 |
-
msgid "No notable changes detected"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#. Description of the plugin/theme
|
620 |
-
msgid "An event settings framework for managing shared options"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#. Plugin Name of the plugin/theme
|
624 |
-
msgid "Tribe Common"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: src/admin-views/tribe-options-licenses.php:47
|
628 |
-
msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: src/admin-views/tribe-options-help.php:38
|
632 |
-
msgid "Read more about our support policy"
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: src/admin-views/tribe-options-help.php:30
|
636 |
-
msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… but we will probably point you back to the forums "
|
637 |
-
msgstr ""
|
638 |
-
|
639 |
-
#: src/admin-views/tribe-options-help.php:33
|
640 |
-
msgid "Search our support forum"
|
641 |
-
msgstr ""
|
642 |
-
|
643 |
-
#: src/admin-views/tribe-options-help.php:33
|
644 |
-
msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: src/admin-views/tribe-options-help.php:32
|
648 |
-
msgid "Test for a theme or plugin conflict"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: src/admin-views/tribe-options-help.php:32
|
652 |
-
msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: src/admin-views/tribe-options-help.php:31
|
656 |
-
msgid "Check our Knowledgebase"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: src/admin-views/tribe-options-help.php:31
|
660 |
-
msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: src/admin-views/tribe-options-help.php:27
|
664 |
-
msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: src/admin-views/tribe-options-help.php:26
|
668 |
-
msgid "Getting More Help"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: src/admin-views/tribe-options-help.php:21
|
672 |
-
msgid "list of available functions"
|
673 |
-
msgstr ""
|
674 |
-
|
675 |
-
#: src/admin-views/tribe-options-help.php:15
|
676 |
-
msgid "Knowledgebase"
|
677 |
-
msgstr ""
|
678 |
-
|
679 |
-
#: src/admin-views/tribe-options-help.php:15
|
680 |
-
msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: src/admin-views/tribe-options-help.php:14
|
684 |
-
msgid "Getting Support"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: src/admin-views/tribe-options-help.php:11
|
688 |
-
msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: src/admin-views/tribe-options-general.php:15
|
692 |
-
msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: src/admin-views/tribe-options-general.php:10
|
696 |
-
msgid "Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we're excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started."
|
697 |
-
msgstr ""
|
698 |
-
|
699 |
-
#: src/Tribe/Validate.php:214
|
700 |
-
msgid "%s must be a positive number or percent."
|
701 |
-
msgstr ""
|
702 |
-
|
703 |
-
#: src/Tribe/PUE/Checker.php:932
|
704 |
-
msgid "Thanks for setting up a valid key. It will expire on %s"
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: src/Tribe/Admin/Help_Page.php:860
|
708 |
-
msgid "Visit the Add-on Page"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: src/Tribe/Admin/Help_Page.php:855
|
712 |
-
msgid "Plugin Inactive"
|
713 |
-
msgstr ""
|
714 |
-
|
715 |
-
#: src/Tribe/Admin/Help_Page.php:853
|
716 |
-
msgid "Plugin Active"
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: src/Tribe/Admin/Help_Page.php:828
|
720 |
-
msgid "Rating:"
|
721 |
-
msgstr ""
|
722 |
-
|
723 |
-
#: src/Tribe/Admin/Help_Page.php:825
|
724 |
-
msgid "Active Users:"
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: src/Tribe/Admin/Help_Page.php:802
|
728 |
-
msgid "Install Plugin"
|
729 |
-
msgstr ""
|
730 |
-
|
731 |
-
#: src/Tribe/Admin/Help_Page.php:802
|
732 |
-
msgid "Install %s"
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: src/Tribe/Admin/Help_Page.php:786
|
736 |
-
msgid "Upgrade Plugin"
|
737 |
-
msgstr ""
|
738 |
-
|
739 |
-
#: src/Tribe/Admin/Help_Page.php:778
|
740 |
-
msgid "Activate Plugin"
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: src/Tribe/Admin/Help_Page.php:778
|
744 |
-
msgid "Activate %s"
|
745 |
-
msgstr ""
|
746 |
-
|
747 |
-
#: src/Tribe/Admin/Help_Page.php:244 src/Tribe/Plugins_API.php:100
|
748 |
-
msgid "Community Tickets"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: src/Tribe/Admin/Help_Page.php:235 src/Tribe/Plugins_API.php:66
|
752 |
-
msgid "Event Tickets Plus"
|
753 |
-
msgstr ""
|
754 |
-
|
755 |
-
#: src/Tribe/Admin/Help_Page.php:203 src/Tribe/Plugins_API.php:111
|
756 |
-
msgid "Eventbrite Tickets"
|
757 |
-
msgstr ""
|
758 |
-
|
759 |
-
#: src/Tribe/Admin/Help_Page.php:170
|
760 |
-
msgid " and "
|
761 |
-
msgstr "e"
|
762 |
-
|
763 |
-
#: src/Tribe/Admin/Help_Page.php:95
|
764 |
-
msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
|
765 |
-
msgstr ""
|
766 |
-
|
767 |
-
#: src/Tribe/Admin/Help_Page.php:91
|
768 |
-
msgid "Advanced Post Manager"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: src/Tribe/Admin/Help_Page.php:79
|
772 |
-
msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
|
773 |
-
msgstr ""
|
774 |
-
|
775 |
-
#: src/Tribe/Admin/Help_Page.php:75 src/Tribe/Plugins_API.php:57
|
776 |
-
msgid "Event Tickets"
|
777 |
-
msgstr ""
|
778 |
-
|
779 |
-
#: src/Tribe/Admin/Help_Page.php:63
|
780 |
-
msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#. Author URI of the plugin/theme
|
784 |
-
msgid "http://m.tri.be/1x"
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#. Author of the plugin/theme
|
788 |
-
msgid "Modern Tribe, Inc."
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: src/Tribe/Settings.php:371
|
792 |
-
msgid "Save Changes"
|
793 |
-
msgstr ""
|
794 |
-
|
795 |
-
#: src/admin-views/tribe-options-licenses.php:38
|
796 |
-
msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: src/Tribe/Support.php:199
|
800 |
-
msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
|
801 |
-
msgstr "le regole di riscrittura sono state caricate nel caricamento di questa pagina d'aiuto. E' probabile che ci sia una pulizia delle regole di riscrittura in corso in un plugin o in un tema"
|
802 |
-
|
803 |
-
#: src/Tribe/PUE/Checker.php:901
|
804 |
-
msgid "unknown date"
|
805 |
-
msgstr "data sconosciuta"
|
806 |
-
|
807 |
-
#: src/Tribe/Admin/Activation_Page.php:85
|
808 |
-
msgid "Return to WordPress Updates"
|
809 |
-
msgstr "Ritorna agli aggiornamenti di Wordpress"
|
810 |
-
|
811 |
-
#: src/Tribe/Admin/Activation_Page.php:85
|
812 |
-
msgid "Go to WordPress Updates page"
|
813 |
-
msgstr "Vai alla pagina di aggiornamenti di Wordpress"
|
814 |
-
|
815 |
-
#: src/Tribe/Admin/Activation_Page.php:77
|
816 |
-
msgid "Return to Plugins page"
|
817 |
-
msgstr "Ritorna alla pagina dei plugin"
|
818 |
-
|
819 |
-
#: src/Tribe/Admin/Activation_Page.php:77
|
820 |
-
msgid "Go to plugins page"
|
821 |
-
msgstr "Vai alla pagina dei plugin"
|
822 |
-
|
823 |
-
#: src/Tribe/Cost_Utils.php:114
|
824 |
-
msgid "Free"
|
825 |
-
msgstr "Libero"
|
826 |
-
|
827 |
-
#: src/admin-views/tribe-options-network.php:27
|
828 |
-
msgid "Hide the following settings tabs on every site:"
|
829 |
-
msgstr "Nascondi i seguenti tab di impostazioni in ogni sito:"
|
830 |
-
|
831 |
-
#: src/admin-views/tribe-options-network.php:19
|
832 |
-
msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
|
833 |
-
msgstr "Questa pagina è dove tutte le impostazioni di rete di The Events Calendar di Moden Tribe possono essere modificate."
|
834 |
-
|
835 |
-
#: src/admin-views/tribe-options-network.php:15
|
836 |
-
msgid "Network Settings"
|
837 |
-
msgstr "Impostazioni di rete"
|
838 |
-
|
839 |
-
#: src/admin-views/tribe-options-help.php:74
|
840 |
-
msgid "News and Tutorials"
|
841 |
-
msgstr "Notizie e tutorial"
|
842 |
-
|
843 |
-
#: src/Tribe/Admin/Help_Page.php:847
|
844 |
-
msgid "Premium Add-Ons"
|
845 |
-
msgstr "Add-on Premium"
|
846 |
-
|
847 |
-
#: src/Tribe/Admin/Help_Page.php:823
|
848 |
-
msgid "WordPress "
|
849 |
-
msgstr "Wordpress"
|
850 |
-
|
851 |
-
#: src/Tribe/Admin/Help_Page.php:822 src/admin-views/app-shop.php:78
|
852 |
-
msgid "Requires:"
|
853 |
-
msgstr "Requisiti:"
|
854 |
-
|
855 |
-
#: src/Tribe/Admin/Help_Page.php:819
|
856 |
-
msgid "Latest Version:"
|
857 |
-
msgstr "Ultima versione:"
|
858 |
-
|
859 |
-
#: src/admin-views/tribe-options-help.php:80
|
860 |
-
msgid "More..."
|
861 |
-
msgstr "Maggiori informazioni..."
|
862 |
-
|
863 |
-
#: src/Tribe/Admin/Help_Page.php:194 src/Tribe/Plugins_API.php:43
|
864 |
-
msgid "Events Calendar PRO"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: src/Tribe/Admin/Help_Page.php:413 src/Tribe/Admin/Help_Page.php:788
|
868 |
-
msgid "You are up to date!"
|
869 |
-
msgstr "Sei aggiornato!"
|
870 |
-
|
871 |
-
#: src/Tribe/Admin/Help_Page.php:413
|
872 |
-
msgid "You need to upgrade!"
|
873 |
-
msgstr "Devi aggiornare!"
|
874 |
-
|
875 |
-
#: src/Tribe/Admin/Help_Page.php:405
|
876 |
-
msgctxt "not available"
|
877 |
-
msgid "n/a"
|
878 |
-
msgstr "n/a"
|
879 |
-
|
880 |
-
#: src/admin-views/tribe-options-general.php:64
|
881 |
-
msgid "Debug Bar Plugin"
|
882 |
-
msgstr "plug-in Debug Bar"
|
883 |
-
|
884 |
-
#: src/admin-views/tribe-options-general.php:64
|
885 |
-
msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
|
886 |
-
msgstr "Abilita questa opzione per archiviare informazioni di debug. Solitamente questi dati vengono salvati nel file di log errori PHP. Se desideri visualizzare questi messaggi di log nel tuo browser, ti raccomandiamo l'installazione di %s e di visualizzare il tab \"Tribe\" nella visualizzazione di debug."
|
887 |
-
|
888 |
-
#: src/admin-views/tribe-options-general.php:58
|
889 |
-
msgid "Debug mode"
|
890 |
-
msgstr "Modalità debug"
|
891 |
-
|
892 |
-
#: src/admin-views/tribe-options-general.php:40
|
893 |
-
msgid "Show The Events Calendar link"
|
894 |
-
msgstr "Visualizza link a The Events Calendar"
|
895 |
-
|
896 |
-
#: src/admin-views/tribe-options-general.php:35
|
897 |
-
msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
|
898 |
-
msgstr "Stai pensando\" Wow, questo plug-in è fantastico! Devo ringraziare Modern Tribe per il loro gran lavoro.\" Il miglior ringraziamento che possiamo chiedere è il riconoscimento. Aggiungi un piccolo link testuale alla fine del tuo calendario che punti al progetto The Events Calendar."
|
899 |
-
|
900 |
-
#: src/admin-views/tribe-options-general.php:30
|
901 |
-
#: src/admin-views/tribe-options-general.php:35
|
902 |
-
msgid "See an example of the link"
|
903 |
-
msgstr "Vedi un esempio di collegamento"
|
904 |
-
|
905 |
-
#: src/admin-views/tribe-options-general.php:30
|
906 |
-
msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
|
907 |
-
msgstr "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."
|
908 |
-
|
909 |
-
#: src/admin-views/tribe-options-general.php:25
|
910 |
-
msgid "We hope our plugin is helping you out."
|
911 |
-
msgstr "Speriamo che il nostro plug-in ti sti aiutando."
|
912 |
-
|
913 |
-
#: src/admin-views/tribe-options-general.php:20
|
914 |
-
msgid "Check out the available add-ons"
|
915 |
-
msgstr "Consulta gli oggetti aggiuntivi"
|
916 |
-
|
917 |
-
#: src/admin-views/tribe-options-general.php:20
|
918 |
-
msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
|
919 |
-
msgstr "Cerchi funzionalità aggiuntive incluso eventi ricorrenti, meta personalizzati, eventi per community, vendita ticket e altro?"
|
920 |
-
|
921 |
-
#: src/admin-views/tribe-options-display.php:37
|
922 |
-
msgid "Select the date format to use in datepickers"
|
923 |
-
msgstr "Seleziona il formato data da usare nei datepickers."
|
924 |
-
|
925 |
-
#: src/admin-views/tribe-options-display.php:36
|
926 |
-
msgid "Datepicker Date Format"
|
927 |
-
msgstr "Datepicker Date Format"
|
928 |
-
|
929 |
-
#: src/admin-views/tribe-options-display.php:22
|
930 |
-
msgid "Date Format Settings"
|
931 |
-
msgstr "Settaggi Formato Data"
|
932 |
-
|
933 |
-
#: src/admin-views/event-log.php:65
|
934 |
-
msgid "View"
|
935 |
-
msgstr "Vedi"
|
936 |
-
|
937 |
-
#: src/Tribe/Admin/Help_Page.php:211 src/Tribe/Plugins_API.php:90
|
938 |
-
msgid "Community Events"
|
939 |
-
msgstr ""
|
940 |
-
|
941 |
-
#: src/Tribe/Languages/Locations.php:367
|
942 |
-
msgid "Wyoming"
|
943 |
-
msgstr "Wyoming"
|
944 |
-
|
945 |
-
#: src/Tribe/Languages/Locations.php:366
|
946 |
-
msgid "Wisconsin"
|
947 |
-
msgstr "Wisconsin"
|
948 |
-
|
949 |
-
#: src/Tribe/Languages/Locations.php:365
|
950 |
-
msgid "West Virginia"
|
951 |
-
msgstr "West Virginia"
|
952 |
-
|
953 |
-
#: src/Tribe/Languages/Locations.php:364
|
954 |
-
msgid "Washington"
|
955 |
-
msgstr "Washington"
|
956 |
-
|
957 |
-
#: src/Tribe/Languages/Locations.php:363
|
958 |
-
msgid "Virginia"
|
959 |
-
msgstr "Virginia"
|
960 |
-
|
961 |
-
#: src/Tribe/Languages/Locations.php:362
|
962 |
-
msgid "Vermont"
|
963 |
-
msgstr "Vermont"
|
964 |
-
|
965 |
-
#: src/Tribe/Languages/Locations.php:361
|
966 |
-
msgid "Utah"
|
967 |
-
msgstr "Utah"
|
968 |
-
|
969 |
-
#: src/Tribe/Languages/Locations.php:360
|
970 |
-
msgid "Texas"
|
971 |
-
msgstr "Texas"
|
972 |
-
|
973 |
-
#: src/Tribe/Languages/Locations.php:359
|
974 |
-
msgid "Tennessee"
|
975 |
-
msgstr "Tennessee"
|
976 |
-
|
977 |
-
#: src/Tribe/Languages/Locations.php:358
|
978 |
-
msgid "South Dakota"
|
979 |
-
msgstr "South Dakota"
|
980 |
-
|
981 |
-
#: src/Tribe/Languages/Locations.php:357
|
982 |
-
msgid "South Carolina"
|
983 |
-
msgstr "South Carolina"
|
984 |
-
|
985 |
-
#: src/Tribe/Languages/Locations.php:356
|
986 |
-
msgid "Rhode Island"
|
987 |
-
msgstr "Rhode Island"
|
988 |
-
|
989 |
-
#: src/Tribe/Languages/Locations.php:355
|
990 |
-
msgid "Pennsylvania"
|
991 |
-
msgstr "Pennsylvania"
|
992 |
-
|
993 |
-
#: src/Tribe/Languages/Locations.php:354
|
994 |
-
msgid "Oregon"
|
995 |
-
msgstr "Oregon"
|
996 |
-
|
997 |
-
#: src/Tribe/Languages/Locations.php:353
|
998 |
-
msgid "Oklahoma"
|
999 |
-
msgstr "Oklahoma"
|
1000 |
-
|
1001 |
-
#: src/Tribe/Languages/Locations.php:352
|
1002 |
-
msgid "Ohio"
|
1003 |
-
msgstr "Ohio"
|
1004 |
-
|
1005 |
-
#: src/Tribe/Languages/Locations.php:351
|
1006 |
-
msgid "North Dakota"
|
1007 |
-
msgstr "North Dakota"
|
1008 |
-
|
1009 |
-
#: src/Tribe/Languages/Locations.php:350
|
1010 |
-
msgid "North Carolina"
|
1011 |
-
msgstr "New York"
|
1012 |
-
|
1013 |
-
#: src/Tribe/Languages/Locations.php:349
|
1014 |
-
msgid "New York"
|
1015 |
-
msgstr "New York"
|
1016 |
-
|
1017 |
-
#: src/Tribe/Languages/Locations.php:348
|
1018 |
-
msgid "New Mexico"
|
1019 |
-
msgstr "New Mexico"
|
1020 |
-
|
1021 |
-
#: src/Tribe/Languages/Locations.php:347
|
1022 |
-
msgid "New Jersey"
|
1023 |
-
msgstr "New Jersey"
|
1024 |
-
|
1025 |
-
#: src/Tribe/Languages/Locations.php:346
|
1026 |
-
msgid "New Hampshire"
|
1027 |
-
msgstr "New Hampshire"
|
1028 |
-
|
1029 |
-
#: src/Tribe/Languages/Locations.php:345
|
1030 |
-
msgid "Nevada"
|
1031 |
-
msgstr "Nevada"
|
1032 |
-
|
1033 |
-
#: src/Tribe/Languages/Locations.php:344
|
1034 |
-
msgid "Nebraska"
|
1035 |
-
msgstr "Nebraska"
|
1036 |
-
|
1037 |
-
#: src/Tribe/Languages/Locations.php:343
|
1038 |
-
msgid "Montana"
|
1039 |
-
msgstr "Montana"
|
1040 |
-
|
1041 |
-
#: src/Tribe/Languages/Locations.php:342
|
1042 |
-
msgid "Missouri"
|
1043 |
-
msgstr "Missouri"
|
1044 |
-
|
1045 |
-
#: src/Tribe/Languages/Locations.php:341
|
1046 |
-
msgid "Mississippi"
|
1047 |
-
msgstr "Mississippi"
|
1048 |
-
|
1049 |
-
#: src/Tribe/Languages/Locations.php:340
|
1050 |
-
msgid "Minnesota"
|
1051 |
-
msgstr "Minnesota"
|
1052 |
-
|
1053 |
-
#: src/Tribe/Languages/Locations.php:339
|
1054 |
-
msgid "Michigan"
|
1055 |
-
msgstr "Michigan"
|
1056 |
-
|
1057 |
-
#: src/Tribe/Languages/Locations.php:338
|
1058 |
-
msgid "Massachusetts"
|
1059 |
-
msgstr "Massachusetts"
|
1060 |
-
|
1061 |
-
#: src/Tribe/Languages/Locations.php:337
|
1062 |
-
msgid "Maryland"
|
1063 |
-
msgstr "Maryland"
|
1064 |
-
|
1065 |
-
#: src/Tribe/Languages/Locations.php:336
|
1066 |
-
msgid "Maine"
|
1067 |
-
msgstr "Maine"
|
1068 |
-
|
1069 |
-
#: src/Tribe/Languages/Locations.php:335
|
1070 |
-
msgid "Louisiana"
|
1071 |
-
msgstr "Louisiana"
|
1072 |
-
|
1073 |
-
#: src/Tribe/Languages/Locations.php:334
|
1074 |
-
msgid "Kentucky"
|
1075 |
-
msgstr "Kentucky"
|
1076 |
-
|
1077 |
-
#: src/Tribe/Languages/Locations.php:333
|
1078 |
-
msgid "Kansas"
|
1079 |
-
msgstr "Kansas"
|
1080 |
-
|
1081 |
-
#: src/Tribe/Languages/Locations.php:332
|
1082 |
-
msgid "Iowa"
|
1083 |
-
msgstr "Iowa"
|
1084 |
-
|
1085 |
-
#: src/Tribe/Languages/Locations.php:331
|
1086 |
-
msgid "Indiana"
|
1087 |
-
msgstr "Indiana"
|
1088 |
-
|
1089 |
-
#: src/Tribe/Languages/Locations.php:330
|
1090 |
-
msgid "Illinois"
|
1091 |
-
msgstr "Illinois"
|
1092 |
-
|
1093 |
-
#: src/Tribe/Languages/Locations.php:329
|
1094 |
-
msgid "Idaho"
|
1095 |
-
msgstr "Idaho"
|
1096 |
-
|
1097 |
-
#: src/Tribe/Languages/Locations.php:328
|
1098 |
-
msgid "Hawaii"
|
1099 |
-
msgstr "Hawaii"
|
1100 |
-
|
1101 |
-
#: src/Tribe/Languages/Locations.php:326
|
1102 |
-
msgid "Florida"
|
1103 |
-
msgstr "Florida"
|
1104 |
-
|
1105 |
-
#: src/Tribe/Languages/Locations.php:325
|
1106 |
-
msgid "District of Columbia"
|
1107 |
-
msgstr "District of Columbia"
|
1108 |
-
|
1109 |
-
#: src/Tribe/Languages/Locations.php:324
|
1110 |
-
msgid "Delaware"
|
1111 |
-
msgstr "Delaware"
|
1112 |
-
|
1113 |
-
#: src/Tribe/Languages/Locations.php:323
|
1114 |
-
msgid "Connecticut"
|
1115 |
-
msgstr "Connecticut"
|
1116 |
-
|
1117 |
-
#: src/Tribe/Languages/Locations.php:322
|
1118 |
-
msgid "Colorado"
|
1119 |
-
msgstr "Colorado"
|
1120 |
-
|
1121 |
-
#: src/Tribe/Languages/Locations.php:321
|
1122 |
-
msgid "California"
|
1123 |
-
msgstr "California"
|
1124 |
-
|
1125 |
-
#: src/Tribe/Languages/Locations.php:320
|
1126 |
-
msgid "Arkansas"
|
1127 |
-
msgstr "Arkansas"
|
1128 |
-
|
1129 |
-
#: src/Tribe/Languages/Locations.php:319
|
1130 |
-
msgid "Arizona"
|
1131 |
-
msgstr "Arizona"
|
1132 |
-
|
1133 |
-
#: src/Tribe/Languages/Locations.php:318
|
1134 |
-
msgid "Alaska"
|
1135 |
-
msgstr "Alaska"
|
1136 |
-
|
1137 |
-
#: src/Tribe/Languages/Locations.php:317
|
1138 |
-
msgid "Alabama"
|
1139 |
-
msgstr "Alabama"
|
1140 |
-
|
1141 |
-
#: src/Tribe/Languages/Locations.php:297
|
1142 |
-
msgid "Zimbabwe"
|
1143 |
-
msgstr "Zimbabwe"
|
1144 |
-
|
1145 |
-
#: src/Tribe/Languages/Locations.php:296
|
1146 |
-
msgid "Zambia"
|
1147 |
-
msgstr "Zambia"
|
1148 |
-
|
1149 |
-
#: src/Tribe/Languages/Locations.php:295
|
1150 |
-
msgid "Yemen"
|
1151 |
-
msgstr "Yemen"
|
1152 |
-
|
1153 |
-
#: src/Tribe/Languages/Locations.php:294
|
1154 |
-
msgid "Western Sahara"
|
1155 |
-
msgstr "Sahara occidentale"
|
1156 |
-
|
1157 |
-
#: src/Tribe/Languages/Locations.php:293
|
1158 |
-
msgid "Wallis and Futuna Islands"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: src/Tribe/Languages/Locations.php:292
|
1162 |
-
msgid "Virgin Islands (U.S.)"
|
1163 |
-
msgstr "Isole Vergini (USA)"
|
1164 |
-
|
1165 |
-
#: src/Tribe/Languages/Locations.php:291
|
1166 |
-
msgid "Virgin Islands (British)"
|
1167 |
-
msgstr "Isole Vergini (britanniche)"
|
1168 |
-
|
1169 |
-
#: src/Tribe/Languages/Locations.php:290
|
1170 |
-
msgid "Viet Nam"
|
1171 |
-
msgstr "Vietnam"
|
1172 |
-
|
1173 |
-
#: src/Tribe/Languages/Locations.php:289
|
1174 |
-
msgid "Venezuela"
|
1175 |
-
msgstr "Venezuela"
|
1176 |
-
|
1177 |
-
#: src/Tribe/Languages/Locations.php:288
|
1178 |
-
msgid "Vanuatu"
|
1179 |
-
msgstr "Vanuatu"
|
1180 |
-
|
1181 |
-
#: src/Tribe/Languages/Locations.php:287
|
1182 |
-
msgid "Uzbekistan"
|
1183 |
-
msgstr "Uzbekistan"
|
1184 |
-
|
1185 |
-
#: src/Tribe/Languages/Locations.php:286
|
1186 |
-
msgid "Uruguay"
|
1187 |
-
msgstr "Uruguay"
|
1188 |
-
|
1189 |
-
#: src/Tribe/Languages/Locations.php:285
|
1190 |
-
msgid "United States Minor Outlying Islands"
|
1191 |
-
msgstr "Stati Uniti Isole Minori"
|
1192 |
-
|
1193 |
-
#: src/Tribe/Languages/Locations.php:284
|
1194 |
-
msgid "United Kingdom"
|
1195 |
-
msgstr "Regno Unito"
|
1196 |
-
|
1197 |
-
#: src/Tribe/Languages/Locations.php:283
|
1198 |
-
msgid "United Arab Emirates"
|
1199 |
-
msgstr "Emirati Arabi Uniti"
|
1200 |
-
|
1201 |
-
#: src/Tribe/Languages/Locations.php:282
|
1202 |
-
msgid "Ukraine"
|
1203 |
-
msgstr "Ucraina"
|
1204 |
-
|
1205 |
-
#: src/Tribe/Languages/Locations.php:281
|
1206 |
-
msgid "Uganda"
|
1207 |
-
msgstr "Uganda"
|
1208 |
-
|
1209 |
-
#: src/Tribe/Languages/Locations.php:280
|
1210 |
-
msgid "Tuvalu"
|
1211 |
-
msgstr "Tuvalu"
|
1212 |
-
|
1213 |
-
#: src/Tribe/Languages/Locations.php:279
|
1214 |
-
msgid "Turks and Caicos Islands"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: src/Tribe/Languages/Locations.php:278
|
1218 |
-
msgid "Turkmenistan"
|
1219 |
-
msgstr "Turkmenistan"
|
1220 |
-
|
1221 |
-
#: src/Tribe/Languages/Locations.php:277
|
1222 |
-
msgid "Turkey"
|
1223 |
-
msgstr "Turchia"
|
1224 |
-
|
1225 |
-
#: src/Tribe/Languages/Locations.php:276
|
1226 |
-
msgid "Tunisia"
|
1227 |
-
msgstr "Tunisia"
|
1228 |
-
|
1229 |
-
#: src/Tribe/Languages/Locations.php:275
|
1230 |
-
msgid "Trinidad and Tobago"
|
1231 |
-
msgstr ""
|
1232 |
-
|
1233 |
-
#: src/Tribe/Languages/Locations.php:274
|
1234 |
-
msgid "Tonga"
|
1235 |
-
msgstr "Tonga"
|
1236 |
-
|
1237 |
-
#: src/Tribe/Languages/Locations.php:273
|
1238 |
-
msgid "Tokelau"
|
1239 |
-
msgstr "Tokelau"
|
1240 |
-
|
1241 |
-
#: src/Tribe/Languages/Locations.php:272
|
1242 |
-
msgid "Togo"
|
1243 |
-
msgstr "Togo"
|
1244 |
-
|
1245 |
-
#: src/Tribe/Languages/Locations.php:271
|
1246 |
-
msgid "Thailand"
|
1247 |
-
msgstr "Thailandia"
|
1248 |
-
|
1249 |
-
#: src/Tribe/Languages/Locations.php:270
|
1250 |
-
msgid "Tanzania, United Republic of"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: src/Tribe/Languages/Locations.php:269
|
1254 |
-
msgid "Tajikistan"
|
1255 |
-
msgstr "Tajikistan"
|
1256 |
-
|
1257 |
-
#: src/Tribe/Languages/Locations.php:268
|
1258 |
-
msgid "Taiwan"
|
1259 |
-
msgstr "Taiwan"
|
1260 |
-
|
1261 |
-
#: src/Tribe/Languages/Locations.php:267
|
1262 |
-
msgid "Syrian Arab Republic"
|
1263 |
-
msgstr "Repubblica Araba Siriana"
|
1264 |
-
|
1265 |
-
#: src/Tribe/Languages/Locations.php:266
|
1266 |
-
msgid "Switzerland"
|
1267 |
-
msgstr "Svizzera"
|
1268 |
-
|
1269 |
-
#: src/Tribe/Languages/Locations.php:265
|
1270 |
-
msgid "Sweden"
|
1271 |
-
msgstr "Svezia"
|
1272 |
-
|
1273 |
-
#: src/Tribe/Languages/Locations.php:264
|
1274 |
-
msgid "Swaziland"
|
1275 |
-
msgstr "Swaziland"
|
1276 |
-
|
1277 |
-
#: src/Tribe/Languages/Locations.php:263
|
1278 |
-
msgid "Svalbard and Jan Mayen Islands"
|
1279 |
-
msgstr ""
|
1280 |
-
|
1281 |
-
#: src/Tribe/Languages/Locations.php:262
|
1282 |
-
msgid "Suriname"
|
1283 |
-
msgstr "Suriname"
|
1284 |
-
|
1285 |
-
#: src/Tribe/Languages/Locations.php:261
|
1286 |
-
msgid "Sudan"
|
1287 |
-
msgstr "Sudan"
|
1288 |
-
|
1289 |
-
#: src/Tribe/Languages/Locations.php:241
|
1290 |
-
msgid "Saint Pierre and Miquelon"
|
1291 |
-
msgstr ""
|
1292 |
-
|
1293 |
-
#: src/Tribe/Languages/Locations.php:260
|
1294 |
-
msgid "Sri Lanka"
|
1295 |
-
msgstr "Sri Lanka"
|
1296 |
-
|
1297 |
-
#: src/Tribe/Languages/Locations.php:259
|
1298 |
-
msgid "Spain"
|
1299 |
-
msgstr "Spagna"
|
1300 |
-
|
1301 |
-
#: src/Tribe/Languages/Locations.php:258
|
1302 |
-
msgid "South Georgia, South Sandwich Islands"
|
1303 |
-
msgstr "South Georgia, South Sandwich Islands"
|
1304 |
-
|
1305 |
-
#: src/Tribe/Languages/Locations.php:257
|
1306 |
-
msgid "South Africa"
|
1307 |
-
msgstr "Sud Africa"
|
1308 |
-
|
1309 |
-
#: src/Tribe/Languages/Locations.php:256
|
1310 |
-
msgid "Somalia"
|
1311 |
-
msgstr "Somalia"
|
1312 |
-
|
1313 |
-
#: src/Tribe/Languages/Locations.php:255
|
1314 |
-
msgid "Solomon Islands"
|
1315 |
-
msgstr "Isole Salomon"
|
1316 |
-
|
1317 |
-
#: src/Tribe/Languages/Locations.php:254
|
1318 |
-
msgid "Slovenia"
|
1319 |
-
msgstr "Slovenia"
|
1320 |
-
|
1321 |
-
#: src/Tribe/Languages/Locations.php:253
|
1322 |
-
msgid "Slovakia (Slovak Republic)"
|
1323 |
-
msgstr "Slovacchia (Repubblica Slovacca)"
|
1324 |
-
|
1325 |
-
#: src/Tribe/Languages/Locations.php:251
|
1326 |
-
msgid "Singapore"
|
1327 |
-
msgstr "Singapore"
|
1328 |
-
|
1329 |
-
#: src/Tribe/Languages/Locations.php:250
|
1330 |
-
msgid "Sierra Leone"
|
1331 |
-
msgstr "Sierra Leone"
|
1332 |
-
|
1333 |
-
#: src/Tribe/Languages/Locations.php:249
|
1334 |
-
msgid "Seychelles"
|
1335 |
-
msgstr "Seychelles"
|
1336 |
-
|
1337 |
-
#: src/Tribe/Languages/Locations.php:248
|
1338 |
-
msgid "Serbia"
|
1339 |
-
msgstr "Serbia"
|
1340 |
-
|
1341 |
-
#: src/Tribe/Languages/Locations.php:247
|
1342 |
-
msgid "Senegal"
|
1343 |
-
msgstr "Senegal"
|
1344 |
-
|
1345 |
-
#: src/Tribe/Languages/Locations.php:246
|
1346 |
-
msgid "Saudi Arabia"
|
1347 |
-
msgstr "Arabia Saudita"
|
1348 |
-
|
1349 |
-
#: src/Tribe/Languages/Locations.php:244
|
1350 |
-
msgid "San Marino"
|
1351 |
-
msgstr "San Marino"
|
1352 |
-
|
1353 |
-
#: src/Tribe/Languages/Locations.php:243
|
1354 |
-
msgid "Samoa"
|
1355 |
-
msgstr "Samoa"
|
1356 |
-
|
1357 |
-
#: src/Tribe/Languages/Locations.php:242
|
1358 |
-
msgid "Saint Vincent and The Grenadines"
|
1359 |
-
msgstr ""
|
1360 |
-
|
1361 |
-
#: src/Tribe/Languages/Locations.php:240
|
1362 |
-
msgid "Saint Lucia"
|
1363 |
-
msgstr "Santa Lucia"
|
1364 |
-
|
1365 |
-
#: src/Tribe/Languages/Locations.php:239
|
1366 |
-
msgid "Saint Kitts and Nevis"
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: src/Tribe/Languages/Locations.php:236
|
1370 |
-
msgid "Rwanda"
|
1371 |
-
msgstr "Rwanda"
|
1372 |
-
|
1373 |
-
#: src/Tribe/Languages/Locations.php:235
|
1374 |
-
msgid "Russian Federation"
|
1375 |
-
msgstr "Russian Federation"
|
1376 |
-
|
1377 |
-
#: src/Tribe/Languages/Locations.php:234
|
1378 |
-
msgid "Romania"
|
1379 |
-
msgstr "Romania"
|
1380 |
-
|
1381 |
-
#: src/Tribe/Languages/Locations.php:233
|
1382 |
-
msgid "Reunion"
|
1383 |
-
msgstr "Reunion"
|
1384 |
-
|
1385 |
-
#: src/Tribe/Languages/Locations.php:232
|
1386 |
-
msgid "Qatar"
|
1387 |
-
msgstr "Qatar"
|
1388 |
-
|
1389 |
-
#: src/Tribe/Languages/Locations.php:231
|
1390 |
-
msgid "Puerto Rico"
|
1391 |
-
msgstr "Porto Rico"
|
1392 |
-
|
1393 |
-
#: src/Tribe/Languages/Locations.php:230
|
1394 |
-
msgid "Portugal"
|
1395 |
-
msgstr "Portogallo"
|
1396 |
-
|
1397 |
-
#: src/Tribe/Languages/Locations.php:229
|
1398 |
-
msgid "Poland"
|
1399 |
-
msgstr "Polonia"
|
1400 |
-
|
1401 |
-
#: src/Tribe/Languages/Locations.php:228
|
1402 |
-
msgid "Pitcairn"
|
1403 |
-
msgstr "Pitcairn"
|
1404 |
-
|
1405 |
-
#: src/Tribe/Languages/Locations.php:227
|
1406 |
-
msgid "Philippines"
|
1407 |
-
msgstr "Filippine"
|
1408 |
-
|
1409 |
-
#: src/Tribe/Languages/Locations.php:226
|
1410 |
-
msgid "Peru"
|
1411 |
-
msgstr "Perù"
|
1412 |
-
|
1413 |
-
#: src/Tribe/Languages/Locations.php:225
|
1414 |
-
msgid "Paraguay"
|
1415 |
-
msgstr "Paraguay"
|
1416 |
-
|
1417 |
-
#: src/Tribe/Languages/Locations.php:224
|
1418 |
-
msgid "Papua New Guinea"
|
1419 |
-
msgstr "Papua Nuova Guinea"
|
1420 |
-
|
1421 |
-
#: src/Tribe/Languages/Locations.php:223
|
1422 |
-
msgid "Panama"
|
1423 |
-
msgstr "Panama"
|
1424 |
-
|
1425 |
-
#: src/Tribe/Languages/Locations.php:222
|
1426 |
-
msgid "Palau"
|
1427 |
-
msgstr "Palau"
|
1428 |
-
|
1429 |
-
#: src/Tribe/Languages/Locations.php:221
|
1430 |
-
msgid "Pakistan"
|
1431 |
-
msgstr "Pakistan"
|
1432 |
-
|
1433 |
-
#: src/Tribe/Languages/Locations.php:220
|
1434 |
-
msgid "Oman"
|
1435 |
-
msgstr "Oman"
|
1436 |
-
|
1437 |
-
#: src/Tribe/Languages/Locations.php:219
|
1438 |
-
msgid "Norway"
|
1439 |
-
msgstr "Norvegia"
|
1440 |
-
|
1441 |
-
#: src/Tribe/Languages/Locations.php:218
|
1442 |
-
msgid "Northern Mariana Islands"
|
1443 |
-
msgstr "Northern Mariana Islands"
|
1444 |
-
|
1445 |
-
#: src/Tribe/Languages/Locations.php:217
|
1446 |
-
msgid "Norfolk Island"
|
1447 |
-
msgstr "Norfolk Island"
|
1448 |
-
|
1449 |
-
#: src/Tribe/Languages/Locations.php:216
|
1450 |
-
msgid "Niue"
|
1451 |
-
msgstr "Niue"
|
1452 |
-
|
1453 |
-
#: src/Tribe/Languages/Locations.php:215
|
1454 |
-
msgid "Nigeria"
|
1455 |
-
msgstr "Nigeria"
|
1456 |
-
|
1457 |
-
#: src/Tribe/Languages/Locations.php:214
|
1458 |
-
msgid "Niger"
|
1459 |
-
msgstr "Niger"
|
1460 |
-
|
1461 |
-
#: src/Tribe/Languages/Locations.php:213
|
1462 |
-
msgid "Nicaragua"
|
1463 |
-
msgstr "Nicaragua"
|
1464 |
-
|
1465 |
-
#: src/Tribe/Languages/Locations.php:212
|
1466 |
-
msgid "New Zealand"
|
1467 |
-
msgstr "Nuova Zelanda"
|
1468 |
-
|
1469 |
-
#: src/Tribe/Languages/Locations.php:211
|
1470 |
-
msgid "New Caledonia"
|
1471 |
-
msgstr "Nuova Caledonia"
|
1472 |
-
|
1473 |
-
#: src/Tribe/Languages/Locations.php:210
|
1474 |
-
msgid "Netherlands"
|
1475 |
-
msgstr "Olanda"
|
1476 |
-
|
1477 |
-
#: src/Tribe/Languages/Locations.php:209
|
1478 |
-
msgid "Nepal"
|
1479 |
-
msgstr "Nepal"
|
1480 |
-
|
1481 |
-
#: src/Tribe/Languages/Locations.php:208
|
1482 |
-
msgid "Nauru"
|
1483 |
-
msgstr "Nauru"
|
1484 |
-
|
1485 |
-
#: src/Tribe/Languages/Locations.php:207
|
1486 |
-
msgid "Namibia"
|
1487 |
-
msgstr "Namibia"
|
1488 |
-
|
1489 |
-
#: src/Tribe/Languages/Locations.php:206
|
1490 |
-
msgid "Myanmar"
|
1491 |
-
msgstr "Myanmar"
|
1492 |
-
|
1493 |
-
#: src/Tribe/Languages/Locations.php:205
|
1494 |
-
msgid "Mozambique"
|
1495 |
-
msgstr "Mozambico"
|
1496 |
-
|
1497 |
-
#: src/Tribe/Languages/Locations.php:204
|
1498 |
-
msgid "Morocco"
|
1499 |
-
msgstr "Marocco"
|
1500 |
-
|
1501 |
-
#: src/Tribe/Languages/Locations.php:203
|
1502 |
-
msgid "Montserrat"
|
1503 |
-
msgstr "Montserrat"
|
1504 |
-
|
1505 |
-
#: src/Tribe/Languages/Locations.php:202
|
1506 |
-
msgid "Montenegro"
|
1507 |
-
msgstr "Montenegro"
|
1508 |
-
|
1509 |
-
#: src/Tribe/Languages/Locations.php:201
|
1510 |
-
msgid "Mongolia"
|
1511 |
-
msgstr "Mongolia"
|
1512 |
-
|
1513 |
-
#: src/Tribe/Languages/Locations.php:200
|
1514 |
-
msgid "Monaco"
|
1515 |
-
msgstr "Monaco"
|
1516 |
-
|
1517 |
-
#: src/Tribe/Languages/Locations.php:199
|
1518 |
-
msgid "Moldova, Republic of"
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
-
#: src/Tribe/Languages/Locations.php:198
|
1522 |
-
msgid "Micronesia, Federated States of"
|
1523 |
-
msgstr ""
|
1524 |
-
|
1525 |
-
#: src/Tribe/Languages/Locations.php:197
|
1526 |
-
msgid "Mexico"
|
1527 |
-
msgstr "Messico"
|
1528 |
-
|
1529 |
-
#: src/Tribe/Languages/Locations.php:196
|
1530 |
-
msgid "Mayotte"
|
1531 |
-
msgstr "Mayotte"
|
1532 |
-
|
1533 |
-
#: src/Tribe/Languages/Locations.php:195
|
1534 |
-
msgid "Mauritius"
|
1535 |
-
msgstr "Mauritius"
|
1536 |
-
|
1537 |
-
#: src/Tribe/Languages/Locations.php:194
|
1538 |
-
msgid "Mauritania"
|
1539 |
-
msgstr "Mauritania"
|
1540 |
-
|
1541 |
-
#: src/Tribe/Languages/Locations.php:193
|
1542 |
-
msgid "Martinique"
|
1543 |
-
msgstr "Martinica"
|
1544 |
-
|
1545 |
-
#: src/Tribe/Languages/Locations.php:192
|
1546 |
-
msgid "Marshall Islands"
|
1547 |
-
msgstr "Isole Marshall"
|
1548 |
-
|
1549 |
-
#: src/Tribe/Languages/Locations.php:191
|
1550 |
-
msgid "Malta"
|
1551 |
-
msgstr "Malta"
|
1552 |
-
|
1553 |
-
#: src/Tribe/Languages/Locations.php:190
|
1554 |
-
msgid "Mali"
|
1555 |
-
msgstr "Mali"
|
1556 |
-
|
1557 |
-
#: src/Tribe/Languages/Locations.php:189
|
1558 |
-
msgid "Maldives"
|
1559 |
-
msgstr "Maldive"
|
1560 |
-
|
1561 |
-
#: src/Tribe/Languages/Locations.php:188
|
1562 |
-
msgid "Malaysia"
|
1563 |
-
msgstr "Malesia"
|
1564 |
-
|
1565 |
-
#: src/Tribe/Languages/Locations.php:187
|
1566 |
-
msgid "Malawi"
|
1567 |
-
msgstr "Malawi"
|
1568 |
-
|
1569 |
-
#: src/Tribe/Languages/Locations.php:186
|
1570 |
-
msgid "Madagascar"
|
1571 |
-
msgstr "Madagascar"
|
1572 |
-
|
1573 |
-
#: src/Tribe/Languages/Locations.php:185
|
1574 |
-
msgid "Macedonia"
|
1575 |
-
msgstr "Macedonia"
|
1576 |
-
|
1577 |
-
#: src/Tribe/Languages/Locations.php:184
|
1578 |
-
msgid "Macau"
|
1579 |
-
msgstr "Macau"
|
1580 |
-
|
1581 |
-
#: src/Tribe/Languages/Locations.php:183
|
1582 |
-
msgid "Luxembourg"
|
1583 |
-
msgstr "Lussemburgo"
|
1584 |
-
|
1585 |
-
#: src/Tribe/Languages/Locations.php:182
|
1586 |
-
msgid "Lithuania"
|
1587 |
-
msgstr "Lituania"
|
1588 |
-
|
1589 |
-
#: src/Tribe/Languages/Locations.php:181
|
1590 |
-
msgid "Liechtenstein"
|
1591 |
-
msgstr "Liechtenstein"
|
1592 |
-
|
1593 |
-
#: src/Tribe/Languages/Locations.php:180
|
1594 |
-
msgid "Libya"
|
1595 |
-
msgstr "Libia"
|
1596 |
-
|
1597 |
-
#: src/Tribe/Languages/Locations.php:179
|
1598 |
-
msgid "Liberia"
|
1599 |
-
msgstr "Liberia"
|
1600 |
-
|
1601 |
-
#: src/Tribe/Languages/Locations.php:178
|
1602 |
-
msgid "Lesotho"
|
1603 |
-
msgstr "Lesotho"
|
1604 |
-
|
1605 |
-
#: src/Tribe/Languages/Locations.php:177
|
1606 |
-
msgid "Lebanon"
|
1607 |
-
msgstr "Libano"
|
1608 |
-
|
1609 |
-
#: src/Tribe/Languages/Locations.php:176
|
1610 |
-
msgid "Latvia"
|
1611 |
-
msgstr "Lettonia"
|
1612 |
-
|
1613 |
-
#: src/Tribe/Languages/Locations.php:175
|
1614 |
-
msgid "Lao People's Democratic Republic"
|
1615 |
-
msgstr "Repubblica democratica popolare del Laos"
|
1616 |
-
|
1617 |
-
#: src/Tribe/Languages/Locations.php:174
|
1618 |
-
msgid "Kyrgyzstan"
|
1619 |
-
msgstr "Kyrgyzstan"
|
1620 |
-
|
1621 |
-
#: src/Tribe/Languages/Locations.php:173
|
1622 |
-
msgid "Kuwait"
|
1623 |
-
msgstr "Kuwait"
|
1624 |
-
|
1625 |
-
#: src/Tribe/Languages/Locations.php:172
|
1626 |
-
msgid "Korea, Republic of"
|
1627 |
-
msgstr ""
|
1628 |
-
|
1629 |
-
#: src/Tribe/Languages/Locations.php:171
|
1630 |
-
msgid "Korea, Democratic People's Republic of"
|
1631 |
-
msgstr ""
|
1632 |
-
|
1633 |
-
#: src/Tribe/Languages/Locations.php:170
|
1634 |
-
msgid "Kiribati"
|
1635 |
-
msgstr "Kiribati"
|
1636 |
-
|
1637 |
-
#: src/Tribe/Languages/Locations.php:169
|
1638 |
-
msgid "Kenya"
|
1639 |
-
msgstr "Kenya"
|
1640 |
-
|
1641 |
-
#: src/Tribe/Languages/Locations.php:168
|
1642 |
-
msgid "Kazakhstan"
|
1643 |
-
msgstr "Kazakhstan"
|
1644 |
-
|
1645 |
-
#: src/Tribe/Languages/Locations.php:167
|
1646 |
-
msgid "Jordan"
|
1647 |
-
msgstr "Giordania"
|
1648 |
-
|
1649 |
-
#: src/Tribe/Languages/Locations.php:166
|
1650 |
-
msgid "Japan"
|
1651 |
-
msgstr "Giappone"
|
1652 |
-
|
1653 |
-
#: src/Tribe/Languages/Locations.php:165
|
1654 |
-
msgid "Jamaica"
|
1655 |
-
msgstr "Jamaica"
|
1656 |
-
|
1657 |
-
#: src/Tribe/Languages/Locations.php:164
|
1658 |
-
msgid "Italy"
|
1659 |
-
msgstr "Italia"
|
1660 |
-
|
1661 |
-
#: src/Tribe/Languages/Locations.php:163
|
1662 |
-
msgid "Israel"
|
1663 |
-
msgstr "Israele"
|
1664 |
-
|
1665 |
-
#: src/Tribe/Languages/Locations.php:162
|
1666 |
-
msgid "Ireland"
|
1667 |
-
msgstr "Irlanda"
|
1668 |
-
|
1669 |
-
#: src/Tribe/Languages/Locations.php:161
|
1670 |
-
msgid "Iraq"
|
1671 |
-
msgstr "Iraq"
|
1672 |
-
|
1673 |
-
#: src/Tribe/Languages/Locations.php:160
|
1674 |
-
msgid "Iran, Islamic Republic of"
|
1675 |
-
msgstr ""
|
1676 |
-
|
1677 |
-
#: src/Tribe/Languages/Locations.php:159
|
1678 |
-
msgid "Indonesia"
|
1679 |
-
msgstr "Indonesia"
|
1680 |
-
|
1681 |
-
#: src/Tribe/Languages/Locations.php:158
|
1682 |
-
msgid "India"
|
1683 |
-
msgstr "India"
|
1684 |
-
|
1685 |
-
#: src/Tribe/Languages/Locations.php:157
|
1686 |
-
msgid "Iceland"
|
1687 |
-
msgstr "Islanda"
|
1688 |
-
|
1689 |
-
#: src/Tribe/Languages/Locations.php:156
|
1690 |
-
msgid "Hungary"
|
1691 |
-
msgstr "Ungheria"
|
1692 |
-
|
1693 |
-
#: src/Tribe/Languages/Locations.php:155
|
1694 |
-
msgid "Hong Kong"
|
1695 |
-
msgstr "Hong Kong"
|
1696 |
-
|
1697 |
-
#: src/Tribe/Languages/Locations.php:154
|
1698 |
-
msgid "Honduras"
|
1699 |
-
msgstr "Honduras"
|
1700 |
-
|
1701 |
-
#: src/Tribe/Languages/Locations.php:153
|
1702 |
-
msgid "Holy See (Vatican City State)"
|
1703 |
-
msgstr "Santa Sede (Città del Vaticano)"
|
1704 |
-
|
1705 |
-
#: src/Tribe/Languages/Locations.php:152
|
1706 |
-
msgid "Heard and McDonald Islands"
|
1707 |
-
msgstr ""
|
1708 |
-
|
1709 |
-
#: src/Tribe/Languages/Locations.php:151
|
1710 |
-
msgid "Haiti"
|
1711 |
-
msgstr "Haiti"
|
1712 |
-
|
1713 |
-
#: src/Tribe/Languages/Locations.php:150
|
1714 |
-
msgid "Guyana"
|
1715 |
-
msgstr "Guyana"
|
1716 |
-
|
1717 |
-
#: src/Tribe/Languages/Locations.php:149
|
1718 |
-
msgid "Guinea-Bissau"
|
1719 |
-
msgstr "Guinea Equatoriale"
|
1720 |
-
|
1721 |
-
#: src/Tribe/Languages/Locations.php:148
|
1722 |
-
msgid "Guinea"
|
1723 |
-
msgstr "Guinea"
|
1724 |
-
|
1725 |
-
#: src/Tribe/Languages/Locations.php:147
|
1726 |
-
msgid "Guatemala"
|
1727 |
-
msgstr "Guatemala"
|
1728 |
-
|
1729 |
-
#: src/Tribe/Languages/Locations.php:146
|
1730 |
-
msgid "Guam"
|
1731 |
-
msgstr "Guam"
|
1732 |
-
|
1733 |
-
#: src/Tribe/Languages/Locations.php:145
|
1734 |
-
msgid "Guadeloupe"
|
1735 |
-
msgstr "Guadalupa"
|
1736 |
-
|
1737 |
-
#: src/Tribe/Languages/Locations.php:144
|
1738 |
-
msgid "Grenada"
|
1739 |
-
msgstr "Grenada"
|
1740 |
-
|
1741 |
-
#: src/Tribe/Languages/Locations.php:143
|
1742 |
-
msgid "Greenland"
|
1743 |
-
msgstr "Groenlandia"
|
1744 |
-
|
1745 |
-
#: src/Tribe/Languages/Locations.php:142
|
1746 |
-
msgid "Greece"
|
1747 |
-
msgstr "Grecia"
|
1748 |
-
|
1749 |
-
#: src/Tribe/Languages/Locations.php:141
|
1750 |
-
msgid "Gibraltar"
|
1751 |
-
msgstr "Gibraltar"
|
1752 |
-
|
1753 |
-
#: src/Tribe/Languages/Locations.php:140
|
1754 |
-
msgid "Ghana"
|
1755 |
-
msgstr "Ghana"
|
1756 |
-
|
1757 |
-
#: src/Tribe/Languages/Locations.php:139
|
1758 |
-
msgid "Germany"
|
1759 |
-
msgstr "Germania"
|
1760 |
-
|
1761 |
-
#: src/Tribe/Languages/Locations.php:138 src/Tribe/Languages/Locations.php:327
|
1762 |
-
msgid "Georgia"
|
1763 |
-
msgstr "Georgia"
|
1764 |
-
|
1765 |
-
#: src/Tribe/Languages/Locations.php:137
|
1766 |
-
msgid "Gambia"
|
1767 |
-
msgstr "Gambia"
|
1768 |
-
|
1769 |
-
#: src/Tribe/Languages/Locations.php:136
|
1770 |
-
msgid "Gabon"
|
1771 |
-
msgstr "Gabon"
|
1772 |
-
|
1773 |
-
#: src/Tribe/Languages/Locations.php:135
|
1774 |
-
msgid "French Southern Territories"
|
1775 |
-
msgstr "Territori Francesi del Sud"
|
1776 |
-
|
1777 |
-
#: src/Tribe/Languages/Locations.php:134
|
1778 |
-
msgid "French Polynesia"
|
1779 |
-
msgstr "Polinesia Francese"
|
1780 |
-
|
1781 |
-
#: src/Tribe/Languages/Locations.php:133
|
1782 |
-
msgid "French Guiana"
|
1783 |
-
msgstr "Guyana Francese"
|
1784 |
-
|
1785 |
-
#: src/Tribe/Languages/Locations.php:132
|
1786 |
-
msgid "France"
|
1787 |
-
msgstr "Francia"
|
1788 |
-
|
1789 |
-
#: src/Tribe/Languages/Locations.php:131
|
1790 |
-
msgid "Finland"
|
1791 |
-
msgstr "Finlandia"
|
1792 |
-
|
1793 |
-
#: src/Tribe/Languages/Locations.php:130
|
1794 |
-
msgid "Fiji"
|
1795 |
-
msgstr "Fiji"
|
1796 |
-
|
1797 |
-
#: src/Tribe/Languages/Locations.php:129
|
1798 |
-
msgid "Faroe Islands"
|
1799 |
-
msgstr "Isole Faroe"
|
1800 |
-
|
1801 |
-
#: src/Tribe/Languages/Locations.php:128
|
1802 |
-
msgid "Falkland Islands (Malvinas)"
|
1803 |
-
msgstr "Isole Falkland (Malvinas)"
|
1804 |
-
|
1805 |
-
#: src/Tribe/Languages/Locations.php:127
|
1806 |
-
msgid "Ethiopia"
|
1807 |
-
msgstr "Etiopia"
|
1808 |
-
|
1809 |
-
#: src/Tribe/Languages/Locations.php:126
|
1810 |
-
msgid "Estonia"
|
1811 |
-
msgstr "Estonia"
|
1812 |
-
|
1813 |
-
#: src/Tribe/Languages/Locations.php:125
|
1814 |
-
msgid "Eritrea"
|
1815 |
-
msgstr "Eritrea"
|
1816 |
-
|
1817 |
-
#: src/Tribe/Languages/Locations.php:124
|
1818 |
-
msgid "Equatorial Guinea"
|
1819 |
-
msgstr "Guinea Equatoriale"
|
1820 |
-
|
1821 |
-
#: src/Tribe/Languages/Locations.php:123
|
1822 |
-
msgid "El Salvador"
|
1823 |
-
msgstr "El Salvador"
|
1824 |
-
|
1825 |
-
#: src/Tribe/Languages/Locations.php:122
|
1826 |
-
msgid "Egypt"
|
1827 |
-
msgstr "Egitto"
|
1828 |
-
|
1829 |
-
#: src/Tribe/Languages/Locations.php:121
|
1830 |
-
msgid "Ecuador"
|
1831 |
-
msgstr "Ecuador"
|
1832 |
-
|
1833 |
-
#: src/Tribe/Languages/Locations.php:120
|
1834 |
-
msgid "East Timor"
|
1835 |
-
msgstr "Timor Est"
|
1836 |
-
|
1837 |
-
#: src/Tribe/Languages/Locations.php:119
|
1838 |
-
msgid "Dominican Republic"
|
1839 |
-
msgstr "Repubblica Dominicana"
|
1840 |
-
|
1841 |
-
#: src/Tribe/Languages/Locations.php:118
|
1842 |
-
msgid "Dominica"
|
1843 |
-
msgstr "Dominica"
|
1844 |
-
|
1845 |
-
#: src/Tribe/Languages/Locations.php:117
|
1846 |
-
msgid "Djibouti"
|
1847 |
-
msgstr "Djibouti"
|
1848 |
-
|
1849 |
-
#: src/Tribe/Languages/Locations.php:116
|
1850 |
-
msgid "Denmark"
|
1851 |
-
msgstr "Danimarca"
|
1852 |
-
|
1853 |
-
#: src/Tribe/Languages/Locations.php:115
|
1854 |
-
msgid "Czech Republic"
|
1855 |
-
msgstr "Repubblica Ceca"
|
1856 |
-
|
1857 |
-
#: src/Tribe/Languages/Locations.php:114
|
1858 |
-
msgid "Cyprus"
|
1859 |
-
msgstr "Cipro"
|
1860 |
-
|
1861 |
-
#: src/Tribe/Languages/Locations.php:112
|
1862 |
-
msgid "Cuba"
|
1863 |
-
msgstr "Cuba"
|
1864 |
-
|
1865 |
-
#: src/Tribe/Languages/Locations.php:111
|
1866 |
-
msgid "Croatia (Local Name: Hrvatska)"
|
1867 |
-
msgstr "Croazia (Nome Locale: Hrvatska)"
|
1868 |
-
|
1869 |
-
#: src/Tribe/Languages/Locations.php:109
|
1870 |
-
msgid "Costa Rica"
|
1871 |
-
msgstr "Costa Rica"
|
1872 |
-
|
1873 |
-
#: src/Tribe/Languages/Locations.php:108
|
1874 |
-
msgid "Cook Islands"
|
1875 |
-
msgstr "Cook Islands"
|
1876 |
-
|
1877 |
-
#: src/Tribe/Languages/Locations.php:107
|
1878 |
-
msgid "Congo, Democratic Republic of the"
|
1879 |
-
msgstr ""
|
1880 |
-
|
1881 |
-
#: src/Tribe/Languages/Locations.php:106
|
1882 |
-
msgid "Congo"
|
1883 |
-
msgstr "Congo"
|
1884 |
-
|
1885 |
-
#: src/Tribe/Languages/Locations.php:105
|
1886 |
-
msgid "Comoros"
|
1887 |
-
msgstr "Comoros"
|
1888 |
-
|
1889 |
-
#: src/Tribe/Languages/Locations.php:104
|
1890 |
-
msgid "Colombia"
|
1891 |
-
msgstr "Colombia"
|
1892 |
-
|
1893 |
-
#: src/Tribe/Languages/Locations.php:102
|
1894 |
-
msgid "Cocos (Keeling) Islands"
|
1895 |
-
msgstr "Cocos (Keeling) Islands"
|
1896 |
-
|
1897 |
-
#: src/Tribe/Languages/Locations.php:101
|
1898 |
-
msgid "Christmas Island"
|
1899 |
-
msgstr "Christmas Island"
|
1900 |
-
|
1901 |
-
#: src/Tribe/Languages/Locations.php:100
|
1902 |
-
msgid "China"
|
1903 |
-
msgstr "Cina"
|
1904 |
-
|
1905 |
-
#: src/Tribe/Languages/Locations.php:99
|
1906 |
-
msgid "Chile"
|
1907 |
-
msgstr "Cile"
|
1908 |
-
|
1909 |
-
#: src/Tribe/Languages/Locations.php:98
|
1910 |
-
msgid "Chad"
|
1911 |
-
msgstr "Chad"
|
1912 |
-
|
1913 |
-
#: src/Tribe/Languages/Locations.php:97
|
1914 |
-
msgid "Central African Republic"
|
1915 |
-
msgstr "Repubblica Centrafricana"
|
1916 |
-
|
1917 |
-
#: src/Tribe/Languages/Locations.php:96
|
1918 |
-
msgid "Cayman Islands"
|
1919 |
-
msgstr "Isole Cayman"
|
1920 |
-
|
1921 |
-
#: src/Tribe/Languages/Locations.php:95
|
1922 |
-
msgid "Cape Verde"
|
1923 |
-
msgstr "Capo Verde"
|
1924 |
-
|
1925 |
-
#: src/Tribe/Languages/Locations.php:94
|
1926 |
-
msgid "Canada"
|
1927 |
-
msgstr "Canada"
|
1928 |
-
|
1929 |
-
#: src/Tribe/Languages/Locations.php:93
|
1930 |
-
msgid "Cameroon"
|
1931 |
-
msgstr "Cameroon"
|
1932 |
-
|
1933 |
-
#: src/Tribe/Languages/Locations.php:92
|
1934 |
-
msgid "Cambodia"
|
1935 |
-
msgstr "Cambogia"
|
1936 |
-
|
1937 |
-
#: src/Tribe/Languages/Locations.php:91
|
1938 |
-
msgid "Burundi"
|
1939 |
-
msgstr "Burundi"
|
1940 |
-
|
1941 |
-
#: src/Tribe/Languages/Locations.php:90
|
1942 |
-
msgid "Burkina Faso"
|
1943 |
-
msgstr "Burkina Faso"
|
1944 |
-
|
1945 |
-
#: src/Tribe/Languages/Locations.php:89
|
1946 |
-
msgid "Bulgaria"
|
1947 |
-
msgstr "Bulgaria"
|
1948 |
-
|
1949 |
-
#: src/Tribe/Languages/Locations.php:88
|
1950 |
-
msgid "Brunei Darussalam"
|
1951 |
-
msgstr "Brunei Darussalam"
|
1952 |
-
|
1953 |
-
#: src/Tribe/Languages/Locations.php:87
|
1954 |
-
msgid "British Indian Ocean Territory"
|
1955 |
-
msgstr "Territorio britannico dell'Oceano Indiano"
|
1956 |
-
|
1957 |
-
#: src/Tribe/Languages/Locations.php:86
|
1958 |
-
msgid "Brazil"
|
1959 |
-
msgstr "Brasile"
|
1960 |
-
|
1961 |
-
#: src/Tribe/Languages/Locations.php:85
|
1962 |
-
msgid "Bouvet Island"
|
1963 |
-
msgstr "Bouvet Island"
|
1964 |
-
|
1965 |
-
#: src/Tribe/Languages/Locations.php:84
|
1966 |
-
msgid "Botswana"
|
1967 |
-
msgstr "Botswana"
|
1968 |
-
|
1969 |
-
#: src/Tribe/Languages/Locations.php:83
|
1970 |
-
msgid "Bosnia and Herzegowina"
|
1971 |
-
msgstr ""
|
1972 |
-
|
1973 |
-
#: src/Tribe/Languages/Locations.php:82
|
1974 |
-
msgid "Bolivia"
|
1975 |
-
msgstr "Bolivia"
|
1976 |
-
|
1977 |
-
#: src/Tribe/Languages/Locations.php:81
|
1978 |
-
msgid "Bhutan"
|
1979 |
-
msgstr "Bhutan"
|
1980 |
-
|
1981 |
-
#: src/Tribe/Languages/Locations.php:80
|
1982 |
-
msgid "Bermuda"
|
1983 |
-
msgstr "Bermuda"
|
1984 |
-
|
1985 |
-
#: src/Tribe/Languages/Locations.php:79
|
1986 |
-
msgid "Benin"
|
1987 |
-
msgstr "Benin"
|
1988 |
-
|
1989 |
-
#: src/Tribe/Languages/Locations.php:78
|
1990 |
-
msgid "Belize"
|
1991 |
-
msgstr "Belize"
|
1992 |
-
|
1993 |
-
#: src/Tribe/Languages/Locations.php:77
|
1994 |
-
msgid "Belgium"
|
1995 |
-
msgstr "Belgio"
|
1996 |
-
|
1997 |
-
#: src/Tribe/Languages/Locations.php:76
|
1998 |
-
msgid "Belarus"
|
1999 |
-
msgstr "Bielorussia"
|
2000 |
-
|
2001 |
-
#: src/Tribe/Languages/Locations.php:75
|
2002 |
-
msgid "Barbados"
|
2003 |
-
msgstr "Barbados"
|
2004 |
-
|
2005 |
-
#: src/Tribe/Languages/Locations.php:74
|
2006 |
-
msgid "Bangladesh"
|
2007 |
-
msgstr "Bangladesh"
|
2008 |
-
|
2009 |
-
#: src/Tribe/Languages/Locations.php:73
|
2010 |
-
msgid "Bahrain"
|
2011 |
-
msgstr "Bahrain"
|
2012 |
-
|
2013 |
-
#: src/Tribe/Languages/Locations.php:72
|
2014 |
-
msgid "Bahamas"
|
2015 |
-
msgstr "Bahamas"
|
2016 |
-
|
2017 |
-
#: src/Tribe/Languages/Locations.php:71
|
2018 |
-
msgid "Azerbaijan"
|
2019 |
-
msgstr "Azerbaijan"
|
2020 |
-
|
2021 |
-
#: src/Tribe/Languages/Locations.php:70
|
2022 |
-
msgid "Austria"
|
2023 |
-
msgstr "Austria"
|
2024 |
-
|
2025 |
-
#: src/Tribe/Languages/Locations.php:69
|
2026 |
-
msgid "Australia"
|
2027 |
-
msgstr "Australia"
|
2028 |
-
|
2029 |
-
#: src/Tribe/Languages/Locations.php:68
|
2030 |
-
msgid "Aruba"
|
2031 |
-
msgstr "Aruba"
|
2032 |
-
|
2033 |
-
#: src/Tribe/Languages/Locations.php:67
|
2034 |
-
msgid "Armenia"
|
2035 |
-
msgstr "Armenia"
|
2036 |
-
|
2037 |
-
#: src/Tribe/Languages/Locations.php:66
|
2038 |
-
msgid "Argentina"
|
2039 |
-
msgstr "Argentina"
|
2040 |
-
|
2041 |
-
#: src/Tribe/Languages/Locations.php:65
|
2042 |
-
msgid "Antigua and Barbuda"
|
2043 |
-
msgstr ""
|
2044 |
-
|
2045 |
-
#: src/Tribe/Languages/Locations.php:64
|
2046 |
-
msgid "Antarctica"
|
2047 |
-
msgstr "Antarctica"
|
2048 |
-
|
2049 |
-
#: src/Tribe/Languages/Locations.php:63
|
2050 |
-
msgid "Anguilla"
|
2051 |
-
msgstr "Anguilla"
|
2052 |
-
|
2053 |
-
#: src/Tribe/Languages/Locations.php:62
|
2054 |
-
msgid "Angola"
|
2055 |
-
msgstr "Angola"
|
2056 |
-
|
2057 |
-
#: src/Tribe/Languages/Locations.php:61
|
2058 |
-
msgid "Andorra"
|
2059 |
-
msgstr "Andorra"
|
2060 |
-
|
2061 |
-
#: src/Tribe/Languages/Locations.php:60
|
2062 |
-
msgid "American Samoa"
|
2063 |
-
msgstr "American Samoa"
|
2064 |
-
|
2065 |
-
#: src/Tribe/Languages/Locations.php:59
|
2066 |
-
msgid "Algeria"
|
2067 |
-
msgstr "Algeria"
|
2068 |
-
|
2069 |
-
#: src/Tribe/Languages/Locations.php:58
|
2070 |
-
msgid "Albania"
|
2071 |
-
msgstr "Albania"
|
2072 |
-
|
2073 |
-
#: src/Tribe/Languages/Locations.php:56
|
2074 |
-
msgid "Afghanistan"
|
2075 |
-
msgstr "Afghanistan"
|
2076 |
-
|
2077 |
-
#: src/Tribe/View_Helpers.php:50
|
2078 |
-
msgid "Select a Country:"
|
2079 |
-
msgstr "Seleziona un Paese:"
|
2080 |
-
|
2081 |
-
#: src/Tribe/Validate.php:506
|
2082 |
-
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
-
msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2084 |
-
|
2085 |
-
#: src/Tribe/Validate.php:490
|
2086 |
-
msgid "%s must be a phone number."
|
2087 |
-
msgstr "%s deve essere un numero telefonico"
|
2088 |
-
|
2089 |
-
#: src/Tribe/Validate.php:476
|
2090 |
-
msgid "%s must consist of 5 numbers."
|
2091 |
-
msgstr "%s deve essere costituito da 5 numeri."
|
2092 |
-
|
2093 |
-
#: src/Tribe/Validate.php:462
|
2094 |
-
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
-
msgstr "%s deve essere costituito da lettere, spazi, apostrofi e trattini."
|
2096 |
-
|
2097 |
-
#: src/Tribe/Validate.php:446
|
2098 |
-
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
-
msgstr "%s deve essere costituito da lettere, numeri, trattini, apostrofi, e solo spazi."
|
2100 |
-
|
2101 |
-
#: src/Tribe/Validate.php:430
|
2102 |
-
msgid "%s must be a number between 0 and 21."
|
2103 |
-
msgstr "%s deve essere un numero tra 0 e 21."
|
2104 |
-
|
2105 |
-
#: src/Tribe/Validate.php:376
|
2106 |
-
msgid "%s must be a number or percentage."
|
2107 |
-
msgstr "%s deve essere un numero o una percentuale."
|
2108 |
-
|
2109 |
-
#: src/Tribe/Validate.php:360
|
2110 |
-
msgid "%s cannot be a duplicate"
|
2111 |
-
msgstr "%s non può essere un duplicato"
|
2112 |
-
|
2113 |
-
#: src/Tribe/Validate.php:358
|
2114 |
-
msgid "%s cannot be the same as %s."
|
2115 |
-
msgstr "%s non può essere lo stesso di %s."
|
2116 |
-
|
2117 |
-
#: src/Tribe/Validate.php:351
|
2118 |
-
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
-
msgstr "Convalida confronto non è riuscita perché è stato fornito alcun valore di confronto, per il camp %s"
|
2120 |
-
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:315
|
2122 |
-
#: src/Tribe/Validate.php:337
|
2123 |
-
msgid "%s must have a value that's part of its options."
|
2124 |
-
msgstr "%s deve avere un valore che fa parte delle sue opzioni."
|
2125 |
-
|
2126 |
-
#: src/Tribe/Validate.php:282
|
2127 |
-
msgid "%s must be a valid absolute URL."
|
2128 |
-
msgstr "%s deve essere un URL assoluto valido."
|
2129 |
-
|
2130 |
-
#: src/Tribe/Validate.php:267
|
2131 |
-
msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
|
2132 |
-
msgstr "%s deve essere uno slug valido (numeri, lettere, trattini, e sottolineature)."
|
2133 |
-
|
2134 |
-
#: src/Tribe/Validate.php:200 src/Tribe/Validate.php:228
|
2135 |
-
msgid "%s must be a positive number."
|
2136 |
-
msgstr "%s deve essere un numero positivo"
|
2137 |
-
|
2138 |
-
#: src/Tribe/Validate.php:152
|
2139 |
-
msgid "%s must contain numbers, letters and dots only"
|
2140 |
-
msgstr "% s deve contenere solo numeri, lettere e punti"
|
2141 |
-
|
2142 |
-
#: src/Tribe/Validate.php:120 src/Tribe/Validate.php:136
|
2143 |
-
msgid "%s must contain numbers and letters only"
|
2144 |
-
msgstr "%s deve contenere solo numeri e lettere"
|
2145 |
-
|
2146 |
-
#: src/Tribe/Validate.php:105
|
2147 |
-
msgctxt "non-existant function name passed for field validation"
|
2148 |
-
msgid "with function name:"
|
2149 |
-
msgstr "con il nome della funzione:"
|
2150 |
-
|
2151 |
-
#: src/Tribe/Validate.php:104
|
2152 |
-
msgid "Non-existant field validation function passed"
|
2153 |
-
msgstr "Funzione di convalida di campo inesistente"
|
2154 |
-
|
2155 |
-
#: src/Tribe/Validate.php:73 src/Tribe/Validate.php:85
|
2156 |
-
#: src/Tribe/Validate.php:105
|
2157 |
-
msgid "Field ID:"
|
2158 |
-
msgstr "ID Campo:"
|
2159 |
-
|
2160 |
-
#: src/Tribe/Validate.php:72 src/Tribe/Validate.php:84
|
2161 |
-
msgid "Invalid or incomplete field passed"
|
2162 |
-
msgstr "Campo non valido o incompleto"
|
2163 |
-
|
2164 |
-
#: src/Tribe/Support.php:188 src/Tribe/Support.php:189
|
2165 |
-
msgid "Unknown or not set"
|
2166 |
-
msgstr "Sconosciuto o non impostato"
|
2167 |
-
|
2168 |
-
#: src/admin-views/tribe-options-help.php:41
|
2169 |
-
msgid "System Information"
|
2170 |
-
msgstr "Informazioni di sistema"
|
2171 |
-
|
2172 |
-
#: src/Tribe/Settings_Tab.php:222
|
2173 |
-
msgid "There are no fields setup for this tab yet."
|
2174 |
-
msgstr "Non ci sono ancora campi configurati per questa scheda."
|
2175 |
-
|
2176 |
-
#: src/Tribe/Settings.php:621
|
2177 |
-
msgid "The above setting was not saved. Other settings were successfully saved."
|
2178 |
-
msgid_plural "The above settings were not saved. Other settings were successfully saved."
|
2179 |
-
msgstr[0] "L'impostazione precedente non è stata salvata. Altre impostazioni sono state salvate correttamente."
|
2180 |
-
msgstr[1] "Le impostazioni precedenti non sono state salvate. Altre impostazioni sono state salvate correttamente."
|
2181 |
-
|
2182 |
-
#: src/Tribe/Settings.php:620
|
2183 |
-
msgid "None of your settings were saved. Please try again."
|
2184 |
-
msgstr "Nessuna delle tue impostazioni è stata salvata. Riprova."
|
2185 |
-
|
2186 |
-
#: src/Tribe/Settings.php:610
|
2187 |
-
msgid "Your form had the following errors:"
|
2188 |
-
msgstr "Il modulo ha i seguenti errori:"
|
2189 |
-
|
2190 |
-
#: src/Tribe/Settings.php:431
|
2191 |
-
msgid "The request wasn't sent from this tab."
|
2192 |
-
msgstr "La richiesta non è stata inviata da questa scheda."
|
2193 |
-
|
2194 |
-
#: src/Tribe/Settings.php:425
|
2195 |
-
msgid "The request was sent insecurely."
|
2196 |
-
msgstr "La richiesta è stata inviata in modo non sicuro."
|
2197 |
-
|
2198 |
-
#: src/Tribe/Settings.php:419
|
2199 |
-
msgid "You don't have permission to do that."
|
2200 |
-
msgstr "Non hai il permesso di farlo."
|
2201 |
-
|
2202 |
-
#: src/Tribe/Settings.php:363
|
2203 |
-
msgid "You've requested a non-existent tab."
|
2204 |
-
msgstr "Hai richiesto una scheda inesistente."
|
2205 |
-
|
2206 |
-
#: src/Tribe/Settings.php:349
|
2207 |
-
msgid "%s Settings"
|
2208 |
-
msgstr "%s Impostazioni"
|
2209 |
-
|
2210 |
-
#: src/Tribe/Settings.php:253 src/Tribe/Settings.php:273
|
2211 |
-
msgid "Events Settings"
|
2212 |
-
msgstr "Impostazioni eventi"
|
2213 |
-
|
2214 |
-
#: src/Tribe/PUE/Checker.php:888
|
2215 |
-
msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
|
2216 |
-
msgstr ""
|
2217 |
-
|
2218 |
-
#: src/Tribe/PUE/Checker.php:927
|
2219 |
-
msgid "Valid Key! Expires on %s"
|
2220 |
-
msgstr "Key Valido! Scade il %s"
|
2221 |
-
|
2222 |
-
#: src/Tribe/PUE/Checker.php:907
|
2223 |
-
msgid "Sorry, key validation server is not available."
|
2224 |
-
msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
|
2225 |
-
|
2226 |
-
#: src/Tribe/PUE/Checker.php:650
|
2227 |
-
msgid "License key(s) updated."
|
2228 |
-
msgstr "Licenza aggiornata"
|
2229 |
-
|
2230 |
-
#: src/Tribe/PUE/Checker.php:494
|
2231 |
-
msgid "A valid license key is required for support and updates"
|
2232 |
-
msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
|
2233 |
-
|
2234 |
-
#: src/Tribe/PUE/Checker.php:509 src/Tribe/PUE/Checker.php:520
|
2235 |
-
msgid "License Key"
|
2236 |
-
msgstr "Chiave Licenza"
|
2237 |
-
|
2238 |
-
#: src/Tribe/Main.php:285
|
2239 |
-
msgid "Search:"
|
2240 |
-
msgstr ""
|
2241 |
-
|
2242 |
-
#: src/Tribe/Settings.php:254
|
2243 |
-
msgid "Settings"
|
2244 |
-
msgstr "Impostazioni"
|
2245 |
-
|
2246 |
-
#: src/Tribe/Settings_Manager.php:219
|
2247 |
-
msgid "Network"
|
2248 |
-
msgstr "Rete"
|
2249 |
-
|
2250 |
-
#: src/Tribe/Main.php:310
|
2251 |
-
msgid "Done"
|
2252 |
-
msgstr "Fatto"
|
2253 |
-
|
2254 |
-
#: src/Tribe/Main.php:309
|
2255 |
-
msgid "Today"
|
2256 |
-
msgstr "Oggi"
|
2257 |
-
|
2258 |
-
#: src/Tribe/Main.php:308
|
2259 |
-
msgid "Prev"
|
2260 |
-
msgstr "Precedente"
|
2261 |
-
|
2262 |
-
#: src/Tribe/Main.php:291 src/Tribe/Main.php:307
|
2263 |
-
msgid "Next"
|
2264 |
-
msgstr "Prossimo"
|
2265 |
-
|
2266 |
-
#: src/Tribe/Settings_Manager.php:279
|
2267 |
-
msgid "Help"
|
2268 |
-
msgstr "Aiuto"
|
2269 |
-
|
2270 |
-
#: src/Tribe/Settings_Manager.php:55
|
2271 |
-
msgid "Display"
|
2272 |
-
msgstr "Visualizza"
|
2273 |
-
|
2274 |
-
#: src/Tribe/Settings_Manager.php:253
|
2275 |
-
#: src/admin-views/tribe-options-licenses.php:66
|
2276 |
-
msgid "Licenses"
|
2277 |
-
msgstr "Licenze"
|
2278 |
-
|
2279 |
-
#: src/Tribe/Admin/Help_Page.php:59 src/Tribe/Customizer.php:569
|
2280 |
-
#: src/Tribe/Plugins_API.php:25
|
2281 |
-
msgid "The Events Calendar"
|
2282 |
-
msgstr "The Events Calendar"
|
2283 |
-
|
2284 |
-
#: src/Tribe/Settings.php:177 src/Tribe/Settings.php:241
|
2285 |
-
#: src/Tribe/Settings.php:242
|
2286 |
-
msgid "Events"
|
2287 |
-
msgstr "Eventi"
|
2288 |
-
|
2289 |
-
#: src/Tribe/Settings.php:643
|
2290 |
-
msgid "Settings saved."
|
2291 |
-
msgstr "Impostazioni salvate"
|
2292 |
-
|
2293 |
-
#: src/Tribe/Settings_Manager.php:54
|
2294 |
-
msgid "General"
|
2295 |
-
msgstr "Generale"
|
2296 |
-
|
2297 |
-
#: src/Tribe/Field.php:626
|
2298 |
-
msgid "No select options specified"
|
2299 |
-
msgstr "Nessuna opzione di selezione specificata"
|
2300 |
-
|
2301 |
-
#: src/Tribe/Field.php:568
|
2302 |
-
msgid "No checkbox options specified"
|
2303 |
-
msgstr "Nessuna opzione checkbox specificate"
|
2304 |
-
|
2305 |
-
#: src/Tribe/Field.php:532
|
2306 |
-
msgid "No radio options specified"
|
2307 |
-
msgstr "No radio options specified"
|
2308 |
-
|
2309 |
-
#: src/Tribe/Field.php:231
|
2310 |
-
msgid "Invalid field type specified"
|
2311 |
-
msgstr "Tipo di campo specificato non valido"
|
2312 |
-
|
2313 |
-
#: src/Tribe/Credits.php:31
|
2314 |
-
msgid "This calendar is powered by The Events Calendar."
|
2315 |
-
msgstr ""
|
2316 |
-
|
2317 |
-
#: src/Tribe/App_Shop.php:50 src/Tribe/App_Shop.php:51
|
2318 |
-
#: src/Tribe/App_Shop.php:72
|
2319 |
-
msgid "Event Add-Ons"
|
2320 |
-
msgstr "Add-On Event Tribe"
|
2321 |
-
|
2322 |
-
#: src/Tribe/Languages/Locations.php:55
|
2323 |
-
msgid "United States"
|
2324 |
-
msgstr "Stati Uniti"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common/lang/tribe-common-lt_LT.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Afganistanas"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Pasirinkite šalį:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Šalių sąrašas turi būti suformatuota kaip viena šalis eilutėje šiuo formatu: <br>US, United States <br> UK, United Kingdom."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s turi būti telefono numeris."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s turi būti sudaryti iš 5 skaičių."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s turi sudaryti tik raidės, tarpai, apostrofai ir brūkšneliai."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s turi sudaryti tik raidės, skaičiai, brūkšneliai, apostrofai ir tarpai."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s turi būti skaičius nuo 0 iki 21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s turi būti skaičius arba procentas."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s negali būti dublikatas"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s negali būti tas pats kaip%s"
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Palyginimo patikrinti nepavyko, nes nebuvo nurodyta jokia palyginimo vertė laukui %s"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s turi turėti reikšmę, kuri yra jos pasirinkties dalis."
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Pasirinkite šalį:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Šalių sąrašas turi būti suformatuota kaip viena šalis eilutėje šiuo formatu: <br>US, United States <br> UK, United Kingdom."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s turi būti telefono numeris."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s turi būti sudaryti iš 5 skaičių."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s turi sudaryti tik raidės, tarpai, apostrofai ir brūkšneliai."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s turi sudaryti tik raidės, skaičiai, brūkšneliai, apostrofai ir tarpai."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s turi būti skaičius nuo 0 iki 21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s turi būti skaičius arba procentas."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s negali būti dublikatas"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s negali būti tas pats kaip%s"
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Palyginimo patikrinti nepavyko, nes nebuvo nurodyta jokia palyginimo vertė laukui %s"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s turi turėti reikšmę, kuri yra jos pasirinkties dalis."
|
2128 |
|
common/lang/tribe-common-lv.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Afganistāna"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Izvēlies Valsti:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s jābūt tālrunim"
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s jāsastāv no 5 skaitļiem."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s jāsastāv no burtiem, atstarpēm, apostrofiem un domuzīmēm."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s jāsastāv tikai no no burtiem, cipariem, domuzīmēm, apostrofiem un atstarpēm."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s jābūt skaitlim no 0 līdz 21"
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s jābūt skaitlim vai procentiem"
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nedrīkst būt dublikāts"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nedrīkst būt tāds pats kā %s."
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Salīdzināšanas validācija neizdevās, jo laukam %s netika padota salīdzināmā vērtība"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s ir jābūt vērtībai kura ir daļa no tās opcijām."
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Izvēlies Valsti:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s jābūt tālrunim"
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s jāsastāv no 5 skaitļiem."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s jāsastāv no burtiem, atstarpēm, apostrofiem un domuzīmēm."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s jāsastāv tikai no no burtiem, cipariem, domuzīmēm, apostrofiem un atstarpēm."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s jābūt skaitlim no 0 līdz 21"
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s jābūt skaitlim vai procentiem"
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nedrīkst būt dublikāts"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nedrīkst būt tāds pats kā %s."
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Salīdzināšanas validācija neizdevās, jo laukam %s netika padota salīdzināmā vērtība"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s ir jābūt vērtībai kura ir daļa no tās opcijām."
|
2128 |
|
common/lang/tribe-common-nb_NO.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Velg et land:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s må være et telefonnummer."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s må inneholde 5 tall."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s må inneholde bokstaver, mellomrom, apostrofer og bindestrek."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s kan kun inneholde bokstaver, tall, strek, apostrof eller mellomrom."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s må være et tall mellom 0 og 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s må være ett nummer."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s kan ikke være et duplikat"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s kan ikke være det samme som %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Sammenligningsvalidering mislyktes fordi ingen sammenligningsverdi var angitt for felt %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s må ha en verdi i samsvar med valgmulighetene."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Velg et land:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s må være et telefonnummer."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s må inneholde 5 tall."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s må inneholde bokstaver, mellomrom, apostrofer og bindestrek."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s kan kun inneholde bokstaver, tall, strek, apostrof eller mellomrom."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s må være et tall mellom 0 og 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s må være ett nummer."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s kan ikke være et duplikat"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s kan ikke være det samme som %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Sammenligningsvalidering mislyktes fordi ingen sammenligningsverdi var angitt for felt %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s må ha en verdi i samsvar med valgmulighetene."
|
2125 |
|
common/lang/tribe-common-nl_NL.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2080,48 +2080,48 @@ msgstr "Afghanistan"
|
|
2080 |
msgid "Select a Country:"
|
2081 |
msgstr "Selecteer een land:"
|
2082 |
|
2083 |
-
#: src/Tribe/Validate.php:
|
2084 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2085 |
msgstr "Landenlijst moet geformatteerd zijn als een land per regel in het volgende formaat <br>US, United States <br> UK, United Kingdom."
|
2086 |
|
2087 |
-
#: src/Tribe/Validate.php:
|
2088 |
msgid "%s must be a phone number."
|
2089 |
msgstr "%s moet een telefoonnummer zijn."
|
2090 |
|
2091 |
-
#: src/Tribe/Validate.php:
|
2092 |
msgid "%s must consist of 5 numbers."
|
2093 |
msgstr "%s moet bestaan uit 5 getallen."
|
2094 |
|
2095 |
-
#: src/Tribe/Validate.php:
|
2096 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2097 |
msgstr "%s moet bestaan uit letters, spaties, apostroffen en streepjes."
|
2098 |
|
2099 |
-
#: src/Tribe/Validate.php:
|
2100 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2101 |
msgstr "%s moet alleen bestaan uit letters, getallen, streepjes, apostroffen en spaties."
|
2102 |
|
2103 |
-
#: src/Tribe/Validate.php:
|
2104 |
msgid "%s must be a number between 0 and 21."
|
2105 |
msgstr "%s moet een getal tussen 0 en 21 zijn."
|
2106 |
|
2107 |
-
#: src/Tribe/Validate.php:
|
2108 |
msgid "%s must be a number or percentage."
|
2109 |
msgstr "%s moet een getal of percentage zijn."
|
2110 |
|
2111 |
-
#: src/Tribe/Validate.php:
|
2112 |
msgid "%s cannot be a duplicate"
|
2113 |
msgstr "%s kan geen duplicaat zijn"
|
2114 |
|
2115 |
-
#: src/Tribe/Validate.php:
|
2116 |
msgid "%s cannot be the same as %s."
|
2117 |
msgstr "%s kan niet hetzelfde zijn als %s."
|
2118 |
|
2119 |
-
#: src/Tribe/Validate.php:
|
2120 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2121 |
msgstr "Vergelijkende validatie lukt niet omdat geen vergelijkingswaarde is verstrekt in het veld %s"
|
2122 |
|
2123 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2124 |
-
#: src/Tribe/Validate.php:
|
2125 |
msgid "%s must have a value that's part of its options."
|
2126 |
msgstr "%s moet een waarde hebben die deel is van de opties."
|
2127 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2080 |
msgid "Select a Country:"
|
2081 |
msgstr "Selecteer een land:"
|
2082 |
|
2083 |
+
#: src/Tribe/Validate.php:514
|
2084 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2085 |
msgstr "Landenlijst moet geformatteerd zijn als een land per regel in het volgende formaat <br>US, United States <br> UK, United Kingdom."
|
2086 |
|
2087 |
+
#: src/Tribe/Validate.php:498
|
2088 |
msgid "%s must be a phone number."
|
2089 |
msgstr "%s moet een telefoonnummer zijn."
|
2090 |
|
2091 |
+
#: src/Tribe/Validate.php:484
|
2092 |
msgid "%s must consist of 5 numbers."
|
2093 |
msgstr "%s moet bestaan uit 5 getallen."
|
2094 |
|
2095 |
+
#: src/Tribe/Validate.php:470
|
2096 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2097 |
msgstr "%s moet bestaan uit letters, spaties, apostroffen en streepjes."
|
2098 |
|
2099 |
+
#: src/Tribe/Validate.php:454
|
2100 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2101 |
msgstr "%s moet alleen bestaan uit letters, getallen, streepjes, apostroffen en spaties."
|
2102 |
|
2103 |
+
#: src/Tribe/Validate.php:438
|
2104 |
msgid "%s must be a number between 0 and 21."
|
2105 |
msgstr "%s moet een getal tussen 0 en 21 zijn."
|
2106 |
|
2107 |
+
#: src/Tribe/Validate.php:384
|
2108 |
msgid "%s must be a number or percentage."
|
2109 |
msgstr "%s moet een getal of percentage zijn."
|
2110 |
|
2111 |
+
#: src/Tribe/Validate.php:368
|
2112 |
msgid "%s cannot be a duplicate"
|
2113 |
msgstr "%s kan geen duplicaat zijn"
|
2114 |
|
2115 |
+
#: src/Tribe/Validate.php:366
|
2116 |
msgid "%s cannot be the same as %s."
|
2117 |
msgstr "%s kan niet hetzelfde zijn als %s."
|
2118 |
|
2119 |
+
#: src/Tribe/Validate.php:359
|
2120 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2121 |
msgstr "Vergelijkende validatie lukt niet omdat geen vergelijkingswaarde is verstrekt in het veld %s"
|
2122 |
|
2123 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2124 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2125 |
msgid "%s must have a value that's part of its options."
|
2126 |
msgstr "%s moet een waarde hebben die deel is van de opties."
|
2127 |
|
common/lang/tribe-common-pl_PL.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr ""
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Wybierz kraj:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Podaj po jednym kraju w każdej linii, zachowując następujący format: <br>US, United States <br> UK, United Kingdom."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s musi być numerem telefonu."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s musi składać się z 5 cyfr."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s może zawierać litery, spacje, apostrofy i podkreślenia."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s może zawierać tylko litery, cyfry, podkreślenia, apostrofy i spacje. "
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s musi być liczbą z zakresu 0-21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s musi być liczbą lub procentem."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nie może być zduplikowane"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nie może być taka sama jak %s."
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr ""
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Wybierz kraj:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Podaj po jednym kraju w każdej linii, zachowując następujący format: <br>US, United States <br> UK, United Kingdom."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s musi być numerem telefonu."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s musi składać się z 5 cyfr."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s może zawierać litery, spacje, apostrofy i podkreślenia."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s może zawierać tylko litery, cyfry, podkreślenia, apostrofy i spacje. "
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s musi być liczbą z zakresu 0-21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s musi być liczbą lub procentem."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nie może być zduplikowane"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nie może być taka sama jak %s."
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr ""
|
2128 |
|
common/lang/tribe-common-pt_BR.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afeganistão"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Selecione um País:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s deve ser um número de telefone."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s deve conter 5 números."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s deve possuir letras, espaços, apóstrofos e traços."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s deve possuir apenas letras, números, traços, apóstrofos e espaços."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s deve ser um número entre 0 e 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s deve ser um número ou porcentagem."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s não pode ser uma duplicata"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s não pode ser o mesmo que %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "A comparação de validação falhou porque não foi fornecido um valor de comparação para o campo %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s precisa ter um valor que seja parte destas opções."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Selecione um País:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s deve ser um número de telefone."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s deve conter 5 números."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s deve possuir letras, espaços, apóstrofos e traços."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s deve possuir apenas letras, números, traços, apóstrofos e espaços."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s deve ser um número entre 0 e 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s deve ser um número ou porcentagem."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s não pode ser uma duplicata"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s não pode ser o mesmo que %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "A comparação de validação falhou porque não foi fornecido um valor de comparação para o campo %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s precisa ter um valor que seja parte destas opções."
|
2125 |
|
common/lang/tribe-common-pt_PT.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afeganistão"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Seleccione um país:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "A lista de países tem de ser formatada como um país por linha no seguinte formato: <br>US, Estados Unidos <br> UK, Reino Unido."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s deve ser um número de telefone."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s deve ser constituído por 5 números."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s deve ser constituído por letras, espaços, apóstrofos e traços."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s deve ser constituído apenas por letras, número, traços, apóstrofos e espaços."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s deve ser um número entre 0 e 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s deve ser um número ou percentagem."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s não pode ser um duplicado"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s não pode ser o mesmo que %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "A validação da comparação falhou porque não foi fornecido nenhum valor de comparação para o campo %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s deve ser um valor presente nas suas opções."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Seleccione um país:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
msgstr "A lista de países tem de ser formatada como um país por linha no seguinte formato: <br>US, Estados Unidos <br> UK, Reino Unido."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s deve ser um número de telefone."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s deve ser constituído por 5 números."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s deve ser constituído por letras, espaços, apóstrofos e traços."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s deve ser constituído apenas por letras, número, traços, apóstrofos e espaços."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s deve ser um número entre 0 e 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s deve ser um número ou percentagem."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s não pode ser um duplicado"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s não pode ser o mesmo que %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "A validação da comparação falhou porque não foi fornecido nenhum valor de comparação para o campo %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s deve ser um valor presente nas suas opções."
|
2125 |
|
common/lang/tribe-common-ro_RO.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Afghanistan"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Selectaţi Ţara:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Lista ţărilor trebuie formatată sub forma unei singure ţări pe linie, cu următorul format:<br>RO, România <br> UK, United Kingdom."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s trebuie să fie un număr de telefon."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s trebuie să conţină 5 numere."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s trebuie să conţină doar litere, spaţii,semne de apostrof şi liniuţe."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s trebuie să conţină doar litere, numere, liniuţe, semne de apostrof şi spaţii."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s trebuie să fie un număr între 0 şi 21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s trebuie să fie un număr sau un procent."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nu poate fi un duplicat"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nu poate fi la fel ca %s."
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Validarea comparărilor a eşuat pentru că nu a fost alocată nici-o valoare de comparat, pentru câmpul %s"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s trebuie să aibă o valoare, parte din propriile-i opţiuni."
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Selectaţi Ţara:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Lista ţărilor trebuie formatată sub forma unei singure ţări pe linie, cu următorul format:<br>RO, România <br> UK, United Kingdom."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s trebuie să fie un număr de telefon."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s trebuie să conţină 5 numere."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s trebuie să conţină doar litere, spaţii,semne de apostrof şi liniuţe."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s trebuie să conţină doar litere, numere, liniuţe, semne de apostrof şi spaţii."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s trebuie să fie un număr între 0 şi 21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s trebuie să fie un număr sau un procent."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nu poate fi un duplicat"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nu poate fi la fel ca %s."
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Validarea comparărilor a eşuat pentru că nu a fost alocată nici-o valoare de comparat, pentru câmpul %s"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s trebuie să aibă o valoare, parte din propriile-i opţiuni."
|
2128 |
|
common/lang/tribe-common-ru_RU.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Афганистан"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Выберите страну:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Список стран должен быть форматирован следующим образом: одна страна в строке в формате <br>США, Соединенные штаты Америки <br>ВБ, Великобритания."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s должен быть номером телефона."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s должен содержать 5 цифр."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s должен содержать буквы, пробелы, апострофы и тире."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s должен содержать только буквы, цифры, тире, апострофы и пробелы."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s должен быть числом от 0 до 21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s должен быть числом или процентом."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s не может быть копией"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s не может совпадать с %s."
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Cравнение не произошло, поскольку для поля %s не было предоставлено никакое значение"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s должен иметь значение, которое является частью его параметров."
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Выберите страну:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
msgstr "Список стран должен быть форматирован следующим образом: одна страна в строке в формате <br>США, Соединенные штаты Америки <br>ВБ, Великобритания."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s должен быть номером телефона."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s должен содержать 5 цифр."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s должен содержать буквы, пробелы, апострофы и тире."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s должен содержать только буквы, цифры, тире, апострофы и пробелы."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s должен быть числом от 0 до 21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s должен быть числом или процентом."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s не может быть копией"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s не может совпадать с %s."
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Cравнение не произошло, поскольку для поля %s не было предоставлено никакое значение"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s должен иметь значение, которое является частью его параметров."
|
2128 |
|
common/lang/tribe-common-sk_SK.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Afganistan"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Vybrať krajinu:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s musí byť telefónne číslo."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s musí obsahovať 5 číslic."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s musí obsahovať len písmená, medzery, apostrofy a pomĺčky."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s musí obsahovať len písmená, číslice, pomĺčky, apostrofy a medzery."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s musí byť číslo medzi 0 a 21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s musí byť číslo alebo percento."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nemôže byť duplicitné"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nemôže byť také isté ako %s"
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Validácia zlyhala, pretože nebola vložená žiadna porovnávaná hodnota do poľa %s"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s musí mať hodnotu, ktorá je súčasťou výberu."
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Vybrať krajinu:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s musí byť telefónne číslo."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s musí obsahovať 5 číslic."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s musí obsahovať len písmená, medzery, apostrofy a pomĺčky."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s musí obsahovať len písmená, číslice, pomĺčky, apostrofy a medzery."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s musí byť číslo medzi 0 a 21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s musí byť číslo alebo percento."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s nemôže byť duplicitné"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s nemôže byť také isté ako %s"
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Validácia zlyhala, pretože nebola vložená žiadna porovnávaná hodnota do poľa %s"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s musí mať hodnotu, ktorá je súčasťou výberu."
|
2128 |
|
common/lang/tribe-common-sl_SI.mo
CHANGED
Binary file
|
common/lang/tribe-common-sl_SI.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2084,48 +2084,48 @@ msgstr "Afganistan"
|
|
2084 |
msgid "Select a Country:"
|
2085 |
msgstr "Izberite državo:"
|
2086 |
|
2087 |
-
#: src/Tribe/Validate.php:
|
2088 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2089 |
msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2090 |
|
2091 |
-
#: src/Tribe/Validate.php:
|
2092 |
msgid "%s must be a phone number."
|
2093 |
msgstr "%s mora biti telefonska številka."
|
2094 |
|
2095 |
-
#: src/Tribe/Validate.php:
|
2096 |
msgid "%s must consist of 5 numbers."
|
2097 |
msgstr "%s mora biti sestavljeno iz 5 številk."
|
2098 |
|
2099 |
-
#: src/Tribe/Validate.php:
|
2100 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2101 |
msgstr "%s mora biti sestavljeno iz črk, presledkov, apostrofov in vezajev. "
|
2102 |
|
2103 |
-
#: src/Tribe/Validate.php:
|
2104 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2105 |
msgstr "%s lahko vseguje zgolj črke, številke, vezaje, apostrofe in presledke. "
|
2106 |
|
2107 |
-
#: src/Tribe/Validate.php:
|
2108 |
msgid "%s must be a number between 0 and 21."
|
2109 |
msgstr "%s mora biti število med 0 in 21."
|
2110 |
|
2111 |
-
#: src/Tribe/Validate.php:
|
2112 |
msgid "%s must be a number or percentage."
|
2113 |
msgstr "%s mora biti število ali procent."
|
2114 |
|
2115 |
-
#: src/Tribe/Validate.php:
|
2116 |
msgid "%s cannot be a duplicate"
|
2117 |
msgstr "%s ne more biti duplikat"
|
2118 |
|
2119 |
-
#: src/Tribe/Validate.php:
|
2120 |
msgid "%s cannot be the same as %s."
|
2121 |
msgstr "%s ne more biti enak kot %s. "
|
2122 |
|
2123 |
-
#: src/Tribe/Validate.php:
|
2124 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2125 |
msgstr "Primerjalno preverjanje ni uspelo, ker ni bilo podanih vrednosti za primerjavo, za polje %s"
|
2126 |
|
2127 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2128 |
-
#: src/Tribe/Validate.php:
|
2129 |
msgid "%s must have a value that's part of its options."
|
2130 |
msgstr "%s mora imeti vrednost, ki je del možnosti."
|
2131 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2084 |
msgid "Select a Country:"
|
2085 |
msgstr "Izberite državo:"
|
2086 |
|
2087 |
+
#: src/Tribe/Validate.php:514
|
2088 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2089 |
msgstr "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2090 |
|
2091 |
+
#: src/Tribe/Validate.php:498
|
2092 |
msgid "%s must be a phone number."
|
2093 |
msgstr "%s mora biti telefonska številka."
|
2094 |
|
2095 |
+
#: src/Tribe/Validate.php:484
|
2096 |
msgid "%s must consist of 5 numbers."
|
2097 |
msgstr "%s mora biti sestavljeno iz 5 številk."
|
2098 |
|
2099 |
+
#: src/Tribe/Validate.php:470
|
2100 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2101 |
msgstr "%s mora biti sestavljeno iz črk, presledkov, apostrofov in vezajev. "
|
2102 |
|
2103 |
+
#: src/Tribe/Validate.php:454
|
2104 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2105 |
msgstr "%s lahko vseguje zgolj črke, številke, vezaje, apostrofe in presledke. "
|
2106 |
|
2107 |
+
#: src/Tribe/Validate.php:438
|
2108 |
msgid "%s must be a number between 0 and 21."
|
2109 |
msgstr "%s mora biti število med 0 in 21."
|
2110 |
|
2111 |
+
#: src/Tribe/Validate.php:384
|
2112 |
msgid "%s must be a number or percentage."
|
2113 |
msgstr "%s mora biti število ali procent."
|
2114 |
|
2115 |
+
#: src/Tribe/Validate.php:368
|
2116 |
msgid "%s cannot be a duplicate"
|
2117 |
msgstr "%s ne more biti duplikat"
|
2118 |
|
2119 |
+
#: src/Tribe/Validate.php:366
|
2120 |
msgid "%s cannot be the same as %s."
|
2121 |
msgstr "%s ne more biti enak kot %s. "
|
2122 |
|
2123 |
+
#: src/Tribe/Validate.php:359
|
2124 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2125 |
msgstr "Primerjalno preverjanje ni uspelo, ker ni bilo podanih vrednosti za primerjavo, za polje %s"
|
2126 |
|
2127 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2128 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2129 |
msgid "%s must have a value that's part of its options."
|
2130 |
msgstr "%s mora imeti vrednost, ki je del možnosti."
|
2131 |
|
common/lang/tribe-common-sr_RS.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2081,48 +2081,48 @@ msgstr "Afganistan"
|
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Odaberite zemlju:"
|
2083 |
|
2084 |
-
#: src/Tribe/Validate.php:
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
-
#: src/Tribe/Validate.php:
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s mora biti telefonski broj."
|
2091 |
|
2092 |
-
#: src/Tribe/Validate.php:
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s mora da se sastoji od 5 brojeva."
|
2095 |
|
2096 |
-
#: src/Tribe/Validate.php:
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s mora da se sastoji samo od slova, razmaka, apostrofa i crtica."
|
2099 |
|
2100 |
-
#: src/Tribe/Validate.php:
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s mora da se sastoji samo od slova, brojeva, crtica, apostrofa i razmaka."
|
2103 |
|
2104 |
-
#: src/Tribe/Validate.php:
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s mora biti broj između 0 i 21."
|
2107 |
|
2108 |
-
#: src/Tribe/Validate.php:
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s mora biti broj ili procenat."
|
2111 |
|
2112 |
-
#: src/Tribe/Validate.php:
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s ne može biti duplikat"
|
2115 |
|
2116 |
-
#: src/Tribe/Validate.php:
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s ne može biti isto kao %s."
|
2119 |
|
2120 |
-
#: src/Tribe/Validate.php:
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Validacija poređenja nije uspela jer podaci za poređenje nisu dati za polje %s"
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2125 |
-
#: src/Tribe/Validate.php:
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s mora imati vrijednost koja je dio opcije"
|
2128 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2081 |
msgid "Select a Country:"
|
2082 |
msgstr "Odaberite zemlju:"
|
2083 |
|
2084 |
+
#: src/Tribe/Validate.php:514
|
2085 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2086 |
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."
|
2087 |
|
2088 |
+
#: src/Tribe/Validate.php:498
|
2089 |
msgid "%s must be a phone number."
|
2090 |
msgstr "%s mora biti telefonski broj."
|
2091 |
|
2092 |
+
#: src/Tribe/Validate.php:484
|
2093 |
msgid "%s must consist of 5 numbers."
|
2094 |
msgstr "%s mora da se sastoji od 5 brojeva."
|
2095 |
|
2096 |
+
#: src/Tribe/Validate.php:470
|
2097 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2098 |
msgstr "%s mora da se sastoji samo od slova, razmaka, apostrofa i crtica."
|
2099 |
|
2100 |
+
#: src/Tribe/Validate.php:454
|
2101 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2102 |
msgstr "%s mora da se sastoji samo od slova, brojeva, crtica, apostrofa i razmaka."
|
2103 |
|
2104 |
+
#: src/Tribe/Validate.php:438
|
2105 |
msgid "%s must be a number between 0 and 21."
|
2106 |
msgstr "%s mora biti broj između 0 i 21."
|
2107 |
|
2108 |
+
#: src/Tribe/Validate.php:384
|
2109 |
msgid "%s must be a number or percentage."
|
2110 |
msgstr "%s mora biti broj ili procenat."
|
2111 |
|
2112 |
+
#: src/Tribe/Validate.php:368
|
2113 |
msgid "%s cannot be a duplicate"
|
2114 |
msgstr "%s ne može biti duplikat"
|
2115 |
|
2116 |
+
#: src/Tribe/Validate.php:366
|
2117 |
msgid "%s cannot be the same as %s."
|
2118 |
msgstr "%s ne može biti isto kao %s."
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2122 |
msgstr "Validacija poređenja nije uspela jer podaci za poređenje nisu dati za polje %s"
|
2123 |
|
2124 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2125 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2126 |
msgid "%s must have a value that's part of its options."
|
2127 |
msgstr "%s mora imati vrijednost koja je dio opcije"
|
2128 |
|
common/lang/tribe-common-sv_SE.mo
CHANGED
Binary file
|
common/lang/tribe-common-sv_SE.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Välj ett land:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s måste vara ett telefonnummer."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s måste bestå av 5 tal."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s måste bestå av bokstäver, mellanslag, apostrofer och bindestreck."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s får endast bestå av bokstäver, siffor, bindestreck, apostrofer och mellanslag."
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s måste vara ett tal mellan 0 och 21."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s måste vara ett tal eller en procentsats."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s får ej vara en dublett"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s kan ej vara samma som %s."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Jämförelsekontrollen misslyckades eftersom inget jämförelsevärde angavs för fält %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s måste ha ett giltigt värde."
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Välj ett land:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s måste vara ett telefonnummer."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s måste bestå av 5 tal."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s måste bestå av bokstäver, mellanslag, apostrofer och bindestreck."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s får endast bestå av bokstäver, siffor, bindestreck, apostrofer och mellanslag."
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s måste vara ett tal mellan 0 och 21."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s måste vara ett tal eller en procentsats."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s får ej vara en dublett"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s kan ej vara samma som %s."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Jämförelsekontrollen misslyckades eftersom inget jämförelsevärde angavs för fält %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s måste ha ett giltigt värde."
|
2125 |
|
common/lang/tribe-common-tr_TR.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2078,48 +2078,48 @@ msgstr "Afghanistan"
|
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Ülke Seçiniz:"
|
2080 |
|
2081 |
-
#: src/Tribe/Validate.php:
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
-
#: src/Tribe/Validate.php:
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s bir telefon numarası olmalı."
|
2088 |
|
2089 |
-
#: src/Tribe/Validate.php:
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s 5 rakamdan oluşmalı."
|
2092 |
|
2093 |
-
#: src/Tribe/Validate.php:
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s harf, boşluk, kesme işareti ve tire içerebilir."
|
2096 |
|
2097 |
-
#: src/Tribe/Validate.php:
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s harf, rakam, boşluk, kesme işareti ve tire içerebilir"
|
2100 |
|
2101 |
-
#: src/Tribe/Validate.php:
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s 0 ile 21 arasında bir rakam olmalı."
|
2104 |
|
2105 |
-
#: src/Tribe/Validate.php:
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s rakam ya da yüzde olmalı."
|
2108 |
|
2109 |
-
#: src/Tribe/Validate.php:
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s çakışamaz"
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ile %s aynı olamaz."
|
2116 |
|
2117 |
-
#: src/Tribe/Validate.php:
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Comparison validation failed because no comparison value was provided, for field %s"
|
2120 |
|
2121 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2122 |
-
#: src/Tribe/Validate.php:
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s seçeneklerinden bir değere sahip olmalı"
|
2125 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2078 |
msgid "Select a Country:"
|
2079 |
msgstr "Ülke Seçiniz:"
|
2080 |
|
2081 |
+
#: src/Tribe/Validate.php:514
|
2082 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2083 |
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."
|
2084 |
|
2085 |
+
#: src/Tribe/Validate.php:498
|
2086 |
msgid "%s must be a phone number."
|
2087 |
msgstr "%s bir telefon numarası olmalı."
|
2088 |
|
2089 |
+
#: src/Tribe/Validate.php:484
|
2090 |
msgid "%s must consist of 5 numbers."
|
2091 |
msgstr "%s 5 rakamdan oluşmalı."
|
2092 |
|
2093 |
+
#: src/Tribe/Validate.php:470
|
2094 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2095 |
msgstr "%s harf, boşluk, kesme işareti ve tire içerebilir."
|
2096 |
|
2097 |
+
#: src/Tribe/Validate.php:454
|
2098 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2099 |
msgstr "%s harf, rakam, boşluk, kesme işareti ve tire içerebilir"
|
2100 |
|
2101 |
+
#: src/Tribe/Validate.php:438
|
2102 |
msgid "%s must be a number between 0 and 21."
|
2103 |
msgstr "%s 0 ile 21 arasında bir rakam olmalı."
|
2104 |
|
2105 |
+
#: src/Tribe/Validate.php:384
|
2106 |
msgid "%s must be a number or percentage."
|
2107 |
msgstr "%s rakam ya da yüzde olmalı."
|
2108 |
|
2109 |
+
#: src/Tribe/Validate.php:368
|
2110 |
msgid "%s cannot be a duplicate"
|
2111 |
msgstr "%s çakışamaz"
|
2112 |
|
2113 |
+
#: src/Tribe/Validate.php:366
|
2114 |
msgid "%s cannot be the same as %s."
|
2115 |
msgstr "%s ile %s aynı olamaz."
|
2116 |
|
2117 |
+
#: src/Tribe/Validate.php:359
|
2118 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2119 |
msgstr "Comparison validation failed because no comparison value was provided, for field %s"
|
2120 |
|
2121 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2122 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2123 |
msgid "%s must have a value that's part of its options."
|
2124 |
msgstr "%s seçeneklerinden bir değere sahip olmalı"
|
2125 |
|
common/lang/tribe-common-zh_CN.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2075,48 +2075,48 @@ msgstr "阿富汗"
|
|
2075 |
msgid "Select a Country:"
|
2076 |
msgstr "请选择国家"
|
2077 |
|
2078 |
-
#: src/Tribe/Validate.php:
|
2079 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2080 |
msgstr "国家列表必须以每行一个国家的格式表列于以下的格式中:<br>US, United States <br> UK, United Kingdom."
|
2081 |
|
2082 |
-
#: src/Tribe/Validate.php:
|
2083 |
msgid "%s must be a phone number."
|
2084 |
msgstr "%s 必须是电话号码数字。"
|
2085 |
|
2086 |
-
#: src/Tribe/Validate.php:
|
2087 |
msgid "%s must consist of 5 numbers."
|
2088 |
msgstr "%s 必须由 5 个数字所组成。"
|
2089 |
|
2090 |
-
#: src/Tribe/Validate.php:
|
2091 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2092 |
msgstr "%s 必须由字元、数字、空格、撇号及点所组成。"
|
2093 |
|
2094 |
-
#: src/Tribe/Validate.php:
|
2095 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2096 |
msgstr "%s 必须只由字元、数字、点、撇号及空格所组成。"
|
2097 |
|
2098 |
-
#: src/Tribe/Validate.php:
|
2099 |
msgid "%s must be a number between 0 and 21."
|
2100 |
msgstr "%s 必须是介于 0 到 21之间的数字。"
|
2101 |
|
2102 |
-
#: src/Tribe/Validate.php:
|
2103 |
msgid "%s must be a number or percentage."
|
2104 |
msgstr "%s 必须是数字或百分比符号。"
|
2105 |
|
2106 |
-
#: src/Tribe/Validate.php:
|
2107 |
msgid "%s cannot be a duplicate"
|
2108 |
msgstr "%s 不能是複製的"
|
2109 |
|
2110 |
-
#: src/Tribe/Validate.php:
|
2111 |
msgid "%s cannot be the same as %s."
|
2112 |
msgstr "%s 不能和 %s 完全一样。"
|
2113 |
|
2114 |
-
#: src/Tribe/Validate.php:
|
2115 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2116 |
msgstr "比较确认失败的原因是由于没有提供比较数值给栏位 %s。"
|
2117 |
|
2118 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2119 |
-
#: src/Tribe/Validate.php:
|
2120 |
msgid "%s must have a value that's part of its options."
|
2121 |
msgstr "%s 必须有一个数值是选项中的一部份。"
|
2122 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2075 |
msgid "Select a Country:"
|
2076 |
msgstr "请选择国家"
|
2077 |
|
2078 |
+
#: src/Tribe/Validate.php:514
|
2079 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2080 |
msgstr "国家列表必须以每行一个国家的格式表列于以下的格式中:<br>US, United States <br> UK, United Kingdom."
|
2081 |
|
2082 |
+
#: src/Tribe/Validate.php:498
|
2083 |
msgid "%s must be a phone number."
|
2084 |
msgstr "%s 必须是电话号码数字。"
|
2085 |
|
2086 |
+
#: src/Tribe/Validate.php:484
|
2087 |
msgid "%s must consist of 5 numbers."
|
2088 |
msgstr "%s 必须由 5 个数字所组成。"
|
2089 |
|
2090 |
+
#: src/Tribe/Validate.php:470
|
2091 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2092 |
msgstr "%s 必须由字元、数字、空格、撇号及点所组成。"
|
2093 |
|
2094 |
+
#: src/Tribe/Validate.php:454
|
2095 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2096 |
msgstr "%s 必须只由字元、数字、点、撇号及空格所组成。"
|
2097 |
|
2098 |
+
#: src/Tribe/Validate.php:438
|
2099 |
msgid "%s must be a number between 0 and 21."
|
2100 |
msgstr "%s 必须是介于 0 到 21之间的数字。"
|
2101 |
|
2102 |
+
#: src/Tribe/Validate.php:384
|
2103 |
msgid "%s must be a number or percentage."
|
2104 |
msgstr "%s 必须是数字或百分比符号。"
|
2105 |
|
2106 |
+
#: src/Tribe/Validate.php:368
|
2107 |
msgid "%s cannot be a duplicate"
|
2108 |
msgstr "%s 不能是複製的"
|
2109 |
|
2110 |
+
#: src/Tribe/Validate.php:366
|
2111 |
msgid "%s cannot be the same as %s."
|
2112 |
msgstr "%s 不能和 %s 完全一样。"
|
2113 |
|
2114 |
+
#: src/Tribe/Validate.php:359
|
2115 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2116 |
msgstr "比较确认失败的原因是由于没有提供比较数值给栏位 %s。"
|
2117 |
|
2118 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2119 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2120 |
msgid "%s must have a value that's part of its options."
|
2121 |
msgstr "%s 必须有一个数值是选项中的一部份。"
|
2122 |
|
common/lang/tribe-common-zh_TW.po
CHANGED
@@ -15,7 +15,7 @@ msgstr ""
|
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
-
#: src/Tribe/Validate.php:
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
@@ -2075,48 +2075,48 @@ msgstr "阿富汗"
|
|
2075 |
msgid "Select a Country:"
|
2076 |
msgstr "請選擇國家"
|
2077 |
|
2078 |
-
#: src/Tribe/Validate.php:
|
2079 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2080 |
msgstr "國家列表必須以每行一個國家的格式表列於以下的格式中:<br>US, United States <br> UK, United Kingdom."
|
2081 |
|
2082 |
-
#: src/Tribe/Validate.php:
|
2083 |
msgid "%s must be a phone number."
|
2084 |
msgstr "%s 必須是電話號碼數字。"
|
2085 |
|
2086 |
-
#: src/Tribe/Validate.php:
|
2087 |
msgid "%s must consist of 5 numbers."
|
2088 |
msgstr "%s 必須由 5 個數字所組成。"
|
2089 |
|
2090 |
-
#: src/Tribe/Validate.php:
|
2091 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2092 |
msgstr "%s 必須由字元、數字、空格、撇號及點所組成。"
|
2093 |
|
2094 |
-
#: src/Tribe/Validate.php:
|
2095 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2096 |
msgstr "%s 必須只由字元、數字、點、撇號及空格所組成。"
|
2097 |
|
2098 |
-
#: src/Tribe/Validate.php:
|
2099 |
msgid "%s must be a number between 0 and 21."
|
2100 |
msgstr "%s 必須是介於 0 到 21之間的數字。"
|
2101 |
|
2102 |
-
#: src/Tribe/Validate.php:
|
2103 |
msgid "%s must be a number or percentage."
|
2104 |
msgstr "%s 必須是數字或百分比符號。"
|
2105 |
|
2106 |
-
#: src/Tribe/Validate.php:
|
2107 |
msgid "%s cannot be a duplicate"
|
2108 |
msgstr "%s 不能是複製的"
|
2109 |
|
2110 |
-
#: src/Tribe/Validate.php:
|
2111 |
msgid "%s cannot be the same as %s."
|
2112 |
msgstr "%s 不能和 %s 完全一樣。"
|
2113 |
|
2114 |
-
#: src/Tribe/Validate.php:
|
2115 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2116 |
msgstr "比較確認失敗的原因是由於沒有提供比較數值給欄位 %s。"
|
2117 |
|
2118 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2119 |
-
#: src/Tribe/Validate.php:
|
2120 |
msgid "%s must have a value that's part of its options."
|
2121 |
msgstr "%s 必須有一個數值是選項中的一部份。"
|
2122 |
|
15 |
msgid "%s must not be empty"
|
16 |
msgstr ""
|
17 |
|
18 |
+
#: src/Tribe/Validate.php:545
|
19 |
msgid "%s must be an email address."
|
20 |
msgstr ""
|
21 |
|
2075 |
msgid "Select a Country:"
|
2076 |
msgstr "請選擇國家"
|
2077 |
|
2078 |
+
#: src/Tribe/Validate.php:514
|
2079 |
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
2080 |
msgstr "國家列表必須以每行一個國家的格式表列於以下的格式中:<br>US, United States <br> UK, United Kingdom."
|
2081 |
|
2082 |
+
#: src/Tribe/Validate.php:498
|
2083 |
msgid "%s must be a phone number."
|
2084 |
msgstr "%s 必須是電話號碼數字。"
|
2085 |
|
2086 |
+
#: src/Tribe/Validate.php:484
|
2087 |
msgid "%s must consist of 5 numbers."
|
2088 |
msgstr "%s 必須由 5 個數字所組成。"
|
2089 |
|
2090 |
+
#: src/Tribe/Validate.php:470
|
2091 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2092 |
msgstr "%s 必須由字元、數字、空格、撇號及點所組成。"
|
2093 |
|
2094 |
+
#: src/Tribe/Validate.php:454
|
2095 |
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2096 |
msgstr "%s 必須只由字元、數字、點、撇號及空格所組成。"
|
2097 |
|
2098 |
+
#: src/Tribe/Validate.php:438
|
2099 |
msgid "%s must be a number between 0 and 21."
|
2100 |
msgstr "%s 必須是介於 0 到 21之間的數字。"
|
2101 |
|
2102 |
+
#: src/Tribe/Validate.php:384
|
2103 |
msgid "%s must be a number or percentage."
|
2104 |
msgstr "%s 必須是數字或百分比符號。"
|
2105 |
|
2106 |
+
#: src/Tribe/Validate.php:368
|
2107 |
msgid "%s cannot be a duplicate"
|
2108 |
msgstr "%s 不能是複製的"
|
2109 |
|
2110 |
+
#: src/Tribe/Validate.php:366
|
2111 |
msgid "%s cannot be the same as %s."
|
2112 |
msgstr "%s 不能和 %s 完全一樣。"
|
2113 |
|
2114 |
+
#: src/Tribe/Validate.php:359
|
2115 |
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
2116 |
msgstr "比較確認失敗的原因是由於沒有提供比較數值給欄位 %s。"
|
2117 |
|
2118 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2119 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2120 |
msgid "%s must have a value that's part of its options."
|
2121 |
msgstr "%s 必須有一個數值是選項中的一部份。"
|
2122 |
|
common/lang/tribe-common.pot
CHANGED
@@ -2,29 +2,29 @@
|
|
2 |
# This file is distributed under the same license as the Tribe Common package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Tribe Common 4.7.
|
6 |
"Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
|
7 |
-
"POT-Creation-Date: 2018-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date: 2018-
|
12 |
"Last-Translator: \n"
|
13 |
"Language-Team: \n"
|
14 |
|
15 |
-
#: src/Tribe/Admin/Activation_Page.php:
|
16 |
msgid "Go to plugins page"
|
17 |
msgstr ""
|
18 |
|
19 |
-
#: src/Tribe/Admin/Activation_Page.php:
|
20 |
msgid "Return to Plugins page"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: src/Tribe/Admin/Activation_Page.php:
|
24 |
msgid "Go to WordPress Updates page"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: src/Tribe/Admin/Activation_Page.php:
|
28 |
msgid "Return to WordPress Updates"
|
29 |
msgstr ""
|
30 |
|
@@ -1572,95 +1572,95 @@ msgstr ""
|
|
1572 |
msgid "Full debug (all events)"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: src/Tribe/Main.php:
|
1576 |
msgid "Copy to clipboard"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: src/Tribe/Main.php:
|
1580 |
msgid "System info copied"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: src/Tribe/Main.php:
|
1584 |
msgid "Press \"Cmd + C\" to copy"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: src/Tribe/Main.php:
|
1588 |
msgid ": activate to sort column ascending"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: src/Tribe/Main.php:
|
1592 |
msgid ": activate to sort column descending"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: src/Tribe/Main.php:
|
1596 |
msgid "Show _MENU_ entries"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: src/Tribe/Main.php:
|
1600 |
msgid "No data available in table"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: src/Tribe/Main.php:
|
1604 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
-
#: src/Tribe/Main.php:
|
1608 |
msgid "Showing 0 to 0 of 0 entries"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: src/Tribe/Main.php:
|
1612 |
msgid "(filtered from _MAX_ total entries)"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: src/Tribe/Main.php:
|
1616 |
msgid "No matching records found"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: src/Tribe/Main.php:
|
1620 |
msgid "Search:"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: src/Tribe/Main.php:
|
1624 |
msgid "All items on this page were selected. "
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: src/Tribe/Main.php:
|
1628 |
msgid "Select all pages"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: src/Tribe/Main.php:
|
1632 |
msgid "Clear Selection."
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: src/Tribe/Main.php:
|
1636 |
msgid "All"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: src/Tribe/Main.php:
|
1640 |
msgid "Next"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: src/Tribe/Main.php:
|
1644 |
msgid "Previous"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: src/Tribe/Main.php:
|
1648 |
msgid ": Selected %d rows"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: src/Tribe/Main.php:
|
1652 |
msgid ": Selected 1 row"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: src/Tribe/Main.php:
|
1656 |
msgid "Prev"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: src/Tribe/Main.php:
|
1660 |
msgid "Today"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: src/Tribe/Main.php:
|
1664 |
msgid "Done"
|
1665 |
msgstr ""
|
1666 |
|
@@ -1842,9 +1842,11 @@ msgstr ""
|
|
1842 |
#: src/Tribe/Plugins_API.php:71
|
1843 |
msgid ""
|
1844 |
"Event Tickets Plus allows you to sell tickets to your events using "
|
1845 |
-
"WooCommerce,
|
1846 |
-
"posts and pages, or add %1$sThe Events Calendar%2$s and
|
1847 |
-
"your
|
|
|
|
|
1848 |
msgstr ""
|
1849 |
|
1850 |
#: src/Tribe/Plugins_API.php:84
|
@@ -2110,57 +2112,57 @@ msgstr ""
|
|
2110 |
msgid "%s must be a valid absolute URL."
|
2111 |
msgstr ""
|
2112 |
|
2113 |
-
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:
|
2114 |
-
#: src/Tribe/Validate.php:
|
2115 |
msgid "%s must have a value that's part of its options."
|
2116 |
msgstr ""
|
2117 |
|
2118 |
-
#: src/Tribe/Validate.php:
|
2119 |
msgid ""
|
2120 |
"Comparison validation failed because no comparison value was provided, for "
|
2121 |
"field %s"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
-
#: src/Tribe/Validate.php:
|
2125 |
msgid "%s cannot be the same as %s."
|
2126 |
msgstr ""
|
2127 |
|
2128 |
-
#: src/Tribe/Validate.php:
|
2129 |
msgid "%s cannot be a duplicate"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
-
#: src/Tribe/Validate.php:
|
2133 |
msgid "%s must be a number or percentage."
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: src/Tribe/Validate.php:
|
2137 |
msgid "%s must be a number between 0 and 21."
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: src/Tribe/Validate.php:
|
2141 |
msgid ""
|
2142 |
"%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: src/Tribe/Validate.php:
|
2146 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: src/Tribe/Validate.php:
|
2150 |
msgid "%s must consist of 5 numbers."
|
2151 |
msgstr ""
|
2152 |
|
2153 |
-
#: src/Tribe/Validate.php:
|
2154 |
msgid "%s must be a phone number."
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: src/Tribe/Validate.php:
|
2158 |
msgid ""
|
2159 |
"Country List must be formatted as one country per line in the following "
|
2160 |
"format: <br>US, United States <br> UK, United Kingdom."
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: src/Tribe/Validate.php:
|
2164 |
msgid "%s must be an email address."
|
2165 |
msgstr ""
|
2166 |
|
@@ -2265,27 +2267,18 @@ msgid ""
|
|
2265 |
msgstr ""
|
2266 |
|
2267 |
#: src/admin-views/tribe-options-general.php:30
|
2268 |
-
#: src/admin-views/tribe-options-general.php:35
|
2269 |
msgid "See an example of the link"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
#: src/admin-views/tribe-options-general.php:35
|
2273 |
-
msgid ""
|
2274 |
-
"Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
|
2275 |
-
"Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
|
2276 |
-
"is recognition. Add a small text only link at the bottom of your calendar "
|
2277 |
-
"pointing to The Events Calendar project."
|
2278 |
-
msgstr ""
|
2279 |
-
|
2280 |
-
#: src/admin-views/tribe-options-general.php:40
|
2281 |
msgid "Show The Events Calendar link"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: src/admin-views/tribe-options-general.php:
|
2285 |
msgid "Debug mode"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: src/admin-views/tribe-options-general.php:
|
2289 |
msgid ""
|
2290 |
"Enable this option to log debug information. By default this will log to "
|
2291 |
"your server PHP error log. If you'd like to see the log messages in your "
|
@@ -2293,7 +2286,7 @@ msgid ""
|
|
2293 |
"\" tab in the debug output."
|
2294 |
msgstr ""
|
2295 |
|
2296 |
-
#: src/admin-views/tribe-options-general.php:
|
2297 |
msgid "Debug Bar Plugin"
|
2298 |
msgstr ""
|
2299 |
|
2 |
# This file is distributed under the same license as the Tribe Common package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Tribe Common 4.7.10\n"
|
6 |
"Report-Msgid-Bugs-To: http://m.tri.be/191x\n"
|
7 |
+
"POT-Creation-Date: 2018-03-27 21:58:16+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2018-03-27 21:58\n"
|
12 |
"Last-Translator: \n"
|
13 |
"Language-Team: \n"
|
14 |
|
15 |
+
#: src/Tribe/Admin/Activation_Page.php:84
|
16 |
msgid "Go to plugins page"
|
17 |
msgstr ""
|
18 |
|
19 |
+
#: src/Tribe/Admin/Activation_Page.php:84
|
20 |
msgid "Return to Plugins page"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: src/Tribe/Admin/Activation_Page.php:92
|
24 |
msgid "Go to WordPress Updates page"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: src/Tribe/Admin/Activation_Page.php:92
|
28 |
msgid "Return to WordPress Updates"
|
29 |
msgstr ""
|
30 |
|
1572 |
msgid "Full debug (all events)"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: src/Tribe/Main.php:235 src/admin-views/tribe-options-help.php:50
|
1576 |
msgid "Copy to clipboard"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: src/Tribe/Main.php:236
|
1580 |
msgid "System info copied"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: src/Tribe/Main.php:237
|
1584 |
msgid "Press \"Cmd + C\" to copy"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: src/Tribe/Main.php:256
|
1588 |
msgid ": activate to sort column ascending"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: src/Tribe/Main.php:257
|
1592 |
msgid ": activate to sort column descending"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: src/Tribe/Main.php:259
|
1596 |
msgid "Show _MENU_ entries"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: src/Tribe/Main.php:260
|
1600 |
msgid "No data available in table"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: src/Tribe/Main.php:261
|
1604 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: src/Tribe/Main.php:262
|
1608 |
msgid "Showing 0 to 0 of 0 entries"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: src/Tribe/Main.php:263
|
1612 |
msgid "(filtered from _MAX_ total entries)"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: src/Tribe/Main.php:264
|
1616 |
msgid "No matching records found"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: src/Tribe/Main.php:265
|
1620 |
msgid "Search:"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: src/Tribe/Main.php:266
|
1624 |
msgid "All items on this page were selected. "
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: src/Tribe/Main.php:267
|
1628 |
msgid "Select all pages"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: src/Tribe/Main.php:268
|
1632 |
msgid "Clear Selection."
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: src/Tribe/Main.php:270
|
1636 |
msgid "All"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: src/Tribe/Main.php:271 src/Tribe/Main.php:287
|
1640 |
msgid "Next"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: src/Tribe/Main.php:272
|
1644 |
msgid "Previous"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: src/Tribe/Main.php:277
|
1648 |
msgid ": Selected %d rows"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: src/Tribe/Main.php:278
|
1652 |
msgid ": Selected 1 row"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: src/Tribe/Main.php:288
|
1656 |
msgid "Prev"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: src/Tribe/Main.php:289
|
1660 |
msgid "Today"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: src/Tribe/Main.php:290
|
1664 |
msgid "Done"
|
1665 |
msgstr ""
|
1666 |
|
1842 |
#: src/Tribe/Plugins_API.php:71
|
1843 |
msgid ""
|
1844 |
"Event Tickets Plus allows you to sell tickets to your events using "
|
1845 |
+
"WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. "
|
1846 |
+
"Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and "
|
1847 |
+
"sell tickets from your event listings. Create custom registration forms, "
|
1848 |
+
"manage attendees, use custom capacity options, and more. Tickets have QR "
|
1849 |
+
"codes for easy check in at the door."
|
1850 |
msgstr ""
|
1851 |
|
1852 |
#: src/Tribe/Plugins_API.php:84
|
2112 |
msgid "%s must be a valid absolute URL."
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: src/Tribe/Validate.php:298 src/Tribe/Validate.php:310
|
2116 |
+
#: src/Tribe/Validate.php:323 src/Tribe/Validate.php:345
|
2117 |
msgid "%s must have a value that's part of its options."
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: src/Tribe/Validate.php:359
|
2121 |
msgid ""
|
2122 |
"Comparison validation failed because no comparison value was provided, for "
|
2123 |
"field %s"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: src/Tribe/Validate.php:366
|
2127 |
msgid "%s cannot be the same as %s."
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: src/Tribe/Validate.php:368
|
2131 |
msgid "%s cannot be a duplicate"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: src/Tribe/Validate.php:384
|
2135 |
msgid "%s must be a number or percentage."
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: src/Tribe/Validate.php:438
|
2139 |
msgid "%s must be a number between 0 and 21."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: src/Tribe/Validate.php:454
|
2143 |
msgid ""
|
2144 |
"%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: src/Tribe/Validate.php:470
|
2148 |
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: src/Tribe/Validate.php:484
|
2152 |
msgid "%s must consist of 5 numbers."
|
2153 |
msgstr ""
|
2154 |
|
2155 |
+
#: src/Tribe/Validate.php:498
|
2156 |
msgid "%s must be a phone number."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
+
#: src/Tribe/Validate.php:514
|
2160 |
msgid ""
|
2161 |
"Country List must be formatted as one country per line in the following "
|
2162 |
"format: <br>US, United States <br> UK, United Kingdom."
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: src/Tribe/Validate.php:545
|
2166 |
msgid "%s must be an email address."
|
2167 |
msgstr ""
|
2168 |
|
2267 |
msgstr ""
|
2268 |
|
2269 |
#: src/admin-views/tribe-options-general.php:30
|
|
|
2270 |
msgid "See an example of the link"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
#: src/admin-views/tribe-options-general.php:35
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2274 |
msgid "Show The Events Calendar link"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: src/admin-views/tribe-options-general.php:53
|
2278 |
msgid "Debug mode"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: src/admin-views/tribe-options-general.php:59
|
2282 |
msgid ""
|
2283 |
"Enable this option to log debug information. By default this will log to "
|
2284 |
"your server PHP error log. If you'd like to see the log messages in your "
|
2286 |
"\" tab in the debug output."
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: src/admin-views/tribe-options-general.php:59
|
2290 |
msgid "Debug Bar Plugin"
|
2291 |
msgstr ""
|
2292 |
|
common/readme.txt
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
|
3 |
== Changelog ==
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
= [4.7.8] 2018-03-06 =
|
6 |
|
7 |
* Feature - Added new `tribe_get_global_query_object()` template tag for accessing the $wp_query global without triggering errors if other software has directly manipulated the global [100199]
|
2 |
|
3 |
== Changelog ==
|
4 |
|
5 |
+
= [4.7.10] 2018-03-28 =
|
6 |
+
|
7 |
+
* Tweak - Adjusted app shop text in relation to Modern Tribe's ticketing solutions [101655]
|
8 |
+
* Tweak - Added wrapper function around use of `tribe_events_get_the_excerpt` for safety [95034]
|
9 |
+
|
10 |
+
= [4.7.9] 2018-03-12 =
|
11 |
+
|
12 |
= [4.7.8] 2018-03-06 =
|
13 |
|
14 |
* Feature - Added new `tribe_get_global_query_object()` template tag for accessing the $wp_query global without triggering errors if other software has directly manipulated the global [100199]
|
common/src/Tribe/Admin/Activation_Page.php
CHANGED
@@ -47,6 +47,13 @@ class Tribe__Admin__Activation_Page {
|
|
47 |
* Listen for opportunities to show update and welcome splash pages.
|
48 |
*/
|
49 |
public function hooks() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
add_action( 'admin_init', array( $this, 'maybe_redirect' ), 10, 0 );
|
51 |
add_action( 'admin_menu', array( $this, 'register_page' ), 100, 0 ); // come in after the default page is registered
|
52 |
|
47 |
* Listen for opportunities to show update and welcome splash pages.
|
48 |
*/
|
49 |
public function hooks() {
|
50 |
+
if (
|
51 |
+
tribe_is_truthy( get_option( 'tribe_skip_welcome', false ) )
|
52 |
+
|| tribe_is_truthy( tribe_get_option( 'skip_welcome', false ) )
|
53 |
+
) {
|
54 |
+
return;
|
55 |
+
}
|
56 |
+
|
57 |
add_action( 'admin_init', array( $this, 'maybe_redirect' ), 10, 0 );
|
58 |
add_action( 'admin_menu', array( $this, 'register_page' ), 100, 0 ); // come in after the default page is registered
|
59 |
|
common/src/Tribe/Admin/Notices.php
CHANGED
@@ -10,6 +10,8 @@ class Tribe__Admin__Notices {
|
|
10 |
/**
|
11 |
* The name of the transient that will store transient notices.
|
12 |
*
|
|
|
|
|
13 |
* @var string
|
14 |
*/
|
15 |
public static $transient_notices_name = '_tribe_admin_notices';
|
@@ -17,6 +19,8 @@ class Tribe__Admin__Notices {
|
|
17 |
/**
|
18 |
* Whether, in this request, transient notices have been pruned already or not.
|
19 |
*
|
|
|
|
|
20 |
* @var bool
|
21 |
*/
|
22 |
protected $did_prune_transients = false;
|
@@ -24,6 +28,8 @@ class Tribe__Admin__Notices {
|
|
24 |
/**
|
25 |
* Static singleton variable
|
26 |
*
|
|
|
|
|
27 |
* @var self
|
28 |
*/
|
29 |
private static $instance;
|
@@ -31,6 +37,8 @@ class Tribe__Admin__Notices {
|
|
31 |
/**
|
32 |
* Static Singleton Factory Method
|
33 |
*
|
|
|
|
|
34 |
* @return self
|
35 |
*/
|
36 |
public static function instance() {
|
@@ -44,6 +52,8 @@ class Tribe__Admin__Notices {
|
|
44 |
/**
|
45 |
* User Meta Key that stores which notices have been dimissed
|
46 |
*
|
|
|
|
|
47 |
* @var string
|
48 |
*/
|
49 |
public static $meta_key = 'tribe-dismiss-notice';
|
@@ -51,12 +61,17 @@ class Tribe__Admin__Notices {
|
|
51 |
/**
|
52 |
* Stores all the Notices and it's configurations
|
53 |
*
|
|
|
|
|
54 |
* @var array
|
55 |
*/
|
56 |
-
|
57 |
|
58 |
/**
|
59 |
* Register the Methods in the correct places
|
|
|
|
|
|
|
60 |
*/
|
61 |
private function __construct() {
|
62 |
// Not in the admin we don't even care
|
@@ -88,6 +103,8 @@ class Tribe__Admin__Notices {
|
|
88 |
/**
|
89 |
* This will happen on the `current_screen` and will hook to the correct actions and display the notices
|
90 |
*
|
|
|
|
|
91 |
* @return void
|
92 |
*/
|
93 |
public function hook() {
|
@@ -107,7 +124,7 @@ class Tribe__Admin__Notices {
|
|
107 |
}
|
108 |
|
109 |
if (
|
110 |
-
!empty( $notice->active_callback )
|
111 |
&& is_callable( $notice->active_callback )
|
112 |
&& false == call_user_func( $notice->active_callback )
|
113 |
) {
|
@@ -125,6 +142,8 @@ class Tribe__Admin__Notices {
|
|
125 |
* registered (via a call to exists()) for the reason that, during a dismiss
|
126 |
* ajax request, some valid notices may not have been registered yet.
|
127 |
*
|
|
|
|
|
128 |
* @return void
|
129 |
*/
|
130 |
public function maybe_dismiss() {
|
@@ -141,6 +160,8 @@ class Tribe__Admin__Notices {
|
|
141 |
/**
|
142 |
* Allows a Magic to remove the Requirement of creating a callback
|
143 |
*
|
|
|
|
|
144 |
* @param string $name Name of the Method used to create the Slug of the Notice
|
145 |
* @param array $arguments Which arguments were used, normally empty
|
146 |
*
|
@@ -163,8 +184,15 @@ class Tribe__Admin__Notices {
|
|
163 |
&& true == call_user_func( $notice->active_callback )
|
164 |
)
|
165 |
) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
// Return the rendered HTML
|
167 |
-
return $this->render( $slug, $
|
168 |
}
|
169 |
|
170 |
return false;
|
@@ -173,6 +201,8 @@ class Tribe__Admin__Notices {
|
|
173 |
/**
|
174 |
* This is a helper to actually print the Message
|
175 |
*
|
|
|
|
|
176 |
* @param string $slug The Name of the Notice
|
177 |
* @param string $content The content of the notice
|
178 |
* @param boolean $return Echo or return the content
|
@@ -180,8 +210,22 @@ class Tribe__Admin__Notices {
|
|
180 |
*
|
181 |
* @return bool|string
|
182 |
*/
|
183 |
-
public function render( $slug, $content = null, $return =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
$notice = $this->get( $slug );
|
|
|
185 |
|
186 |
$classes = array( 'tribe-dismiss-notice', 'notice' );
|
187 |
$classes[] = sanitize_html_class( 'notice-' . $notice->type );
|
@@ -191,6 +235,11 @@ class Tribe__Admin__Notices {
|
|
191 |
$classes[] = 'is-dismissible';
|
192 |
}
|
193 |
|
|
|
|
|
|
|
|
|
|
|
194 |
if ( is_string( $wrap ) ) {
|
195 |
$content = sprintf( '<%1$s>' . $content . '</%1$s>', $wrap );
|
196 |
}
|
@@ -207,19 +256,62 @@ class Tribe__Admin__Notices {
|
|
207 |
/**
|
208 |
* This is a helper to print the message surrounded by `p` tags.
|
209 |
*
|
|
|
|
|
210 |
* @param string $slug The Name of the Notice
|
211 |
* @param string $content The content of the notice
|
212 |
* @param boolean $return Echo or return the content
|
213 |
*
|
214 |
* @return boolean|string
|
215 |
*/
|
216 |
-
public function render_paragraph( $slug, $content = null, $return =
|
217 |
return $this->render( $slug, $content, $return, 'p' );
|
218 |
}
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
/**
|
221 |
* Checks if a given user has dimissed a given notice.
|
222 |
*
|
|
|
|
|
223 |
* @param string $slug The Name of the Notice
|
224 |
* @param int|null $user_id The user ID
|
225 |
*
|
@@ -246,6 +338,8 @@ class Tribe__Admin__Notices {
|
|
246 |
/**
|
247 |
* A Method to actually add the Meta value telling that this notice has been dismissed
|
248 |
*
|
|
|
|
|
249 |
* @param string $slug The Name of the Notice
|
250 |
* @param int|null $user_id The user ID
|
251 |
*
|
@@ -288,6 +382,8 @@ class Tribe__Admin__Notices {
|
|
288 |
/**
|
289 |
* Undismisses the specified notice for all users.
|
290 |
*
|
|
|
|
|
291 |
* @param string $slug
|
292 |
*
|
293 |
* @return int
|
@@ -312,6 +408,8 @@ class Tribe__Admin__Notices {
|
|
312 |
/**
|
313 |
* Register a Notice and attach a callback to the required action to display it correctly
|
314 |
*
|
|
|
|
|
315 |
* @param string $slug Slug to save the notice
|
316 |
* @param callable|string $callback A callable Method/Fuction to actually display the notice
|
317 |
* @param array $arguments Arguments to Setup a notice
|
@@ -332,14 +430,12 @@ class Tribe__Admin__Notices {
|
|
332 |
'expire' => false,
|
333 |
'dismiss' => false,
|
334 |
'type' => 'error',
|
|
|
|
|
335 |
);
|
336 |
|
337 |
-
|
338 |
-
|
339 |
-
} else {
|
340 |
-
$defaults['callback'] = array( $this, 'render_' . $slug );
|
341 |
-
$defaults['content'] = $callback;
|
342 |
-
}
|
343 |
|
344 |
if ( is_callable( $active_callback ) ) {
|
345 |
$defaults['active_callback'] = $active_callback;
|
@@ -369,10 +465,12 @@ class Tribe__Admin__Notices {
|
|
369 |
* A transient admin notice is a "fire-and-forget" admin notice that will display once registered and
|
370 |
* until dismissed (if dismissible) without need, on the side of the source code, to register it on each request.
|
371 |
*
|
|
|
|
|
372 |
* @param string $slug Slug to save the notice
|
373 |
* @param string $html The notice output HTML code
|
374 |
* @param array $arguments Arguments to Setup a notice
|
375 |
-
* @param
|
376 |
*
|
377 |
* @return stdClass Which notice was registered
|
378 |
*/
|
@@ -398,6 +496,8 @@ class Tribe__Admin__Notices {
|
|
398 |
/**
|
399 |
* Removes a notice based on its slug.
|
400 |
*
|
|
|
|
|
401 |
* @param string $slug
|
402 |
*
|
403 |
* @return bool
|
@@ -411,6 +511,15 @@ class Tribe__Admin__Notices {
|
|
411 |
return true;
|
412 |
}
|
413 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
public function get( $slug = null ) {
|
415 |
// Prevent weird stuff here
|
416 |
$slug = sanitize_title_with_dashes( $slug );
|
@@ -426,6 +535,15 @@ class Tribe__Admin__Notices {
|
|
426 |
return null;
|
427 |
}
|
428 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
429 |
public function exists( $slug ) {
|
430 |
return is_object( $this->get( $slug ) ) ? true : false;
|
431 |
}
|
10 |
/**
|
11 |
* The name of the transient that will store transient notices.
|
12 |
*
|
13 |
+
* @since 4.3
|
14 |
+
*
|
15 |
* @var string
|
16 |
*/
|
17 |
public static $transient_notices_name = '_tribe_admin_notices';
|
19 |
/**
|
20 |
* Whether, in this request, transient notices have been pruned already or not.
|
21 |
*
|
22 |
+
* @since 4.3
|
23 |
+
*
|
24 |
* @var bool
|
25 |
*/
|
26 |
protected $did_prune_transients = false;
|
28 |
/**
|
29 |
* Static singleton variable
|
30 |
*
|
31 |
+
* @since 4.3
|
32 |
+
*
|
33 |
* @var self
|
34 |
*/
|
35 |
private static $instance;
|
37 |
/**
|
38 |
* Static Singleton Factory Method
|
39 |
*
|
40 |
+
* @since 4.3
|
41 |
+
*
|
42 |
* @return self
|
43 |
*/
|
44 |
public static function instance() {
|
52 |
/**
|
53 |
* User Meta Key that stores which notices have been dimissed
|
54 |
*
|
55 |
+
* @since 4.3
|
56 |
+
*
|
57 |
* @var string
|
58 |
*/
|
59 |
public static $meta_key = 'tribe-dismiss-notice';
|
61 |
/**
|
62 |
* Stores all the Notices and it's configurations
|
63 |
*
|
64 |
+
* @since 4.3
|
65 |
+
*
|
66 |
* @var array
|
67 |
*/
|
68 |
+
protected $notices = array();
|
69 |
|
70 |
/**
|
71 |
* Register the Methods in the correct places
|
72 |
+
*
|
73 |
+
* @since 4.3
|
74 |
+
*
|
75 |
*/
|
76 |
private function __construct() {
|
77 |
// Not in the admin we don't even care
|
103 |
/**
|
104 |
* This will happen on the `current_screen` and will hook to the correct actions and display the notices
|
105 |
*
|
106 |
+
* @since 4.3
|
107 |
+
*
|
108 |
* @return void
|
109 |
*/
|
110 |
public function hook() {
|
124 |
}
|
125 |
|
126 |
if (
|
127 |
+
! empty( $notice->active_callback )
|
128 |
&& is_callable( $notice->active_callback )
|
129 |
&& false == call_user_func( $notice->active_callback )
|
130 |
) {
|
142 |
* registered (via a call to exists()) for the reason that, during a dismiss
|
143 |
* ajax request, some valid notices may not have been registered yet.
|
144 |
*
|
145 |
+
* @since 4.3
|
146 |
+
*
|
147 |
* @return void
|
148 |
*/
|
149 |
public function maybe_dismiss() {
|
160 |
/**
|
161 |
* Allows a Magic to remove the Requirement of creating a callback
|
162 |
*
|
163 |
+
* @since 4.3
|
164 |
+
*
|
165 |
* @param string $name Name of the Method used to create the Slug of the Notice
|
166 |
* @param array $arguments Which arguments were used, normally empty
|
167 |
*
|
184 |
&& true == call_user_func( $notice->active_callback )
|
185 |
)
|
186 |
) {
|
187 |
+
$content = $notice->content;
|
188 |
+
$wrap = isset( $notice->wrap ) ? $notice->wrap : false;
|
189 |
+
|
190 |
+
if ( is_callable( $content ) ) {
|
191 |
+
$content = call_user_func_array( $content, array( $notice ) );
|
192 |
+
}
|
193 |
+
|
194 |
// Return the rendered HTML
|
195 |
+
return $this->render( $slug, $content, false, $wrap );
|
196 |
}
|
197 |
|
198 |
return false;
|
201 |
/**
|
202 |
* This is a helper to actually print the Message
|
203 |
*
|
204 |
+
* @since 4.3
|
205 |
+
*
|
206 |
* @param string $slug The Name of the Notice
|
207 |
* @param string $content The content of the notice
|
208 |
* @param boolean $return Echo or return the content
|
210 |
*
|
211 |
* @return bool|string
|
212 |
*/
|
213 |
+
public function render( $slug, $content = null, $return = true, $wrap = false ) {
|
214 |
+
if ( ! $this->exists( $slug ) ) {
|
215 |
+
return false;
|
216 |
+
}
|
217 |
+
|
218 |
+
// Bail if we already rendered
|
219 |
+
if ( $this->is_rendered( $slug ) ) {
|
220 |
+
if ( $this->is_rendered_html( $slug, $content ) && ! $return ) {
|
221 |
+
echo $content;
|
222 |
+
}
|
223 |
+
|
224 |
+
return false;
|
225 |
+
}
|
226 |
+
|
227 |
$notice = $this->get( $slug );
|
228 |
+
$this->notices[ $slug ]->is_rendered = true;
|
229 |
|
230 |
$classes = array( 'tribe-dismiss-notice', 'notice' );
|
231 |
$classes[] = sanitize_html_class( 'notice-' . $notice->type );
|
235 |
$classes[] = 'is-dismissible';
|
236 |
}
|
237 |
|
238 |
+
// Prevents Empty Notices
|
239 |
+
if ( empty( $content ) ) {
|
240 |
+
return false;
|
241 |
+
}
|
242 |
+
|
243 |
if ( is_string( $wrap ) ) {
|
244 |
$content = sprintf( '<%1$s>' . $content . '</%1$s>', $wrap );
|
245 |
}
|
256 |
/**
|
257 |
* This is a helper to print the message surrounded by `p` tags.
|
258 |
*
|
259 |
+
* @since 4.3
|
260 |
+
*
|
261 |
* @param string $slug The Name of the Notice
|
262 |
* @param string $content The content of the notice
|
263 |
* @param boolean $return Echo or return the content
|
264 |
*
|
265 |
* @return boolean|string
|
266 |
*/
|
267 |
+
public function render_paragraph( $slug, $content = null, $return = true ) {
|
268 |
return $this->render( $slug, $content, $return, 'p' );
|
269 |
}
|
270 |
|
271 |
+
/**
|
272 |
+
* Checks if a given notice is rendered
|
273 |
+
*
|
274 |
+
* @since 4.7.10
|
275 |
+
*
|
276 |
+
* @param string $slug Which notice to check
|
277 |
+
*
|
278 |
+
* @return boolean
|
279 |
+
*/
|
280 |
+
public function is_rendered( $slug ) {
|
281 |
+
if ( ! $this->exists( $slug ) ) {
|
282 |
+
return false;
|
283 |
+
}
|
284 |
+
|
285 |
+
$notice = $this->get( $slug );
|
286 |
+
|
287 |
+
return isset( $notice->is_rendered ) ? $notice->is_rendered : false;
|
288 |
+
}
|
289 |
+
|
290 |
+
/**
|
291 |
+
* Checks if a given string is a notice rendered
|
292 |
+
*
|
293 |
+
* @since 4.7.10
|
294 |
+
*
|
295 |
+
* @param string $slug Which notice to check
|
296 |
+
* @param string $html Which html string we are check
|
297 |
+
*
|
298 |
+
* @return boolean
|
299 |
+
*/
|
300 |
+
public function is_rendered_html( $slug, $html ) {
|
301 |
+
if ( ! $this->exists( $slug ) ) {
|
302 |
+
return false;
|
303 |
+
}
|
304 |
+
|
305 |
+
$search = sprintf( 'data-ref="%s"', $slug );
|
306 |
+
|
307 |
+
return false !== strpos( $html, $search );
|
308 |
+
}
|
309 |
+
|
310 |
/**
|
311 |
* Checks if a given user has dimissed a given notice.
|
312 |
*
|
313 |
+
* @since 4.3
|
314 |
+
*
|
315 |
* @param string $slug The Name of the Notice
|
316 |
* @param int|null $user_id The user ID
|
317 |
*
|
338 |
/**
|
339 |
* A Method to actually add the Meta value telling that this notice has been dismissed
|
340 |
*
|
341 |
+
* @since 4.3
|
342 |
+
*
|
343 |
* @param string $slug The Name of the Notice
|
344 |
* @param int|null $user_id The user ID
|
345 |
*
|
382 |
/**
|
383 |
* Undismisses the specified notice for all users.
|
384 |
*
|
385 |
+
* @since 4.3
|
386 |
+
*
|
387 |
* @param string $slug
|
388 |
*
|
389 |
* @return int
|
408 |
/**
|
409 |
* Register a Notice and attach a callback to the required action to display it correctly
|
410 |
*
|
411 |
+
* @since 4.3
|
412 |
+
*
|
413 |
* @param string $slug Slug to save the notice
|
414 |
* @param callable|string $callback A callable Method/Fuction to actually display the notice
|
415 |
* @param array $arguments Arguments to Setup a notice
|
430 |
'expire' => false,
|
431 |
'dismiss' => false,
|
432 |
'type' => 'error',
|
433 |
+
'is_rendered' => false,
|
434 |
+
'wrap' => false,
|
435 |
);
|
436 |
|
437 |
+
$defaults['callback'] = array( $this, 'render_' . $slug );
|
438 |
+
$defaults['content'] = $callback;
|
|
|
|
|
|
|
|
|
439 |
|
440 |
if ( is_callable( $active_callback ) ) {
|
441 |
$defaults['active_callback'] = $active_callback;
|
465 |
* A transient admin notice is a "fire-and-forget" admin notice that will display once registered and
|
466 |
* until dismissed (if dismissible) without need, on the side of the source code, to register it on each request.
|
467 |
*
|
468 |
+
* @since 4.7.7
|
469 |
+
*
|
470 |
* @param string $slug Slug to save the notice
|
471 |
* @param string $html The notice output HTML code
|
472 |
* @param array $arguments Arguments to Setup a notice
|
473 |
+
* @param int $expire After how much time (in seconds) the notice will stop showing.
|
474 |
*
|
475 |
* @return stdClass Which notice was registered
|
476 |
*/
|
496 |
/**
|
497 |
* Removes a notice based on its slug.
|
498 |
*
|
499 |
+
* @since 4.3
|
500 |
+
*
|
501 |
* @param string $slug
|
502 |
*
|
503 |
* @return bool
|
511 |
return true;
|
512 |
}
|
513 |
|
514 |
+
/**
|
515 |
+
* Gets the configuration for the Notices
|
516 |
+
*
|
517 |
+
* @since 4.3
|
518 |
+
*
|
519 |
+
* @param string $slug
|
520 |
+
*
|
521 |
+
* @return array|null
|
522 |
+
*/
|
523 |
public function get( $slug = null ) {
|
524 |
// Prevent weird stuff here
|
525 |
$slug = sanitize_title_with_dashes( $slug );
|
535 |
return null;
|
536 |
}
|
537 |
|
538 |
+
/**
|
539 |
+
* Checks if a given notice exists
|
540 |
+
*
|
541 |
+
* @since 4.3
|
542 |
+
*
|
543 |
+
* @param string $slug
|
544 |
+
*
|
545 |
+
* @return bool
|
546 |
+
*/
|
547 |
public function exists( $slug ) {
|
548 |
return is_object( $this->get( $slug ) ) ? true : false;
|
549 |
}
|
common/src/Tribe/Asset/Data.php
CHANGED
@@ -46,7 +46,7 @@ class Tribe__Asset__Data {
|
|
46 |
return;
|
47 |
}
|
48 |
|
49 |
-
echo '<script
|
50 |
|
51 |
foreach ( $this->objects as $object_name => $data ) {
|
52 |
echo 'var ' . esc_html( $object_name ) . ' = ' . wp_json_encode( $data ) . ';';
|
46 |
return;
|
47 |
}
|
48 |
|
49 |
+
echo '<script> /* <![CDATA[ */';
|
50 |
|
51 |
foreach ( $this->objects as $object_name => $data ) {
|
52 |
echo 'var ' . esc_html( $object_name ) . ' = ' . wp_json_encode( $data ) . ';';
|
common/src/Tribe/Assets_Pipeline.php
CHANGED
@@ -32,9 +32,9 @@ class Tribe__Assets_Pipeline {
|
|
32 |
|
33 |
if ( 'underscore' === $handle ) {
|
34 |
$dir = Tribe__Main::instance()->plugin_url . 'src/resources/js';
|
35 |
-
$tag = "<script
|
36 |
. $tag
|
37 |
-
. "<script
|
38 |
}
|
39 |
return $tag;
|
40 |
}
|
32 |
|
33 |
if ( 'underscore' === $handle ) {
|
34 |
$dir = Tribe__Main::instance()->plugin_url . 'src/resources/js';
|
35 |
+
$tag = "<script src='{$dir}/underscore-before.js'></script>\n"
|
36 |
. $tag
|
37 |
+
. "<script src='{$dir}/underscore-after.js'></script>\n";
|
38 |
}
|
39 |
return $tag;
|
40 |
}
|
common/src/Tribe/Customizer.php
CHANGED
@@ -404,12 +404,12 @@ final class Tribe__Customizer {
|
|
404 |
}
|
405 |
|
406 |
// All sections should use this action to print their template
|
407 |
-
echo '<script
|
408 |
echo $css_template;
|
409 |
echo '</script>';
|
410 |
|
411 |
// Place where the template will be rendered to
|
412 |
-
echo '<style
|
413 |
echo $this->parse_css_template( $css_template );
|
414 |
echo '</style>';
|
415 |
}
|
404 |
}
|
405 |
|
406 |
// All sections should use this action to print their template
|
407 |
+
echo '<script 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 id="' . esc_attr( $this->ID . '_css' ) . '">';
|
413 |
echo $this->parse_css_template( $css_template );
|
414 |
echo '</style>';
|
415 |
}
|
common/src/Tribe/JSON_LD/Abstract.php
CHANGED
@@ -90,7 +90,7 @@ abstract class Tribe__JSON_LD__Abstract {
|
|
90 |
$data->{'@type'} = $this->type;
|
91 |
|
92 |
$data->name = esc_js( get_the_title( $post ) );
|
93 |
-
$data->description = esc_js(
|
94 |
|
95 |
if ( has_post_thumbnail( $post ) ) {
|
96 |
$data->image = wp_get_attachment_url( get_post_thumbnail_id( $post ) );
|
90 |
$data->{'@type'} = $this->type;
|
91 |
|
92 |
$data->name = esc_js( get_the_title( $post ) );
|
93 |
+
$data->description = esc_js( tribe_post_excerpt( $post ) );
|
94 |
|
95 |
if ( has_post_thumbnail( $post ) ) {
|
96 |
$data->image = wp_get_attachment_url( get_post_thumbnail_id( $post ) );
|
common/src/Tribe/Log/Admin.php
CHANGED
@@ -141,7 +141,7 @@ class Tribe__Log__Admin {
|
|
141 |
*
|
142 |
* @return array
|
143 |
*/
|
144 |
-
protected function get_log_engines(){
|
145 |
$available_engines = $this->log_manager()->get_logging_engines();
|
146 |
|
147 |
if ( empty( $available_engines ) ) {
|
@@ -203,7 +203,7 @@ class Tribe__Log__Admin {
|
|
203 |
protected function get_log_url( $log = null ) {
|
204 |
$query = array(
|
205 |
'tribe-common-log' => 'download',
|
206 |
-
'check' => wp_create_nonce( 'download_log' )
|
207 |
);
|
208 |
|
209 |
$log_download_url = add_query_arg( $query, get_admin_url( null, 'edit.php' ) );
|
@@ -255,7 +255,7 @@ class Tribe__Log__Admin {
|
|
255 |
* @return Tribe__Log
|
256 |
*/
|
257 |
protected function log_manager() {
|
258 |
-
return
|
259 |
}
|
260 |
|
261 |
/**
|
@@ -265,6 +265,6 @@ class Tribe__Log__Admin {
|
|
265 |
* @return Tribe__Log__Logger|null
|
266 |
*/
|
267 |
protected function current_logger() {
|
268 |
-
return
|
269 |
}
|
270 |
}
|
141 |
*
|
142 |
* @return array
|
143 |
*/
|
144 |
+
protected function get_log_engines() {
|
145 |
$available_engines = $this->log_manager()->get_logging_engines();
|
146 |
|
147 |
if ( empty( $available_engines ) ) {
|
203 |
protected function get_log_url( $log = null ) {
|
204 |
$query = array(
|
205 |
'tribe-common-log' => 'download',
|
206 |
+
'check' => wp_create_nonce( 'download_log' ),
|
207 |
);
|
208 |
|
209 |
$log_download_url = add_query_arg( $query, get_admin_url( null, 'edit.php' ) );
|
255 |
* @return Tribe__Log
|
256 |
*/
|
257 |
protected function log_manager() {
|
258 |
+
return tribe( 'logger' );
|
259 |
}
|
260 |
|
261 |
/**
|
265 |
* @return Tribe__Log__Logger|null
|
266 |
*/
|
267 |
protected function current_logger() {
|
268 |
+
return tribe( 'logger' )->get_current_logger();
|
269 |
}
|
270 |
}
|
common/src/Tribe/Main.php
CHANGED
@@ -17,7 +17,7 @@ class Tribe__Main {
|
|
17 |
const OPTIONNAME = 'tribe_events_calendar_options';
|
18 |
const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
|
19 |
|
20 |
-
const VERSION = '4.7.
|
21 |
|
22 |
const FEED_URL = 'https://theeventscalendar.com/feed/';
|
23 |
|
@@ -25,24 +25,6 @@ class Tribe__Main {
|
|
25 |
protected $plugin_context_class;
|
26 |
protected $doing_ajax = false;
|
27 |
|
28 |
-
/**
|
29 |
-
* @var Tribe__Log
|
30 |
-
*/
|
31 |
-
protected $log;
|
32 |
-
|
33 |
-
/**
|
34 |
-
* Manages PUE license key notifications.
|
35 |
-
*
|
36 |
-
* It's important for the sanity of our users that only one instance of this object
|
37 |
-
* be created. However, multiple Tribe__Main objects can and will be instantiated, hence
|
38 |
-
* why for the time being we need to make this field static.
|
39 |
-
*
|
40 |
-
* @see https://central.tri.be/issues/65755
|
41 |
-
*
|
42 |
-
* @var Tribe__PUE__Notices
|
43 |
-
*/
|
44 |
-
protected static $pue_notices;
|
45 |
-
|
46 |
public static $tribe_url = 'http://tri.be/';
|
47 |
public static $tec_url = 'https://theeventscalendar.com/';
|
48 |
|
@@ -167,22 +149,19 @@ class Tribe__Main {
|
|
167 |
* initializes all required libraries
|
168 |
*/
|
169 |
public function init_libraries() {
|
|
|
|
|
|
|
|
|
170 |
Tribe__Debug::instance();
|
171 |
tribe( 'assets' );
|
172 |
tribe( 'assets.pipeline' );
|
173 |
tribe( 'settings.manager' );
|
174 |
tribe( 'tracker' );
|
175 |
tribe( 'plugins.api' );
|
176 |
-
|
177 |
-
|
178 |
-
require_once $this->plugin_path . 'src/functions/utils.php';
|
179 |
-
require_once $this->plugin_path . 'src/functions/template-tags/general.php';
|
180 |
-
require_once $this->plugin_path . 'src/functions/template-tags/date.php';
|
181 |
-
|
182 |
tribe( 'ajax.dropdown' );
|
183 |
-
|
184 |
-
// Starting the log manager needs to wait until after the tribe_*_option() functions have loaded
|
185 |
-
$this->log = new Tribe__Log();
|
186 |
}
|
187 |
|
188 |
/**
|
@@ -193,6 +172,7 @@ class Tribe__Main {
|
|
193 |
tribe_assets(
|
194 |
$this,
|
195 |
array(
|
|
|
196 |
array( 'tribe-clipboard', 'vendor/clipboard/clipboard.js' ),
|
197 |
array( 'datatables', 'vendor/datatables/media/js/jquery.dataTables.js', array( 'jquery' ) ),
|
198 |
array( 'tribe-select2', 'vendor/tribe-select2/select2.js', array( 'jquery' ) ),
|
@@ -415,24 +395,6 @@ class Tribe__Main {
|
|
415 |
return $loaded;
|
416 |
}
|
417 |
|
418 |
-
/**
|
419 |
-
* @return Tribe__Log
|
420 |
-
*/
|
421 |
-
public function log() {
|
422 |
-
return $this->log;
|
423 |
-
}
|
424 |
-
|
425 |
-
/**
|
426 |
-
* @return Tribe__PUE__Notices
|
427 |
-
*/
|
428 |
-
public function pue_notices() {
|
429 |
-
if ( empty( self::$pue_notices ) ) {
|
430 |
-
self::$pue_notices = new Tribe__PUE__Notices;
|
431 |
-
}
|
432 |
-
|
433 |
-
return self::$pue_notices;
|
434 |
-
}
|
435 |
-
|
436 |
/**
|
437 |
* Returns the post types registered by Tribe plugins
|
438 |
*/
|
@@ -562,7 +524,7 @@ class Tribe__Main {
|
|
562 |
tribe_singleton( 'cache', 'Tribe__Cache' );
|
563 |
tribe_singleton( 'languages.locations', 'Tribe__Languages__Locations' );
|
564 |
tribe_singleton( 'plugins.api', new Tribe__Plugins_API );
|
565 |
-
tribe_singleton( 'logger',
|
566 |
tribe_singleton( 'cost-utils', array( 'Tribe__Cost_Utils', 'instance' ) );
|
567 |
tribe_singleton( 'post-duplicate.strategy-factory', 'Tribe__Duplicate__Strategy_Factory' );
|
568 |
tribe_singleton( 'post-duplicate', 'Tribe__Duplicate__Post' );
|
@@ -570,5 +532,41 @@ class Tribe__Main {
|
|
570 |
tribe_singleton( 'post-transient', 'Tribe__Post_Transient' );
|
571 |
|
572 |
tribe_singleton( 'callback', 'Tribe__Utils__Callback' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
573 |
}
|
|
|
574 |
}
|
17 |
const OPTIONNAME = 'tribe_events_calendar_options';
|
18 |
const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
|
19 |
|
20 |
+
const VERSION = '4.7.10';
|
21 |
|
22 |
const FEED_URL = 'https://theeventscalendar.com/feed/';
|
23 |
|
25 |
protected $plugin_context_class;
|
26 |
protected $doing_ajax = false;
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
public static $tribe_url = 'http://tri.be/';
|
29 |
public static $tec_url = 'https://theeventscalendar.com/';
|
30 |
|
149 |
* initializes all required libraries
|
150 |
*/
|
151 |
public function init_libraries() {
|
152 |
+
require_once $this->plugin_path . 'src/functions/utils.php';
|
153 |
+
require_once $this->plugin_path . 'src/functions/template-tags/general.php';
|
154 |
+
require_once $this->plugin_path . 'src/functions/template-tags/date.php';
|
155 |
+
|
156 |
Tribe__Debug::instance();
|
157 |
tribe( 'assets' );
|
158 |
tribe( 'assets.pipeline' );
|
159 |
tribe( 'settings.manager' );
|
160 |
tribe( 'tracker' );
|
161 |
tribe( 'plugins.api' );
|
162 |
+
tribe( 'pue.notices' );
|
|
|
|
|
|
|
|
|
|
|
163 |
tribe( 'ajax.dropdown' );
|
164 |
+
tribe( 'logger' );
|
|
|
|
|
165 |
}
|
166 |
|
167 |
/**
|
172 |
tribe_assets(
|
173 |
$this,
|
174 |
array(
|
175 |
+
array( 'tribe-accessibility-css', 'accessibility.css' ),
|
176 |
array( 'tribe-clipboard', 'vendor/clipboard/clipboard.js' ),
|
177 |
array( 'datatables', 'vendor/datatables/media/js/jquery.dataTables.js', array( 'jquery' ) ),
|
178 |
array( 'tribe-select2', 'vendor/tribe-select2/select2.js', array( 'jquery' ) ),
|
395 |
return $loaded;
|
396 |
}
|
397 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
/**
|
399 |
* Returns the post types registered by Tribe plugins
|
400 |
*/
|
524 |
tribe_singleton( 'cache', 'Tribe__Cache' );
|
525 |
tribe_singleton( 'languages.locations', 'Tribe__Languages__Locations' );
|
526 |
tribe_singleton( 'plugins.api', new Tribe__Plugins_API );
|
527 |
+
tribe_singleton( 'logger', 'Tribe__Log' );
|
528 |
tribe_singleton( 'cost-utils', array( 'Tribe__Cost_Utils', 'instance' ) );
|
529 |
tribe_singleton( 'post-duplicate.strategy-factory', 'Tribe__Duplicate__Strategy_Factory' );
|
530 |
tribe_singleton( 'post-duplicate', 'Tribe__Duplicate__Post' );
|
532 |
tribe_singleton( 'post-transient', 'Tribe__Post_Transient' );
|
533 |
|
534 |
tribe_singleton( 'callback', 'Tribe__Utils__Callback' );
|
535 |
+
tribe_singleton( 'pue.notices', 'Tribe__PUE__Notices' );
|
536 |
+
}
|
537 |
+
|
538 |
+
/************************
|
539 |
+
* *
|
540 |
+
* Deprecated Methods *
|
541 |
+
* *
|
542 |
+
************************/
|
543 |
+
// @codingStandardsIgnoreStart
|
544 |
+
|
545 |
+
/**
|
546 |
+
* Manages PUE license key notifications.
|
547 |
+
*
|
548 |
+
* It's important for the sanity of our users that only one instance of this object
|
549 |
+
* be created. However, multiple Tribe__Main objects can and will be instantiated, hence
|
550 |
+
* why for the time being we need to make this field static.
|
551 |
+
*
|
552 |
+
* @see https://central.tri.be/issues/65755
|
553 |
+
*
|
554 |
+
* @deprecated 4.7.10
|
555 |
+
*
|
556 |
+
* @return Tribe__PUE__Notices
|
557 |
+
*/
|
558 |
+
public function pue_notices() {
|
559 |
+
return tribe( 'pue.notices' );
|
560 |
+
}
|
561 |
+
|
562 |
+
/**
|
563 |
+
*
|
564 |
+
* @deprecated 4.7.10
|
565 |
+
*
|
566 |
+
* @return Tribe__Log
|
567 |
+
*/
|
568 |
+
public function log() {
|
569 |
+
return tribe( 'logger' );
|
570 |
}
|
571 |
+
// @codingStandardsIgnoreEnd
|
572 |
}
|
common/src/Tribe/Plugins_API.php
CHANGED
@@ -68,7 +68,7 @@ class Tribe__Plugins_API {
|
|
68 |
'link' => 'https://theeventscalendar.com/product/wordpress-event-tickets-plus/?utm_campaign=in-app&utm_source=addonspage&utm_medium=wordpress-event-tickets-plus&utm_content=appstoreembedded-1',
|
69 |
'buy-now' => 'http://m.tri.be/19o5',
|
70 |
'description' => sprintf(
|
71 |
-
__( 'Event Tickets Plus allows you to sell tickets to your events using WooCommerce,
|
72 |
'<a href="http://m.tri.be/18vc">',
|
73 |
'</a>'
|
74 |
),
|
68 |
'link' => 'https://theeventscalendar.com/product/wordpress-event-tickets-plus/?utm_campaign=in-app&utm_source=addonspage&utm_medium=wordpress-event-tickets-plus&utm_content=appstoreembedded-1',
|
69 |
'buy-now' => 'http://m.tri.be/19o5',
|
70 |
'description' => sprintf(
|
71 |
+
__( 'Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Tickets have QR codes for easy check in at the door.', 'tribe-common' ),
|
72 |
'<a href="http://m.tri.be/18vc">',
|
73 |
'</a>'
|
74 |
),
|
common/src/Tribe/Validate.php
CHANGED
@@ -300,12 +300,20 @@ if ( ! class_exists( 'Tribe__Validate' ) ) {
|
|
300 |
}
|
301 |
|
302 |
/**
|
303 |
-
*
|
304 |
-
* by making sure the value is part of the options array
|
305 |
-
*
|
306 |
-
* @return stdClass validation result object
|
307 |
*/
|
308 |
public function options_multi() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
foreach ( $this->value as $val ) {
|
310 |
if ( array_key_exists( $val, $this->field['options'] ) ) {
|
311 |
$this->value = ( $this->value === 0 ) ? false : $this->value;
|
300 |
}
|
301 |
|
302 |
/**
|
303 |
+
* Validates fields that have multiple options (checkbox list, etc.)
|
304 |
+
* by making sure the value is part of the options array.
|
|
|
|
|
305 |
*/
|
306 |
public function options_multi() {
|
307 |
+
// if we are here it cannot be empty
|
308 |
+
if ( empty( $this->value ) ) {
|
309 |
+
$this->result->valid = false;
|
310 |
+
$this->result->error = sprintf( esc_html__( "%s must have a value that's part of its options.", 'tribe-common' ), $this->label );
|
311 |
+
|
312 |
+
return;
|
313 |
+
}
|
314 |
+
|
315 |
+
$this->value = is_array( $this->value ) ? $this->value : array( $this->value );
|
316 |
+
|
317 |
foreach ( $this->value as $val ) {
|
318 |
if ( array_key_exists( $val, $this->field['options'] ) ) {
|
319 |
$this->value = ( $this->value === 0 ) ? false : $this->value;
|
common/src/admin-views/tribe-options-general.php
CHANGED
@@ -28,12 +28,7 @@ $generalTabFields = array(
|
|
28 |
'donate-link-info' => array(
|
29 |
'type' => 'html',
|
30 |
'html' => '<p>' . esc_html__( '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.', 'tribe-common' ) . '<br><a href="' . esc_url( plugins_url( 'resources/images/donate-link-screenshot.png', dirname( __FILE__ ) ) ) . '" class="thickbox">' . esc_html__( 'See an example of the link', 'tribe-common' ) . '</a>.</p>',
|
31 |
-
'conditional' =>
|
32 |
-
),
|
33 |
-
'donate-link-pro-info' => array(
|
34 |
-
'type' => 'html',
|
35 |
-
'html' => '<p>' . esc_html__( '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.', 'tribe-common' ) . '<br><a href="' . esc_url( plugins_url( 'resources/images/donate-link-pro-screenshot.jpg', dirname( __FILE__ ) ) ) . '" class="thickbox">' . esc_html__( 'See an example of the link', 'tribe-common' ) . '</a>.</p>',
|
36 |
-
'conditional' => class_exists( 'Tribe__Events__Pro__Main' ),
|
37 |
),
|
38 |
'donate-link' => array(
|
39 |
'type' => 'checkbox_bool',
|
28 |
'donate-link-info' => array(
|
29 |
'type' => 'html',
|
30 |
'html' => '<p>' . esc_html__( '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.', 'tribe-common' ) . '<br><a href="' . esc_url( plugins_url( 'resources/images/donate-link-screenshot.png', dirname( __FILE__ ) ) ) . '" class="thickbox">' . esc_html__( 'See an example of the link', 'tribe-common' ) . '</a>.</p>',
|
31 |
+
'conditional' => class_exists( 'Tribe__Events__Main' ),
|
|
|
|
|
|
|
|
|
|
|
32 |
),
|
33 |
'donate-link' => array(
|
34 |
'type' => 'checkbox_bool',
|
common/src/admin-views/tribe-options-help.php
CHANGED
@@ -53,7 +53,7 @@ $help->add_section( 'template-changes', __( 'Recent Template Changes', 'tribe-co
|
|
53 |
$help->add_section_content( 'template-changes', Tribe__Support__Template_Checker_Report::generate() );
|
54 |
|
55 |
$help->add_section( 'event-log', __( 'Event Log', 'tribe-common' ), 50 );
|
56 |
-
$help->add_section_content( 'event-log',
|
57 |
?>
|
58 |
|
59 |
<div id="tribe-help-general">
|
53 |
$help->add_section_content( 'template-changes', Tribe__Support__Template_Checker_Report::generate() );
|
54 |
|
55 |
$help->add_section( 'event-log', __( 'Event Log', 'tribe-common' ), 50 );
|
56 |
+
$help->add_section_content( 'event-log', tribe( 'logger' )->admin()->display_log() );
|
57 |
?>
|
58 |
|
59 |
<div id="tribe-help-general">
|
common/src/functions/template-tags/general.php
CHANGED
@@ -476,7 +476,19 @@ if ( ! function_exists( 'tribe_format_currency' ) ) {
|
|
476 |
$reverse_position = tribe_get_option( 'reverseCurrencyPosition', false );
|
477 |
}
|
478 |
|
479 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
480 |
|
481 |
return $cost;
|
482 |
}
|
476 |
$reverse_position = tribe_get_option( 'reverseCurrencyPosition', false );
|
477 |
}
|
478 |
|
479 |
+
/**
|
480 |
+
* Add option to filter the cost value before is returned, allowing other providers to hook into it.
|
481 |
+
*
|
482 |
+
* @since 4.7.10
|
483 |
+
*
|
484 |
+
* @param string $cost
|
485 |
+
* @param int $post_id
|
486 |
+
*/
|
487 |
+
$cost = apply_filters( 'tribe_currency_cost', $cost, $post_id );
|
488 |
+
|
489 |
+
$cost = $reverse_position
|
490 |
+
? $cost . $currency_symbol
|
491 |
+
: $currency_symbol . $cost;
|
492 |
|
493 |
return $cost;
|
494 |
}
|
common/src/functions/utils.php
CHANGED
@@ -426,3 +426,37 @@ if ( ! function_exists( 'tribe_post_exists' ) ) {
|
|
426 |
return ! empty( $found ) ? (int) $found : false;
|
427 |
}
|
428 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
return ! empty( $found ) ? (int) $found : false;
|
427 |
}
|
428 |
}
|
429 |
+
|
430 |
+
if ( ! function_exists( 'tribe_post_excerpt' ) ) {
|
431 |
+
/**
|
432 |
+
* Wrapper function for `tribe_events_get_the_excerpt` to prevent access the function when is not present on the
|
433 |
+
* current site installation.
|
434 |
+
*
|
435 |
+
* @param $post
|
436 |
+
*
|
437 |
+
* @return null|string
|
438 |
+
*/
|
439 |
+
function tribe_post_excerpt( $post ) {
|
440 |
+
if ( function_exists( 'tribe_events_get_the_excerpt' ) ) {
|
441 |
+
return tribe_events_get_the_excerpt( $post );
|
442 |
+
}
|
443 |
+
|
444 |
+
if ( ! is_numeric( $post ) && ! $post instanceof WP_Post ) {
|
445 |
+
$post = get_the_ID();
|
446 |
+
}
|
447 |
+
|
448 |
+
if ( is_numeric( $post ) ) {
|
449 |
+
$post = WP_Post::get_instance( $post );
|
450 |
+
}
|
451 |
+
|
452 |
+
if ( ! $post instanceof WP_Post ) {
|
453 |
+
return null;
|
454 |
+
}
|
455 |
+
|
456 |
+
$excerpt = has_excerpt( $post->ID )
|
457 |
+
? $post->post_excerpt
|
458 |
+
: wp_trim_words( $post->post_content );
|
459 |
+
|
460 |
+
return wpautop( $excerpt );
|
461 |
+
}
|
462 |
+
}
|
common/src/resources/css/accessibility.css
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
12 |
+
/**
|
13 |
+
* Following rules set in this article about accessibility elements
|
14 |
+
*
|
15 |
+
* @link https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
|
16 |
+
*/
|
17 |
+
.tribe-js .tribe-accessible-js-hidden {
|
18 |
+
clip: rect( 1px 1px 1px 1px );
|
19 |
+
/* IE 6/7 */
|
20 |
+
clip: rect( 1px, 1px, 1px, 1px );
|
21 |
+
height: 1px;
|
22 |
+
overflow: hidden;
|
23 |
+
position: absolute;
|
24 |
+
white-space: nowrap;
|
25 |
+
/* added line */
|
26 |
+
width: 1px;
|
27 |
+
}
|
28 |
+
.tribe-accessible-hidden {
|
29 |
+
clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
|
30 |
+
clip: rect( 1px, 1px, 1px, 1px );
|
31 |
+
height: 1px;
|
32 |
+
overflow: hidden;
|
33 |
+
position: absolute;
|
34 |
+
white-space: nowrap; /* added line */
|
35 |
+
width: 1px;
|
36 |
+
}
|
common/src/resources/css/accessibility.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.tribe-accessible-hidden,.tribe-js .tribe-accessible-js-hidden{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
|
common/src/resources/images/spirit-animal.png
CHANGED
Binary file
|
common/src/resources/postcss/accessibility.pcss
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
/**
|
3 |
+
* Following rules set in this article about accessibility elements
|
4 |
+
*
|
5 |
+
* @link https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
|
6 |
+
*/
|
7 |
+
.tribe-js {
|
8 |
+
.tribe-accessible-js-hidden {
|
9 |
+
clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
|
10 |
+
clip: rect( 1px, 1px, 1px, 1px );
|
11 |
+
height: 1px;
|
12 |
+
overflow: hidden;
|
13 |
+
position: absolute;
|
14 |
+
white-space: nowrap; /* added line */
|
15 |
+
width: 1px;
|
16 |
+
}
|
17 |
+
}
|
18 |
+
|
19 |
+
.tribe-accessible-hidden {
|
20 |
+
clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
|
21 |
+
clip: rect( 1px, 1px, 1px, 1px );
|
22 |
+
height: 1px;
|
23 |
+
overflow: hidden;
|
24 |
+
position: absolute;
|
25 |
+
white-space: nowrap; /* added line */
|
26 |
+
width: 1px;
|
27 |
+
}
|
common/tribe-common.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Description: An event settings framework for managing shared options
|
4 |
-
Version: 4.7.
|
5 |
Author: Modern Tribe, Inc.
|
6 |
Author URI: http://m.tri.be/1x
|
7 |
Text Domain: tribe-common
|
1 |
<?php
|
2 |
/*
|
3 |
Description: An event settings framework for managing shared options
|
4 |
+
Version: 4.7.10
|
5 |
Author: Modern Tribe, Inc.
|
6 |
Author URI: http://m.tri.be/1x
|
7 |
Text Domain: tribe-common
|
lang/the-events-calendar-cs_CZ.mo
CHANGED
Binary file
|
lang/the-events-calendar-cs_CZ.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -3780,7 +3780,7 @@ msgstr ""
|
|
3780 |
|
3781 |
#: src/Tribe/Aggregator/Record/List_Table.php:489
|
3782 |
msgid "Keywords:"
|
3783 |
-
msgstr ""
|
3784 |
|
3785 |
#: src/Tribe/Aggregator/Record/List_Table.php:476
|
3786 |
#: src/Tribe/Ignored_Events.php:337
|
@@ -4175,18 +4175,18 @@ msgstr ""
|
|
4175 |
#: src/Tribe/Aggregator/API/Origins.php:54
|
4176 |
#: src/admin-views/aggregator/settings.php:499
|
4177 |
msgid "ICS File"
|
4178 |
-
msgstr ""
|
4179 |
|
4180 |
#: src/Tribe/Aggregator/API/Origins.php:48
|
4181 |
#: src/Tribe/Aggregator/Record/iCal.php:14
|
4182 |
#: src/admin-views/aggregator/settings.php:498
|
4183 |
msgid "iCalendar"
|
4184 |
-
msgstr ""
|
4185 |
|
4186 |
#: src/Tribe/Aggregator/API/Origins.php:31
|
4187 |
#: src/Tribe/Aggregator/Admin_Bar.php:88 src/Tribe/Aggregator/Service.php:626
|
4188 |
msgid "CSV File"
|
4189 |
-
msgstr ""
|
4190 |
|
4191 |
#: src/Tribe/Admin_List.php:330
|
4192 |
msgctxt "%s Event count in admin list"
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-27 05:17:37+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
3780 |
|
3781 |
#: src/Tribe/Aggregator/Record/List_Table.php:489
|
3782 |
msgid "Keywords:"
|
3783 |
+
msgstr "Klíčová slova:"
|
3784 |
|
3785 |
#: src/Tribe/Aggregator/Record/List_Table.php:476
|
3786 |
#: src/Tribe/Ignored_Events.php:337
|
4175 |
#: src/Tribe/Aggregator/API/Origins.php:54
|
4176 |
#: src/admin-views/aggregator/settings.php:499
|
4177 |
msgid "ICS File"
|
4178 |
+
msgstr "ICS soubor"
|
4179 |
|
4180 |
#: src/Tribe/Aggregator/API/Origins.php:48
|
4181 |
#: src/Tribe/Aggregator/Record/iCal.php:14
|
4182 |
#: src/admin-views/aggregator/settings.php:498
|
4183 |
msgid "iCalendar"
|
4184 |
+
msgstr "iCalendar"
|
4185 |
|
4186 |
#: src/Tribe/Aggregator/API/Origins.php:31
|
4187 |
#: src/Tribe/Aggregator/Admin_Bar.php:88 src/Tribe/Aggregator/Service.php:626
|
4188 |
msgid "CSV File"
|
4189 |
+
msgstr "CSV soubor"
|
4190 |
|
4191 |
#: src/Tribe/Admin_List.php:330
|
4192 |
msgctxt "%s Event count in admin list"
|
lang/the-events-calendar-de_DE.mo
CHANGED
Binary file
|
lang/the-events-calendar-de_DE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -1179,7 +1179,7 @@ msgstr "Ob oder ob nicht diese Veranstaltung eine ganztägige Veranstaltung ist"
|
|
1179 |
|
1180 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:94
|
1181 |
msgid "The event start date in the event or site timezone"
|
1182 |
-
msgstr "Das Veranstaltungs
|
1183 |
|
1184 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:98
|
1185 |
msgid "An array of each component of the event start date"
|
@@ -1187,7 +1187,7 @@ msgstr "Ein Array mit allen Komponenten der Veranstaltungsstartzeit"
|
|
1187 |
|
1188 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:103
|
1189 |
msgid "The event end date in the event or site timezone"
|
1190 |
-
msgstr "Das Veranstaltungs
|
1191 |
|
1192 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:107
|
1193 |
msgid "An array of each component of the event end date"
|
@@ -1224,7 +1224,7 @@ msgstr "Die Details der Veranstaltungskosten"
|
|
1224 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:147
|
1225 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:298
|
1226 |
msgid "The event website URL"
|
1227 |
-
msgstr "Die URL der
|
1228 |
|
1229 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:151
|
1230 |
msgid "Whether the map should be shown for the event or not"
|
@@ -1277,7 +1277,7 @@ msgstr "Die WordPress Beitrags ID des Autors des Veranstalters"
|
|
1277 |
|
1278 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:41
|
1279 |
msgid "The organizer creation date in the site timezone"
|
1280 |
-
msgstr "Das Erstellungsdatum für den Organisator in der Zeitzone der
|
1281 |
|
1282 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:45
|
1283 |
msgid "The organizer creation date in UTC time"
|
@@ -1285,11 +1285,11 @@ msgstr "Das Erstellungsdatum für den Veranstalter in UTC Zeit"
|
|
1285 |
|
1286 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:49
|
1287 |
msgid "The organizer last modification date in the site timezone"
|
1288 |
-
msgstr "Das letzte Änderungsdatum für den Veranstalter in der Zeitzone der
|
1289 |
|
1290 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:61
|
1291 |
msgid "The URL to the organizer page"
|
1292 |
-
msgstr "Die URL zur
|
1293 |
|
1294 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:65
|
1295 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:244
|
@@ -1324,7 +1324,7 @@ msgstr "Die Veranstaltungsort ID, die global zur Identifizierung im Event Aggreg
|
|
1324 |
|
1325 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:41
|
1326 |
msgid "The venue creation date in the site timezone"
|
1327 |
-
msgstr "Das Erstellungsdatum für den Veranstaltungsort in der Zeitzone der
|
1328 |
|
1329 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:45
|
1330 |
msgid "The venue creation date in UTC time"
|
@@ -1332,7 +1332,7 @@ msgstr "Das Erstellungsdatum für den Veranstaltungsort in UTC Zeit"
|
|
1332 |
|
1333 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:49
|
1334 |
msgid "The venue last modification date in the site timezone"
|
1335 |
-
msgstr "Das letzte Änderungsdatum für den Veranstaltungsort in der Zeitzone der
|
1336 |
|
1337 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:61
|
1338 |
msgid "The URL to the venue page"
|
@@ -1378,7 +1378,7 @@ msgstr "Die Telefonnummer des Veranstaltungsorts"
|
|
1378 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:122
|
1379 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:304
|
1380 |
msgid "The venue website URL"
|
1381 |
-
msgstr "Die URL zur
|
1382 |
|
1383 |
#: src/Tribe/REST/V1/EA_Messages.php:9
|
1384 |
msgid "Event Aggregator cannot import events from this site."
|
@@ -1386,7 +1386,7 @@ msgstr "Event Aggregator kann keine Veranstaltungen von dieser Seite importieren
|
|
1386 |
|
1387 |
#: src/Tribe/REST/V1/EA_Messages.php:11
|
1388 |
msgid "The Events Calendar is API is not providing the site origin correctly."
|
1389 |
-
msgstr "Die Events Calendar REST
|
1390 |
|
1391 |
#: src/Tribe/REST/V1/EA_Messages.php:14
|
1392 |
msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but returned malformed data."
|
@@ -1486,7 +1486,7 @@ msgstr "Das Erstellungsdatum der Veranstaltung in UTC-Zeit"
|
|
1486 |
|
1487 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:49
|
1488 |
msgid "The event last modification date in the site timezone"
|
1489 |
-
msgstr "Das letzte Änderungsdatum für die Veranstaltung in der Zeitzone der
|
1490 |
|
1491 |
#: src/Tribe/REST/V1/EA_Messages.php:39
|
1492 |
msgid "Learn more."
|
@@ -3306,7 +3306,7 @@ msgstr "Ihre Event Aggregator Lizenz ist abgelaufen."
|
|
3306 |
|
3307 |
#: src/Tribe/Aggregator/Tabs/New.php:541
|
3308 |
msgid "Learn More"
|
3309 |
-
msgstr "
|
3310 |
|
3311 |
#: src/Tribe/Aggregator/Tabs/New.php:536 src/Tribe/Aggregator/Tabs/New.php:543
|
3312 |
msgid "opens in a new window"
|
@@ -5811,7 +5811,7 @@ msgstr "E-Mail:"
|
|
5811 |
#: src/views/modules/meta/details.php:148
|
5812 |
#: src/views/modules/meta/organizer.php:65 src/views/modules/meta/venue.php:45
|
5813 |
msgid "Website:"
|
5814 |
-
msgstr "
|
5815 |
|
5816 |
#: src/admin-views/create-organizer-fields.php:2
|
5817 |
#: src/admin-views/create-venue-fields.php:159
|
@@ -5865,7 +5865,7 @@ msgstr "URL:"
|
|
5865 |
|
5866 |
#: src/admin-views/events-meta-box.php:175
|
5867 |
msgid "%s Website"
|
5868 |
-
msgstr "%s
|
5869 |
|
5870 |
#: src/Tribe/Aggregator/Record/List_Table.php:502
|
5871 |
msgid "Location:"
|
@@ -6282,7 +6282,7 @@ msgstr "United States Minor Outlying Islands"
|
|
6282 |
|
6283 |
#: common/src/Tribe/Languages/Locations.php:284
|
6284 |
msgid "United Kingdom"
|
6285 |
-
msgstr "
|
6286 |
|
6287 |
#: common/src/Tribe/Languages/Locations.php:283
|
6288 |
msgid "United Arab Emirates"
|
@@ -6370,7 +6370,7 @@ msgstr "Svalbard und Jan Mayen Inseln"
|
|
6370 |
|
6371 |
#: common/src/Tribe/Languages/Locations.php:262
|
6372 |
msgid "Suriname"
|
6373 |
-
msgstr "
|
6374 |
|
6375 |
#: common/src/Tribe/Languages/Locations.php:261
|
6376 |
msgid "Sudan"
|
@@ -6406,7 +6406,7 @@ msgstr "Salomonen"
|
|
6406 |
|
6407 |
#: common/src/Tribe/Languages/Locations.php:254
|
6408 |
msgid "Slovenia"
|
6409 |
-
msgstr "
|
6410 |
|
6411 |
#: common/src/Tribe/Languages/Locations.php:253
|
6412 |
msgid "Slovakia (Slovak Republic)"
|
@@ -6450,7 +6450,7 @@ msgstr "St. Vincent und die Grenadinen"
|
|
6450 |
|
6451 |
#: common/src/Tribe/Languages/Locations.php:240
|
6452 |
msgid "Saint Lucia"
|
6453 |
-
msgstr "
|
6454 |
|
6455 |
#: common/src/Tribe/Languages/Locations.php:239
|
6456 |
msgid "Saint Kitts and Nevis"
|
@@ -6462,7 +6462,7 @@ msgstr "Ruanda"
|
|
6462 |
|
6463 |
#: common/src/Tribe/Languages/Locations.php:235
|
6464 |
msgid "Russian Federation"
|
6465 |
-
msgstr "Russland
|
6466 |
|
6467 |
#: common/src/Tribe/Languages/Locations.php:234
|
6468 |
msgid "Romania"
|
@@ -6490,7 +6490,7 @@ msgstr "Polen"
|
|
6490 |
|
6491 |
#: common/src/Tribe/Languages/Locations.php:228
|
6492 |
msgid "Pitcairn"
|
6493 |
-
msgstr "
|
6494 |
|
6495 |
#: common/src/Tribe/Languages/Locations.php:227
|
6496 |
msgid "Philippines"
|
@@ -6646,7 +6646,7 @@ msgstr "Mali"
|
|
6646 |
|
6647 |
#: common/src/Tribe/Languages/Locations.php:189
|
6648 |
msgid "Maldives"
|
6649 |
-
msgstr "
|
6650 |
|
6651 |
#: common/src/Tribe/Languages/Locations.php:188
|
6652 |
msgid "Malaysia"
|
@@ -6658,7 +6658,7 @@ msgstr "Malawi"
|
|
6658 |
|
6659 |
#: common/src/Tribe/Languages/Locations.php:186
|
6660 |
msgid "Madagascar"
|
6661 |
-
msgstr "
|
6662 |
|
6663 |
#: common/src/Tribe/Languages/Locations.php:185
|
6664 |
msgid "Macedonia"
|
@@ -6674,7 +6674,7 @@ msgstr "Luxemburg"
|
|
6674 |
|
6675 |
#: common/src/Tribe/Languages/Locations.php:182
|
6676 |
msgid "Lithuania"
|
6677 |
-
msgstr "
|
6678 |
|
6679 |
#: common/src/Tribe/Languages/Locations.php:181
|
6680 |
msgid "Liechtenstein"
|
@@ -6706,7 +6706,7 @@ msgstr "Demokratische Volksrepublik Laos"
|
|
6706 |
|
6707 |
#: common/src/Tribe/Languages/Locations.php:174
|
6708 |
msgid "Kyrgyzstan"
|
6709 |
-
msgstr "
|
6710 |
|
6711 |
#: common/src/Tribe/Languages/Locations.php:173
|
6712 |
msgid "Kuwait"
|
@@ -6859,7 +6859,7 @@ msgstr "Gambia"
|
|
6859 |
|
6860 |
#: common/src/Tribe/Languages/Locations.php:136
|
6861 |
msgid "Gabon"
|
6862 |
-
msgstr "
|
6863 |
|
6864 |
#: common/src/Tribe/Languages/Locations.php:135
|
6865 |
msgid "French Southern Territories"
|
@@ -6883,11 +6883,11 @@ msgstr "Finnland"
|
|
6883 |
|
6884 |
#: common/src/Tribe/Languages/Locations.php:130
|
6885 |
msgid "Fiji"
|
6886 |
-
msgstr "
|
6887 |
|
6888 |
#: common/src/Tribe/Languages/Locations.php:129
|
6889 |
msgid "Faroe Islands"
|
6890 |
-
msgstr "Färöer
|
6891 |
|
6892 |
#: common/src/Tribe/Languages/Locations.php:128
|
6893 |
msgid "Falkland Islands (Malvinas)"
|
@@ -6895,7 +6895,7 @@ msgstr "Falkland-Inseln (Malvinas)"
|
|
6895 |
|
6896 |
#: common/src/Tribe/Languages/Locations.php:127
|
6897 |
msgid "Ethiopia"
|
6898 |
-
msgstr "
|
6899 |
|
6900 |
#: common/src/Tribe/Languages/Locations.php:126
|
6901 |
msgid "Estonia"
|
@@ -6935,7 +6935,7 @@ msgstr "Dominica"
|
|
6935 |
|
6936 |
#: common/src/Tribe/Languages/Locations.php:117
|
6937 |
msgid "Djibouti"
|
6938 |
-
msgstr "
|
6939 |
|
6940 |
#: common/src/Tribe/Languages/Locations.php:116
|
6941 |
msgid "Denmark"
|
@@ -6943,7 +6943,7 @@ msgstr "Dänemark"
|
|
6943 |
|
6944 |
#: common/src/Tribe/Languages/Locations.php:115
|
6945 |
msgid "Czech Republic"
|
6946 |
-
msgstr "
|
6947 |
|
6948 |
#: common/src/Tribe/Languages/Locations.php:114
|
6949 |
msgid "Cyprus"
|
@@ -6963,7 +6963,7 @@ msgstr "Costa Rica"
|
|
6963 |
|
6964 |
#: common/src/Tribe/Languages/Locations.php:108
|
6965 |
msgid "Cook Islands"
|
6966 |
-
msgstr "
|
6967 |
|
6968 |
#: common/src/Tribe/Languages/Locations.php:107
|
6969 |
msgid "Congo, Democratic Republic of the"
|
@@ -6987,7 +6987,7 @@ msgstr "Kokosinseln"
|
|
6987 |
|
6988 |
#: common/src/Tribe/Languages/Locations.php:101
|
6989 |
msgid "Christmas Island"
|
6990 |
-
msgstr "
|
6991 |
|
6992 |
#: common/src/Tribe/Languages/Locations.php:100
|
6993 |
msgid "China"
|
@@ -7007,11 +7007,11 @@ msgstr "Zentralafrikanische Republik"
|
|
7007 |
|
7008 |
#: common/src/Tribe/Languages/Locations.php:96
|
7009 |
msgid "Cayman Islands"
|
7010 |
-
msgstr "
|
7011 |
|
7012 |
#: common/src/Tribe/Languages/Locations.php:95
|
7013 |
msgid "Cape Verde"
|
7014 |
-
msgstr "
|
7015 |
|
7016 |
#: common/src/Tribe/Languages/Locations.php:94
|
7017 |
msgid "Canada"
|
@@ -7095,7 +7095,7 @@ msgstr "Barbados"
|
|
7095 |
|
7096 |
#: common/src/Tribe/Languages/Locations.php:74
|
7097 |
msgid "Bangladesh"
|
7098 |
-
msgstr "
|
7099 |
|
7100 |
#: common/src/Tribe/Languages/Locations.php:73
|
7101 |
msgid "Bahrain"
|
@@ -7151,7 +7151,7 @@ msgstr "Andorra"
|
|
7151 |
|
7152 |
#: common/src/Tribe/Languages/Locations.php:60
|
7153 |
msgid "American Samoa"
|
7154 |
-
msgstr "Amerikanisch
|
7155 |
|
7156 |
#: common/src/Tribe/Languages/Locations.php:59
|
7157 |
msgid "Algeria"
|
@@ -7871,7 +7871,7 @@ msgstr "Veranstaltungsort"
|
|
7871 |
|
7872 |
#: src/Tribe/Importer/Column_Mapper.php:84
|
7873 |
msgid "Event Website"
|
7874 |
-
msgstr "
|
7875 |
|
7876 |
#: src/Tribe/Importer/Column_Mapper.php:83
|
7877 |
msgid "Event Tags"
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-27 18:16:06+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
1179 |
|
1180 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:94
|
1181 |
msgid "The event start date in the event or site timezone"
|
1182 |
+
msgstr "Das Veranstaltungs-Startdatum in der Zeitzone der Veranstaltung oder Website"
|
1183 |
|
1184 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:98
|
1185 |
msgid "An array of each component of the event start date"
|
1187 |
|
1188 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:103
|
1189 |
msgid "The event end date in the event or site timezone"
|
1190 |
+
msgstr "Das Veranstaltungs-Enddatum in der Zeitzone der Veranstaltung oder Website"
|
1191 |
|
1192 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:107
|
1193 |
msgid "An array of each component of the event end date"
|
1224 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:147
|
1225 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:298
|
1226 |
msgid "The event website URL"
|
1227 |
+
msgstr "Die URL der Website zur Veranstaltung"
|
1228 |
|
1229 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:151
|
1230 |
msgid "Whether the map should be shown for the event or not"
|
1277 |
|
1278 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:41
|
1279 |
msgid "The organizer creation date in the site timezone"
|
1280 |
+
msgstr "Das Erstellungsdatum für den Organisator in der Zeitzone der Website"
|
1281 |
|
1282 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:45
|
1283 |
msgid "The organizer creation date in UTC time"
|
1285 |
|
1286 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:49
|
1287 |
msgid "The organizer last modification date in the site timezone"
|
1288 |
+
msgstr "Das letzte Änderungsdatum für den Veranstalter in der Zeitzone der Website"
|
1289 |
|
1290 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:61
|
1291 |
msgid "The URL to the organizer page"
|
1292 |
+
msgstr "Die URL zur Website des Veranstalters"
|
1293 |
|
1294 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:65
|
1295 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:244
|
1324 |
|
1325 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:41
|
1326 |
msgid "The venue creation date in the site timezone"
|
1327 |
+
msgstr "Das Erstellungsdatum für den Veranstaltungsort in der Zeitzone der Website"
|
1328 |
|
1329 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:45
|
1330 |
msgid "The venue creation date in UTC time"
|
1332 |
|
1333 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:49
|
1334 |
msgid "The venue last modification date in the site timezone"
|
1335 |
+
msgstr "Das letzte Änderungsdatum für den Veranstaltungsort in der Zeitzone der Website"
|
1336 |
|
1337 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:61
|
1338 |
msgid "The URL to the venue page"
|
1378 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:122
|
1379 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:304
|
1380 |
msgid "The venue website URL"
|
1381 |
+
msgstr "Die URL zur Website des Veranstaltungsortes"
|
1382 |
|
1383 |
#: src/Tribe/REST/V1/EA_Messages.php:9
|
1384 |
msgid "Event Aggregator cannot import events from this site."
|
1386 |
|
1387 |
#: src/Tribe/REST/V1/EA_Messages.php:11
|
1388 |
msgid "The Events Calendar is API is not providing the site origin correctly."
|
1389 |
+
msgstr "Die Events Calendar REST-API stellt den Website-Ursprung nicht korrekt bereit."
|
1390 |
|
1391 |
#: src/Tribe/REST/V1/EA_Messages.php:14
|
1392 |
msgid "Events could not be imported. The URL provided could be reached and has The Events Calendar REST API enabled, but returned malformed data."
|
1486 |
|
1487 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:49
|
1488 |
msgid "The event last modification date in the site timezone"
|
1489 |
+
msgstr "Das letzte Änderungsdatum für die Veranstaltung in der Zeitzone der Website"
|
1490 |
|
1491 |
#: src/Tribe/REST/V1/EA_Messages.php:39
|
1492 |
msgid "Learn more."
|
3306 |
|
3307 |
#: src/Tribe/Aggregator/Tabs/New.php:541
|
3308 |
msgid "Learn More"
|
3309 |
+
msgstr "Mehr erfahren"
|
3310 |
|
3311 |
#: src/Tribe/Aggregator/Tabs/New.php:536 src/Tribe/Aggregator/Tabs/New.php:543
|
3312 |
msgid "opens in a new window"
|
5811 |
#: src/views/modules/meta/details.php:148
|
5812 |
#: src/views/modules/meta/organizer.php:65 src/views/modules/meta/venue.php:45
|
5813 |
msgid "Website:"
|
5814 |
+
msgstr "Website:"
|
5815 |
|
5816 |
#: src/admin-views/create-organizer-fields.php:2
|
5817 |
#: src/admin-views/create-venue-fields.php:159
|
5865 |
|
5866 |
#: src/admin-views/events-meta-box.php:175
|
5867 |
msgid "%s Website"
|
5868 |
+
msgstr "%s Website"
|
5869 |
|
5870 |
#: src/Tribe/Aggregator/Record/List_Table.php:502
|
5871 |
msgid "Location:"
|
6282 |
|
6283 |
#: common/src/Tribe/Languages/Locations.php:284
|
6284 |
msgid "United Kingdom"
|
6285 |
+
msgstr "Vereinigtes Königreich"
|
6286 |
|
6287 |
#: common/src/Tribe/Languages/Locations.php:283
|
6288 |
msgid "United Arab Emirates"
|
6370 |
|
6371 |
#: common/src/Tribe/Languages/Locations.php:262
|
6372 |
msgid "Suriname"
|
6373 |
+
msgstr "Suriname"
|
6374 |
|
6375 |
#: common/src/Tribe/Languages/Locations.php:261
|
6376 |
msgid "Sudan"
|
6406 |
|
6407 |
#: common/src/Tribe/Languages/Locations.php:254
|
6408 |
msgid "Slovenia"
|
6409 |
+
msgstr "Slowenien"
|
6410 |
|
6411 |
#: common/src/Tribe/Languages/Locations.php:253
|
6412 |
msgid "Slovakia (Slovak Republic)"
|
6450 |
|
6451 |
#: common/src/Tribe/Languages/Locations.php:240
|
6452 |
msgid "Saint Lucia"
|
6453 |
+
msgstr "St. Lucia"
|
6454 |
|
6455 |
#: common/src/Tribe/Languages/Locations.php:239
|
6456 |
msgid "Saint Kitts and Nevis"
|
6462 |
|
6463 |
#: common/src/Tribe/Languages/Locations.php:235
|
6464 |
msgid "Russian Federation"
|
6465 |
+
msgstr "Russland"
|
6466 |
|
6467 |
#: common/src/Tribe/Languages/Locations.php:234
|
6468 |
msgid "Romania"
|
6490 |
|
6491 |
#: common/src/Tribe/Languages/Locations.php:228
|
6492 |
msgid "Pitcairn"
|
6493 |
+
msgstr "Pitcairninseln"
|
6494 |
|
6495 |
#: common/src/Tribe/Languages/Locations.php:227
|
6496 |
msgid "Philippines"
|
6646 |
|
6647 |
#: common/src/Tribe/Languages/Locations.php:189
|
6648 |
msgid "Maldives"
|
6649 |
+
msgstr "Malediven"
|
6650 |
|
6651 |
#: common/src/Tribe/Languages/Locations.php:188
|
6652 |
msgid "Malaysia"
|
6658 |
|
6659 |
#: common/src/Tribe/Languages/Locations.php:186
|
6660 |
msgid "Madagascar"
|
6661 |
+
msgstr "Madagaskar"
|
6662 |
|
6663 |
#: common/src/Tribe/Languages/Locations.php:185
|
6664 |
msgid "Macedonia"
|
6674 |
|
6675 |
#: common/src/Tribe/Languages/Locations.php:182
|
6676 |
msgid "Lithuania"
|
6677 |
+
msgstr "Litauen"
|
6678 |
|
6679 |
#: common/src/Tribe/Languages/Locations.php:181
|
6680 |
msgid "Liechtenstein"
|
6706 |
|
6707 |
#: common/src/Tribe/Languages/Locations.php:174
|
6708 |
msgid "Kyrgyzstan"
|
6709 |
+
msgstr "Kirgisistan"
|
6710 |
|
6711 |
#: common/src/Tribe/Languages/Locations.php:173
|
6712 |
msgid "Kuwait"
|
6859 |
|
6860 |
#: common/src/Tribe/Languages/Locations.php:136
|
6861 |
msgid "Gabon"
|
6862 |
+
msgstr "Gabun"
|
6863 |
|
6864 |
#: common/src/Tribe/Languages/Locations.php:135
|
6865 |
msgid "French Southern Territories"
|
6883 |
|
6884 |
#: common/src/Tribe/Languages/Locations.php:130
|
6885 |
msgid "Fiji"
|
6886 |
+
msgstr "Fidschi"
|
6887 |
|
6888 |
#: common/src/Tribe/Languages/Locations.php:129
|
6889 |
msgid "Faroe Islands"
|
6890 |
+
msgstr "Färöer"
|
6891 |
|
6892 |
#: common/src/Tribe/Languages/Locations.php:128
|
6893 |
msgid "Falkland Islands (Malvinas)"
|
6895 |
|
6896 |
#: common/src/Tribe/Languages/Locations.php:127
|
6897 |
msgid "Ethiopia"
|
6898 |
+
msgstr "Äthiopien"
|
6899 |
|
6900 |
#: common/src/Tribe/Languages/Locations.php:126
|
6901 |
msgid "Estonia"
|
6935 |
|
6936 |
#: common/src/Tribe/Languages/Locations.php:117
|
6937 |
msgid "Djibouti"
|
6938 |
+
msgstr "Dschibuti"
|
6939 |
|
6940 |
#: common/src/Tribe/Languages/Locations.php:116
|
6941 |
msgid "Denmark"
|
6943 |
|
6944 |
#: common/src/Tribe/Languages/Locations.php:115
|
6945 |
msgid "Czech Republic"
|
6946 |
+
msgstr "Tschechien"
|
6947 |
|
6948 |
#: common/src/Tribe/Languages/Locations.php:114
|
6949 |
msgid "Cyprus"
|
6963 |
|
6964 |
#: common/src/Tribe/Languages/Locations.php:108
|
6965 |
msgid "Cook Islands"
|
6966 |
+
msgstr "Cookinseln"
|
6967 |
|
6968 |
#: common/src/Tribe/Languages/Locations.php:107
|
6969 |
msgid "Congo, Democratic Republic of the"
|
6987 |
|
6988 |
#: common/src/Tribe/Languages/Locations.php:101
|
6989 |
msgid "Christmas Island"
|
6990 |
+
msgstr "Weihnachtsinsel"
|
6991 |
|
6992 |
#: common/src/Tribe/Languages/Locations.php:100
|
6993 |
msgid "China"
|
7007 |
|
7008 |
#: common/src/Tribe/Languages/Locations.php:96
|
7009 |
msgid "Cayman Islands"
|
7010 |
+
msgstr "Caymaninseln"
|
7011 |
|
7012 |
#: common/src/Tribe/Languages/Locations.php:95
|
7013 |
msgid "Cape Verde"
|
7014 |
+
msgstr "Kap Verde"
|
7015 |
|
7016 |
#: common/src/Tribe/Languages/Locations.php:94
|
7017 |
msgid "Canada"
|
7095 |
|
7096 |
#: common/src/Tribe/Languages/Locations.php:74
|
7097 |
msgid "Bangladesh"
|
7098 |
+
msgstr "Bangladesch"
|
7099 |
|
7100 |
#: common/src/Tribe/Languages/Locations.php:73
|
7101 |
msgid "Bahrain"
|
7151 |
|
7152 |
#: common/src/Tribe/Languages/Locations.php:60
|
7153 |
msgid "American Samoa"
|
7154 |
+
msgstr "Amerikanisch-Samoa"
|
7155 |
|
7156 |
#: common/src/Tribe/Languages/Locations.php:59
|
7157 |
msgid "Algeria"
|
7871 |
|
7872 |
#: src/Tribe/Importer/Column_Mapper.php:84
|
7873 |
msgid "Event Website"
|
7874 |
+
msgstr "Veranstaltungswebsite"
|
7875 |
|
7876 |
#: src/Tribe/Importer/Column_Mapper.php:83
|
7877 |
msgid "Event Tags"
|
lang/the-events-calendar-fr_FR.mo
CHANGED
Binary file
|
lang/the-events-calendar-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -46,7 +46,7 @@ msgstr ""
|
|
46 |
|
47 |
#: src/Tribe/Google/Maps_API_Key.php:56
|
48 |
msgid "our guide"
|
49 |
-
msgstr ""
|
50 |
|
51 |
#: src/Tribe/Google/Maps_API_Key.php:51
|
52 |
msgid "We highly recommend that you specify a valid %1$s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic. Visit %2$s for a detailed explanation in how to do it."
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-16 18:54:13+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
46 |
|
47 |
#: src/Tribe/Google/Maps_API_Key.php:56
|
48 |
msgid "our guide"
|
49 |
+
msgstr "Notre guide"
|
50 |
|
51 |
#: src/Tribe/Google/Maps_API_Key.php:51
|
52 |
msgid "We highly recommend that you specify a valid %1$s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic. Visit %2$s for a detailed explanation in how to do it."
|
lang/the-events-calendar-hu_HU.mo
CHANGED
Binary file
|
lang/the-events-calendar-hu_HU.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -13,11 +13,11 @@ msgstr ""
|
|
13 |
|
14 |
#: src/admin-views/tribe-options-general.php:31
|
15 |
msgid "The number of events per page on the List, Photo, and Map Views. Does not affect other views."
|
16 |
-
msgstr ""
|
17 |
|
18 |
#: src/admin-views/tribe-options-general.php:28
|
19 |
msgid "The number of events per page on the List View. Does not affect other views."
|
20 |
-
msgstr ""
|
21 |
|
22 |
#: src/Tribe/Rewrite.php:264
|
23 |
msgctxt "The \"/page/\" URL string component."
|
@@ -66,11 +66,11 @@ msgstr ""
|
|
66 |
|
67 |
#: src/admin-views/tribe-options-display.php:52
|
68 |
msgid "There are going to be situations where no out-of-the-box template is 100% perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
|
69 |
-
msgstr ""
|
70 |
|
71 |
#: src/admin-views/tribe-options-display.php:49
|
72 |
msgid "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme."
|
73 |
-
msgstr ""
|
74 |
|
75 |
#: src/admin-views/aggregator/settings.php:176
|
76 |
msgid "When importing from an event source, this is the maximum number of events that will be imported; on slower websites this may impact the success of imports. Setting this to a smaller number may improve results."
|
@@ -854,7 +854,7 @@ msgstr ""
|
|
854 |
|
855 |
#: common/src/admin-views/tribe-options-display.php:28
|
856 |
msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
|
857 |
-
msgstr ""
|
858 |
|
859 |
#: common/src/Tribe/Validate.php:537
|
860 |
msgid "%s must be an email address."
|
@@ -886,7 +886,7 @@ msgstr ""
|
|
886 |
|
887 |
#: common/src/Tribe/Languages/Locations.php:57
|
888 |
msgid "Åland Islands"
|
889 |
-
msgstr ""
|
890 |
|
891 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
892 |
msgid "A list of links to the term own, archive and parent REST URL"
|
@@ -894,7 +894,7 @@ msgstr ""
|
|
894 |
|
895 |
#: src/admin-views/create-organizer-fields.php:19
|
896 |
msgid "The e-mail address will be obfuscated on this site to avoid it getting harvested by spammers."
|
897 |
-
msgstr ""
|
898 |
|
899 |
#: src/Tribe/Main.php:968
|
900 |
msgid "edit Events settings."
|
@@ -1599,7 +1599,7 @@ msgstr ""
|
|
1599 |
|
1600 |
#: src/admin-views/aggregator/settings.php:405
|
1601 |
msgid "Other URL Import Settings"
|
1602 |
-
msgstr ""
|
1603 |
|
1604 |
#: src/admin-views/aggregator/origins/limit.php:22
|
1605 |
#: src/admin-views/aggregator/origins/url.php:91
|
@@ -1711,7 +1711,7 @@ msgstr ""
|
|
1711 |
#: src/Tribe/Venue.php:234
|
1712 |
msgctxt "Metabox title"
|
1713 |
msgid "Location"
|
1714 |
-
msgstr ""
|
1715 |
|
1716 |
#: src/admin-views/aggregator/settings.php:55
|
1717 |
msgid "Import events but preserve local changes to event fields."
|
@@ -1719,7 +1719,7 @@ msgstr ""
|
|
1719 |
|
1720 |
#: common/src/Tribe/PUE/Checker.php:497
|
1721 |
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
1722 |
-
msgstr ""
|
1723 |
|
1724 |
#: src/functions/template-tags/loop.php:207
|
1725 |
msgctxt "day_view"
|
@@ -1733,7 +1733,7 @@ msgstr "%1$s %2$s hónapban"
|
|
1733 |
|
1734 |
#: src/admin-views/tribe-options-display.php:189
|
1735 |
msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
|
1736 |
-
msgstr ""
|
1737 |
|
1738 |
#: src/Tribe/Main.php:741
|
1739 |
msgctxt "all events slug"
|
@@ -2082,7 +2082,7 @@ msgstr ""
|
|
2082 |
|
2083 |
#: src/Tribe/Asset/Dynamic.php:77
|
2084 |
msgid "This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%."
|
2085 |
-
msgstr ""
|
2086 |
|
2087 |
#: src/Tribe/Asset/Dynamic.php:76
|
2088 |
msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%"
|
@@ -2090,11 +2090,11 @@ msgstr ""
|
|
2090 |
|
2091 |
#: src/Tribe/Asset/Dynamic.php:75
|
2092 |
msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%"
|
2093 |
-
msgstr ""
|
2094 |
|
2095 |
#: src/Tribe/Asset/Dynamic.php:74
|
2096 |
msgid "This event is all day on %%startdatewithyear%%."
|
2097 |
-
msgstr ""
|
2098 |
|
2099 |
#: src/Tribe/Asset/Dynamic.php:73
|
2100 |
msgid "This event is at %%starttime%% on %%startdatewithyear%%."
|
@@ -2102,7 +2102,7 @@ msgstr ""
|
|
2102 |
|
2103 |
#: src/Tribe/Asset/Dynamic.php:72
|
2104 |
msgid "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
|
2105 |
-
msgstr ""
|
2106 |
|
2107 |
#: src/Tribe/Asset/Dynamic.php:69
|
2108 |
msgid "Dec"
|
@@ -2350,7 +2350,7 @@ msgstr ""
|
|
2350 |
#: src/views/single-event.php:28
|
2351 |
msgctxt "%s Events plural label"
|
2352 |
msgid "All %s"
|
2353 |
-
msgstr ""
|
2354 |
|
2355 |
#: src/io/csv/admin-views/header.php:17
|
2356 |
msgid "Legacy Events Import"
|
@@ -2410,7 +2410,7 @@ msgstr ""
|
|
2410 |
|
2411 |
#: src/admin-views/organizer-meta-box.php:45
|
2412 |
msgid "The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers."
|
2413 |
-
msgstr ""
|
2414 |
|
2415 |
#: src/admin-views/aggregator/tabs/import-form.php:267
|
2416 |
msgid "Events will be imported with the timezone defined by the source. If no timezone is specified, events will be assigned your site's default timezone (see %1$sSettings > General%2$s)."
|
@@ -2476,11 +2476,11 @@ msgstr ""
|
|
2476 |
|
2477 |
#: src/admin-views/aggregator/tabs/import-form.php:39
|
2478 |
msgid "Select Origin"
|
2479 |
-
msgstr ""
|
2480 |
|
2481 |
#: src/admin-views/aggregator/tabs/import-form.php:38
|
2482 |
msgid "Import Origin:"
|
2483 |
-
msgstr ""
|
2484 |
|
2485 |
#: src/admin-views/aggregator/tabs/import-form.php:25
|
2486 |
msgid "No Additional Categories"
|
@@ -2608,7 +2608,7 @@ msgstr ""
|
|
2608 |
#: src/admin-views/aggregator/settings.php:524
|
2609 |
#: src/admin-views/aggregator/settings.php:564
|
2610 |
msgid "Imports"
|
2611 |
-
msgstr ""
|
2612 |
|
2613 |
#: src/admin-views/aggregator/settings.php:511
|
2614 |
msgid "Check out Event Aggregator."
|
@@ -2648,7 +2648,7 @@ msgstr ""
|
|
2648 |
|
2649 |
#: src/admin-views/aggregator/settings.php:354
|
2650 |
msgid "Meetup Import Settings"
|
2651 |
-
msgstr ""
|
2652 |
|
2653 |
#: src/admin-views/aggregator/settings.php:330
|
2654 |
msgid "The default event category for events imported via Google Calendar"
|
@@ -2660,7 +2660,7 @@ msgstr ""
|
|
2660 |
|
2661 |
#: src/admin-views/aggregator/settings.php:314
|
2662 |
msgid "Google Calendar Import Settings"
|
2663 |
-
msgstr ""
|
2664 |
|
2665 |
#: src/admin-views/aggregator/settings.php:290
|
2666 |
msgid "The default event category for events imported via Facebook"
|
@@ -2672,7 +2672,7 @@ msgstr ""
|
|
2672 |
|
2673 |
#: src/admin-views/aggregator/settings.php:274
|
2674 |
msgid "Facebook Import Settings"
|
2675 |
-
msgstr ""
|
2676 |
|
2677 |
#: src/admin-views/aggregator/settings.php:250
|
2678 |
msgid "The default event category for events imported via .ics files"
|
@@ -2684,11 +2684,11 @@ msgstr ""
|
|
2684 |
|
2685 |
#: src/admin-views/aggregator/settings.php:234
|
2686 |
msgid "ICS File Import Settings"
|
2687 |
-
msgstr ""
|
2688 |
|
2689 |
#: src/admin-views/aggregator/settings.php:210
|
2690 |
msgid "The default event category for events imported via iCalendar"
|
2691 |
-
msgstr ""
|
2692 |
|
2693 |
#: src/admin-views/aggregator/settings.php:199
|
2694 |
msgid "The default post status for events imported via iCalendar"
|
@@ -2696,7 +2696,7 @@ msgstr ""
|
|
2696 |
|
2697 |
#: src/admin-views/aggregator/settings.php:194
|
2698 |
msgid "iCalendar Import Settings"
|
2699 |
-
msgstr ""
|
2700 |
|
2701 |
#: src/admin-views/aggregator/settings.php:137
|
2702 |
#: src/admin-views/aggregator/settings.php:221
|
@@ -2720,7 +2720,7 @@ msgstr "Google Térkép megjelenítése"
|
|
2720 |
|
2721 |
#: src/admin-views/aggregator/settings.php:126
|
2722 |
msgid "The default event category for events"
|
2723 |
-
msgstr ""
|
2724 |
|
2725 |
#: src/admin-views/aggregator/settings.php:115
|
2726 |
msgid "The default post status for events"
|
@@ -2728,7 +2728,7 @@ msgstr ""
|
|
2728 |
|
2729 |
#: src/admin-views/aggregator/settings.php:110
|
2730 |
msgid "Global Import Settings"
|
2731 |
-
msgstr ""
|
2732 |
|
2733 |
#: src/admin-views/aggregator/settings.php:79
|
2734 |
msgid "The default event category for events imported via CSV"
|
@@ -2758,7 +2758,7 @@ msgstr ""
|
|
2758 |
#: src/admin-views/aggregator/settings.php:369
|
2759 |
#: src/admin-views/aggregator/settings.php:409
|
2760 |
msgid "Default Status"
|
2761 |
-
msgstr ""
|
2762 |
|
2763 |
#: src/admin-views/aggregator/settings.php:54
|
2764 |
msgid "Do not re-import events. Changes made locally will be preserved."
|
@@ -2775,7 +2775,7 @@ msgstr ""
|
|
2775 |
#: src/admin-views/aggregator/settings.php:40
|
2776 |
#: src/admin-views/aggregator/settings.php:48
|
2777 |
msgid "Event Update Authority"
|
2778 |
-
msgstr ""
|
2779 |
|
2780 |
#: src/admin-views/aggregator/settings.php:31
|
2781 |
msgid "No"
|
@@ -2783,11 +2783,11 @@ msgstr "Nem"
|
|
2783 |
|
2784 |
#: src/admin-views/aggregator/settings.php:18
|
2785 |
msgid "No default category"
|
2786 |
-
msgstr ""
|
2787 |
|
2788 |
#: src/admin-views/aggregator/settings.php:7
|
2789 |
msgid "Use global import settings"
|
2790 |
-
msgstr ""
|
2791 |
|
2792 |
#: src/admin-views/aggregator/origins/refine.php:71
|
2793 |
msgid "Events on or after"
|
@@ -2864,7 +2864,7 @@ msgstr ""
|
|
2864 |
|
2865 |
#: src/admin-views/aggregator/origins/ical.php:83
|
2866 |
msgid "example.com/url.ics"
|
2867 |
-
msgstr "
|
2868 |
|
2869 |
#: src/admin-views/aggregator/origins/gcal.php:89
|
2870 |
msgid "Copy the provided url into this field to import the events into your WordPress site."
|
@@ -2958,7 +2958,7 @@ msgstr ""
|
|
2958 |
#: src/admin-views/aggregator/origins/meetup.php:6
|
2959 |
#: src/admin-views/aggregator/origins/url.php:6
|
2960 |
msgid "Select Import Type"
|
2961 |
-
msgstr ""
|
2962 |
|
2963 |
#: src/admin-views/aggregator/origins/eventbrite.php:23
|
2964 |
msgid "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/example-12345"
|
@@ -3011,11 +3011,11 @@ msgstr ""
|
|
3011 |
|
3012 |
#: src/admin-views/aggregator/origins/csv.php:5
|
3013 |
msgid "Select Content Type"
|
3014 |
-
msgstr ""
|
3015 |
|
3016 |
#: src/admin-views/aggregator/origins/csv.php:4
|
3017 |
msgid "Content Type:"
|
3018 |
-
msgstr ""
|
3019 |
|
3020 |
#: src/admin-views/aggregator/meta-box.php:56
|
3021 |
msgid "Change Event Update Authority"
|
@@ -3286,15 +3286,15 @@ msgstr "törlés"
|
|
3286 |
|
3287 |
#: src/Tribe/Aggregator/Tabs/Scheduled.php:181
|
3288 |
msgid "queued"
|
3289 |
-
msgstr ""
|
3290 |
|
3291 |
#: src/Tribe/Aggregator/Tabs/Scheduled.php:94
|
3292 |
msgid "Scheduled Imports"
|
3293 |
-
msgstr ""
|
3294 |
|
3295 |
#: src/Tribe/Aggregator/Tabs/New.php:565
|
3296 |
msgid "Renew your Event Aggregator license"
|
3297 |
-
msgstr ""
|
3298 |
|
3299 |
#: src/Tribe/Aggregator/Tabs/New.php:562
|
3300 |
msgid "Renew your license in order to import events from Facebook, iCalendar, Google, or Meetup."
|
@@ -3306,11 +3306,11 @@ msgstr ""
|
|
3306 |
|
3307 |
#: src/Tribe/Aggregator/Tabs/New.php:541
|
3308 |
msgid "Learn More"
|
3309 |
-
msgstr ""
|
3310 |
|
3311 |
#: src/Tribe/Aggregator/Tabs/New.php:536 src/Tribe/Aggregator/Tabs/New.php:543
|
3312 |
msgid "opens in a new window"
|
3313 |
-
msgstr ""
|
3314 |
|
3315 |
#: src/Tribe/Aggregator/Tabs/New.php:534
|
3316 |
msgid "Buy It Now"
|
@@ -3318,11 +3318,11 @@ msgstr "Vásárlás most"
|
|
3318 |
|
3319 |
#: src/Tribe/Aggregator/Tabs/New.php:531
|
3320 |
msgid "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
|
3321 |
-
msgstr ""
|
3322 |
|
3323 |
#: src/Tribe/Aggregator/Tabs/New.php:529
|
3324 |
msgid "Import Using Event Aggregator"
|
3325 |
-
msgstr ""
|
3326 |
|
3327 |
#: src/Tribe/Aggregator/Tabs/New.php:442
|
3328 |
msgid "Unable to save credentials"
|
@@ -3383,7 +3383,7 @@ msgstr[1] ""
|
|
3383 |
|
3384 |
#: src/Tribe/Aggregator/Tabs/New.php:330
|
3385 |
msgid "View your event venues"
|
3386 |
-
msgstr ""
|
3387 |
|
3388 |
#: src/Tribe/Aggregator/Tabs/New.php:326
|
3389 |
msgid "%1$d new venue was imported."
|
@@ -3442,7 +3442,7 @@ msgstr ""
|
|
3442 |
|
3443 |
#: src/Tribe/Aggregator/Tabs/Favorite.php:37
|
3444 |
msgid "Favorite Imports"
|
3445 |
-
msgstr ""
|
3446 |
|
3447 |
#: src/Tribe/Aggregator/Tabs/Edit.php:143
|
3448 |
msgid "Your Scheduled Import has been updated!"
|
@@ -3450,7 +3450,7 @@ msgstr ""
|
|
3450 |
|
3451 |
#: src/Tribe/Aggregator/Tabs/Edit.php:137
|
3452 |
msgid "View All Scheduled Imports"
|
3453 |
-
msgstr ""
|
3454 |
|
3455 |
#: src/Tribe/Aggregator/Tabs/Edit.php:131
|
3456 |
msgid "Scheduled import was successfully updated."
|
@@ -3506,7 +3506,7 @@ msgstr "Importálás létrehozva"
|
|
3506 |
|
3507 |
#: src/Tribe/Aggregator/Service.php:550
|
3508 |
msgid "Success"
|
3509 |
-
msgstr ""
|
3510 |
|
3511 |
#: src/Tribe/Aggregator/Service.php:549
|
3512 |
msgid "The import will be starting soon."
|
@@ -3707,7 +3707,7 @@ msgstr ""
|
|
3707 |
|
3708 |
#: src/Tribe/Aggregator/Record/List_Table.php:637
|
3709 |
msgid "Select %s"
|
3710 |
-
msgstr ""
|
3711 |
|
3712 |
#: src/Tribe/Aggregator/Record/List_Table.php:602
|
3713 |
#: src/Tribe/Aggregator/Record/List_Table.php:611
|
@@ -3771,11 +3771,11 @@ msgstr "Importálás előnézete"
|
|
3771 |
|
3772 |
#: src/Tribe/Aggregator/Record/List_Table.php:429
|
3773 |
msgid "Import pending"
|
3774 |
-
msgstr ""
|
3775 |
|
3776 |
#: src/Tribe/Aggregator/Record/List_Table.php:425
|
3777 |
msgid "Import schedule"
|
3778 |
-
msgstr ""
|
3779 |
|
3780 |
#: src/Tribe/Aggregator/Record/List_Table.php:413
|
3781 |
msgid "Import failed"
|
@@ -3847,12 +3847,12 @@ msgstr "Szűrő"
|
|
3847 |
#: src/Tribe/Aggregator/Record/List_Table.php:163
|
3848 |
#: src/Tribe/Aggregator/Record/List_Table.php:164
|
3849 |
msgid "Filter By Frequency"
|
3850 |
-
msgstr ""
|
3851 |
|
3852 |
#: src/Tribe/Aggregator/Record/List_Table.php:144
|
3853 |
#: src/Tribe/Aggregator/Record/List_Table.php:145
|
3854 |
msgid "Filter By Origin"
|
3855 |
-
msgstr ""
|
3856 |
|
3857 |
#: src/Tribe/Aggregator/Record/ICS.php:33
|
3858 |
msgid "ICS"
|
@@ -3898,12 +3898,12 @@ msgstr ""
|
|
3898 |
|
3899 |
#: src/Tribe/Aggregator/Page.php:94
|
3900 |
msgid "Hide Filters"
|
3901 |
-
msgstr ""
|
3902 |
|
3903 |
#: src/Tribe/Aggregator/Page.php:93
|
3904 |
#: src/Tribe/Aggregator/Record/List_Table.php:485
|
3905 |
msgid "View Filters"
|
3906 |
-
msgstr ""
|
3907 |
|
3908 |
#: src/Tribe/Aggregator/Page.php:92
|
3909 |
msgid "Removing this scheduled import will stop automatic imports from the source. No events will be deleted."
|
@@ -4107,37 +4107,37 @@ msgstr ""
|
|
4107 |
#: src/Tribe/Aggregator/Cron.php:203
|
4108 |
msgctxt "aggregator schedule frequency"
|
4109 |
msgid "Every 15 minutes"
|
4110 |
-
msgstr ""
|
4111 |
|
4112 |
#: src/Tribe/Aggregator/Cron.php:118
|
4113 |
msgctxt "aggregator schedule frequency"
|
4114 |
msgid "Monthly"
|
4115 |
-
msgstr ""
|
4116 |
|
4117 |
#: src/Tribe/Aggregator/Cron.php:113
|
4118 |
msgctxt "aggregator schedule frequency"
|
4119 |
msgid "Weekly"
|
4120 |
-
msgstr ""
|
4121 |
|
4122 |
#: src/Tribe/Aggregator/Cron.php:108
|
4123 |
msgctxt "aggregator schedule frequency"
|
4124 |
msgid "Daily"
|
4125 |
-
msgstr ""
|
4126 |
|
4127 |
#: src/Tribe/Aggregator/Cron.php:103
|
4128 |
msgctxt "aggregator schedule frequency"
|
4129 |
msgid "Hourly"
|
4130 |
-
msgstr ""
|
4131 |
|
4132 |
#: src/Tribe/Aggregator/Cron.php:98
|
4133 |
msgctxt "aggregator schedule frequency"
|
4134 |
msgid "Every 30 Minutes"
|
4135 |
-
msgstr ""
|
4136 |
|
4137 |
#: src/Tribe/Aggregator/Cron.php:93
|
4138 |
msgctxt "aggregator schedule frequency"
|
4139 |
msgid "On Demand"
|
4140 |
-
msgstr ""
|
4141 |
|
4142 |
#: src/Tribe/Aggregator/API/Origins.php:60
|
4143 |
#: src/Tribe/Aggregator/Record/Meetup.php:29
|
@@ -4166,7 +4166,7 @@ msgstr "CSV fájl"
|
|
4166 |
#: src/Tribe/Admin_List.php:330
|
4167 |
msgctxt "%s Event count in admin list"
|
4168 |
msgid "All %s"
|
4169 |
-
msgstr ""
|
4170 |
|
4171 |
#: common/src/admin-views/tribe-options-licenses.php:30
|
4172 |
msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
|
@@ -4211,7 +4211,7 @@ msgstr ""
|
|
4211 |
|
4212 |
#: common/src/Tribe/Languages/Locations.php:110
|
4213 |
msgid "Côte d'Ivoire"
|
4214 |
-
msgstr ""
|
4215 |
|
4216 |
#: common/src/Tribe/Support.php:372
|
4217 |
msgid "Unique System Info Key Generated"
|
@@ -4261,11 +4261,11 @@ msgstr ""
|
|
4261 |
#: common/src/Tribe/PUE/Checker.php:961 common/src/Tribe/PUE/Notices.php:285
|
4262 |
#: src/Tribe/Aggregator/Record/Abstract.php:1089
|
4263 |
msgid " (opens in a new window)"
|
4264 |
-
msgstr ""
|
4265 |
|
4266 |
#: common/src/Tribe/PUE/Checker.php:959 common/src/Tribe/PUE/Notices.php:283
|
4267 |
msgid "Renew Your License Now"
|
4268 |
-
msgstr ""
|
4269 |
|
4270 |
#: common/src/Tribe/Main.php:298
|
4271 |
msgid ": Selected 1 row"
|
@@ -4388,11 +4388,11 @@ msgstr "Filter Bar"
|
|
4388 |
|
4389 |
#: common/src/Tribe/Credits.php:64
|
4390 |
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
4391 |
-
msgstr ""
|
4392 |
|
4393 |
#: common/src/Tribe/Credits.php:55
|
4394 |
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
4395 |
-
msgstr ""
|
4396 |
|
4397 |
#: src/Tribe/Organizer.php:184
|
4398 |
msgid "organizer"
|
@@ -4479,7 +4479,7 @@ msgstr "Kattintson ide"
|
|
4479 |
|
4480 |
#: src/Tribe/Google/Maps_API_Key.php:63
|
4481 |
msgid "<p>%s to create your Google Maps API key."
|
4482 |
-
msgstr ""
|
4483 |
|
4484 |
#: src/Tribe/Google/Maps_API_Key.php:55 src/Tribe/Google/Maps_API_Key.php:62
|
4485 |
msgid "Google Maps API key"
|
@@ -4653,11 +4653,11 @@ msgstr "Nincs találat erre: %s."
|
|
4653 |
|
4654 |
#: src/Tribe/Template/Month.php:448
|
4655 |
msgid "There were no results found for %s this month. Try searching next month."
|
4656 |
-
msgstr ""
|
4657 |
|
4658 |
#: src/Tribe/Template/Day.php:147
|
4659 |
msgid "No %1$s scheduled for %2$s. Please try another day."
|
4660 |
-
msgstr ""
|
4661 |
|
4662 |
#: src/Tribe/Main.php:4197
|
4663 |
msgid "Check out the %savailable add-ons%s."
|
@@ -4669,7 +4669,7 @@ msgstr ""
|
|
4669 |
|
4670 |
#: src/Tribe/Main.php:1815 src/Tribe/Main.php:1835
|
4671 |
msgid "%1$s scheduled for: %2$s."
|
4672 |
-
msgstr ""
|
4673 |
|
4674 |
#: src/Tribe/Main.php:1796
|
4675 |
msgid "%1$s draft updated. %2$sPreview %3$s"
|
@@ -4677,15 +4677,15 @@ msgstr "%1$s vázlat frissítve. %2$sElőnézet %3$s"
|
|
4677 |
|
4678 |
#: src/Tribe/Main.php:1787
|
4679 |
msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
|
4680 |
-
msgstr ""
|
4681 |
|
4682 |
#: src/Tribe/Main.php:1781
|
4683 |
msgid "%1$s submitted. %2$sPreview %3$s"
|
4684 |
-
msgstr ""
|
4685 |
|
4686 |
#: src/Tribe/Main.php:1763
|
4687 |
msgid "%1$s updated. %2$sView %1$s%3$s"
|
4688 |
-
msgstr ""
|
4689 |
|
4690 |
#: src/Tribe/Main.php:1443
|
4691 |
msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
|
@@ -4803,7 +4803,7 @@ msgstr ""
|
|
4803 |
#: src/Tribe/Importer/Admin_Page.php:88
|
4804 |
#: src/admin-views/aggregator/settings.php:63
|
4805 |
msgid "CSV Import Settings"
|
4806 |
-
msgstr ""
|
4807 |
|
4808 |
#: src/Tribe/Asset/Bootstrap_Datepicker.php:26
|
4809 |
msgid "Clear"
|
@@ -4879,7 +4879,7 @@ msgstr ""
|
|
4879 |
|
4880 |
#: common/src/admin-views/tribe-options-help.php:14
|
4881 |
msgid "Getting Support"
|
4882 |
-
msgstr ""
|
4883 |
|
4884 |
#: common/src/admin-views/tribe-options-help.php:11
|
4885 |
msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
|
@@ -4895,7 +4895,7 @@ msgstr ""
|
|
4895 |
|
4896 |
#: src/admin-views/tribe-options-display.php:72
|
4897 |
msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
|
4898 |
-
msgstr ""
|
4899 |
|
4900 |
#: common/src/Tribe/PUE/Checker.php:932
|
4901 |
msgid "Thanks for setting up a valid key. It will expire on %s"
|
@@ -4907,11 +4907,11 @@ msgstr "Látogasson el a bővítmények oldalra"
|
|
4907 |
|
4908 |
#: common/src/Tribe/Admin/Help_Page.php:855
|
4909 |
msgid "Plugin Inactive"
|
4910 |
-
msgstr ""
|
4911 |
|
4912 |
#: common/src/Tribe/Admin/Help_Page.php:853
|
4913 |
msgid "Plugin Active"
|
4914 |
-
msgstr ""
|
4915 |
|
4916 |
#: common/src/Tribe/Admin/Help_Page.php:828
|
4917 |
msgid "Rating:"
|
@@ -4952,7 +4952,7 @@ msgstr "Event Tickets Plus"
|
|
4952 |
|
4953 |
#: src/Tribe/Aggregator/Page.php:380
|
4954 |
msgid "Facebook Events"
|
4955 |
-
msgstr ""
|
4956 |
|
4957 |
#: common/src/Tribe/Admin/Help_Page.php:203
|
4958 |
#: common/src/Tribe/Plugins_API.php:111
|
@@ -4986,8 +4986,8 @@ msgstr ""
|
|
4986 |
#: src/views/month/single-day.php:42
|
4987 |
msgid "View %1$s %2$s"
|
4988 |
msgid_plural "View All %1$s %2$s"
|
4989 |
-
msgstr[0] ""
|
4990 |
-
msgstr[1] ""
|
4991 |
|
4992 |
#: src/Tribe/Aggregator/Record/Queue_Realtime.php:54
|
4993 |
msgid "Completed!"
|
@@ -5007,11 +5007,11 @@ msgstr "Mégsem"
|
|
5007 |
|
5008 |
#: common/src/Tribe/Validate.php:214
|
5009 |
msgid "%s must be a positive number or percent."
|
5010 |
-
msgstr ""
|
5011 |
|
5012 |
#: src/Tribe/Main.php:971
|
5013 |
msgid "%1$s or %2$s"
|
5014 |
-
msgstr ""
|
5015 |
|
5016 |
#. Author URI of the plugin/theme
|
5017 |
msgid "http://m.tri.be/1x"
|
@@ -5031,7 +5031,7 @@ msgstr "Nincsenek következő %s."
|
|
5031 |
|
5032 |
#: src/views/widgets/list-widget.php:112
|
5033 |
msgid "View All %s"
|
5034 |
-
msgstr "Összes %s"
|
5035 |
|
5036 |
#: src/views/single-event.php:46 src/views/single-event.php:79
|
5037 |
msgid "%s Navigation"
|
@@ -5059,7 +5059,7 @@ msgstr "%s keresése"
|
|
5059 |
|
5060 |
#: src/views/list/nav.php:20
|
5061 |
msgid "%s List Navigation"
|
5062 |
-
msgstr ""
|
5063 |
|
5064 |
#: src/views/day/single-event.php:78 src/views/day/single-featured.php:67
|
5065 |
#: src/views/list/single-event.php:92 src/views/list/single-featured.php:78
|
@@ -5157,7 +5157,7 @@ msgstr "Importálási tudnivalók"
|
|
5157 |
|
5158 |
#: src/Tribe/Aggregator/Page.php:256
|
5159 |
msgid "Events Import"
|
5160 |
-
msgstr ""
|
5161 |
|
5162 |
#: src/io/csv/admin-views/general.php:54
|
5163 |
msgid "Save Settings"
|
@@ -5173,11 +5173,11 @@ msgstr "Függőben levő"
|
|
5173 |
|
5174 |
#: src/Tribe/Importer/Options.php:133
|
5175 |
msgid "Published"
|
5176 |
-
msgstr ""
|
5177 |
|
5178 |
#: src/Tribe/Importer/Admin_Page.php:237
|
5179 |
msgid "Import Settings"
|
5180 |
-
msgstr "
|
5181 |
|
5182 |
#: src/io/csv/admin-views/general.php:10
|
5183 |
msgid "Instructions"
|
@@ -5205,7 +5205,7 @@ msgstr "Oszlop leképezés: %s"
|
|
5205 |
|
5206 |
#: src/functions/template-tags/options.php:29
|
5207 |
msgid "You %1$scannot%2$s use the same slug as above. The above should ideally be plural, and this singular.%3$sYour single Event URL is like: %4$s"
|
5208 |
-
msgstr ""
|
5209 |
|
5210 |
#: src/functions/template-tags/options.php:20
|
5211 |
msgid "Your current Events URL is %s"
|
@@ -5252,8 +5252,8 @@ msgstr "Címkék:"
|
|
5252 |
msgctxt "category list label"
|
5253 |
msgid "%s Category"
|
5254 |
msgid_plural "%s Categories"
|
5255 |
-
msgstr[0] ""
|
5256 |
-
msgstr[1] ""
|
5257 |
|
5258 |
#: src/functions/template-tags/deprecated.php:1299
|
5259 |
msgid "Category"
|
@@ -5285,7 +5285,7 @@ msgstr "Részletek"
|
|
5285 |
|
5286 |
#: src/admin-views/widget-admin-list.php:31
|
5287 |
msgid "Show widget only if there are upcoming events"
|
5288 |
-
msgstr ""
|
5289 |
|
5290 |
#: src/admin-views/widget-admin-list.php:18
|
5291 |
msgid "Show:"
|
@@ -5336,7 +5336,7 @@ msgstr "Település:"
|
|
5336 |
|
5337 |
#: src/admin-views/tribe-options-timezones.php:49
|
5338 |
msgid "Appends the timezone to the end of event scheduling information – this can be useful when you have events in numerous different timezones."
|
5339 |
-
msgstr ""
|
5340 |
|
5341 |
#: src/admin-views/tribe-options-timezones.php:48
|
5342 |
msgid "Show timezone"
|
@@ -5344,19 +5344,19 @@ msgstr "Időzóna mutatása"
|
|
5344 |
|
5345 |
#: src/admin-views/tribe-options-timezones.php:43
|
5346 |
msgid "Use the sitewide timezone everywhere"
|
5347 |
-
msgstr ""
|
5348 |
|
5349 |
#: src/admin-views/tribe-options-timezones.php:42
|
5350 |
msgid "Use the local timezones for each event"
|
5351 |
-
msgstr ""
|
5352 |
|
5353 |
#: src/admin-views/tribe-options-timezones.php:38
|
5354 |
msgid "Timezone mode"
|
5355 |
-
msgstr ""
|
5356 |
|
5357 |
#: src/admin-views/tribe-options-timezones.php:30
|
5358 |
msgid "Timezone Settings"
|
5359 |
-
msgstr ""
|
5360 |
|
5361 |
#: src/admin-views/tribe-options-timezones.php:10
|
5362 |
msgid "Click this button to update your database and take advantage of additional timezone capabilities. Please <a href=\"%s\" target=\"_blank\">configure WordPress</a> to use the correct timezone before clicking this button!"
|
@@ -5364,11 +5364,11 @@ msgstr ""
|
|
5364 |
|
5365 |
#: src/admin-views/tribe-options-timezones.php:9
|
5366 |
msgid "Update Timezone Data"
|
5367 |
-
msgstr ""
|
5368 |
|
5369 |
#: src/admin-views/tribe-options-timezones.php:7
|
5370 |
msgid "Enable timezone support"
|
5371 |
-
msgstr ""
|
5372 |
|
5373 |
#: common/src/admin-views/tribe-options-network.php:27
|
5374 |
msgid "Hide the following settings tabs on every site:"
|
@@ -5694,7 +5694,7 @@ msgstr "Dátum formátum beállítások"
|
|
5694 |
|
5695 |
#: src/admin-views/tribe-options-display.php:197
|
5696 |
msgid "Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href=\"%s\">Read more</a>."
|
5697 |
-
msgstr ""
|
5698 |
|
5699 |
#: src/admin-views/tribe-options-display.php:196
|
5700 |
msgid "Enable the Month View Cache"
|
@@ -5829,7 +5829,7 @@ msgstr "%s neve:"
|
|
5829 |
|
5830 |
#: src/admin-views/events-meta-box.php:256
|
5831 |
msgid "Enter a 0 for %s that are free or leave blank to hide the field."
|
5832 |
-
msgstr ""
|
5833 |
|
5834 |
#: src/admin-views/events-meta-box.php:248
|
5835 |
#: src/views/modules/meta/details.php:123
|
@@ -5869,7 +5869,7 @@ msgstr "%s honlapja"
|
|
5869 |
|
5870 |
#: src/Tribe/Aggregator/Record/List_Table.php:502
|
5871 |
msgid "Location:"
|
5872 |
-
msgstr ""
|
5873 |
|
5874 |
#: src/admin-views/events-meta-box.php:129
|
5875 |
msgid "Timezone:"
|
@@ -5898,7 +5898,7 @@ msgstr "Ragadós a hónap nézetben"
|
|
5898 |
|
5899 |
#: src/admin-views/event-sidebar-options.php:16
|
5900 |
msgid "Hide From %s Listings"
|
5901 |
-
msgstr ""
|
5902 |
|
5903 |
#: src/admin-views/admin-welcome-message.php:54
|
5904 |
msgid "Product Releases, Tutorials and Community Activity"
|
@@ -6246,7 +6246,7 @@ msgstr "Nyugat-Szahara"
|
|
6246 |
|
6247 |
#: common/src/Tribe/Languages/Locations.php:293
|
6248 |
msgid "Wallis and Futuna Islands"
|
6249 |
-
msgstr ""
|
6250 |
|
6251 |
#: common/src/Tribe/Languages/Locations.php:292
|
6252 |
msgid "Virgin Islands (U.S.)"
|
@@ -6302,7 +6302,7 @@ msgstr "Tuvalu"
|
|
6302 |
|
6303 |
#: common/src/Tribe/Languages/Locations.php:279
|
6304 |
msgid "Turks and Caicos Islands"
|
6305 |
-
msgstr ""
|
6306 |
|
6307 |
#: common/src/Tribe/Languages/Locations.php:278
|
6308 |
msgid "Turkmenistan"
|
@@ -6318,7 +6318,7 @@ msgstr "Tunézia"
|
|
6318 |
|
6319 |
#: common/src/Tribe/Languages/Locations.php:275
|
6320 |
msgid "Trinidad and Tobago"
|
6321 |
-
msgstr ""
|
6322 |
|
6323 |
#: common/src/Tribe/Languages/Locations.php:274
|
6324 |
msgid "Tonga"
|
@@ -6338,7 +6338,7 @@ msgstr "Thaiföld"
|
|
6338 |
|
6339 |
#: common/src/Tribe/Languages/Locations.php:270
|
6340 |
msgid "Tanzania, United Republic of"
|
6341 |
-
msgstr ""
|
6342 |
|
6343 |
#: common/src/Tribe/Languages/Locations.php:269
|
6344 |
msgid "Tajikistan"
|
@@ -6366,7 +6366,7 @@ msgstr "Szváziföld"
|
|
6366 |
|
6367 |
#: common/src/Tribe/Languages/Locations.php:263
|
6368 |
msgid "Svalbard and Jan Mayen Islands"
|
6369 |
-
msgstr ""
|
6370 |
|
6371 |
#: common/src/Tribe/Languages/Locations.php:262
|
6372 |
msgid "Suriname"
|
@@ -6378,7 +6378,7 @@ msgstr "Szudán"
|
|
6378 |
|
6379 |
#: common/src/Tribe/Languages/Locations.php:241
|
6380 |
msgid "Saint Pierre and Miquelon"
|
6381 |
-
msgstr ""
|
6382 |
|
6383 |
#: common/src/Tribe/Languages/Locations.php:260
|
6384 |
msgid "Sri Lanka"
|
@@ -6446,7 +6446,7 @@ msgstr "Szamoa"
|
|
6446 |
|
6447 |
#: common/src/Tribe/Languages/Locations.php:242
|
6448 |
msgid "Saint Vincent and The Grenadines"
|
6449 |
-
msgstr ""
|
6450 |
|
6451 |
#: common/src/Tribe/Languages/Locations.php:240
|
6452 |
msgid "Saint Lucia"
|
@@ -6454,7 +6454,7 @@ msgstr "Saint Lucia"
|
|
6454 |
|
6455 |
#: common/src/Tribe/Languages/Locations.php:239
|
6456 |
msgid "Saint Kitts and Nevis"
|
6457 |
-
msgstr ""
|
6458 |
|
6459 |
#: common/src/Tribe/Languages/Locations.php:236
|
6460 |
msgid "Rwanda"
|
@@ -6606,11 +6606,11 @@ msgstr "Monakó"
|
|
6606 |
|
6607 |
#: common/src/Tribe/Languages/Locations.php:199
|
6608 |
msgid "Moldova, Republic of"
|
6609 |
-
msgstr ""
|
6610 |
|
6611 |
#: common/src/Tribe/Languages/Locations.php:198
|
6612 |
msgid "Micronesia, Federated States of"
|
6613 |
-
msgstr ""
|
6614 |
|
6615 |
#: common/src/Tribe/Languages/Locations.php:197
|
6616 |
msgid "Mexico"
|
@@ -6714,11 +6714,11 @@ msgstr "Kuvait"
|
|
6714 |
|
6715 |
#: common/src/Tribe/Languages/Locations.php:172
|
6716 |
msgid "Korea, Republic of"
|
6717 |
-
msgstr ""
|
6718 |
|
6719 |
#: common/src/Tribe/Languages/Locations.php:171
|
6720 |
msgid "Korea, Democratic People's Republic of"
|
6721 |
-
msgstr ""
|
6722 |
|
6723 |
#: common/src/Tribe/Languages/Locations.php:170
|
6724 |
msgid "Kiribati"
|
@@ -6762,7 +6762,7 @@ msgstr "Irak"
|
|
6762 |
|
6763 |
#: common/src/Tribe/Languages/Locations.php:160
|
6764 |
msgid "Iran, Islamic Republic of"
|
6765 |
-
msgstr ""
|
6766 |
|
6767 |
#: common/src/Tribe/Languages/Locations.php:159
|
6768 |
msgid "Indonesia"
|
@@ -6794,7 +6794,7 @@ msgstr "Apostoli Szentszék (Vatikáni Városállam)"
|
|
6794 |
|
6795 |
#: common/src/Tribe/Languages/Locations.php:152
|
6796 |
msgid "Heard and McDonald Islands"
|
6797 |
-
msgstr ""
|
6798 |
|
6799 |
#: common/src/Tribe/Languages/Locations.php:151
|
6800 |
msgid "Haiti"
|
@@ -6967,7 +6967,7 @@ msgstr "Cook-szigetek"
|
|
6967 |
|
6968 |
#: common/src/Tribe/Languages/Locations.php:107
|
6969 |
msgid "Congo, Democratic Republic of the"
|
6970 |
-
msgstr ""
|
6971 |
|
6972 |
#: common/src/Tribe/Languages/Locations.php:106
|
6973 |
msgid "Congo"
|
@@ -7059,7 +7059,7 @@ msgstr "Botswana"
|
|
7059 |
|
7060 |
#: common/src/Tribe/Languages/Locations.php:83
|
7061 |
msgid "Bosnia and Herzegowina"
|
7062 |
-
msgstr ""
|
7063 |
|
7064 |
#: common/src/Tribe/Languages/Locations.php:82
|
7065 |
msgid "Bolivia"
|
@@ -7131,7 +7131,7 @@ msgstr "Argentína"
|
|
7131 |
|
7132 |
#: common/src/Tribe/Languages/Locations.php:65
|
7133 |
msgid "Antigua and Barbuda"
|
7134 |
-
msgstr ""
|
7135 |
|
7136 |
#: common/src/Tribe/Languages/Locations.php:64
|
7137 |
msgid "Antarctica"
|
@@ -7377,7 +7377,7 @@ msgstr "Események beállításai"
|
|
7377 |
|
7378 |
#: common/src/Tribe/PUE/Checker.php:888
|
7379 |
msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
|
7380 |
-
msgstr ""
|
7381 |
|
7382 |
#: common/src/Tribe/PUE/Checker.php:927
|
7383 |
msgid "Valid Key! Expires on %s"
|
@@ -7508,7 +7508,7 @@ msgstr "Dátum tartományon kívül."
|
|
7508 |
|
7509 |
#: src/Tribe/Main.php:2288
|
7510 |
msgid "all"
|
7511 |
-
msgstr ""
|
7512 |
|
7513 |
#: src/Tribe/Main.php:2287 src/functions/template-tags/general.php:111
|
7514 |
msgid "events"
|
@@ -7613,11 +7613,11 @@ msgstr "%s kategória frissítése"
|
|
7613 |
|
7614 |
#: src/Tribe/Main.php:1743
|
7615 |
msgid "Edit %s Category"
|
7616 |
-
msgstr ""
|
7617 |
|
7618 |
#: src/Tribe/Main.php:1742
|
7619 |
msgid "Parent %s Category:"
|
7620 |
-
msgstr ""
|
7621 |
|
7622 |
#: src/Tribe/Main.php:1741
|
7623 |
msgid "Parent %s Category"
|
@@ -7641,7 +7641,7 @@ msgstr "%s nem található a lomtárban"
|
|
7641 |
|
7642 |
#: src/Tribe/Main.php:1727 src/Tribe/Organizer.php:97 src/Tribe/Venue.php:116
|
7643 |
msgid "No %s found"
|
7644 |
-
msgstr "%s
|
7645 |
|
7646 |
#: src/Tribe/Main.php:1726 src/Tribe/Organizer.php:96 src/Tribe/Venue.php:115
|
7647 |
msgid "Search %s"
|
@@ -7692,7 +7692,7 @@ msgstr "Súgó"
|
|
7692 |
|
7693 |
#: common/src/Tribe/Settings_Manager.php:55
|
7694 |
msgid "Display"
|
7695 |
-
msgstr "
|
7696 |
|
7697 |
#: src/Tribe/Main.php:1277
|
7698 |
msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
|
@@ -7875,7 +7875,7 @@ msgstr "Esemény honlapja"
|
|
7875 |
|
7876 |
#: src/Tribe/Importer/Column_Mapper.php:83
|
7877 |
msgid "Event Tags"
|
7878 |
-
msgstr ""
|
7879 |
|
7880 |
#: src/Tribe/Importer/Column_Mapper.php:82
|
7881 |
msgid "Event Category"
|
@@ -8049,7 +8049,7 @@ msgstr "Egy probléma miatt a befejezés előtt leállt az időzóna frissítés
|
|
8049 |
#: src/Tribe/Aggregator/Record/Queue_Realtime.php:98
|
8050 |
#: src/Tribe/Aggregator/Record/Queue_Realtime.php:201
|
8051 |
msgid "%d%% complete"
|
8052 |
-
msgstr ""
|
8053 |
|
8054 |
#: src/Tribe/Admin/Timezone_Updater.php:78
|
8055 |
msgid "Update complete: timezone data has been added to all events in the database."
|
@@ -8100,7 +8100,7 @@ msgstr "Ugrás a WordPress frissítések oldalra"
|
|
8100 |
#: common/src/Tribe/Admin/Activation_Page.php:77
|
8101 |
#: src/deprecated/Tribe__Events__Activation_Page.php:41
|
8102 |
msgid "Return to Plugins page"
|
8103 |
-
msgstr ""
|
8104 |
|
8105 |
#: common/src/Tribe/Admin/Activation_Page.php:77
|
8106 |
#: src/deprecated/Tribe__Events__Activation_Page.php:41
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-25 19:58:35+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
|
14 |
#: src/admin-views/tribe-options-general.php:31
|
15 |
msgid "The number of events per page on the List, Photo, and Map Views. Does not affect other views."
|
16 |
+
msgstr "Az oldalanként megjelenített események száma lista, fénykép és térkép nézetekben. Nincs hatással más nézetekre."
|
17 |
|
18 |
#: src/admin-views/tribe-options-general.php:28
|
19 |
msgid "The number of events per page on the List View. Does not affect other views."
|
20 |
+
msgstr "Az oldalanként megjelenített események száma lista nézetben. Nincs hatással más nézetekre."
|
21 |
|
22 |
#: src/Tribe/Rewrite.php:264
|
23 |
msgctxt "The \"/page/\" URL string component."
|
66 |
|
67 |
#: src/admin-views/tribe-options-display.php:52
|
68 |
msgid "There are going to be situations where no out-of-the-box template is 100% perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
|
69 |
+
msgstr "Lesznek helyzetek, amikor egyik sablon sem 100%-osan tökéletes. Nézd meg a <a href=\"%s\">Themer's Guide</a>-unkat az egyéni módosításokról."
|
70 |
|
71 |
#: src/admin-views/tribe-options-display.php:49
|
72 |
msgid "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme."
|
73 |
+
msgstr "Az alábbi beállítások a naptárad megjelenését szabályozzák. Ha valami nem rendesen néz ki, próbálj meg váltani a három stíluslap között vagy válassz egy oldal sablont a témádból."
|
74 |
|
75 |
#: src/admin-views/aggregator/settings.php:176
|
76 |
msgid "When importing from an event source, this is the maximum number of events that will be imported; on slower websites this may impact the success of imports. Setting this to a smaller number may improve results."
|
854 |
|
855 |
#: common/src/admin-views/tribe-options-display.php:28
|
856 |
msgid "The following three fields accept the date format options available to the PHP %1$s function. <a href=\"%2$s\" target=\"_blank\">Learn how to make your own date format here</a>."
|
857 |
+
msgstr "A következő három mezőben a dátum formátumot lehet beállítani a PHP %1$s függvényének megfelelően. <a href=\"%2$s\" target=\"_blank\">Tanuld meg, hogyan készíthetsz saját dátumformátumot itt</a>."
|
858 |
|
859 |
#: common/src/Tribe/Validate.php:537
|
860 |
msgid "%s must be an email address."
|
886 |
|
887 |
#: common/src/Tribe/Languages/Locations.php:57
|
888 |
msgid "Åland Islands"
|
889 |
+
msgstr "Åland Szigetek"
|
890 |
|
891 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
892 |
msgid "A list of links to the term own, archive and parent REST URL"
|
894 |
|
895 |
#: src/admin-views/create-organizer-fields.php:19
|
896 |
msgid "The e-mail address will be obfuscated on this site to avoid it getting harvested by spammers."
|
897 |
+
msgstr "Az email cím kódolva lesz ezen az oldalon, hogy elkerüljük a spam-elők általi begyűjtését."
|
898 |
|
899 |
#: src/Tribe/Main.php:968
|
900 |
msgid "edit Events settings."
|
1599 |
|
1600 |
#: src/admin-views/aggregator/settings.php:405
|
1601 |
msgid "Other URL Import Settings"
|
1602 |
+
msgstr "Egyéb URL importálási beállítások"
|
1603 |
|
1604 |
#: src/admin-views/aggregator/origins/limit.php:22
|
1605 |
#: src/admin-views/aggregator/origins/url.php:91
|
1711 |
#: src/Tribe/Venue.php:234
|
1712 |
msgctxt "Metabox title"
|
1713 |
msgid "Location"
|
1714 |
+
msgstr "Helyszín"
|
1715 |
|
1716 |
#: src/admin-views/aggregator/settings.php:55
|
1717 |
msgid "Import events but preserve local changes to event fields."
|
1719 |
|
1720 |
#: common/src/Tribe/PUE/Checker.php:497
|
1721 |
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
1722 |
+
msgstr "%1$sVásárolj egy licenszet%2$s az Event Aggregator szolgáltatáshoz további importálási funkciók eléréséhez."
|
1723 |
|
1724 |
#: src/functions/template-tags/loop.php:207
|
1725 |
msgctxt "day_view"
|
1733 |
|
1734 |
#: src/admin-views/tribe-options-display.php:189
|
1735 |
msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
|
1736 |
+
msgstr "Változtasd meg az alapértelmezett napi 3 eseményt a hónap nézetben. Ha nem szeretnél korlátozást, adj meg -1-et. Kérjük, vedd figyelembe, hogy teljesítmény problémák léphetnek fel, ha túl sok eseményt engedélyezel egy napra. <a href=\"%s\">Tudj meg többet</a>."
|
1737 |
|
1738 |
#: src/Tribe/Main.php:741
|
1739 |
msgctxt "all events slug"
|
2082 |
|
2083 |
#: src/Tribe/Asset/Dynamic.php:77
|
2084 |
msgid "This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%."
|
2085 |
+
msgstr "Ez egy egész napos esemény ami %%startdatenoyear%%-i napon kezdődik és %%enddatewithyear%%-i napon végződik."
|
2086 |
|
2087 |
#: src/Tribe/Asset/Dynamic.php:76
|
2088 |
msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%"
|
2090 |
|
2091 |
#: src/Tribe/Asset/Dynamic.php:75
|
2092 |
msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%"
|
2093 |
+
msgstr "Ez az esemény %%startdatewithyear%%-i napon, %%starttime%% órakor kezdődik és %%enddatewithyear%%-i napon, %%endtime%% órakor végződik."
|
2094 |
|
2095 |
#: src/Tribe/Asset/Dynamic.php:74
|
2096 |
msgid "This event is all day on %%startdatewithyear%%."
|
2097 |
+
msgstr "Ez egy egész napos esemény %%startdatenoyear%%-i napon."
|
2098 |
|
2099 |
#: src/Tribe/Asset/Dynamic.php:73
|
2100 |
msgid "This event is at %%starttime%% on %%startdatewithyear%%."
|
2102 |
|
2103 |
#: src/Tribe/Asset/Dynamic.php:72
|
2104 |
msgid "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
|
2105 |
+
msgstr "Ez az esemény %%startdatewithyear%%-i napon, %%starttime%% órától %%endtime%% óráig tart."
|
2106 |
|
2107 |
#: src/Tribe/Asset/Dynamic.php:69
|
2108 |
msgid "Dec"
|
2350 |
#: src/views/single-event.php:28
|
2351 |
msgctxt "%s Events plural label"
|
2352 |
msgid "All %s"
|
2353 |
+
msgstr "Összes %s"
|
2354 |
|
2355 |
#: src/io/csv/admin-views/header.php:17
|
2356 |
msgid "Legacy Events Import"
|
2410 |
|
2411 |
#: src/admin-views/organizer-meta-box.php:45
|
2412 |
msgid "The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers."
|
2413 |
+
msgstr "Az email cím kódolva lesz ezen az oldalon, hogy elkerüljük a spam-elők általi begyűjtését."
|
2414 |
|
2415 |
#: src/admin-views/aggregator/tabs/import-form.php:267
|
2416 |
msgid "Events will be imported with the timezone defined by the source. If no timezone is specified, events will be assigned your site's default timezone (see %1$sSettings > General%2$s)."
|
2476 |
|
2477 |
#: src/admin-views/aggregator/tabs/import-form.php:39
|
2478 |
msgid "Select Origin"
|
2479 |
+
msgstr "Forrás kiválasztása"
|
2480 |
|
2481 |
#: src/admin-views/aggregator/tabs/import-form.php:38
|
2482 |
msgid "Import Origin:"
|
2483 |
+
msgstr "Import forrás:"
|
2484 |
|
2485 |
#: src/admin-views/aggregator/tabs/import-form.php:25
|
2486 |
msgid "No Additional Categories"
|
2608 |
#: src/admin-views/aggregator/settings.php:524
|
2609 |
#: src/admin-views/aggregator/settings.php:564
|
2610 |
msgid "Imports"
|
2611 |
+
msgstr "Importálás"
|
2612 |
|
2613 |
#: src/admin-views/aggregator/settings.php:511
|
2614 |
msgid "Check out Event Aggregator."
|
2648 |
|
2649 |
#: src/admin-views/aggregator/settings.php:354
|
2650 |
msgid "Meetup Import Settings"
|
2651 |
+
msgstr "Meetup importálási beállítások"
|
2652 |
|
2653 |
#: src/admin-views/aggregator/settings.php:330
|
2654 |
msgid "The default event category for events imported via Google Calendar"
|
2660 |
|
2661 |
#: src/admin-views/aggregator/settings.php:314
|
2662 |
msgid "Google Calendar Import Settings"
|
2663 |
+
msgstr "Google Naptár importálási beállítások"
|
2664 |
|
2665 |
#: src/admin-views/aggregator/settings.php:290
|
2666 |
msgid "The default event category for events imported via Facebook"
|
2672 |
|
2673 |
#: src/admin-views/aggregator/settings.php:274
|
2674 |
msgid "Facebook Import Settings"
|
2675 |
+
msgstr "Facebook importálási beállítások"
|
2676 |
|
2677 |
#: src/admin-views/aggregator/settings.php:250
|
2678 |
msgid "The default event category for events imported via .ics files"
|
2684 |
|
2685 |
#: src/admin-views/aggregator/settings.php:234
|
2686 |
msgid "ICS File Import Settings"
|
2687 |
+
msgstr "ICS fájl importálási beállítások"
|
2688 |
|
2689 |
#: src/admin-views/aggregator/settings.php:210
|
2690 |
msgid "The default event category for events imported via iCalendar"
|
2691 |
+
msgstr "Az iCalendarból importált események alapértelmezett kategóriája"
|
2692 |
|
2693 |
#: src/admin-views/aggregator/settings.php:199
|
2694 |
msgid "The default post status for events imported via iCalendar"
|
2696 |
|
2697 |
#: src/admin-views/aggregator/settings.php:194
|
2698 |
msgid "iCalendar Import Settings"
|
2699 |
+
msgstr "iCalendar importálási beállítások"
|
2700 |
|
2701 |
#: src/admin-views/aggregator/settings.php:137
|
2702 |
#: src/admin-views/aggregator/settings.php:221
|
2720 |
|
2721 |
#: src/admin-views/aggregator/settings.php:126
|
2722 |
msgid "The default event category for events"
|
2723 |
+
msgstr "Az alapértelmezett esemény kategória"
|
2724 |
|
2725 |
#: src/admin-views/aggregator/settings.php:115
|
2726 |
msgid "The default post status for events"
|
2728 |
|
2729 |
#: src/admin-views/aggregator/settings.php:110
|
2730 |
msgid "Global Import Settings"
|
2731 |
+
msgstr "Globális importálási beállítások"
|
2732 |
|
2733 |
#: src/admin-views/aggregator/settings.php:79
|
2734 |
msgid "The default event category for events imported via CSV"
|
2758 |
#: src/admin-views/aggregator/settings.php:369
|
2759 |
#: src/admin-views/aggregator/settings.php:409
|
2760 |
msgid "Default Status"
|
2761 |
+
msgstr "Alapértelmezett állapot"
|
2762 |
|
2763 |
#: src/admin-views/aggregator/settings.php:54
|
2764 |
msgid "Do not re-import events. Changes made locally will be preserved."
|
2775 |
#: src/admin-views/aggregator/settings.php:40
|
2776 |
#: src/admin-views/aggregator/settings.php:48
|
2777 |
msgid "Event Update Authority"
|
2778 |
+
msgstr "Esemény frissítési engedély"
|
2779 |
|
2780 |
#: src/admin-views/aggregator/settings.php:31
|
2781 |
msgid "No"
|
2783 |
|
2784 |
#: src/admin-views/aggregator/settings.php:18
|
2785 |
msgid "No default category"
|
2786 |
+
msgstr "Nincs alapértelmezett kategória"
|
2787 |
|
2788 |
#: src/admin-views/aggregator/settings.php:7
|
2789 |
msgid "Use global import settings"
|
2790 |
+
msgstr "Globális importálási beállítások használata"
|
2791 |
|
2792 |
#: src/admin-views/aggregator/origins/refine.php:71
|
2793 |
msgid "Events on or after"
|
2864 |
|
2865 |
#: src/admin-views/aggregator/origins/ical.php:83
|
2866 |
msgid "example.com/url.ics"
|
2867 |
+
msgstr "pelda.com/url.ics"
|
2868 |
|
2869 |
#: src/admin-views/aggregator/origins/gcal.php:89
|
2870 |
msgid "Copy the provided url into this field to import the events into your WordPress site."
|
2958 |
#: src/admin-views/aggregator/origins/meetup.php:6
|
2959 |
#: src/admin-views/aggregator/origins/url.php:6
|
2960 |
msgid "Select Import Type"
|
2961 |
+
msgstr "Importálás típusának kiválasztása"
|
2962 |
|
2963 |
#: src/admin-views/aggregator/origins/eventbrite.php:23
|
2964 |
msgid "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/example-12345"
|
3011 |
|
3012 |
#: src/admin-views/aggregator/origins/csv.php:5
|
3013 |
msgid "Select Content Type"
|
3014 |
+
msgstr "Tartalom típusának kiválasztása"
|
3015 |
|
3016 |
#: src/admin-views/aggregator/origins/csv.php:4
|
3017 |
msgid "Content Type:"
|
3018 |
+
msgstr "Tartalom típusa:"
|
3019 |
|
3020 |
#: src/admin-views/aggregator/meta-box.php:56
|
3021 |
msgid "Change Event Update Authority"
|
3286 |
|
3287 |
#: src/Tribe/Aggregator/Tabs/Scheduled.php:181
|
3288 |
msgid "queued"
|
3289 |
+
msgstr "sorban áll"
|
3290 |
|
3291 |
#: src/Tribe/Aggregator/Tabs/Scheduled.php:94
|
3292 |
msgid "Scheduled Imports"
|
3293 |
+
msgstr "Ütemezett importálások"
|
3294 |
|
3295 |
#: src/Tribe/Aggregator/Tabs/New.php:565
|
3296 |
msgid "Renew your Event Aggregator license"
|
3297 |
+
msgstr "Újítsa meg az Event Aggregator licenszét"
|
3298 |
|
3299 |
#: src/Tribe/Aggregator/Tabs/New.php:562
|
3300 |
msgid "Renew your license in order to import events from Facebook, iCalendar, Google, or Meetup."
|
3306 |
|
3307 |
#: src/Tribe/Aggregator/Tabs/New.php:541
|
3308 |
msgid "Learn More"
|
3309 |
+
msgstr "Tudjon meg többet"
|
3310 |
|
3311 |
#: src/Tribe/Aggregator/Tabs/New.php:536 src/Tribe/Aggregator/Tabs/New.php:543
|
3312 |
msgid "opens in a new window"
|
3313 |
+
msgstr "új ablakban nyílik meg"
|
3314 |
|
3315 |
#: src/Tribe/Aggregator/Tabs/New.php:534
|
3316 |
msgid "Buy It Now"
|
3318 |
|
3319 |
#: src/Tribe/Aggregator/Tabs/New.php:531
|
3320 |
msgid "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
|
3321 |
+
msgstr "Az Event Agregatorral egy szempillantás alatt importálhatsz eseményeket a Facebookról, iCalendarból, Google Naptárból és a Meetup.com-ról."
|
3322 |
|
3323 |
#: src/Tribe/Aggregator/Tabs/New.php:529
|
3324 |
msgid "Import Using Event Aggregator"
|
3325 |
+
msgstr "Importáljon eseményeket az Event Aggregatorral"
|
3326 |
|
3327 |
#: src/Tribe/Aggregator/Tabs/New.php:442
|
3328 |
msgid "Unable to save credentials"
|
3383 |
|
3384 |
#: src/Tribe/Aggregator/Tabs/New.php:330
|
3385 |
msgid "View your event venues"
|
3386 |
+
msgstr "Esemény helyszínének megtekintése"
|
3387 |
|
3388 |
#: src/Tribe/Aggregator/Tabs/New.php:326
|
3389 |
msgid "%1$d new venue was imported."
|
3442 |
|
3443 |
#: src/Tribe/Aggregator/Tabs/Favorite.php:37
|
3444 |
msgid "Favorite Imports"
|
3445 |
+
msgstr "Kedvenc importálások"
|
3446 |
|
3447 |
#: src/Tribe/Aggregator/Tabs/Edit.php:143
|
3448 |
msgid "Your Scheduled Import has been updated!"
|
3450 |
|
3451 |
#: src/Tribe/Aggregator/Tabs/Edit.php:137
|
3452 |
msgid "View All Scheduled Imports"
|
3453 |
+
msgstr "Minden ütemezett importálás megtekintése"
|
3454 |
|
3455 |
#: src/Tribe/Aggregator/Tabs/Edit.php:131
|
3456 |
msgid "Scheduled import was successfully updated."
|
3506 |
|
3507 |
#: src/Tribe/Aggregator/Service.php:550
|
3508 |
msgid "Success"
|
3509 |
+
msgstr "Siker"
|
3510 |
|
3511 |
#: src/Tribe/Aggregator/Service.php:549
|
3512 |
msgid "The import will be starting soon."
|
3707 |
|
3708 |
#: src/Tribe/Aggregator/Record/List_Table.php:637
|
3709 |
msgid "Select %s"
|
3710 |
+
msgstr "%s kijelölése"
|
3711 |
|
3712 |
#: src/Tribe/Aggregator/Record/List_Table.php:602
|
3713 |
#: src/Tribe/Aggregator/Record/List_Table.php:611
|
3771 |
|
3772 |
#: src/Tribe/Aggregator/Record/List_Table.php:429
|
3773 |
msgid "Import pending"
|
3774 |
+
msgstr "Importálás függőben"
|
3775 |
|
3776 |
#: src/Tribe/Aggregator/Record/List_Table.php:425
|
3777 |
msgid "Import schedule"
|
3778 |
+
msgstr "Importálási menetrend"
|
3779 |
|
3780 |
#: src/Tribe/Aggregator/Record/List_Table.php:413
|
3781 |
msgid "Import failed"
|
3847 |
#: src/Tribe/Aggregator/Record/List_Table.php:163
|
3848 |
#: src/Tribe/Aggregator/Record/List_Table.php:164
|
3849 |
msgid "Filter By Frequency"
|
3850 |
+
msgstr "Szűrés gyakoriság alapján"
|
3851 |
|
3852 |
#: src/Tribe/Aggregator/Record/List_Table.php:144
|
3853 |
#: src/Tribe/Aggregator/Record/List_Table.php:145
|
3854 |
msgid "Filter By Origin"
|
3855 |
+
msgstr "Szűrés forrás alapján"
|
3856 |
|
3857 |
#: src/Tribe/Aggregator/Record/ICS.php:33
|
3858 |
msgid "ICS"
|
3898 |
|
3899 |
#: src/Tribe/Aggregator/Page.php:94
|
3900 |
msgid "Hide Filters"
|
3901 |
+
msgstr "Szűrők elrejtése"
|
3902 |
|
3903 |
#: src/Tribe/Aggregator/Page.php:93
|
3904 |
#: src/Tribe/Aggregator/Record/List_Table.php:485
|
3905 |
msgid "View Filters"
|
3906 |
+
msgstr "Szűrők megtekintése"
|
3907 |
|
3908 |
#: src/Tribe/Aggregator/Page.php:92
|
3909 |
msgid "Removing this scheduled import will stop automatic imports from the source. No events will be deleted."
|
4107 |
#: src/Tribe/Aggregator/Cron.php:203
|
4108 |
msgctxt "aggregator schedule frequency"
|
4109 |
msgid "Every 15 minutes"
|
4110 |
+
msgstr "15 percenként"
|
4111 |
|
4112 |
#: src/Tribe/Aggregator/Cron.php:118
|
4113 |
msgctxt "aggregator schedule frequency"
|
4114 |
msgid "Monthly"
|
4115 |
+
msgstr "Havonta"
|
4116 |
|
4117 |
#: src/Tribe/Aggregator/Cron.php:113
|
4118 |
msgctxt "aggregator schedule frequency"
|
4119 |
msgid "Weekly"
|
4120 |
+
msgstr "Hetente"
|
4121 |
|
4122 |
#: src/Tribe/Aggregator/Cron.php:108
|
4123 |
msgctxt "aggregator schedule frequency"
|
4124 |
msgid "Daily"
|
4125 |
+
msgstr "Naponta"
|
4126 |
|
4127 |
#: src/Tribe/Aggregator/Cron.php:103
|
4128 |
msgctxt "aggregator schedule frequency"
|
4129 |
msgid "Hourly"
|
4130 |
+
msgstr "Óránként"
|
4131 |
|
4132 |
#: src/Tribe/Aggregator/Cron.php:98
|
4133 |
msgctxt "aggregator schedule frequency"
|
4134 |
msgid "Every 30 Minutes"
|
4135 |
+
msgstr "30 percenként"
|
4136 |
|
4137 |
#: src/Tribe/Aggregator/Cron.php:93
|
4138 |
msgctxt "aggregator schedule frequency"
|
4139 |
msgid "On Demand"
|
4140 |
+
msgstr "Igény szerint"
|
4141 |
|
4142 |
#: src/Tribe/Aggregator/API/Origins.php:60
|
4143 |
#: src/Tribe/Aggregator/Record/Meetup.php:29
|
4166 |
#: src/Tribe/Admin_List.php:330
|
4167 |
msgctxt "%s Event count in admin list"
|
4168 |
msgid "All %s"
|
4169 |
+
msgstr "Összes %s"
|
4170 |
|
4171 |
#: common/src/admin-views/tribe-options-licenses.php:30
|
4172 |
msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
|
4211 |
|
4212 |
#: common/src/Tribe/Languages/Locations.php:110
|
4213 |
msgid "Côte d'Ivoire"
|
4214 |
+
msgstr "Elefántcsontpart"
|
4215 |
|
4216 |
#: common/src/Tribe/Support.php:372
|
4217 |
msgid "Unique System Info Key Generated"
|
4261 |
#: common/src/Tribe/PUE/Checker.php:961 common/src/Tribe/PUE/Notices.php:285
|
4262 |
#: src/Tribe/Aggregator/Record/Abstract.php:1089
|
4263 |
msgid " (opens in a new window)"
|
4264 |
+
msgstr "(új ablakban nyílik meg)"
|
4265 |
|
4266 |
#: common/src/Tribe/PUE/Checker.php:959 common/src/Tribe/PUE/Notices.php:283
|
4267 |
msgid "Renew Your License Now"
|
4268 |
+
msgstr "Licensz megújítása most"
|
4269 |
|
4270 |
#: common/src/Tribe/Main.php:298
|
4271 |
msgid ": Selected 1 row"
|
4388 |
|
4389 |
#: common/src/Tribe/Credits.php:64
|
4390 |
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
4391 |
+
msgstr "Értékeld az %1$sEvent Tickets%2$s %3$s-et"
|
4392 |
|
4393 |
#: common/src/Tribe/Credits.php:55
|
4394 |
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
4395 |
+
msgstr "Értékeld a %1$sThe Events Calendar%2$s %3$s-t"
|
4396 |
|
4397 |
#: src/Tribe/Organizer.php:184
|
4398 |
msgid "organizer"
|
4479 |
|
4480 |
#: src/Tribe/Google/Maps_API_Key.php:63
|
4481 |
msgid "<p>%s to create your Google Maps API key."
|
4482 |
+
msgstr "<p>%s a Google Maps API kulcs létrehozásához."
|
4483 |
|
4484 |
#: src/Tribe/Google/Maps_API_Key.php:55 src/Tribe/Google/Maps_API_Key.php:62
|
4485 |
msgid "Google Maps API key"
|
4653 |
|
4654 |
#: src/Tribe/Template/Month.php:448
|
4655 |
msgid "There were no results found for %s this month. Try searching next month."
|
4656 |
+
msgstr "Nincs találat erre ebben a hónapban: %s. Kérjük, próbáld meg a következő hónapot."
|
4657 |
|
4658 |
#: src/Tribe/Template/Day.php:147
|
4659 |
msgid "No %1$s scheduled for %2$s. Please try another day."
|
4660 |
+
msgstr "Nincs %1$s betervezve erre: %2$s. Kérjük, próbálj meg egy másik napot."
|
4661 |
|
4662 |
#: src/Tribe/Main.php:4197
|
4663 |
msgid "Check out the %savailable add-ons%s."
|
4669 |
|
4670 |
#: src/Tribe/Main.php:1815 src/Tribe/Main.php:1835
|
4671 |
msgid "%1$s scheduled for: %2$s."
|
4672 |
+
msgstr "%1$s ütemezve: %2$s."
|
4673 |
|
4674 |
#: src/Tribe/Main.php:1796
|
4675 |
msgid "%1$s draft updated. %2$sPreview %3$s"
|
4677 |
|
4678 |
#: src/Tribe/Main.php:1787
|
4679 |
msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
|
4680 |
+
msgstr "%1$s ütemezve: %2$s. %3$sElőnézet %4$s"
|
4681 |
|
4682 |
#: src/Tribe/Main.php:1781
|
4683 |
msgid "%1$s submitted. %2$sPreview %3$s"
|
4684 |
+
msgstr "%1$s közzétéve. %2$sElőnézet %3$s"
|
4685 |
|
4686 |
#: src/Tribe/Main.php:1763
|
4687 |
msgid "%1$s updated. %2$sView %1$s%3$s"
|
4688 |
+
msgstr "%1$s frissítve. %2$sMegtekint %1$s%3$s"
|
4689 |
|
4690 |
#: src/Tribe/Main.php:1443
|
4691 |
msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
|
4803 |
#: src/Tribe/Importer/Admin_Page.php:88
|
4804 |
#: src/admin-views/aggregator/settings.php:63
|
4805 |
msgid "CSV Import Settings"
|
4806 |
+
msgstr "CSV importálási beállítások"
|
4807 |
|
4808 |
#: src/Tribe/Asset/Bootstrap_Datepicker.php:26
|
4809 |
msgid "Clear"
|
4879 |
|
4880 |
#: common/src/admin-views/tribe-options-help.php:14
|
4881 |
msgid "Getting Support"
|
4882 |
+
msgstr "Támogatás kérése"
|
4883 |
|
4884 |
#: common/src/admin-views/tribe-options-help.php:11
|
4885 |
msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
|
4895 |
|
4896 |
#: src/admin-views/tribe-options-display.php:72
|
4897 |
msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
|
4898 |
+
msgstr "Add meg a használni kívánt dátumformátumot, amikor az évek is látszanak. Jövőbeli dátumok esetében jelenik meg."
|
4899 |
|
4900 |
#: common/src/Tribe/PUE/Checker.php:932
|
4901 |
msgid "Thanks for setting up a valid key. It will expire on %s"
|
4907 |
|
4908 |
#: common/src/Tribe/Admin/Help_Page.php:855
|
4909 |
msgid "Plugin Inactive"
|
4910 |
+
msgstr "Bővítmény kikapcsolva"
|
4911 |
|
4912 |
#: common/src/Tribe/Admin/Help_Page.php:853
|
4913 |
msgid "Plugin Active"
|
4914 |
+
msgstr "Bővítmény bekapcsolva"
|
4915 |
|
4916 |
#: common/src/Tribe/Admin/Help_Page.php:828
|
4917 |
msgid "Rating:"
|
4952 |
|
4953 |
#: src/Tribe/Aggregator/Page.php:380
|
4954 |
msgid "Facebook Events"
|
4955 |
+
msgstr "Facebook események"
|
4956 |
|
4957 |
#: common/src/Tribe/Admin/Help_Page.php:203
|
4958 |
#: common/src/Tribe/Plugins_API.php:111
|
4986 |
#: src/views/month/single-day.php:42
|
4987 |
msgid "View %1$s %2$s"
|
4988 |
msgid_plural "View All %1$s %2$s"
|
4989 |
+
msgstr[0] "%1$s %2$s megtekintése"
|
4990 |
+
msgstr[1] "Mind a %1$s %2$s megtekintése"
|
4991 |
|
4992 |
#: src/Tribe/Aggregator/Record/Queue_Realtime.php:54
|
4993 |
msgid "Completed!"
|
5007 |
|
5008 |
#: common/src/Tribe/Validate.php:214
|
5009 |
msgid "%s must be a positive number or percent."
|
5010 |
+
msgstr "%s-nek pozitív számnak vagy százaléknak kell lennie."
|
5011 |
|
5012 |
#: src/Tribe/Main.php:971
|
5013 |
msgid "%1$s or %2$s"
|
5014 |
+
msgstr "%1$s vagy %2$s"
|
5015 |
|
5016 |
#. Author URI of the plugin/theme
|
5017 |
msgid "http://m.tri.be/1x"
|
5031 |
|
5032 |
#: src/views/widgets/list-widget.php:112
|
5033 |
msgid "View All %s"
|
5034 |
+
msgstr "Összes %s megtekintése"
|
5035 |
|
5036 |
#: src/views/single-event.php:46 src/views/single-event.php:79
|
5037 |
msgid "%s Navigation"
|
5059 |
|
5060 |
#: src/views/list/nav.php:20
|
5061 |
msgid "%s List Navigation"
|
5062 |
+
msgstr "%s lista navigáció"
|
5063 |
|
5064 |
#: src/views/day/single-event.php:78 src/views/day/single-featured.php:67
|
5065 |
#: src/views/list/single-event.php:92 src/views/list/single-featured.php:78
|
5157 |
|
5158 |
#: src/Tribe/Aggregator/Page.php:256
|
5159 |
msgid "Events Import"
|
5160 |
+
msgstr "Események importálása"
|
5161 |
|
5162 |
#: src/io/csv/admin-views/general.php:54
|
5163 |
msgid "Save Settings"
|
5173 |
|
5174 |
#: src/Tribe/Importer/Options.php:133
|
5175 |
msgid "Published"
|
5176 |
+
msgstr "Közzétett"
|
5177 |
|
5178 |
#: src/Tribe/Importer/Admin_Page.php:237
|
5179 |
msgid "Import Settings"
|
5180 |
+
msgstr "Importálási beállítások"
|
5181 |
|
5182 |
#: src/io/csv/admin-views/general.php:10
|
5183 |
msgid "Instructions"
|
5205 |
|
5206 |
#: src/functions/template-tags/options.php:29
|
5207 |
msgid "You %1$scannot%2$s use the same slug as above. The above should ideally be plural, and this singular.%3$sYour single Event URL is like: %4$s"
|
5208 |
+
msgstr "%1$sNem használhatod%2$s ugyan azt az előtagot, mint fent. A fenti ideális esetben többes számú, ez pedig egyes számú.%3$sEgy esemény hivatkozása (URL-je) így néz ki: %4$s"
|
5209 |
|
5210 |
#: src/functions/template-tags/options.php:20
|
5211 |
msgid "Your current Events URL is %s"
|
5252 |
msgctxt "category list label"
|
5253 |
msgid "%s Category"
|
5254 |
msgid_plural "%s Categories"
|
5255 |
+
msgstr[0] "%s kategória"
|
5256 |
+
msgstr[1] "%s kategóriák"
|
5257 |
|
5258 |
#: src/functions/template-tags/deprecated.php:1299
|
5259 |
msgid "Category"
|
5285 |
|
5286 |
#: src/admin-views/widget-admin-list.php:31
|
5287 |
msgid "Show widget only if there are upcoming events"
|
5288 |
+
msgstr "Csak akkor jelenítse meg a widgetet, ha van közelgő esemény"
|
5289 |
|
5290 |
#: src/admin-views/widget-admin-list.php:18
|
5291 |
msgid "Show:"
|
5336 |
|
5337 |
#: src/admin-views/tribe-options-timezones.php:49
|
5338 |
msgid "Appends the timezone to the end of event scheduling information – this can be useful when you have events in numerous different timezones."
|
5339 |
+
msgstr "Hozzáfűzi az időzónát az esemény időpontjának végéhez – ez akkor hasznos, ha több különböző időzónában is van eseményed."
|
5340 |
|
5341 |
#: src/admin-views/tribe-options-timezones.php:48
|
5342 |
msgid "Show timezone"
|
5344 |
|
5345 |
#: src/admin-views/tribe-options-timezones.php:43
|
5346 |
msgid "Use the sitewide timezone everywhere"
|
5347 |
+
msgstr "Használja az oldal időzónáját mindenhol"
|
5348 |
|
5349 |
#: src/admin-views/tribe-options-timezones.php:42
|
5350 |
msgid "Use the local timezones for each event"
|
5351 |
+
msgstr "Használja a helyi időzónát az egyes eseményekhez"
|
5352 |
|
5353 |
#: src/admin-views/tribe-options-timezones.php:38
|
5354 |
msgid "Timezone mode"
|
5355 |
+
msgstr "Időzóna mód"
|
5356 |
|
5357 |
#: src/admin-views/tribe-options-timezones.php:30
|
5358 |
msgid "Timezone Settings"
|
5359 |
+
msgstr "Időzóna beállítások"
|
5360 |
|
5361 |
#: src/admin-views/tribe-options-timezones.php:10
|
5362 |
msgid "Click this button to update your database and take advantage of additional timezone capabilities. Please <a href=\"%s\" target=\"_blank\">configure WordPress</a> to use the correct timezone before clicking this button!"
|
5364 |
|
5365 |
#: src/admin-views/tribe-options-timezones.php:9
|
5366 |
msgid "Update Timezone Data"
|
5367 |
+
msgstr "Időzóna adatok a frissítése"
|
5368 |
|
5369 |
#: src/admin-views/tribe-options-timezones.php:7
|
5370 |
msgid "Enable timezone support"
|
5371 |
+
msgstr "Időzóna támogatásának engedélyezése"
|
5372 |
|
5373 |
#: common/src/admin-views/tribe-options-network.php:27
|
5374 |
msgid "Hide the following settings tabs on every site:"
|
5694 |
|
5695 |
#: src/admin-views/tribe-options-display.php:197
|
5696 |
msgid "Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href=\"%s\">Read more</a>."
|
5697 |
+
msgstr "Engedélyezd, hogy a hónap nézetet HTML-jét tranziensekben gyorsítótárazzuk, ami gyorsíthat a naptár megjelenítésének sebességén sok eseményt tartalmazó oldalak esetében. <a href=\"%s\">Tudj meg többet</a>."
|
5698 |
|
5699 |
#: src/admin-views/tribe-options-display.php:196
|
5700 |
msgid "Enable the Month View Cache"
|
5829 |
|
5830 |
#: src/admin-views/events-meta-box.php:256
|
5831 |
msgid "Enter a 0 for %s that are free or leave blank to hide the field."
|
5832 |
+
msgstr "Az ingyenes %shez adj meg 0-t vagy hagyd üresen a mezőt."
|
5833 |
|
5834 |
#: src/admin-views/events-meta-box.php:248
|
5835 |
#: src/views/modules/meta/details.php:123
|
5869 |
|
5870 |
#: src/Tribe/Aggregator/Record/List_Table.php:502
|
5871 |
msgid "Location:"
|
5872 |
+
msgstr "Helyszín:"
|
5873 |
|
5874 |
#: src/admin-views/events-meta-box.php:129
|
5875 |
msgid "Timezone:"
|
5898 |
|
5899 |
#: src/admin-views/event-sidebar-options.php:16
|
5900 |
msgid "Hide From %s Listings"
|
5901 |
+
msgstr "Elrejtés a %s listázásából"
|
5902 |
|
5903 |
#: src/admin-views/admin-welcome-message.php:54
|
5904 |
msgid "Product Releases, Tutorials and Community Activity"
|
6246 |
|
6247 |
#: common/src/Tribe/Languages/Locations.php:293
|
6248 |
msgid "Wallis and Futuna Islands"
|
6249 |
+
msgstr "Wallis- és Futuna-szigetek"
|
6250 |
|
6251 |
#: common/src/Tribe/Languages/Locations.php:292
|
6252 |
msgid "Virgin Islands (U.S.)"
|
6302 |
|
6303 |
#: common/src/Tribe/Languages/Locations.php:279
|
6304 |
msgid "Turks and Caicos Islands"
|
6305 |
+
msgstr "Turks- és Caicos-szigetek"
|
6306 |
|
6307 |
#: common/src/Tribe/Languages/Locations.php:278
|
6308 |
msgid "Turkmenistan"
|
6318 |
|
6319 |
#: common/src/Tribe/Languages/Locations.php:275
|
6320 |
msgid "Trinidad and Tobago"
|
6321 |
+
msgstr "Trinidad és Tobago"
|
6322 |
|
6323 |
#: common/src/Tribe/Languages/Locations.php:274
|
6324 |
msgid "Tonga"
|
6338 |
|
6339 |
#: common/src/Tribe/Languages/Locations.php:270
|
6340 |
msgid "Tanzania, United Republic of"
|
6341 |
+
msgstr "Tanzániai Egyesült Köztársaság"
|
6342 |
|
6343 |
#: common/src/Tribe/Languages/Locations.php:269
|
6344 |
msgid "Tajikistan"
|
6366 |
|
6367 |
#: common/src/Tribe/Languages/Locations.php:263
|
6368 |
msgid "Svalbard and Jan Mayen Islands"
|
6369 |
+
msgstr "Svalbard- és Jan Mayen-szigetek"
|
6370 |
|
6371 |
#: common/src/Tribe/Languages/Locations.php:262
|
6372 |
msgid "Suriname"
|
6378 |
|
6379 |
#: common/src/Tribe/Languages/Locations.php:241
|
6380 |
msgid "Saint Pierre and Miquelon"
|
6381 |
+
msgstr "Saint-Pierre és Miquelon"
|
6382 |
|
6383 |
#: common/src/Tribe/Languages/Locations.php:260
|
6384 |
msgid "Sri Lanka"
|
6446 |
|
6447 |
#: common/src/Tribe/Languages/Locations.php:242
|
6448 |
msgid "Saint Vincent and The Grenadines"
|
6449 |
+
msgstr "Saint Vincent és a Grenadine-szigetek"
|
6450 |
|
6451 |
#: common/src/Tribe/Languages/Locations.php:240
|
6452 |
msgid "Saint Lucia"
|
6454 |
|
6455 |
#: common/src/Tribe/Languages/Locations.php:239
|
6456 |
msgid "Saint Kitts and Nevis"
|
6457 |
+
msgstr "Saint Kitts és Nevis"
|
6458 |
|
6459 |
#: common/src/Tribe/Languages/Locations.php:236
|
6460 |
msgid "Rwanda"
|
6606 |
|
6607 |
#: common/src/Tribe/Languages/Locations.php:199
|
6608 |
msgid "Moldova, Republic of"
|
6609 |
+
msgstr "Moldáviai Köztársaság"
|
6610 |
|
6611 |
#: common/src/Tribe/Languages/Locations.php:198
|
6612 |
msgid "Micronesia, Federated States of"
|
6613 |
+
msgstr "Mikronéziai Szövetségi Államok"
|
6614 |
|
6615 |
#: common/src/Tribe/Languages/Locations.php:197
|
6616 |
msgid "Mexico"
|
6714 |
|
6715 |
#: common/src/Tribe/Languages/Locations.php:172
|
6716 |
msgid "Korea, Republic of"
|
6717 |
+
msgstr "Koreai Köztársaság"
|
6718 |
|
6719 |
#: common/src/Tribe/Languages/Locations.php:171
|
6720 |
msgid "Korea, Democratic People's Republic of"
|
6721 |
+
msgstr "Koreai Demokratikus Népköztársaság"
|
6722 |
|
6723 |
#: common/src/Tribe/Languages/Locations.php:170
|
6724 |
msgid "Kiribati"
|
6762 |
|
6763 |
#: common/src/Tribe/Languages/Locations.php:160
|
6764 |
msgid "Iran, Islamic Republic of"
|
6765 |
+
msgstr "Iráni Iszlám Köztársaság"
|
6766 |
|
6767 |
#: common/src/Tribe/Languages/Locations.php:159
|
6768 |
msgid "Indonesia"
|
6794 |
|
6795 |
#: common/src/Tribe/Languages/Locations.php:152
|
6796 |
msgid "Heard and McDonald Islands"
|
6797 |
+
msgstr "Heard és McDonald-szigetek"
|
6798 |
|
6799 |
#: common/src/Tribe/Languages/Locations.php:151
|
6800 |
msgid "Haiti"
|
6967 |
|
6968 |
#: common/src/Tribe/Languages/Locations.php:107
|
6969 |
msgid "Congo, Democratic Republic of the"
|
6970 |
+
msgstr "Kongói Demokratikus Köztársaság"
|
6971 |
|
6972 |
#: common/src/Tribe/Languages/Locations.php:106
|
6973 |
msgid "Congo"
|
7059 |
|
7060 |
#: common/src/Tribe/Languages/Locations.php:83
|
7061 |
msgid "Bosnia and Herzegowina"
|
7062 |
+
msgstr "Bosznia-Hercegovina"
|
7063 |
|
7064 |
#: common/src/Tribe/Languages/Locations.php:82
|
7065 |
msgid "Bolivia"
|
7131 |
|
7132 |
#: common/src/Tribe/Languages/Locations.php:65
|
7133 |
msgid "Antigua and Barbuda"
|
7134 |
+
msgstr "Antigua és Barbuda"
|
7135 |
|
7136 |
#: common/src/Tribe/Languages/Locations.php:64
|
7137 |
msgid "Antarctica"
|
7377 |
|
7378 |
#: common/src/Tribe/PUE/Checker.php:888
|
7379 |
msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
|
7380 |
+
msgstr "Hmmm... Valami nincs rendben az érvényesítővel. Kérjük, fordulj a %stámogatói csapathoz%s."
|
7381 |
|
7382 |
#: common/src/Tribe/PUE/Checker.php:927
|
7383 |
msgid "Valid Key! Expires on %s"
|
7508 |
|
7509 |
#: src/Tribe/Main.php:2288
|
7510 |
msgid "all"
|
7511 |
+
msgstr "összes"
|
7512 |
|
7513 |
#: src/Tribe/Main.php:2287 src/functions/template-tags/general.php:111
|
7514 |
msgid "events"
|
7613 |
|
7614 |
#: src/Tribe/Main.php:1743
|
7615 |
msgid "Edit %s Category"
|
7616 |
+
msgstr "%s kategória szerkesztése"
|
7617 |
|
7618 |
#: src/Tribe/Main.php:1742
|
7619 |
msgid "Parent %s Category:"
|
7620 |
+
msgstr "%s szülőkategória:"
|
7621 |
|
7622 |
#: src/Tribe/Main.php:1741
|
7623 |
msgid "Parent %s Category"
|
7641 |
|
7642 |
#: src/Tribe/Main.php:1727 src/Tribe/Organizer.php:97 src/Tribe/Venue.php:116
|
7643 |
msgid "No %s found"
|
7644 |
+
msgstr "Nincsenek %s"
|
7645 |
|
7646 |
#: src/Tribe/Main.php:1726 src/Tribe/Organizer.php:96 src/Tribe/Venue.php:115
|
7647 |
msgid "Search %s"
|
7692 |
|
7693 |
#: common/src/Tribe/Settings_Manager.php:55
|
7694 |
msgid "Display"
|
7695 |
+
msgstr "Megjelenítés"
|
7696 |
|
7697 |
#: src/Tribe/Main.php:1277
|
7698 |
msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
|
7875 |
|
7876 |
#: src/Tribe/Importer/Column_Mapper.php:83
|
7877 |
msgid "Event Tags"
|
7878 |
+
msgstr "Esemény címkék"
|
7879 |
|
7880 |
#: src/Tribe/Importer/Column_Mapper.php:82
|
7881 |
msgid "Event Category"
|
8049 |
#: src/Tribe/Aggregator/Record/Queue_Realtime.php:98
|
8050 |
#: src/Tribe/Aggregator/Record/Queue_Realtime.php:201
|
8051 |
msgid "%d%% complete"
|
8052 |
+
msgstr "%d%% befejezve"
|
8053 |
|
8054 |
#: src/Tribe/Admin/Timezone_Updater.php:78
|
8055 |
msgid "Update complete: timezone data has been added to all events in the database."
|
8100 |
#: common/src/Tribe/Admin/Activation_Page.php:77
|
8101 |
#: src/deprecated/Tribe__Events__Activation_Page.php:41
|
8102 |
msgid "Return to Plugins page"
|
8103 |
+
msgstr "Vissza a bővítmények oldalra"
|
8104 |
|
8105 |
#: common/src/Tribe/Admin/Activation_Page.php:77
|
8106 |
#: src/deprecated/Tribe__Events__Activation_Page.php:41
|
lang/the-events-calendar-ja.mo
CHANGED
Binary file
|
lang/the-events-calendar-ja.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date:
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -7460,7 +7460,7 @@ msgstr "全アドオンを表示"
|
|
7460 |
|
7461 |
#: src/Tribe/Main.php:4123
|
7462 |
msgid "Support"
|
7463 |
-
msgstr "
|
7464 |
|
7465 |
#: src/Tribe/Main.php:3774 src/Tribe/Main.php:3785
|
7466 |
msgid "%s Information"
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-16 20:21:51+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
7460 |
|
7461 |
#: src/Tribe/Main.php:4123
|
7462 |
msgid "Support"
|
7463 |
+
msgstr "サポート"
|
7464 |
|
7465 |
#: src/Tribe/Main.php:3774 src/Tribe/Main.php:3785
|
7466 |
msgid "%s Information"
|
lang/the-events-calendar-pt_BR.mo
CHANGED
Binary file
|
lang/the-events-calendar-pt_BR.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -13,48 +13,48 @@ msgstr ""
|
|
13 |
|
14 |
#: src/admin-views/tribe-options-general.php:31
|
15 |
msgid "The number of events per page on the List, Photo, and Map Views. Does not affect other views."
|
16 |
-
msgstr ""
|
17 |
|
18 |
#: src/admin-views/tribe-options-general.php:28
|
19 |
msgid "The number of events per page on the List View. Does not affect other views."
|
20 |
-
msgstr ""
|
21 |
|
22 |
#: src/Tribe/Rewrite.php:264
|
23 |
msgctxt "The \"/page/\" URL string component."
|
24 |
msgid "page"
|
25 |
-
msgstr ""
|
26 |
|
27 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:143
|
28 |
msgid "An organizer with the specified event does not exist."
|
29 |
-
msgstr ""
|
30 |
|
31 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:140
|
32 |
msgid "The organizer with the specified ID is not accessible."
|
33 |
-
msgstr ""
|
34 |
|
35 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:130
|
36 |
msgid "An event with the specified ID does not exist."
|
37 |
-
msgstr ""
|
38 |
|
39 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:127
|
40 |
msgid "The event with the specified ID is not accessible."
|
41 |
-
msgstr ""
|
42 |
|
43 |
#: src/Tribe/Main.php:1774
|
44 |
msgid "%1$s published. %2$sView %3$s"
|
45 |
-
msgstr ""
|
46 |
|
47 |
#: src/Tribe/Google/Maps_API_Key.php:56
|
48 |
msgid "our guide"
|
49 |
-
msgstr ""
|
50 |
|
51 |
#: src/Tribe/Google/Maps_API_Key.php:51
|
52 |
msgid "We highly recommend that you specify a valid %1$s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic. Visit %2$s for a detailed explanation in how to do it."
|
53 |
-
msgstr ""
|
54 |
|
55 |
#: common/src/Tribe/Validate.php:184
|
56 |
msgid "%s must not be empty"
|
57 |
-
msgstr ""
|
58 |
|
59 |
#: src/functions/template-tags/general.php:1312
|
60 |
msgid "Calendar powered by %s"
|
@@ -62,23 +62,23 @@ msgstr ""
|
|
62 |
|
63 |
#: src/admin-views/tribe-options-general.php:78
|
64 |
msgid "The current URL for your events page is %1$s. <br><br> You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, <a href=\"%2$s\">enable pretty permalinks</a>."
|
65 |
-
msgstr ""
|
66 |
|
67 |
#: src/admin-views/tribe-options-display.php:52
|
68 |
msgid "There are going to be situations where no out-of-the-box template is 100% perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
|
69 |
-
msgstr ""
|
70 |
|
71 |
#: src/admin-views/tribe-options-display.php:49
|
72 |
msgid "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme."
|
73 |
-
msgstr ""
|
74 |
|
75 |
#: src/admin-views/aggregator/settings.php:176
|
76 |
msgid "When importing from an event source, this is the maximum number of events that will be imported; on slower websites this may impact the success of imports. Setting this to a smaller number may improve results."
|
77 |
-
msgstr ""
|
78 |
|
79 |
#: src/admin-views/aggregator/settings.php:175
|
80 |
msgid "Import Quantity Limit"
|
81 |
-
msgstr ""
|
82 |
|
83 |
#: src/admin-views/aggregator/settings.php:160
|
84 |
msgid "When importing from an event source, this is how far into the future the events will be fetched; on slower websites a larger date range may impact the success of imports. Selecting a shorter time period may improve results."
|
@@ -86,23 +86,23 @@ msgstr ""
|
|
86 |
|
87 |
#: src/admin-views/aggregator/settings.php:159
|
88 |
msgid "Import Date Range Limit"
|
89 |
-
msgstr ""
|
90 |
|
91 |
#: src/admin-views/aggregator/settings.php:148
|
92 |
msgid "Limit the number of imported events by number, date range, or not at all; on slower websites this may impact the success of imports. Selecting a shorter time period or a smaller number of events may improve results."
|
93 |
-
msgstr ""
|
94 |
|
95 |
#: src/admin-views/aggregator/settings.php:147
|
96 |
msgid "Import Limit Type"
|
97 |
-
msgstr ""
|
98 |
|
99 |
#: src/admin-views/aggregator/origins/refine.php:26
|
100 |
msgid "Use the filters to narrow down which events are fetched from Facebook."
|
101 |
-
msgstr ""
|
102 |
|
103 |
#: src/admin-views/aggregator/origins/limit.php:20
|
104 |
msgid "Event Aggregator will try to fetch %s events starting from the current date or the specified date;"
|
105 |
-
msgstr ""
|
106 |
|
107 |
#: src/Tribe/iCal.php:411
|
108 |
msgctxt "iCal feed description"
|
@@ -111,155 +111,155 @@ msgstr ""
|
|
111 |
|
112 |
#: src/Tribe/REST/V1/Messages.php:45
|
113 |
msgid "The requested event term archive page does not exist"
|
114 |
-
msgstr ""
|
115 |
|
116 |
#: src/Tribe/REST/V1/Messages.php:43
|
117 |
msgid "The requested organizer archive page does not exist"
|
118 |
-
msgstr ""
|
119 |
|
120 |
#: src/Tribe/REST/V1/Messages.php:42
|
121 |
msgid "The requested venue archive page does not exist"
|
122 |
-
msgstr ""
|
123 |
|
124 |
#: src/Tribe/REST/V1/Messages.php:41
|
125 |
msgid "The organizer could not be updated"
|
126 |
-
msgstr ""
|
127 |
|
128 |
#: src/Tribe/REST/V1/Messages.php:40
|
129 |
msgid "The venue could not be updated"
|
130 |
-
msgstr ""
|
131 |
|
132 |
#: src/Tribe/REST/V1/Messages.php:39
|
133 |
msgid "The event could not be updated"
|
134 |
-
msgstr ""
|
135 |
|
136 |
#: src/Tribe/REST/V1/Messages.php:38
|
137 |
msgid "The organizer is already trashed"
|
138 |
-
msgstr ""
|
139 |
|
140 |
#: src/Tribe/REST/V1/Messages.php:37
|
141 |
msgid "The organizer could not be deleted"
|
142 |
-
msgstr ""
|
143 |
|
144 |
#: src/Tribe/REST/V1/Messages.php:36
|
145 |
msgid "The venue is already trashed"
|
146 |
-
msgstr ""
|
147 |
|
148 |
#: src/Tribe/REST/V1/Messages.php:35
|
149 |
msgid "The venue could not be deleted"
|
150 |
-
msgstr ""
|
151 |
|
152 |
#: src/Tribe/REST/V1/Messages.php:34
|
153 |
msgid "The event is already trashed"
|
154 |
-
msgstr ""
|
155 |
|
156 |
#: src/Tribe/REST/V1/Messages.php:33
|
157 |
msgid "The event could not be deleted"
|
158 |
-
msgstr ""
|
159 |
|
160 |
#: src/Tribe/REST/V1/Messages.php:32
|
161 |
msgid "The requested organizer is not accessible"
|
162 |
-
msgstr ""
|
163 |
|
164 |
#: src/Tribe/REST/V1/Messages.php:31
|
165 |
msgid "The requested venue is not accessible"
|
166 |
-
msgstr ""
|
167 |
|
168 |
#: src/Tribe/REST/V1/Messages.php:30
|
169 |
msgid "The provided linked post ID is not valid"
|
170 |
-
msgstr ""
|
171 |
|
172 |
#: src/Tribe/REST/V1/Messages.php:29
|
173 |
msgid "The organizer could not be created from the provided data"
|
174 |
-
msgstr ""
|
175 |
|
176 |
#: src/Tribe/REST/V1/Messages.php:28
|
177 |
msgid "The venue could not be created from the provided data"
|
178 |
-
msgstr ""
|
179 |
|
180 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue_Slug.php:36
|
181 |
msgid "the venue post name"
|
182 |
-
msgstr ""
|
183 |
|
184 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:298
|
185 |
msgid "The venue state and province"
|
186 |
-
msgstr ""
|
187 |
|
188 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:250
|
189 |
msgid "Whether events linked to the venue should show a map link or not"
|
190 |
-
msgstr ""
|
191 |
|
192 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:245
|
193 |
msgid "Whether events linked to the venue should show a map or not"
|
194 |
-
msgstr ""
|
195 |
|
196 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:239
|
197 |
msgid "The venue post status"
|
198 |
-
msgstr ""
|
199 |
|
200 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:233
|
201 |
msgid "The venue description"
|
202 |
-
msgstr ""
|
203 |
|
204 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:221
|
205 |
msgid "The venue publication date (UTC timezone)"
|
206 |
-
msgstr ""
|
207 |
|
208 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:215
|
209 |
msgid "The venue publication date"
|
210 |
-
msgstr ""
|
211 |
|
212 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:209
|
213 |
msgid "The venue author ID"
|
214 |
-
msgstr ""
|
215 |
|
216 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:187
|
217 |
msgid "the venue post ID"
|
218 |
-
msgstr ""
|
219 |
|
220 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:167
|
221 |
msgid "The venue with the specified ID could not be deleted."
|
222 |
-
msgstr ""
|
223 |
|
224 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:164
|
225 |
msgid "The venue with the specified ID has been deleted already."
|
226 |
-
msgstr ""
|
227 |
|
228 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:161
|
229 |
msgid "The current user cannot delete the venue with the specified ID."
|
230 |
-
msgstr ""
|
231 |
|
232 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:158
|
233 |
msgid "The venue post ID is missing or does not exist."
|
234 |
-
msgstr ""
|
235 |
|
236 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:152
|
237 |
msgid "Deletes a venue and returns its data"
|
238 |
-
msgstr ""
|
239 |
|
240 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:144
|
241 |
msgid "The user is not authorized to create venues"
|
242 |
-
msgstr ""
|
243 |
|
244 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:135
|
245 |
msgid "Returns the data of the created venue"
|
246 |
-
msgstr ""
|
247 |
|
248 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:129
|
249 |
msgid "Returns the data of the updated venue"
|
250 |
-
msgstr ""
|
251 |
|
252 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:120
|
253 |
msgid "A venue with the specified post ID does not exist."
|
254 |
-
msgstr ""
|
255 |
|
256 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:114
|
257 |
msgid "The venue post ID is missing."
|
258 |
-
msgstr ""
|
259 |
|
260 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:108
|
261 |
msgid "Returns the data of the venue with the specified post ID"
|
262 |
-
msgstr ""
|
263 |
|
264 |
#: src/Tribe/REST/V1/Endpoints/Single_Tag.php:142
|
265 |
msgid "the event tag term ID"
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-19 19:04:32+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
|
14 |
#: src/admin-views/tribe-options-general.php:31
|
15 |
msgid "The number of events per page on the List, Photo, and Map Views. Does not affect other views."
|
16 |
+
msgstr "O número de eventos por página nas visualizações em Lista, Foto e Mapa. Não afeta outras visualizações."
|
17 |
|
18 |
#: src/admin-views/tribe-options-general.php:28
|
19 |
msgid "The number of events per page on the List View. Does not affect other views."
|
20 |
+
msgstr "O número de eventos por página na visualização em lista. Não afeta outras visualizações."
|
21 |
|
22 |
#: src/Tribe/Rewrite.php:264
|
23 |
msgctxt "The \"/page/\" URL string component."
|
24 |
msgid "page"
|
25 |
+
msgstr "pagina"
|
26 |
|
27 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:143
|
28 |
msgid "An organizer with the specified event does not exist."
|
29 |
+
msgstr "Um organizador com o evento especificado não existe."
|
30 |
|
31 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:140
|
32 |
msgid "The organizer with the specified ID is not accessible."
|
33 |
+
msgstr "O organizador com o ID especificado não está acessível."
|
34 |
|
35 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:130
|
36 |
msgid "An event with the specified ID does not exist."
|
37 |
+
msgstr "Não existe um evento com o ID especificado."
|
38 |
|
39 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:127
|
40 |
msgid "The event with the specified ID is not accessible."
|
41 |
+
msgstr "O evento com o ID especificado não está acessível."
|
42 |
|
43 |
#: src/Tribe/Main.php:1774
|
44 |
msgid "%1$s published. %2$sView %3$s"
|
45 |
+
msgstr "%1$s publicado(s). %2$sVer %3$s"
|
46 |
|
47 |
#: src/Tribe/Google/Maps_API_Key.php:56
|
48 |
msgid "our guide"
|
49 |
+
msgstr "nosso guia"
|
50 |
|
51 |
#: src/Tribe/Google/Maps_API_Key.php:51
|
52 |
msgid "We highly recommend that you specify a valid %1$s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic. Visit %2$s for a detailed explanation in how to do it."
|
53 |
+
msgstr "Recomendamos que você especifique uma %1$s válida para o The Events Calendar utilizar. Fazer isso ajudará a evitar problemas com mapas, especialmente em sites que recebem muito tráfego. Visite o %2$s para uma explicação detalhada de como fazê-lo."
|
54 |
|
55 |
#: common/src/Tribe/Validate.php:184
|
56 |
msgid "%s must not be empty"
|
57 |
+
msgstr "%s não deve estar vazio"
|
58 |
|
59 |
#: src/functions/template-tags/general.php:1312
|
60 |
msgid "Calendar powered by %s"
|
62 |
|
63 |
#: src/admin-views/tribe-options-general.php:78
|
64 |
msgid "The current URL for your events page is %1$s. <br><br> You cannot edit the slug for your events page as you do not have pretty permalinks enabled. In order to edit the slug here, <a href=\"%2$s\">enable pretty permalinks</a>."
|
65 |
+
msgstr "A URL atual da página de eventos é %1$s. <br><br> Você não pode editar o slug da sua página de eventos porque você não tem os permalinks legíveis (pretty permalinks) habilitados. Para poder editar o slug aqui, <a href=\"%2$s\"> habilite os permalinks legíveis</a>."
|
66 |
|
67 |
#: src/admin-views/tribe-options-display.php:52
|
68 |
msgid "There are going to be situations where no out-of-the-box template is 100% perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
|
69 |
+
msgstr "Haverá situações em que nenhum template será 100% perfeito. Confira o nosso <a href=\"%s\">Themer's Guide</a> para obter instruções sobre customização."
|
70 |
|
71 |
#: src/admin-views/tribe-options-display.php:49
|
72 |
msgid "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme."
|
73 |
+
msgstr "As configurações abaixo controlam a exibição do seu calendário. Se as visualizações não parecem corretas, tente alternar entre as três opções de estilos ou escolha um template do seu tema."
|
74 |
|
75 |
#: src/admin-views/aggregator/settings.php:176
|
76 |
msgid "When importing from an event source, this is the maximum number of events that will be imported; on slower websites this may impact the success of imports. Setting this to a smaller number may improve results."
|
77 |
+
msgstr "Ao importar de uma fonte de eventos, este é o número máximo de eventos que serão importados; Em sites mais lentos, isso pode afetar o sucesso das importações. Estabelecer um número menor pode melhorar os resultados."
|
78 |
|
79 |
#: src/admin-views/aggregator/settings.php:175
|
80 |
msgid "Import Quantity Limit"
|
81 |
+
msgstr "Limite de Quantidade de Importação"
|
82 |
|
83 |
#: src/admin-views/aggregator/settings.php:160
|
84 |
msgid "When importing from an event source, this is how far into the future the events will be fetched; on slower websites a larger date range may impact the success of imports. Selecting a shorter time period may improve results."
|
86 |
|
87 |
#: src/admin-views/aggregator/settings.php:159
|
88 |
msgid "Import Date Range Limit"
|
89 |
+
msgstr "Limite de data de importação"
|
90 |
|
91 |
#: src/admin-views/aggregator/settings.php:148
|
92 |
msgid "Limit the number of imported events by number, date range, or not at all; on slower websites this may impact the success of imports. Selecting a shorter time period or a smaller number of events may improve results."
|
93 |
+
msgstr "Permite limitar o número de eventos importados por número, intervalo de datas, ou sem limite; em sites mais lentos isso pode impactar o sucesso das importações. Selecionar um período de tempo mais curto ou um menor número de eventos pode melhorar os resultados."
|
94 |
|
95 |
#: src/admin-views/aggregator/settings.php:147
|
96 |
msgid "Import Limit Type"
|
97 |
+
msgstr "Tipo de limite de importação"
|
98 |
|
99 |
#: src/admin-views/aggregator/origins/refine.php:26
|
100 |
msgid "Use the filters to narrow down which events are fetched from Facebook."
|
101 |
+
msgstr "Use os filtros para determinar quais eventos são obtidos do Facebook."
|
102 |
|
103 |
#: src/admin-views/aggregator/origins/limit.php:20
|
104 |
msgid "Event Aggregator will try to fetch %s events starting from the current date or the specified date;"
|
105 |
+
msgstr "Event Aggregator tentará obter %s eventos a partir da data atual ou da data especificada;"
|
106 |
|
107 |
#: src/Tribe/iCal.php:411
|
108 |
msgctxt "iCal feed description"
|
111 |
|
112 |
#: src/Tribe/REST/V1/Messages.php:45
|
113 |
msgid "The requested event term archive page does not exist"
|
114 |
+
msgstr "A página de arquivo do termo de evento solicitado não existe"
|
115 |
|
116 |
#: src/Tribe/REST/V1/Messages.php:43
|
117 |
msgid "The requested organizer archive page does not exist"
|
118 |
+
msgstr "A página de arquivo do organizador solicitada não existe"
|
119 |
|
120 |
#: src/Tribe/REST/V1/Messages.php:42
|
121 |
msgid "The requested venue archive page does not exist"
|
122 |
+
msgstr "A página de arquivo do local solicitado não existe"
|
123 |
|
124 |
#: src/Tribe/REST/V1/Messages.php:41
|
125 |
msgid "The organizer could not be updated"
|
126 |
+
msgstr "O organizador não pôde ser atualizado"
|
127 |
|
128 |
#: src/Tribe/REST/V1/Messages.php:40
|
129 |
msgid "The venue could not be updated"
|
130 |
+
msgstr "O local não pôde ser atualizado"
|
131 |
|
132 |
#: src/Tribe/REST/V1/Messages.php:39
|
133 |
msgid "The event could not be updated"
|
134 |
+
msgstr "O evento não pôde ser atualizado"
|
135 |
|
136 |
#: src/Tribe/REST/V1/Messages.php:38
|
137 |
msgid "The organizer is already trashed"
|
138 |
+
msgstr "O organizador já está na lixeira"
|
139 |
|
140 |
#: src/Tribe/REST/V1/Messages.php:37
|
141 |
msgid "The organizer could not be deleted"
|
142 |
+
msgstr "O organizador não pôde ser excluído"
|
143 |
|
144 |
#: src/Tribe/REST/V1/Messages.php:36
|
145 |
msgid "The venue is already trashed"
|
146 |
+
msgstr "O local já está na lixeira"
|
147 |
|
148 |
#: src/Tribe/REST/V1/Messages.php:35
|
149 |
msgid "The venue could not be deleted"
|
150 |
+
msgstr "O local não pôde ser excluído"
|
151 |
|
152 |
#: src/Tribe/REST/V1/Messages.php:34
|
153 |
msgid "The event is already trashed"
|
154 |
+
msgstr "O evento já está na lixeira"
|
155 |
|
156 |
#: src/Tribe/REST/V1/Messages.php:33
|
157 |
msgid "The event could not be deleted"
|
158 |
+
msgstr "O evento não pôde ser excluído"
|
159 |
|
160 |
#: src/Tribe/REST/V1/Messages.php:32
|
161 |
msgid "The requested organizer is not accessible"
|
162 |
+
msgstr "O organizador solicitado não está acessível"
|
163 |
|
164 |
#: src/Tribe/REST/V1/Messages.php:31
|
165 |
msgid "The requested venue is not accessible"
|
166 |
+
msgstr "O local solicitado não está acessível"
|
167 |
|
168 |
#: src/Tribe/REST/V1/Messages.php:30
|
169 |
msgid "The provided linked post ID is not valid"
|
170 |
+
msgstr "O post ID vinculado fornecido não é válido"
|
171 |
|
172 |
#: src/Tribe/REST/V1/Messages.php:29
|
173 |
msgid "The organizer could not be created from the provided data"
|
174 |
+
msgstr "O organizador não pôde ser criado a partir dos dados fornecidos"
|
175 |
|
176 |
#: src/Tribe/REST/V1/Messages.php:28
|
177 |
msgid "The venue could not be created from the provided data"
|
178 |
+
msgstr "O local não pôde ser criado a partir dos dados fornecidos"
|
179 |
|
180 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue_Slug.php:36
|
181 |
msgid "the venue post name"
|
182 |
+
msgstr "o nome do post do local"
|
183 |
|
184 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:298
|
185 |
msgid "The venue state and province"
|
186 |
+
msgstr "Estado e província do local"
|
187 |
|
188 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:250
|
189 |
msgid "Whether events linked to the venue should show a map link or not"
|
190 |
+
msgstr "Se os eventos vinculados ao local devem mostrar um link do mapa ou não"
|
191 |
|
192 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:245
|
193 |
msgid "Whether events linked to the venue should show a map or not"
|
194 |
+
msgstr "Se os eventos vinculados ao local devem mostrar um mapa ou não"
|
195 |
|
196 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:239
|
197 |
msgid "The venue post status"
|
198 |
+
msgstr "O status do post do local"
|
199 |
|
200 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:233
|
201 |
msgid "The venue description"
|
202 |
+
msgstr "A descrição do local"
|
203 |
|
204 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:221
|
205 |
msgid "The venue publication date (UTC timezone)"
|
206 |
+
msgstr "A data de publicação do local (fuso horário UTC)"
|
207 |
|
208 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:215
|
209 |
msgid "The venue publication date"
|
210 |
+
msgstr "A data de publicação do local"
|
211 |
|
212 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:209
|
213 |
msgid "The venue author ID"
|
214 |
+
msgstr "A ID do autor do local"
|
215 |
|
216 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:187
|
217 |
msgid "the venue post ID"
|
218 |
+
msgstr "a ID do post do local"
|
219 |
|
220 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:167
|
221 |
msgid "The venue with the specified ID could not be deleted."
|
222 |
+
msgstr "O local com o ID especificado não pôde ser excluído."
|
223 |
|
224 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:164
|
225 |
msgid "The venue with the specified ID has been deleted already."
|
226 |
+
msgstr "O local com a identificação especificada já foi excluído."
|
227 |
|
228 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:161
|
229 |
msgid "The current user cannot delete the venue with the specified ID."
|
230 |
+
msgstr "O usuário atual não pode excluir o local com o ID especificado."
|
231 |
|
232 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:158
|
233 |
msgid "The venue post ID is missing or does not exist."
|
234 |
+
msgstr "A ID do post do local está faltando ou não existe."
|
235 |
|
236 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:152
|
237 |
msgid "Deletes a venue and returns its data"
|
238 |
+
msgstr "Exclui um local e retorna seus dados"
|
239 |
|
240 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:144
|
241 |
msgid "The user is not authorized to create venues"
|
242 |
+
msgstr "O usuário não está autorizado a criar locais"
|
243 |
|
244 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:135
|
245 |
msgid "Returns the data of the created venue"
|
246 |
+
msgstr "Retorna os dados do local criado"
|
247 |
|
248 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:129
|
249 |
msgid "Returns the data of the updated venue"
|
250 |
+
msgstr "Retorna os dados do local atualizado"
|
251 |
|
252 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:120
|
253 |
msgid "A venue with the specified post ID does not exist."
|
254 |
+
msgstr "Não existe um local com o post ID especificado."
|
255 |
|
256 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:114
|
257 |
msgid "The venue post ID is missing."
|
258 |
+
msgstr "O post ID do local está faltando."
|
259 |
|
260 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:108
|
261 |
msgid "Returns the data of the venue with the specified post ID"
|
262 |
+
msgstr "Retorna os dados do local com o post ID especificado"
|
263 |
|
264 |
#: src/Tribe/REST/V1/Endpoints/Single_Tag.php:142
|
265 |
msgid "the event tag term ID"
|
lang/the-events-calendar-ro_RO.mo
CHANGED
Binary file
|
lang/the-events-calendar-ro_RO.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date: 2018-
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -4423,15 +4423,15 @@ msgstr ""
|
|
4423 |
|
4424 |
#: src/Tribe/Organizer.php:184
|
4425 |
msgid "organizer"
|
4426 |
-
msgstr ""
|
4427 |
|
4428 |
#: src/Tribe/Venue.php:194
|
4429 |
msgid "venues"
|
4430 |
-
msgstr ""
|
4431 |
|
4432 |
#: src/Tribe/Venue.php:185
|
4433 |
msgid "venue"
|
4434 |
-
msgstr ""
|
4435 |
|
4436 |
#: src/io/csv/admin-views/result.php:33
|
4437 |
msgid "Rows numbers with encoding changes: %s"
|
@@ -4461,7 +4461,7 @@ msgstr ""
|
|
4461 |
|
4462 |
#: src/Tribe/Importer/Column_Mapper.php:124
|
4463 |
msgid "Organizer Description"
|
4464 |
-
msgstr ""
|
4465 |
|
4466 |
#: src/Tribe/Importer/Column_Mapper.php:101
|
4467 |
msgid "Venue Description"
|
@@ -4489,7 +4489,7 @@ msgstr ""
|
|
4489 |
|
4490 |
#: src/Tribe/Importer/Column_Mapper.php:71
|
4491 |
msgid "Event Timezone"
|
4492 |
-
msgstr ""
|
4493 |
|
4494 |
#: src/Tribe/Importer/Column_Mapper.php:66
|
4495 |
msgid "Event Excerpt"
|
@@ -4660,7 +4660,7 @@ msgstr "Ziua precedentă"
|
|
4660 |
|
4661 |
#: src/admin-views/venue-meta-box.php:273
|
4662 |
msgid "%s Name already exists"
|
4663 |
-
msgstr ""
|
4664 |
|
4665 |
#: src/admin-views/venue-meta-box.php:268
|
4666 |
msgid "%s Name can not be empty"
|
@@ -4680,7 +4680,7 @@ msgstr ""
|
|
4680 |
|
4681 |
#: src/Tribe/Template/Month.php:448
|
4682 |
msgid "There were no results found for %s this month. Try searching next month."
|
4683 |
-
msgstr ""
|
4684 |
|
4685 |
#: src/Tribe/Template/Day.php:147
|
4686 |
msgid "No %1$s scheduled for %2$s. Please try another day."
|
@@ -5023,7 +5023,7 @@ msgstr ""
|
|
5023 |
|
5024 |
#: src/Tribe/Organizer.php:198
|
5025 |
msgid "organizers"
|
5026 |
-
msgstr ""
|
5027 |
|
5028 |
#: src/admin-views/aggregator/origins/gcal.php:117
|
5029 |
#: src/admin-views/aggregator/origins/ical.php:111
|
@@ -5314,7 +5314,7 @@ msgstr "Detalii"
|
|
5314 |
|
5315 |
#: src/admin-views/widget-admin-list.php:31
|
5316 |
msgid "Show widget only if there are upcoming events"
|
5317 |
-
msgstr "
|
5318 |
|
5319 |
#: src/admin-views/widget-admin-list.php:18
|
5320 |
msgid "Show:"
|
@@ -5369,7 +5369,7 @@ msgstr ""
|
|
5369 |
|
5370 |
#: src/admin-views/tribe-options-timezones.php:48
|
5371 |
msgid "Show timezone"
|
5372 |
-
msgstr ""
|
5373 |
|
5374 |
#: src/admin-views/tribe-options-timezones.php:43
|
5375 |
msgid "Use the sitewide timezone everywhere"
|
@@ -5377,7 +5377,7 @@ msgstr ""
|
|
5377 |
|
5378 |
#: src/admin-views/tribe-options-timezones.php:42
|
5379 |
msgid "Use the local timezones for each event"
|
5380 |
-
msgstr ""
|
5381 |
|
5382 |
#: src/admin-views/tribe-options-timezones.php:38
|
5383 |
msgid "Timezone mode"
|
@@ -5385,7 +5385,7 @@ msgstr ""
|
|
5385 |
|
5386 |
#: src/admin-views/tribe-options-timezones.php:30
|
5387 |
msgid "Timezone Settings"
|
5388 |
-
msgstr ""
|
5389 |
|
5390 |
#: src/admin-views/tribe-options-timezones.php:10
|
5391 |
msgid "Click this button to update your database and take advantage of additional timezone capabilities. Please <a href=\"%s\" target=\"_blank\">configure WordPress</a> to use the correct timezone before clicking this button!"
|
@@ -6036,7 +6036,7 @@ msgstr ""
|
|
6036 |
|
6037 |
#: src/Tribe/iCal.php:85
|
6038 |
msgid "Download .ics file"
|
6039 |
-
msgstr ""
|
6040 |
|
6041 |
#: src/Tribe/Aggregator/API/Origins.php:42
|
6042 |
#: src/Tribe/Aggregator/Record/gCal.php:14 src/Tribe/iCal.php:84
|
@@ -7411,7 +7411,7 @@ msgstr ""
|
|
7411 |
|
7412 |
#: common/src/Tribe/PUE/Checker.php:927
|
7413 |
msgid "Valid Key! Expires on %s"
|
7414 |
-
msgstr ""
|
7415 |
|
7416 |
#: common/src/Tribe/PUE/Checker.php:907
|
7417 |
msgid "Sorry, key validation server is not available."
|
2 |
# This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-03-10 07:21:21+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
4423 |
|
4424 |
#: src/Tribe/Organizer.php:184
|
4425 |
msgid "organizer"
|
4426 |
+
msgstr "organizator"
|
4427 |
|
4428 |
#: src/Tribe/Venue.php:194
|
4429 |
msgid "venues"
|
4430 |
+
msgstr "locații"
|
4431 |
|
4432 |
#: src/Tribe/Venue.php:185
|
4433 |
msgid "venue"
|
4434 |
+
msgstr "locație"
|
4435 |
|
4436 |
#: src/io/csv/admin-views/result.php:33
|
4437 |
msgid "Rows numbers with encoding changes: %s"
|
4461 |
|
4462 |
#: src/Tribe/Importer/Column_Mapper.php:124
|
4463 |
msgid "Organizer Description"
|
4464 |
+
msgstr "Descriere organizator"
|
4465 |
|
4466 |
#: src/Tribe/Importer/Column_Mapper.php:101
|
4467 |
msgid "Venue Description"
|
4489 |
|
4490 |
#: src/Tribe/Importer/Column_Mapper.php:71
|
4491 |
msgid "Event Timezone"
|
4492 |
+
msgstr "Fus orar eveniment"
|
4493 |
|
4494 |
#: src/Tribe/Importer/Column_Mapper.php:66
|
4495 |
msgid "Event Excerpt"
|
4660 |
|
4661 |
#: src/admin-views/venue-meta-box.php:273
|
4662 |
msgid "%s Name already exists"
|
4663 |
+
msgstr "Numele %s există deja"
|
4664 |
|
4665 |
#: src/admin-views/venue-meta-box.php:268
|
4666 |
msgid "%s Name can not be empty"
|
4680 |
|
4681 |
#: src/Tribe/Template/Month.php:448
|
4682 |
msgid "There were no results found for %s this month. Try searching next month."
|
4683 |
+
msgstr "Niciun rezultat găsit pentru %s în această lună. Încearcă o căutare în luna viitoare.."
|
4684 |
|
4685 |
#: src/Tribe/Template/Day.php:147
|
4686 |
msgid "No %1$s scheduled for %2$s. Please try another day."
|
5023 |
|
5024 |
#: src/Tribe/Organizer.php:198
|
5025 |
msgid "organizers"
|
5026 |
+
msgstr "organizatori"
|
5027 |
|
5028 |
#: src/admin-views/aggregator/origins/gcal.php:117
|
5029 |
#: src/admin-views/aggregator/origins/ical.php:111
|
5314 |
|
5315 |
#: src/admin-views/widget-admin-list.php:31
|
5316 |
msgid "Show widget only if there are upcoming events"
|
5317 |
+
msgstr "Afișează piesa numai dacă există evenimente viitoare"
|
5318 |
|
5319 |
#: src/admin-views/widget-admin-list.php:18
|
5320 |
msgid "Show:"
|
5369 |
|
5370 |
#: src/admin-views/tribe-options-timezones.php:48
|
5371 |
msgid "Show timezone"
|
5372 |
+
msgstr "Arată fus orar"
|
5373 |
|
5374 |
#: src/admin-views/tribe-options-timezones.php:43
|
5375 |
msgid "Use the sitewide timezone everywhere"
|
5377 |
|
5378 |
#: src/admin-views/tribe-options-timezones.php:42
|
5379 |
msgid "Use the local timezones for each event"
|
5380 |
+
msgstr "Utilizează ora locală pentru fiecare eveniment"
|
5381 |
|
5382 |
#: src/admin-views/tribe-options-timezones.php:38
|
5383 |
msgid "Timezone mode"
|
5385 |
|
5386 |
#: src/admin-views/tribe-options-timezones.php:30
|
5387 |
msgid "Timezone Settings"
|
5388 |
+
msgstr "Setări fus orar"
|
5389 |
|
5390 |
#: src/admin-views/tribe-options-timezones.php:10
|
5391 |
msgid "Click this button to update your database and take advantage of additional timezone capabilities. Please <a href=\"%s\" target=\"_blank\">configure WordPress</a> to use the correct timezone before clicking this button!"
|
6036 |
|
6037 |
#: src/Tribe/iCal.php:85
|
6038 |
msgid "Download .ics file"
|
6039 |
+
msgstr "Descarcă fișierul .ics"
|
6040 |
|
6041 |
#: src/Tribe/Aggregator/API/Origins.php:42
|
6042 |
#: src/Tribe/Aggregator/Record/gCal.php:14 src/Tribe/iCal.php:84
|
7411 |
|
7412 |
#: common/src/Tribe/PUE/Checker.php:927
|
7413 |
msgid "Valid Key! Expires on %s"
|
7414 |
+
msgstr "Cheie validă! Expiră la %s"
|
7415 |
|
7416 |
#: common/src/Tribe/PUE/Checker.php:907
|
7417 |
msgid "Sorry, key validation server is not available."
|
lang/the-events-calendar.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the The Events Calendar package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: The Events Calendar 4.6.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-events-"
|
7 |
"calendar\n"
|
8 |
-
"POT-Creation-Date: 2018-03-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date: 2018-03-
|
13 |
"Last-Translator: \n"
|
14 |
"Language-Team: \n"
|
15 |
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
msgid "%s"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:
|
21 |
msgid "View Calendar"
|
22 |
msgstr ""
|
23 |
|
@@ -26,8 +26,8 @@ msgid "Add %s"
|
|
26 |
msgstr ""
|
27 |
|
28 |
#: src/Tribe/Admin/Bar/Default_Configurator.php:62
|
29 |
-
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:
|
30 |
-
#: src/Tribe/Main.php:
|
31 |
#: src/Tribe/Venue.php:112
|
32 |
msgid "Edit %s"
|
33 |
msgstr ""
|
@@ -38,7 +38,7 @@ msgstr ""
|
|
38 |
msgid "Import"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:
|
42 |
msgid "Settings"
|
43 |
msgstr ""
|
44 |
|
@@ -52,12 +52,12 @@ msgid "Main %s Page"
|
|
52 |
msgstr ""
|
53 |
|
54 |
#: src/Tribe/Admin/Timezone_Updater.php:77
|
55 |
-
msgid "Please wait while
|
56 |
msgstr ""
|
57 |
|
58 |
#: src/Tribe/Admin/Timezone_Updater.php:78
|
59 |
msgid ""
|
60 |
-
"Update complete:
|
61 |
msgstr ""
|
62 |
|
63 |
#: src/Tribe/Admin/Timezone_Updater.php:87
|
@@ -69,11 +69,11 @@ msgstr ""
|
|
69 |
|
70 |
#: src/Tribe/Admin/Timezone_Updater.php:105
|
71 |
msgid ""
|
72 |
-
"A problem stopped the
|
73 |
"refresh and try again."
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:
|
77 |
msgid "%s Categories"
|
78 |
msgstr ""
|
79 |
|
@@ -360,8 +360,8 @@ msgid ""
|
|
360 |
"Aggregator. You can view your migrated imports on the Scheduled Imports tab."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: src/Tribe/Aggregator/Page.php:79 src/Tribe/Template/Day.php:
|
364 |
-
#: src/Tribe/Template/Day.php:
|
365 |
msgid "All Day"
|
366 |
msgstr ""
|
367 |
|
@@ -1719,7 +1719,7 @@ msgstr ""
|
|
1719 |
msgid "Event Date:"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: src/Tribe/Event_Tickets/Attendees_Report.php:
|
1723 |
msgid "Edit Venue"
|
1724 |
msgstr ""
|
1725 |
|
@@ -1752,6 +1752,16 @@ msgstr ""
|
|
1752 |
msgid "Click here"
|
1753 |
msgstr ""
|
1754 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1755 |
#: src/Tribe/Ignored_Events.php:43 src/Tribe/Ignored_Events.php:59
|
1756 |
#: src/Tribe/Ignored_Events.php:435
|
1757 |
msgid "Delete Permanently"
|
@@ -1951,11 +1961,11 @@ msgid "Venues"
|
|
1951 |
msgstr ""
|
1952 |
|
1953 |
#: src/Tribe/Importer/Admin_Page.php:205 src/Tribe/Organizer.php:171
|
1954 |
-
#: src/functions/template-tags/organizer.php:
|
1955 |
msgid "Organizers"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: src/Tribe/Importer/Admin_Page.php:206 src/Tribe/Main.php:
|
1959 |
#: src/functions/template-tags/general.php:95
|
1960 |
msgid "Events"
|
1961 |
msgstr ""
|
@@ -2008,7 +2018,7 @@ msgid "Event End Time"
|
|
2008 |
msgstr ""
|
2009 |
|
2010 |
#: src/Tribe/Importer/Column_Mapper.php:71
|
2011 |
-
msgid "Event
|
2012 |
msgstr ""
|
2013 |
|
2014 |
#: src/Tribe/Importer/Column_Mapper.php:72
|
@@ -2206,104 +2216,104 @@ msgid ""
|
|
2206 |
"the file manually."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:
|
2210 |
msgid "Create New %s"
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:
|
2214 |
msgid "%s:"
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:
|
2218 |
msgid "Add another %s"
|
2219 |
msgstr ""
|
2220 |
|
2221 |
-
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:
|
2222 |
msgid "Delete this"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
-
#: src/Tribe/Linked_Posts.php:
|
2226 |
msgid "My %s"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
-
#: src/Tribe/Linked_Posts.php:
|
2230 |
msgid "Available %s"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: src/Tribe/Linked_Posts.php:
|
2234 |
msgid "Create: <b><%= term %></b>"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
-
#: src/Tribe/Linked_Posts.php:
|
2238 |
msgid "No saved %s exists."
|
2239 |
msgstr ""
|
2240 |
|
2241 |
-
#: src/Tribe/Linked_Posts.php:
|
2242 |
msgctxt ""
|
2243 |
"Indefinite article for the phrase \"Find a {post type name}. Will be "
|
2244 |
"replaced with \"an\" if the {post type name} starts with a vowel."
|
2245 |
msgid "a"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
-
#: src/Tribe/Linked_Posts.php:
|
2249 |
msgctxt ""
|
2250 |
"Indefinite article for the phrase \"Find a {post type name}\" when the {post "
|
2251 |
"type name} starts with a vowel, e.g. \"Find an Organizer\"."
|
2252 |
msgid "an"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: src/Tribe/Linked_Posts.php:
|
2256 |
msgctxt ""
|
2257 |
"\"Find an Organizer\", but when the word \"Organizer\" is customized to "
|
2258 |
"something else."
|
2259 |
msgid "Find %1$s %2$s"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: src/Tribe/Linked_Posts.php:
|
2263 |
msgctxt ""
|
2264 |
"\"Create or Find Organizer\", but when the word \"Organizer\" is customized "
|
2265 |
"to something else."
|
2266 |
msgid "Create or Find %s"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
-
#: src/Tribe/Linked_Posts.php:
|
2270 |
msgid "Create or Find an Organizer"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: src/Tribe/Linked_Posts.php:
|
2274 |
msgid "Find an Organizer"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
-
#: src/Tribe/Linked_Posts.php:
|
2278 |
msgctxt ""
|
2279 |
"\"Find a Venue\", but when the word \"Venue\" is customized to something "
|
2280 |
"else."
|
2281 |
msgid "Find %1$s %2$s"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: src/Tribe/Linked_Posts.php:
|
2285 |
msgctxt ""
|
2286 |
"\"Create or Find Venue\", but when the word \"Venue\" is customized to "
|
2287 |
"something else."
|
2288 |
msgid "Create or Find %s"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
-
#: src/Tribe/Linked_Posts.php:
|
2292 |
msgid "Create or Find a Venue"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#: src/Tribe/Linked_Posts.php:
|
2296 |
msgid "Find a Venue"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: src/Tribe/Linked_Posts.php:
|
2300 |
msgctxt ""
|
2301 |
"The \"Find a {post type name}\" label for custom linked post types that are "
|
2302 |
"*not* Venues or Organizers"
|
2303 |
msgid "Find %1$s %2$s"
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: src/Tribe/Linked_Posts.php:
|
2307 |
msgctxt ""
|
2308 |
"The \"Create or Find {post type name}\" label for custom linked post types "
|
2309 |
"that are *not* Venues or Organizers"
|
@@ -2322,195 +2332,195 @@ msgstr ""
|
|
2322 |
msgid "Upcoming Events"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
-
#. #-#-#-#-# the-events-calendar.pot (The Events Calendar 4.6.
|
2326 |
#. Plugin Name of the plugin/theme
|
2327 |
-
#: src/Tribe/Main.php:
|
2328 |
-
#: src/functions/template-tags/general.php:
|
2329 |
msgid "The Events Calendar"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: src/Tribe/Main.php:
|
2333 |
msgid "month"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
#: src/Tribe/Main.php:
|
2337 |
msgid "list"
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#: src/Tribe/Main.php:
|
2341 |
msgid "upcoming"
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
#: src/Tribe/Main.php:
|
2345 |
msgid "past"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: src/Tribe/Main.php:
|
2349 |
msgid "day"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: src/Tribe/Main.php:
|
2353 |
msgid "today"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: src/Tribe/Main.php:
|
2357 |
msgctxt "featured events slug"
|
2358 |
msgid "featured"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: src/Tribe/Main.php:
|
2362 |
msgctxt "all events slug"
|
2363 |
msgid "all"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: src/Tribe/Main.php:
|
2367 |
msgid "Initializing Tribe Events on %s"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: src/Tribe/Main.php:
|
2371 |
#: src/deprecated/Tribe__Events__Activation_Page.php:195
|
2372 |
msgid "Welcome to The Events Calendar"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
-
#: src/Tribe/Main.php:
|
2376 |
msgid ""
|
2377 |
"The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will "
|
2378 |
"show its calendar in place of the page."
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: src/Tribe/Main.php:
|
2382 |
msgid "Ask the site administrator to edit the %s slug"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#: src/Tribe/Main.php:
|
2386 |
msgid "Edit the %s slug"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
-
#: src/Tribe/Main.php:
|
2390 |
msgid " ask the site administrator set a different Events URL slug."
|
2391 |
msgstr ""
|
2392 |
|
2393 |
-
#: src/Tribe/Main.php:
|
2394 |
msgid "edit Events settings."
|
2395 |
msgstr ""
|
2396 |
|
2397 |
-
#: src/Tribe/Main.php:
|
2398 |
msgid "%1$s or %2$s"
|
2399 |
msgstr ""
|
2400 |
|
2401 |
-
#: src/Tribe/Main.php:
|
2402 |
msgid "New User Primer"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
-
#: src/Tribe/Main.php:
|
2406 |
msgid ""
|
2407 |
"We are committed to helping make your calendar spectacular and have a wealth "
|
2408 |
"of resources available, including a handy %s to get your calendar up and "
|
2409 |
"running."
|
2410 |
msgstr ""
|
2411 |
|
2412 |
-
#: src/Tribe/Main.php:
|
2413 |
msgid "Support for The Events Calendar"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
-
#: src/Tribe/Main.php:
|
2417 |
msgid ""
|
2418 |
"%s: A thorough walkthrough of The Events Calendar and the settings that are "
|
2419 |
"available to you."
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: src/Tribe/Main.php:
|
2423 |
msgid "Settings overview"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
-
#: src/Tribe/Main.php:
|
2427 |
msgid ""
|
2428 |
"%s: A complete look at the features you can expect to see right out of the "
|
2429 |
"box as well as how to use them."
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: src/Tribe/Main.php:
|
2433 |
msgid "Features overview"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: src/Tribe/Main.php:
|
2437 |
msgid ""
|
2438 |
"%s: Our most comprehensive outline for customizing the calendar to suit your "
|
2439 |
"needs, including custom layouts and styles."
|
2440 |
msgstr ""
|
2441 |
|
2442 |
-
#: src/Tribe/Main.php:
|
2443 |
msgid "Themer’s Guide"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: src/Tribe/Main.php:
|
2447 |
msgid ""
|
2448 |
"%s: An overview of the default templates and styles that are included in the "
|
2449 |
"plugin, as well as how to change them."
|
2450 |
msgstr ""
|
2451 |
|
2452 |
-
#: src/Tribe/Main.php:
|
2453 |
msgid "Using stylesheets and page templates"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: src/Tribe/Main.php:
|
2457 |
msgid ""
|
2458 |
"%s: Do you see an issue with your calendar? Go here first to find where it’s "
|
2459 |
"coming from and how to fix it."
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: src/Tribe/Main.php:
|
2463 |
msgid "Troubleshooting common problems"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: src/Tribe/Main.php:
|
2467 |
msgid ""
|
2468 |
"%s: Code and guides for customizing your calendar in useful and interesting "
|
2469 |
"ways."
|
2470 |
msgstr ""
|
2471 |
|
2472 |
-
#: src/Tribe/Main.php:
|
2473 |
msgid "Customizing the Events plugins"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: src/Tribe/Main.php:
|
2477 |
msgid "Events Tickets"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
-
#: src/Tribe/Main.php:
|
2481 |
msgid ""
|
2482 |
"If you have tried the above steps and are still having trouble, you can post "
|
2483 |
"a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff "
|
2484 |
"monitors these forums once a week and would be happy to assist you there. "
|
2485 |
msgstr ""
|
2486 |
|
2487 |
-
#: src/Tribe/Main.php:
|
2488 |
msgid "premium support on our website"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
-
#: src/Tribe/Main.php:
|
2492 |
msgid ""
|
2493 |
"<strong>Looking for more immediate support?</strong> We offer %s with the "
|
2494 |
"purchase of any of our premium plugins. Pick up a license and you can post "
|
2495 |
"there directly and expect a response within 24-48 hours during weekdays"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#: src/Tribe/Main.php:
|
2499 |
msgid "open-source forum on WordPress.org"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: src/Tribe/Main.php:
|
2503 |
msgid ""
|
2504 |
"If you have tried the above steps and are still having trouble, you can post "
|
2505 |
"a new thread to our %s. Our support staff monitors these forums once a week "
|
2506 |
"and would be happy to assist you there."
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: src/Tribe/Main.php:
|
2510 |
msgid "Events Calendar PRO"
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#: src/Tribe/Main.php:
|
2514 |
msgid ""
|
2515 |
"<strong>Looking for more immediate support?</strong> We offer %1$s with the "
|
2516 |
"purchase of any of our premium plugins (like %2$s). Pick up a license and "
|
@@ -2518,308 +2528,308 @@ msgid ""
|
|
2518 |
"weekdays."
|
2519 |
msgstr ""
|
2520 |
|
2521 |
-
#: src/Tribe/Main.php:
|
2522 |
msgid "post a thread"
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: src/Tribe/Main.php:
|
2526 |
msgid ""
|
2527 |
"If you have a valid license for one of our paid plugins, you can %s in our "
|
2528 |
"premium support forums. Our support team monitors the forums and will "
|
2529 |
"respond to your thread within 24-48 hours (during the week)."
|
2530 |
msgstr ""
|
2531 |
|
2532 |
-
#: src/Tribe/Main.php:
|
2533 |
#: src/admin-views/aggregator/tabs/import-form.php:197
|
2534 |
#: src/functions/template-tags/general.php:63
|
2535 |
msgid "Event"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: src/Tribe/Main.php:
|
2539 |
msgid ""
|
2540 |
"Your version of The Events Calendar is not up-to-date with one of your The "
|
2541 |
"Events Calendar add-ons. Please %supdate now.%s"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#: src/Tribe/Main.php:
|
2545 |
msgid ""
|
2546 |
"The following plugins are out of date: %1$s. All add-ons contain "
|
2547 |
"dependencies on The Events Calendar and will not function properly unless "
|
2548 |
"paired with the right version. %2$sLearn More%3$s."
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: src/Tribe/Main.php:
|
2552 |
msgid ""
|
2553 |
"Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
|
2554 |
"your WordPress install."
|
2555 |
msgstr ""
|
2556 |
|
2557 |
-
#: src/Tribe/Main.php:
|
2558 |
msgid ""
|
2559 |
"Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
|
2560 |
"about moving you to a newer version of PHP."
|
2561 |
msgstr ""
|
2562 |
|
2563 |
-
#: src/Tribe/Main.php:
|
2564 |
msgid ""
|
2565 |
"It appears as if the tribe-common libraries cannot be found! The directory "
|
2566 |
"should be in the \"common/\" directory in the events calendar plugin."
|
2567 |
msgstr ""
|
2568 |
|
2569 |
-
#: src/Tribe/Main.php:
|
2570 |
msgid "category"
|
2571 |
msgstr ""
|
2572 |
|
2573 |
-
#: src/Tribe/Main.php:
|
2574 |
msgid "tag"
|
2575 |
msgstr ""
|
2576 |
|
2577 |
-
#: src/Tribe/Main.php:
|
2578 |
msgid "Add New"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#: src/Tribe/Main.php:
|
2582 |
#: src/Tribe/Organizer.php:92 src/Tribe/Venue.php:111
|
2583 |
msgid "Add New %s"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
-
#: src/Tribe/Main.php:
|
2587 |
msgid "New %s"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
-
#: src/Tribe/Main.php:
|
2591 |
msgid "View %s"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: src/Tribe/Main.php:
|
2595 |
msgid "Search %s"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
-
#: src/Tribe/Main.php:
|
2599 |
msgid "No %s found"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: src/Tribe/Main.php:
|
2603 |
msgid "No %s found in Trash"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
-
#: src/Tribe/Main.php:
|
2607 |
msgid "%s Category"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: src/Tribe/Main.php:
|
2611 |
msgid "Search %s Categories"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: src/Tribe/Main.php:
|
2615 |
msgid "All %s Categories"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: src/Tribe/Main.php:
|
2619 |
msgid "Parent %s Category"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: src/Tribe/Main.php:
|
2623 |
msgid "Parent %s Category:"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: src/Tribe/Main.php:
|
2627 |
msgid "Edit %s Category"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#: src/Tribe/Main.php:
|
2631 |
msgid "Update %s Category"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
-
#: src/Tribe/Main.php:
|
2635 |
msgid "Add New %s Category"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
-
#: src/Tribe/Main.php:
|
2639 |
msgid "New %s Category Name"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
-
#: src/Tribe/Main.php:
|
2643 |
msgid "%1$s updated. %2$sView %1$s%3$s"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
-
#: src/Tribe/Main.php:
|
2647 |
msgid "Custom field updated."
|
2648 |
msgstr ""
|
2649 |
|
2650 |
-
#: src/Tribe/Main.php:
|
2651 |
msgid "Custom field deleted."
|
2652 |
msgstr ""
|
2653 |
|
2654 |
-
#: src/Tribe/Main.php:
|
2655 |
-
#: src/Tribe/Main.php:
|
2656 |
msgid "%s updated."
|
2657 |
msgstr ""
|
2658 |
|
2659 |
#. translators: %s: date and time of the revision
|
2660 |
-
#: src/Tribe/Main.php:
|
2661 |
msgid "%1$s restored to revision from %2$s"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: src/Tribe/Main.php:
|
2665 |
msgid "%1$s published. %2$sView %3$s"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: src/Tribe/Main.php:
|
2669 |
msgid "%s saved."
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: src/Tribe/Main.php:
|
2673 |
msgid "%1$s submitted. %2$sPreview %3$s"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: src/Tribe/Main.php:
|
2677 |
msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
#. translators: Publish box date format, see http://php.net/date
|
2681 |
-
#: src/Tribe/Main.php:
|
2682 |
msgid "M j, Y @ G:i"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#: src/Tribe/Main.php:
|
2686 |
msgid "%1$s draft updated. %2$sPreview %3$s"
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: src/Tribe/Main.php:
|
2690 |
msgid "%s published."
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#: src/Tribe/Main.php:
|
2694 |
msgid "%s submitted."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: src/Tribe/Main.php:
|
2698 |
msgid "%1$s scheduled for: %2$s."
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: src/Tribe/Main.php:
|
2702 |
msgid "%s draft updated."
|
2703 |
msgstr ""
|
2704 |
|
2705 |
#. translators: %s: date and time of the revision
|
2706 |
-
#: src/Tribe/Main.php:
|
2707 |
msgid "%s restored to revision from %s"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: src/Tribe/Main.php:
|
2711 |
msgid ""
|
2712 |
"Without a defined location your event will not display a %sGoogle Rich "
|
2713 |
"Snippet%s on the search results."
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: src/Tribe/Main.php:
|
2717 |
msgid "page"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: src/Tribe/Main.php:
|
2721 |
msgid "event"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#: src/Tribe/Main.php:
|
2725 |
msgid "events"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: src/Tribe/Main.php:
|
2729 |
msgid "all"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: src/Tribe/Main.php:
|
2733 |
msgid " (View Full %1$s Description Here: %2$s)"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#: src/Tribe/Main.php:
|
2737 |
#: src/functions/template-tags/day.php:157
|
2738 |
#: src/functions/template-tags/day.php:178
|
2739 |
msgid "Date out of range."
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: src/Tribe/Main.php:
|
2743 |
msgid "%s Options"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: src/Tribe/Main.php:
|
2747 |
msgid "%s Information"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
-
#: src/Tribe/Main.php:
|
2751 |
msgid "Support"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: src/Tribe/Main.php:
|
2755 |
msgid "View All Add-Ons"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: src/Tribe/Main.php:
|
2759 |
msgid "News from Modern Tribe"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: src/Tribe/Main.php:
|
2763 |
msgid "Additional Functionality"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: src/Tribe/Main.php:
|
2767 |
msgid ""
|
2768 |
"Looking for additional functionality including recurring events, ticket "
|
2769 |
"sales, publicly submitted events, new views and more?"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
-
#: src/Tribe/Main.php:
|
2773 |
msgid "Check out the %savailable add-ons%s."
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: src/Tribe/Main.php:
|
2777 |
msgid "Calendar"
|
2778 |
msgstr ""
|
2779 |
|
2780 |
-
#: src/Tribe/Main.php:
|
2781 |
msgid "List"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
-
#: src/Tribe/Main.php:
|
2785 |
msgid "Month"
|
2786 |
msgstr ""
|
2787 |
|
2788 |
-
#: src/Tribe/Main.php:
|
2789 |
#: src/admin-views/aggregator/fields/schedule.php:62
|
2790 |
msgid "Day"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
-
#: src/Tribe/Main.php:
|
2794 |
msgid "Search"
|
2795 |
msgstr ""
|
2796 |
|
2797 |
-
#: src/Tribe/Main.php:
|
2798 |
msgid "Keyword"
|
2799 |
msgstr ""
|
2800 |
|
2801 |
-
#: src/Tribe/Main.php:
|
2802 |
#: src/admin-views/aggregator/origins/refine.php:7
|
2803 |
msgid "Date"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: src/Tribe/Main.php:
|
2807 |
msgid "%s In"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: src/Tribe/Main.php:
|
2811 |
msgid "%s From"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: src/Tribe/Main.php:
|
2815 |
msgid "Day Of"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: src/Tribe/Main.php:
|
2819 |
msgid "Once Every 30 Mins"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: src/Tribe/Main.php:
|
2823 |
msgid "Use Saved %s:"
|
2824 |
msgstr ""
|
2825 |
|
@@ -2827,7 +2837,7 @@ msgstr ""
|
|
2827 |
msgid "Error"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: src/Tribe/Organizer.php:157 src/functions/template-tags/organizer.php:
|
2831 |
msgid "Organizer"
|
2832 |
msgstr ""
|
2833 |
|
@@ -2862,7 +2872,7 @@ msgid "The event author WordPress post ID"
|
|
2862 |
msgstr ""
|
2863 |
|
2864 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:41
|
2865 |
-
msgid "The event creation date in the site
|
2866 |
msgstr ""
|
2867 |
|
2868 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:45
|
@@ -2870,7 +2880,7 @@ msgid "The event creation date in UTC time"
|
|
2870 |
msgstr ""
|
2871 |
|
2872 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:49
|
2873 |
-
msgid "The event last modification date in the site
|
2874 |
msgstr ""
|
2875 |
|
2876 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:53
|
@@ -2917,7 +2927,7 @@ msgid "Whether or not this event is an all day Event"
|
|
2917 |
msgstr ""
|
2918 |
|
2919 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:94
|
2920 |
-
msgid "The event start date in the event or site
|
2921 |
msgstr ""
|
2922 |
|
2923 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:98
|
@@ -2925,7 +2935,7 @@ msgid "An array of each component of the event start date"
|
|
2925 |
msgstr ""
|
2926 |
|
2927 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:103
|
2928 |
-
msgid "The event end date in the event or site
|
2929 |
msgstr ""
|
2930 |
|
2931 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:107
|
@@ -2949,11 +2959,11 @@ msgid "An array of each component of the event end date in UTC time"
|
|
2949 |
msgstr ""
|
2950 |
|
2951 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:130
|
2952 |
-
msgid "The event
|
2953 |
msgstr ""
|
2954 |
|
2955 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:134
|
2956 |
-
msgid "The abbreviated event
|
2957 |
msgstr ""
|
2958 |
|
2959 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:138
|
@@ -3025,7 +3035,7 @@ msgid "The organizer author WordPress post ID"
|
|
3025 |
msgstr ""
|
3026 |
|
3027 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:41
|
3028 |
-
msgid "The organizer creation date in the site
|
3029 |
msgstr ""
|
3030 |
|
3031 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:45
|
@@ -3033,7 +3043,7 @@ msgid "The organizer creation date in UTC time"
|
|
3033 |
msgstr ""
|
3034 |
|
3035 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:49
|
3036 |
-
msgid "The organizer last modification date in the site
|
3037 |
msgstr ""
|
3038 |
|
3039 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:53
|
@@ -3092,7 +3102,7 @@ msgid "The venue author WordPress post ID"
|
|
3092 |
msgstr ""
|
3093 |
|
3094 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:41
|
3095 |
-
msgid "The venue creation date in the site
|
3096 |
msgstr ""
|
3097 |
|
3098 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:45
|
@@ -3100,7 +3110,7 @@ msgid "The venue creation date in UTC time"
|
|
3100 |
msgstr ""
|
3101 |
|
3102 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:49
|
3103 |
-
msgid "The venue last modification date in the site
|
3104 |
msgstr ""
|
3105 |
|
3106 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:53
|
@@ -3641,7 +3651,7 @@ msgid "The event publication date"
|
|
3641 |
msgstr ""
|
3642 |
|
3643 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:226
|
3644 |
-
msgid "The event publication date (UTC
|
3645 |
msgstr ""
|
3646 |
|
3647 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:232
|
@@ -3657,7 +3667,7 @@ msgid "The event excerpt"
|
|
3657 |
msgstr ""
|
3658 |
|
3659 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:263
|
3660 |
-
msgid "The event
|
3661 |
msgstr ""
|
3662 |
|
3663 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:269
|
@@ -3769,7 +3779,7 @@ msgid "The organizer publication date"
|
|
3769 |
msgstr ""
|
3770 |
|
3771 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:238
|
3772 |
-
msgid "The organizer publication date (UTC
|
3773 |
msgstr ""
|
3774 |
|
3775 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:250
|
@@ -3911,7 +3921,7 @@ msgid "The venue publication date"
|
|
3911 |
msgstr ""
|
3912 |
|
3913 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:221
|
3914 |
-
msgid "The venue publication date (UTC
|
3915 |
msgstr ""
|
3916 |
|
3917 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:233
|
@@ -4087,17 +4097,17 @@ msgctxt "The \"/page/\" URL string component."
|
|
4087 |
msgid "page"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
-
#: src/Tribe/Template/Day.php:
|
4091 |
msgid "Ongoing"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: src/Tribe/Template/Day.php:
|
4095 |
msgid ""
|
4096 |
"No matching %1$s listed under %2$s scheduled for %3$s. Please try another "
|
4097 |
"day."
|
4098 |
msgstr ""
|
4099 |
|
4100 |
-
#: src/Tribe/Template/Day.php:
|
4101 |
msgid "No %1$s scheduled for %2$s. Please try another day."
|
4102 |
msgstr ""
|
4103 |
|
@@ -5295,8 +5305,8 @@ msgstr ""
|
|
5295 |
|
5296 |
#: src/admin-views/aggregator/tabs/import-form.php:267
|
5297 |
msgid ""
|
5298 |
-
"Events will be imported with the
|
5299 |
-
"
|
5300 |
"(see %1$sSettings > General%2$s)."
|
5301 |
msgstr ""
|
5302 |
|
@@ -5444,7 +5454,7 @@ msgid "to"
|
|
5444 |
msgstr ""
|
5445 |
|
5446 |
#: src/admin-views/events-meta-box.php:129
|
5447 |
-
msgid "
|
5448 |
msgstr ""
|
5449 |
|
5450 |
#: src/admin-views/events-meta-box.php:175
|
@@ -5885,86 +5895,140 @@ msgid ""
|
|
5885 |
msgstr ""
|
5886 |
|
5887 |
#: src/admin-views/tribe-options-general.php:165
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5888 |
msgid "Miscellaneous Settings"
|
5889 |
msgstr ""
|
5890 |
|
5891 |
-
#: src/admin-views/tribe-options-general.php:
|
5892 |
-
#: src/admin-views/tribe-options-general.php:
|
5893 |
msgid "View Welcome Page"
|
5894 |
msgstr ""
|
5895 |
|
5896 |
-
#: src/admin-views/tribe-options-general.php:
|
5897 |
msgid "View the page that displayed when you initially installed the plugin."
|
5898 |
msgstr ""
|
5899 |
|
5900 |
-
#: src/admin-views/tribe-options-general.php:
|
5901 |
-
#: src/admin-views/tribe-options-general.php:
|
5902 |
msgid "View Update Page"
|
5903 |
msgstr ""
|
5904 |
|
5905 |
-
#: src/admin-views/tribe-options-general.php:
|
5906 |
msgid "View the page that displayed when you updated the plugin."
|
5907 |
msgstr ""
|
5908 |
|
5909 |
-
#: src/admin-views/tribe-options-general.php:
|
5910 |
msgid "Map Settings"
|
5911 |
msgstr ""
|
5912 |
|
5913 |
-
#: src/admin-views/tribe-options-general.php:
|
5914 |
msgid "Enable Google Maps"
|
5915 |
msgstr ""
|
5916 |
|
5917 |
-
#: src/admin-views/tribe-options-general.php:
|
5918 |
msgid "Check to enable maps for events and venues."
|
5919 |
msgstr ""
|
5920 |
|
5921 |
-
#: src/admin-views/tribe-options-general.php:
|
5922 |
msgid "Google Maps default zoom level"
|
5923 |
msgstr ""
|
5924 |
|
5925 |
-
#: src/admin-views/tribe-options-general.php:
|
5926 |
msgid "0 = zoomed out; 21 = zoomed in."
|
5927 |
msgstr ""
|
5928 |
|
5929 |
#: src/admin-views/tribe-options-timezones.php:7
|
5930 |
-
msgid "Enable
|
5931 |
msgstr ""
|
5932 |
|
5933 |
#: src/admin-views/tribe-options-timezones.php:9
|
5934 |
-
msgid "Update
|
5935 |
msgstr ""
|
5936 |
|
5937 |
#: src/admin-views/tribe-options-timezones.php:10
|
5938 |
msgid ""
|
5939 |
"Click this button to update your database and take advantage of additional "
|
5940 |
-
"
|
5941 |
-
"WordPress</a> to use the correct
|
5942 |
msgstr ""
|
5943 |
|
5944 |
#: src/admin-views/tribe-options-timezones.php:30
|
5945 |
-
msgid "
|
5946 |
msgstr ""
|
5947 |
|
5948 |
#: src/admin-views/tribe-options-timezones.php:38
|
5949 |
-
msgid "
|
5950 |
msgstr ""
|
5951 |
|
5952 |
#: src/admin-views/tribe-options-timezones.php:42
|
5953 |
-
msgid "Use the local
|
5954 |
msgstr ""
|
5955 |
|
5956 |
#: src/admin-views/tribe-options-timezones.php:43
|
5957 |
-
msgid "Use the
|
5958 |
msgstr ""
|
5959 |
|
5960 |
#: src/admin-views/tribe-options-timezones.php:48
|
5961 |
-
msgid "Show
|
5962 |
msgstr ""
|
5963 |
|
5964 |
#: src/admin-views/tribe-options-timezones.php:49
|
5965 |
msgid ""
|
5966 |
-
"Appends the
|
5967 |
-
"can be useful when you have events in numerous different
|
5968 |
msgstr ""
|
5969 |
|
5970 |
#: src/admin-views/venue-meta-box.php:268
|
@@ -6082,7 +6146,7 @@ msgstr ""
|
|
6082 |
msgid "%s for"
|
6083 |
msgstr ""
|
6084 |
|
6085 |
-
#: src/functions/template-tags/general.php:
|
6086 |
msgid "Calendar powered by %s"
|
6087 |
msgstr ""
|
6088 |
|
@@ -6305,7 +6369,7 @@ msgstr ""
|
|
6305 |
msgid "Next %s"
|
6306 |
msgstr ""
|
6307 |
|
6308 |
-
#: src/views/modules/bar.php:34 src/views/modules/bar.php:
|
6309 |
msgid "Find %s"
|
6310 |
msgstr ""
|
6311 |
|
@@ -6313,7 +6377,7 @@ msgstr ""
|
|
6313 |
msgid "Event Views Navigation"
|
6314 |
msgstr ""
|
6315 |
|
6316 |
-
#: src/views/modules/bar.php:42
|
6317 |
msgid "View As"
|
6318 |
msgstr ""
|
6319 |
|
2 |
# This file is distributed under the same license as the The Events Calendar package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: The Events Calendar 4.6.13\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-events-"
|
7 |
"calendar\n"
|
8 |
+
"POT-Creation-Date: 2018-03-27 22:03:08+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2018-03-27 22:03\n"
|
13 |
"Last-Translator: \n"
|
14 |
"Language-Team: \n"
|
15 |
|
17 |
msgid "%s"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:4307
|
21 |
msgid "View Calendar"
|
22 |
msgstr ""
|
23 |
|
26 |
msgstr ""
|
27 |
|
28 |
#: src/Tribe/Admin/Bar/Default_Configurator.php:62
|
29 |
+
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:216 src/Tribe/Main.php:1752
|
30 |
+
#: src/Tribe/Main.php:4826 src/Tribe/Main.php:4873 src/Tribe/Organizer.php:93
|
31 |
#: src/Tribe/Venue.php:112
|
32 |
msgid "Edit %s"
|
33 |
msgstr ""
|
38 |
msgid "Import"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4356
|
42 |
msgid "Settings"
|
43 |
msgstr ""
|
44 |
|
52 |
msgstr ""
|
53 |
|
54 |
#: src/Tribe/Admin/Timezone_Updater.php:77
|
55 |
+
msgid "Please wait while time zone data is added to your events."
|
56 |
msgstr ""
|
57 |
|
58 |
#: src/Tribe/Admin/Timezone_Updater.php:78
|
59 |
msgid ""
|
60 |
+
"Update complete: time zone data has been added to all events in the database."
|
61 |
msgstr ""
|
62 |
|
63 |
#: src/Tribe/Admin/Timezone_Updater.php:87
|
69 |
|
70 |
#: src/Tribe/Admin/Timezone_Updater.php:105
|
71 |
msgid ""
|
72 |
+
"A problem stopped the time zone update process from completing. Please "
|
73 |
"refresh and try again."
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1766
|
77 |
msgid "%s Categories"
|
78 |
msgstr ""
|
79 |
|
360 |
"Aggregator. You can view your migrated imports on the Scheduled Imports tab."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: src/Tribe/Aggregator/Page.php:79 src/Tribe/Template/Day.php:114
|
364 |
+
#: src/Tribe/Template/Day.php:130
|
365 |
msgid "All Day"
|
366 |
msgstr ""
|
367 |
|
1719 |
msgid "Event Date:"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: src/Tribe/Event_Tickets/Attendees_Report.php:60
|
1723 |
msgid "Edit Venue"
|
1724 |
msgstr ""
|
1725 |
|
1752 |
msgid "Click here"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: src/Tribe/Gutenberg.php:82
|
1756 |
+
msgid ""
|
1757 |
+
"Download our Events Gutenberg extension and start using the block editor on "
|
1758 |
+
"your events!"
|
1759 |
+
msgstr ""
|
1760 |
+
|
1761 |
+
#: src/Tribe/Gutenberg.php:84
|
1762 |
+
msgid "Looks like you are using Gutenberg on this WordPress installation. %1$s"
|
1763 |
+
msgstr ""
|
1764 |
+
|
1765 |
#: src/Tribe/Ignored_Events.php:43 src/Tribe/Ignored_Events.php:59
|
1766 |
#: src/Tribe/Ignored_Events.php:435
|
1767 |
msgid "Delete Permanently"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
#: src/Tribe/Importer/Admin_Page.php:205 src/Tribe/Organizer.php:171
|
1964 |
+
#: src/functions/template-tags/organizer.php:92
|
1965 |
msgid "Organizers"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
+
#: src/Tribe/Importer/Admin_Page.php:206 src/Tribe/Main.php:1145
|
1969 |
#: src/functions/template-tags/general.php:95
|
1970 |
msgid "Events"
|
1971 |
msgstr ""
|
2018 |
msgstr ""
|
2019 |
|
2020 |
#: src/Tribe/Importer/Column_Mapper.php:71
|
2021 |
+
msgid "Event Time Zone"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
#: src/Tribe/Importer/Column_Mapper.php:72
|
2216 |
"the file manually."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:175
|
2220 |
msgid "Create New %s"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:176
|
2224 |
msgid "%s:"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:262
|
2228 |
msgid "Add another %s"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:285
|
2232 |
msgid "Delete this"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#: src/Tribe/Linked_Posts.php:805
|
2236 |
msgid "My %s"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: src/Tribe/Linked_Posts.php:809
|
2240 |
msgid "Available %s"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: src/Tribe/Linked_Posts.php:976
|
2244 |
msgid "Create: <b><%= term %></b>"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
+
#: src/Tribe/Linked_Posts.php:981
|
2248 |
msgid "No saved %s exists."
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: src/Tribe/Linked_Posts.php:1013
|
2252 |
msgctxt ""
|
2253 |
"Indefinite article for the phrase \"Find a {post type name}. Will be "
|
2254 |
"replaced with \"an\" if the {post type name} starts with a vowel."
|
2255 |
msgid "a"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: src/Tribe/Linked_Posts.php:1020
|
2259 |
msgctxt ""
|
2260 |
"Indefinite article for the phrase \"Find a {post type name}\" when the {post "
|
2261 |
"type name} starts with a vowel, e.g. \"Find an Organizer\"."
|
2262 |
msgid "an"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: src/Tribe/Linked_Posts.php:1034
|
2266 |
msgctxt ""
|
2267 |
"\"Find an Organizer\", but when the word \"Organizer\" is customized to "
|
2268 |
"something else."
|
2269 |
msgid "Find %1$s %2$s"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
+
#: src/Tribe/Linked_Posts.php:1043
|
2273 |
msgctxt ""
|
2274 |
"\"Create or Find Organizer\", but when the word \"Organizer\" is customized "
|
2275 |
"to something else."
|
2276 |
msgid "Create or Find %s"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: src/Tribe/Linked_Posts.php:1050
|
2280 |
msgid "Create or Find an Organizer"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: src/Tribe/Linked_Posts.php:1051
|
2284 |
msgid "Find an Organizer"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
+
#: src/Tribe/Linked_Posts.php:1062
|
2288 |
msgctxt ""
|
2289 |
"\"Find a Venue\", but when the word \"Venue\" is customized to something "
|
2290 |
"else."
|
2291 |
msgid "Find %1$s %2$s"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: src/Tribe/Linked_Posts.php:1071
|
2295 |
msgctxt ""
|
2296 |
"\"Create or Find Venue\", but when the word \"Venue\" is customized to "
|
2297 |
"something else."
|
2298 |
msgid "Create or Find %s"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#: src/Tribe/Linked_Posts.php:1078
|
2302 |
msgid "Create or Find a Venue"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: src/Tribe/Linked_Posts.php:1079
|
2306 |
msgid "Find a Venue"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: src/Tribe/Linked_Posts.php:1088
|
2310 |
msgctxt ""
|
2311 |
"The \"Find a {post type name}\" label for custom linked post types that are "
|
2312 |
"*not* Venues or Organizers"
|
2313 |
msgid "Find %1$s %2$s"
|
2314 |
msgstr ""
|
2315 |
|
2316 |
+
#: src/Tribe/Linked_Posts.php:1097
|
2317 |
msgctxt ""
|
2318 |
"The \"Create or Find {post type name}\" label for custom linked post types "
|
2319 |
"that are *not* Venues or Organizers"
|
2332 |
msgid "Upcoming Events"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#. #-#-#-#-# the-events-calendar.pot (The Events Calendar 4.6.13) #-#-#-#-#
|
2336 |
#. Plugin Name of the plugin/theme
|
2337 |
+
#: src/Tribe/Main.php:741 src/Tribe/Main.php:1083
|
2338 |
+
#: src/functions/template-tags/general.php:1332
|
2339 |
msgid "The Events Calendar"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: src/Tribe/Main.php:748
|
2343 |
msgid "month"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: src/Tribe/Main.php:749
|
2347 |
msgid "list"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: src/Tribe/Main.php:750
|
2351 |
msgid "upcoming"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: src/Tribe/Main.php:751
|
2355 |
msgid "past"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
+
#: src/Tribe/Main.php:752
|
2359 |
msgid "day"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: src/Tribe/Main.php:753
|
2363 |
msgid "today"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: src/Tribe/Main.php:754
|
2367 |
msgctxt "featured events slug"
|
2368 |
msgid "featured"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: src/Tribe/Main.php:755
|
2372 |
msgctxt "all events slug"
|
2373 |
msgid "all"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#: src/Tribe/Main.php:778
|
2377 |
msgid "Initializing Tribe Events on %s"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
+
#: src/Tribe/Main.php:836 src/Tribe/Main.php:838
|
2381 |
#: src/deprecated/Tribe__Events__Activation_Page.php:195
|
2382 |
msgid "Welcome to The Events Calendar"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: src/Tribe/Main.php:973
|
2386 |
msgid ""
|
2387 |
"The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will "
|
2388 |
"show its calendar in place of the page."
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: src/Tribe/Main.php:976
|
2392 |
msgid "Ask the site administrator to edit the %s slug"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: src/Tribe/Main.php:978
|
2396 |
msgid "Edit the %s slug"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: src/Tribe/Main.php:982
|
2400 |
msgid " ask the site administrator set a different Events URL slug."
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: src/Tribe/Main.php:987
|
2404 |
msgid "edit Events settings."
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: src/Tribe/Main.php:990
|
2408 |
msgid "%1$s or %2$s"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: src/Tribe/Main.php:1043
|
2412 |
msgid "New User Primer"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: src/Tribe/Main.php:1045
|
2416 |
msgid ""
|
2417 |
"We are committed to helping make your calendar spectacular and have a wealth "
|
2418 |
"of resources available, including a handy %s to get your calendar up and "
|
2419 |
"running."
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: src/Tribe/Main.php:1056
|
2423 |
msgid "Support for The Events Calendar"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: src/Tribe/Main.php:1059
|
2427 |
msgid ""
|
2428 |
"%s: A thorough walkthrough of The Events Calendar and the settings that are "
|
2429 |
"available to you."
|
2430 |
msgstr ""
|
2431 |
|
2432 |
+
#: src/Tribe/Main.php:1059
|
2433 |
msgid "Settings overview"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#: src/Tribe/Main.php:1061
|
2437 |
msgid ""
|
2438 |
"%s: A complete look at the features you can expect to see right out of the "
|
2439 |
"box as well as how to use them."
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: src/Tribe/Main.php:1061
|
2443 |
msgid "Features overview"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: src/Tribe/Main.php:1063
|
2447 |
msgid ""
|
2448 |
"%s: Our most comprehensive outline for customizing the calendar to suit your "
|
2449 |
"needs, including custom layouts and styles."
|
2450 |
msgstr ""
|
2451 |
|
2452 |
+
#: src/Tribe/Main.php:1063
|
2453 |
msgid "Themer’s Guide"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: src/Tribe/Main.php:1065
|
2457 |
msgid ""
|
2458 |
"%s: An overview of the default templates and styles that are included in the "
|
2459 |
"plugin, as well as how to change them."
|
2460 |
msgstr ""
|
2461 |
|
2462 |
+
#: src/Tribe/Main.php:1065
|
2463 |
msgid "Using stylesheets and page templates"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
+
#: src/Tribe/Main.php:1067
|
2467 |
msgid ""
|
2468 |
"%s: Do you see an issue with your calendar? Go here first to find where it’s "
|
2469 |
"coming from and how to fix it."
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: src/Tribe/Main.php:1067
|
2473 |
msgid "Troubleshooting common problems"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
+
#: src/Tribe/Main.php:1069
|
2477 |
msgid ""
|
2478 |
"%s: Code and guides for customizing your calendar in useful and interesting "
|
2479 |
"ways."
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: src/Tribe/Main.php:1069
|
2483 |
msgid "Customizing the Events plugins"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: src/Tribe/Main.php:1084
|
2487 |
msgid "Events Tickets"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: src/Tribe/Main.php:1085
|
2491 |
msgid ""
|
2492 |
"If you have tried the above steps and are still having trouble, you can post "
|
2493 |
"a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff "
|
2494 |
"monitors these forums once a week and would be happy to assist you there. "
|
2495 |
msgstr ""
|
2496 |
|
2497 |
+
#: src/Tribe/Main.php:1087 src/Tribe/Main.php:1095
|
2498 |
msgid "premium support on our website"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: src/Tribe/Main.php:1088
|
2502 |
msgid ""
|
2503 |
"<strong>Looking for more immediate support?</strong> We offer %s with the "
|
2504 |
"purchase of any of our premium plugins. Pick up a license and you can post "
|
2505 |
"there directly and expect a response within 24-48 hours during weekdays"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: src/Tribe/Main.php:1092
|
2509 |
msgid "open-source forum on WordPress.org"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: src/Tribe/Main.php:1093
|
2513 |
msgid ""
|
2514 |
"If you have tried the above steps and are still having trouble, you can post "
|
2515 |
"a new thread to our %s. Our support staff monitors these forums once a week "
|
2516 |
"and would be happy to assist you there."
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: src/Tribe/Main.php:1096
|
2520 |
msgid "Events Calendar PRO"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
+
#: src/Tribe/Main.php:1097
|
2524 |
msgid ""
|
2525 |
"<strong>Looking for more immediate support?</strong> We offer %1$s with the "
|
2526 |
"purchase of any of our premium plugins (like %2$s). Pick up a license and "
|
2528 |
"weekdays."
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: src/Tribe/Main.php:1101
|
2532 |
msgid "post a thread"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: src/Tribe/Main.php:1102
|
2536 |
msgid ""
|
2537 |
"If you have a valid license for one of our paid plugins, you can %s in our "
|
2538 |
"premium support forums. Our support team monitors the forums and will "
|
2539 |
"respond to your thread within 24-48 hours (during the week)."
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: src/Tribe/Main.php:1153 src/admin-views/aggregator/tabs/import-form.php:185
|
2543 |
#: src/admin-views/aggregator/tabs/import-form.php:197
|
2544 |
#: src/functions/template-tags/general.php:63
|
2545 |
msgid "Event"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: src/Tribe/Main.php:1287
|
2549 |
msgid ""
|
2550 |
"Your version of The Events Calendar is not up-to-date with one of your The "
|
2551 |
"Events Calendar add-ons. Please %supdate now.%s"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: src/Tribe/Main.php:1299
|
2555 |
msgid ""
|
2556 |
"The following plugins are out of date: %1$s. All add-ons contain "
|
2557 |
"dependencies on The Events Calendar and will not function properly unless "
|
2558 |
"paired with the right version. %2$sLearn More%3$s."
|
2559 |
msgstr ""
|
2560 |
|
2561 |
+
#: src/Tribe/Main.php:1452
|
2562 |
msgid ""
|
2563 |
"Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
|
2564 |
"your WordPress install."
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: src/Tribe/Main.php:1455
|
2568 |
msgid ""
|
2569 |
"Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
|
2570 |
"about moving you to a newer version of PHP."
|
2571 |
msgstr ""
|
2572 |
|
2573 |
+
#: src/Tribe/Main.php:1467
|
2574 |
msgid ""
|
2575 |
"It appears as if the tribe-common libraries cannot be found! The directory "
|
2576 |
"should be in the \"common/\" directory in the events calendar plugin."
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: src/Tribe/Main.php:1703 src/Tribe/Main.php:2330
|
2580 |
msgid "category"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: src/Tribe/Main.php:1717 src/Tribe/Main.php:2329
|
2584 |
msgid "tag"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: src/Tribe/Main.php:1750 src/Tribe/Organizer.php:91 src/Tribe/Venue.php:110
|
2588 |
msgid "Add New"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: src/Tribe/Main.php:1751 src/Tribe/Main.php:1883 src/Tribe/Main.php:1884
|
2592 |
#: src/Tribe/Organizer.php:92 src/Tribe/Venue.php:111
|
2593 |
msgid "Add New %s"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: src/Tribe/Main.php:1753 src/Tribe/Organizer.php:94 src/Tribe/Venue.php:113
|
2597 |
msgid "New %s"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: src/Tribe/Main.php:1754 src/Tribe/Organizer.php:95 src/Tribe/Venue.php:114
|
2601 |
msgid "View %s"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: src/Tribe/Main.php:1755 src/Tribe/Organizer.php:96 src/Tribe/Venue.php:115
|
2605 |
msgid "Search %s"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: src/Tribe/Main.php:1756 src/Tribe/Organizer.php:97 src/Tribe/Venue.php:116
|
2609 |
msgid "No %s found"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: src/Tribe/Main.php:1757 src/Tribe/Organizer.php:98 src/Tribe/Venue.php:117
|
2613 |
msgid "No %s found in Trash"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: src/Tribe/Main.php:1767
|
2617 |
msgid "%s Category"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: src/Tribe/Main.php:1768
|
2621 |
msgid "Search %s Categories"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
+
#: src/Tribe/Main.php:1769
|
2625 |
msgid "All %s Categories"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
+
#: src/Tribe/Main.php:1770
|
2629 |
msgid "Parent %s Category"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
+
#: src/Tribe/Main.php:1771
|
2633 |
msgid "Parent %s Category:"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: src/Tribe/Main.php:1772
|
2637 |
msgid "Edit %s Category"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: src/Tribe/Main.php:1773
|
2641 |
msgid "Update %s Category"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: src/Tribe/Main.php:1774
|
2645 |
msgid "Add New %s Category"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: src/Tribe/Main.php:1775
|
2649 |
msgid "New %s Category Name"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
+
#: src/Tribe/Main.php:1792
|
2653 |
msgid "%1$s updated. %2$sView %1$s%3$s"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
+
#: src/Tribe/Main.php:1797 src/Tribe/Main.php:1835 src/Tribe/Main.php:1855
|
2657 |
msgid "Custom field updated."
|
2658 |
msgstr ""
|
2659 |
|
2660 |
+
#: src/Tribe/Main.php:1798 src/Tribe/Main.php:1836 src/Tribe/Main.php:1856
|
2661 |
msgid "Custom field deleted."
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: src/Tribe/Main.php:1799 src/Tribe/Main.php:1834 src/Tribe/Main.php:1837
|
2665 |
+
#: src/Tribe/Main.php:1854 src/Tribe/Main.php:1857
|
2666 |
msgid "%s updated."
|
2667 |
msgstr ""
|
2668 |
|
2669 |
#. translators: %s: date and time of the revision
|
2670 |
+
#: src/Tribe/Main.php:1801 src/Tribe/Main.php:1839
|
2671 |
msgid "%1$s restored to revision from %2$s"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: src/Tribe/Main.php:1803
|
2675 |
msgid "%1$s published. %2$sView %3$s"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: src/Tribe/Main.php:1808 src/Tribe/Main.php:1841 src/Tribe/Main.php:1861
|
2679 |
msgid "%s saved."
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: src/Tribe/Main.php:1810
|
2683 |
msgid "%1$s submitted. %2$sPreview %3$s"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: src/Tribe/Main.php:1816
|
2687 |
msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
#. translators: Publish box date format, see http://php.net/date
|
2691 |
+
#: src/Tribe/Main.php:1819 src/Tribe/Main.php:1847 src/Tribe/Main.php:1867
|
2692 |
msgid "M j, Y @ G:i"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
+
#: src/Tribe/Main.php:1825
|
2696 |
msgid "%1$s draft updated. %2$sPreview %3$s"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
+
#: src/Tribe/Main.php:1840 src/Tribe/Main.php:1860
|
2700 |
msgid "%s published."
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: src/Tribe/Main.php:1842 src/Tribe/Main.php:1862
|
2704 |
msgid "%s submitted."
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: src/Tribe/Main.php:1844 src/Tribe/Main.php:1864
|
2708 |
msgid "%1$s scheduled for: %2$s."
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: src/Tribe/Main.php:1849 src/Tribe/Main.php:1869
|
2712 |
msgid "%s draft updated."
|
2713 |
msgstr ""
|
2714 |
|
2715 |
#. translators: %s: date and time of the revision
|
2716 |
+
#: src/Tribe/Main.php:1859
|
2717 |
msgid "%s restored to revision from %s"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: src/Tribe/Main.php:1913
|
2721 |
msgid ""
|
2722 |
"Without a defined location your event will not display a %sGoogle Rich "
|
2723 |
"Snippet%s on the search results."
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: src/Tribe/Main.php:2331
|
2727 |
msgid "page"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: src/Tribe/Main.php:2332 src/functions/template-tags/general.php:79
|
2731 |
msgid "event"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: src/Tribe/Main.php:2333 src/functions/template-tags/general.php:111
|
2735 |
msgid "events"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: src/Tribe/Main.php:2334
|
2739 |
msgid "all"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: src/Tribe/Main.php:2725
|
2743 |
msgid " (View Full %1$s Description Here: %2$s)"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: src/Tribe/Main.php:3743 src/Tribe/Main.php:3778
|
2747 |
#: src/functions/template-tags/day.php:157
|
2748 |
#: src/functions/template-tags/day.php:178
|
2749 |
msgid "Date out of range."
|
2750 |
msgstr ""
|
2751 |
|
2752 |
+
#: src/Tribe/Main.php:3820
|
2753 |
msgid "%s Options"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
+
#: src/Tribe/Main.php:3829 src/Tribe/Main.php:3842
|
2757 |
msgid "%s Information"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
+
#: src/Tribe/Main.php:4181
|
2761 |
msgid "Support"
|
2762 |
msgstr ""
|
2763 |
|
2764 |
+
#: src/Tribe/Main.php:4184
|
2765 |
msgid "View All Add-Ons"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
+
#: src/Tribe/Main.php:4204
|
2769 |
msgid "News from Modern Tribe"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
+
#: src/Tribe/Main.php:4249
|
2773 |
msgid "Additional Functionality"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
+
#: src/Tribe/Main.php:4254
|
2777 |
msgid ""
|
2778 |
"Looking for additional functionality including recurring events, ticket "
|
2779 |
"sales, publicly submitted events, new views and more?"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: src/Tribe/Main.php:4255
|
2783 |
msgid "Check out the %savailable add-ons%s."
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: src/Tribe/Main.php:4357
|
2787 |
msgid "Calendar"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: src/Tribe/Main.php:4373
|
2791 |
msgid "List"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: src/Tribe/Main.php:4391
|
2795 |
msgid "Month"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: src/Tribe/Main.php:4408 src/admin-views/aggregator/fields/schedule.php:44
|
2799 |
#: src/admin-views/aggregator/fields/schedule.php:62
|
2800 |
msgid "Day"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
+
#: src/Tribe/Main.php:4433
|
2804 |
msgid "Search"
|
2805 |
msgstr ""
|
2806 |
|
2807 |
+
#: src/Tribe/Main.php:4434
|
2808 |
msgid "Keyword"
|
2809 |
msgstr ""
|
2810 |
|
2811 |
+
#: src/Tribe/Main.php:4474 src/Tribe/Main.php:4495
|
2812 |
#: src/admin-views/aggregator/origins/refine.php:7
|
2813 |
msgid "Date"
|
2814 |
msgstr ""
|
2815 |
|
2816 |
+
#: src/Tribe/Main.php:4477
|
2817 |
msgid "%s In"
|
2818 |
msgstr ""
|
2819 |
|
2820 |
+
#: src/Tribe/Main.php:4479
|
2821 |
msgid "%s From"
|
2822 |
msgstr ""
|
2823 |
|
2824 |
+
#: src/Tribe/Main.php:4481
|
2825 |
msgid "Day Of"
|
2826 |
msgstr ""
|
2827 |
|
2828 |
+
#: src/Tribe/Main.php:4561
|
2829 |
msgid "Once Every 30 Mins"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: src/Tribe/Main.php:4810 src/Tribe/Main.php:4867
|
2833 |
msgid "Use Saved %s:"
|
2834 |
msgstr ""
|
2835 |
|
2837 |
msgid "Error"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: src/Tribe/Organizer.php:157 src/functions/template-tags/organizer.php:81
|
2841 |
msgid "Organizer"
|
2842 |
msgstr ""
|
2843 |
|
2872 |
msgstr ""
|
2873 |
|
2874 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:41
|
2875 |
+
msgid "The event creation date in the site time zone"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:45
|
2880 |
msgstr ""
|
2881 |
|
2882 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:49
|
2883 |
+
msgid "The event last modification date in the site time zone"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:53
|
2927 |
msgstr ""
|
2928 |
|
2929 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:94
|
2930 |
+
msgid "The event start date in the event or site time zone"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:98
|
2935 |
msgstr ""
|
2936 |
|
2937 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:103
|
2938 |
+
msgid "The event end date in the event or site time zone"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:107
|
2959 |
msgstr ""
|
2960 |
|
2961 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:130
|
2962 |
+
msgid "The event time zone string"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:134
|
2966 |
+
msgid "The abbreviated event time zone string"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
#: src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php:138
|
3035 |
msgstr ""
|
3036 |
|
3037 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:41
|
3038 |
+
msgid "The organizer creation date in the site time zone"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:45
|
3043 |
msgstr ""
|
3044 |
|
3045 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:49
|
3046 |
+
msgid "The organizer last modification date in the site time zone"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
#: src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php:53
|
3102 |
msgstr ""
|
3103 |
|
3104 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:41
|
3105 |
+
msgid "The venue creation date in the site time zone"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:45
|
3110 |
msgstr ""
|
3111 |
|
3112 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:49
|
3113 |
+
msgid "The venue last modification date in the site time zone"
|
3114 |
msgstr ""
|
3115 |
|
3116 |
#: src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php:53
|
3651 |
msgstr ""
|
3652 |
|
3653 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:226
|
3654 |
+
msgid "The event publication date (UTC time zone)"
|
3655 |
msgstr ""
|
3656 |
|
3657 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:232
|
3667 |
msgstr ""
|
3668 |
|
3669 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:263
|
3670 |
+
msgid "The event time zone"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
#: src/Tribe/REST/V1/Endpoints/Single_Event.php:269
|
3779 |
msgstr ""
|
3780 |
|
3781 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:238
|
3782 |
+
msgid "The organizer publication date (UTC time zone)"
|
3783 |
msgstr ""
|
3784 |
|
3785 |
#: src/Tribe/REST/V1/Endpoints/Single_Organizer.php:250
|
3921 |
msgstr ""
|
3922 |
|
3923 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:221
|
3924 |
+
msgid "The venue publication date (UTC time zone)"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
#: src/Tribe/REST/V1/Endpoints/Single_Venue.php:233
|
4097 |
msgid "page"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
+
#: src/Tribe/Template/Day.php:117 src/Tribe/Template/Day.php:133
|
4101 |
msgid "Ongoing"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
+
#: src/Tribe/Template/Day.php:151
|
4105 |
msgid ""
|
4106 |
"No matching %1$s listed under %2$s scheduled for %3$s. Please try another "
|
4107 |
"day."
|
4108 |
msgstr ""
|
4109 |
|
4110 |
+
#: src/Tribe/Template/Day.php:153
|
4111 |
msgid "No %1$s scheduled for %2$s. Please try another day."
|
4112 |
msgstr ""
|
4113 |
|
5305 |
|
5306 |
#: src/admin-views/aggregator/tabs/import-form.php:267
|
5307 |
msgid ""
|
5308 |
+
"Events will be imported with the time zone defined by the source. If no time "
|
5309 |
+
"zone is specified, events will be assigned your site's default time zone "
|
5310 |
"(see %1$sSettings > General%2$s)."
|
5311 |
msgstr ""
|
5312 |
|
5454 |
msgstr ""
|
5455 |
|
5456 |
#: src/admin-views/events-meta-box.php:129
|
5457 |
+
msgid "Time Zone:"
|
5458 |
msgstr ""
|
5459 |
|
5460 |
#: src/admin-views/events-meta-box.php:175
|
5895 |
msgstr ""
|
5896 |
|
5897 |
#: src/admin-views/tribe-options-general.php:165
|
5898 |
+
msgid "Move to trash events older than"
|
5899 |
+
msgstr ""
|
5900 |
+
|
5901 |
+
#: src/admin-views/tribe-options-general.php:166
|
5902 |
+
msgid "This option allows you to automatically move past events to trash."
|
5903 |
+
msgstr ""
|
5904 |
+
|
5905 |
+
#: src/admin-views/tribe-options-general.php:171
|
5906 |
+
#: src/admin-views/tribe-options-general.php:188
|
5907 |
+
msgid "Disabled"
|
5908 |
+
msgstr ""
|
5909 |
+
|
5910 |
+
#: src/admin-views/tribe-options-general.php:172
|
5911 |
+
#: src/admin-views/tribe-options-general.php:189
|
5912 |
+
msgid "3 months"
|
5913 |
+
msgstr ""
|
5914 |
+
|
5915 |
+
#: src/admin-views/tribe-options-general.php:173
|
5916 |
+
#: src/admin-views/tribe-options-general.php:190
|
5917 |
+
msgid "6 months"
|
5918 |
+
msgstr ""
|
5919 |
+
|
5920 |
+
#: src/admin-views/tribe-options-general.php:174
|
5921 |
+
#: src/admin-views/tribe-options-general.php:191
|
5922 |
+
msgid "9 months"
|
5923 |
+
msgstr ""
|
5924 |
+
|
5925 |
+
#: src/admin-views/tribe-options-general.php:175
|
5926 |
+
#: src/admin-views/tribe-options-general.php:192
|
5927 |
+
msgid "1 year"
|
5928 |
+
msgstr ""
|
5929 |
+
|
5930 |
+
#: src/admin-views/tribe-options-general.php:176
|
5931 |
+
#: src/admin-views/tribe-options-general.php:193
|
5932 |
+
msgid "2 years"
|
5933 |
+
msgstr ""
|
5934 |
+
|
5935 |
+
#: src/admin-views/tribe-options-general.php:177
|
5936 |
+
#: src/admin-views/tribe-options-general.php:194
|
5937 |
+
msgid "3 years"
|
5938 |
+
msgstr ""
|
5939 |
+
|
5940 |
+
#: src/admin-views/tribe-options-general.php:182
|
5941 |
+
msgid "Permanently delete events older than"
|
5942 |
+
msgstr ""
|
5943 |
+
|
5944 |
+
#: src/admin-views/tribe-options-general.php:183
|
5945 |
+
msgid ""
|
5946 |
+
"This option allows you to bulk delete past events. Be careful and backup "
|
5947 |
+
"your database before removing your events as there is no way to reverse the "
|
5948 |
+
"changes."
|
5949 |
+
msgstr ""
|
5950 |
+
|
5951 |
+
#: src/admin-views/tribe-options-general.php:199
|
5952 |
msgid "Miscellaneous Settings"
|
5953 |
msgstr ""
|
5954 |
|
5955 |
+
#: src/admin-views/tribe-options-general.php:212
|
5956 |
+
#: src/admin-views/tribe-options-general.php:213
|
5957 |
msgid "View Welcome Page"
|
5958 |
msgstr ""
|
5959 |
|
5960 |
+
#: src/admin-views/tribe-options-general.php:213
|
5961 |
msgid "View the page that displayed when you initially installed the plugin."
|
5962 |
msgstr ""
|
5963 |
|
5964 |
+
#: src/admin-views/tribe-options-general.php:219
|
5965 |
+
#: src/admin-views/tribe-options-general.php:220
|
5966 |
msgid "View Update Page"
|
5967 |
msgstr ""
|
5968 |
|
5969 |
+
#: src/admin-views/tribe-options-general.php:220
|
5970 |
msgid "View the page that displayed when you updated the plugin."
|
5971 |
msgstr ""
|
5972 |
|
5973 |
+
#: src/admin-views/tribe-options-general.php:232
|
5974 |
msgid "Map Settings"
|
5975 |
msgstr ""
|
5976 |
|
5977 |
+
#: src/admin-views/tribe-options-general.php:236
|
5978 |
msgid "Enable Google Maps"
|
5979 |
msgstr ""
|
5980 |
|
5981 |
+
#: src/admin-views/tribe-options-general.php:237
|
5982 |
msgid "Check to enable maps for events and venues."
|
5983 |
msgstr ""
|
5984 |
|
5985 |
+
#: src/admin-views/tribe-options-general.php:244
|
5986 |
msgid "Google Maps default zoom level"
|
5987 |
msgstr ""
|
5988 |
|
5989 |
+
#: src/admin-views/tribe-options-general.php:245
|
5990 |
msgid "0 = zoomed out; 21 = zoomed in."
|
5991 |
msgstr ""
|
5992 |
|
5993 |
#: src/admin-views/tribe-options-timezones.php:7
|
5994 |
+
msgid "Enable Time Zone support"
|
5995 |
msgstr ""
|
5996 |
|
5997 |
#: src/admin-views/tribe-options-timezones.php:9
|
5998 |
+
msgid "Update Time Zone Data"
|
5999 |
msgstr ""
|
6000 |
|
6001 |
#: src/admin-views/tribe-options-timezones.php:10
|
6002 |
msgid ""
|
6003 |
"Click this button to update your database and take advantage of additional "
|
6004 |
+
"time zone capabilities. Please <a href=\"%s\" target=\"_blank\">configure "
|
6005 |
+
"WordPress</a> to use the correct time zone before clicking this button!"
|
6006 |
msgstr ""
|
6007 |
|
6008 |
#: src/admin-views/tribe-options-timezones.php:30
|
6009 |
+
msgid "Time Zone Settings"
|
6010 |
msgstr ""
|
6011 |
|
6012 |
#: src/admin-views/tribe-options-timezones.php:38
|
6013 |
+
msgid "Time zone mode"
|
6014 |
msgstr ""
|
6015 |
|
6016 |
#: src/admin-views/tribe-options-timezones.php:42
|
6017 |
+
msgid "Use the local time zones for each event"
|
6018 |
msgstr ""
|
6019 |
|
6020 |
#: src/admin-views/tribe-options-timezones.php:43
|
6021 |
+
msgid "Use the site-wide time zone everywhere"
|
6022 |
msgstr ""
|
6023 |
|
6024 |
#: src/admin-views/tribe-options-timezones.php:48
|
6025 |
+
msgid "Show time zone"
|
6026 |
msgstr ""
|
6027 |
|
6028 |
#: src/admin-views/tribe-options-timezones.php:49
|
6029 |
msgid ""
|
6030 |
+
"Appends the time zone to the end of event scheduling information – "
|
6031 |
+
"this can be useful when you have events in numerous different time zones."
|
6032 |
msgstr ""
|
6033 |
|
6034 |
#: src/admin-views/venue-meta-box.php:268
|
6146 |
msgid "%s for"
|
6147 |
msgstr ""
|
6148 |
|
6149 |
+
#: src/functions/template-tags/general.php:1332
|
6150 |
msgid "Calendar powered by %s"
|
6151 |
msgstr ""
|
6152 |
|
6369 |
msgid "Next %s"
|
6370 |
msgstr ""
|
6371 |
|
6372 |
+
#: src/views/modules/bar.php:34 src/views/modules/bar.php:70
|
6373 |
msgid "Find %s"
|
6374 |
msgstr ""
|
6375 |
|
6377 |
msgid "Event Views Navigation"
|
6378 |
msgstr ""
|
6379 |
|
6380 |
+
#: src/views/modules/bar.php:42 src/views/modules/bar.php:47
|
6381 |
msgid "View As"
|
6382 |
msgstr ""
|
6383 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: ModernTribe, borkweb, aguseo, barry.hughes, bordoni, brianjessee,
|
|
4 |
Tags: events, calendar, event, venue, organizer, dates, date, google maps, conference, workshop, concert, meeting, seminar, summit, class, modern tribe, tribe, widget
|
5 |
Donate link: http://m.tri.be/29
|
6 |
Requires at least: 4.5
|
7 |
-
Stable tag: 4.6.
|
8 |
Tested up to: 4.9.4
|
9 |
Requires PHP: 5.2.4
|
10 |
License: GPLv2 or later
|
@@ -308,6 +308,14 @@ The plugin is made with love by [Modern Tribe Inc](http://m.tri.be/2s).
|
|
308 |
|
309 |
== Changelog ==
|
310 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
= [4.6.12] 2018-03-08 =
|
312 |
|
313 |
* Fix - Resolved an oversight resulting in notice-level errors when the `tribe_event_is_on_date()` function was called incorrectly (props to @sharewisdom for pointing this out) [99117]
|
4 |
Tags: events, calendar, event, venue, organizer, dates, date, google maps, conference, workshop, concert, meeting, seminar, summit, class, modern tribe, tribe, widget
|
5 |
Donate link: http://m.tri.be/29
|
6 |
Requires at least: 4.5
|
7 |
+
Stable tag: 4.6.13
|
8 |
Tested up to: 4.9.4
|
9 |
Requires PHP: 5.2.4
|
10 |
License: GPLv2 or later
|
308 |
|
309 |
== Changelog ==
|
310 |
|
311 |
+
= [4.6.13] 2018-03-28 =
|
312 |
+
|
313 |
+
* Feature - Added facilities allowing users to trash or permanently delete expired events [98826]
|
314 |
+
* Fix - Corrected the behavior of the previous/next event links rendered on single event pages (props to @jeremyfelt for fixing this) [101757]
|
315 |
+
* Tweak - Added Gutenberg compatibility for the Gutenberg Extension plugin
|
316 |
+
* Tweak - Added new filter `tribe_tickets_venue_action_links_edit_url` to modify the venue edit link for the sales and attendee reports [93923]
|
317 |
+
* Tweak - Altered day view to start at 00:00:00 and not 00:00:01 [99641]
|
318 |
+
|
319 |
= [4.6.12] 2018-03-08 =
|
320 |
|
321 |
* Fix - Resolved an oversight resulting in notice-level errors when the `tribe_event_is_on_date()` function was called incorrectly (props to @sharewisdom for pointing this out) [99117]
|
src/Tribe/Adjacent_Events.php
CHANGED
@@ -216,7 +216,7 @@ class Tribe__Events__Adjacent_Events {
|
|
216 |
'meta_query' => array(
|
217 |
array(
|
218 |
'key' => '_EventStartDate',
|
219 |
-
'value' => $post_obj->
|
220 |
'type' => 'DATETIME',
|
221 |
'compare' => $direction,
|
222 |
),
|
216 |
'meta_query' => array(
|
217 |
array(
|
218 |
'key' => '_EventStartDate',
|
219 |
+
'value' => $post_obj->_EventStartDate,
|
220 |
'type' => 'DATETIME',
|
221 |
'compare' => $direction,
|
222 |
),
|
src/Tribe/Admin/Timezone_Updater.php
CHANGED
@@ -74,8 +74,8 @@ class Tribe__Events__Admin__Timezone_Updater {
|
|
74 |
: 100;
|
75 |
|
76 |
$update = $remaining
|
77 |
-
? __( 'Please wait while
|
78 |
-
: __( 'Update complete:
|
79 |
|
80 |
$update = "<p> $update </p>";
|
81 |
|
@@ -102,7 +102,7 @@ class Tribe__Events__Admin__Timezone_Updater {
|
|
102 |
wp_enqueue_script( $handle, $script, array( 'jquery' ), false, true );
|
103 |
wp_localize_script( $handle, 'tribe_timezone_update', array(
|
104 |
'continue' => $this->update_needed(),
|
105 |
-
'failure_msg' => __( 'A problem stopped the
|
106 |
'check' => wp_create_nonce( 'timezone-settings' ),
|
107 |
) );
|
108 |
}
|
74 |
: 100;
|
75 |
|
76 |
$update = $remaining
|
77 |
+
? __( 'Please wait while time zone data is added to your events.', 'the-events-calendar' )
|
78 |
+
: __( 'Update complete: time zone data has been added to all events in the database.', 'the-events-calendar' );
|
79 |
|
80 |
$update = "<p> $update </p>";
|
81 |
|
102 |
wp_enqueue_script( $handle, $script, array( 'jquery' ), false, true );
|
103 |
wp_localize_script( $handle, 'tribe_timezone_update', array(
|
104 |
'continue' => $this->update_needed(),
|
105 |
+
'failure_msg' => __( 'A problem stopped the time zone update process from completing. Please refresh and try again.', 'the-events-calendar' ),
|
106 |
'check' => wp_create_nonce( 'timezone-settings' ),
|
107 |
) );
|
108 |
}
|
src/Tribe/Aggregator/Record/List_Table.php
CHANGED
@@ -292,7 +292,7 @@ class Tribe__Events__Aggregator__Record__List_Table extends WP_List_Table {
|
|
292 |
'The aggregator origin "%s" contains records, but is not supported and was skipped in the counts.',
|
293 |
$origin
|
294 |
);
|
295 |
-
|
296 |
|
297 |
continue;
|
298 |
}
|
292 |
'The aggregator origin "%s" contains records, but is not supported and was skipped in the counts.',
|
293 |
$origin
|
294 |
);
|
295 |
+
tribe( 'logger' )->log_debug( $debug_message, 'aggregator' );
|
296 |
|
297 |
continue;
|
298 |
}
|
src/Tribe/Aggregator/Tabs/Edit.php
CHANGED
@@ -108,7 +108,7 @@ class Tribe__Events__Aggregator__Tabs__Edit extends Tribe__Events__Aggregator__T
|
|
108 |
);
|
109 |
|
110 |
$meta['post_status'] = empty( $post_data['post_status'] ) ? 'draft' : $post_data['post_status'];
|
111 |
-
$meta['category'] =
|
112 |
|
113 |
$result = $record->save( $post_data['post_id'], array(), $meta );
|
114 |
|
108 |
);
|
109 |
|
110 |
$meta['post_status'] = empty( $post_data['post_status'] ) ? 'draft' : $post_data['post_status'];
|
111 |
+
$meta['category'] = Tribe__Utils__Array::get( $post_data, 'category', null );
|
112 |
|
113 |
$result = $record->save( $post_data['post_id'], array(), $meta );
|
114 |
|
src/Tribe/Asset/Events_Css.php
CHANGED
@@ -52,7 +52,7 @@ class Tribe__Events__Asset__Events_Css extends Tribe__Events__Asset__Abstract_As
|
|
52 |
if ( $user_stylesheet_url ) {
|
53 |
// wp_get_theme() is safe because it has cache
|
54 |
$theme = wp_get_theme();
|
55 |
-
wp_enqueue_style( $name, $user_stylesheet_url, array(), isset( $theme ) ? $theme->get( 'Version' ) : Tribe__Events__Main::VERSION );
|
56 |
}
|
57 |
} else {
|
58 |
|
@@ -68,9 +68,9 @@ class Tribe__Events__Asset__Events_Css extends Tribe__Events__Asset__Abstract_As
|
|
68 |
// set the $media attribute
|
69 |
if ( $name == 'tribe-events-calendar-mobile-style' || $name == 'tribe-events-calendar-full-mobile-style' ) {
|
70 |
$media = "only screen and (max-width: {$mobile_break}px)";
|
71 |
-
wp_enqueue_style( $name, $url, array( 'tribe-events-calendar-style' ), Tribe__Events__Main::VERSION, $media );
|
72 |
} else {
|
73 |
-
wp_register_style( $name, $url, array(), Tribe__Events__Main::VERSION );
|
74 |
wp_enqueue_style( $name );
|
75 |
}
|
76 |
}
|
52 |
if ( $user_stylesheet_url ) {
|
53 |
// wp_get_theme() is safe because it has cache
|
54 |
$theme = wp_get_theme();
|
55 |
+
wp_enqueue_style( $name, $user_stylesheet_url, array( 'tribe-accessibility-css' ), isset( $theme ) ? $theme->get( 'Version' ) : Tribe__Events__Main::VERSION );
|
56 |
}
|
57 |
} else {
|
58 |
|
68 |
// set the $media attribute
|
69 |
if ( $name == 'tribe-events-calendar-mobile-style' || $name == 'tribe-events-calendar-full-mobile-style' ) {
|
70 |
$media = "only screen and (max-width: {$mobile_break}px)";
|
71 |
+
wp_enqueue_style( $name, $url, array( 'tribe-events-calendar-style', 'tribe-accessibility-css' ), Tribe__Events__Main::VERSION, $media );
|
72 |
} else {
|
73 |
+
wp_register_style( $name, $url, array( 'tribe-accessibility-css' ), Tribe__Events__Main::VERSION );
|
74 |
wp_enqueue_style( $name );
|
75 |
}
|
76 |
}
|
src/Tribe/Event_Cleaner.php
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Class Event_Cleaner
|
5 |
+
*
|
6 |
+
* @since 4.6.13
|
7 |
+
*/
|
8 |
+
class Tribe__Events__Event_Cleaner {
|
9 |
+
|
10 |
+
/**
|
11 |
+
* @var $scheduler
|
12 |
+
*/
|
13 |
+
private $scheduler;
|
14 |
+
|
15 |
+
/**
|
16 |
+
* The option name to move old events to trash.
|
17 |
+
*
|
18 |
+
* @var $key_trash_events
|
19 |
+
*
|
20 |
+
* @since 4.6.13
|
21 |
+
*/
|
22 |
+
public $key_trash_events = 'trash-past-events';
|
23 |
+
|
24 |
+
/**
|
25 |
+
* The option name to permanently delete old events.
|
26 |
+
*
|
27 |
+
* @var $key_delete_events
|
28 |
+
*
|
29 |
+
* @since 4.6.13
|
30 |
+
*/
|
31 |
+
public $key_delete_events = 'delete-past-events';
|
32 |
+
|
33 |
+
public function __construct( Tribe__Events__Event_Cleaner_Scheduler $scheduler = null ) {
|
34 |
+
$this->scheduler = $scheduler ? $scheduler : new Tribe__Events__Event_Cleaner_Scheduler();
|
35 |
+
}
|
36 |
+
|
37 |
+
/**
|
38 |
+
* Receives the existing value and the new value (modified by user) for the $key_trash_events option,
|
39 |
+
* compares them and runs the scheduler if the conditions are satisfied.
|
40 |
+
*
|
41 |
+
* @param array $old_value
|
42 |
+
* @param array $new_value
|
43 |
+
*
|
44 |
+
* @since 4.6.13
|
45 |
+
*/
|
46 |
+
public function move_old_events_to_trash( array $old_value, array $new_value ) {
|
47 |
+
$old_value = empty( $old_value[ $this->key_trash_events ] ) ? null : $old_value[ $this->key_trash_events ];
|
48 |
+
$new_value = empty( $new_value[ $this->key_trash_events ] ) ? null : $new_value[ $this->key_trash_events ];
|
49 |
+
|
50 |
+
if ( $new_value == $old_value ) {
|
51 |
+
return;
|
52 |
+
}
|
53 |
+
|
54 |
+
if ( null === $new_value ) {
|
55 |
+
$this->scheduler->trash_clear_scheduled_task();
|
56 |
+
|
57 |
+
return;
|
58 |
+
}
|
59 |
+
|
60 |
+
$this->scheduler->set_trash_new_date( $new_value );
|
61 |
+
$this->scheduler->move_old_events_to_trash();
|
62 |
+
}
|
63 |
+
|
64 |
+
/**
|
65 |
+
* Receives the existing value and the new value (modified by user) for the $key_delete_events option,
|
66 |
+
* compares them and runs the scheduler if the conditions are satisfied.
|
67 |
+
*
|
68 |
+
* @param array $old_value
|
69 |
+
* @param array $new_value
|
70 |
+
*
|
71 |
+
* @since 4.6.13
|
72 |
+
*/
|
73 |
+
public function permanently_delete_old_events( array $old_value, array $new_value ) {
|
74 |
+
$old_value = empty( $old_value[ $this->key_delete_events ] ) ? null : $old_value[ $this->key_delete_events ];
|
75 |
+
$new_value = empty( $new_value[ $this->key_delete_events ] ) ? null : $new_value[ $this->key_delete_events ];
|
76 |
+
|
77 |
+
if ( $new_value == $old_value ) {
|
78 |
+
return;
|
79 |
+
}
|
80 |
+
|
81 |
+
if ( null === $new_value ) {
|
82 |
+
$this->scheduler->delete_clear_scheduled_task();
|
83 |
+
|
84 |
+
return;
|
85 |
+
}
|
86 |
+
|
87 |
+
$this->scheduler->set_delete_new_date( $new_value );
|
88 |
+
$this->scheduler->permanently_delete_old_events();
|
89 |
+
}
|
90 |
+
}
|
src/Tribe/Event_Cleaner_Scheduler.php
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* Class Event_Cleaner_Scheduler
|
5 |
+
*
|
6 |
+
* Uses cron to move old events to trash and/or permanently delete them.
|
7 |
+
*
|
8 |
+
* @since 4.6.13
|
9 |
+
*/
|
10 |
+
class Tribe__Events__Event_Cleaner_Scheduler {
|
11 |
+
|
12 |
+
/**
|
13 |
+
* The name of the cron event to permanently delete past events.
|
14 |
+
* @static $del_cron_hook
|
15 |
+
*/
|
16 |
+
public static $del_cron_hook = 'tribe_del_event_cron';
|
17 |
+
|
18 |
+
/**
|
19 |
+
* The name of the cron event to move past events to trash.
|
20 |
+
* @static $trash_cron_hook
|
21 |
+
*/
|
22 |
+
public static $trash_cron_hook = 'tribe_trash_event_cron';
|
23 |
+
|
24 |
+
/**
|
25 |
+
* The new value for the $key_trash_events option.
|
26 |
+
*
|
27 |
+
* @var $trash_new_date
|
28 |
+
*
|
29 |
+
* @since 4.6.13
|
30 |
+
*/
|
31 |
+
public $trash_new_date;
|
32 |
+
|
33 |
+
/**
|
34 |
+
* The new value for the $key_delete_events option.
|
35 |
+
*
|
36 |
+
* @var $del_new_date
|
37 |
+
*
|
38 |
+
* @since 4.6.13
|
39 |
+
*/
|
40 |
+
public $del_new_date;
|
41 |
+
|
42 |
+
/**
|
43 |
+
* Receives the existing values for $key_trash_events and $key_delete_events options
|
44 |
+
* and defines them as trash_new_date and del_new_date variables.
|
45 |
+
*
|
46 |
+
* @param mixed $move_to_trash
|
47 |
+
* @param mixed $permanently_delete
|
48 |
+
*
|
49 |
+
* @since 4.6.13
|
50 |
+
*/
|
51 |
+
public function __construct( $move_to_trash = null, $permanently_delete = null ) {
|
52 |
+
$this->trash_new_date = $move_to_trash;
|
53 |
+
$this->del_new_date = $permanently_delete;
|
54 |
+
}
|
55 |
+
|
56 |
+
/**
|
57 |
+
* Receives the new user-defined value for $key_trash_events option
|
58 |
+
* and defines it as the trash_new_date variable.
|
59 |
+
*
|
60 |
+
* @param mixed $trash_new_value - the value for the $key_trash_events option
|
61 |
+
*
|
62 |
+
* @since 4.6.13
|
63 |
+
*/
|
64 |
+
public function set_trash_new_date( $trash_new_value ) {
|
65 |
+
$this->trash_new_date = $trash_new_value;
|
66 |
+
}
|
67 |
+
|
68 |
+
/**
|
69 |
+
* Receives the new user-defined value for $key_delete_events option
|
70 |
+
* and defines it as the del_new_date variable.
|
71 |
+
*
|
72 |
+
* @param mixed $del_new_value - the value for the $key_delete_events option
|
73 |
+
*
|
74 |
+
* @since 4.6.13
|
75 |
+
*/
|
76 |
+
public function set_delete_new_date( $del_new_value ) {
|
77 |
+
$this->del_new_date = $del_new_value;
|
78 |
+
}
|
79 |
+
|
80 |
+
/**
|
81 |
+
* Schedules the hooks to delete and move old events to trash
|
82 |
+
* These hooks will be executed daily.
|
83 |
+
*
|
84 |
+
* @since 4.6.13
|
85 |
+
*/
|
86 |
+
public function add_hooks() {
|
87 |
+
if ( ! wp_next_scheduled( self::$trash_cron_hook ) && $this->trash_new_date != null ) {
|
88 |
+
wp_schedule_event( time(), 'daily', self::$trash_cron_hook );
|
89 |
+
}
|
90 |
+
|
91 |
+
if ( ! wp_next_scheduled( self::$del_cron_hook ) && $this->del_new_date != null ) {
|
92 |
+
wp_schedule_event( time(), 'daily', self::$del_cron_hook );
|
93 |
+
}
|
94 |
+
|
95 |
+
if ( null != $this->trash_new_date ) {
|
96 |
+
add_action( self::$trash_cron_hook, array( $this, 'move_old_events_to_trash' ), 10, 0 );
|
97 |
+
}
|
98 |
+
|
99 |
+
if ( null != $this->del_new_date ) {
|
100 |
+
add_action( self::$del_cron_hook, array( $this, 'permanently_delete_old_events' ), 10, 0 );
|
101 |
+
}
|
102 |
+
|
103 |
+
add_action( 'tribe_events_blog_deactivate', array( $this, 'trash_clear_scheduled_task' ) );
|
104 |
+
add_action( 'tribe_events_blog_deactivate', array( $this, 'delete_clear_scheduled_task' ) );
|
105 |
+
}
|
106 |
+
|
107 |
+
/**
|
108 |
+
* Removes the hooks
|
109 |
+
*
|
110 |
+
* @since 4.6.13
|
111 |
+
*/
|
112 |
+
public function remove_hooks() {
|
113 |
+
remove_action( self::$trash_cron_hook, array( $this, 'move_old_events_to_trash' ) );
|
114 |
+
remove_action( self::$del_cron_hook, array( $this, 'permanently_delete_old_events' ) );
|
115 |
+
}
|
116 |
+
|
117 |
+
/**
|
118 |
+
* Un-schedules all previously-scheduled cron jobs for tribe_trash_event_cron
|
119 |
+
*
|
120 |
+
* @since 4.6.13
|
121 |
+
*/
|
122 |
+
public function trash_clear_scheduled_task() {
|
123 |
+
wp_clear_scheduled_hook( self::$trash_cron_hook );
|
124 |
+
}
|
125 |
+
|
126 |
+
/**
|
127 |
+
* Un-schedules all previously-scheduled cron jobs for tribe_del_event_cron
|
128 |
+
*
|
129 |
+
* @since 4.6.13
|
130 |
+
*/
|
131 |
+
public function delete_clear_scheduled_task() {
|
132 |
+
wp_clear_scheduled_hook( self::$del_cron_hook );
|
133 |
+
}
|
134 |
+
|
135 |
+
/**
|
136 |
+
* Selects events to be moved to trash or permanently deleted.
|
137 |
+
*
|
138 |
+
* @since 4.6.13
|
139 |
+
*
|
140 |
+
* @param int $month - The value chosen by user to purge all events older than x months
|
141 |
+
*
|
142 |
+
* @return array $post_ids - an array of event Post_IDs with the Event End Date older than $month
|
143 |
+
*/
|
144 |
+
public function select_events_to_purge( $month ) {
|
145 |
+
/** @var wpdb $wpdb */
|
146 |
+
global $wpdb;
|
147 |
+
|
148 |
+
$event_post_type = Tribe__Events__Main::POSTTYPE;
|
149 |
+
|
150 |
+
$posts_with_parents_sql = "SELECT DISTINCT post_parent
|
151 |
+
FROM {$wpdb->posts}
|
152 |
+
WHERE post_type= '$event_post_type'
|
153 |
+
AND post_parent <> 0
|
154 |
+
";
|
155 |
+
|
156 |
+
$sql = "SELECT post_id
|
157 |
+
FROM {$wpdb->posts} AS t1
|
158 |
+
INNER JOIN {$wpdb->postmeta} AS t2 ON t1.ID = t2.post_id
|
159 |
+
WHERE t1.post_type = %d
|
160 |
+
AND t2.meta_key = '_EventEndDate'
|
161 |
+
AND t2.meta_value <= DATE_SUB( CURDATE(), INTERVAL %d MONTH )
|
162 |
+
AND t1.post_parent = 0
|
163 |
+
AND t1.ID NOT IN ( $posts_with_parents_sql )
|
164 |
+
";
|
165 |
+
|
166 |
+
/**
|
167 |
+
* Filter - Allows users to manipulate the cleanup query
|
168 |
+
*
|
169 |
+
* @param string $sql - The query statement
|
170 |
+
*
|
171 |
+
* @since 4.6.13
|
172 |
+
*/
|
173 |
+
$sql = apply_filters( 'tribe_events_delete_old_events_sql', $sql );
|
174 |
+
|
175 |
+
$args = array(
|
176 |
+
'post_type' => $event_post_type,
|
177 |
+
'date' => $month,
|
178 |
+
);
|
179 |
+
|
180 |
+
/**
|
181 |
+
* Filter - Allows users to modify the query's placeholders
|
182 |
+
*
|
183 |
+
* @param array $args - The array of variables
|
184 |
+
*
|
185 |
+
* @since TDB
|
186 |
+
*/
|
187 |
+
$args = apply_filters( 'tribe_events_delete_old_events_sql_args', $args );
|
188 |
+
|
189 |
+
/**
|
190 |
+
* Returns an array of Post IDs (events) that ended before a specific date
|
191 |
+
*/
|
192 |
+
$post_ids = $wpdb->get_col( $wpdb->prepare( $sql, $args ) );
|
193 |
+
|
194 |
+
return $post_ids;
|
195 |
+
}
|
196 |
+
|
197 |
+
/**
|
198 |
+
* Moves to trash events that ended before a date specified by user
|
199 |
+
*
|
200 |
+
* @since 4.6.13
|
201 |
+
*
|
202 |
+
* @return mixed
|
203 |
+
*/
|
204 |
+
public function move_old_events_to_trash() {
|
205 |
+
|
206 |
+
$month = $this->trash_new_date;
|
207 |
+
|
208 |
+
$post_ids = $this->select_events_to_purge( $month );
|
209 |
+
|
210 |
+
if ( empty( $post_ids ) ) {
|
211 |
+
return;
|
212 |
+
}
|
213 |
+
|
214 |
+
foreach ( $post_ids as $post_id ) {
|
215 |
+
wp_trash_post( $post_id );
|
216 |
+
}
|
217 |
+
}
|
218 |
+
|
219 |
+
/**
|
220 |
+
* Permanently deletes events that ended before a date specified by user
|
221 |
+
*
|
222 |
+
* @since 4.6.13
|
223 |
+
*
|
224 |
+
* @return mixed - The post object (if it was deleted successfully) or false (failure)
|
225 |
+
*/
|
226 |
+
public function permanently_delete_old_events() {
|
227 |
+
|
228 |
+
$month = $this->del_new_date;
|
229 |
+
|
230 |
+
$post_ids = $this->select_events_to_purge( $month );
|
231 |
+
|
232 |
+
if ( empty( $post_ids ) ) {
|
233 |
+
return;
|
234 |
+
}
|
235 |
+
|
236 |
+
foreach ( $post_ids as $post_id ) {
|
237 |
+
wp_delete_post( $post_id, true );
|
238 |
+
}
|
239 |
+
}
|
240 |
+
}
|
241 |
+
|
src/Tribe/Event_Tickets/Attendees_Report.php
CHANGED
@@ -44,10 +44,20 @@ class Tribe__Events__Event_Tickets__Attendees_Report {
|
|
44 |
if ( tribe_has_venue( $event_id ) ) {
|
45 |
$venue_id = tribe_get_venue_id( $event_id );
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
echo '
|
48 |
<li class="venue-name">
|
49 |
<strong>' . tribe_get_venue_label_singular() . ': </strong>
|
50 |
-
<a href="' .
|
51 |
</li>
|
52 |
';
|
53 |
}
|
44 |
if ( tribe_has_venue( $event_id ) ) {
|
45 |
$venue_id = tribe_get_venue_id( $event_id );
|
46 |
|
47 |
+
/**
|
48 |
+
* Allows for control of the specific "edit post" URLs used for venue.
|
49 |
+
*
|
50 |
+
* @since 4.6.13
|
51 |
+
*
|
52 |
+
* @param string $link The default "edit post" URL.
|
53 |
+
* @param int $venue_id The Post ID of the venue.
|
54 |
+
*/
|
55 |
+
$edit_venue_link = apply_filters( 'tribe_tickets_venue_action_links_edit_url', get_edit_post_link( $venue_id ), $venue_id );
|
56 |
+
|
57 |
echo '
|
58 |
<li class="venue-name">
|
59 |
<strong>' . tribe_get_venue_label_singular() . ': </strong>
|
60 |
+
<a href="' . esc_url( $edit_venue_link ) . '" title="' . esc_html__( 'Edit Venue', 'the-events-calendar' ) . '">' . tribe_get_venue( $event_id ) . '</a>
|
61 |
</li>
|
62 |
';
|
63 |
}
|
src/Tribe/Gutenberg.php
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
class Tribe__Events__Gutenberg {
|
3 |
+
/**
|
4 |
+
* Extension hooks and initialization; exits if the extension is not authorized by Tribe Common to run.
|
5 |
+
*
|
6 |
+
* @since 4.6.13
|
7 |
+
*/
|
8 |
+
public function hook() {
|
9 |
+
// Bail if we already have the extension
|
10 |
+
if ( $this->is_extension_active() ) {
|
11 |
+
return;
|
12 |
+
}
|
13 |
+
|
14 |
+
// Bail if Gutenberg is not active
|
15 |
+
if ( ! $this->is_gutenberg_active() || ! $this->is_blocks_editor_active() ) {
|
16 |
+
return;
|
17 |
+
}
|
18 |
+
|
19 |
+
tribe_notice(
|
20 |
+
'gutenberg-extension',
|
21 |
+
array( $this, 'notice' ),
|
22 |
+
array(
|
23 |
+
'type' => 'warning',
|
24 |
+
'dismiss' => 1,
|
25 |
+
'wrap' => 'p',
|
26 |
+
)
|
27 |
+
);
|
28 |
+
}
|
29 |
+
|
30 |
+
/**
|
31 |
+
* Checks if we have The Events Calendar Gutenberg Extension active
|
32 |
+
*
|
33 |
+
* @since 4.6.13
|
34 |
+
*
|
35 |
+
* @return boolean
|
36 |
+
*/
|
37 |
+
public function is_extension_active() {
|
38 |
+
return class_exists( 'Tribe__Events_Gutenberg__Plugin' );
|
39 |
+
}
|
40 |
+
|
41 |
+
/**
|
42 |
+
* Checks if we have Gutenberg Project online, only useful while
|
43 |
+
* its a external plugin
|
44 |
+
*
|
45 |
+
* @todo Revise when Gutenberg is merged into core
|
46 |
+
*
|
47 |
+
* @since 4.6.13
|
48 |
+
*
|
49 |
+
* @return boolean
|
50 |
+
*/
|
51 |
+
public function is_gutenberg_active() {
|
52 |
+
return function_exists( 'the_gutenberg_project' );
|
53 |
+
}
|
54 |
+
|
55 |
+
/**
|
56 |
+
* Checks if we have Editor Block active
|
57 |
+
*
|
58 |
+
* @since 4.6.13
|
59 |
+
*
|
60 |
+
* @return boolean
|
61 |
+
*/
|
62 |
+
public function is_blocks_editor_active() {
|
63 |
+
return function_exists( 'register_block_type' ) && function_exists( 'unregister_block_type' );
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
* HTML for the notice from Gutenberg Extension download
|
68 |
+
*
|
69 |
+
* @since 4.6.13
|
70 |
+
*
|
71 |
+
* @return string
|
72 |
+
*/
|
73 |
+
public function notice() {
|
74 |
+
if ( ! current_user_can( 'activate_plugins' ) ) {
|
75 |
+
return false;
|
76 |
+
}
|
77 |
+
|
78 |
+
$url = 'http://m.tri.be/19zc';
|
79 |
+
$link = sprintf(
|
80 |
+
'<a href="%1$s" target="_blank">%2$s</a>',
|
81 |
+
esc_url( $url ),
|
82 |
+
esc_html__( 'Download our Events Gutenberg extension and start using the block editor on your events!', 'the-events-calendar' )
|
83 |
+
);
|
84 |
+
$text = __( 'Looks like you are using Gutenberg on this WordPress installation. %1$s', 'the-events-calendar' );
|
85 |
+
|
86 |
+
return sprintf( $text, $link );
|
87 |
+
}
|
88 |
+
}
|
src/Tribe/Importer/Column_Mapper.php
CHANGED
@@ -68,7 +68,7 @@ class Tribe__Events__Importer__Column_Mapper {
|
|
68 |
'event_start_time' => esc_html__( 'Event Start Time', 'the-events-calendar' ),
|
69 |
'event_end_date' => esc_html__( 'Event End Date', 'the-events-calendar' ),
|
70 |
'event_end_time' => esc_html__( 'Event End Time', 'the-events-calendar' ),
|
71 |
-
'event_timezone' => esc_html__( 'Event
|
72 |
'event_all_day' => esc_html__( 'All Day Event', 'the-events-calendar' ),
|
73 |
'event_hide' => esc_html__( 'Hide Event From Event Listings', 'the-events-calendar' ),
|
74 |
'event_sticky' => esc_html__( 'Event Sticky in Month View', 'the-events-calendar' ),
|
68 |
'event_start_time' => esc_html__( 'Event Start Time', 'the-events-calendar' ),
|
69 |
'event_end_date' => esc_html__( 'Event End Date', 'the-events-calendar' ),
|
70 |
'event_end_time' => esc_html__( 'Event End Time', 'the-events-calendar' ),
|
71 |
+
'event_timezone' => esc_html__( 'Event Time Zone', 'the-events-calendar' ),
|
72 |
'event_all_day' => esc_html__( 'All Day Event', 'the-events-calendar' ),
|
73 |
'event_hide' => esc_html__( 'Hide Event From Event Listings', 'the-events-calendar' ),
|
74 |
'event_sticky' => esc_html__( 'Event Sticky in Month View', 'the-events-calendar' ),
|
src/Tribe/Importer/Plugin.php
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
* Class Tribe__Events__Importer__Plugin
|
5 |
*/
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* Class Tribe__Events__Importer__Plugin
|
4 |
*/
|
src/Tribe/Linked_Posts.php
CHANGED
@@ -172,6 +172,24 @@ class Tribe__Events__Linked_Posts {
|
|
172 |
return self::META_KEY_PREFIX . $post_type;
|
173 |
}
|
174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
/**
|
176 |
* Returns the post type's form field container name
|
177 |
*
|
@@ -571,6 +589,19 @@ class Tribe__Events__Linked_Posts {
|
|
571 |
return $linked_posts;
|
572 |
}
|
573 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
574 |
/**
|
575 |
* Unlinks two posts from eachother
|
576 |
*
|
@@ -729,6 +760,11 @@ class Tribe__Events__Linked_Posts {
|
|
729 |
$linked_posts = array( $linked_posts[0] );
|
730 |
}
|
731 |
|
|
|
|
|
|
|
|
|
|
|
732 |
$currently_linked_posts = $this->get_linked_posts_by_post_type( $event_id, $linked_post_type );
|
733 |
$currently_linked_posts = wp_list_pluck( $currently_linked_posts, 'ID' );
|
734 |
|
172 |
return self::META_KEY_PREFIX . $post_type;
|
173 |
}
|
174 |
|
175 |
+
/**
|
176 |
+
* Returns the meta key for linked post order
|
177 |
+
*
|
178 |
+
* @since 4.6.13
|
179 |
+
*
|
180 |
+
* @param string $post_type Post Type
|
181 |
+
*
|
182 |
+
* @return bool|string
|
183 |
+
*/
|
184 |
+
public function get_order_meta_key( $post_type ) {
|
185 |
+
|
186 |
+
if ( 'tribe_organizer' === $post_type ) {
|
187 |
+
return '_EventOrganizerID_Order';
|
188 |
+
}
|
189 |
+
|
190 |
+
return false;
|
191 |
+
}
|
192 |
+
|
193 |
/**
|
194 |
* Returns the post type's form field container name
|
195 |
*
|
589 |
return $linked_posts;
|
590 |
}
|
591 |
|
592 |
+
/**
|
593 |
+
* Save Order of Linked Posts
|
594 |
+
*
|
595 |
+
* @since 4.6.13
|
596 |
+
*
|
597 |
+
* @param int $target_post_id post id to save meta from
|
598 |
+
* @param string $post_type the post-type to get the key for
|
599 |
+
* @param array $current_order an array of the linked post ids being saved
|
600 |
+
*/
|
601 |
+
public function order_linked_posts( $target_post_id, $post_type, $current_order ) {
|
602 |
+
update_post_meta( $target_post_id, $this->get_order_meta_key( $post_type ), $current_order );
|
603 |
+
}
|
604 |
+
|
605 |
/**
|
606 |
* Unlinks two posts from eachother
|
607 |
*
|
760 |
$linked_posts = array( $linked_posts[0] );
|
761 |
}
|
762 |
|
763 |
+
// if we allow multiples and there is more then one save current order
|
764 |
+
if ( $this->allow_multiple( $linked_post_type ) && count( $linked_posts ) > 1 ) {
|
765 |
+
$this->order_linked_posts( $event_id, $linked_post_type, $submission[ $linked_post_type_id_field ] );
|
766 |
+
}
|
767 |
+
|
768 |
$currently_linked_posts = $this->get_linked_posts_by_post_type( $event_id, $linked_post_type );
|
769 |
$currently_linked_posts = wp_list_pluck( $currently_linked_posts, 'ID' );
|
770 |
|
src/Tribe/Linked_Posts/Chooser_Meta_Box.php
CHANGED
@@ -92,6 +92,14 @@ class Tribe__Events__Linked_Posts__Chooser_Meta_Box {
|
|
92 |
$post_id = $this->event->ID;
|
93 |
$current_linked_post_meta_key = $this->linked_posts->get_meta_key( $this->post_type );
|
94 |
$current_linked_posts = get_post_meta( $post_id, $current_linked_post_meta_key, false );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
/**
|
97 |
* Allows for filtering the array of values retrieved for a specific linked post meta field.
|
92 |
$post_id = $this->event->ID;
|
93 |
$current_linked_post_meta_key = $this->linked_posts->get_meta_key( $this->post_type );
|
94 |
$current_linked_posts = get_post_meta( $post_id, $current_linked_post_meta_key, false );
|
95 |
+
if ( $linked_post_order_field = $this->linked_posts->get_order_meta_key( $this->post_type ) ) {
|
96 |
+
$linked_post_order = get_post_meta( $post_id, $linked_post_order_field, true );
|
97 |
+
}
|
98 |
+
|
99 |
+
// if there are linked post order use that instead of the current linked post to change the order
|
100 |
+
if ( ! empty( $linked_post_order ) ) {
|
101 |
+
$current_linked_posts = $linked_post_order;
|
102 |
+
}
|
103 |
|
104 |
/**
|
105 |
* Allows for filtering the array of values retrieved for a specific linked post meta field.
|
src/Tribe/Main.php
CHANGED
@@ -32,7 +32,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
32 |
const VENUE_POST_TYPE = 'tribe_venue';
|
33 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
34 |
|
35 |
-
const VERSION = '4.6.
|
36 |
const MIN_ADDON_VERSION = '4.4';
|
37 |
const MIN_COMMON_VERSION = '4.7.3';
|
38 |
|
@@ -444,6 +444,12 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
444 |
// Adjacent Events
|
445 |
tribe_singleton( 'tec.adjacent-events', 'Tribe__Events__Adjacent_Events' );
|
446 |
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
/**
|
448 |
* Allows other plugins and services to override/change the bound implementations.
|
449 |
*/
|
@@ -684,6 +690,10 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
684 |
add_filter( 'tribe_meta_chunker_post_types', array( $this, 'filter_meta_chunker_post_types' ) );
|
685 |
tribe( 'chunker' );
|
686 |
|
|
|
|
|
|
|
|
|
687 |
// Register slug conflict notices (but test to see if tribe_notice() is indeed available, in case another plugin
|
688 |
// is hosting an earlier version of tribe-common which is already active)
|
689 |
//
|
@@ -711,6 +721,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
711 |
tribe( 'tec.ignored-events' );
|
712 |
tribe( 'tec.iCal' );
|
713 |
tribe( 'tec.rest-v1.main' );
|
|
|
714 |
}
|
715 |
|
716 |
/**
|
@@ -766,6 +777,8 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
766 |
|
767 |
Tribe__Debug::debug( sprintf( esc_html__( 'Initializing Tribe Events on %s', 'the-events-calendar' ), date( 'M, jS \a\t h:m:s a' ) ) );
|
768 |
$this->maybeSetTECVersion();
|
|
|
|
|
769 |
}
|
770 |
|
771 |
/**
|
@@ -2148,6 +2161,23 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
2148 |
}
|
2149 |
}
|
2150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2151 |
/**
|
2152 |
* Make sure we are loading a style for all logged-in users when we have the admin menu
|
2153 |
* @return void
|
@@ -3774,23 +3804,33 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
3774 |
*/
|
3775 |
public function addEventBox() {
|
3776 |
add_meta_box(
|
3777 |
-
'tribe_events_event_details',
|
3778 |
-
|
3779 |
-
|
3780 |
-
|
|
|
|
|
|
|
|
|
|
|
3781 |
);
|
|
|
3782 |
add_meta_box(
|
3783 |
-
'tribe_events_event_options',
|
3784 |
-
|
3785 |
-
|
3786 |
-
|
|
|
|
|
3787 |
);
|
3788 |
|
3789 |
add_meta_box(
|
3790 |
-
'tribe_events_venue_details',
|
3791 |
-
|
3792 |
-
|
3793 |
-
|
|
|
|
|
3794 |
);
|
3795 |
|
3796 |
if ( ! class_exists( 'Tribe__Events__Pro__Main' ) ) {
|
@@ -3798,10 +3838,12 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
3798 |
}
|
3799 |
|
3800 |
add_meta_box(
|
3801 |
-
'tribe_events_organizer_details',
|
3802 |
-
|
3803 |
-
|
3804 |
-
|
|
|
|
|
3805 |
);
|
3806 |
}
|
3807 |
|
32 |
const VENUE_POST_TYPE = 'tribe_venue';
|
33 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
34 |
|
35 |
+
const VERSION = '4.6.13';
|
36 |
const MIN_ADDON_VERSION = '4.4';
|
37 |
const MIN_COMMON_VERSION = '4.7.3';
|
38 |
|
444 |
// Adjacent Events
|
445 |
tribe_singleton( 'tec.adjacent-events', 'Tribe__Events__Adjacent_Events' );
|
446 |
|
447 |
+
// Purge Expired events
|
448 |
+
tribe_singleton( 'tec.event-cleaner', new Tribe__Events__Event_Cleaner() );
|
449 |
+
|
450 |
+
// Gutenberg Extension
|
451 |
+
tribe_singleton( 'tec.gutenberg', 'Tribe__Events__Gutenberg', array( 'hook' ) );
|
452 |
+
|
453 |
/**
|
454 |
* Allows other plugins and services to override/change the bound implementations.
|
455 |
*/
|
690 |
add_filter( 'tribe_meta_chunker_post_types', array( $this, 'filter_meta_chunker_post_types' ) );
|
691 |
tribe( 'chunker' );
|
692 |
|
693 |
+
// Purge old events
|
694 |
+
add_action( 'update_option_' . Tribe__Main::OPTIONNAME, tribe_callback( 'tec.event-cleaner', 'move_old_events_to_trash' ), 10, 2 );
|
695 |
+
add_action( 'update_option_' . Tribe__Main::OPTIONNAME, tribe_callback( 'tec.event-cleaner', 'permanently_delete_old_events' ), 10, 2 );
|
696 |
+
|
697 |
// Register slug conflict notices (but test to see if tribe_notice() is indeed available, in case another plugin
|
698 |
// is hosting an earlier version of tribe-common which is already active)
|
699 |
//
|
721 |
tribe( 'tec.ignored-events' );
|
722 |
tribe( 'tec.iCal' );
|
723 |
tribe( 'tec.rest-v1.main' );
|
724 |
+
tribe( 'tec.gutenberg' );
|
725 |
}
|
726 |
|
727 |
/**
|
777 |
|
778 |
Tribe__Debug::debug( sprintf( esc_html__( 'Initializing Tribe Events on %s', 'the-events-calendar' ), date( 'M, jS \a\t h:m:s a' ) ) );
|
779 |
$this->maybeSetTECVersion();
|
780 |
+
|
781 |
+
$this->run_scheduler();
|
782 |
}
|
783 |
|
784 |
/**
|
2161 |
}
|
2162 |
}
|
2163 |
|
2164 |
+
/**
|
2165 |
+
* Runs the Event Scheduler to purge old events
|
2166 |
+
*
|
2167 |
+
* @return void
|
2168 |
+
*/
|
2169 |
+
public function run_scheduler() {
|
2170 |
+
if ( ! empty( $this->scheduler ) ) {
|
2171 |
+
$this->scheduler->remove_hooks();
|
2172 |
+
}
|
2173 |
+
|
2174 |
+
$this->scheduler = new Tribe__Events__Event_Cleaner_Scheduler(
|
2175 |
+
tribe_get_option( tribe( 'tec.event-cleaner' )->key_trash_events, null ),
|
2176 |
+
tribe_get_option( tribe( 'tec.event-cleaner' )->key_delete_events, null )
|
2177 |
+
);
|
2178 |
+
$this->scheduler->add_hooks();
|
2179 |
+
}
|
2180 |
+
|
2181 |
/**
|
2182 |
* Make sure we are loading a style for all logged-in users when we have the admin menu
|
2183 |
* @return void
|
3804 |
*/
|
3805 |
public function addEventBox() {
|
3806 |
add_meta_box(
|
3807 |
+
'tribe_events_event_details',
|
3808 |
+
$this->plugin_name,
|
3809 |
+
array( $this, 'EventsChooserBox' ),
|
3810 |
+
self::POSTTYPE,
|
3811 |
+
'normal',
|
3812 |
+
'high',
|
3813 |
+
array(
|
3814 |
+
'__back_compat_meta_box' => true,
|
3815 |
+
)
|
3816 |
);
|
3817 |
+
|
3818 |
add_meta_box(
|
3819 |
+
'tribe_events_event_options',
|
3820 |
+
sprintf( esc_html__( '%s Options', 'the-events-calendar' ), $this->singular_event_label ),
|
3821 |
+
array( $this, 'eventMetaBox' ),
|
3822 |
+
self::POSTTYPE,
|
3823 |
+
'side',
|
3824 |
+
'default'
|
3825 |
);
|
3826 |
|
3827 |
add_meta_box(
|
3828 |
+
'tribe_events_venue_details',
|
3829 |
+
sprintf( esc_html__( '%s Information', 'the-events-calendar' ), $this->singular_venue_label ),
|
3830 |
+
array( $this, 'VenueMetaBox' ),
|
3831 |
+
self::VENUE_POST_TYPE,
|
3832 |
+
'normal',
|
3833 |
+
'high'
|
3834 |
);
|
3835 |
|
3836 |
if ( ! class_exists( 'Tribe__Events__Pro__Main' ) ) {
|
3838 |
}
|
3839 |
|
3840 |
add_meta_box(
|
3841 |
+
'tribe_events_organizer_details',
|
3842 |
+
sprintf( esc_html__( '%s Information', 'the-events-calendar' ), $this->singular_organizer_label ),
|
3843 |
+
array( $this, 'OrganizerMetaBox' ),
|
3844 |
+
self::ORGANIZER_POST_TYPE,
|
3845 |
+
'normal',
|
3846 |
+
'high'
|
3847 |
);
|
3848 |
}
|
3849 |
|
src/Tribe/Options_Exception.php
CHANGED
@@ -16,7 +16,7 @@ if ( ! class_exists( 'Tribe__Events__Options_Exception' ) ) {
|
|
16 |
public static function displayMessage() {
|
17 |
$eventsOptions = get_option( Tribe__Events__Main::OPTIONNAME, array() );
|
18 |
if ( isset( $eventsOptions['error'] ) && $eventsOptions['error'] ) : ?>
|
19 |
-
<script
|
20 |
<?php endif;
|
21 |
}
|
22 |
} // end Tribe__Events__Options_Exception
|
16 |
public static function displayMessage() {
|
17 |
$eventsOptions = get_option( Tribe__Events__Main::OPTIONNAME, array() );
|
18 |
if ( isset( $eventsOptions['error'] ) && $eventsOptions['error'] ) : ?>
|
19 |
+
<script>jQuery('#tribe-events-options-error').append('<h2><?php esc_html_e( 'Error', 'the-events-calendar' ); ?></h2><p>' + '<?php echo $eventsOptions['error']; ?>' + '</p>').show();</script>
|
20 |
<?php endif;
|
21 |
}
|
22 |
} // end Tribe__Events__Options_Exception
|
src/Tribe/Post_Exception.php
CHANGED
@@ -17,7 +17,7 @@ if ( ! class_exists( 'Tribe__Events__Post_Exception' ) ) {
|
|
17 |
*/
|
18 |
public static function displayMessage( $postId ) {
|
19 |
if ( $error = get_post_meta( $postId, Tribe__Events__Main::EVENTSERROROPT, true ) ) : ?>
|
20 |
-
<script
|
21 |
jQuery('#tribe-events-post-error')
|
22 |
.append('<h2><?php esc_html_e( 'Error', 'the-events-calendar' ); ?></h2><p>' + '<?php echo $error; ?>' + '</p>')
|
23 |
.show();
|
17 |
*/
|
18 |
public static function displayMessage( $postId ) {
|
19 |
if ( $error = get_post_meta( $postId, Tribe__Events__Main::EVENTSERROROPT, true ) ) : ?>
|
20 |
+
<script>
|
21 |
jQuery('#tribe-events-post-error')
|
22 |
.append('<h2><?php esc_html_e( 'Error', 'the-events-calendar' ); ?></h2><p>' + '<?php echo $error; ?>' + '</p>')
|
23 |
.show();
|
src/Tribe/Query.php
CHANGED
@@ -303,7 +303,7 @@ if ( ! class_exists( 'Tribe__Events__Query' ) ) {
|
|
303 |
case 'day':
|
304 |
$event_date = $query->get( 'eventDate' ) != '' ? $query->get( 'eventDate' ) : date( 'Y-m-d', current_time( 'timestamp' ) );
|
305 |
$query->set( 'eventDate', $event_date );
|
306 |
-
$beginning_of_day = strtotime( tribe_beginning_of_day( $event_date ) )
|
307 |
$query->set( 'start_date', date_i18n( Tribe__Date_Utils::DBDATETIMEFORMAT, $beginning_of_day ) );
|
308 |
$query->set( 'end_date', tribe_end_of_day( $event_date ) );
|
309 |
$query->set( 'posts_per_page', - 1 ); // show ALL day posts
|
303 |
case 'day':
|
304 |
$event_date = $query->get( 'eventDate' ) != '' ? $query->get( 'eventDate' ) : date( 'Y-m-d', current_time( 'timestamp' ) );
|
305 |
$query->set( 'eventDate', $event_date );
|
306 |
+
$beginning_of_day = strtotime( tribe_beginning_of_day( $event_date ) );
|
307 |
$query->set( 'start_date', date_i18n( Tribe__Date_Utils::DBDATETIMEFORMAT, $beginning_of_day ) );
|
308 |
$query->set( 'end_date', tribe_end_of_day( $event_date ) );
|
309 |
$query->set( 'posts_per_page', - 1 ); // show ALL day posts
|
src/Tribe/REST/V1/Documentation/Event_Definition_Provider.php
CHANGED
@@ -38,7 +38,7 @@ class Tribe__Events__REST__V1__Documentation__Event_Definition_Provider
|
|
38 |
),
|
39 |
'date' => array(
|
40 |
'type' => 'string',
|
41 |
-
'description' => __( 'The event creation date in the site
|
42 |
),
|
43 |
'date_utc' => array(
|
44 |
'type' => 'string',
|
@@ -46,7 +46,7 @@ class Tribe__Events__REST__V1__Documentation__Event_Definition_Provider
|
|
46 |
),
|
47 |
'modified' => array(
|
48 |
'type' => 'string',
|
49 |
-
'description' => __( 'The event last modification date in the site
|
50 |
),
|
51 |
'modified_utc' => array(
|
52 |
'type' => 'string',
|
@@ -91,7 +91,7 @@ class Tribe__Events__REST__V1__Documentation__Event_Definition_Provider
|
|
91 |
),
|
92 |
'start_date' => array(
|
93 |
'type' => 'string',
|
94 |
-
'description' => __( 'The event start date in the event or site
|
95 |
),
|
96 |
'start_date_details' => array(
|
97 |
'type' => 'array',
|
@@ -100,7 +100,7 @@ class Tribe__Events__REST__V1__Documentation__Event_Definition_Provider
|
|
100 |
),
|
101 |
'end_date' => array(
|
102 |
'type' => 'string',
|
103 |
-
'description' => __( 'The event end date in the event or site
|
104 |
),
|
105 |
'end_date_details' => array(
|
106 |
'type' => 'array',
|
@@ -127,11 +127,11 @@ class Tribe__Events__REST__V1__Documentation__Event_Definition_Provider
|
|
127 |
),
|
128 |
'timezone' => array(
|
129 |
'type' => 'string',
|
130 |
-
'description' => __( 'The event
|
131 |
),
|
132 |
'timezone_abbr' => array(
|
133 |
'type' => 'string',
|
134 |
-
'description' => __( 'The abbreviated event
|
135 |
),
|
136 |
'cost' => array(
|
137 |
'type' => 'string',
|
38 |
),
|
39 |
'date' => array(
|
40 |
'type' => 'string',
|
41 |
+
'description' => __( 'The event creation date in the site time zone', 'the-events-calendar' ),
|
42 |
),
|
43 |
'date_utc' => array(
|
44 |
'type' => 'string',
|
46 |
),
|
47 |
'modified' => array(
|
48 |
'type' => 'string',
|
49 |
+
'description' => __( 'The event last modification date in the site time zone', 'the-events-calendar' ),
|
50 |
),
|
51 |
'modified_utc' => array(
|
52 |
'type' => 'string',
|
91 |
),
|
92 |
'start_date' => array(
|
93 |
'type' => 'string',
|
94 |
+
'description' => __( 'The event start date in the event or site time zone', 'the-events-calendar' ),
|
95 |
),
|
96 |
'start_date_details' => array(
|
97 |
'type' => 'array',
|
100 |
),
|
101 |
'end_date' => array(
|
102 |
'type' => 'string',
|
103 |
+
'description' => __( 'The event end date in the event or site time zone', 'the-events-calendar' ),
|
104 |
),
|
105 |
'end_date_details' => array(
|
106 |
'type' => 'array',
|
127 |
),
|
128 |
'timezone' => array(
|
129 |
'type' => 'string',
|
130 |
+
'description' => __( 'The event time zone string', 'the-events-calendar' ),
|
131 |
),
|
132 |
'timezone_abbr' => array(
|
133 |
'type' => 'string',
|
134 |
+
'description' => __( 'The abbreviated event time zone string', 'the-events-calendar' ),
|
135 |
),
|
136 |
'cost' => array(
|
137 |
'type' => 'string',
|
src/Tribe/REST/V1/Documentation/Organizer_Definition_Provider.php
CHANGED
@@ -38,7 +38,7 @@ class Tribe__Events__REST__V1__Documentation__Organizer_Definition_Provider
|
|
38 |
),
|
39 |
'date' => array(
|
40 |
'type' => 'string',
|
41 |
-
'description' => __( 'The organizer creation date in the site
|
42 |
),
|
43 |
'date_utc' => array(
|
44 |
'type' => 'string',
|
@@ -46,7 +46,7 @@ class Tribe__Events__REST__V1__Documentation__Organizer_Definition_Provider
|
|
46 |
),
|
47 |
'modified' => array(
|
48 |
'type' => 'string',
|
49 |
-
'description' => __( 'The organizer last modification date in the site
|
50 |
),
|
51 |
'modified_utc' => array(
|
52 |
'type' => 'string',
|
38 |
),
|
39 |
'date' => array(
|
40 |
'type' => 'string',
|
41 |
+
'description' => __( 'The organizer creation date in the site time zone', 'the-events-calendar' ),
|
42 |
),
|
43 |
'date_utc' => array(
|
44 |
'type' => 'string',
|
46 |
),
|
47 |
'modified' => array(
|
48 |
'type' => 'string',
|
49 |
+
'description' => __( 'The organizer last modification date in the site time zone', 'the-events-calendar' ),
|
50 |
),
|
51 |
'modified_utc' => array(
|
52 |
'type' => 'string',
|
src/Tribe/REST/V1/Documentation/Venue_Definition_Provider.php
CHANGED
@@ -38,7 +38,7 @@ class Tribe__Events__REST__V1__Documentation__Venue_Definition_Provider
|
|
38 |
),
|
39 |
'date' => array(
|
40 |
'type' => 'string',
|
41 |
-
'description' => __( 'The venue creation date in the site
|
42 |
),
|
43 |
'date_utc' => array(
|
44 |
'type' => 'string',
|
@@ -46,7 +46,7 @@ class Tribe__Events__REST__V1__Documentation__Venue_Definition_Provider
|
|
46 |
),
|
47 |
'modified' => array(
|
48 |
'type' => 'string',
|
49 |
-
'description' => __( 'The venue last modification date in the site
|
50 |
),
|
51 |
'modified_utc' => array(
|
52 |
'type' => 'string',
|
38 |
),
|
39 |
'date' => array(
|
40 |
'type' => 'string',
|
41 |
+
'description' => __( 'The venue creation date in the site time zone', 'the-events-calendar' ),
|
42 |
),
|
43 |
'date_utc' => array(
|
44 |
'type' => 'string',
|
46 |
),
|
47 |
'modified' => array(
|
48 |
'type' => 'string',
|
49 |
+
'description' => __( 'The venue last modification date in the site time zone', 'the-events-calendar' ),
|
50 |
),
|
51 |
'modified_utc' => array(
|
52 |
'type' => 'string',
|
src/Tribe/REST/V1/Endpoints/Single_Event.php
CHANGED
@@ -223,7 +223,7 @@ class Tribe__Events__REST__V1__Endpoints__Single_Event
|
|
223 |
'required' => false,
|
224 |
'validate_callback' => array( $this->validator, 'is_time' ),
|
225 |
'type' => 'string',
|
226 |
-
'description' => __( 'The event publication date (UTC
|
227 |
),
|
228 |
'title' => array(
|
229 |
'required' => true,
|
@@ -258,9 +258,9 @@ class Tribe__Events__REST__V1__Endpoints__Single_Event
|
|
258 |
// Event meta fields
|
259 |
'timezone' => array(
|
260 |
'required' => false,
|
261 |
-
'validate_callback' => array( $this->validator, '
|
262 |
'type' => 'string',
|
263 |
-
'description' => __( 'The event
|
264 |
),
|
265 |
'all_day' => array(
|
266 |
'required' => false,
|
@@ -564,6 +564,11 @@ class Tribe__Events__REST__V1__Endpoints__Single_Event
|
|
564 |
) ),
|
565 |
);
|
566 |
|
|
|
|
|
|
|
|
|
|
|
567 |
$venue = $this->venue_endpoint->insert( $request['venue'] );
|
568 |
|
569 |
if ( is_wp_error( $venue ) ) {
|
223 |
'required' => false,
|
224 |
'validate_callback' => array( $this->validator, 'is_time' ),
|
225 |
'type' => 'string',
|
226 |
+
'description' => __( 'The event publication date (UTC time zone)', 'the-events-calendar' ),
|
227 |
),
|
228 |
'title' => array(
|
229 |
'required' => true,
|
258 |
// Event meta fields
|
259 |
'timezone' => array(
|
260 |
'required' => false,
|
261 |
+
'validate_callback' => array( $this->validator, 'is_timezone_or_empty' ),
|
262 |
'type' => 'string',
|
263 |
+
'description' => __( 'The event time zone', 'the-events-calendar' ),
|
264 |
),
|
265 |
'all_day' => array(
|
266 |
'required' => false,
|
564 |
) ),
|
565 |
);
|
566 |
|
567 |
+
// If an empty EventTimezone was passed, lets unset it so it can be unset during event meta save
|
568 |
+
if ( empty( $postarr['EventTimezone'] ) ) {
|
569 |
+
unset( $postarr['EventTimezone'] );
|
570 |
+
}
|
571 |
+
|
572 |
$venue = $this->venue_endpoint->insert( $request['venue'] );
|
573 |
|
574 |
if ( is_wp_error( $venue ) ) {
|
src/Tribe/REST/V1/Endpoints/Single_Organizer.php
CHANGED
@@ -235,7 +235,7 @@ class Tribe__Events__REST__V1__Endpoints__Single_Organizer
|
|
235 |
'required' => false,
|
236 |
'validate_callback' => array( $this->validator, 'is_time' ),
|
237 |
'type' => 'string',
|
238 |
-
'description' => __( 'The organizer publication date (UTC
|
239 |
),
|
240 |
'organizer' => array(
|
241 |
'required' => true,
|
235 |
'required' => false,
|
236 |
'validate_callback' => array( $this->validator, 'is_time' ),
|
237 |
'type' => 'string',
|
238 |
+
'description' => __( 'The organizer publication date (UTC time zone)', 'the-events-calendar' ),
|
239 |
),
|
240 |
'organizer' => array(
|
241 |
'required' => true,
|
src/Tribe/REST/V1/Endpoints/Single_Venue.php
CHANGED
@@ -218,7 +218,7 @@ class Tribe__Events__REST__V1__Endpoints__Single_Venue
|
|
218 |
'required' => false,
|
219 |
'validate_callback' => array( $this->validator, 'is_time' ),
|
220 |
'type' => 'string',
|
221 |
-
'description' => __( 'The venue publication date (UTC
|
222 |
),
|
223 |
'venue' => array(
|
224 |
'required' => true,
|
218 |
'required' => false,
|
219 |
'validate_callback' => array( $this->validator, 'is_time' ),
|
220 |
'type' => 'string',
|
221 |
+
'description' => __( 'The venue publication date (UTC time zone)', 'the-events-calendar' ),
|
222 |
),
|
223 |
'venue' => array(
|
224 |
'required' => true,
|
src/Tribe/Validator/Base.php
CHANGED
@@ -164,6 +164,23 @@ class Tribe__Events__Validator__Base extends Tribe__Validator__Base
|
|
164 |
return is_string( $candidate ) && Tribe__Timezones::is_valid_timezone( $candidate );
|
165 |
}
|
166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
/**
|
168 |
* Whether a list or array of venue post IDs only contains valid venue IDs or not.
|
169 |
*
|
164 |
return is_string( $candidate ) && Tribe__Timezones::is_valid_timezone( $candidate );
|
165 |
}
|
166 |
|
167 |
+
/**
|
168 |
+
* Whether the string is empty or represents a valid PHP timezone.
|
169 |
+
*
|
170 |
+
* @since 4.6.13
|
171 |
+
*
|
172 |
+
* @param string $candidate
|
173 |
+
*
|
174 |
+
* @return bool
|
175 |
+
*/
|
176 |
+
public function is_timezone_or_empty( $candidate ) {
|
177 |
+
if ( empty( $candidate ) ) {
|
178 |
+
return true;
|
179 |
+
}
|
180 |
+
|
181 |
+
return $this->is_timezone( $candidate );
|
182 |
+
}
|
183 |
+
|
184 |
/**
|
185 |
* Whether a list or array of venue post IDs only contains valid venue IDs or not.
|
186 |
*
|
src/Tribe/iCal.php
CHANGED
@@ -507,7 +507,7 @@ class Tribe__Events__iCal {
|
|
507 |
|
508 |
/**
|
509 |
* Get the number of posts per page to be used on the feed of the iCal, make sure it passes the value via the filter
|
510 |
-
* tribe_ical_feed_posts_per_page and validates the number is
|
511 |
*
|
512 |
* @since 4.6.11
|
513 |
*
|
507 |
|
508 |
/**
|
509 |
* Get the number of posts per page to be used on the feed of the iCal, make sure it passes the value via the filter
|
510 |
+
* tribe_ical_feed_posts_per_page and validates the number is greater than 0.
|
511 |
*
|
512 |
* @since 4.6.11
|
513 |
*
|
src/admin-views/aggregator/tabs/import-form.php
CHANGED
@@ -264,7 +264,7 @@ $scheduled_save_help = esc_html__( 'When you save this scheduled import, the eve
|
|
264 |
></span>
|
265 |
|
266 |
<p class="tribe-timezone-message">
|
267 |
-
<?php echo sprintf( esc_html__( 'Events will be imported with the
|
268 |
'<a href="' . esc_url( Tribe__Settings::instance()->get_url() ) . '#tribe-field-tribe_events_timezone_mode">',
|
269 |
'</a>' ); ?>
|
270 |
</p>
|
264 |
></span>
|
265 |
|
266 |
<p class="tribe-timezone-message">
|
267 |
+
<?php echo sprintf( esc_html__( 'Events will be imported with the time zone defined by the source. If no time zone is specified, events will be assigned your site\'s default time zone (see %1$sSettings > General%2$s).', 'the-events-calendar' ),
|
268 |
'<a href="' . esc_url( Tribe__Settings::instance()->get_url() ) . '#tribe-field-tribe_events_timezone_mode">',
|
269 |
'</a>' ); ?>
|
270 |
</p>
|
src/admin-views/events-meta-box.php
CHANGED
@@ -126,7 +126,7 @@ $events_label_plural_lowercase = tribe_get_event_label_plural_lowercase();
|
|
126 |
name="EventTimezone"
|
127 |
id="event-timezone"
|
128 |
class="tribe-field-timezone tribe-dropdown hide-if-js"
|
129 |
-
data-timezone-label="<?php esc_attr_e( '
|
130 |
data-timezone-value="<?php echo esc_attr( Tribe__Events__Timezones::get_event_timezone_string() ) ?>"
|
131 |
>
|
132 |
<?php echo tribe_events_timezone_choice( Tribe__Events__Timezones::get_event_timezone_string() ); ?>
|
126 |
name="EventTimezone"
|
127 |
id="event-timezone"
|
128 |
class="tribe-field-timezone tribe-dropdown hide-if-js"
|
129 |
+
data-timezone-label="<?php esc_attr_e( 'Time Zone:', 'the-events-calendar' ) ?>"
|
130 |
data-timezone-value="<?php echo esc_attr( Tribe__Events__Timezones::get_event_timezone_string() ) ?>"
|
131 |
>
|
132 |
<?php echo tribe_events_timezone_choice( Tribe__Events__Timezones::get_event_timezone_string() ); ?>
|
src/admin-views/linked-post-meta-box.php
CHANGED
@@ -24,7 +24,7 @@ $linked_post_name_field = "{$linked_post_container}[{$linked_post_name}][]";
|
|
24 |
</tbody>
|
25 |
</script>
|
26 |
|
27 |
-
<script
|
28 |
( function( $ ) {
|
29 |
$('#event_<?php echo esc_js( $this->post_type ); ?>').on( 'blur', '.linked-post-name', function () {
|
30 |
var input = $(this);
|
24 |
</tbody>
|
25 |
</script>
|
26 |
|
27 |
+
<script>
|
28 |
( function( $ ) {
|
29 |
$('#event_<?php echo esc_js( $this->post_type ); ?>').on( 'blur', '.linked-post-name', function () {
|
30 |
var input = $(this);
|
src/admin-views/organizer-meta-box.php
CHANGED
@@ -58,7 +58,7 @@ do_action( 'tribe_events_organizer_before_metabox', $post );
|
|
58 |
do_action( 'tribe_events_organizer_after_metabox', $post );
|
59 |
?>
|
60 |
|
61 |
-
<script
|
62 |
jQuery('[name=organizer\\[Organizer\\]]').blur(function () {
|
63 |
jQuery.post('<?php echo esc_url_raw( admin_url( 'admin-ajax.php' ) ); ?>',
|
64 |
{
|
58 |
do_action( 'tribe_events_organizer_after_metabox', $post );
|
59 |
?>
|
60 |
|
61 |
+
<script>
|
62 |
jQuery('[name=organizer\\[Organizer\\]]').blur(function () {
|
63 |
jQuery.post('<?php echo esc_url_raw( admin_url( 'admin-ajax.php' ) ); ?>',
|
64 |
{
|
src/admin-views/tribe-options-general.php
CHANGED
@@ -160,6 +160,40 @@ $general_tab_fields = Tribe__Main::array_insert_before_key(
|
|
160 |
'type' => 'html',
|
161 |
'html' => '<fieldset class="tribe-field tribe-field-html"><legend>' . esc_html__( 'Duplicate Venues & Organizers', 'the-events-calendar' ) . '</legend><div class="tribe-field-wrap">' . Tribe__Events__Amalgamator::migration_button( esc_html__( 'Merge Duplicates', 'the-events-calendar' ) ) . '<p class="tribe-field-indent description">' . esc_html__( 'You might find duplicate venues and organizers when updating The Events Calendar from a pre-3.0 version. Click this button to automatically merge identical venues and organizers.', 'the-events-calendar' ) . '</p></div></fieldset><div class="clear"></div>',
|
162 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
'tribeEventsMiscellaneousTitle' => array(
|
164 |
'type' => 'html',
|
165 |
'html' => '<h3>' . esc_html__( 'Miscellaneous Settings', 'the-events-calendar' ) . '</h3>',
|
160 |
'type' => 'html',
|
161 |
'html' => '<fieldset class="tribe-field tribe-field-html"><legend>' . esc_html__( 'Duplicate Venues & Organizers', 'the-events-calendar' ) . '</legend><div class="tribe-field-wrap">' . Tribe__Events__Amalgamator::migration_button( esc_html__( 'Merge Duplicates', 'the-events-calendar' ) ) . '<p class="tribe-field-indent description">' . esc_html__( 'You might find duplicate venues and organizers when updating The Events Calendar from a pre-3.0 version. Click this button to automatically merge identical venues and organizers.', 'the-events-calendar' ) . '</p></div></fieldset><div class="clear"></div>',
|
162 |
),
|
163 |
+
tribe( 'tec.event-cleaner' )->key_trash_events => array(
|
164 |
+
'type' => 'dropdown',
|
165 |
+
'label' => esc_html__( 'Move to trash events older than', 'the-events-calendar' ),
|
166 |
+
'tooltip' => esc_html__( 'This option allows you to automatically move past events to trash.', 'the-events-calendar' ),
|
167 |
+
'validation_type' => 'options',
|
168 |
+
'size' => 'small',
|
169 |
+
'default' => null,
|
170 |
+
'options' => array(
|
171 |
+
null => esc_html__( 'Disabled', 'the-events-calendar' ),
|
172 |
+
3 => esc_html__( '3 months', 'the-events-calendar' ),
|
173 |
+
6 => esc_html__( '6 months', 'the-events-calendar' ),
|
174 |
+
9 => esc_html__( '9 months', 'the-events-calendar' ),
|
175 |
+
12 => esc_html__( '1 year', 'the-events-calendar' ),
|
176 |
+
24 => esc_html__( '2 years', 'the-events-calendar' ),
|
177 |
+
36 => esc_html__( '3 years', 'the-events-calendar' ),
|
178 |
+
),
|
179 |
+
),
|
180 |
+
tribe( 'tec.event-cleaner' )->key_delete_events => array(
|
181 |
+
'type' => 'dropdown',
|
182 |
+
'label' => esc_html__( 'Permanently delete events older than', 'the-events-calendar' ),
|
183 |
+
'tooltip' => esc_html__( 'This option allows you to bulk delete past events. Be careful and backup your database before removing your events as there is no way to reverse the changes.', 'the-events-calendar' ),
|
184 |
+
'validation_type' => 'options',
|
185 |
+
'size' => 'small',
|
186 |
+
'default' => null,
|
187 |
+
'options' => array(
|
188 |
+
null => esc_html__( 'Disabled', 'the-events-calendar' ),
|
189 |
+
3 => esc_html__( '3 months', 'the-events-calendar' ),
|
190 |
+
6 => esc_html__( '6 months', 'the-events-calendar' ),
|
191 |
+
9 => esc_html__( '9 months', 'the-events-calendar' ),
|
192 |
+
12 => esc_html__( '1 year', 'the-events-calendar' ),
|
193 |
+
24 => esc_html__( '2 years', 'the-events-calendar' ),
|
194 |
+
36 => esc_html__( '3 years', 'the-events-calendar' ),
|
195 |
+
),
|
196 |
+
),
|
197 |
'tribeEventsMiscellaneousTitle' => array(
|
198 |
'type' => 'html',
|
199 |
'html' => '<h3>' . esc_html__( 'Miscellaneous Settings', 'the-events-calendar' ) . '</h3>',
|
src/admin-views/tribe-options-timezones.php
CHANGED
@@ -4,10 +4,10 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
4 |
die( '-1' );
|
5 |
}
|
6 |
|
7 |
-
$enable_button_label = esc_html__( 'Enable
|
8 |
$enable_button_url = esc_url( wp_nonce_url( add_query_arg( 'timezone-update', '1', Tribe__Settings::instance()->get_url() ), 'timezone-settings' ) );
|
9 |
-
$enable_button_text = esc_html__( 'Update
|
10 |
-
$enable_button_help = sprintf( __( 'Click this button to update your database and take advantage of additional
|
11 |
esc_url( get_admin_url( null, 'options-general.php' ) )
|
12 |
);
|
13 |
|
@@ -27,7 +27,7 @@ HTML;
|
|
27 |
return array(
|
28 |
'tribe_events_timezones_title' => array(
|
29 |
'type' => 'html',
|
30 |
-
'html' => '<h3>' . esc_html__( '
|
31 |
),
|
32 |
'tribe_events_enable_timezones' => array(
|
33 |
'type' => 'html',
|
@@ -35,18 +35,18 @@ return array(
|
|
35 |
),
|
36 |
'tribe_events_timezone_mode' => array(
|
37 |
'type' => 'dropdown',
|
38 |
-
'label' => esc_html__( '
|
39 |
'validation_type' => 'options',
|
40 |
'size' => 'large',
|
41 |
'options' => array(
|
42 |
-
'event' => esc_html__( 'Use the local
|
43 |
-
'site' => esc_html__( 'Use the
|
44 |
),
|
45 |
),
|
46 |
'tribe_events_timezones_show_zone' => array(
|
47 |
'type' => 'checkbox_bool',
|
48 |
-
'label' => esc_html__( 'Show
|
49 |
-
'tooltip' => esc_html__( 'Appends the
|
50 |
'default' => false,
|
51 |
'validation_type' => 'boolean',
|
52 |
),
|
4 |
die( '-1' );
|
5 |
}
|
6 |
|
7 |
+
$enable_button_label = esc_html__( 'Enable Time Zone support', 'the-events-calendar' );
|
8 |
$enable_button_url = esc_url( wp_nonce_url( add_query_arg( 'timezone-update', '1', Tribe__Settings::instance()->get_url() ), 'timezone-settings' ) );
|
9 |
+
$enable_button_text = esc_html__( 'Update Time Zone Data', 'the-events-calendar' );
|
10 |
+
$enable_button_help = sprintf( __( 'Click this button to update your database and take advantage of additional time zone capabilities. Please <a href="%s" target="_blank">configure WordPress</a> to use the correct time zone before clicking this button!', 'the-events-calendar' ),
|
11 |
esc_url( get_admin_url( null, 'options-general.php' ) )
|
12 |
);
|
13 |
|
27 |
return array(
|
28 |
'tribe_events_timezones_title' => array(
|
29 |
'type' => 'html',
|
30 |
+
'html' => '<h3>' . esc_html__( 'Time Zone Settings', 'the-events-calendar' ) . '</h3>',
|
31 |
),
|
32 |
'tribe_events_enable_timezones' => array(
|
33 |
'type' => 'html',
|
35 |
),
|
36 |
'tribe_events_timezone_mode' => array(
|
37 |
'type' => 'dropdown',
|
38 |
+
'label' => esc_html__( 'Time zone mode', 'the-events-calendar' ),
|
39 |
'validation_type' => 'options',
|
40 |
'size' => 'large',
|
41 |
'options' => array(
|
42 |
+
'event' => esc_html__( 'Use the local time zones for each event', 'the-events-calendar' ),
|
43 |
+
'site' => esc_html__( 'Use the site-wide time zone everywhere', 'the-events-calendar' ),
|
44 |
),
|
45 |
),
|
46 |
'tribe_events_timezones_show_zone' => array(
|
47 |
'type' => 'checkbox_bool',
|
48 |
+
'label' => esc_html__( 'Show time zone', 'the-events-calendar' ),
|
49 |
+
'tooltip' => esc_html__( 'Appends the time zone to the end of event scheduling information – this can be useful when you have events in numerous different time zones.', 'the-events-calendar' ),
|
50 |
'default' => false,
|
51 |
'validation_type' => 'boolean',
|
52 |
),
|
src/admin-views/venue-meta-box.php
CHANGED
@@ -253,7 +253,7 @@ if ( $post->post_type != Tribe__Events__Main::VENUE_POST_TYPE ) {
|
|
253 |
?>
|
254 |
<?php do_action( 'tribe_events_after_venue_metabox', $post ); ?>
|
255 |
|
256 |
-
<script
|
257 |
jQuery('[name=venue\\[Venue\\]]').blur(function () {
|
258 |
jQuery.post('<?php echo esc_url_raw( admin_url( 'admin-ajax.php' ) ); ?>',
|
259 |
{
|
253 |
?>
|
254 |
<?php do_action( 'tribe_events_after_venue_metabox', $post ); ?>
|
255 |
|
256 |
+
<script>
|
257 |
jQuery('[name=venue\\[Venue\\]]').blur(function () {
|
258 |
jQuery.post('<?php echo esc_url_raw( admin_url( 'admin-ajax.php' ) ); ?>',
|
259 |
{
|
src/functions/template-tags/organizer.php
CHANGED
@@ -61,6 +61,12 @@ if ( class_exists( 'Tribe__Events__Main' ) ) {
|
|
61 |
$organizer_ids = array_filter( (array) $organizer_ids );
|
62 |
}
|
63 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
return apply_filters( 'tribe_get_organizer_ids', $organizer_ids, $event_id );
|
65 |
}
|
66 |
|
61 |
$organizer_ids = array_filter( (array) $organizer_ids );
|
62 |
}
|
63 |
}
|
64 |
+
// if there are linked post order use that instead of the current linked post to change the order
|
65 |
+
$organizer_ids_order = get_post_meta( $event_id, '_EventOrganizerID_Order', true );
|
66 |
+
if ( ! empty( $organizer_ids_order ) ) {
|
67 |
+
$organizer_ids = $organizer_ids_order;
|
68 |
+
}
|
69 |
+
|
70 |
return apply_filters( 'tribe_get_organizer_ids', $organizer_ids, $event_id );
|
71 |
}
|
72 |
|
src/resources/css/tribe-events-full.css
CHANGED
@@ -942,7 +942,7 @@ select.tribe-events-dropdown {
|
|
942 |
|
943 |
.venue-address {
|
944 |
margin-top: 1em;
|
945 |
-
|
946 |
}
|
947 |
|
948 |
.venue-address>* {
|
@@ -1920,10 +1920,6 @@ input[name*='tribe-bar-']:-moz-placeholder {
|
|
1920 |
border-radius: 0 0 3px 3px;
|
1921 |
}
|
1922 |
|
1923 |
-
#tribe-bar-views [name='tribe-bar-view'] {
|
1924 |
-
display: none;
|
1925 |
-
}
|
1926 |
-
|
1927 |
#tribe-bar-views .tribe-bar-views-list {
|
1928 |
float: left;
|
1929 |
width: 100%;
|
@@ -1933,12 +1929,6 @@ input[name*='tribe-bar-']:-moz-placeholder {
|
|
1933 |
display: none;
|
1934 |
}
|
1935 |
|
1936 |
-
/* Views Select */
|
1937 |
-
|
1938 |
-
.tribe-no-js #tribe-bar-views [name='tribe-bar-view'] {
|
1939 |
-
display: block;
|
1940 |
-
}
|
1941 |
-
|
1942 |
/* Tribe Bar Mini Styles */
|
1943 |
|
1944 |
#tribe-bar-form.tribe-bar-mini * {
|
942 |
|
943 |
.venue-address {
|
944 |
margin-top: 1em;
|
945 |
+
|
946 |
}
|
947 |
|
948 |
.venue-address>* {
|
1920 |
border-radius: 0 0 3px 3px;
|
1921 |
}
|
1922 |
|
|
|
|
|
|
|
|
|
1923 |
#tribe-bar-views .tribe-bar-views-list {
|
1924 |
float: left;
|
1925 |
width: 100%;
|
1929 |
display: none;
|
1930 |
}
|
1931 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1932 |
/* Tribe Bar Mini Styles */
|
1933 |
|
1934 |
#tribe-bar-form.tribe-bar-mini * {
|
src/resources/css/tribe-events-full.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:0 0 15px}.tribe-events-event-cost span{border:1px solid #ddd;display:block;font-style:normal;font-weight:700;line-height:1;padding:8px 12px;text-align:center;text-overflow:ellipsis}.tribe-events-event-cost .tribe-out-of-stock,.tribe-events-event-cost .tribe-tickets-left{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-button,a.tribe-button,button.tribe-button,input.tribe-button{border-radius:3px;line-height:1;margin:10px;padding:9px 12px}.tribe-button.sold-out,a.tribe-button.sold-out,button.tribe-button.sold-out,input.tribe-button.sold-out{background:none;border:none;color:#a00}.tribe-button.sold-out:hover,a.tribe-button.sold-out:hover,button.tribe-button.sold-out:hover,input.tribe-button.sold-out:hover{cursor:default}#tribe-events-pg-template,.tribe-events-pg-template{margin:0 auto;max-width:1200px}.tribe-events-after-html{clear:both}#tribe-events .tribe-events-content p,.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7;margin:0 0 10px}#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6{line-height:1.7;margin:24px 0}#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1{font-size:21px;line-height:1.5}#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2{font-size:18px;line-height:1.6}#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3{font-size:16px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4{font-size:14px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5{font-size:13px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6{font-size:12px;line-height:1.8}#tribe-events-pg-template .tribe-events-content ul,.tribe-events-after-html ul,.tribe-events-before-html ul{list-style:disc outside}#tribe-events-pg-template .tribe-events-content ol,.tribe-events-after-html ol,.tribe-events-before-html ol{list-style:decimal outside}#tribe-events-pg-template .tribe-events-content ol li,#tribe-events-pg-template .tribe-events-content ul li,.tribe-events-after-html ol li,.tribe-events-after-html ul li,.tribe-events-before-html ol li,.tribe-events-before-html ul li{line-height:1.7;margin:0 0 20px}.tribe-events-back{margin:0 0 20px}.events-list .tribe-events-back.tribe-events-loop{margin:0 auto 20px}#tribe-events-content a,.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.tribe-events-back a,.tribe-events-back a:hover,.tribe-events-event-meta a,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-list-widget .tribe-events-widget-link a:hover,ul.tribe-events-sub-nav a,ul.tribe-events-sub-nav a:hover{text-decoration:none}#tribe-events .tribe-events-button,.tribe-events-button{*display:inline;background-color:#666;background-image:none;border-radius:3px;border:0;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;line-height:normal;padding:6px 9px;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;zoom:1}.tribe-events-button.tribe-active{background-color:#666;color:#fff}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{background-color:#ddd;color:#444;text-decoration:none}a.tribe-events-gcal,a.tribe-events-ical{clear:both;color:#fff;float:right;font-size:10px;font-weight:400;line-height:18px;margin-top:21px;padding:0 6px;text-decoration:none}.tribe-events-gcal{margin-right:9px}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{float:none}.tribe-events-event-meta-desc .tribe-events-gmap,.tribe-events-event-meta .tribe-events-gmap{white-space:nowrap}.event .entry-title{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:inherit}.updated-info{height:0;text-indent:-9999px}.tribe-events-event-image{margin:0 0 20px;text-align:center}.tribe-events-event-image img{height:auto;max-width:100%}.tribe-events-schedule h2{display:inline-block;margin-bottom:0;font-size:1.2em;font-style:normal;font-weight:700;line-height:normal}.tribe-events-event-schedule-details{display:inline}.events-archive .entry-content,.events-archive .entry-header{width:98%}.events-archive footer.entry-header,.events-archive footer.entry-meta,.events-archive header.entry-header,.events-archive header.entry-meta,.events-archive span.edit-link,.single-tribe_events footer.entry-header,.single-tribe_events footer.entry-meta,.single-tribe_events header.entry-header,.single-tribe_events header.entry-meta,.single-tribe_organizer footer.entry-header,.single-tribe_organizer footer.entry-meta,.single-tribe_organizer header.entry-header,.single-tribe_organizer header.entry-meta,.single-tribe_venue footer.entry-header,.single-tribe_venue footer.entry-meta,.single-tribe_venue header.entry-header,.single-tribe_venue header.entry-meta{display:none}.tribe-events-notices{background:#d9edf7;border-radius:4px;border:1px solid #bce8f1;color:#3a87ad;margin:10px 0 18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 #fff}div.tribe-events-notices>ul,div.tribe-events-notices>ul>li{list-style:none;margin:0;padding:0}#tribe-events-content p.tribe-events-promo{color:#999;font-size:12px}#tribe-events-content p.tribe-events-promo a{color:#666}.clearfix,.tribe-clearfix{zoom:1}.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before{content:"";display:table}.clearfix:after,.tribe-clear,.tribe-clearfix:after{clear:both}.tribe-events-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-hide-text{overflow:hidden;text-indent:100%;white-space:nowrap}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}#tribe-events-content .tribe-events-abbr{border-bottom:0;cursor:default}.tribe-events-spinner{height:32px;margin-left:-16px;width:32px}.tribe-events-spinner-medium{height:24px;width:24px}.tribe-events-spinner-small{height:16px;margin-left:-8px;width:16px}*+html .events-archive h2.tribe-events-page-title{padding-bottom:30px}*+html .events-archive .tribe-events-list h2.tribe-events-page-title{padding-bottom:0}*+html #tribe-events-header{margin-bottom:30px}h2.tribe-events-page-title{clear:none;font-size:24px;font-weight:400;margin-bottom:.5em;position:relative;text-align:center;z-index:0}.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title{float:none;width:100%}h2.tribe-events-page-title a{color:#000}h2.tribe-events-page-title a:focus,h2.tribe-events-page-title a:hover{color:#333;text-decoration:underline}#tribe-events-footer,#tribe-events-header{clear:both;margin-bottom:.5em}#tribe-events-footer .tribe-events-sub-nav,#tribe-events-header .tribe-events-sub-nav{line-height:normal;list-style-type:none;margin:0;overflow:hidden;padding:0;text-align:center}#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav li{display:inline;display:inline-block;margin:0;vertical-align:middle;zoom:1}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav li{float:left;margin-right:5px;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{float:right;margin-left:5px;text-align:right}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left{float:left;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right{float:right;text-align:right}.tribe-events-ajax-loading{background:#666;border-radius:5px;box-shadow:none;display:none;left:50%;margin-left:-27px;padding:15px;position:absolute;top:150px;z-index:10}.tribe-events-ajax-loading.tribe-events-active-spinner,.tribe-events-ajax-loading.tribe-events-active-spinner img,.tribe-events-loading .tribe-events-ajax-loading{display:block}#tribe-events-header{position:relative}#tribe-events-footer{margin-bottom:1em}.events-list #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer{clear:both;margin:1.25em 0 18px}.tribe-events-map #tribe-events-header{margin:1em 0}.single-tribe_events #tribe-events-header{margin:1em 0 20px}.single-tribe_events #tribe-events-footer li,.single-tribe_events #tribe-events-header li{width:48%}#tribe-events-content .tribe-events-nav-date{padding-top:16px}select.tribe-events-dropdown{font-size:11px;margin:33px 9px 0 0;width:auto}#tribe-events-events-picker,#tribe-events-picker{display:inline}#tribe-events-content{margin-bottom:48px;padding:2px 0;position:relative}#tribe-events-content.tribe-events-list{padding:0}.tribe-events-othermonth .tribe-events-month-event-title,.tribe-events-othermonth div[id*=tribe-events-daynum-]{-khtml-opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}#tribe-events-content.tribe-events-list{margin-bottom:60px}.tribe-events-list .tribe-events-loop .tribe-event-featured{background:#0ea0d7;margin-bottom:32px;margin-bottom:2rem;padding:0 24px 16px;padding:0 1.5rem 1rem}.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image{display:block;float:none;margin:0 -24px;margin:0 -1.5rem;width:auto}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title{display:inline-block;margin-top:24px;margin-top:1.5rem}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a{color:#fff}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta{background-color:transparent;color:hsla(0,0%,100%,.7);font-weight:400}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:hsla(0,0%,100%,.9)}.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:hsla(0,0%,100%,.7)}.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:hsla(0,0%,100%,.9)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:30px 0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{border:0;color:#fff;background:hsla(0,0%,100%,.1);display:block;font-style:normal;font-weight:700;line-height:1;padding:10px;text-align:center;text-overflow:ellipsis}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:hsla(0,0%,100%,.2)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left{font-style:italic;font-weight:400;margin-left:1px}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button{color:#000;font-weight:700}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover{color:#0ea0d7}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:active{color:#000}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-button{background:#fff;color:#0ea0d7}.tribe-events-list .tribe-events-loop .tribe-events-event-image{float:left;margin:0 3% 0 0;width:30%}.tribe-events-list .tribe-events-loop .tribe-events-content{width:100%}.tribe-events-list h2.tribe-events-page-title{margin-bottom:15px}.tribe-events-list .tribe-events-list-event-title{border:none;display:inline-block;font-size:1.4em;letter-spacing:0;line-height:1.4em;margin:0;padding:0;text-transform:none}.tribe-events-list .type-tribe_events{border-bottom:1px solid #ddd;margin:0;padding:2.25em 0}.tribe-events-list .type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-list .type-tribe_events.tribe-event-end-month{border-bottom:0;padding-bottom:0}.tribe-events-list .tribe-events-event-image{display:inline-block;float:left;margin:0 3% 0 0}.tribe-events-list .tribe-events-event-image img{height:auto;margin:0;padding:0;width:100%}.tribe-events-list .tribe-events-event-image+div.tribe-events-content{display:block;float:none;position:relative}.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description{position:static}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{display:inline;display:inline-block;zoom:1}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring{position:relative}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-content{padding:0;width:100%}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{display:block;line-height:1.2;margin:0}.tribe-events-list .time-details{margin:0 0 8px}.tribe-events-list .tribe-events-venue-details{margin:15px 0}.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address{font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit}.tribe-events-list-separator-year{color:#ccc;display:block;font-size:38px;font-weight:700;padding:1em 2.25em 0;text-align:center}.tribe-events-list-separator-month{background-color:#eee;display:block;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:2.25em}.tribe-events-loop{clear:both}.tribe-events-loop .type-tribe_events.tribe-events-last{border-bottom:0}.tribe-events-loop .tribe-events-content{float:left;padding:0 5% 0 0;width:60%}.tribe-events-loop .tribe-events-event-meta{border:0;clear:both;float:none;font-size:14px;font-weight:700;line-height:1.5;margin:5px 0 15px;overflow:visible}.tribe-events-event-meta address.tribe-events-address{display:inline;font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit;margin-right:10px}.single-tribe_venue .tribe-events-loop .tribe-events-content p{margin:0}.events-archive h3 .published,.single-tribe_venue h3 .published{font-size:18px;font-style:italic;margin-top:0;text-transform:none}.tribe-events-event-day,.tribe-events-event-meta-desc{color:#333}.venue-address{margin-top:1em}.venue-address>*{display:block;margin-top:.5em}.single-tribe_events .tribe-events-single-event-title{font-size:1.7em;line-height:1;margin:0;padding:0}#tribe-events-content .tribe-events-single-event-description .attachment-post-thumbnail{display:block;margin-left:auto;margin-right:auto;text-align:center}.tribe-events-meta-group .tribe-events-single-section-title{font-size:1.4em;font-weight:700;margin:20px 0 10px}.tribe-events-meta-group+.tribe-events-single-section-title{margin-top:0}.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address{display:block;margin:0}#eventbrite-embed{margin:24px 0;min-height:225px;width:100%}.eventbrite-ticket-embed{margin:0 0 30px}.tribe-events-schedule{margin:20px 0 0;vertical-align:middle}.single-tribe_events .tribe-events-schedule .recurringinfo,.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule .tribe-events-divider{font-size:1.2em}.single-tribe_events .tribe-events-schedule h3{display:inline;display:inline-block;font-size:1.2em;margin:0;padding:0;vertical-align:middle;white-space:nowrap;zoom:1}.single-tribe_events .tribe-events-schedule .tribe-events-cost{vertical-align:baseline}.single-tribe_events .tribe-events-event-image{clear:both;margin-bottom:30px;text-align:center}.single-tribe_events .tribe-events-cal-links{clear:both}.single-tribe_events .tribe-events-event-meta{background:#fafafa;border:1px solid #eee;margin:30px 0}.single-tribe_events .tribe-events-venue-map{background:#eee;border:1px solid #ddd;border-radius:3px;display:inline-block;float:right;margin:20px 4% 2% 0;padding:5px;vertical-align:top;width:90%;zoom:1}.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap{clear:both;display:block;float:none;width:auto}.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap .tribe-events-venue-map{float:none;width:100%}.single-tribe_events .secondary .tribe-events-venue-map{width:58%}.single-tribe_events .tribe-events-event-meta{font-size:13px}.single-tribe_events .tribe-events-event-meta dl{margin:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear:left;font-weight:700;line-height:1;list-style:none}.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{float:none;line-height:1.5;list-style:none;margin:0 0 10px;padding:0}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{box-sizing:border-box;display:inline-block;float:left;margin:0 0 20px;padding:0 4%;text-align:left;vertical-align:top;width:33.3333%;zoom:1}#tribe-events-content .tribe-events-event-meta dd span.adr{display:block}.single-tribe_events .tribe-events-content{max-width:100%;padding:0;width:100%}.sidebar.single-tribe_events .tribe-events-content{padding:0}.tribe-events-day .tribe-events-day-time-slot h5{background-color:#eee;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin-left:5%}.tribe-events-day .tribe-event-featured{background:#0ea0d7;margin-bottom:32px;margin-bottom:2rem;padding:0 24px 16px;padding:0 1.5rem 1rem}.tribe-events-day .tribe-event-featured .tribe-events-content{display:block;float:none;width:auto}.tribe-events-day .tribe-event-featured.tribe-events-first{padding-top:0}.tribe-events-day .tribe-event-featured .tribe-events-event-image{display:block;float:none;margin:0 -24px;margin:0 -1.5rem;width:auto}.tribe-events-day .tribe-event-featured .tribe-events-list-event-title{display:inline-block;margin-top:24px;margin-top:1.5rem}.tribe-events-day .tribe-event-featured .tribe-events-list-event-title a{color:#fff}.tribe-events-day .tribe-event-featured .tribe-events-event-meta{background-color:transparent;color:hsla(0,0%,100%,.7);font-weight:400}.tribe-events-day .tribe-event-featured .tribe-events-content{color:hsla(0,0%,100%,.9)}.tribe-events-day .tribe-event-featured a{color:hsla(0,0%,100%,.7)}.tribe-events-day .tribe-event-featured a:active,.tribe-events-day .tribe-event-featured a:hover{color:hsla(0,0%,100%,.9)}.tribe-events-day .tribe-event-featured .tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:30px 0}.tribe-events-day .tribe-event-featured .tribe-events-event-cost span{border:0;color:#fff;background:hsla(0,0%,100%,.1);display:block;font-style:normal;font-weight:700;line-height:1;padding:10px;text-align:center;text-overflow:ellipsis}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:hsla(0,0%,100%,.2)}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left{font-style:italic;font-weight:400;margin-left:1px}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button{color:#000;font-weight:700}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button:hover{color:#0ea0d7}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button:active{color:#000}.tribe-events-day .tribe-event-featured .tribe-button{background:#fff;color:#0ea0d7}.tribe-events-day .type-tribe_events{margin-left:0}.tribe-events-day .tribe-events-event-image{display:inline-block;float:left;margin:0 3% 0 0;width:30%}.tribe-events-day .tribe-events-content{display:inline-block;float:right;padding:0;width:67%}#tribe-events-content table.tribe-events-calendar{border-collapse:collapse;clear:both;font-size:12px;margin:12px 0 .6em;table-layout:fixed;width:100%}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{background:#0ea0d7;margin:0;padding:6px 14px;padding:6px calc(5% + 8px)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{margin:0;padding:6px 14px;padding:6px calc(5% + 8px)}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a{color:#fff}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover{color:#eee}#tribe-events-content .tribe-events-calendar td,#tribe-events-content table.tribe-events-calendar{border:1px solid #bbb}#tribe-events-content .tribe-events-calendar td{box-sizing:border-box;color:#114b7d;font-size:12px;height:145px;padding:0 0 .5em;vertical-align:top;width:14.28%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#f5f5f5;color:#333;font-size:11px;font-weight:700}.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#666;color:#fff}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#999}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{background-color:#f9f9f9;border:1px solid #666;bottom:30px;color:#333;display:none;left:3px;line-height:1.4;position:absolute;width:320px;z-index:1001}.tribe-events-tooltip .tribe-events-arrow{background-image:url(../images/tribe-tooltips.png);background-position:0 0;background-repeat:no-repeat;background-size:44px 19px;bottom:-11px;display:block;height:11px;left:20px;position:absolute;width:18px}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,.tribe-events-week .tribe-events-right .tribe-events-tooltip{left:auto;right:3px}.tribe-events-right .tribe-events-tooltip .tribe-events-arrow{left:auto;right:30px}.tribe-events-tooltip ol,.tribe-events-tooltip ul{margin-left:1.6em}.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img{max-height:150px;max-width:150px}.tribe-events-tooltip.tribe-events-tooltip-flipdown:before{border:10px solid transparent;border-bottom-color:#666;content:" ";display:block;height:0;left:17px;position:absolute;top:-21px;width:0;z-index:2}.tribe-events-tooltip.tribe-events-tooltip-flipdown .tribe-events-arrow{display:none}.tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before{left:auto;right:43px}.recurringinfo{*display:inline;display:inline-block;position:relative;zoom:1}.event-is-recurring{color:rgba(0,0,0,.7);font-style:normal;font-weight:500;position:relative}.event-is-recurring:hover{color:#000}.tribe-event-featured .event-is-recurring{color:hsla(0,0%,100%,.7)}.tribe-event-featured .event-is-recurring:hover{color:#fff}.tribe-event-featured .event-is-recurring div{color:rgba(0,0,0,.7)}.recurring-info-tooltip.tribe-events-tooltip{left:10px;padding-bottom:.8em;width:200px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e7e7e7;margin:0 5%;padding:6px 8px}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-viewmore{border-top:1px solid #e7e7e7;font-weight:700;line-height:1;margin:0 5%;padding:9px 8px}.tribe-events-calendar td .tribe-events-viewmore a{font-size:90%;white-space:nowrap}.tribe-events-calendar td div[id*=tribe-events-daynum-]{line-height:1.2;padding:6px 9px}.tribe-events-calendar td a{font-size:91.7%}.tribe-events-calendar th{background-color:#ddd;color:#333;height:10px;letter-spacing:1px;padding:4px 0;text-align:center;text-transform:uppercase;width:14.28%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-event-]{margin:0;position:relative}.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a{font-size:100%}#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{font-family:sans-serif;font-size:98%;font-weight:400;line-height:1.25;margin:0;overflow:hidden;padding:3%;text-transform:none}#tribe-events-content .tribe-events-tooltip h4{background-color:#666;color:#fff;font-size:12px;font-weight:400;letter-spacing:1px;line-height:24px;margin:0;min-height:24px;padding:0 6px}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;font-weight:400;padding:3px 6px 6px}.tribe-events-tooltip .duration{font-style:italic;margin:3px 0}.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb{padding:5px 5px 5px 0}.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb{padding:2px 0 8px}.tribe-events-tooltip .tribe-events-event-thumb{float:left}.tribe-events-tooltip .tribe-events-event-thumb img{box-shadow:none}.tribe-events-tooltip p.entry-summary{font-size:11px;line-height:1.5;padding:0}#tribe-mobile-container{display:none}.tribe-events-list-widget ol li{list-style:none;margin-bottom:8px;margin-bottom:.5rem}.tribe-events-list-widget .tribe-list-widget{margin-left:0}.tribe-events-list-widget .tribe-events-list-widget-events{padding:0 24px;padding:0 1.5rem;margin-bottom:20px;margin-bottom:1.25rem}.tribe-events-list-widget .tribe-event-title{margin-bottom:4px;margin-bottom:.25rem;margin-top:0}.tribe-events-list-widget .duration{font-weight:700}.tribe-events-list-widget .tribe-event-featured{background:#0ea0d7;padding-bottom:12px;padding-bottom:.75rem}.tribe-events-list-widget .tribe-event-featured .tribe-event-title{margin-top:12px;margin-top:.75rem}.tribe-events-list-widget .tribe-event-featured .tribe-event-title a{color:#fff}.tribe-events-list-widget .tribe-event-featured .tribe-event-image{line-height:0;margin-left:-24px;margin-left:-1.5rem;margin-right:-24px;margin-right:-1.5rem;overflow:hidden}.tribe-events-list-widget .tribe-event-featured .tribe-event-duration{color:#fff}.datepicker table tr td span,.datepicker td{border-radius:0}.datepicker td{border-top:1px solid #ededed}.datepicker table tr td.active.active,.datepicker table tr td span.active.active{background:#666}.datepicker table tr td.active.active:hover,.datepicker table tr td span.active.active:hover{background:#dadada;color:inherit}body.admin-bar .datepicker{margin-top:32px}#tribe-events-bar{clear:none;height:auto;margin-bottom:30px;min-width:220px;position:relative;width:100%}#tribe-events-bar *{box-sizing:border-box}#tribe-bar-form{background:#f5f5f5;margin:0;position:relative;width:100%}#tribe-bar-form input{font-size:15px;margin:0 4px 0 0}#tribe-bar-form input[type=text]{background:0;border:none;border-bottom:1px dashed #b9b9b9;border-radius:0;box-shadow:none;font-style:italic;font-weight:400;height:auto;line-height:1;padding:5px;width:100%}#tribe-bar-form input[type=text]:focus{border-bottom:none;outline:1px dashed #b9b9b9}#tribe-bar-form .tribe-bar-submit input[type=submit]{-webkit-appearance:button;background:#666;background-image:none;border:none;border-radius:0;color:#fff;font-size:13px;height:auto;letter-spacing:0;line-height:2;padding:10px;width:100%}#tribe-bar-form label{display:block;font-size:11px;font-weight:700;line-height:1;margin:0 0 5px;padding:0;text-transform:uppercase}#tribe-bar-form .tribe-bar-filters{float:left;margin:0;position:relative;width:100%}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:16.66667%;width:83.3333%}#tribe-bar-form .tribe-bar-filters-inner{margin:0}#tribe-bar-form #tribe-bar-views{background:transparent;float:left;left:83.3333%;margin:0;padding:0 0 0 5px;position:relative;right:auto;width:16.66667%}#tribe-bar-form .tribe-bar-views-inner label{padding:0 15px;text-align:left}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.66667%}input[name*=tribe-bar-]::-webkit-input-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}input[name*=tribe-bar-]:-moz-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}.tribe-event-placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}#tribe-bar-dates .select2-choice{border-bottom:1px dashed #b9b9b9}.tribe-bar-date-filter{float:left;margin-bottom:0;padding:15px;width:25%}.tribe-bar-search-filter{float:left;margin-bottom:0;padding:15px;width:33.3333%}.tribe-bar-submit{float:left;margin-bottom:0;margin-left:16.6667%;padding:15px;width:25%}.tribe-bar-submit input[type=submit]:hover{background:#999;color:#fff}#tribe-bar-views:hover,#tribe-bar-views label:hover{cursor:pointer}.tribe-bar-views-inner{background:#e0e0e0;margin:0;padding:15px 0 45px}.tribe-bar-views-inner .select2-container{padding:0 15px}.tribe-select2-results-views.select2-drop{background:#dbdbdb;border:none;box-shadow:none;z-index:10001}#tribe-bar-views .tribe-bar-views-list{border-radius:0 0 3px 3px;left:0;list-style-type:none;margin:0;padding:0 0 0 5px;position:absolute;top:auto;z-index:99}#tribe-bar-views li.tribe-bar-views-option{background:none;border:none;box-shadow:none;display:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";line-height:14px;list-style:none;margin:0;padding:0 5px 0 0;padding:0}#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,#tribe-bar-views .tribe-bar-views-option:first-child{display:list-item}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{background:#e0e0e0;color:#444;display:block;padding:6px 15px;text-align:left;text-decoration:none}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{background:#cacaca;color:inherit}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover{background:#e0e0e0}#tribe-bar-views .tribe-bar-views-option:last-child a{border-radius:0 0 3px 3px}#tribe-bar-views [name=tribe-bar-view]{display:none}#tribe-bar-views .tribe-bar-views-list{float:left;width:100%}#tribe-bar-views .tribe-bar-settings{display:none}.tribe-no-js #tribe-bar-views [name=tribe-bar-view]{display:block}#tribe-bar-form.tribe-bar-mini *{font-size:12px}#tribe-bar-form.tribe-bar-mini label{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{-webkit-appearance:button;font-size:11px;padding:10px 5px}.tribe-bar-mini .tribe-bar-filters{float:left;width:83.3333%}.tribe-bar-mini .tribe-bar-date-filter{padding:10px}.tribe-bar-mini .tribe-bar-search-filter{padding:10px;width:45%}.tribe-bar-mini .tribe-bar-submit{margin-left:5%;padding:10px;width:25%}.tribe-bar-mini #tribe-bar-views{width:16.66667%}.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:4px 15px}.tribe-bar-mini .tribe-bar-views-inner{padding:10px 0 35px}.tribe-bar-mini .tribe-bar-views-inner label{padding:0 10px}#tribe-bar-collapse-toggle{background:#f5f5f5;display:none;float:left;font-size:13px;font-weight:700;line-height:28px;padding:15px;position:relative;text-transform:uppercase}#tribe-bar-collapse-toggle:hover{cursor:pointer}#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after{border-bottom-color:inherit;border-top-color:transparent;top:0}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:inline-block;margin:0 4px;position:absolute;right:10px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{border:solid transparent;border-color:rgba(136,183,213,0);border-top-color:inherit;border-width:8px;content:" ";height:0;pointer-events:none;position:absolute;right:0;top:10px;width:0}.tribe-bar-collapse #tribe-bar-views,.tribe-bar-collapse .tribe-bar-filters-inner>div{height:auto;margin:0;width:100%}.tribe-bar-collapse #tribe-bar-collapse-toggle{display:block;width:70%}.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width{width:100%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{float:left;left:auto;width:30%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views+.tribe-bar-filters{clear:both;display:none;left:auto;margin-top:5px;overflow:hidden;right:auto;width:100%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding:10px 0 40px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{margin:0}.tribe-bar-disabled{float:right;position:relative;z-index:101}.tribe-bar-disabled .tribe-events-page-title{clear:none;line-height:45px;margin:0;text-align:left}.tribe-bar-disabled #tribe-events-bar{float:none;min-width:0;width:auto}.tribe-bar-disabled #tribe-bar-form{border-radius:3px;width:auto}.tribe-bar-disabled .tribe-bar-filters{float:left}.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter{padding:5px 10px}.tribe-bar-disabled #tribe-bar-form label{font-size:10px}.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]{border:none;display:block;font-size:13px;line-height:15px;margin:0;padding:0;width:85px}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views{float:left;font-size:16px;left:50%;padding:0;right:auto;width:50%}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:50%;width:50%}.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-disabled .tribe-bar-views-inner{border-radius:0 3px 3px 0;min-width:100px;padding:5px 0 25px}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{margin:0}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{margin:0;padding:4px 10px}.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice{font-size:13px;height:auto;line-height:18px}.tribe-bar-disabled .tribe-select2-results-views.select2-drop .select2-results li{padding:0 10px}.tribe-bar-disabled #tribe-bar-collapse-toggle,.tribe-bar-disabled .tribe-bar-submit{display:none}.tribe-bar-disabled .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter{width:auto}.tribe-bar-view-list a[class*=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-position:0 50%;background-repeat:no-repeat;display:block;min-height:16px;padding-left:24px}.tribe-select2-results-views span[class^=tribe-icon-]{display:inline-block;min-height:16px}.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(../images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(../images/events-bar/icon-list.png);background-size:15px 10px}.tribe-bar-view-list a.tribe-icon-list,.tribe-bar-view-list a.tribe-icon-month{background-position:10px 50%;padding-left:30px}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views .tribe-icon-month{background-image:url(../images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(../images/events-bar/icon-week.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(../images/events-bar/icon-day.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(../images/events-bar/icon-photo.png);background-size:15px 14px}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(../images/events-bar/icon-map.png);background-position:2px 50%;background-size:12px 16px}.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,.tribe-events-week.tribe-theme-twentyfourteen #masthead{z-index:1001}.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events{padding:20px}.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list{z-index:3}#tribe-events-content .tribe-updated{display:inherit}.tribe-theme-parent-twentyfifteen #tribe-events,.tribe-theme-twentyfifteen #tribe-events{background:#fff;margin:0 8.333%;padding-top:8.333%}.tribe-theme-parent-twentyfifteen .tribe-events-single-event-title,.tribe-theme-twentyfifteen .tribe-events-single-event-title{font-size:39px}.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template{padding-top:8.3333%}.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content{padding:8.3333% 10%}.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe_events,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe_events{box-shadow:none;margin-left:0;margin-right:0;padding-top:0}.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2{display:inline-block;font-size:1.2em;margin:0}.tribe-theme-parent-twentyfifteen.single-tribe_events .tribe-events-single,.tribe-theme-twentyfifteen.single-tribe_events .tribe-events-single{box-shadow:none;margin:0}.tribe-theme-parent-twentyfifteen.tribe-events-week .tribe-events-grid .hentry,.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry{margin-left:0;margin-right:0}.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events{border-top:1px solid rgba(51,51,51,.1);box-shadow:none;margin-left:0;margin-right:0}.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .entry-title,.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title{font-size:22px;line-height:1.4545}.tribe-theme-parent-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper,.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper{padding:3.333%}.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first{padding:8.333% 10%}.tribe-theme-parent-twentyfifteen .tribe-events-list .time-details,.tribe-theme-parent-twentyfifteen .tribe-events-list .tribe-events-venue-details,.tribe-theme-twentyfifteen .tribe-events-list .time-details,.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details{line-height:1.6}.tribe-theme-parent-twentyfifteen .tribe-events-day-time-slot .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events{margin-left:0}.tribe-theme-parent-twentyfifteen .type-tribe_events a.more-link,.tribe-theme-twentyfifteen .type-tribe_events a.more-link{display:none}.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu,.tribe-theme-twentyfifteen .datepicker.dropdown-menu{max-width:340px}.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table.table-condensed,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed{border-left-width:0;border-top-width:0}.tribe-theme-parent-twentyfifteen .tribe-events-calendar td a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-next a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-parent-twentyfifteen ul.tribe-bar-views-list li a,.tribe-theme-twentyfifteen .tribe-events-calendar td a,.tribe-theme-twentyfifteen .tribe-events-nav-next a,.tribe-theme-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a{border-bottom:none}.tribe-theme-parent-twentyfifteen.events-archive .entry-footer,.tribe-theme-parent-twentyfifteen.single-tribe_events .entry-footer,.tribe-theme-twentyfifteen.events-archive .entry-footer,.tribe-theme-twentyfifteen.single-tribe_events .entry-footer{display:none}.tribe-theme-parent-twentysixteen table.tribe-events-calendar,.tribe-theme-twentysixteen table.tribe-events-calendar{table-layout:auto}.tribe-theme-parent-twentysixteen .tribe-events-single-section-title:first-child,.tribe-theme-twentysixteen .tribe-events-single-section-title:first-child{margin-top:20px}.tribe-theme-parent-twentysixteen .tribe-events-content.entry-summary,.tribe-theme-twentysixteen .tribe-events-content.entry-summary{font-size:inherit;margin-bottom:0;margin-top:5px}.tribe-theme-parent-twentysixteen.events-archive .entry-content,.tribe-theme-parent-twentysixteen.events-archive .entry-header,.tribe-theme-twentysixteen.events-archive .entry-content,.tribe-theme-twentysixteen.events-archive .entry-header{width:auto}.tribe-theme-parent-twentysixteen .datepicker table,.tribe-theme-twentysixteen .datepicker table{border:0;width:auto}.tribe-theme-parent-twentysixteen .entry-content a,.tribe-theme-twentysixteen .entry-content a{box-shadow:none}.tribe-theme-parent-twentysixteen h2.tribe-events-list-event-title,.tribe-theme-twentysixteen h2.tribe-events-list-event-title{clear:none}.tribe-theme-twentyseventeen .entry-content a{box-shadow:none}.tribe-theme-twentyseventeen.single-tribe_events .single-featured-image-header{display:none}.tribe-theme-twentyseventeen.page-template-page-php.blog:not(.has-sidebar) #primary article{width:100%}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}@media screen and (max-width:767px){.single-tribe_events .secondary .tribe-events-venue-map{width:90%}}@media screen and (min-width:44.375em){.tribe-events-day .tribe-events-content{margin-left:0;margin-right:0}}@media screen{#tribe-events-content .tribe-events-tooltip ol,#tribe-events-content .tribe-events-tooltip ul{margin-left:1.6em}}@media screen and (max-width:782px){body.admin-bar .datepicker{margin-top:46px}}@media screen and (min-width:1000px){.tribe-theme-parent-twentyfourteen #tribe-events-pg-template,.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:220px}}@media screen and (max-width:400px){.list-view.events-archive .site-content .type-page .entry-content{display:inline;display:initial}}@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(../images/tribe-tooltips@2x.png)}#tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small{background-image:url(../images/events-bar/icon-search@2x.png)}#tribe-events-bar .tribe-bar-button-settings span{background-image:url(../images/events-bar/icon-gear@2x.png)}#tribe-events-bar [class^=tribe-bar-button-]:after{background-image:url(../../../common/vendor/tribe-select2/select2x2.png)}.tribe-bar-view-list a[class^=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(../images/events-bar/icon-month@2x.png)}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(../images/events-bar/icon-list@2x.png)}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views span.tribe-icon-month{background-image:url(../images/events-bar/icon-month@2x.png)}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(../images/events-bar/icon-week@2x.png)}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(../images/events-bar/icon-day@2x.png)}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(../images/events-bar/icon-photo@2x.png)}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(../images/events-bar/icon-map@2x.png)}}
|
1 |
+
.tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:0 0 15px}.tribe-events-event-cost span{border:1px solid #ddd;display:block;font-style:normal;font-weight:700;line-height:1;padding:8px 12px;text-align:center;text-overflow:ellipsis}.tribe-events-event-cost .tribe-out-of-stock,.tribe-events-event-cost .tribe-tickets-left{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-button,a.tribe-button,button.tribe-button,input.tribe-button{border-radius:3px;line-height:1;margin:10px;padding:9px 12px}.tribe-button.sold-out,a.tribe-button.sold-out,button.tribe-button.sold-out,input.tribe-button.sold-out{background:none;border:none;color:#a00}.tribe-button.sold-out:hover,a.tribe-button.sold-out:hover,button.tribe-button.sold-out:hover,input.tribe-button.sold-out:hover{cursor:default}#tribe-events-pg-template,.tribe-events-pg-template{margin:0 auto;max-width:1200px}.tribe-events-after-html{clear:both}#tribe-events .tribe-events-content p,.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7;margin:0 0 10px}#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6{line-height:1.7;margin:24px 0}#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1{font-size:21px;line-height:1.5}#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2{font-size:18px;line-height:1.6}#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3{font-size:16px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4{font-size:14px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5{font-size:13px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6{font-size:12px;line-height:1.8}#tribe-events-pg-template .tribe-events-content ul,.tribe-events-after-html ul,.tribe-events-before-html ul{list-style:disc outside}#tribe-events-pg-template .tribe-events-content ol,.tribe-events-after-html ol,.tribe-events-before-html ol{list-style:decimal outside}#tribe-events-pg-template .tribe-events-content ol li,#tribe-events-pg-template .tribe-events-content ul li,.tribe-events-after-html ol li,.tribe-events-after-html ul li,.tribe-events-before-html ol li,.tribe-events-before-html ul li{line-height:1.7;margin:0 0 20px}.tribe-events-back{margin:0 0 20px}.events-list .tribe-events-back.tribe-events-loop{margin:0 auto 20px}#tribe-events-content a,.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.tribe-events-back a,.tribe-events-back a:hover,.tribe-events-event-meta a,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-list-widget .tribe-events-widget-link a:hover,ul.tribe-events-sub-nav a,ul.tribe-events-sub-nav a:hover{text-decoration:none}#tribe-events .tribe-events-button,.tribe-events-button{*display:inline;background-color:#666;background-image:none;border-radius:3px;border:0;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;line-height:normal;padding:6px 9px;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;zoom:1}.tribe-events-button.tribe-active{background-color:#666;color:#fff}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{background-color:#ddd;color:#444;text-decoration:none}a.tribe-events-gcal,a.tribe-events-ical{clear:both;color:#fff;float:right;font-size:10px;font-weight:400;line-height:18px;margin-top:21px;padding:0 6px;text-decoration:none}.tribe-events-gcal{margin-right:9px}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{float:none}.tribe-events-event-meta-desc .tribe-events-gmap,.tribe-events-event-meta .tribe-events-gmap{white-space:nowrap}.event .entry-title{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:inherit}.updated-info{height:0;text-indent:-9999px}.tribe-events-event-image{margin:0 0 20px;text-align:center}.tribe-events-event-image img{height:auto;max-width:100%}.tribe-events-schedule h2{display:inline-block;margin-bottom:0;font-size:1.2em;font-style:normal;font-weight:700;line-height:normal}.tribe-events-event-schedule-details{display:inline}.events-archive .entry-content,.events-archive .entry-header{width:98%}.events-archive footer.entry-header,.events-archive footer.entry-meta,.events-archive header.entry-header,.events-archive header.entry-meta,.events-archive span.edit-link,.single-tribe_events footer.entry-header,.single-tribe_events footer.entry-meta,.single-tribe_events header.entry-header,.single-tribe_events header.entry-meta,.single-tribe_organizer footer.entry-header,.single-tribe_organizer footer.entry-meta,.single-tribe_organizer header.entry-header,.single-tribe_organizer header.entry-meta,.single-tribe_venue footer.entry-header,.single-tribe_venue footer.entry-meta,.single-tribe_venue header.entry-header,.single-tribe_venue header.entry-meta{display:none}.tribe-events-notices{background:#d9edf7;border-radius:4px;border:1px solid #bce8f1;color:#3a87ad;margin:10px 0 18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 #fff}div.tribe-events-notices>ul,div.tribe-events-notices>ul>li{list-style:none;margin:0;padding:0}#tribe-events-content p.tribe-events-promo{color:#999;font-size:12px}#tribe-events-content p.tribe-events-promo a{color:#666}.clearfix,.tribe-clearfix{zoom:1}.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before{content:"";display:table}.clearfix:after,.tribe-clear,.tribe-clearfix:after{clear:both}.tribe-events-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-hide-text{overflow:hidden;text-indent:100%;white-space:nowrap}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}#tribe-events-content .tribe-events-abbr{border-bottom:0;cursor:default}.tribe-events-spinner{height:32px;margin-left:-16px;width:32px}.tribe-events-spinner-medium{height:24px;width:24px}.tribe-events-spinner-small{height:16px;margin-left:-8px;width:16px}*+html .events-archive h2.tribe-events-page-title{padding-bottom:30px}*+html .events-archive .tribe-events-list h2.tribe-events-page-title{padding-bottom:0}*+html #tribe-events-header{margin-bottom:30px}h2.tribe-events-page-title{clear:none;font-size:24px;font-weight:400;margin-bottom:.5em;position:relative;text-align:center;z-index:0}.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title{float:none;width:100%}h2.tribe-events-page-title a{color:#000}h2.tribe-events-page-title a:focus,h2.tribe-events-page-title a:hover{color:#333;text-decoration:underline}#tribe-events-footer,#tribe-events-header{clear:both;margin-bottom:.5em}#tribe-events-footer .tribe-events-sub-nav,#tribe-events-header .tribe-events-sub-nav{line-height:normal;list-style-type:none;margin:0;overflow:hidden;padding:0;text-align:center}#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav li{display:inline;display:inline-block;margin:0;vertical-align:middle;zoom:1}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav li{float:left;margin-right:5px;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{float:right;margin-left:5px;text-align:right}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left{float:left;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right{float:right;text-align:right}.tribe-events-ajax-loading{background:#666;border-radius:5px;box-shadow:none;display:none;left:50%;margin-left:-27px;padding:15px;position:absolute;top:150px;z-index:10}.tribe-events-ajax-loading.tribe-events-active-spinner,.tribe-events-ajax-loading.tribe-events-active-spinner img,.tribe-events-loading .tribe-events-ajax-loading{display:block}#tribe-events-header{position:relative}#tribe-events-footer{margin-bottom:1em}.events-list #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer{clear:both;margin:1.25em 0 18px}.tribe-events-map #tribe-events-header{margin:1em 0}.single-tribe_events #tribe-events-header{margin:1em 0 20px}.single-tribe_events #tribe-events-footer li,.single-tribe_events #tribe-events-header li{width:48%}#tribe-events-content .tribe-events-nav-date{padding-top:16px}select.tribe-events-dropdown{font-size:11px;margin:33px 9px 0 0;width:auto}#tribe-events-events-picker,#tribe-events-picker{display:inline}#tribe-events-content{margin-bottom:48px;padding:2px 0;position:relative}#tribe-events-content.tribe-events-list{padding:0}.tribe-events-othermonth .tribe-events-month-event-title,.tribe-events-othermonth div[id*=tribe-events-daynum-]{-khtml-opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}#tribe-events-content.tribe-events-list{margin-bottom:60px}.tribe-events-list .tribe-events-loop .tribe-event-featured{background:#0ea0d7;margin-bottom:32px;margin-bottom:2rem;padding:0 24px 16px;padding:0 1.5rem 1rem}.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image{display:block;float:none;margin:0 -24px;margin:0 -1.5rem;width:auto}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title{display:inline-block;margin-top:24px;margin-top:1.5rem}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a{color:#fff}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta{background-color:transparent;color:hsla(0,0%,100%,.7);font-weight:400}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:hsla(0,0%,100%,.9)}.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:hsla(0,0%,100%,.7)}.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:hsla(0,0%,100%,.9)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:30px 0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{border:0;color:#fff;background:hsla(0,0%,100%,.1);display:block;font-style:normal;font-weight:700;line-height:1;padding:10px;text-align:center;text-overflow:ellipsis}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:hsla(0,0%,100%,.2)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left{font-style:italic;font-weight:400;margin-left:1px}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button{color:#000;font-weight:700}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover{color:#0ea0d7}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:active{color:#000}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-button{background:#fff;color:#0ea0d7}.tribe-events-list .tribe-events-loop .tribe-events-event-image{float:left;margin:0 3% 0 0;width:30%}.tribe-events-list .tribe-events-loop .tribe-events-content{width:100%}.tribe-events-list h2.tribe-events-page-title{margin-bottom:15px}.tribe-events-list .tribe-events-list-event-title{border:none;display:inline-block;font-size:1.4em;letter-spacing:0;line-height:1.4em;margin:0;padding:0;text-transform:none}.tribe-events-list .type-tribe_events{border-bottom:1px solid #ddd;margin:0;padding:2.25em 0}.tribe-events-list .type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-list .type-tribe_events.tribe-event-end-month{border-bottom:0;padding-bottom:0}.tribe-events-list .tribe-events-event-image{display:inline-block;float:left;margin:0 3% 0 0}.tribe-events-list .tribe-events-event-image img{height:auto;margin:0;padding:0;width:100%}.tribe-events-list .tribe-events-event-image+div.tribe-events-content{display:block;float:none;position:relative}.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description{position:static}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{display:inline;display:inline-block;zoom:1}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring{position:relative}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-content{padding:0;width:100%}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{display:block;line-height:1.2;margin:0}.tribe-events-list .time-details{margin:0 0 8px}.tribe-events-list .tribe-events-venue-details{margin:15px 0}.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address{font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit}.tribe-events-list-separator-year{color:#ccc;display:block;font-size:38px;font-weight:700;padding:1em 2.25em 0;text-align:center}.tribe-events-list-separator-month{background-color:#eee;display:block;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:2.25em}.tribe-events-loop{clear:both}.tribe-events-loop .type-tribe_events.tribe-events-last{border-bottom:0}.tribe-events-loop .tribe-events-content{float:left;padding:0 5% 0 0;width:60%}.tribe-events-loop .tribe-events-event-meta{border:0;clear:both;float:none;font-size:14px;font-weight:700;line-height:1.5;margin:5px 0 15px;overflow:visible}.tribe-events-event-meta address.tribe-events-address{display:inline;font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit;margin-right:10px}.single-tribe_venue .tribe-events-loop .tribe-events-content p{margin:0}.events-archive h3 .published,.single-tribe_venue h3 .published{font-size:18px;font-style:italic;margin-top:0;text-transform:none}.tribe-events-event-day,.tribe-events-event-meta-desc{color:#333}.venue-address{margin-top:1em}.venue-address>*{display:block;margin-top:.5em}.single-tribe_events .tribe-events-single-event-title{font-size:1.7em;line-height:1;margin:0;padding:0}#tribe-events-content .tribe-events-single-event-description .attachment-post-thumbnail{display:block;margin-left:auto;margin-right:auto;text-align:center}.tribe-events-meta-group .tribe-events-single-section-title{font-size:1.4em;font-weight:700;margin:20px 0 10px}.tribe-events-meta-group+.tribe-events-single-section-title{margin-top:0}.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address{display:block;margin:0}#eventbrite-embed{margin:24px 0;min-height:225px;width:100%}.eventbrite-ticket-embed{margin:0 0 30px}.tribe-events-schedule{margin:20px 0 0;vertical-align:middle}.single-tribe_events .tribe-events-schedule .recurringinfo,.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule .tribe-events-divider{font-size:1.2em}.single-tribe_events .tribe-events-schedule h3{display:inline;display:inline-block;font-size:1.2em;margin:0;padding:0;vertical-align:middle;white-space:nowrap;zoom:1}.single-tribe_events .tribe-events-schedule .tribe-events-cost{vertical-align:baseline}.single-tribe_events .tribe-events-event-image{clear:both;margin-bottom:30px;text-align:center}.single-tribe_events .tribe-events-cal-links{clear:both}.single-tribe_events .tribe-events-event-meta{background:#fafafa;border:1px solid #eee;margin:30px 0}.single-tribe_events .tribe-events-venue-map{background:#eee;border:1px solid #ddd;border-radius:3px;display:inline-block;float:right;margin:20px 4% 2% 0;padding:5px;vertical-align:top;width:90%;zoom:1}.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap{clear:both;display:block;float:none;width:auto}.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap .tribe-events-venue-map{float:none;width:100%}.single-tribe_events .secondary .tribe-events-venue-map{width:58%}.single-tribe_events .tribe-events-event-meta{font-size:13px}.single-tribe_events .tribe-events-event-meta dl{margin:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear:left;font-weight:700;line-height:1;list-style:none}.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{float:none;line-height:1.5;list-style:none;margin:0 0 10px;padding:0}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{box-sizing:border-box;display:inline-block;float:left;margin:0 0 20px;padding:0 4%;text-align:left;vertical-align:top;width:33.3333%;zoom:1}#tribe-events-content .tribe-events-event-meta dd span.adr{display:block}.single-tribe_events .tribe-events-content{max-width:100%;padding:0;width:100%}.sidebar.single-tribe_events .tribe-events-content{padding:0}.tribe-events-day .tribe-events-day-time-slot h5{background-color:#eee;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin-left:5%}.tribe-events-day .tribe-event-featured{background:#0ea0d7;margin-bottom:32px;margin-bottom:2rem;padding:0 24px 16px;padding:0 1.5rem 1rem}.tribe-events-day .tribe-event-featured .tribe-events-content{display:block;float:none;width:auto}.tribe-events-day .tribe-event-featured.tribe-events-first{padding-top:0}.tribe-events-day .tribe-event-featured .tribe-events-event-image{display:block;float:none;margin:0 -24px;margin:0 -1.5rem;width:auto}.tribe-events-day .tribe-event-featured .tribe-events-list-event-title{display:inline-block;margin-top:24px;margin-top:1.5rem}.tribe-events-day .tribe-event-featured .tribe-events-list-event-title a{color:#fff}.tribe-events-day .tribe-event-featured .tribe-events-event-meta{background-color:transparent;color:hsla(0,0%,100%,.7);font-weight:400}.tribe-events-day .tribe-event-featured .tribe-events-content{color:hsla(0,0%,100%,.9)}.tribe-events-day .tribe-event-featured a{color:hsla(0,0%,100%,.7)}.tribe-events-day .tribe-event-featured a:active,.tribe-events-day .tribe-event-featured a:hover{color:hsla(0,0%,100%,.9)}.tribe-events-day .tribe-event-featured .tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:30px 0}.tribe-events-day .tribe-event-featured .tribe-events-event-cost span{border:0;color:#fff;background:hsla(0,0%,100%,.1);display:block;font-style:normal;font-weight:700;line-height:1;padding:10px;text-align:center;text-overflow:ellipsis}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:hsla(0,0%,100%,.2)}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left{font-style:italic;font-weight:400;margin-left:1px}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button{color:#000;font-weight:700}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button:hover{color:#0ea0d7}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button:active{color:#000}.tribe-events-day .tribe-event-featured .tribe-button{background:#fff;color:#0ea0d7}.tribe-events-day .type-tribe_events{margin-left:0}.tribe-events-day .tribe-events-event-image{display:inline-block;float:left;margin:0 3% 0 0;width:30%}.tribe-events-day .tribe-events-content{display:inline-block;float:right;padding:0;width:67%}#tribe-events-content table.tribe-events-calendar{border-collapse:collapse;clear:both;font-size:12px;margin:12px 0 .6em;table-layout:fixed;width:100%}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{background:#0ea0d7;margin:0;padding:6px 14px;padding:6px calc(5% + 8px)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{margin:0;padding:6px 14px;padding:6px calc(5% + 8px)}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a{color:#fff}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover{color:#eee}#tribe-events-content .tribe-events-calendar td,#tribe-events-content table.tribe-events-calendar{border:1px solid #bbb}#tribe-events-content .tribe-events-calendar td{box-sizing:border-box;color:#114b7d;font-size:12px;height:145px;padding:0 0 .5em;vertical-align:top;width:14.28%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#f5f5f5;color:#333;font-size:11px;font-weight:700}.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#666;color:#fff}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#999}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{background-color:#f9f9f9;border:1px solid #666;bottom:30px;color:#333;display:none;left:3px;line-height:1.4;position:absolute;width:320px;z-index:1001}.tribe-events-tooltip .tribe-events-arrow{background-image:url(../images/tribe-tooltips.png);background-position:0 0;background-repeat:no-repeat;background-size:44px 19px;bottom:-11px;display:block;height:11px;left:20px;position:absolute;width:18px}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,.tribe-events-week .tribe-events-right .tribe-events-tooltip{left:auto;right:3px}.tribe-events-right .tribe-events-tooltip .tribe-events-arrow{left:auto;right:30px}.tribe-events-tooltip ol,.tribe-events-tooltip ul{margin-left:1.6em}.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img{max-height:150px;max-width:150px}.tribe-events-tooltip.tribe-events-tooltip-flipdown:before{border:10px solid transparent;border-bottom-color:#666;content:" ";display:block;height:0;left:17px;position:absolute;top:-21px;width:0;z-index:2}.tribe-events-tooltip.tribe-events-tooltip-flipdown .tribe-events-arrow{display:none}.tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before{left:auto;right:43px}.recurringinfo{*display:inline;display:inline-block;position:relative;zoom:1}.event-is-recurring{color:rgba(0,0,0,.7);font-style:normal;font-weight:500;position:relative}.event-is-recurring:hover{color:#000}.tribe-event-featured .event-is-recurring{color:hsla(0,0%,100%,.7)}.tribe-event-featured .event-is-recurring:hover{color:#fff}.tribe-event-featured .event-is-recurring div{color:rgba(0,0,0,.7)}.recurring-info-tooltip.tribe-events-tooltip{left:10px;padding-bottom:.8em;width:200px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e7e7e7;margin:0 5%;padding:6px 8px}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-viewmore{border-top:1px solid #e7e7e7;font-weight:700;line-height:1;margin:0 5%;padding:9px 8px}.tribe-events-calendar td .tribe-events-viewmore a{font-size:90%;white-space:nowrap}.tribe-events-calendar td div[id*=tribe-events-daynum-]{line-height:1.2;padding:6px 9px}.tribe-events-calendar td a{font-size:91.7%}.tribe-events-calendar th{background-color:#ddd;color:#333;height:10px;letter-spacing:1px;padding:4px 0;text-align:center;text-transform:uppercase;width:14.28%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-event-]{margin:0;position:relative}.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a{font-size:100%}#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{font-family:sans-serif;font-size:98%;font-weight:400;line-height:1.25;margin:0;overflow:hidden;padding:3%;text-transform:none}#tribe-events-content .tribe-events-tooltip h4{background-color:#666;color:#fff;font-size:12px;font-weight:400;letter-spacing:1px;line-height:24px;margin:0;min-height:24px;padding:0 6px}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;font-weight:400;padding:3px 6px 6px}.tribe-events-tooltip .duration{font-style:italic;margin:3px 0}.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb{padding:5px 5px 5px 0}.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb{padding:2px 0 8px}.tribe-events-tooltip .tribe-events-event-thumb{float:left}.tribe-events-tooltip .tribe-events-event-thumb img{box-shadow:none}.tribe-events-tooltip p.entry-summary{font-size:11px;line-height:1.5;padding:0}#tribe-mobile-container{display:none}.tribe-events-list-widget ol li{list-style:none;margin-bottom:8px;margin-bottom:.5rem}.tribe-events-list-widget .tribe-list-widget{margin-left:0}.tribe-events-list-widget .tribe-events-list-widget-events{padding:0 24px;padding:0 1.5rem;margin-bottom:20px;margin-bottom:1.25rem}.tribe-events-list-widget .tribe-event-title{margin-bottom:4px;margin-bottom:.25rem;margin-top:0}.tribe-events-list-widget .duration{font-weight:700}.tribe-events-list-widget .tribe-event-featured{background:#0ea0d7;padding-bottom:12px;padding-bottom:.75rem}.tribe-events-list-widget .tribe-event-featured .tribe-event-title{margin-top:12px;margin-top:.75rem}.tribe-events-list-widget .tribe-event-featured .tribe-event-title a{color:#fff}.tribe-events-list-widget .tribe-event-featured .tribe-event-image{line-height:0;margin-left:-24px;margin-left:-1.5rem;margin-right:-24px;margin-right:-1.5rem;overflow:hidden}.tribe-events-list-widget .tribe-event-featured .tribe-event-duration{color:#fff}.datepicker table tr td span,.datepicker td{border-radius:0}.datepicker td{border-top:1px solid #ededed}.datepicker table tr td.active.active,.datepicker table tr td span.active.active{background:#666}.datepicker table tr td.active.active:hover,.datepicker table tr td span.active.active:hover{background:#dadada;color:inherit}body.admin-bar .datepicker{margin-top:32px}#tribe-events-bar{clear:none;height:auto;margin-bottom:30px;min-width:220px;position:relative;width:100%}#tribe-events-bar *{box-sizing:border-box}#tribe-bar-form{background:#f5f5f5;margin:0;position:relative;width:100%}#tribe-bar-form input{font-size:15px;margin:0 4px 0 0}#tribe-bar-form input[type=text]{background:0;border:none;border-bottom:1px dashed #b9b9b9;border-radius:0;box-shadow:none;font-style:italic;font-weight:400;height:auto;line-height:1;padding:5px;width:100%}#tribe-bar-form input[type=text]:focus{border-bottom:none;outline:1px dashed #b9b9b9}#tribe-bar-form .tribe-bar-submit input[type=submit]{-webkit-appearance:button;background:#666;background-image:none;border:none;border-radius:0;color:#fff;font-size:13px;height:auto;letter-spacing:0;line-height:2;padding:10px;width:100%}#tribe-bar-form label{display:block;font-size:11px;font-weight:700;line-height:1;margin:0 0 5px;padding:0;text-transform:uppercase}#tribe-bar-form .tribe-bar-filters{float:left;margin:0;position:relative;width:100%}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:16.66667%;width:83.3333%}#tribe-bar-form .tribe-bar-filters-inner{margin:0}#tribe-bar-form #tribe-bar-views{background:transparent;float:left;left:83.3333%;margin:0;padding:0 0 0 5px;position:relative;right:auto;width:16.66667%}#tribe-bar-form .tribe-bar-views-inner label{padding:0 15px;text-align:left}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.66667%}input[name*=tribe-bar-]::-webkit-input-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}input[name*=tribe-bar-]:-moz-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}.tribe-event-placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}#tribe-bar-dates .select2-choice{border-bottom:1px dashed #b9b9b9}.tribe-bar-date-filter{float:left;margin-bottom:0;padding:15px;width:25%}.tribe-bar-search-filter{float:left;margin-bottom:0;padding:15px;width:33.3333%}.tribe-bar-submit{float:left;margin-bottom:0;margin-left:16.6667%;padding:15px;width:25%}.tribe-bar-submit input[type=submit]:hover{background:#999;color:#fff}#tribe-bar-views:hover,#tribe-bar-views label:hover{cursor:pointer}.tribe-bar-views-inner{background:#e0e0e0;margin:0;padding:15px 0 45px}.tribe-bar-views-inner .select2-container{padding:0 15px}.tribe-select2-results-views.select2-drop{background:#dbdbdb;border:none;box-shadow:none;z-index:10001}#tribe-bar-views .tribe-bar-views-list{border-radius:0 0 3px 3px;left:0;list-style-type:none;margin:0;padding:0 0 0 5px;position:absolute;top:auto;z-index:99}#tribe-bar-views li.tribe-bar-views-option{background:none;border:none;box-shadow:none;display:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";line-height:14px;list-style:none;margin:0;padding:0 5px 0 0;padding:0}#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,#tribe-bar-views .tribe-bar-views-option:first-child{display:list-item}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{background:#e0e0e0;color:#444;display:block;padding:6px 15px;text-align:left;text-decoration:none}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{background:#cacaca;color:inherit}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover{background:#e0e0e0}#tribe-bar-views .tribe-bar-views-option:last-child a{border-radius:0 0 3px 3px}#tribe-bar-views .tribe-bar-views-list{float:left;width:100%}#tribe-bar-views .tribe-bar-settings{display:none}#tribe-bar-form.tribe-bar-mini *{font-size:12px}#tribe-bar-form.tribe-bar-mini label{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{-webkit-appearance:button;font-size:11px;padding:10px 5px}.tribe-bar-mini .tribe-bar-filters{float:left;width:83.3333%}.tribe-bar-mini .tribe-bar-date-filter{padding:10px}.tribe-bar-mini .tribe-bar-search-filter{padding:10px;width:45%}.tribe-bar-mini .tribe-bar-submit{margin-left:5%;padding:10px;width:25%}.tribe-bar-mini #tribe-bar-views{width:16.66667%}.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:4px 15px}.tribe-bar-mini .tribe-bar-views-inner{padding:10px 0 35px}.tribe-bar-mini .tribe-bar-views-inner label{padding:0 10px}#tribe-bar-collapse-toggle{background:#f5f5f5;display:none;float:left;font-size:13px;font-weight:700;line-height:28px;padding:15px;position:relative;text-transform:uppercase}#tribe-bar-collapse-toggle:hover{cursor:pointer}#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after{border-bottom-color:inherit;border-top-color:transparent;top:0}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:inline-block;margin:0 4px;position:absolute;right:10px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{border:solid transparent;border-color:rgba(136,183,213,0);border-top-color:inherit;border-width:8px;content:" ";height:0;pointer-events:none;position:absolute;right:0;top:10px;width:0}.tribe-bar-collapse #tribe-bar-views,.tribe-bar-collapse .tribe-bar-filters-inner>div{height:auto;margin:0;width:100%}.tribe-bar-collapse #tribe-bar-collapse-toggle{display:block;width:70%}.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width{width:100%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{float:left;left:auto;width:30%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views+.tribe-bar-filters{clear:both;display:none;left:auto;margin-top:5px;overflow:hidden;right:auto;width:100%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding:10px 0 40px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{margin:0}.tribe-bar-disabled{float:right;position:relative;z-index:101}.tribe-bar-disabled .tribe-events-page-title{clear:none;line-height:45px;margin:0;text-align:left}.tribe-bar-disabled #tribe-events-bar{float:none;min-width:0;width:auto}.tribe-bar-disabled #tribe-bar-form{border-radius:3px;width:auto}.tribe-bar-disabled .tribe-bar-filters{float:left}.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter{padding:5px 10px}.tribe-bar-disabled #tribe-bar-form label{font-size:10px}.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]{border:none;display:block;font-size:13px;line-height:15px;margin:0;padding:0;width:85px}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views{float:left;font-size:16px;left:50%;padding:0;right:auto;width:50%}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:50%;width:50%}.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-disabled .tribe-bar-views-inner{border-radius:0 3px 3px 0;min-width:100px;padding:5px 0 25px}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{margin:0}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{margin:0;padding:4px 10px}.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice{font-size:13px;height:auto;line-height:18px}.tribe-bar-disabled .tribe-select2-results-views.select2-drop .select2-results li{padding:0 10px}.tribe-bar-disabled #tribe-bar-collapse-toggle,.tribe-bar-disabled .tribe-bar-submit{display:none}.tribe-bar-disabled .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter{width:auto}.tribe-bar-view-list a[class*=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-position:0 50%;background-repeat:no-repeat;display:block;min-height:16px;padding-left:24px}.tribe-select2-results-views span[class^=tribe-icon-]{display:inline-block;min-height:16px}.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(../images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(../images/events-bar/icon-list.png);background-size:15px 10px}.tribe-bar-view-list a.tribe-icon-list,.tribe-bar-view-list a.tribe-icon-month{background-position:10px 50%;padding-left:30px}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views .tribe-icon-month{background-image:url(../images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(../images/events-bar/icon-week.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(../images/events-bar/icon-day.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(../images/events-bar/icon-photo.png);background-size:15px 14px}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(../images/events-bar/icon-map.png);background-position:2px 50%;background-size:12px 16px}.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,.tribe-events-week.tribe-theme-twentyfourteen #masthead{z-index:1001}.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events{padding:20px}.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list{z-index:3}#tribe-events-content .tribe-updated{display:inherit}.tribe-theme-parent-twentyfifteen #tribe-events,.tribe-theme-twentyfifteen #tribe-events{background:#fff;margin:0 8.333%;padding-top:8.333%}.tribe-theme-parent-twentyfifteen .tribe-events-single-event-title,.tribe-theme-twentyfifteen .tribe-events-single-event-title{font-size:39px}.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template{padding-top:8.3333%}.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content{padding:8.3333% 10%}.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe_events,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe_events{box-shadow:none;margin-left:0;margin-right:0;padding-top:0}.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2{display:inline-block;font-size:1.2em;margin:0}.tribe-theme-parent-twentyfifteen.single-tribe_events .tribe-events-single,.tribe-theme-twentyfifteen.single-tribe_events .tribe-events-single{box-shadow:none;margin:0}.tribe-theme-parent-twentyfifteen.tribe-events-week .tribe-events-grid .hentry,.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry{margin-left:0;margin-right:0}.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events{border-top:1px solid rgba(51,51,51,.1);box-shadow:none;margin-left:0;margin-right:0}.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .entry-title,.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title{font-size:22px;line-height:1.4545}.tribe-theme-parent-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper,.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper{padding:3.333%}.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first{padding:8.333% 10%}.tribe-theme-parent-twentyfifteen .tribe-events-list .time-details,.tribe-theme-parent-twentyfifteen .tribe-events-list .tribe-events-venue-details,.tribe-theme-twentyfifteen .tribe-events-list .time-details,.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details{line-height:1.6}.tribe-theme-parent-twentyfifteen .tribe-events-day-time-slot .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events{margin-left:0}.tribe-theme-parent-twentyfifteen .type-tribe_events a.more-link,.tribe-theme-twentyfifteen .type-tribe_events a.more-link{display:none}.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu,.tribe-theme-twentyfifteen .datepicker.dropdown-menu{max-width:340px}.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table.table-condensed,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed{border-left-width:0;border-top-width:0}.tribe-theme-parent-twentyfifteen .tribe-events-calendar td a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-next a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-parent-twentyfifteen ul.tribe-bar-views-list li a,.tribe-theme-twentyfifteen .tribe-events-calendar td a,.tribe-theme-twentyfifteen .tribe-events-nav-next a,.tribe-theme-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a{border-bottom:none}.tribe-theme-parent-twentyfifteen.events-archive .entry-footer,.tribe-theme-parent-twentyfifteen.single-tribe_events .entry-footer,.tribe-theme-twentyfifteen.events-archive .entry-footer,.tribe-theme-twentyfifteen.single-tribe_events .entry-footer{display:none}.tribe-theme-parent-twentysixteen table.tribe-events-calendar,.tribe-theme-twentysixteen table.tribe-events-calendar{table-layout:auto}.tribe-theme-parent-twentysixteen .tribe-events-single-section-title:first-child,.tribe-theme-twentysixteen .tribe-events-single-section-title:first-child{margin-top:20px}.tribe-theme-parent-twentysixteen .tribe-events-content.entry-summary,.tribe-theme-twentysixteen .tribe-events-content.entry-summary{font-size:inherit;margin-bottom:0;margin-top:5px}.tribe-theme-parent-twentysixteen.events-archive .entry-content,.tribe-theme-parent-twentysixteen.events-archive .entry-header,.tribe-theme-twentysixteen.events-archive .entry-content,.tribe-theme-twentysixteen.events-archive .entry-header{width:auto}.tribe-theme-parent-twentysixteen .datepicker table,.tribe-theme-twentysixteen .datepicker table{border:0;width:auto}.tribe-theme-parent-twentysixteen .entry-content a,.tribe-theme-twentysixteen .entry-content a{box-shadow:none}.tribe-theme-parent-twentysixteen h2.tribe-events-list-event-title,.tribe-theme-twentysixteen h2.tribe-events-list-event-title{clear:none}.tribe-theme-twentyseventeen .entry-content a{box-shadow:none}.tribe-theme-twentyseventeen.single-tribe_events .single-featured-image-header{display:none}.tribe-theme-twentyseventeen.page-template-page-php.blog:not(.has-sidebar) #primary article{width:100%}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}@media screen and (max-width:767px){.single-tribe_events .secondary .tribe-events-venue-map{width:90%}}@media screen and (min-width:44.375em){.tribe-events-day .tribe-events-content{margin-left:0;margin-right:0}}@media screen{#tribe-events-content .tribe-events-tooltip ol,#tribe-events-content .tribe-events-tooltip ul{margin-left:1.6em}}@media screen and (max-width:782px){body.admin-bar .datepicker{margin-top:46px}}@media screen and (min-width:1000px){.tribe-theme-parent-twentyfourteen #tribe-events-pg-template,.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:220px}}@media screen and (max-width:400px){.list-view.events-archive .site-content .type-page .entry-content{display:inline;display:initial}}@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(../images/tribe-tooltips@2x.png)}#tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small{background-image:url(../images/events-bar/icon-search@2x.png)}#tribe-events-bar .tribe-bar-button-settings span{background-image:url(../images/events-bar/icon-gear@2x.png)}#tribe-events-bar [class^=tribe-bar-button-]:after{background-image:url(../../../common/vendor/tribe-select2/select2x2.png)}.tribe-bar-view-list a[class^=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(../images/events-bar/icon-month@2x.png)}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(../images/events-bar/icon-list@2x.png)}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views span.tribe-icon-month{background-image:url(../images/events-bar/icon-month@2x.png)}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(../images/events-bar/icon-week@2x.png)}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(../images/events-bar/icon-day@2x.png)}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(../images/events-bar/icon-photo@2x.png)}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(../images/events-bar/icon-map@2x.png)}}
|
src/resources/postcss/tribe-events-full.pcss
CHANGED
@@ -910,12 +910,12 @@ select.tribe-events-dropdown {
|
|
910 |
|
911 |
.venue-address {
|
912 |
margin-top: 1em;
|
913 |
-
|
914 |
&>* {
|
915 |
display: block;
|
916 |
margin-top: 0.5em;
|
917 |
}
|
918 |
-
|
919 |
}
|
920 |
|
921 |
/* = Single Event Template Styles
|
@@ -999,7 +999,7 @@ select.tribe-events-dropdown {
|
|
999 |
margin-bottom: 30px;
|
1000 |
text-align: center;
|
1001 |
}
|
1002 |
-
|
1003 |
/* Export Links */
|
1004 |
.tribe-events-cal-links {
|
1005 |
clear: both;
|
@@ -1828,10 +1828,6 @@ input[name*='tribe-bar-']:-moz-placeholder {
|
|
1828 |
border-radius: 0 0 3px 3px;
|
1829 |
}
|
1830 |
|
1831 |
-
[name='tribe-bar-view'] {
|
1832 |
-
display: none;
|
1833 |
-
}
|
1834 |
-
|
1835 |
.tribe-bar-views-list {
|
1836 |
float: left;
|
1837 |
width: 100%;
|
@@ -1842,11 +1838,6 @@ input[name*='tribe-bar-']:-moz-placeholder {
|
|
1842 |
}
|
1843 |
}
|
1844 |
|
1845 |
-
/* Views Select */
|
1846 |
-
.tribe-no-js #tribe-bar-views [name='tribe-bar-view'] {
|
1847 |
-
display: block;
|
1848 |
-
}
|
1849 |
-
|
1850 |
/* Tribe Bar Mini Styles */
|
1851 |
#tribe-bar-form.tribe-bar-mini {
|
1852 |
* {
|
910 |
|
911 |
.venue-address {
|
912 |
margin-top: 1em;
|
913 |
+
|
914 |
&>* {
|
915 |
display: block;
|
916 |
margin-top: 0.5em;
|
917 |
}
|
918 |
+
|
919 |
}
|
920 |
|
921 |
/* = Single Event Template Styles
|
999 |
margin-bottom: 30px;
|
1000 |
text-align: center;
|
1001 |
}
|
1002 |
+
|
1003 |
/* Export Links */
|
1004 |
.tribe-events-cal-links {
|
1005 |
clear: both;
|
1828 |
border-radius: 0 0 3px 3px;
|
1829 |
}
|
1830 |
|
|
|
|
|
|
|
|
|
1831 |
.tribe-bar-views-list {
|
1832 |
float: left;
|
1833 |
width: 100%;
|
1838 |
}
|
1839 |
}
|
1840 |
|
|
|
|
|
|
|
|
|
|
|
1841 |
/* Tribe Bar Mini Styles */
|
1842 |
#tribe-bar-form.tribe-bar-mini {
|
1843 |
* {
|
src/views/list/nav.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/list/nav.php
|
7 |
*
|
8 |
* @package TribeEventsCalendar
|
9 |
-
* @version 4.6.
|
10 |
*
|
11 |
*/
|
12 |
if ( ! $wp_query = tribe_get_global_query_object() ) {
|
6 |
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/list/nav.php
|
7 |
*
|
8 |
* @package TribeEventsCalendar
|
9 |
+
* @version 4.6.13
|
10 |
*
|
11 |
*/
|
12 |
if ( ! $wp_query = tribe_get_global_query_object() ) {
|
src/views/modules/bar.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* [your-theme]/tribe-events/modules/bar.php
|
12 |
*
|
13 |
* @package TribeEventsCalendar
|
14 |
-
* @version 4.
|
15 |
*/
|
16 |
?>
|
17 |
|
@@ -40,7 +40,12 @@ $current_url = tribe_events_get_current_filter_url();
|
|
40 |
<div class="tribe-bar-views-inner tribe-clearfix">
|
41 |
<h3 class="tribe-events-visuallyhidden"><?php esc_html_e( 'Event Views Navigation', 'the-events-calendar' ) ?></h3>
|
42 |
<label><?php esc_html_e( 'View As', 'the-events-calendar' ); ?></label>
|
43 |
-
<select
|
|
|
|
|
|
|
|
|
|
|
44 |
<?php foreach ( $views as $view ) : ?>
|
45 |
<option <?php echo tribe_is_view( $view['displaying'] ) ? 'selected' : 'tribe-inactive' ?> value="<?php echo esc_attr( $view['url'] ); ?>" data-view="<?php echo esc_attr( $view['displaying'] ); ?>">
|
46 |
<?php echo $view['anchor']; ?>
|
11 |
* [your-theme]/tribe-events/modules/bar.php
|
12 |
*
|
13 |
* @package TribeEventsCalendar
|
14 |
+
* @version 4.6.13
|
15 |
*/
|
16 |
?>
|
17 |
|
40 |
<div class="tribe-bar-views-inner tribe-clearfix">
|
41 |
<h3 class="tribe-events-visuallyhidden"><?php esc_html_e( 'Event Views Navigation', 'the-events-calendar' ) ?></h3>
|
42 |
<label><?php esc_html_e( 'View As', 'the-events-calendar' ); ?></label>
|
43 |
+
<select
|
44 |
+
class="tribe-bar-views-select tribe-no-param tribe-accessible-js-hidden"
|
45 |
+
name="tribe-bar-view"
|
46 |
+
tabindex="0"
|
47 |
+
aria-label="<?php esc_attr_e( 'View As', 'the-events-calendar' ); ?>"
|
48 |
+
>
|
49 |
<?php foreach ( $views as $view ) : ?>
|
50 |
<option <?php echo tribe_is_view( $view['displaying'] ) ? 'selected' : 'tribe-inactive' ?> value="<?php echo esc_attr( $view['url'] ); ?>" data-view="<?php echo esc_attr( $view['displaying'] ); ?>">
|
51 |
<?php echo $view['anchor']; ?>
|
the-events-calendar.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: The Events Calendar
|
4 |
Description: The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.
|
5 |
-
Version: 4.6.
|
6 |
Author: Modern Tribe, Inc.
|
7 |
Author URI: http://m.tri.be/1x
|
8 |
Text Domain: the-events-calendar
|
2 |
/*
|
3 |
Plugin Name: The Events Calendar
|
4 |
Description: The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.
|
5 |
+
Version: 4.6.13
|
6 |
Author: Modern Tribe, Inc.
|
7 |
Author URI: http://m.tri.be/1x
|
8 |
Text Domain: the-events-calendar
|