Version Description
Download this release
Release Info
Developer | ModernTribe |
Plugin | Event Tickets |
Version | 4.10.6.2 |
Comparing to | |
See all releases |
Code changes from version 4.10.6.1 to 4.10.6.2
- common/src/Tribe/Main.php +1 -1
- common/src/resources/css/common.css +65 -24
- common/src/resources/css/common.min.css +1 -1
- common/src/resources/css/promoter.css +29 -0
- common/src/resources/css/promoter.min.css +1 -0
- common/src/resources/postcss/promoter.pcss +25 -0
- common/vendor/autoload_52.php +1 -1
- common/vendor/composer/autoload_real_52.php +3 -3
- event-tickets.php +1 -1
- lang/event-tickets-de_DE.mo +0 -0
- lang/event-tickets-de_DE.po +2661 -897
- readme.txt +6 -1
- src/Tribe/Main.php +98 -40
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.9.11.
|
21 |
|
22 |
const FEED_URL = 'https://theeventscalendar.com/feed/';
|
23 |
|
17 |
const OPTIONNAME = 'tribe_events_calendar_options';
|
18 |
const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
|
19 |
|
20 |
+
const VERSION = '4.9.11.2';
|
21 |
|
22 |
const FEED_URL = 'https://theeventscalendar.com/feed/';
|
23 |
|
common/src/resources/css/common.css
CHANGED
@@ -163,6 +163,13 @@
|
|
163 |
|
164 |
/* Variables */
|
165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
:root {
|
167 |
/* -----------------------------------------------------------------------------
|
168 |
* Box Shadows
|
@@ -232,6 +239,10 @@
|
|
232 |
* SVG - Arrow Right
|
233 |
* ----------------------------------------------------------------------------- */
|
234 |
|
|
|
|
|
|
|
|
|
235 |
/* -----------------------------------------------------------------------------
|
236 |
* SVG - Caret Left
|
237 |
* ----------------------------------------------------------------------------- */
|
@@ -240,10 +251,18 @@
|
|
240 |
* SVG - Caret Right
|
241 |
* ----------------------------------------------------------------------------- */
|
242 |
|
|
|
|
|
|
|
|
|
243 |
/* -----------------------------------------------------------------------------
|
244 |
* SVG - Check
|
245 |
* ----------------------------------------------------------------------------- */
|
246 |
|
|
|
|
|
|
|
|
|
247 |
/* -----------------------------------------------------------------------------
|
248 |
* SVG - Dropdown
|
249 |
* ----------------------------------------------------------------------------- */
|
@@ -256,6 +275,22 @@
|
|
256 |
* SVG - Filters
|
257 |
* ----------------------------------------------------------------------------- */
|
258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
/* -----------------------------------------------------------------------------
|
260 |
* SVG - Recurring
|
261 |
* ----------------------------------------------------------------------------- */
|
@@ -264,6 +299,10 @@
|
|
264 |
* SVG - Search
|
265 |
* ----------------------------------------------------------------------------- */
|
266 |
|
|
|
|
|
|
|
|
|
267 |
:root {
|
268 |
/* -----------------------------------------------------------------------------
|
269 |
* Transitions
|
@@ -539,7 +578,7 @@
|
|
539 |
* ----------------------------------------------------------------------------- */
|
540 |
|
541 |
.tribe-common .tribe-common-form-control-checkbox__input:checked:before {
|
542 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
543 |
background-repeat: no-repeat;
|
544 |
background-size: contain;
|
545 |
content: '';
|
@@ -686,7 +725,7 @@
|
|
686 |
}
|
687 |
|
688 |
.tribe-common .tribe-common-form-control-select__button:after {
|
689 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
690 |
content: '';
|
691 |
height: 6px;
|
692 |
position: absolute;
|
@@ -970,7 +1009,7 @@
|
|
970 |
}
|
971 |
|
972 |
.tribe-common .tribe-common-form-control-tabs__button:after {
|
973 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
974 |
content: '';
|
975 |
height: 6px;
|
976 |
position: absolute;
|
@@ -1592,13 +1631,13 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1592 |
}
|
1593 |
|
1594 |
.tribe-common .tribe-common-svgicon--featured {
|
1595 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1596 |
height: 10px;
|
1597 |
width: 8px;
|
1598 |
}
|
1599 |
|
1600 |
.tribe-common .tribe-common-svgicon--recurring {
|
1601 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1602 |
height: 10px;
|
1603 |
width: 10px;
|
1604 |
}
|
@@ -1690,6 +1729,7 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1690 |
text-decoration: none;
|
1691 |
width: auto;
|
1692 |
border: 1px solid #D5D5D5;
|
|
|
1693 |
transition: color 0.2s ease, border-color 0.2s ease;
|
1694 |
|
1695 |
color: #727272;
|
@@ -1768,17 +1808,17 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1768 |
* ----------------------------------------------------------------------------- */
|
1769 |
|
1770 |
.tribe-common .tribe-common-c-btn-icon--caret-left:before {
|
1771 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1772 |
height: 20px;
|
1773 |
width: 12px;
|
1774 |
}
|
1775 |
|
1776 |
.tribe-common .tribe-common-c-btn-icon--caret-left:active:before, .tribe-common .tribe-common-c-btn-icon--caret-left:hover:before, .tribe-common .tribe-common-c-btn-icon--caret-left:focus:before {
|
1777 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1778 |
}
|
1779 |
|
1780 |
.tribe-common .tribe-common-c-btn-icon--caret-left:disabled:before {
|
1781 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1782 |
}
|
1783 |
|
1784 |
/* -----------------------------------------------------------------------------
|
@@ -1786,17 +1826,17 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1786 |
* ----------------------------------------------------------------------------- */
|
1787 |
|
1788 |
.tribe-common .tribe-common-c-btn-icon--caret-right:before {
|
1789 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1790 |
height: 20px;
|
1791 |
width: 12px;
|
1792 |
}
|
1793 |
|
1794 |
.tribe-common .tribe-common-c-btn-icon--caret-right:active:before, .tribe-common .tribe-common-c-btn-icon--caret-right:hover:before, .tribe-common .tribe-common-c-btn-icon--caret-right:focus:before {
|
1795 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1796 |
}
|
1797 |
|
1798 |
.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before {
|
1799 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1800 |
}
|
1801 |
|
1802 |
/* -----------------------------------------------------------------------------
|
@@ -1804,17 +1844,17 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1804 |
* ----------------------------------------------------------------------------- */
|
1805 |
|
1806 |
.tribe-common .tribe-common-c-btn-icon--filters:before {
|
1807 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1808 |
height: 20px;
|
1809 |
width: 24px;
|
1810 |
}
|
1811 |
|
1812 |
.tribe-common .tribe-common-c-btn-icon--filters:active:before, .tribe-common .tribe-common-c-btn-icon--filters:hover:before, .tribe-common .tribe-common-c-btn-icon--filters:focus:before {
|
1813 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1814 |
}
|
1815 |
|
1816 |
.tribe-common .tribe-common-c-btn-icon--filters:disabled:before {
|
1817 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1818 |
}
|
1819 |
|
1820 |
/* -----------------------------------------------------------------------------
|
@@ -1822,17 +1862,17 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1822 |
* ----------------------------------------------------------------------------- */
|
1823 |
|
1824 |
.tribe-common .tribe-common-c-btn-icon--search:before {
|
1825 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1826 |
height: 20px;
|
1827 |
width: 20px;
|
1828 |
}
|
1829 |
|
1830 |
.tribe-common .tribe-common-c-btn-icon--search:active:before, .tribe-common .tribe-common-c-btn-icon--search:hover:before, .tribe-common .tribe-common-c-btn-icon--search:focus:before {
|
1831 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1832 |
}
|
1833 |
|
1834 |
.tribe-common .tribe-common-c-btn-icon--search:disabled:before {
|
1835 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1836 |
}
|
1837 |
|
1838 |
/* -----------------------------------------------------------------------------
|
@@ -1859,6 +1899,7 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1859 |
padding: 0;
|
1860 |
text-decoration: none;
|
1861 |
width: auto;
|
|
|
1862 |
color: #FFFFFF;
|
1863 |
text-align: center;
|
1864 |
transition: background-color 0.2s ease;
|
@@ -1882,7 +1923,7 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
1882 |
}
|
1883 |
|
1884 |
.tribe-common .tribe-common-c-btn:after {
|
1885 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
1886 |
background-repeat: no-repeat;
|
1887 |
background-size: contain;
|
1888 |
content: '';
|
@@ -2012,7 +2053,7 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
2012 |
}
|
2013 |
|
2014 |
.tribe-common .tribe-common-c-nav__prev:before {
|
2015 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
2016 |
background-repeat: no-repeat;
|
2017 |
background-size: contain;
|
2018 |
content: '';
|
@@ -2022,15 +2063,15 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
2022 |
}
|
2023 |
|
2024 |
.tribe-common .tribe-common-c-nav__prev:active:before, .tribe-common .tribe-common-c-nav__prev:hover:before, .tribe-common .tribe-common-c-nav__prev:focus:before {
|
2025 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
2026 |
}
|
2027 |
|
2028 |
.tribe-common .tribe-common-c-nav__prev:disabled:before {
|
2029 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
2030 |
}
|
2031 |
|
2032 |
.tribe-common .tribe-common-c-nav__next:after {
|
2033 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
2034 |
background-repeat: no-repeat;
|
2035 |
background-size: contain;
|
2036 |
content: '';
|
@@ -2040,11 +2081,11 @@ body#top .tribe-common .tribe-common-form-control-toggle__label {
|
|
2040 |
}
|
2041 |
|
2042 |
.tribe-common .tribe-common-c-nav__next:active:after, .tribe-common .tribe-common-c-nav__next:hover:after, .tribe-common .tribe-common-c-nav__next:focus:after {
|
2043 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
2044 |
}
|
2045 |
|
2046 |
.tribe-common .tribe-common-c-nav__next:disabled:after {
|
2047 |
-
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='
|
2048 |
}
|
2049 |
|
2050 |
/**
|
163 |
|
164 |
/* Variables */
|
165 |
|
166 |
+
:root {
|
167 |
+
/* -----------------------------------------------------------------------------
|
168 |
+
* Borders - Radius
|
169 |
+
* ----------------------------------------------------------------------------- */
|
170 |
+
|
171 |
+
}
|
172 |
+
|
173 |
:root {
|
174 |
/* -----------------------------------------------------------------------------
|
175 |
* Box Shadows
|
239 |
* SVG - Arrow Right
|
240 |
* ----------------------------------------------------------------------------- */
|
241 |
|
242 |
+
/* -----------------------------------------------------------------------------
|
243 |
+
* SVG - Caret Down
|
244 |
+
* ----------------------------------------------------------------------------- */
|
245 |
+
|
246 |
/* -----------------------------------------------------------------------------
|
247 |
* SVG - Caret Left
|
248 |
* ----------------------------------------------------------------------------- */
|
251 |
* SVG - Caret Right
|
252 |
* ----------------------------------------------------------------------------- */
|
253 |
|
254 |
+
/* -----------------------------------------------------------------------------
|
255 |
+
* SVG - Caret Up
|
256 |
+
* ----------------------------------------------------------------------------- */
|
257 |
+
|
258 |
/* -----------------------------------------------------------------------------
|
259 |
* SVG - Check
|
260 |
* ----------------------------------------------------------------------------- */
|
261 |
|
262 |
+
/* -----------------------------------------------------------------------------
|
263 |
+
* SVG - Day
|
264 |
+
* ----------------------------------------------------------------------------- */
|
265 |
+
|
266 |
/* -----------------------------------------------------------------------------
|
267 |
* SVG - Dropdown
|
268 |
* ----------------------------------------------------------------------------- */
|
275 |
* SVG - Filters
|
276 |
* ----------------------------------------------------------------------------- */
|
277 |
|
278 |
+
/* -----------------------------------------------------------------------------
|
279 |
+
* SVG - List
|
280 |
+
* ----------------------------------------------------------------------------- */
|
281 |
+
|
282 |
+
/* -----------------------------------------------------------------------------
|
283 |
+
* SVG - Map
|
284 |
+
* ----------------------------------------------------------------------------- */
|
285 |
+
|
286 |
+
/* -----------------------------------------------------------------------------
|
287 |
+
* SVG - Month
|
288 |
+
* ----------------------------------------------------------------------------- */
|
289 |
+
|
290 |
+
/* -----------------------------------------------------------------------------
|
291 |
+
* SVG - Photo
|
292 |
+
* ----------------------------------------------------------------------------- */
|
293 |
+
|
294 |
/* -----------------------------------------------------------------------------
|
295 |
* SVG - Recurring
|
296 |
* ----------------------------------------------------------------------------- */
|
299 |
* SVG - Search
|
300 |
* ----------------------------------------------------------------------------- */
|
301 |
|
302 |
+
/* -----------------------------------------------------------------------------
|
303 |
+
* SVG - Week
|
304 |
+
* ----------------------------------------------------------------------------- */
|
305 |
+
|
306 |
:root {
|
307 |
/* -----------------------------------------------------------------------------
|
308 |
* Transitions
|
578 |
* ----------------------------------------------------------------------------- */
|
579 |
|
580 |
.tribe-common .tribe-common-form-control-checkbox__input:checked:before {
|
581 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6.1L3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
582 |
background-repeat: no-repeat;
|
583 |
background-size: contain;
|
584 |
content: '';
|
725 |
}
|
726 |
|
727 |
.tribe-common .tribe-common-form-control-select__button:after {
|
728 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6l6-6H0z' fill='%23727272'/%3E%3C/svg%3E");
|
729 |
content: '';
|
730 |
height: 6px;
|
731 |
position: absolute;
|
1009 |
}
|
1010 |
|
1011 |
.tribe-common .tribe-common-form-control-tabs__button:after {
|
1012 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6l6-6H0z' fill='%23727272'/%3E%3C/svg%3E");
|
1013 |
content: '';
|
1014 |
height: 6px;
|
1015 |
position: absolute;
|
1631 |
}
|
1632 |
|
1633 |
.tribe-common .tribe-common-svgicon--featured {
|
1634 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23334AFF'/%3E%3C/svg%3E");
|
1635 |
height: 10px;
|
1636 |
width: 8px;
|
1637 |
}
|
1638 |
|
1639 |
.tribe-common .tribe-common-svgicon--recurring {
|
1640 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.797.797 0 0 1-.592.26.797.797 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3C3.753 4.717 1.66 7 1.66 9.827c0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.797.797 0 0 1 2.43 15a.797.797 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913c.099.109.158.239.198.37 0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.797.797 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.948.948 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174 0-.065 0-.13.02-.174 0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152z' fill='%23334AFF'/%3E%3C/svg%3E");
|
1641 |
height: 10px;
|
1642 |
width: 10px;
|
1643 |
}
|
1729 |
text-decoration: none;
|
1730 |
width: auto;
|
1731 |
border: 1px solid #D5D5D5;
|
1732 |
+
border-radius: 4px;
|
1733 |
transition: color 0.2s ease, border-color 0.2s ease;
|
1734 |
|
1735 |
color: #727272;
|
1808 |
* ----------------------------------------------------------------------------- */
|
1809 |
|
1810 |
.tribe-common .tribe-common-c-btn-icon--caret-left:before {
|
1811 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23727272'/%3E%3C/svg%3E");
|
1812 |
height: 20px;
|
1813 |
width: 12px;
|
1814 |
}
|
1815 |
|
1816 |
.tribe-common .tribe-common-c-btn-icon--caret-left:active:before, .tribe-common .tribe-common-c-btn-icon--caret-left:hover:before, .tribe-common .tribe-common-c-btn-icon--caret-left:focus:before {
|
1817 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23141827'/%3E%3C/svg%3E");
|
1818 |
}
|
1819 |
|
1820 |
.tribe-common .tribe-common-c-btn-icon--caret-left:disabled:before {
|
1821 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E");
|
1822 |
}
|
1823 |
|
1824 |
/* -----------------------------------------------------------------------------
|
1826 |
* ----------------------------------------------------------------------------- */
|
1827 |
|
1828 |
.tribe-common .tribe-common-c-btn-icon--caret-right:before {
|
1829 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23727272'/%3E%3C/svg%3E");
|
1830 |
height: 20px;
|
1831 |
width: 12px;
|
1832 |
}
|
1833 |
|
1834 |
.tribe-common .tribe-common-c-btn-icon--caret-right:active:before, .tribe-common .tribe-common-c-btn-icon--caret-right:hover:before, .tribe-common .tribe-common-c-btn-icon--caret-right:focus:before {
|
1835 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23141827'/%3E%3C/svg%3E");
|
1836 |
}
|
1837 |
|
1838 |
.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before {
|
1839 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E");
|
1840 |
}
|
1841 |
|
1842 |
/* -----------------------------------------------------------------------------
|
1844 |
* ----------------------------------------------------------------------------- */
|
1845 |
|
1846 |
.tribe-common .tribe-common-c-btn-icon--filters:before {
|
1847 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 20a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM16 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23727272' stroke='%23727272'/%3E%3C/svg%3E");
|
1848 |
height: 20px;
|
1849 |
width: 24px;
|
1850 |
}
|
1851 |
|
1852 |
.tribe-common .tribe-common-c-btn-icon--filters:active:before, .tribe-common .tribe-common-c-btn-icon--filters:hover:before, .tribe-common .tribe-common-c-btn-icon--filters:focus:before {
|
1853 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 20a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM16 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23141827' stroke='%23141827'/%3E%3C/svg%3E");
|
1854 |
}
|
1855 |
|
1856 |
.tribe-common .tribe-common-c-btn-icon--filters:disabled:before {
|
1857 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 20a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM16 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23D5D5D5' stroke='%23D5D5D5'/%3E%3C/svg%3E");
|
1858 |
}
|
1859 |
|
1860 |
/* -----------------------------------------------------------------------------
|
1862 |
* ----------------------------------------------------------------------------- */
|
1863 |
|
1864 |
.tribe-common .tribe-common-c-btn-icon--search:before {
|
1865 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23727272'/%3E%3C/svg%3E");
|
1866 |
height: 20px;
|
1867 |
width: 20px;
|
1868 |
}
|
1869 |
|
1870 |
.tribe-common .tribe-common-c-btn-icon--search:active:before, .tribe-common .tribe-common-c-btn-icon--search:hover:before, .tribe-common .tribe-common-c-btn-icon--search:focus:before {
|
1871 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23141827'/%3E%3C/svg%3E");
|
1872 |
}
|
1873 |
|
1874 |
.tribe-common .tribe-common-c-btn-icon--search:disabled:before {
|
1875 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23D5D5D5'/%3E%3C/svg%3E");
|
1876 |
}
|
1877 |
|
1878 |
/* -----------------------------------------------------------------------------
|
1899 |
padding: 0;
|
1900 |
text-decoration: none;
|
1901 |
width: auto;
|
1902 |
+
border-radius: 4px;
|
1903 |
color: #FFFFFF;
|
1904 |
text-align: center;
|
1905 |
transition: background-color 0.2s ease;
|
1923 |
}
|
1924 |
|
1925 |
.tribe-common .tribe-common-c-btn:after {
|
1926 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.648 0L9.62 1.956l6.23 6.005H0v2.793h15.85L9.62 16.76l2.028 1.956 9.705-9.358z' fill='%23FFFFFF'/%3E%3C/svg%3E");
|
1927 |
background-repeat: no-repeat;
|
1928 |
background-size: contain;
|
1929 |
content: '';
|
2053 |
}
|
2054 |
|
2055 |
.tribe-common .tribe-common-c-nav__prev:before {
|
2056 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23727272'/%3E%3C/svg%3E");
|
2057 |
background-repeat: no-repeat;
|
2058 |
background-size: contain;
|
2059 |
content: '';
|
2063 |
}
|
2064 |
|
2065 |
.tribe-common .tribe-common-c-nav__prev:active:before, .tribe-common .tribe-common-c-nav__prev:hover:before, .tribe-common .tribe-common-c-nav__prev:focus:before {
|
2066 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23141827'/%3E%3C/svg%3E");
|
2067 |
}
|
2068 |
|
2069 |
.tribe-common .tribe-common-c-nav__prev:disabled:before {
|
2070 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E");
|
2071 |
}
|
2072 |
|
2073 |
.tribe-common .tribe-common-c-nav__next:after {
|
2074 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23727272'/%3E%3C/svg%3E");
|
2075 |
background-repeat: no-repeat;
|
2076 |
background-size: contain;
|
2077 |
content: '';
|
2081 |
}
|
2082 |
|
2083 |
.tribe-common .tribe-common-c-nav__next:active:after, .tribe-common .tribe-common-c-nav__next:hover:after, .tribe-common .tribe-common-c-nav__next:focus:after {
|
2084 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23141827'/%3E%3C/svg%3E");
|
2085 |
}
|
2086 |
|
2087 |
.tribe-common .tribe-common-c-nav__next:disabled:after {
|
2088 |
+
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E");
|
2089 |
}
|
2090 |
|
2091 |
/**
|
common/src/resources/css/common.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.tribe-common figure{line-height:0}.tribe-common figcaption{line-height:normal}.tribe-common a{background-color:transparent;-webkit-text-decoration-skip:objects}.tribe-common abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.tribe-common code,.tribe-common kbd,.tribe-common pre,.tribe-common samp{font-family:monospace;font-size:1em}.tribe-common b,.tribe-common strong{font-weight:inherit;font-weight:bolder}.tribe-common dfn{font-style:italic}.tribe-common mark{background-color:#ff0;color:#000}.tribe-common small{font-size:80%}.tribe-common sub,.tribe-common sup{font-size:75%;line-height:0}.tribe-common hr{border:0;height:0}.tribe-common button,.tribe-common input[type=button],.tribe-common input[type=email],.tribe-common input[type=password],.tribe-common input[type=reset],.tribe-common input[type=search],.tribe-common input[type=submit],.tribe-common input[type=text],.tribe-common input[type=url],.tribe-common textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.tribe-common button,.tribe-common input,.tribe-common optgroup,.tribe-common select,.tribe-common textarea{color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:antialiased}.tribe-common button,.tribe-common input,.tribe-common select,.tribe-common textarea{outline:0;border-radius:0}.tribe-common select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.tribe-common optgroup{font-weight:700}.tribe-common ol,.tribe-common ul{list-style:none}.tribe-common h1,.tribe-common h2,.tribe-common h3,.tribe-common h4,.tribe-common h5,.tribe-common h6,.tribe-common p{font-weight:400;text-rendering:optimizeLegibility}.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-radio__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;color:#727272;cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-checkbox__input,.tribe-common .tribe-common-form-control-radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #141827;cursor:pointer;display:inline-block;height:20px;margin:0;position:relative;vertical-align:middle;width:20px}.tribe-common .tribe-common-form-control-checkbox__input:active,.tribe-common .tribe-common-form-control-checkbox__input:focus,.tribe-common .tribe-common-form-control-checkbox__input:hover,.tribe-common .tribe-common-form-control-radio__input:active,.tribe-common .tribe-common-form-control-radio__input:focus,.tribe-common .tribe-common-form-control-radio__input:hover{border:1px solid #141827}.tribe-common .tribe-common-form-control-checkbox__input:checked,.tribe-common .tribe-common-form-control-radio__input:checked{background-color:#141827}.tribe-common .tribe-common-form-control-checkbox__input:checked:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6.1L3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0z' fill='%23FFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.tribe-common .tribe-common-form-control-radio__input{border-radius:50%}.tribe-common .tribe-common-form-control-radio__input:checked:before{background-color:#fff;border-radius:50%;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.tribe-common .tribe-common-form-control-checkbox-radio-group>*{margin-bottom:15px}.tribe-common .tribe-common-form-control-checkbox-radio-group>:last-child{margin-bottom:0}.tribe-common .tribe-common-form-control-input-group>*{margin-bottom:8px}.tribe-common .tribe-common-form-control-input-group>:last-child{margin-bottom:0}.tribe-common .tribe-common-form-control-select{position:relative}.tribe-common .tribe-common-form-control-select__button{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 40px 12px 18px;position:relative;text-align:left;width:205px}.tribe-common .tribe-common-form-control-select__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727272' d='M6 6l6-6H0z'/%3E%3C/svg%3E");content:"";height:6px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:12px}.tribe-common .tribe-common-form-control-select__list{background-color:#fff;border:1px solid #d5d5d5;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);left:0;position:absolute;top:55px;width:205px}.tribe-common .tribe-common-form-control-select__list-item{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;color:#727272;cursor:pointer;padding:6px 18px;text-align:left}.tribe-common .tribe-common-form-control-select__list-item:first-child{padding-top:16px}.tribe-common .tribe-common-form-control-select__list-item:last-child{padding-bottom:16px}.tribe-common .tribe-common-form-control-select__list-item[aria-selected=true]{color:#141827;font-weight:700}.tribe-common .tribe-common-form-control-slider__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;display:inline-block;margin:0;padding:0;width:120px;vertical-align:middle}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-runnable-track{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:background-color .2s ease;background-color:#334aff}.tribe-common .tribe-common-form-control-slider__input::-moz-range-track{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:background-color .2s ease;background-color:#334aff}.tribe-common .tribe-common-form-control-slider__input::-ms-track{background-color:transparent;border-color:transparent;border-width:5px 0;color:transparent;height:10px}.tribe-common .tribe-common-form-control-slider__input::-ms-fill-lower,.tribe-common .tribe-common-form-control-slider__input::-ms-fill-upper{background-color:#334aff;border-radius:10px}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-thumb{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;margin-top:-5px;-webkit-appearance:none;appearance:none}.tribe-common .tribe-common-form-control-slider__input::-moz-range-thumb{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;margin-top:-5px}.tribe-common .tribe-common-form-control-slider__input::-ms-thumb{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;margin-top:-5px;box-shadow:none;margin-top:-1px}.tribe-common .tribe-common-form-control-slider__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;color:#727272;cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-slider--vertical .tribe-common-form-control-slider__label{display:block;margin:0 0 6px}.tribe-common .tribe-common-form-control-tabs{position:relative}.tribe-common .tribe-common-form-control-tabs__button{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 40px 12px 18px;position:relative;text-align:left;width:205px}.tribe-common .tribe-common-form-control-tabs__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 12 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727272' d='M6 6l6-6H0z'/%3E%3C/svg%3E");content:"";height:6px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:12px}.tribe-common .tribe-common-form-control-tabs__list{background-color:#fff;border:1px solid #d5d5d5;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);left:0;position:absolute;top:55px;width:205px}.tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{padding-top:16px}.tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{padding-bottom:16px}.tribe-common .tribe-common-form-control-tabs__input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-form-control-tabs__input:checked+.tribe-common-form-control-tabs__label{color:#141827;font-weight:700}.tribe-common .tribe-common-form-control-tabs__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;color:#727272;cursor:pointer;padding:6px 18px;text-align:left}body#top .tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{padding-top:16px}body#top .tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{padding-bottom:16px}body#top .tribe-common .tribe-common-form-control-tabs__input:checked+.tribe-common-form-control-tabs__label{color:#141827;font-weight:700}body#top .tribe-common .tribe-common-form-control-tabs__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400}.tribe-common .tribe-common-form-control-text__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-form-control-text__input{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 18px;width:100%}.tribe-common .tribe-common-form-control-text__input::-webkit-input-placeholder{color:#727272;font-weight:400}.tribe-common .tribe-common-form-control-text__input:-ms-input-placeholder,.tribe-common .tribe-common-form-control-text__input::-ms-input-placeholder{color:#727272;font-weight:400}.tribe-common .tribe-common-form-control-text__input::placeholder{color:#727272;font-weight:400}body#top .tribe-common .tribe-common-form-control-text__input{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 18px;width:100%}body#top .tribe-common .tribe-common-form-control-text__input::-webkit-input-placeholder{color:#727272;font-weight:400}body#top .tribe-common .tribe-common-form-control-text__input:-ms-input-placeholder,body#top .tribe-common .tribe-common-form-control-text__input::-ms-input-placeholder{color:#727272;font-weight:400}body#top .tribe-common .tribe-common-form-control-text__input::placeholder{color:#727272;font-weight:400}.tribe-common .tribe-common-form-control-toggle__input{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:background-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#d5d5d5;cursor:pointer;display:inline-block;vertical-align:middle;width:40px}.tribe-common .tribe-common-form-control-toggle__input:after{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;content:"";left:0;position:absolute;top:-5px;transition:transform .2s ease}.tribe-common .tribe-common-form-control-toggle__input:checked{background-color:#334aff}.tribe-common .tribe-common-form-control-toggle__input:checked:after{transform:translateX(20px)}.tribe-common .tribe-common-form-control-toggle__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;color:#727272;cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-toggle--vertical .tribe-common-form-control-toggle__label{display:block;margin:0 0 6px}body#top .tribe-common .tribe-common-form-control-toggle__input{display:inline-block}body#top .tribe-common .tribe-common-form-control-toggle__label{color:#727272;font-weight:400}.tribe-common .tribe-common-g-col{min-width:0;width:100%}.tribe-common .tribe-common-g-row{display:flex;flex-wrap:wrap}.tribe-common a{cursor:pointer}.tribe-common .tribe-common-anchor{border-bottom:2px solid transparent;transition:border-color .2s ease}.tribe-common .tribe-common-anchor:active,.tribe-common .tribe-common-anchor:focus,.tribe-common .tribe-common-anchor:hover{border-bottom:2px solid #141827}.tribe-common .tribe-common-anchor-alt{border-bottom:2px solid #334aff;transition:color .2s ease}.tribe-common .tribe-common-anchor-alt:active,.tribe-common .tribe-common-anchor-alt:focus,.tribe-common .tribe-common-anchor-alt:hover{border-bottom:2px solid #334aff;color:#334aff}.tribe-common .tribe-common-anchor-thin{border-bottom:1px solid transparent;transition:border-color .2s ease}.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:1px solid #141827}.tribe-common .tribe-common-b1{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.62}.tribe-common .tribe-common-b1--bold{font-weight:700}.tribe-common .tribe-common-b2{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.38}.tribe-common .tribe-common-b2--bold{font-weight:700}.tribe-common .tribe-common-b3{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.5}.tribe-common .tribe-common-b3--bold{font-weight:700}.tribe-common .tribe-common-cta{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;font-weight:700;border-bottom:2px solid transparent;transition:border-color .2s ease}.tribe-common .tribe-common-cta:active,.tribe-common .tribe-common-cta:focus,.tribe-common .tribe-common-cta:hover{border-bottom:2px solid #141827}.tribe-common .tribe-common-cta--alt{border-bottom:2px solid #334aff;transition:color .2s ease}.tribe-common .tribe-common-cta--alt:active,.tribe-common .tribe-common-cta--alt:focus,.tribe-common .tribe-common-cta--alt:hover{border-bottom:2px solid #334aff;color:#334aff}.tribe-common .tribe-common-h1{font-size:28px}.tribe-common .tribe-common-h1,.tribe-common .tribe-common-h2{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;line-height:1.42}.tribe-common .tribe-common-h2{font-size:24px}.tribe-common .tribe-common-h3{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:22px;line-height:1.5}.tribe-common .tribe-common-h3--alt{font-weight:400}.tribe-common .tribe-common-h4{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:20px;line-height:1.42}.tribe-common .tribe-common-h4--alt{font-weight:400}.tribe-common .tribe-common-h5{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:18px;line-height:1.5}.tribe-common .tribe-common-h6{font-size:16px}.tribe-common .tribe-common-h6,.tribe-common .tribe-common-h7{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;line-height:1.62}.tribe-common .tribe-common-h7{font-size:14px}.tribe-common .tribe-common-h8{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:12px;line-height:1.38}.tribe-common button{background-color:#fff;padding:0}.tribe-common .tribe-common-l-container{max-width:1260px;margin-left:auto;margin-right:auto;padding-left:19.5px;padding-right:19.5px;width:100%}.tribe-common .tribe-common-svgicon{background-size:contain;background-repeat:no-repeat}.tribe-common .tribe-common-svgicon--featured{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23334AFF' d='M0 0h16v20l-7.902-5.122L0 20z'/%3E%3C/svg%3E");height:10px;width:8px}.tribe-common .tribe-common-svgicon--recurring{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.797.797 0 0 1-.592.26.797.797 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3C3.753 4.717 1.66 7 1.66 9.827c0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.797.797 0 0 1 2.43 15a.797.797 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913c.099.109.158.239.198.37 0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.797.797 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.948.948 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174 0-.065 0-.13.02-.174 0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152z' fill='%23334AFF'/%3E%3C/svg%3E");height:10px;width:10px}.tribe-common-a11y-hidden{display:none!important;visibility:hidden}.tribe-common-a11y-visual-hide,.tribe-common-a11y-visual-show{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-c-btn-border{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;border:1px solid #d5d5d5;transition:color .2s ease,border-color .2s ease;color:#727272;padding:6px 16px 7px}.tribe-common .tribe-common-c-btn-border:active{border-color:#141827}.tribe-common .tribe-common-c-btn-border:active,.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover{color:#141827}.tribe-common .tribe-common-c-btn-border:disabled{color:#d5d5d5}.tribe-common .tribe-common-c-btn-icon{border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;background-color:transparent}.tribe-common .tribe-common-c-btn-icon:before{background-repeat:no-repeat;background-size:contain;content:"";display:block}.tribe-common .tribe-common-c-btn-icon--border{border:1px solid #d5d5d5;align-items:center;display:inline-flex;height:56px;justify-content:center;transition:none;width:56px}.tribe-common .tribe-common-c-btn-icon--border:active{border-color:#141827}.tribe-common .tribe-common-c-btn-icon--caret-left:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727272' d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z'/%3E%3C/svg%3E");height:20px;width:12px}.tribe-common .tribe-common-c-btn-icon--caret-left:active:before,.tribe-common .tribe-common-c-btn-icon--caret-left:focus:before,.tribe-common .tribe-common-c-btn-icon--caret-left:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23141827' d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--caret-left:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D5D5D5' d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--caret-right:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727272' d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z'/%3E%3C/svg%3E");height:20px;width:12px}.tribe-common .tribe-common-c-btn-icon--caret-right:active:before,.tribe-common .tribe-common-c-btn-icon--caret-right:focus:before,.tribe-common .tribe-common-c-btn-icon--caret-right:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23141827' d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D5D5D5' d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--filters:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232' stroke-width='1.5' stroke-linecap='square' fill='%23727272' stroke='%23727272'/%3E%3Cpath d='M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 20a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM16 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23727272' stroke='%23727272'/%3E%3C/svg%3E");height:20px;width:24px}.tribe-common .tribe-common-c-btn-icon--filters:active:before,.tribe-common .tribe-common-c-btn-icon--filters:focus:before,.tribe-common .tribe-common-c-btn-icon--filters:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232' stroke-width='1.5' stroke-linecap='square' fill='%23141827' stroke='%23141827'/%3E%3Cpath d='M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 20a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM16 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23141827' stroke='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--filters:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' viewBox='0 0 24 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232' stroke-width='1.5' stroke-linecap='square' fill='%23D5D5D5' stroke='%23D5D5D5'/%3E%3Cpath d='M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM6 20a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM16 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23D5D5D5' stroke='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--search:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23727272'/%3E%3C/svg%3E");height:20px;width:20px}.tribe-common .tribe-common-c-btn-icon--search:active:before,.tribe-common .tribe-common-c-btn-icon--search:focus:before,.tribe-common .tribe-common-c-btn-icon--search:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--search:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;color:#fff;text-align:center;transition:background-color .2s ease;background-color:#334aff;padding:16px 22px 17px;width:100%}.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover{background-color:rgba(51,74,255,.8)}.tribe-common .tribe-common-c-btn:active{background-color:rgba(51,74,255,.9)}.tribe-common .tribe-common-c-btn:disabled{background-color:rgba(51,74,255,.07)}.tribe-common .tribe-common-c-btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' viewBox='0 0 22 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M11.648 0L9.62 1.956l6.23 6.005H0v2.793h15.85L9.62 16.76l2.028 1.956 9.705-9.358z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:10px;margin-left:8px;width:12px}.tribe-common .tribe-common-c-btn--secondary{padding:12px 19px 13px;width:auto}.tribe-common .tribe-common-c-btn--secondary:after{content:none}.tribe-common .tribe-common-c-image{display:block;height:auto;margin-left:auto;margin-right:auto;width:100%}.tribe-common .tribe-common-c-image--bg{position:relative}.tribe-common .tribe-common-c-image__bg{background:50% no-repeat;background-size:cover;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.tribe-common .tribe-common-c-nav{border-top:1px solid #d5d5d5;padding-top:24px}.tribe-common .tribe-common-c-nav__list{display:flex;list-style:none;width:100%;flex-wrap:wrap;justify-content:space-between}.tribe-common .tribe-common-c-nav__next,.tribe-common .tribe-common-c-nav__prev{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;color:#727272;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.42;font-weight:700}.tribe-common .tribe-common-c-nav__next:hover,.tribe-common .tribe-common-c-nav__prev:hover{color:var(--color-navigation-hover)}.tribe-common .tribe-common-c-nav__next:disabled,.tribe-common .tribe-common-c-nav__prev:disabled{background-color:transparent;color:#d5d5d5}.tribe-common .tribe-common-c-nav__prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727272' d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:14px;margin-right:10px;width:12px}.tribe-common .tribe-common-c-nav__prev:active:before,.tribe-common .tribe-common-c-nav__prev:focus:before,.tribe-common .tribe-common-c-nav__prev:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23141827' d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-nav__prev:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D5D5D5' d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-nav__next:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727272' d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:14px;margin-left:10px;width:12px}.tribe-common .tribe-common-c-nav__next:active:after,.tribe-common .tribe-common-c-nav__next:focus:after,.tribe-common .tribe-common-c-nav__next:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23141827' d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-nav__next:disabled:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' viewBox='0 0 12 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23D5D5D5' d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-search__input-group>:first-child{flex:1 1 34.5%}.tribe-common .tribe-common-c-search__input-group>:nth-child(2){flex:1 1 37.5%}.tribe-common .tribe-common-c-search__input-group>:nth-child(3){flex:1 1 28%}.tribe-common .tribe-common-c-search__button{flex:none;margin-top:8px}@media (min-width:768px){.tribe-common .tribe-common-form-control-select__button{padding:16px 44px 16px 18px;width:220px}.tribe-common .tribe-common-form-control-select__button:after{right:18px}.tribe-common .tribe-common-form-control-select__list{width:220px}.tribe-common .tribe-common-form-control-tabs{display:flex}.tribe-common .tribe-common-form-control-tabs__button{display:none!important;visibility:hidden}.tribe-common .tribe-common-form-control-tabs__list{border:1px solid #d5d5d5;box-shadow:none;display:flex!important;flex:none;position:static;visibility:visible;width:auto;outline:none}.tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{margin-top:-6px;padding-top:17px}.tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{margin-bottom:-6px;padding-bottom:17px}.tribe-common .tribe-common-form-control-tabs__list-item{border-right:1px solid #d5d5d5;flex:none;margin:6px 0;width:88px}.tribe-common .tribe-common-form-control-tabs__list-item:last-child{border:none;width:87px}.tribe-common .tribe-common-form-control-tabs__label{margin:-6px 0;padding:17px 5px;text-align:center;display:block}body#top .tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{margin-top:-6px;padding-top:17px}body#top .tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{margin-bottom:-6px;padding-bottom:17px}body#top .tribe-common .tribe-common-form-control-tabs__label{margin:-6px 0;padding:17px 5px;text-align:center;display:block}.tribe-common .tribe-common-g-row--gutters{margin-left:-24px;margin-right:-24px}.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:24px;padding-right:24px}.tribe-common .tribe-common-b1{font-size:16px;line-height:1.62}.tribe-common .tribe-common-b2{font-size:14px;line-height:1.62}.tribe-common .tribe-common-b3{font-size:12px;line-height:1.38}.tribe-common .tribe-common-h1{font-size:42px;line-height:1.38}.tribe-common .tribe-common-h2{font-size:32px;line-height:1.38}.tribe-common .tribe-common-h3{font-size:28px;line-height:1.42}.tribe-common .tribe-common-h4{font-size:24px;line-height:1.42}.tribe-common .tribe-common-l-container{padding-left:42px;padding-right:42px}.tribe-common .tribe-common-c-btn{width:auto}.tribe-common .tribe-common-c-nav{padding-top:32px}.tribe-common .tribe-common-c-nav__next,.tribe-common .tribe-common-c-nav__prev{font-size:14px}.tribe-common .tribe-common-c-search{display:flex}.tribe-common .tribe-common-c-search__input-group{background-color:#fff;border:1px solid #d5d5d5;border-right:none;display:flex;flex:auto;max-width:645px;padding:8px 0}.tribe-common .tribe-common-c-search__input-group>*{margin-bottom:0}.tribe-common .tribe-common-c-search__input{border:none;border-right:1px solid #d5d5d5;height:auto;padding:7px 18px 8px}.tribe-common .tribe-common-c-search__button{margin-top:0}body#top .tribe-common .tribe-common-form-control-text-group{padding:8px 0}body#top .tribe-common .tribe-common-c-search__input{border:none;border-right:1px solid #d5d5d5;padding:7px 18px 8px}}
|
1 |
+
.tribe-common figure{line-height:0}.tribe-common figcaption{line-height:normal}.tribe-common a{background-color:transparent;-webkit-text-decoration-skip:objects}.tribe-common abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.tribe-common code,.tribe-common kbd,.tribe-common pre,.tribe-common samp{font-family:monospace;font-size:1em}.tribe-common b,.tribe-common strong{font-weight:inherit;font-weight:bolder}.tribe-common dfn{font-style:italic}.tribe-common mark{background-color:#ff0;color:#000}.tribe-common small{font-size:80%}.tribe-common sub,.tribe-common sup{font-size:75%;line-height:0}.tribe-common hr{border:0;height:0}.tribe-common button,.tribe-common input[type=button],.tribe-common input[type=email],.tribe-common input[type=password],.tribe-common input[type=reset],.tribe-common input[type=search],.tribe-common input[type=submit],.tribe-common input[type=text],.tribe-common input[type=url],.tribe-common textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.tribe-common button,.tribe-common input,.tribe-common optgroup,.tribe-common select,.tribe-common textarea{color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:antialiased}.tribe-common button,.tribe-common input,.tribe-common select,.tribe-common textarea{outline:0;border-radius:0}.tribe-common select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.tribe-common optgroup{font-weight:700}.tribe-common ol,.tribe-common ul{list-style:none}.tribe-common h1,.tribe-common h2,.tribe-common h3,.tribe-common h4,.tribe-common h5,.tribe-common h6,.tribe-common p{font-weight:400;text-rendering:optimizeLegibility}.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-radio__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;color:#727272;cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-checkbox__input,.tribe-common .tribe-common-form-control-radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #141827;cursor:pointer;display:inline-block;height:20px;margin:0;position:relative;vertical-align:middle;width:20px}.tribe-common .tribe-common-form-control-checkbox__input:active,.tribe-common .tribe-common-form-control-checkbox__input:focus,.tribe-common .tribe-common-form-control-checkbox__input:hover,.tribe-common .tribe-common-form-control-radio__input:active,.tribe-common .tribe-common-form-control-radio__input:focus,.tribe-common .tribe-common-form-control-radio__input:hover{border:1px solid #141827}.tribe-common .tribe-common-form-control-checkbox__input:checked,.tribe-common .tribe-common-form-control-radio__input:checked{background-color:#141827}.tribe-common .tribe-common-form-control-checkbox__input:checked:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6.1L3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0z' fill='%23FFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.tribe-common .tribe-common-form-control-radio__input{border-radius:50%}.tribe-common .tribe-common-form-control-radio__input:checked:before{background-color:#fff;border-radius:50%;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.tribe-common .tribe-common-form-control-checkbox-radio-group>*{margin-bottom:15px}.tribe-common .tribe-common-form-control-checkbox-radio-group>:last-child{margin-bottom:0}.tribe-common .tribe-common-form-control-input-group>*{margin-bottom:8px}.tribe-common .tribe-common-form-control-input-group>:last-child{margin-bottom:0}.tribe-common .tribe-common-form-control-select{position:relative}.tribe-common .tribe-common-form-control-select__button{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 40px 12px 18px;position:relative;text-align:left;width:205px}.tribe-common .tribe-common-form-control-select__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6l6-6H0z' fill='%23727272'/%3E%3C/svg%3E");content:"";height:6px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:12px}.tribe-common .tribe-common-form-control-select__list{background-color:#fff;border:1px solid #d5d5d5;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);left:0;position:absolute;top:55px;width:205px}.tribe-common .tribe-common-form-control-select__list-item{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;color:#727272;cursor:pointer;padding:6px 18px;text-align:left}.tribe-common .tribe-common-form-control-select__list-item:first-child{padding-top:16px}.tribe-common .tribe-common-form-control-select__list-item:last-child{padding-bottom:16px}.tribe-common .tribe-common-form-control-select__list-item[aria-selected=true]{color:#141827;font-weight:700}.tribe-common .tribe-common-form-control-slider__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;display:inline-block;margin:0;padding:0;width:120px;vertical-align:middle}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-runnable-track{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:background-color .2s ease;background-color:#334aff}.tribe-common .tribe-common-form-control-slider__input::-moz-range-track{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:background-color .2s ease;background-color:#334aff}.tribe-common .tribe-common-form-control-slider__input::-ms-track{background-color:transparent;border-color:transparent;border-width:5px 0;color:transparent;height:10px}.tribe-common .tribe-common-form-control-slider__input::-ms-fill-lower,.tribe-common .tribe-common-form-control-slider__input::-ms-fill-upper{background-color:#334aff;border-radius:10px}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-thumb{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;margin-top:-5px;-webkit-appearance:none;appearance:none}.tribe-common .tribe-common-form-control-slider__input::-moz-range-thumb{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;margin-top:-5px}.tribe-common .tribe-common-form-control-slider__input::-ms-thumb{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;margin-top:-5px;box-shadow:none;margin-top:-1px}.tribe-common .tribe-common-form-control-slider__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;color:#727272;cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-slider--vertical .tribe-common-form-control-slider__label{display:block;margin:0 0 6px}.tribe-common .tribe-common-form-control-tabs{position:relative}.tribe-common .tribe-common-form-control-tabs__button{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 40px 12px 18px;position:relative;text-align:left;width:205px}.tribe-common .tribe-common-form-control-tabs__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6l6-6H0z' fill='%23727272'/%3E%3C/svg%3E");content:"";height:6px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:12px}.tribe-common .tribe-common-form-control-tabs__list{background-color:#fff;border:1px solid #d5d5d5;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);left:0;position:absolute;top:55px;width:205px}.tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{padding-top:16px}.tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{padding-bottom:16px}.tribe-common .tribe-common-form-control-tabs__input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-form-control-tabs__input:checked+.tribe-common-form-control-tabs__label{color:#141827;font-weight:700}.tribe-common .tribe-common-form-control-tabs__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;color:#727272;cursor:pointer;padding:6px 18px;text-align:left}body#top .tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{padding-top:16px}body#top .tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{padding-bottom:16px}body#top .tribe-common .tribe-common-form-control-tabs__input:checked+.tribe-common-form-control-tabs__label{color:#141827;font-weight:700}body#top .tribe-common .tribe-common-form-control-tabs__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400}.tribe-common .tribe-common-form-control-text__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-form-control-text__input{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 18px;width:100%}.tribe-common .tribe-common-form-control-text__input::-webkit-input-placeholder{color:#727272;font-weight:400}.tribe-common .tribe-common-form-control-text__input:-ms-input-placeholder,.tribe-common .tribe-common-form-control-text__input::-ms-input-placeholder{color:#727272;font-weight:400}.tribe-common .tribe-common-form-control-text__input::placeholder{color:#727272;font-weight:400}body#top .tribe-common .tribe-common-form-control-text__input{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:1px solid #d5d5d5;padding:12px 18px;width:100%}body#top .tribe-common .tribe-common-form-control-text__input::-webkit-input-placeholder{color:#727272;font-weight:400}body#top .tribe-common .tribe-common-form-control-text__input:-ms-input-placeholder,body#top .tribe-common .tribe-common-form-control-text__input::-ms-input-placeholder{color:#727272;font-weight:400}body#top .tribe-common .tribe-common-form-control-text__input::placeholder{color:#727272;font-weight:400}.tribe-common .tribe-common-form-control-toggle__input{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:background-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#d5d5d5;cursor:pointer;display:inline-block;vertical-align:middle;width:40px}.tribe-common .tribe-common-form-control-toggle__input:after{background-color:#fff;border:1px solid #d5d5d5;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,.14);height:20px;width:20px;content:"";left:0;position:absolute;top:-5px;transition:transform .2s ease}.tribe-common .tribe-common-form-control-toggle__input:checked{background-color:#334aff}.tribe-common .tribe-common-form-control-toggle__input:checked:after{transform:translateX(20px)}.tribe-common .tribe-common-form-control-toggle__label{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;color:#727272;cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-toggle--vertical .tribe-common-form-control-toggle__label{display:block;margin:0 0 6px}body#top .tribe-common .tribe-common-form-control-toggle__input{display:inline-block}body#top .tribe-common .tribe-common-form-control-toggle__label{color:#727272;font-weight:400}.tribe-common .tribe-common-g-col{min-width:0;width:100%}.tribe-common .tribe-common-g-row{display:flex;flex-wrap:wrap}.tribe-common a{cursor:pointer}.tribe-common .tribe-common-anchor{border-bottom:2px solid transparent;transition:border-color .2s ease}.tribe-common .tribe-common-anchor:active,.tribe-common .tribe-common-anchor:focus,.tribe-common .tribe-common-anchor:hover{border-bottom:2px solid #141827}.tribe-common .tribe-common-anchor-alt{border-bottom:2px solid #334aff;transition:color .2s ease}.tribe-common .tribe-common-anchor-alt:active,.tribe-common .tribe-common-anchor-alt:focus,.tribe-common .tribe-common-anchor-alt:hover{border-bottom:2px solid #334aff;color:#334aff}.tribe-common .tribe-common-anchor-thin{border-bottom:1px solid transparent;transition:border-color .2s ease}.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:1px solid #141827}.tribe-common .tribe-common-b1{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.62}.tribe-common .tribe-common-b1--bold{font-weight:700}.tribe-common .tribe-common-b2{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.38}.tribe-common .tribe-common-b2--bold{font-weight:700}.tribe-common .tribe-common-b3{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:11px;font-weight:400;line-height:1.5}.tribe-common .tribe-common-b3--bold{font-weight:700}.tribe-common .tribe-common-cta{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;font-weight:700;border-bottom:2px solid transparent;transition:border-color .2s ease}.tribe-common .tribe-common-cta:active,.tribe-common .tribe-common-cta:focus,.tribe-common .tribe-common-cta:hover{border-bottom:2px solid #141827}.tribe-common .tribe-common-cta--alt{border-bottom:2px solid #334aff;transition:color .2s ease}.tribe-common .tribe-common-cta--alt:active,.tribe-common .tribe-common-cta--alt:focus,.tribe-common .tribe-common-cta--alt:hover{border-bottom:2px solid #334aff;color:#334aff}.tribe-common .tribe-common-h1{font-size:28px}.tribe-common .tribe-common-h1,.tribe-common .tribe-common-h2{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;line-height:1.42}.tribe-common .tribe-common-h2{font-size:24px}.tribe-common .tribe-common-h3{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:22px;line-height:1.5}.tribe-common .tribe-common-h3--alt{font-weight:400}.tribe-common .tribe-common-h4{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:20px;line-height:1.42}.tribe-common .tribe-common-h4--alt{font-weight:400}.tribe-common .tribe-common-h5{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:18px;line-height:1.5}.tribe-common .tribe-common-h6{font-size:16px}.tribe-common .tribe-common-h6,.tribe-common .tribe-common-h7{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;line-height:1.62}.tribe-common .tribe-common-h7{font-size:14px}.tribe-common .tribe-common-h8{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-weight:700;font-size:12px;line-height:1.38}.tribe-common button{background-color:#fff;padding:0}.tribe-common .tribe-common-l-container{max-width:1260px;margin-left:auto;margin-right:auto;padding-left:19.5px;padding-right:19.5px;width:100%}.tribe-common .tribe-common-svgicon{background-size:contain;background-repeat:no-repeat}.tribe-common .tribe-common-svgicon--featured{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23334AFF'/%3E%3C/svg%3E");height:10px;width:8px}.tribe-common .tribe-common-svgicon--recurring{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.797.797 0 0 1-.592.26.797.797 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.797.797 0 0 1 2.43 15a.797.797 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.952.952 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.797.797 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.948.948 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174 0-.065 0-.13.02-.174 0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152z' fill='%23334AFF'/%3E%3C/svg%3E");height:10px;width:10px}.tribe-common-a11y-hidden{display:none!important;visibility:hidden}.tribe-common-a11y-visual-hide,.tribe-common-a11y-visual-show{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-c-btn-border{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.38;font-weight:400;border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;border:1px solid #d5d5d5;border-radius:4px;transition:color .2s ease,border-color .2s ease;color:#727272;padding:6px 16px 7px}.tribe-common .tribe-common-c-btn-border:active{border-color:#141827}.tribe-common .tribe-common-c-btn-border:active,.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover{color:#141827}.tribe-common .tribe-common-c-btn-border:disabled{color:#d5d5d5}.tribe-common .tribe-common-c-btn-icon{border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;background-color:transparent}.tribe-common .tribe-common-c-btn-icon:before{background-repeat:no-repeat;background-size:contain;content:"";display:block}.tribe-common .tribe-common-c-btn-icon--border{border:1px solid #d5d5d5;align-items:center;display:inline-flex;height:56px;justify-content:center;transition:none;width:56px}.tribe-common .tribe-common-c-btn-icon--border:active{border-color:#141827}.tribe-common .tribe-common-c-btn-icon--caret-left:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23727272'/%3E%3C/svg%3E");height:20px;width:12px}.tribe-common .tribe-common-c-btn-icon--caret-left:active:before,.tribe-common .tribe-common-c-btn-icon--caret-left:focus:before,.tribe-common .tribe-common-c-btn-icon--caret-left:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--caret-left:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--caret-right:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23727272'/%3E%3C/svg%3E");height:20px;width:12px}.tribe-common .tribe-common-c-btn-icon--caret-right:active:before,.tribe-common .tribe-common-c-btn-icon--caret-right:focus:before,.tribe-common .tribe-common-c-btn-icon--caret-right:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--caret-right:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--filters:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23727272' stroke='%23727272'/%3E%3C/svg%3E");height:20px;width:24px}.tribe-common .tribe-common-c-btn-icon--filters:active:before,.tribe-common .tribe-common-c-btn-icon--filters:focus:before,.tribe-common .tribe-common-c-btn-icon--filters:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23141827' stroke='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--filters:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16.75l22 .232M0 9.75l22 .232M0 2.75l22 .232M6 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm10-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23D5D5D5' stroke='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--search:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23727272'/%3E%3C/svg%3E");height:20px;width:20px}.tribe-common .tribe-common-c-btn-icon--search:active:before,.tribe-common .tribe-common-c-btn-icon--search:focus:before,.tribe-common .tribe-common-c-btn-icon--search:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn-icon--search:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-btn{color:#141827;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:14px;line-height:1.62;font-weight:400;font-weight:700;border:0;cursor:pointer;display:inline-block;height:auto;padding:0;text-decoration:none;width:auto;border-radius:4px;color:#fff;text-align:center;transition:background-color .2s ease;background-color:#334aff;padding:16px 22px 17px;width:100%}.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover{background-color:rgba(51,74,255,.8)}.tribe-common .tribe-common-c-btn:active{background-color:rgba(51,74,255,.9)}.tribe-common .tribe-common-c-btn:disabled{background-color:rgba(51,74,255,.07)}.tribe-common .tribe-common-c-btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.648 0L9.62 1.956l6.23 6.005H0v2.793h15.85L9.62 16.76l2.028 1.956 9.705-9.358z' fill='%23FFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:10px;margin-left:8px;width:12px}.tribe-common .tribe-common-c-btn--secondary{padding:12px 19px 13px;width:auto}.tribe-common .tribe-common-c-btn--secondary:after{content:none}.tribe-common .tribe-common-c-image{display:block;height:auto;margin-left:auto;margin-right:auto;width:100%}.tribe-common .tribe-common-c-image--bg{position:relative}.tribe-common .tribe-common-c-image__bg{background:50% no-repeat;background-size:cover;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.tribe-common .tribe-common-c-nav{border-top:1px solid #d5d5d5;padding-top:24px}.tribe-common .tribe-common-c-nav__list{display:flex;list-style:none;width:100%;flex-wrap:wrap;justify-content:space-between}.tribe-common .tribe-common-c-nav__next,.tribe-common .tribe-common-c-nav__prev{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;color:#727272;font-family:Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;font-size:12px;line-height:1.42;font-weight:700}.tribe-common .tribe-common-c-nav__next:hover,.tribe-common .tribe-common-c-nav__prev:hover{color:var(--color-navigation-hover)}.tribe-common .tribe-common-c-nav__next:disabled,.tribe-common .tribe-common-c-nav__prev:disabled{background-color:transparent;color:#d5d5d5}.tribe-common .tribe-common-c-nav__prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23727272'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:14px;margin-right:10px;width:12px}.tribe-common .tribe-common-c-nav__prev:active:before,.tribe-common .tribe-common-c-nav__prev:focus:before,.tribe-common .tribe-common-c-nav__prev:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-nav__prev:disabled:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-nav__next:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23727272'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:14px;margin-left:10px;width:12px}.tribe-common .tribe-common-c-nav__next:active:after,.tribe-common .tribe-common-c-nav__next:focus:after,.tribe-common .tribe-common-c-nav__next:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-nav__next:disabled:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23D5D5D5'/%3E%3C/svg%3E")}.tribe-common .tribe-common-c-search__input-group>:first-child{flex:1 1 34.5%}.tribe-common .tribe-common-c-search__input-group>:nth-child(2){flex:1 1 37.5%}.tribe-common .tribe-common-c-search__input-group>:nth-child(3){flex:1 1 28%}.tribe-common .tribe-common-c-search__button{flex:none;margin-top:8px}@media (min-width:768px){.tribe-common .tribe-common-form-control-select__button{padding:16px 44px 16px 18px;width:220px}.tribe-common .tribe-common-form-control-select__button:after{right:18px}.tribe-common .tribe-common-form-control-select__list{width:220px}.tribe-common .tribe-common-form-control-tabs{display:flex}.tribe-common .tribe-common-form-control-tabs__button{display:none!important;visibility:hidden}.tribe-common .tribe-common-form-control-tabs__list{border:1px solid #d5d5d5;box-shadow:none;display:flex!important;flex:none;position:static;visibility:visible;width:auto;outline:none}.tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{margin-top:-6px;padding-top:17px}.tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{margin-bottom:-6px;padding-bottom:17px}.tribe-common .tribe-common-form-control-tabs__list-item{border-right:1px solid #d5d5d5;flex:none;margin:6px 0;width:88px}.tribe-common .tribe-common-form-control-tabs__list-item:last-child{border:none;width:87px}.tribe-common .tribe-common-form-control-tabs__label{margin:-6px 0;padding:17px 5px;text-align:center;display:block}body#top .tribe-common .tribe-common-form-control-tabs__list-item:first-child .tribe-common-form-control-tabs__label{margin-top:-6px;padding-top:17px}body#top .tribe-common .tribe-common-form-control-tabs__list-item:last-child .tribe-common-form-control-tabs__label{margin-bottom:-6px;padding-bottom:17px}body#top .tribe-common .tribe-common-form-control-tabs__label{margin:-6px 0;padding:17px 5px;text-align:center;display:block}.tribe-common .tribe-common-g-row--gutters{margin-left:-24px;margin-right:-24px}.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:24px;padding-right:24px}.tribe-common .tribe-common-b1{font-size:16px;line-height:1.62}.tribe-common .tribe-common-b2{font-size:14px;line-height:1.62}.tribe-common .tribe-common-b3{font-size:12px;line-height:1.38}.tribe-common .tribe-common-h1{font-size:42px;line-height:1.38}.tribe-common .tribe-common-h2{font-size:32px;line-height:1.38}.tribe-common .tribe-common-h3{font-size:28px;line-height:1.42}.tribe-common .tribe-common-h4{font-size:24px;line-height:1.42}.tribe-common .tribe-common-l-container{padding-left:42px;padding-right:42px}.tribe-common .tribe-common-c-btn{width:auto}.tribe-common .tribe-common-c-nav{padding-top:32px}.tribe-common .tribe-common-c-nav__next,.tribe-common .tribe-common-c-nav__prev{font-size:14px}.tribe-common .tribe-common-c-search{display:flex}.tribe-common .tribe-common-c-search__input-group{background-color:#fff;border:1px solid #d5d5d5;border-right:none;display:flex;flex:auto;max-width:645px;padding:8px 0}.tribe-common .tribe-common-c-search__input-group>*{margin-bottom:0}.tribe-common .tribe-common-c-search__input{border:none;border-right:1px solid #d5d5d5;height:auto;padding:7px 18px 8px}.tribe-common .tribe-common-c-search__button{margin-top:0}body#top .tribe-common .tribe-common-form-control-text-group{padding:8px 0}body#top .tribe-common .tribe-common-c-search__input{border:none;border-right:1px solid #d5d5d5;padding:7px 18px 8px}}
|
common/src/resources/css/promoter.css
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
#wp-admin-bar-promoter-admin-bar a.ab-item {
|
12 |
+
display: flex;
|
13 |
+
flex-wrap: wrap;
|
14 |
+
align-items: center;
|
15 |
+
}
|
16 |
+
|
17 |
+
#wp-admin-bar-promoter-admin-bar a.ab-item .promoter-admin-bar__icon {
|
18 |
+
margin-right: 5px;
|
19 |
+
width: 20px;
|
20 |
+
height: 20px;
|
21 |
+
flex: none;
|
22 |
+
}
|
23 |
+
|
24 |
+
#wp-admin-bar-promoter-admin-bar a.ab-item .promoter-admin-bar__text {
|
25 |
+
flex: none;
|
26 |
+
}
|
27 |
+
#wp-admin-bar-promoter-admin-bar:focus .promoter-admin-bar__icon svg path, #wp-admin-bar-promoter-admin-bar:hover .promoter-admin-bar__icon svg path {
|
28 |
+
fill: #00B9EB;
|
29 |
+
}
|
common/src/resources/css/promoter.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
#wp-admin-bar-promoter-admin-bar a.ab-item{display:flex;flex-wrap:wrap;align-items:center}#wp-admin-bar-promoter-admin-bar a.ab-item .promoter-admin-bar__icon{margin-right:5px;width:20px;height:20px;flex:none}#wp-admin-bar-promoter-admin-bar a.ab-item .promoter-admin-bar__text{flex:none}#wp-admin-bar-promoter-admin-bar:focus .promoter-admin-bar__icon svg path,#wp-admin-bar-promoter-admin-bar:hover .promoter-admin-bar__icon svg path{fill:#00b9eb}
|
common/src/resources/postcss/promoter.pcss
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#wp-admin-bar-promoter-admin-bar {
|
2 |
+
a.ab-item {
|
3 |
+
display: flex;
|
4 |
+
flex-wrap: wrap;
|
5 |
+
align-items: center;
|
6 |
+
|
7 |
+
.promoter-admin-bar__icon {
|
8 |
+
margin-right: 5px;
|
9 |
+
width: 20px;
|
10 |
+
height: 20px;
|
11 |
+
flex: none;
|
12 |
+
}
|
13 |
+
|
14 |
+
.promoter-admin-bar__text {
|
15 |
+
flex: none;
|
16 |
+
}
|
17 |
+
}
|
18 |
+
|
19 |
+
&:focus,
|
20 |
+
&:hover {
|
21 |
+
.promoter-admin-bar__icon svg path {
|
22 |
+
fill: #00B9EB;
|
23 |
+
}
|
24 |
+
}
|
25 |
+
}
|
common/vendor/autoload_52.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit2d8e309444555ab21bb44f36bd848088::getLoader();
|
common/vendor/composer/autoload_real_52.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
-
class
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInite2bf0bd941918322248dc744cd9dff4a {
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
+
class ComposerAutoloaderInit2d8e309444555ab21bb44f36bd848088 {
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit2d8e309444555ab21bb44f36bd848088', 'loadClassLoader'), true /*, true */);
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit2d8e309444555ab21bb44f36bd848088', 'loadClassLoader'));
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
event-tickets.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Event Tickets
|
4 |
Plugin URI: http://m.tri.be/1acb
|
5 |
Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
|
6 |
-
Version: 4.10.6.
|
7 |
Author: Modern Tribe, Inc.
|
8 |
Author URI: http://m.tri.be/28
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: Event Tickets
|
4 |
Plugin URI: http://m.tri.be/1acb
|
5 |
Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
|
6 |
+
Version: 4.10.6.2
|
7 |
Author: Modern Tribe, Inc.
|
8 |
Author URI: http://m.tri.be/28
|
9 |
License: GPLv2 or later
|
lang/event-tickets-de_DE.mo
CHANGED
Binary file
|
lang/event-tickets-de_DE.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the Plugins - Event Tickets - 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"
|
@@ -13,2336 +13,2336 @@ msgstr ""
|
|
13 |
|
14 |
#: src/admin-views/tribe-options-tickets.php:307
|
15 |
msgid "Email address PayPal tickets customers will receive confirmation from. Leave empty to use the default WordPress site email address."
|
16 |
-
msgstr "
|
17 |
|
18 |
#: src/modules/blocks/attendees/template.js:119
|
19 |
#: src/resources/js/app/blocks.js:46894
|
20 |
msgid "Display Subtitle"
|
21 |
-
msgstr "
|
22 |
|
23 |
#: src/modules/blocks/attendees/template.js:114
|
24 |
#: src/resources/js/app/blocks.js:46889
|
25 |
msgid "Display Title"
|
26 |
-
msgstr "
|
27 |
|
28 |
#: src/modules/blocks/attendees/template.js:112
|
29 |
#: src/resources/js/app/blocks.js:46887
|
30 |
msgid "Attendees Settings"
|
31 |
-
msgstr "
|
32 |
|
33 |
#: src/modules/blocks/ticket/container-header/title/template.js:48
|
34 |
#: src/resources/js/app/blocks.js:44562
|
35 |
msgid "Ticket Type *"
|
36 |
-
msgstr "
|
37 |
|
38 |
#: src/modules/blocks/ticket/container-header/title/template.js:32
|
39 |
#: src/resources/js/app/blocks.js:44550
|
40 |
msgid "This ticket has Additional Fields configured."
|
41 |
-
msgstr "
|
42 |
|
43 |
#: src/modules/blocks/rsvp/header-image/template.js:26
|
44 |
#: src/modules/blocks/tickets/header-image/template.js:26
|
45 |
#: src/resources/js/app/blocks.js:42536 src/resources/js/app/blocks.js:43774
|
46 |
msgid "Select an image from your Media Library to display on emailed tickets and RSVPs. For best results, use a .jpg, .png, or .gif at least 1160px wide."
|
47 |
-
msgstr "
|
48 |
|
49 |
#: src/modules/blocks/rsvp/duration/template.js:24
|
50 |
#: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
|
51 |
#: src/resources/js/app/blocks.js:41501 src/resources/js/app/blocks.js:45526
|
52 |
msgid "There is an error with the selected sales duration. Please fix the issue before saving."
|
53 |
-
msgstr "
|
54 |
|
55 |
#: common/src/views/promoter/auth.php:84
|
56 |
msgid "Terms"
|
57 |
-
msgstr "
|
58 |
|
59 |
#: common/src/views/promoter/auth.php:83
|
60 |
msgid "and"
|
61 |
-
msgstr "
|
62 |
|
63 |
#: common/src/views/promoter/auth.php:82
|
64 |
msgid "Privacy"
|
65 |
-
msgstr "
|
66 |
|
67 |
#: common/src/views/promoter/auth.php:81
|
68 |
msgid "Promoter All rights reserved."
|
69 |
-
msgstr "
|
70 |
|
71 |
#: common/src/views/promoter/auth.php:68
|
72 |
msgid "Authorize Promoter"
|
73 |
-
msgstr "
|
74 |
|
75 |
#: common/src/views/promoter/auth.php:60
|
76 |
msgid "Please authorize to continue onboarding."
|
77 |
-
msgstr "
|
78 |
|
79 |
#: common/src/views/promoter/auth.php:58
|
80 |
msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
|
81 |
-
msgstr "
|
82 |
|
83 |
#: common/src/views/promoter/auth.php:52
|
84 |
msgid "Please log out and log back in as an admin account"
|
85 |
-
msgstr "
|
86 |
|
87 |
#: common/src/views/promoter/auth.php:50
|
88 |
msgid "You do not have access to authenticate this site."
|
89 |
-
msgstr "
|
90 |
|
91 |
#: common/src/views/promoter/auth.php:45
|
92 |
msgid "Please log in to continue"
|
93 |
-
msgstr "
|
94 |
|
95 |
#: common/src/views/promoter/auth.php:40
|
96 |
msgid "You're ready to begin using Promoter! Please close this window."
|
97 |
-
msgstr "
|
98 |
|
99 |
#: common/src/views/promoter/auth.php:34
|
100 |
msgid "Promoter would like to sync with your site"
|
101 |
-
msgstr "
|
102 |
|
103 |
#: common/src/admin-views/tribe-options-licenses.php:43
|
104 |
msgid "Licenses for Multisites"
|
105 |
-
msgstr "
|
106 |
|
107 |
#: common/src/admin-views/tribe-options-licenses.php:37
|
108 |
msgid "Expired license keys and subscriptions"
|
109 |
-
msgstr "
|
110 |
|
111 |
#: common/src/admin-views/tribe-options-licenses.php:34
|
112 |
msgid "Moving your license keys"
|
113 |
-
msgstr "
|
114 |
|
115 |
#: common/src/admin-views/tribe-options-licenses.php:31
|
116 |
msgid "View and manage your license keys"
|
117 |
-
msgstr "
|
118 |
|
119 |
#: common/src/admin-views/tribe-options-licenses.php:28
|
120 |
msgid "Why am I being told my license key is out of installs?"
|
121 |
-
msgstr "
|
122 |
|
123 |
#: common/src/admin-views/tribe-options-licenses.php:23
|
124 |
msgid "Helpful Links:"
|
125 |
-
msgstr "
|
126 |
|
127 |
#: common/src/admin-views/tribe-options-licenses.php:10
|
128 |
msgid "In order to register a plugin license, you'll first need to %1$sdownload and install%2$s the plugin you purchased. You can download the latest version of your plugin(s) from %3$syour account's downloads page%4$s. Once the plugin is installed and activated on this site, the license key field will appear below."
|
129 |
-
msgstr "
|
130 |
|
131 |
#: common/src/admin-views/tribe-options-licenses.php:5
|
132 |
msgid "If you've purchased a premium add-on, you'll need to enter your license key here in order to have access to automatic updates when new versions are available."
|
133 |
-
msgstr "
|
134 |
|
135 |
#: common/src/Tribe/Plugins_API.php:84
|
136 |
msgid "With Promoter, you’ll connect with your community via email through every stage of your event, bolster event attendance, and manage notifications more efficiently than ever. Increase event attendance and engagement by automatically sending reminders for on-sale dates, event times and more."
|
137 |
-
msgstr "
|
138 |
|
139 |
#: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
|
140 |
#: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
|
141 |
msgid "Promoter"
|
142 |
-
msgstr "
|
143 |
|
144 |
#: src/views/blocks/tickets/content-inactive.php:18
|
145 |
#: src/modules/blocks/tickets/container/template.js:45
|
146 |
#: src/resources/js/app/blocks.js:44105
|
147 |
msgid "Tickets are no longer available"
|
148 |
-
msgstr "
|
149 |
|
150 |
#: src/views/blocks/rsvp/content-inactive.php:18
|
151 |
msgid "RSVPs are not yet available"
|
152 |
-
msgstr "
|
153 |
|
154 |
#: src/views/blocks/rsvp/content-inactive.php:18
|
155 |
msgid "RSVPs are no longer available"
|
156 |
-
msgstr "
|
157 |
|
158 |
#: src/views/blocks/rsvp/form/submit-login.php:23
|
159 |
msgid "Log in to RSVP"
|
160 |
-
msgstr "
|
161 |
|
162 |
#: src/views/registration/attendees/success.php:15
|
163 |
msgid "Attendee information has been saved."
|
164 |
-
msgstr "
|
165 |
|
166 |
#: src/views/registration/attendees/error.php:19
|
167 |
msgid "An error occurred while saving, please try again."
|
168 |
-
msgstr "
|
169 |
|
170 |
#: src/admin-views/tpp-orders.php:103
|
171 |
msgid "Total Tickets Ordered"
|
172 |
-
msgstr "
|
173 |
|
174 |
#: src/admin-views/tpp-orders.php:90
|
175 |
msgid "Total Ticket Sales"
|
176 |
-
msgstr "
|
177 |
|
178 |
#: src/admin-views/tpp-orders.php:61
|
179 |
msgid "Sales by Ticket Type"
|
180 |
-
msgstr "
|
181 |
|
182 |
#: src/admin-views/admin-welcome-message.php:78
|
183 |
msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
|
184 |
-
msgstr "
|
185 |
|
186 |
#: src/admin-views/admin-welcome-message.php:65
|
187 |
msgid "Add me to the list"
|
188 |
-
msgstr "
|
189 |
|
190 |
#: src/admin-views/admin-welcome-message.php:59
|
191 |
msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
|
192 |
-
msgstr "
|
193 |
|
194 |
#: src/admin-views/admin-welcome-message.php:58
|
195 |
msgid "Don't Miss Out"
|
196 |
-
msgstr "
|
197 |
|
198 |
#: src/admin-views/admin-welcome-message.php:54
|
199 |
msgid "Get the latest block editor news"
|
200 |
-
msgstr "
|
201 |
|
202 |
#: src/admin-views/admin-welcome-message.php:54
|
203 |
msgid "Gearing up with Gutenberg?"
|
204 |
-
msgstr "
|
205 |
|
206 |
#: src/admin-views/admin-welcome-message.php:53
|
207 |
msgid "View the latest changelog"
|
208 |
-
msgstr "
|
209 |
|
210 |
#: src/admin-views/admin-welcome-message.php:53
|
211 |
msgid "Frequent maintenance releases keep your ticket sales running smoothly."
|
212 |
-
msgstr "
|
213 |
|
214 |
#: src/admin-views/admin-welcome-message.php:52
|
215 |
msgid "The Latest and Greatest"
|
216 |
-
msgstr "
|
217 |
|
218 |
#: src/admin-views/admin-welcome-message.php:44
|
219 |
msgid "Submit a Help Desk Request"
|
220 |
-
msgstr "
|
221 |
|
222 |
#: src/admin-views/admin-welcome-message.php:43
|
223 |
msgid "Available Translations"
|
224 |
-
msgstr "
|
225 |
|
226 |
#: src/admin-views/admin-welcome-message.php:42
|
227 |
msgid "Search the Knowledgebase"
|
228 |
-
msgstr "
|
229 |
|
230 |
#: src/admin-views/admin-welcome-message.php:40
|
231 |
msgid "We’ve got your back every step of the way."
|
232 |
-
msgstr "
|
233 |
|
234 |
#: src/admin-views/admin-welcome-message.php:39
|
235 |
msgid "Resources and Support"
|
236 |
-
msgstr "
|
237 |
|
238 |
#: src/admin-views/admin-welcome-message.php:32
|
239 |
msgid "Key Features"
|
240 |
-
msgstr "
|
241 |
|
242 |
#: src/admin-views/admin-welcome-message.php:30
|
243 |
msgid "Start strong with these helpful resources."
|
244 |
-
msgstr "
|
245 |
|
246 |
#: src/admin-views/admin-welcome-message.php:20
|
247 |
msgid "to create your very first ticket!"
|
248 |
-
msgstr "
|
249 |
|
250 |
#: src/admin-views/admin-welcome-message.php:19
|
251 |
msgid "section of the admin"
|
252 |
-
msgstr "
|
253 |
|
254 |
#: src/admin-views/admin-welcome-message.php:17
|
255 |
msgid "the"
|
256 |
-
msgstr "
|
257 |
|
258 |
#: src/admin-views/admin-welcome-message.php:15
|
259 |
msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
|
260 |
-
msgstr "
|
261 |
|
262 |
#: src/admin-views/admin-welcome-message.php:9
|
263 |
msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss—just one seamless transaction on your site."
|
264 |
-
msgstr "
|
265 |
|
266 |
#: src/admin-views/tribe-options-tickets.php:113
|
267 |
msgid "If this number is less than the number of tickets left for sale on your event, this will prevent the \"# of tickets left\" text from showing on your website. You can leave this blank if you would like to always show the text."
|
268 |
-
msgstr "
|
269 |
|
270 |
#: src/admin-views/tribe-options-tickets.php:112
|
271 |
msgid "Display # tickets left threshold"
|
272 |
-
msgstr "
|
273 |
|
274 |
#: src/admin-views/tribe-options-tickets.php:93
|
275 |
#: src/admin-views/tribe-options-tickets.php:103
|
276 |
msgid "This setting only impacts events made with the classic editor."
|
277 |
-
msgstr "
|
278 |
|
279 |
#: src/Tribe/Assets.php:193
|
280 |
msgid "There is unsaved attendee information. Are you sure you want to continue?"
|
281 |
-
msgstr "
|
282 |
|
283 |
#: src/Tribe/Editor/Attendee_Registration.php:119
|
284 |
msgid "Back to Editor"
|
285 |
-
msgstr "
|
286 |
|
287 |
#: src/Tribe/Editor/Attendee_Registration.php:92
|
288 |
msgid "Attendee Registration fields saved. Make additional changes or %1$s"
|
289 |
-
msgstr "
|
290 |
|
291 |
#: src/Tribe/Editor/Attendee_Registration.php:90
|
292 |
msgid "return to the content editor"
|
293 |
-
msgstr "
|
294 |
|
295 |
#: src/Tribe/Main.php:400
|
296 |
msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
|
297 |
-
msgstr "
|
298 |
|
299 |
#: src/Tribe/Main.php:396
|
300 |
msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
|
301 |
-
msgstr "
|
302 |
|
303 |
#: src/Tribe/Status/Abstract_Commerce.php:275
|
304 |
msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
|
305 |
-
msgstr "
|
306 |
|
307 |
#: src/Tribe/Status/Abstract_Commerce.php:255
|
308 |
msgid "Total Sales counts tickets from all completed orders."
|
309 |
-
msgstr "
|
310 |
|
311 |
#: src/Tribe/Status/Abstract_Commerce.php:235
|
312 |
msgid "Sold counts tickets from completed orders only."
|
313 |
-
msgstr "
|
314 |
|
315 |
#: src/Tribe/Status/Abstract_Commerce.php:210
|
316 |
msgid "pending order completion"
|
317 |
-
msgstr "
|
318 |
|
319 |
#: src/Tribe/Commerce/Currency.php:275
|
320 |
msgid "Russian Ruble (RUB)"
|
321 |
-
msgstr "
|
322 |
|
323 |
#: src/Tribe/Commerce/Currency.php:227
|
324 |
msgid "Indian Rupee (INR)"
|
325 |
-
msgstr "
|
326 |
|
327 |
#: src/functions/php-min-version.php:76
|
328 |
msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
|
329 |
-
msgstr "
|
330 |
|
331 |
#: src/functions/php-min-version.php:74
|
332 |
msgid "To allow better control over dates, advanced security improvements and performance gain."
|
333 |
-
msgstr "
|
334 |
|
335 |
#: src/functions/php-min-version.php:64
|
336 |
msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
|
337 |
msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
|
338 |
-
msgstr[0] "
|
339 |
-
msgstr[1] "
|
340 |
|
341 |
#: src/functions/php-min-version.php:52
|
342 |
msgctxt "Plugin A\",\" Plugin B"
|
343 |
msgid ", "
|
344 |
-
msgstr "
|
345 |
|
346 |
#: src/functions/php-min-version.php:51
|
347 |
msgctxt "Plugin A \"and\" Plugin B"
|
348 |
msgid " and "
|
349 |
-
msgstr "
|
350 |
|
351 |
#. Plugin URI of the plugin
|
352 |
msgid "http://m.tri.be/1acb"
|
353 |
-
msgstr "
|
354 |
|
355 |
#: src/resources/js/app/blocks.js:45739
|
356 |
msgid "Ticket SKU"
|
357 |
-
msgstr "
|
358 |
|
359 |
#: src/resources/js/app/blocks.js:45387
|
360 |
msgid "Ticket capacity will only be used by attendees buying this ticket type"
|
361 |
-
msgstr "
|
362 |
|
363 |
#: src/resources/js/app/blocks.js:45299
|
364 |
msgid "Number of tickets available"
|
365 |
-
msgstr "
|
366 |
|
367 |
#: src/resources/js/app/blocks.js:45299
|
368 |
msgid "(optional) Limit sales of this ticket to:"
|
369 |
-
msgstr "
|
370 |
|
371 |
#: src/resources/js/app/blocks.js:45276
|
372 |
msgid "Set shared capacity:"
|
373 |
-
msgstr "
|
374 |
|
375 |
#: src/resources/js/app/blocks.js:42888
|
376 |
msgid "You can also enter keywords to help find the target event by title or description"
|
377 |
-
msgstr "
|
378 |
|
379 |
#: src/resources/js/app/blocks.js:42854
|
380 |
msgid "No posts found"
|
381 |
-
msgstr "
|
382 |
|
383 |
#: src/resources/js/app/blocks.js:41928
|
384 |
msgid "Enable \"Not Going\" responses"
|
385 |
-
msgstr "
|
386 |
|
387 |
#: src/resources/js/app/blocks.js:41899
|
388 |
msgid "Leave blank if unlimited"
|
389 |
-
msgstr "
|
390 |
|
391 |
#: src/resources/js/app/blocks.js:41894
|
392 |
msgid "RSVP Capacity"
|
393 |
-
msgstr "
|
394 |
|
395 |
#: src/resources/js/app/blocks.js:41688 src/resources/js/app/blocks.js:46104
|
396 |
msgid "Advanced Options"
|
397 |
-
msgstr "
|
398 |
|
399 |
#: common/src/modules/elements/time-picker/element.js:57
|
400 |
#: common/src/modules/elements/time-picker/element.js:148
|
401 |
#: common/src/resources/js/app/elements.js:60102
|
402 |
#: common/src/resources/js/app/elements.js:60204
|
403 |
msgid "All Day"
|
404 |
-
msgstr "
|
405 |
|
406 |
#: common/src/modules/elements/image-upload/element.js:46
|
407 |
#: common/src/resources/js/app/elements.js:59581
|
408 |
msgid "remove"
|
409 |
-
msgstr "
|
410 |
|
411 |
#: src/modules/blocks/tickets/container/template.js:40
|
412 |
#: src/resources/js/app/blocks.js:44100
|
413 |
msgid "To create tickets, you'll need to enable an ecommerce solution."
|
414 |
-
msgstr "
|
415 |
|
416 |
#: src/modules/blocks/tickets/container/template.js:43
|
417 |
#: src/resources/js/app/blocks.js:44103
|
418 |
msgid "Edit this block to create your first ticket."
|
419 |
-
msgstr "
|
420 |
|
421 |
#: src/modules/blocks/tickets/container/template.js:39
|
422 |
#: src/resources/js/app/blocks.js:44099
|
423 |
msgid "There is no ecommerce available"
|
424 |
-
msgstr "
|
425 |
|
426 |
#: src/modules/blocks/tickets/container/template.js:42
|
427 |
#: src/resources/js/app/blocks.js:44102
|
428 |
msgid "There are no tickets yet"
|
429 |
-
msgstr "
|
430 |
|
431 |
#: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:44472
|
432 |
msgid "Sell tickets and register attendees."
|
433 |
-
msgstr "
|
434 |
|
435 |
#: src/modules/blocks/tickets/availability/template.js:43
|
436 |
#: src/resources/js/app/blocks.js:44016
|
437 |
msgid "%d total tickets"
|
438 |
-
msgstr "
|
439 |
|
440 |
#: src/modules/blocks/tickets/availability/template.js:42
|
441 |
#: src/resources/js/app/blocks.js:44015
|
442 |
msgid "%d total ticket"
|
443 |
-
msgstr "
|
444 |
|
445 |
#: src/modules/blocks/tickets/availability/template.js:31
|
446 |
#: src/resources/js/app/blocks.js:44009
|
447 |
msgid "%d tickets available"
|
448 |
-
msgstr "
|
449 |
|
450 |
#: src/modules/blocks/tickets/availability/template.js:30
|
451 |
#: src/resources/js/app/blocks.js:44008
|
452 |
msgid "%d ticket available"
|
453 |
-
msgstr "
|
454 |
|
455 |
#: src/modules/blocks/tickets/action-dashboard/template.js:24
|
456 |
#: src/resources/js/app/blocks.js:43456
|
457 |
msgid "Add Tickets"
|
458 |
-
msgstr "
|
459 |
|
460 |
#: src/modules/blocks/tickets/controls/template.js:62
|
461 |
#: src/resources/js/app/blocks.js:44261
|
462 |
msgid "Sell tickets using"
|
463 |
-
msgstr "
|
464 |
|
465 |
#: src/modules/blocks/tickets/controls/template.js:59
|
466 |
#: src/resources/js/app/blocks.js:44251
|
467 |
msgid "Tickets Settings"
|
468 |
-
msgstr "
|
469 |
|
470 |
#: src/modules/blocks/tickets/controls/template.js:25
|
471 |
#: src/resources/js/app/blocks.js:44211
|
472 |
msgid "Note: adjusting this setting will only impact new tickets. Existing tickets will not change. We highly recommend that all tickets for one event use the same ecommerce plugin"
|
473 |
-
msgstr "
|
474 |
|
475 |
#: src/modules/blocks/tickets/controls/template.js:20
|
476 |
#: src/resources/js/app/blocks.js:44209
|
477 |
msgid "It looks like you have multiple ecommerce plugins active. We recommend running only one at a time. However, if you need to run multiple, please select which one to use to sell tickets for this event. "
|
478 |
-
msgstr "
|
479 |
|
480 |
#: src/modules/blocks/tickets/capacity-table/template.js:49
|
481 |
#: src/resources/js/app/blocks.js:43674
|
482 |
msgid "Total Capacity"
|
483 |
-
msgstr "
|
484 |
|
485 |
#: src/modules/blocks/tickets/capacity-table/template.js:44
|
486 |
#: src/resources/js/app/blocks.js:43669
|
487 |
msgid "Independent capacity"
|
488 |
-
msgstr "
|
489 |
|
490 |
#: src/modules/blocks/tickets/capacity-table/template.js:39
|
491 |
#: src/resources/js/app/blocks.js:43664
|
492 |
msgid "Shared capacity"
|
493 |
-
msgstr "
|
494 |
|
495 |
#: src/modules/blocks/attendees/index.js:22
|
496 |
#: src/resources/js/app/blocks.js:46990
|
497 |
msgid "Show the gravatars of people coming to this event."
|
498 |
-
msgstr "
|
499 |
|
500 |
#: src/modules/blocks/attendees/template.js:30
|
501 |
#: src/resources/js/app/blocks.js:46791
|
502 |
msgid "(X) people are attending this event"
|
503 |
-
msgstr "
|
504 |
|
505 |
#: src/modules/blocks/attendees/template.js:29
|
506 |
#: src/modules/blocks/attendees/index.js:37
|
507 |
#: src/resources/js/app/blocks.js:46790 src/resources/js/app/blocks.js:47002
|
508 |
msgid "Who's Attending?"
|
509 |
-
msgstr "
|
510 |
|
511 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
|
512 |
#: src/resources/js/app/blocks.js:46200
|
513 |
msgid "Save your ticket to enable attendee registration fields"
|
514 |
-
msgstr "
|
515 |
|
516 |
#: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
|
517 |
#: src/resources/js/app/blocks.js:46001
|
518 |
msgid "Remove Ticket"
|
519 |
-
msgstr "
|
520 |
|
521 |
#: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
|
522 |
#: src/resources/js/app/blocks.js:45516
|
523 |
msgid "Sale Duration"
|
524 |
-
msgstr "
|
525 |
|
526 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
|
527 |
#: src/resources/js/app/blocks.js:45878
|
528 |
msgid "Ecommerce"
|
529 |
-
msgstr "
|
530 |
|
531 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
|
532 |
#: src/resources/js/app/blocks.js:45857
|
533 |
msgid "View Sales Report"
|
534 |
-
msgstr "
|
535 |
|
536 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
|
537 |
#: src/resources/js/app/blocks.js:45848
|
538 |
msgid "Edit Ticket in WooCommerce"
|
539 |
-
msgstr "
|
540 |
|
541 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
|
542 |
#: src/resources/js/app/blocks.js:45846
|
543 |
msgid "Edit Ticket in Easy Digital Downloads"
|
544 |
-
msgstr "
|
545 |
|
546 |
#: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
|
547 |
#: src/resources/js/app/blocks.js:44986
|
548 |
msgid "cap"
|
549 |
-
msgstr "
|
550 |
|
551 |
#: src/modules/blocks/ticket/container-header/quantity/template.js:40
|
552 |
#: src/resources/js/app/blocks.js:45051
|
553 |
msgid "unlimited"
|
554 |
-
msgstr "
|
555 |
|
556 |
#: src/modules/blocks/ticket/container-header/quantity/template.js:33
|
557 |
#: src/resources/js/app/blocks.js:45044
|
558 |
msgid "%d of %d sold"
|
559 |
-
msgstr "
|
560 |
|
561 |
#: src/modules/blocks/ticket/container-header/quantity/template.js:32
|
562 |
#: src/resources/js/app/blocks.js:45044
|
563 |
msgid "%d sold"
|
564 |
-
msgstr "
|
565 |
|
566 |
#: src/modules/blocks/ticket/container-header/price/template.js:34
|
567 |
#: src/resources/js/app/blocks.js:44753
|
568 |
msgid "0"
|
569 |
-
msgstr "
|
570 |
|
571 |
#: src/modules/blocks/ticket/container-header/description/template.js:30
|
572 |
#: src/resources/js/app/blocks.js:44657
|
573 |
msgid "Description"
|
574 |
-
msgstr "
|
575 |
|
576 |
#: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:46724
|
577 |
msgid "A single configured ticket type."
|
578 |
-
msgstr "
|
579 |
|
580 |
#: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:46723
|
581 |
msgid "Event Ticket"
|
582 |
-
msgstr "
|
583 |
|
584 |
#: src/modules/blocks/ticket/dashboard/template.js:21
|
585 |
#: src/resources/js/app/blocks.js:46444
|
586 |
msgid "Create Ticket"
|
587 |
-
msgstr "
|
588 |
|
589 |
#: src/modules/blocks/ticket/dashboard/template.js:20
|
590 |
#: src/resources/js/app/blocks.js:46444
|
591 |
msgid "Update Ticket"
|
592 |
-
msgstr "
|
593 |
|
594 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:22
|
595 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
|
596 |
#: src/resources/js/app/blocks.js:41780 src/resources/js/app/blocks.js:46202
|
597 |
msgid "+ Add"
|
598 |
-
msgstr "
|
599 |
|
600 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:18
|
601 |
#: src/resources/js/app/blocks.js:41776
|
602 |
msgid "Save your RSVP to enable attendee registration fields"
|
603 |
-
msgstr "
|
604 |
|
605 |
#: src/modules/blocks/rsvp/container-header/template.js:71
|
606 |
#: src/resources/js/app/blocks.js:41102
|
607 |
msgid "%d available"
|
608 |
-
msgstr "
|
609 |
|
610 |
#: src/modules/blocks/rsvp/container-header/template.js:57
|
611 |
#: src/resources/js/app/blocks.js:41090
|
612 |
msgid "description"
|
613 |
-
msgstr "
|
614 |
|
615 |
#: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:43193
|
616 |
msgid "Find out who is planning to attend!"
|
617 |
-
msgstr "
|
618 |
|
619 |
#: src/modules/blocks/rsvp/header-image/template.js:33
|
620 |
#: src/modules/blocks/tickets/header-image/template.js:33
|
621 |
#: src/resources/js/app/blocks.js:42541 src/resources/js/app/blocks.js:43779
|
622 |
msgid "Upload Image"
|
623 |
-
msgstr "
|
624 |
|
625 |
#: src/modules/blocks/rsvp/header-image/template.js:25
|
626 |
#: src/modules/blocks/tickets/header-image/template.js:25
|
627 |
#: src/resources/js/app/blocks.js:42535 src/resources/js/app/blocks.js:43773
|
628 |
msgid "Ticket Header Image"
|
629 |
-
msgstr "
|
630 |
|
631 |
#: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
|
632 |
#: src/resources/js/app/blocks.js:41616
|
633 |
msgid "Are you sure you want to delete this RSVP? It cannot be undone."
|
634 |
-
msgstr "
|
635 |
|
636 |
#: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
|
637 |
#: src/resources/js/app/blocks.js:41557
|
638 |
msgid "Remove RSVP"
|
639 |
-
msgstr "
|
640 |
|
641 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:44
|
642 |
#: src/modules/blocks/tickets/action-dashboard/template.js:38
|
643 |
#: src/resources/js/app/blocks.js:42334 src/resources/js/app/blocks.js:43470
|
644 |
msgid "This is a recurring event. If you add tickets they will only show up on the next upcoming event in the recurrence pattern. The same ticket form will appear across all events in the series. Please configure your events accordingly."
|
645 |
-
msgstr "
|
646 |
|
647 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:41
|
648 |
#: src/modules/blocks/tickets/action-dashboard/template.js:36
|
649 |
#: src/resources/js/app/blocks.js:42331 src/resources/js/app/blocks.js:43468
|
650 |
msgid "Warning"
|
651 |
-
msgstr "
|
652 |
|
653 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:26
|
654 |
#: src/resources/js/app/blocks.js:42315
|
655 |
msgid "Create RSVP"
|
656 |
-
msgstr "
|
657 |
|
658 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:25
|
659 |
#: src/resources/js/app/blocks.js:42315
|
660 |
msgid "Update RSVP"
|
661 |
-
msgstr "
|
662 |
|
663 |
#: src/modules/blocks/rsvp/duration-label/template.js:32
|
664 |
#: src/resources/js/app/blocks.js:41245
|
665 |
msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
|
666 |
-
msgstr "
|
667 |
|
668 |
#: src/modules/blocks/rsvp/duration-label/template.js:28
|
669 |
#: src/resources/js/app/blocks.js:41241
|
670 |
msgid "Duration"
|
671 |
-
msgstr "
|
672 |
|
673 |
#: src/modules/blocks/rsvp/inactive-block/template.js:31
|
674 |
#: src/resources/js/app/blocks.js:42766
|
675 |
msgid "Edit this block to create an RSVP form."
|
676 |
-
msgstr "
|
677 |
|
678 |
#: src/modules/blocks/rsvp/inactive-block/template.js:30
|
679 |
#: src/resources/js/app/blocks.js:42766
|
680 |
msgid "Edit this block to change RSVP settings."
|
681 |
-
msgstr "
|
682 |
|
683 |
#: src/modules/blocks/rsvp/inactive-block/template.js:27
|
684 |
#: src/resources/js/app/blocks.js:42764
|
685 |
msgid "There is no RSVP configured"
|
686 |
-
msgstr "
|
687 |
|
688 |
#: src/modules/blocks/rsvp/inactive-block/template.js:26
|
689 |
#: src/resources/js/app/blocks.js:42764
|
690 |
msgid "RSVP is not currently active"
|
691 |
-
msgstr "
|
692 |
|
693 |
#: src/modules/elements/settings-dashboard/element.js:56
|
694 |
#: src/resources/js/app/blocks.js:14448 src/resources/js/app/elements.js:5510
|
695 |
msgid "close"
|
696 |
-
msgstr "
|
697 |
|
698 |
#: src/modules/data/blocks/ticket/options.js:13
|
699 |
#: src/resources/js/app/blocks.js:5517 src/resources/js/app/data.js:5500
|
700 |
msgid "Share capacity with other tickets"
|
701 |
-
msgstr "
|
702 |
|
703 |
#: src/modules/data/blocks/ticket/sagas.js:566
|
704 |
#: src/resources/js/app/blocks.js:7745 src/resources/js/app/data.js:7728
|
705 |
msgid "Are you sure you want to delete this ticket? It cannot be undone."
|
706 |
-
msgstr "
|
707 |
|
708 |
#: common/src/Tribe/Editor/Configuration.php:96
|
709 |
msgid "F j"
|
710 |
-
msgstr "
|
711 |
|
712 |
#: common/src/Tribe/Editor/Configuration.php:95
|
713 |
#: common/src/Tribe/Editor/Configuration.php:97
|
714 |
msgid "F j, Y"
|
715 |
-
msgstr "
|
716 |
|
717 |
#: common/src/Tribe/Editor/Configuration.php:94
|
718 |
#: common/src/Tribe/Editor/Configuration.php:97
|
719 |
msgid "g:i a"
|
720 |
-
msgstr "
|
721 |
|
722 |
#. translators: %s: duration
|
723 |
#: common/src/Tribe/Editor/Configuration.php:90
|
724 |
msgid "%s ago"
|
725 |
-
msgstr "
|
726 |
|
727 |
#. translators: %s: duration
|
728 |
#: common/src/Tribe/Editor/Configuration.php:88
|
729 |
msgid "%s from now"
|
730 |
-
msgstr "
|
731 |
|
732 |
#: common/src/Tribe/Editor/Blocks/Abstract.php:127
|
733 |
msgid "Problem loading the block, please remove this block to restart."
|
734 |
-
msgstr "
|
735 |
|
736 |
#: common/src/Tribe/Editor/Meta.php:123
|
737 |
msgid "Text Array"
|
738 |
-
msgstr "
|
739 |
|
740 |
#: common/src/Tribe/Editor/Meta.php:105
|
741 |
msgid "Numeric Array"
|
742 |
-
msgstr "
|
743 |
|
744 |
#: src/Tribe/Editor.php:209
|
745 |
msgid "Tickets Blocks"
|
746 |
-
msgstr "
|
747 |
|
748 |
#: src/Tribe/Attendee_Registration/Template.php:376
|
749 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:20
|
750 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
|
751 |
#: src/resources/js/app/blocks.js:41778 src/resources/js/app/blocks.js:46201
|
752 |
msgid "Attendee Registration"
|
753 |
-
msgstr "
|
754 |
|
755 |
#: src/Tribe/Editor/Attendee_Registration.php:140
|
756 |
msgid "Are you sure you want to leave this page?"
|
757 |
-
msgstr "
|
758 |
|
759 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
|
760 |
msgid "Ticket was not able to be updated"
|
761 |
-
msgstr "
|
762 |
|
763 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:56
|
764 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:228
|
765 |
msgid "Invalid nonce"
|
766 |
-
msgstr "
|
767 |
|
768 |
#: src/Tribe/Editor/Blocks/Attendees.php:27
|
769 |
msgid "Who's coming?"
|
770 |
-
msgstr "
|
771 |
|
772 |
#: src/views/blocks/tickets/extra-available-quantity.php:22
|
773 |
#: src/Tribe/Status/Abstract_Commerce.php:204
|
774 |
msgid "available"
|
775 |
-
msgstr "
|
776 |
|
777 |
#: src/views/blocks/tickets/quantity-unavailable.php:23
|
778 |
msgid "Sold Out"
|
779 |
-
msgstr "
|
780 |
|
781 |
#: src/views/blocks/tickets/submit-button.php:23
|
782 |
msgid "Add to cart"
|
783 |
-
msgstr "
|
784 |
|
785 |
#: src/views/blocks/tickets/quantity-add.php:24
|
786 |
msgid "+"
|
787 |
-
msgstr "
|
788 |
|
789 |
#: src/views/blocks/tickets/registration/summary/description.php:10
|
790 |
msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
|
791 |
-
msgstr "
|
792 |
|
793 |
#: src/views/blocks/tickets/registration/summary/title.php:21
|
794 |
msgid "Ticket Registration"
|
795 |
-
msgstr "
|
796 |
|
797 |
#: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
|
798 |
msgid "1"
|
799 |
-
msgstr "
|
800 |
|
801 |
#: src/views/blocks/tickets/quantity-remove.php:23
|
802 |
msgid "-"
|
803 |
-
msgstr "
|
804 |
|
805 |
#: src/views/blocks/attendees/description.php:25
|
806 |
msgid "One person is attending %2$s"
|
807 |
msgid_plural "%d people are attending %s"
|
808 |
-
msgstr[0] "
|
809 |
-
msgstr[1] "
|
810 |
|
811 |
#: src/views/blocks/attendees/order-links.php:55
|
812 |
#: src/views/blocks/attendees/order-links.php:59
|
813 |
msgid "%d %s"
|
814 |
msgid_plural "%d %ss"
|
815 |
-
msgstr[0] "
|
816 |
-
msgstr[1] "
|
817 |
|
818 |
#: src/views/blocks/rsvp/form/opt-out.php:39
|
819 |
msgid "Don't show my information on public attendee lists"
|
820 |
-
msgstr "
|
821 |
|
822 |
#: src/views/blocks/rsvp/form/error.php:20
|
823 |
msgid "Please fill in the RSVP confirmation name and email fields."
|
824 |
-
msgstr "
|
825 |
|
826 |
#: src/views/blocks/rsvp/form/submit-button.php:25
|
827 |
msgid "Submit RSVP"
|
828 |
-
msgstr "
|
829 |
|
830 |
#: src/views/blocks/rsvp/details/availability.php:26
|
831 |
msgid "remaining"
|
832 |
-
msgstr "
|
833 |
|
834 |
#: src/views/blocks/rsvp/status/not-going.php:45
|
835 |
#: src/modules/blocks/rsvp/counters/template.js:33
|
836 |
#: src/resources/js/app/blocks.js:40999
|
837 |
msgid "Not going"
|
838 |
-
msgstr "
|
839 |
|
840 |
#: src/views/blocks/rsvp/status/full.php:18
|
841 |
msgid "RSVP Full"
|
842 |
-
msgstr "
|
843 |
|
844 |
#: src/views/registration/attendees/fields.php:15
|
845 |
msgid "Attendee"
|
846 |
-
msgstr "
|
847 |
|
848 |
#: src/views/registration/attendees/error.php:16
|
849 |
msgid "Please fill in all required fields."
|
850 |
-
msgstr "
|
851 |
|
852 |
#: src/views/registration/attendees/fields/select.php:39
|
853 |
#: src/views/blocks/tickets/registration/attendee/fields/select.php:47
|
854 |
msgid "Select an option"
|
855 |
-
msgstr "
|
856 |
|
857 |
#: src/views/registration/summary/tickets-header.php:16
|
858 |
msgid "Ticket summary"
|
859 |
-
msgstr "
|
860 |
|
861 |
#: src/views/registration/button-checkout.php:31
|
862 |
msgid "Checkout"
|
863 |
-
msgstr "
|
864 |
|
865 |
#: src/views/registration/content.php:44
|
866 |
msgid "Save Attendee Info"
|
867 |
-
msgstr "
|
868 |
|
869 |
#: src/views/registration/cart-empty.php:26
|
870 |
msgid "Find events to attend on %1$s"
|
871 |
-
msgstr "
|
872 |
|
873 |
#: src/views/registration/cart-empty.php:23
|
874 |
msgid "the calendar"
|
875 |
-
msgstr "
|
876 |
|
877 |
#: src/views/registration/cart-empty.php:15
|
878 |
msgid "You currently have no events awaiting registration"
|
879 |
-
msgstr "
|
880 |
|
881 |
#: src/views/registration/button-cart.php:20
|
882 |
msgid "Back to cart"
|
883 |
-
msgstr "
|
884 |
|
885 |
#: src/template-tags/tickets.php:436
|
886 |
msgid "issued"
|
887 |
-
msgstr "
|
888 |
|
889 |
#: src/admin-views/attendees.php:78
|
890 |
msgctxt "attendee screen summary"
|
891 |
msgid "Overview"
|
892 |
-
msgstr "
|
893 |
|
894 |
#: src/Tribe/Tickets.php:1861
|
895 |
msgid " at "
|
896 |
-
msgstr "
|
897 |
|
898 |
#: src/Tribe/Tickets.php:1855
|
899 |
msgid "Tickets will be available on "
|
900 |
-
msgstr "
|
901 |
|
902 |
#: src/Tribe/REST/V1/Post_Repository.php:165
|
903 |
msgid "An error happened while building the response: "
|
904 |
-
msgstr "
|
905 |
|
906 |
#: src/Tribe/REST/V1/Messages.php:33
|
907 |
msgid "The page number requested is larger than the number of pages available."
|
908 |
-
msgstr "
|
909 |
|
910 |
#: src/Tribe/REST/V1/Messages.php:31
|
911 |
msgid "There was a problem while fetching the requested attendee post"
|
912 |
-
msgstr "
|
913 |
|
914 |
#: src/Tribe/REST/V1/Messages.php:30
|
915 |
msgid "There was a problem while fetching the requested ticket post"
|
916 |
-
msgstr "
|
917 |
|
918 |
#: src/Tribe/REST/V1/Messages.php:28
|
919 |
msgid "The ticket global id could not be generated"
|
920 |
-
msgstr "
|
921 |
|
922 |
#: src/Tribe/REST/V1/Messages.php:26
|
923 |
msgid "The requested ticket object could not be built or found"
|
924 |
-
msgstr "
|
925 |
|
926 |
#: src/Tribe/REST/V1/Messages.php:25
|
927 |
msgid "The post associated with the requested ticket was not found"
|
928 |
-
msgstr "
|
929 |
|
930 |
#: src/Tribe/REST/V1/Messages.php:24
|
931 |
msgid "The ticket provider for the requested ticket is not available"
|
932 |
-
msgstr "
|
933 |
|
934 |
#: src/Tribe/REST/V1/Messages.php:23
|
935 |
msgid "The requested ticket post could not be found"
|
936 |
-
msgstr "
|
937 |
|
938 |
#: src/Tribe/REST/V1/Messages.php:21
|
939 |
msgid "The requested attendee is not accessible"
|
940 |
-
msgstr "
|
941 |
|
942 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:446
|
943 |
msgid "Limit results to tickets that provide attendees the possibility to fill in additional information or not; requires ET+."
|
944 |
-
msgstr "
|
945 |
|
946 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:436
|
947 |
msgid "Limit results to tickets priced in one of the 3-letter currency codes specified in the CSV list or array."
|
948 |
-
msgstr "
|
949 |
|
950 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:425
|
951 |
msgid "Limit results to tickets that are in one of post statuses specified in the CSV list or array; defaults to publish."
|
952 |
-
msgstr "
|
953 |
|
954 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:414
|
955 |
msgid "Limit results to tickets assigned to posts that are in one of the post statuses specified in the CSV list or array; defaults to publish."
|
956 |
-
msgstr "
|
957 |
|
958 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:408
|
959 |
msgid "Limit results to tickets that will be available up to the specified UTC date (parseable by strtotime) or timestamp."
|
960 |
-
msgstr "
|
961 |
|
962 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:402
|
963 |
msgid "Limit results to tickets that will be available at or after the specified UTC date (parseable by strtotime) or timestamp."
|
964 |
-
msgstr "
|
965 |
|
966 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:396
|
967 |
msgid "Limit results to tickets that have at most this capacity."
|
968 |
-
msgstr "
|
969 |
|
970 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:390
|
971 |
msgid "Limit results to tickets that have at least this capacity."
|
972 |
-
msgstr "
|
973 |
|
974 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:384
|
975 |
msgid "Limit results to tickets that have at least this number of checked-in attendees."
|
976 |
-
msgstr "
|
977 |
|
978 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:378
|
979 |
msgid "Limit results to tickets that have at most this number of checked-in attendee."
|
980 |
-
msgstr "
|
981 |
|
982 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:372
|
983 |
msgid "Limit results to tickets that have at most this number of attendees."
|
984 |
-
msgstr "
|
985 |
|
986 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:366
|
987 |
msgid "Limit results to tickets that have at least this number or attendees."
|
988 |
-
msgstr "
|
989 |
|
990 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:353
|
991 |
msgid "Limit results to tickets that are not assigned to any of the posts specified in the CSV list or array."
|
992 |
-
msgstr "
|
993 |
|
994 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:340
|
995 |
msgid "Limit results to tickets that are assigned to one of the posts specified in the CSV list or array."
|
996 |
-
msgstr "
|
997 |
|
998 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:327
|
999 |
msgid "Exclude a specific CSV list or array of ticket IDs from the results."
|
1000 |
-
msgstr "
|
1001 |
|
1002 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:308
|
1003 |
msgid "Limit results to tickets created before or on the specified UTC date or timestamp."
|
1004 |
-
msgstr "
|
1005 |
|
1006 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:302
|
1007 |
msgid "Limit results to tickets created after or on the specified UTC date or timestamp."
|
1008 |
-
msgstr "
|
1009 |
|
1010 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:291
|
1011 |
msgid "Limit results to tickets provided by one of the providers specified in the CSV list or array; defaults to all available."
|
1012 |
-
msgstr "
|
1013 |
|
1014 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:286
|
1015 |
msgid "Limit results to tickets that have or do not have capacity currently available."
|
1016 |
-
msgstr "
|
1017 |
|
1018 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:275
|
1019 |
msgid "Order the results by one of date, relevance, id, include, title, or slug; defaults to title."
|
1020 |
-
msgstr "
|
1021 |
|
1022 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:254
|
1023 |
msgid "Limit results to tickets containing the specified string in the title or description."
|
1024 |
-
msgstr "
|
1025 |
|
1026 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:246
|
1027 |
msgid "How many tickets to return per results page; defaults to posts_per_page."
|
1028 |
-
msgstr "
|
1029 |
|
1030 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:26
|
1031 |
msgid "Returns all the tickets matching the search criteria"
|
1032 |
-
msgstr "
|
1033 |
|
1034 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:17
|
1035 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:135
|
1036 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:72
|
1037 |
msgid "The ticket post ID"
|
1038 |
-
msgstr "
|
1039 |
|
1040 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:50
|
1041 |
msgid "A ticket with the specified ID does not exist."
|
1042 |
-
msgstr "
|
1043 |
|
1044 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:40
|
1045 |
msgid "The ticket with the specified ID is not accessible."
|
1046 |
-
msgstr "
|
1047 |
|
1048 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:30
|
1049 |
msgid "The ticket post ID is invalid."
|
1050 |
-
msgstr "
|
1051 |
|
1052 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:20
|
1053 |
msgid "Returns the data of the ticket with the specified post ID"
|
1054 |
-
msgstr "
|
1055 |
|
1056 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:16
|
1057 |
msgid "Returns a single ticket data"
|
1058 |
-
msgstr "
|
1059 |
|
1060 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:71
|
1061 |
msgid "The attendee post ID"
|
1062 |
-
msgstr "
|
1063 |
|
1064 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:49
|
1065 |
msgid "An attendee with the specified ID does not exist."
|
1066 |
-
msgstr "
|
1067 |
|
1068 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:39
|
1069 |
msgid "The attendee with the specified ID is not accessible."
|
1070 |
-
msgstr "
|
1071 |
|
1072 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:29
|
1073 |
msgid "The attendee post ID is invalid."
|
1074 |
-
msgstr "
|
1075 |
|
1076 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:19
|
1077 |
msgid "Returns the data of the attendee with the specified post ID"
|
1078 |
-
msgstr "
|
1079 |
|
1080 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:422
|
1081 |
msgid "Limit results to attendees for tickets that provide attendees the possibility to fill in additional information or not; requires ET+."
|
1082 |
-
msgstr "
|
1083 |
|
1084 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:411
|
1085 |
msgid "Limit results to RSVP Attendees that have one of the RSVP Going status specified in the CSV list or array."
|
1086 |
-
msgstr "
|
1087 |
|
1088 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:406
|
1089 |
msgid "Limit results to attendees that are or not checked-in."
|
1090 |
-
msgstr "
|
1091 |
|
1092 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:395
|
1093 |
msgid "Limit results to attendees whose order status is in one of post statuses specified in the CSV list or array; defaults to public."
|
1094 |
-
msgstr "
|
1095 |
|
1096 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:384
|
1097 |
msgid "Limit results to attendees that are in one of post statuses specified in the CSV list or array; defaults to publish."
|
1098 |
-
msgstr "
|
1099 |
|
1100 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:373
|
1101 |
msgid "Limit results to attendees for posts that are in one of the post statuses specified in the CSV list or array; defaults to publish."
|
1102 |
-
msgstr "
|
1103 |
|
1104 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:361
|
1105 |
msgid "Exclude a specific CSV list or array of ticket IDs."
|
1106 |
-
msgstr "
|
1107 |
|
1108 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:314
|
1109 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:349
|
1110 |
msgid "Limit results to a specific CSV list or array of ticket IDs."
|
1111 |
-
msgstr "
|
1112 |
|
1113 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:336
|
1114 |
msgid "Limit results to attendees whose tickets is not assigned to any of the posts specified in the CSV list or array.."
|
1115 |
-
msgstr "
|
1116 |
|
1117 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:323
|
1118 |
msgid "Limit results to attendees whose ticket is assigned to one of the posts specified in the CSV list or array."
|
1119 |
-
msgstr "
|
1120 |
|
1121 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:317
|
1122 |
msgid "Limit results to attendees that paid tickets a price equal or above the specified value; if not specified no minimum price limit will be used."
|
1123 |
-
msgstr "
|
1124 |
|
1125 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:311
|
1126 |
msgid "Limit results to attendees that paid tickets a price equal or below the specified value; if not specified no maximum price limit will be used."
|
1127 |
-
msgstr "
|
1128 |
|
1129 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:298
|
1130 |
msgid "Exclude a specific CSV list or array of attendee IDs from the results."
|
1131 |
-
msgstr "
|
1132 |
|
1133 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:285
|
1134 |
msgid "Limit results to a specific CSV list or array of attendee IDs."
|
1135 |
-
msgstr "
|
1136 |
|
1137 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:279
|
1138 |
msgid "Limit results to attendees created before or on the specified UTC date or timestamp."
|
1139 |
-
msgstr "
|
1140 |
|
1141 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:273
|
1142 |
msgid "Limit results to attendees created after or on the specified UTC date or timestamp."
|
1143 |
-
msgstr "
|
1144 |
|
1145 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:267
|
1146 |
msgid "Limit results to attendees associated with a ticket."
|
1147 |
-
msgstr "
|
1148 |
|
1149 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:261
|
1150 |
msgid "Limit results to attendees by post the ticket is associated with."
|
1151 |
-
msgstr "
|
1152 |
|
1153 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:249
|
1154 |
msgid "Order the results by one of date, relevance, id, include, title or slug. Defaults to id."
|
1155 |
-
msgstr "
|
1156 |
|
1157 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:266
|
1158 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:240
|
1159 |
msgid "Sort results in ASC or DESC order. Defaults to ASC."
|
1160 |
-
msgstr "
|
1161 |
|
1162 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:260
|
1163 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:234
|
1164 |
msgid "Offset the results by a specific number of items."
|
1165 |
-
msgstr "
|
1166 |
|
1167 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:228
|
1168 |
msgid "Limit results to attendees containing the specified string in the title or description."
|
1169 |
-
msgstr "
|
1170 |
|
1171 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:215
|
1172 |
msgid "Limit results to attendees whose ticket is provided by one of the providers specified in the CSV list or array; defaults to all the available."
|
1173 |
-
msgstr "
|
1174 |
|
1175 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:206
|
1176 |
msgid "How many attendees to return per results page; defaults to posts_per_page."
|
1177 |
-
msgstr "
|
1178 |
|
1179 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:239
|
1180 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:198
|
1181 |
msgid "The page of results to return; defaults to 1"
|
1182 |
-
msgstr "
|
1183 |
|
1184 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:65
|
1185 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:65
|
1186 |
msgid "The requested page was not found."
|
1187 |
-
msgstr "
|
1188 |
|
1189 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:55
|
1190 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:55
|
1191 |
msgid "One or more of the specified query variables has a bad format"
|
1192 |
-
msgstr "
|
1193 |
|
1194 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:43
|
1195 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:43
|
1196 |
msgid "The total number of result pages matching the search criteria"
|
1197 |
-
msgstr "
|
1198 |
|
1199 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:39
|
1200 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:39
|
1201 |
msgid "The total number of results across all pages"
|
1202 |
-
msgstr "
|
1203 |
|
1204 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:35
|
1205 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:35
|
1206 |
msgid "This results page REST URL"
|
1207 |
-
msgstr "
|
1208 |
|
1209 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:26
|
1210 |
msgid "Returns all the attendees matching the search criteria"
|
1211 |
-
msgstr "
|
1212 |
|
1213 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:137
|
1214 |
msgid "A list of attendee information fields supported/required by the ticket in the format [ <field-slug>: label, required, type, extra ]"
|
1215 |
-
msgstr "
|
1216 |
|
1217 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:133
|
1218 |
msgid "Whether the ticket requires at least one attendee information field, ET+ required"
|
1219 |
-
msgstr "
|
1220 |
|
1221 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:129
|
1222 |
msgid "Whether the ticket supports at least one attendee information field, ET+ required"
|
1223 |
-
msgstr "
|
1224 |
|
1225 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:125
|
1226 |
msgid "A list of attendees for the ticket, "
|
1227 |
-
msgstr "
|
1228 |
|
1229 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:115
|
1230 |
msgid "The formatted cost string"
|
1231 |
-
msgstr "
|
1232 |
|
1233 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:111
|
1234 |
msgid "Whether the ticket is currently available or not due to capacity or date constraints"
|
1235 |
-
msgstr "
|
1236 |
|
1237 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:104
|
1238 |
msgid "The formatted ticket current capacity"
|
1239 |
-
msgstr "
|
1240 |
|
1241 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:89
|
1242 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:97
|
1243 |
msgid "The date the ticket will be available"
|
1244 |
-
msgstr "
|
1245 |
|
1246 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:81
|
1247 |
msgid "The ticket description"
|
1248 |
-
msgstr "
|
1249 |
|
1250 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:77
|
1251 |
msgid "The ticket title"
|
1252 |
-
msgstr "
|
1253 |
|
1254 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:68
|
1255 |
msgid "The ticket ET REST API URL"
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:63
|
1259 |
msgid "The ticket modification UTC date"
|
1260 |
-
msgstr "
|
1261 |
|
1262 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:58
|
1263 |
msgid "The ticket modification date"
|
1264 |
-
msgstr "
|
1265 |
|
1266 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:53
|
1267 |
msgid "The ticket creation UTC date"
|
1268 |
-
msgstr "
|
1269 |
|
1270 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:48
|
1271 |
msgid "The ticket creation date"
|
1272 |
-
msgstr "
|
1273 |
|
1274 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:43
|
1275 |
msgid "The ticket post status"
|
1276 |
-
msgstr "
|
1277 |
|
1278 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:39
|
1279 |
msgid "The ticket post author ID"
|
1280 |
-
msgstr "
|
1281 |
|
1282 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:35
|
1283 |
msgid "The ticket global ID lineage"
|
1284 |
-
msgstr "
|
1285 |
|
1286 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:28
|
1287 |
msgid "The ticket global ID"
|
1288 |
-
msgstr "
|
1289 |
|
1290 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:24
|
1291 |
msgid "The ID of the post the ticket is associated to"
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
#: src/Tribe/REST/V1/Documentation/RSVP_Report_Definition_Provider.php:24
|
1295 |
msgid "How many attendees are “Not going”"
|
1296 |
-
msgstr "
|
1297 |
|
1298 |
#: src/Tribe/REST/V1/Documentation/RSVP_Report_Definition_Provider.php:20
|
1299 |
msgid "How many attendees are “Going”"
|
1300 |
-
msgstr "
|
1301 |
|
1302 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:33
|
1303 |
msgid "The payment date"
|
1304 |
-
msgstr "
|
1305 |
|
1306 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:28
|
1307 |
msgid "The currency used by the attendee to pay"
|
1308 |
-
msgstr "
|
1309 |
|
1310 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:24
|
1311 |
msgid "The price paid by the attendee when he/she purchased the ticket"
|
1312 |
-
msgstr "
|
1313 |
|
1314 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:20
|
1315 |
msgid "The payment provider/gateway"
|
1316 |
-
msgstr "
|
1317 |
|
1318 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:32
|
1319 |
msgid "The number of unchecked-in attendee"
|
1320 |
-
msgstr "
|
1321 |
|
1322 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:28
|
1323 |
msgid "The percentage of checked-in attendees"
|
1324 |
-
msgstr "
|
1325 |
|
1326 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:24
|
1327 |
msgid "The number of unchecked-in attendees"
|
1328 |
-
msgstr "
|
1329 |
|
1330 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:20
|
1331 |
msgid "The number of checked-in attendees"
|
1332 |
-
msgstr "
|
1333 |
|
1334 |
#: src/Tribe/REST/V1/Documentation/Checkin_Details_Definition_Provider.php:31
|
1335 |
msgid "The ID or identifying string of the site user or operator that checked in the attendee"
|
1336 |
-
msgstr "
|
1337 |
|
1338 |
#: src/Tribe/REST/V1/Documentation/Checkin_Details_Definition_Provider.php:27
|
1339 |
msgid "The check-in source for the attendee; e.g. “kiosk” or “site”"
|
1340 |
-
msgstr "
|
1341 |
|
1342 |
#: src/Tribe/REST/V1/Documentation/Checkin_Details_Definition_Provider.php:20
|
1343 |
msgid "The time the attendee checked in"
|
1344 |
-
msgstr "
|
1345 |
|
1346 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:36
|
1347 |
msgid "The ticket pending count"
|
1348 |
-
msgstr "
|
1349 |
|
1350 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:32
|
1351 |
msgid "The ticket sale count"
|
1352 |
-
msgstr "
|
1353 |
|
1354 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:28
|
1355 |
msgid "The ticket current available capacity"
|
1356 |
-
msgstr "
|
1357 |
|
1358 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:24
|
1359 |
msgid "The ticket max capacity"
|
1360 |
-
msgstr "
|
1361 |
|
1362 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:20
|
1363 |
msgid "The ticket available capacity percentage"
|
1364 |
-
msgstr "
|
1365 |
|
1366 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:112
|
1367 |
msgid "The attendee information; requires ET+"
|
1368 |
-
msgstr "
|
1369 |
|
1370 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:105
|
1371 |
msgid "If the attendee is for an RSVP ticket, this will be set to true if he/she is “Going”, false otherwise"
|
1372 |
-
msgstr "
|
1373 |
|
1374 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:98
|
1375 |
msgid "Whether the attendee is checked-in or not"
|
1376 |
-
msgstr "
|
1377 |
|
1378 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:94
|
1379 |
msgid "The attendee email address"
|
1380 |
-
msgstr "
|
1381 |
|
1382 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:89
|
1383 |
msgid "The attendee title or name"
|
1384 |
-
msgstr "
|
1385 |
|
1386 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:85
|
1387 |
msgid "The attendee ticket SKU"
|
1388 |
-
msgstr "
|
1389 |
|
1390 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:81
|
1391 |
msgid "The order number, or identifier, of the ticket purchase that generated the attendee"
|
1392 |
-
msgstr "
|
1393 |
|
1394 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:76
|
1395 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:72
|
1396 |
msgid "The ticket commerce provider"
|
1397 |
-
msgstr "
|
1398 |
|
1399 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:72
|
1400 |
msgid "The attendee ET REST API URL"
|
1401 |
-
msgstr "
|
1402 |
|
1403 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:67
|
1404 |
msgid "The attendee modification UTC date"
|
1405 |
-
msgstr "
|
1406 |
|
1407 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:62
|
1408 |
msgid "The attendee modification date"
|
1409 |
-
msgstr "
|
1410 |
|
1411 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:57
|
1412 |
msgid "The attendee creation UTC date"
|
1413 |
-
msgstr "
|
1414 |
|
1415 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:52
|
1416 |
msgid "The attendee creation date"
|
1417 |
-
msgstr "
|
1418 |
|
1419 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:47
|
1420 |
msgid "The attendee post status"
|
1421 |
-
msgstr "
|
1422 |
|
1423 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:43
|
1424 |
msgid "The attendee post author ID"
|
1425 |
-
msgstr "
|
1426 |
|
1427 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:39
|
1428 |
msgid "The attendee global ID lineage"
|
1429 |
-
msgstr "
|
1430 |
|
1431 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:32
|
1432 |
msgid "The attendee global ID"
|
1433 |
-
msgstr "
|
1434 |
|
1435 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:28
|
1436 |
msgid "The ID of the ticket the attendee is associated with"
|
1437 |
-
msgstr "
|
1438 |
|
1439 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:24
|
1440 |
msgid "The ID of the post the attendee is associated to"
|
1441 |
-
msgstr "
|
1442 |
|
1443 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:20
|
1444 |
msgid "The attendee WordPress post ID"
|
1445 |
-
msgstr "
|
1446 |
|
1447 |
#: src/Tribe/Privacy.php:536
|
1448 |
msgid "Billing Address"
|
1449 |
-
msgstr "
|
1450 |
|
1451 |
#: src/Tribe/Privacy.php:519
|
1452 |
msgid "Order Number"
|
1453 |
-
msgstr "
|
1454 |
|
1455 |
#: src/Tribe/Privacy.php:514
|
1456 |
msgid "Event Tickets TribeCommerce Order Data"
|
1457 |
-
msgstr "
|
1458 |
|
1459 |
#: src/Tribe/Privacy.php:381
|
1460 |
msgid "TribeCommerce order information was not removed. A database error may have occurred during deletion."
|
1461 |
-
msgstr "
|
1462 |
|
1463 |
#: src/Tribe/Privacy.php:312
|
1464 |
msgid "TribeCommerce attendee information was not removed. A database error may have occurred during deletion."
|
1465 |
-
msgstr "
|
1466 |
|
1467 |
#: src/Tribe/Privacy.php:248
|
1468 |
msgid "RSVP information was not removed. A database error may have occurred during deletion."
|
1469 |
-
msgstr "
|
1470 |
|
1471 |
#: src/Tribe/Privacy.php:81 src/Tribe/Privacy.php:108
|
1472 |
msgid "Event Tickets TribeCommerce Order"
|
1473 |
-
msgstr "
|
1474 |
|
1475 |
#: src/Tribe/Main.php:887
|
1476 |
msgid "When Event Tickets and Event Tickets Plus are both activated, Event Tickets Plus must be running version %1$s or greater. Please %2$smanually update now%3$s."
|
1477 |
-
msgstr "
|
1478 |
|
1479 |
#: src/Tribe/Attendees.php:426
|
1480 |
msgid "%s - Attendee list"
|
1481 |
-
msgstr "
|
1482 |
|
1483 |
#: common/src/Tribe/Plugins_API.php:37
|
1484 |
msgid "Event Aggregator adds massive import functionality to your calendar. Before you know it, you’ll be importing events from Meetup, Eventbrite, Google Calendar, iCalendar, and other URLs with ease. Schedule imports to run automatically behind-the-scenes or run them manually when you’re ready. Go ahead and import to your heart’s content—Event Aggregator hooks you up with a central dashboard in the admin to make managing your imports a breeze."
|
1485 |
-
msgstr "
|
1486 |
|
1487 |
#: common/src/Tribe/Main.php:291
|
1488 |
msgid "Clear"
|
1489 |
-
msgstr "
|
1490 |
|
1491 |
#: src/admin-views/tribe-options-tickets.php:327
|
1492 |
msgid "You have tickets!"
|
1493 |
-
msgstr "
|
1494 |
|
1495 |
#: src/admin-views/tribe-options-tickets.php:295
|
1496 |
msgid "After a successful PayPal order users will be redirected to this page; use the %s shortcode to display the order confirmation to the user in the page content."
|
1497 |
-
msgstr "
|
1498 |
|
1499 |
#: src/admin-views/privacy.php:56
|
1500 |
msgid "If you have extended our plugin(s) to send data to a third-party service such as Eventbrite, Google Maps, or PayPal, user information may be passed to these external services. These services may be located abroad."
|
1501 |
-
msgstr "
|
1502 |
|
1503 |
#: src/admin-views/privacy.php:54
|
1504 |
msgid "Modern Tribe does not send any user data outside of your website by default."
|
1505 |
-
msgstr "
|
1506 |
|
1507 |
#: src/admin-views/privacy.php:52
|
1508 |
msgid "Where We Send Your Data"
|
1509 |
-
msgstr "
|
1510 |
|
1511 |
#: src/admin-views/privacy.php:50
|
1512 |
msgid "Certain data may be exported or removed upon users request via the existing Exporter or Eraser. Please note, however, that several “edge cases” exist in which we are unable to perfect the gathering and export of all data for your end users. We suggest running a search in your local database, as well as within the WordPress Dashboard, in order to identify all data collected and stored for your specific user requests."
|
1513 |
-
msgstr "
|
1514 |
|
1515 |
#: src/admin-views/privacy.php:48
|
1516 |
msgid "All information (data) is retained in the local database indefinitely, unless otherwise deleted."
|
1517 |
-
msgstr "
|
1518 |
|
1519 |
#: src/admin-views/privacy.php:46
|
1520 |
msgid "How Long You Retain this Data"
|
1521 |
-
msgstr "
|
1522 |
|
1523 |
#: src/admin-views/privacy.php:44
|
1524 |
msgid "These API keys may include the following third party services: Google Maps and PayPal."
|
1525 |
-
msgstr "
|
1526 |
|
1527 |
#: src/admin-views/privacy.php:42
|
1528 |
msgid "We make use of certain API keys, in order to provide specific features."
|
1529 |
-
msgstr "
|
1530 |
|
1531 |
#: src/admin-views/privacy.php:38
|
1532 |
msgid "Events Tickets suite offers the use of third-party API keys. The primary functions are to enhance the features we've built in, some of which use Google Maps and PayPal. These API keys are not supplied by Modern Tribe."
|
1533 |
-
msgstr "
|
1534 |
|
1535 |
#: src/admin-views/privacy.php:36
|
1536 |
msgid "API Keys"
|
1537 |
-
msgstr "
|
1538 |
|
1539 |
#: src/admin-views/privacy.php:34
|
1540 |
msgid "Please note: The website owner can collect nearly any Attendee Information requested from ticket buyers by creating a custom registration form."
|
1541 |
-
msgstr "
|
1542 |
|
1543 |
#: src/admin-views/privacy.php:31
|
1544 |
msgid "Ticket purchaser billing address, which is collected through the use of WooCommerce, Easy Digital Downloads, or PayPal"
|
1545 |
-
msgstr "
|
1546 |
|
1547 |
#: src/admin-views/privacy.php:30
|
1548 |
msgid "Ticket purchaser information: name and email address"
|
1549 |
-
msgstr "
|
1550 |
|
1551 |
#: src/admin-views/privacy.php:29
|
1552 |
msgid "Ticket information (RSVPs and Tickets): name, email address, and ticket number/SKU (via check-in page)"
|
1553 |
-
msgstr "
|
1554 |
|
1555 |
#: src/admin-views/privacy.php:28
|
1556 |
msgid "Attendees information (RSVPs and Tickets): name and email address"
|
1557 |
-
msgstr "
|
1558 |
|
1559 |
#: src/admin-views/privacy.php:25
|
1560 |
msgid "If you create, submit, import, save, or publish event ticket information, as well as RSVP or purchase tickets to events, such information is retained in the local database:"
|
1561 |
-
msgstr "
|
1562 |
|
1563 |
#: src/admin-views/privacy.php:24 src/admin-views/privacy.php:40
|
1564 |
msgid "Suggested text:"
|
1565 |
-
msgstr "
|
1566 |
|
1567 |
#: src/admin-views/privacy.php:23
|
1568 |
msgid "Through the usage of Event Tickets, Event Tickets Plus, and Community Tickets, information may be collected and stored within your website’s database."
|
1569 |
-
msgstr "
|
1570 |
|
1571 |
#: src/admin-views/privacy.php:21
|
1572 |
msgid "Event, Attendee, and Ticket Purchaser Information"
|
1573 |
-
msgstr "
|
1574 |
|
1575 |
#: src/admin-views/privacy.php:19
|
1576 |
msgid "What personal data we collect and why we collect it"
|
1577 |
-
msgstr "
|
1578 |
|
1579 |
#: src/admin-views/privacy.php:17
|
1580 |
msgid "This information is only for guidance and not to be considered as legal advice."
|
1581 |
-
msgstr "
|
1582 |
|
1583 |
#: src/admin-views/privacy.php:17
|
1584 |
msgid "Disclaimer:"
|
1585 |
-
msgstr "
|
1586 |
|
1587 |
#: src/admin-views/privacy.php:16
|
1588 |
msgid "You should include the information below in the correct sections of you privacy policy."
|
1589 |
-
msgstr "
|
1590 |
|
1591 |
#: src/admin-views/privacy.php:15
|
1592 |
msgid "This information serves as a guide on what sections need to be modified due to usage of Event Tickets and its Add-ons."
|
1593 |
-
msgstr "
|
1594 |
|
1595 |
#: src/admin-views/privacy.php:14
|
1596 |
msgid "Hello,"
|
1597 |
-
msgstr "
|
1598 |
|
1599 |
#: src/Tribe/REST/V1/Messages.php:22
|
1600 |
msgid "The requested attendee check in is not available"
|
1601 |
-
msgstr "
|
1602 |
|
1603 |
#: src/Tribe/REST/V1/Messages.php:27
|
1604 |
msgid "The requested ticket is not accessible"
|
1605 |
-
msgstr "
|
1606 |
|
1607 |
#: src/Tribe/REST/V1/Messages.php:20
|
1608 |
msgid "The requested post ID does not exist or is not an attendee"
|
1609 |
-
msgstr "
|
1610 |
|
1611 |
#: src/Tribe/REST/V1/Messages.php:19
|
1612 |
msgid "The attendee ID is missing from the request"
|
1613 |
-
msgstr "
|
1614 |
|
1615 |
#: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:160
|
1616 |
msgid "Returns the documentation for Event Tickets REST API in Swagger consumable format."
|
1617 |
-
msgstr "
|
1618 |
|
1619 |
#: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:109
|
1620 |
msgid "Event Tickets REST API allows accessing ticket information easily and conveniently."
|
1621 |
-
msgstr "
|
1622 |
|
1623 |
#: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:108
|
1624 |
msgid "Event Tickets REST API"
|
1625 |
-
msgstr "
|
1626 |
|
1627 |
#: src/Tribe/REST/V1/Endpoints/Base.php:77
|
1628 |
msgid "No description provided"
|
1629 |
-
msgstr "
|
1630 |
|
1631 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:20
|
1632 |
msgid "The ticket WordPress post ID"
|
1633 |
-
msgstr "
|
1634 |
|
1635 |
#: src/Tribe/Privacy.php:435
|
1636 |
msgid "Order Title"
|
1637 |
-
msgstr "
|
1638 |
|
1639 |
#: src/Tribe/Privacy.php:430
|
1640 |
msgid "Event Tickets TribeCommerce Attendee Data"
|
1641 |
-
msgstr "
|
1642 |
|
1643 |
#: src/Tribe/Privacy.php:154
|
1644 |
#: src/modules/blocks/rsvp/container-header/template.js:35
|
1645 |
#: src/resources/js/app/blocks.js:41074
|
1646 |
msgid "RSVP Title"
|
1647 |
-
msgstr "
|
1648 |
|
1649 |
#: src/Tribe/Privacy.php:149
|
1650 |
msgid "Event Tickets RSVP Attendee Data"
|
1651 |
-
msgstr "
|
1652 |
|
1653 |
#: src/Tribe/Privacy.php:76 src/Tribe/Privacy.php:103
|
1654 |
msgid "Event Tickets TribeCommerce Attendee"
|
1655 |
-
msgstr "
|
1656 |
|
1657 |
#: src/Tribe/Privacy.php:71 src/Tribe/Privacy.php:98
|
1658 |
msgid "Event Tickets RSVP Attendee"
|
1659 |
-
msgstr "
|
1660 |
|
1661 |
#: src/views/tickets/orders.php:32
|
1662 |
msgid "You don't have tickets for this event"
|
1663 |
-
msgstr "
|
1664 |
|
1665 |
#: src/admin-views/tribe-options-tickets.php:263
|
1666 |
msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
|
1667 |
-
msgstr "
|
1668 |
|
1669 |
#: common/src/Tribe/Admin/Notice/Php_Version.php:101
|
1670 |
msgid "Starting March 2019, %1$s will no longer work with versions prior to PHP 5.4. Currently your site is using PHP version %2$s. For best results, we recommend using PHP 5.6 or above."
|
1671 |
-
msgstr "
|
1672 |
|
1673 |
#: common/src/Tribe/Admin/Notice/Php_Version.php:98
|
1674 |
msgid "Starting March 2019, %1$s will no longer support versions prior to PHP 5.6. Your site is currently using PHP version %2$s which will no longer be supported by %1$s. For best results, we recommend using PHP 5.6 or above."
|
1675 |
-
msgstr "
|
1676 |
|
1677 |
#: src/views/tickets/tpp-return-to-cart.php:6
|
1678 |
msgid "Return to Cart"
|
1679 |
-
msgstr "
|
1680 |
|
1681 |
#: src/admin-views/tribe-options-tickets.php:160
|
1682 |
msgid "Tribe Commerce is a light implementation of a commerce gateway using PayPal and simplified stock handling. If you need more advanced features, take a look at %1$s. In addition to integrating with your favorite ecommerce provider, Event Tickets Plus includes options to collect custom information for attendees, check users in via QR codes, and share stock between tickets. %2$s"
|
1683 |
-
msgstr "
|
1684 |
|
1685 |
#: src/admin-views/tribe-options-tickets.php:156
|
1686 |
msgid "Check it out!"
|
1687 |
-
msgstr "
|
1688 |
|
1689 |
#: src/admin-views/editor/list-row.php:101
|
1690 |
msgid "Stock management is disabled. Enable it on the related Woocommerce product's inventory settings."
|
1691 |
-
msgstr "
|
1692 |
|
1693 |
#: src/admin-views/editor/fieldset/price.php:72
|
1694 |
msgid "Current sale or member price. This can be managed via the product editor."
|
1695 |
-
msgstr "
|
1696 |
|
1697 |
#: src/admin-views/editor/fieldset/price.php:71
|
1698 |
msgid "Sale/Member Price:"
|
1699 |
-
msgstr "
|
1700 |
|
1701 |
#: src/admin-views/attendees.php:125
|
1702 |
msgid "Search attendees"
|
1703 |
-
msgstr "
|
1704 |
|
1705 |
#: src/Tribe/CSV_Importer/Column_Names.php:37
|
1706 |
msgid "Ticket Show Description"
|
1707 |
-
msgstr "
|
1708 |
|
1709 |
#: common/src/admin-views/tribe-options-help.php:33
|
1710 |
msgid "Search our support help desk"
|
1711 |
-
msgstr "
|
1712 |
|
1713 |
#: common/src/Tribe/Plugins_API.php:71
|
1714 |
msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Guest check in is easy with QR codes and our custom scanning app."
|
1715 |
-
msgstr "
|
1716 |
|
1717 |
#: src/views/tickets/tpp.php:93
|
1718 |
msgid "%1$s available"
|
1719 |
-
msgstr "
|
1720 |
|
1721 |
#: src/views/tickets/tpp.php:54
|
1722 |
msgid "Please fill in the ticket confirmation name and email fields."
|
1723 |
-
msgstr "
|
1724 |
|
1725 |
#: src/views/tickets/tpp.php:36
|
1726 |
msgctxt "form heading"
|
1727 |
msgid "Tickets"
|
1728 |
-
msgstr "
|
1729 |
|
1730 |
#: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
|
1731 |
msgid "Order Total"
|
1732 |
-
msgstr "
|
1733 |
|
1734 |
#: src/views/tickets/tpp-success.php:80
|
1735 |
msgctxt "Success page tickets table header"
|
1736 |
msgid "Subtotal"
|
1737 |
-
msgstr "
|
1738 |
|
1739 |
#: src/views/tickets/tpp-success.php:79
|
1740 |
msgctxt "Success page tickets table header"
|
1741 |
msgid "Quantity"
|
1742 |
-
msgstr "
|
1743 |
|
1744 |
#: src/views/tickets/tpp-success.php:78
|
1745 |
msgctxt "Success page tickets table header"
|
1746 |
msgid "Price"
|
1747 |
-
msgstr "
|
1748 |
|
1749 |
#: src/views/tickets/tpp-success.php:77
|
1750 |
msgctxt "Success page tickets table header"
|
1751 |
msgid "Ticket"
|
1752 |
-
msgstr "
|
1753 |
|
1754 |
#: src/views/tickets/tpp-success.php:65
|
1755 |
msgid "Thank you for your purchase! You will receive your receipt and tickets via email."
|
1756 |
-
msgstr "
|
1757 |
|
1758 |
#: src/views/tickets/tpp-success.php:56
|
1759 |
msgid "Your order (#%s) is currently processing. Once completed, you'll receive your ticket(s) in an email."
|
1760 |
-
msgstr "
|
1761 |
|
1762 |
#: src/views/tickets/tpp-success.php:48
|
1763 |
msgid "Whoops! It looks like there was a problem with your order. Please contact the site owner for assistance."
|
1764 |
-
msgstr "
|
1765 |
|
1766 |
#: src/views/tickets/tpp-success.php:42
|
1767 |
msgid "No order confirmation is available because no purchase was made."
|
1768 |
-
msgstr "
|
1769 |
|
1770 |
#: src/views/tickets/orders-pp-tickets.php:71
|
1771 |
msgctxt "order status label"
|
1772 |
msgid "Payment status: "
|
1773 |
-
msgstr "
|
1774 |
|
1775 |
#: src/views/tickets/orders-pp-tickets.php:41
|
1776 |
msgid "Purchased by %1$s (%2$s)"
|
1777 |
-
msgstr "
|
1778 |
|
1779 |
#: src/views/tickets/orders-pp-tickets.php:32
|
1780 |
msgid "My Tickets for This %s"
|
1781 |
-
msgstr "
|
1782 |
|
1783 |
#: src/views/login-to-purchase.php:16
|
1784 |
#: src/views/blocks/tickets/submit-login.php:20
|
1785 |
msgid "Log in to purchase"
|
1786 |
-
msgstr "
|
1787 |
|
1788 |
#: src/views/login-before-purchase.php:24
|
1789 |
msgctxt "Registration link on Tribe Commerce checkout page, shown as an alternative the login link"
|
1790 |
msgid "create an account"
|
1791 |
-
msgstr "
|
1792 |
|
1793 |
#: src/views/login-before-purchase.php:23
|
1794 |
msgctxt "Login link on Tribe Commerce checkout page, shown as an alternative to the registration link"
|
1795 |
msgid "Log in"
|
1796 |
-
msgstr "
|
1797 |
|
1798 |
#: src/views/login-before-purchase.php:21
|
1799 |
msgctxt "Login link on Tribe Commerce checkout page"
|
1800 |
msgid "Log in before purchasing"
|
1801 |
-
msgstr "
|
1802 |
|
1803 |
#: src/admin-views/tribe-options-tickets.php:358
|
1804 |
msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
|
1805 |
-
msgstr "
|
1806 |
|
1807 |
#: src/admin-views/tribe-options-tickets.php:356
|
1808 |
msgid "IPN Notify URL"
|
1809 |
-
msgstr "
|
1810 |
|
1811 |
#: src/admin-views/tribe-options-tickets.php:347
|
1812 |
msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
|
1813 |
-
msgstr "
|
1814 |
|
1815 |
#: src/admin-views/tribe-options-tickets.php:344
|
1816 |
msgid "See your IPN Notification history"
|
1817 |
-
msgstr "
|
1818 |
|
1819 |
#: src/admin-views/tribe-options-tickets.php:334
|
1820 |
msgid "Enables PayPal Sandbox mode for testing."
|
1821 |
-
msgstr "
|
1822 |
|
1823 |
#: src/admin-views/tribe-options-tickets.php:333
|
1824 |
msgid "PayPal Sandbox"
|
1825 |
-
msgstr "
|
1826 |
|
1827 |
#: src/admin-views/tribe-options-tickets.php:325
|
1828 |
msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
|
1829 |
-
msgstr "
|
1830 |
|
1831 |
#: src/admin-views/tribe-options-tickets.php:324
|
1832 |
msgid "Confirmation email subject"
|
1833 |
-
msgstr "
|
1834 |
|
1835 |
#: src/admin-views/tribe-options-tickets.php:316
|
1836 |
msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
|
1837 |
-
msgstr "
|
1838 |
|
1839 |
#: src/admin-views/tribe-options-tickets.php:315
|
1840 |
msgid "Confirmation email sender name"
|
1841 |
-
msgstr "
|
1842 |
|
1843 |
#: src/admin-views/tribe-options-tickets.php:306
|
1844 |
msgid "Confirmation email sender address"
|
1845 |
-
msgstr "
|
1846 |
|
1847 |
#: src/admin-views/tribe-options-tickets.php:292
|
1848 |
msgid "Success page"
|
1849 |
-
msgstr "
|
1850 |
|
1851 |
#: src/admin-views/tribe-options-tickets.php:286
|
1852 |
msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
|
1853 |
-
msgstr "
|
1854 |
|
1855 |
#: src/admin-views/tribe-options-tickets.php:285
|
1856 |
msgid "Decrease available ticket stock as soon as a Pending order is created."
|
1857 |
-
msgstr "
|
1858 |
|
1859 |
#: src/admin-views/tribe-options-tickets.php:281
|
1860 |
msgid "When a customer purchases a ticket, PayPal might flag the order as Pending. The order will be Complete once payment is confirmed by PayPal."
|
1861 |
-
msgstr "
|
1862 |
|
1863 |
#: src/admin-views/tribe-options-tickets.php:280
|
1864 |
msgid "Stock Handling"
|
1865 |
-
msgstr "
|
1866 |
|
1867 |
#: src/admin-views/tribe-options-tickets.php:273
|
1868 |
msgid "The currency that will be used for Tribe Commerce transactions."
|
1869 |
-
msgstr "
|
1870 |
|
1871 |
#: src/admin-views/tribe-options-tickets.php:272
|
1872 |
msgid "Currency Code"
|
1873 |
-
msgstr "
|
1874 |
|
1875 |
#: src/admin-views/tribe-options-tickets.php:260
|
1876 |
msgid "PayPal configuration status:"
|
1877 |
-
msgstr "
|
1878 |
|
1879 |
#: src/admin-views/tribe-options-tickets.php:237
|
1880 |
#: src/admin-views/tribe-options-tickets.php:249
|
1881 |
msgid "No"
|
1882 |
-
msgstr "
|
1883 |
|
1884 |
#: src/admin-views/tribe-options-tickets.php:234
|
1885 |
msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
|
1886 |
-
msgstr "
|
1887 |
|
1888 |
#: src/admin-views/tribe-options-tickets.php:226
|
1889 |
msgid "PayPal email to receive payments:"
|
1890 |
-
msgstr "
|
1891 |
|
1892 |
#: src/admin-views/tribe-options-tickets.php:220
|
1893 |
msgid "Configure PayPal:"
|
1894 |
-
msgstr "
|
1895 |
|
1896 |
#: src/admin-views/tribe-options-tickets.php:212
|
1897 |
msgid "Your site address is: %s"
|
1898 |
-
msgstr "
|
1899 |
|
1900 |
#: src/admin-views/tribe-options-tickets.php:210
|
1901 |
msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
|
1902 |
-
msgstr "
|
1903 |
|
1904 |
#: src/admin-views/tribe-options-tickets.php:204
|
1905 |
msgid "In order to use Tribe Commerce to sell tickets, you must configure your PayPal account to communicate with your WordPress site. If you need help getting set up, follow %s"
|
1906 |
-
msgstr "
|
1907 |
|
1908 |
#: src/admin-views/tribe-options-tickets.php:202
|
1909 |
msgid "these instructions"
|
1910 |
-
msgstr "
|
1911 |
|
1912 |
#: src/admin-views/tribe-options-tickets.php:175
|
1913 |
msgid "Check this box if you wish to turn on Tribe Commerce functionality"
|
1914 |
-
msgstr "
|
1915 |
|
1916 |
#: src/admin-views/tribe-options-tickets.php:174
|
1917 |
msgid "Enable Tribe Commerce "
|
1918 |
-
msgstr "
|
1919 |
|
1920 |
#: src/admin-views/tribe-options-tickets.php:144
|
1921 |
msgid "Tribe Commerce"
|
1922 |
-
msgstr "
|
1923 |
|
1924 |
#: src/admin-views/tribe-options-tickets.php:54
|
1925 |
msgid "Require users to log in before they purchase tickets"
|
1926 |
-
msgstr "
|
1927 |
|
1928 |
#: src/Tribe/Status/Abstract_Commerce.php:176
|
1929 |
msgid "SKU: (%s)"
|
1930 |
-
msgstr "
|
1931 |
|
1932 |
#: src/admin-views/tpp-orders.php:23
|
1933 |
msgctxt "post type details"
|
1934 |
msgid "%s Details"
|
1935 |
-
msgstr "
|
1936 |
|
1937 |
#: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45740
|
1938 |
msgid "A unique identifying code for each ticket type you're selling"
|
1939 |
-
msgstr "
|
1940 |
|
1941 |
#: src/admin-views/tpp-metabox-sku.php:20
|
1942 |
msgid "SKU:"
|
1943 |
-
msgstr "
|
1944 |
|
1945 |
#: src/admin-views/editor/panel/list.php:66
|
1946 |
msgid "New ticket"
|
1947 |
-
msgstr "
|
1948 |
|
1949 |
#: src/admin-views/editor/panel/list.php:9
|
1950 |
msgid "No commerce providers available"
|
1951 |
-
msgstr "
|
1952 |
|
1953 |
#: src/admin-views/editor/panel/list.php:8
|
1954 |
msgid "Add a new ticket"
|
1955 |
-
msgstr "
|
1956 |
|
1957 |
#: src/admin-views/editor/fieldset/settings-provider.php:33
|
1958 |
msgid "Note: adjusting this setting will only impact new tickets. Existing tickets will not change. We highly recommend that all tickets for one event use the same ecommerce plugin."
|
1959 |
-
msgstr "
|
1960 |
|
1961 |
#: src/admin-views/editor/fieldset/settings-provider.php:33
|
1962 |
msgid "It looks like you have multiple ecommerce plugins active. We recommend running only one at a time. However, if you need to run multiple, please select which one to use to sell tickets for this event."
|
1963 |
-
msgstr "
|
1964 |
|
1965 |
#: src/admin-views/editor/fieldset/settings-provider.php:32
|
1966 |
msgid "Sell tickets using:"
|
1967 |
-
msgstr "
|
1968 |
|
1969 |
#: src/admin-views/editor/fieldset/price.php:68
|
1970 |
msgid "Current sale price. This can be managed via the product editor."
|
1971 |
-
msgstr "
|
1972 |
|
1973 |
#: src/admin-views/editor/fieldset/price.php:21
|
1974 |
msgid "Leave blank for free tickets"
|
1975 |
-
msgstr "
|
1976 |
|
1977 |
#: src/admin-views/editor/fieldset/price.php:7
|
1978 |
msgid "Ticket Price must be greater than zero."
|
1979 |
-
msgstr "
|
1980 |
|
1981 |
#: src/views/registration/summary/tickets-header.php:19
|
1982 |
#: src/admin-views/editor/column-head-price.php:1
|
1983 |
msgid "Price"
|
1984 |
-
msgstr "
|
1985 |
|
1986 |
#: src/admin-views/editor/button-view-orders.php:35
|
1987 |
msgid "View Orders"
|
1988 |
-
msgstr "
|
1989 |
|
1990 |
#: src/Tribe/Metabox.php:349 src/Tribe/Metabox.php:386
|
1991 |
msgid "The attendee ID is missing from the request parameters."
|
1992 |
-
msgstr "
|
1993 |
|
1994 |
#: src/Tribe/Commerce/PayPal/Tickets_View.php:149
|
1995 |
msgid "unavailable"
|
1996 |
-
msgstr "
|
1997 |
|
1998 |
#: src/Tribe/Commerce/PayPal/Tickets_View.php:118
|
1999 |
msgid "This ticket is no longer active."
|
2000 |
-
msgstr "
|
2001 |
|
2002 |
#: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
|
2003 |
msgid "Sell only available"
|
2004 |
-
msgstr "
|
2005 |
|
2006 |
#: src/Tribe/Commerce/PayPal/Oversell/Sell_All.php:46
|
2007 |
msgid "Oversell all requested"
|
2008 |
-
msgstr "
|
2009 |
|
2010 |
#: src/Tribe/Commerce/PayPal/Oversell/No_Oversell.php:46
|
2011 |
msgid "Do not oversell"
|
2012 |
-
msgstr "
|
2013 |
|
2014 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:242
|
2015 |
msgid "Process order"
|
2016 |
-
msgstr "
|
2017 |
|
2018 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:224
|
2019 |
msgid "Delete all attendees for this order and do not email tickets. You may also want to refund the order %1$sin your PayPal account%2$s."
|
2020 |
-
msgstr "
|
2021 |
|
2022 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:217
|
2023 |
msgid "Create attendee records and send emails for all tickets in this order (overselling the event)."
|
2024 |
-
msgstr "
|
2025 |
|
2026 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:124
|
2027 |
msgid "%1$s is oversold: there are more tickets sold than the available capacity. This can occur when the PayPal transaction is not completed immediately, delaying the decrease in ticket availability. Order %2$s includes %3$s ticket(s). There are only %4$s ticket(s) left. Ticket emails have not yet been sent for this order. Choose how to process this order from the options below."
|
2028 |
-
msgstr "
|
2029 |
|
2030 |
#. Description of the plugin
|
2031 |
msgid "Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event."
|
2032 |
-
msgstr "
|
2033 |
|
2034 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:122
|
2035 |
msgid "in your PayPal account"
|
2036 |
-
msgstr "
|
2037 |
|
2038 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:110
|
2039 |
msgid "An event"
|
2040 |
-
msgstr "
|
2041 |
|
2042 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:247
|
2043 |
msgid "No matching orders found."
|
2044 |
-
msgstr "
|
2045 |
|
2046 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:157
|
2047 |
msgid "Refunded with %s"
|
2048 |
-
msgstr "
|
2049 |
|
2050 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:150
|
2051 |
msgid "%1$s"
|
2052 |
-
msgstr "
|
2053 |
|
2054 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:79
|
2055 |
msgid "Total"
|
2056 |
-
msgstr "
|
2057 |
|
2058 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:76
|
2059 |
msgid "Status"
|
2060 |
-
msgstr "
|
2061 |
|
2062 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:75 src/Tribe/Privacy.php:169
|
2063 |
#: src/Tribe/Privacy.php:450 src/Tribe/Privacy.php:546
|
2064 |
msgid "Date"
|
2065 |
-
msgstr "
|
2066 |
|
2067 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:74
|
2068 |
msgid "Purchased"
|
2069 |
-
msgstr "
|
2070 |
|
2071 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:71
|
2072 |
msgid "Order"
|
2073 |
-
msgstr "
|
2074 |
|
2075 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:42
|
2076 |
msgid "Number of orders per page:"
|
2077 |
-
msgstr "
|
2078 |
|
2079 |
#: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
|
2080 |
msgid "Not completed"
|
2081 |
-
msgstr "
|
2082 |
|
2083 |
#: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
|
2084 |
#: src/admin-views/tpp-orders.php:121
|
2085 |
msgid "Completed"
|
2086 |
-
msgstr "
|
2087 |
|
2088 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:315
|
2089 |
msgid "Search Orders"
|
2090 |
-
msgstr "
|
2091 |
|
2092 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:213
|
2093 |
msgctxt "Browser title"
|
2094 |
msgid "%s - PayPal Orders"
|
2095 |
-
msgstr "
|
2096 |
|
2097 |
#: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
|
2098 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:108
|
2099 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:157
|
2100 |
msgid "PayPal Orders"
|
2101 |
-
msgstr "
|
2102 |
|
2103 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:106
|
2104 |
msgid "See PayPal purchases for this %s"
|
2105 |
-
msgstr "
|
2106 |
|
2107 |
#: src/Tribe/Commerce/PayPal/Notices.php:45
|
2108 |
msgid "set it here"
|
2109 |
-
msgstr "
|
2110 |
|
2111 |
#: src/Tribe/Commerce/PayPal/Notices.php:43
|
2112 |
msgid "PayPal is using PDT data but you have not set the PDT identity token"
|
2113 |
-
msgstr "
|
2114 |
|
2115 |
#: src/Tribe/Commerce/PayPal/Main.php:1779
|
2116 |
msgid "Report"
|
2117 |
-
msgstr "
|
2118 |
|
2119 |
#: src/Tribe/Commerce/PayPal/Main.php:1753
|
2120 |
msgid "Sales report"
|
2121 |
-
msgstr "
|
2122 |
|
2123 |
#: src/Tribe/Commerce/PayPal/Main.php:454
|
2124 |
#: src/modules/blocks/tickets/action-buttons/orders/template.js:25
|
2125 |
#: src/resources/js/app/blocks.js:43316
|
2126 |
msgid "Orders"
|
2127 |
-
msgstr "
|
2128 |
|
2129 |
#: src/Tribe/Commerce/PayPal/Main.php:429
|
2130 |
msgid "Tribe Commerce Ticket"
|
2131 |
-
msgstr "
|
2132 |
|
2133 |
#: src/Tribe/Commerce/PayPal/Main.php:428
|
2134 |
msgid "Tribe Commerce Tickets"
|
2135 |
-
msgstr "
|
2136 |
|
2137 |
#: src/Tribe/Commerce/PayPal/Main.php:176
|
2138 |
msgctxt "ticket provider"
|
2139 |
msgid "Tribe Commerce"
|
2140 |
-
msgstr "
|
2141 |
|
2142 |
#: src/Tribe/Commerce/PayPal/Links.php:56
|
2143 |
msgid "Profile and Settings > My selling tools > Instant Payment Notification > Update"
|
2144 |
-
msgstr "
|
2145 |
|
2146 |
#: src/Tribe/Commerce/PayPal/Links.php:29
|
2147 |
msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
|
2148 |
-
msgstr "
|
2149 |
|
2150 |
#: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
|
2151 |
#: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
|
2152 |
#: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
|
2153 |
msgctxt "a PayPal configuration status"
|
2154 |
msgid "incomplete"
|
2155 |
-
msgstr "
|
2156 |
|
2157 |
#: src/Tribe/Commerce/PayPal/Handler/IPN.php:143
|
2158 |
msgctxt "a PayPal configuration status"
|
2159 |
msgid "complete"
|
2160 |
-
msgstr "
|
2161 |
|
2162 |
#: src/Tribe/Commerce/PayPal/Frontend/Tickets_Form.php:69
|
2163 |
msgid "Your PayPal Ticket has been received! Check your email for your PayPal Ticket confirmation."
|
2164 |
-
msgstr "
|
2165 |
|
2166 |
#: src/Tribe/Commerce/PayPal/Errors.php:34
|
2167 |
msgid "Your order is currently processing. Once completed, you'll receive your ticket(s) in an email."
|
2168 |
-
msgstr "
|
2169 |
|
2170 |
#: src/Tribe/Commerce/PayPal/Errors.php:31
|
2171 |
msgid "You should add at least one ticket."
|
2172 |
-
msgstr "
|
2173 |
|
2174 |
#: src/Tribe/Commerce/PayPal/Errors.php:30
|
2175 |
msgid "You can't add more tickets than the total remaining tickets."
|
2176 |
-
msgstr "
|
2177 |
|
2178 |
#: src/Tribe/Commerce/PayPal/Errors.php:29
|
2179 |
msgid "In order to purchase tickets, you must enter your name and a valid email address."
|
2180 |
-
msgstr "
|
2181 |
|
2182 |
#: src/Tribe/Commerce/PayPal/Errors.php:26
|
2183 |
msgid "Ticket quantity is 0"
|
2184 |
-
msgstr "
|
2185 |
|
2186 |
#: src/Tribe/Commerce/PayPal/Errors.php:25
|
2187 |
msgid "Trying to oversell a ticket but the current oversell policy does not allow it"
|
2188 |
-
msgstr "
|
2189 |
|
2190 |
#: src/Tribe/Commerce/PayPal/Errors.php:24
|
2191 |
msgid "Attendee email and/or full name is missing"
|
2192 |
-
msgstr "
|
2193 |
|
2194 |
#: src/Tribe/Commerce/PayPal/Errors.php:23
|
2195 |
msgid "There was an error"
|
2196 |
-
msgstr "
|
2197 |
|
2198 |
#: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
|
2199 |
msgid "pending"
|
2200 |
-
msgstr "
|
2201 |
|
2202 |
#: src/Tribe/Commerce/PayPal/Attendance_Totals.php:71
|
2203 |
msgctxt "attendee summary"
|
2204 |
msgid "Complete:"
|
2205 |
-
msgstr "
|
2206 |
|
2207 |
#: src/Tribe/Commerce/PayPal/Attendance_Totals.php:70
|
2208 |
msgctxt "attendee summary"
|
2209 |
msgid "Total Tickets Issued:"
|
2210 |
-
msgstr "
|
2211 |
|
2212 |
#: src/Tribe/Commerce/Currency.php:305
|
2213 |
msgid "U.S. Dollar (USD)"
|
2214 |
-
msgstr "
|
2215 |
|
2216 |
#: src/Tribe/Commerce/Currency.php:299
|
2217 |
msgid "Taiwan New Dollar (TWD)"
|
2218 |
-
msgstr "
|
2219 |
|
2220 |
#: src/Tribe/Commerce/Currency.php:293
|
2221 |
msgid "Thai Baht (THB)"
|
2222 |
-
msgstr "
|
2223 |
|
2224 |
#: src/Tribe/Commerce/Currency.php:287
|
2225 |
msgid "Singapore Dollar (SGD)"
|
2226 |
-
msgstr "
|
2227 |
|
2228 |
#: src/Tribe/Commerce/Currency.php:281
|
2229 |
msgid "Swedish Krona (SEK)"
|
2230 |
-
msgstr "
|
2231 |
|
2232 |
#: src/Tribe/Commerce/Currency.php:269
|
2233 |
msgid "Polish Zloty (PLN)"
|
2234 |
-
msgstr "
|
2235 |
|
2236 |
#: src/Tribe/Commerce/Currency.php:263
|
2237 |
msgid "Philippine Peso (PHP)"
|
2238 |
-
msgstr "
|
2239 |
|
2240 |
#: src/Tribe/Commerce/Currency.php:257
|
2241 |
msgid "New Zealand Dollar (NZD)"
|
2242 |
-
msgstr "
|
2243 |
|
2244 |
#: src/Tribe/Commerce/Currency.php:251
|
2245 |
msgid "Norwegian Krone (NOK)"
|
2246 |
-
msgstr "
|
2247 |
|
2248 |
#: src/Tribe/Commerce/Currency.php:245
|
2249 |
msgid "Mexican Peso (MXN)"
|
2250 |
-
msgstr "
|
2251 |
|
2252 |
#: src/Tribe/Commerce/Currency.php:239
|
2253 |
msgid "Malaysian Ringgit (MYR)"
|
2254 |
-
msgstr "
|
2255 |
|
2256 |
#: src/Tribe/Commerce/Currency.php:233
|
2257 |
msgid "Japanese Yen (JPY)"
|
2258 |
-
msgstr "
|
2259 |
|
2260 |
#: src/Tribe/Commerce/Currency.php:221
|
2261 |
msgid "Israeli New Sheqel (ILS)"
|
2262 |
-
msgstr "
|
2263 |
|
2264 |
#: src/Tribe/Commerce/Currency.php:215
|
2265 |
msgid "Hungarian Forint (HUF)"
|
2266 |
-
msgstr "
|
2267 |
|
2268 |
#: src/Tribe/Commerce/Currency.php:209
|
2269 |
msgid "Hong Kong Dollar (HKD)"
|
2270 |
-
msgstr "
|
2271 |
|
2272 |
#: src/Tribe/Commerce/Currency.php:203
|
2273 |
msgid "Pound Sterling (GBP)"
|
2274 |
-
msgstr "
|
2275 |
|
2276 |
#: src/Tribe/Commerce/Currency.php:197
|
2277 |
msgid "Euro (EUR)"
|
2278 |
-
msgstr "
|
2279 |
|
2280 |
#: src/Tribe/Commerce/Currency.php:191
|
2281 |
msgid "Danish Krone (DKK)"
|
2282 |
-
msgstr "
|
2283 |
|
2284 |
#: src/Tribe/Commerce/Currency.php:184
|
2285 |
msgid "Czech Koruna (CZK)"
|
2286 |
-
msgstr "
|
2287 |
|
2288 |
#: src/Tribe/Commerce/Currency.php:178
|
2289 |
msgid "Swiss Franc (CHF)"
|
2290 |
-
msgstr "
|
2291 |
|
2292 |
#: src/Tribe/Commerce/Currency.php:172
|
2293 |
msgid "Canadian Dollar (CAD)"
|
2294 |
-
msgstr "
|
2295 |
|
2296 |
#: src/Tribe/Commerce/Currency.php:166
|
2297 |
msgid "Brazilian Real (BRL)"
|
2298 |
-
msgstr "
|
2299 |
|
2300 |
#: src/Tribe/Commerce/Currency.php:160
|
2301 |
msgid "Australian Dollar (AUD)"
|
2302 |
-
msgstr "
|
2303 |
|
2304 |
#: src/Tribe/Attendees_Table.php:814
|
2305 |
msgid "No matching attendees found."
|
2306 |
-
msgstr "
|
2307 |
|
2308 |
#: src/Tribe/Attendees_Table.php:44
|
2309 |
msgid "Number of attendees per page:"
|
2310 |
-
msgstr "
|
2311 |
|
2312 |
#: src/Tribe/Admin/Notices.php:53
|
2313 |
msgid "Event Tickets does not support ticket sales via third party ecommerce plugins. If you want to sell tickets with %1$s, please purchase a license for %2$s."
|
2314 |
-
msgstr "
|
2315 |
|
2316 |
#: common/src/Tribe/Validate.php:184
|
2317 |
msgid "%s must not be empty"
|
2318 |
-
msgstr "
|
2319 |
|
2320 |
#: src/template-tags/tickets.php:446
|
2321 |
msgctxt "ticket shared capacity message (remaining stock)"
|
2322 |
msgid "%1$d available of shared capacity"
|
2323 |
-
msgstr "
|
2324 |
|
2325 |
#: src/admin-views/rsvp-metabox-capacity.php:19
|
2326 |
#: src/admin-views/tpp-metabox-capacity.php:25
|
2327 |
#: src/resources/js/app/blocks.js:45360
|
2328 |
msgid "Leave blank for unlimited"
|
2329 |
-
msgstr "
|
2330 |
|
2331 |
#: src/admin-views/editor/panel/ticket.php:190
|
2332 |
msgid "Save RSVP"
|
2333 |
-
msgstr "
|
2334 |
|
2335 |
#: src/admin-views/editor/panel/ticket.php:181
|
2336 |
msgid "Save ticket"
|
2337 |
-
msgstr "
|
2338 |
|
2339 |
#: src/admin-views/editor/panel/ticket.php:99
|
2340 |
msgid "Ticket type name shows on the front end and emailed tickets"
|
2341 |
-
msgstr "
|
2342 |
|
2343 |
#: src/admin-views/editor/panel/ticket.php:97
|
2344 |
msgid "Ticket Type is a required field."
|
2345 |
-
msgstr "
|
2346 |
|
2347 |
#: src/admin-views/editor/panel/ticket.php:88
|
2348 |
msgid "Type:"
|
@@ -2350,102 +2350,102 @@ msgstr "Typ:"
|
|
2350 |
|
2351 |
#: src/admin-views/editor/panel/ticket.php:83
|
2352 |
msgid "Edit RSVP"
|
2353 |
-
msgstr "
|
2354 |
|
2355 |
#: src/admin-views/editor/panel/ticket.php:75
|
2356 |
msgid "Add new RSVP"
|
2357 |
-
msgstr "
|
2358 |
|
2359 |
#: src/admin-views/editor/panel/settings.php:80
|
2360 |
msgid "Save settings"
|
2361 |
-
msgstr "
|
2362 |
|
2363 |
#: src/admin-views/editor/panel/settings.php:43
|
2364 |
msgid "Select an image from your Media Library to display on emailed tickets. For best results, use a .jpg, .png, or .gif at least 1160px wide."
|
2365 |
-
msgstr "
|
2366 |
|
2367 |
#: src/admin-views/editor/panel/settings.php:41
|
2368 |
msgid "Ticket header image:"
|
2369 |
-
msgstr "
|
2370 |
|
2371 |
#: src/admin-views/editor/panel/list.php:74
|
2372 |
msgid "New RSVP"
|
2373 |
-
msgstr "
|
2374 |
|
2375 |
#: src/admin-views/editor/panel/list.php:72
|
2376 |
msgid "Add a new RSVP"
|
2377 |
-
msgstr "
|
2378 |
|
2379 |
#: src/admin-views/editor/panel/list.php:43
|
2380 |
msgid "View Attendees"
|
2381 |
-
msgstr "
|
2382 |
|
2383 |
#: src/admin-views/editor/panel/list.php:15
|
2384 |
msgid "You have unsaved changes to your tickets. Discard those changes?"
|
2385 |
-
msgstr "
|
2386 |
|
2387 |
#: src/admin-views/editor/list-table.php:40
|
2388 |
msgid "Available"
|
2389 |
-
msgstr "
|
2390 |
|
2391 |
#: src/admin-views/editor/list-table.php:39
|
2392 |
#: src/modules/blocks/tickets/capacity-table/template.js:36
|
2393 |
#: src/resources/js/app/blocks.js:43661
|
2394 |
msgid "Capacity"
|
2395 |
-
msgstr "
|
2396 |
|
2397 |
#: src/admin-views/editor/list-row.php:112
|
2398 |
msgid "( Ticket ID: %d )"
|
2399 |
-
msgstr "
|
2400 |
|
2401 |
#: src/admin-views/editor/list-row.php:98
|
2402 |
msgid "The number of Complete ticket sales does not match the number of attendees. Please check the Attendees list and adjust ticket stock in WooCommerce as needed."
|
2403 |
-
msgstr "
|
2404 |
|
2405 |
#: src/admin-views/editor/list-row.php:96
|
2406 |
msgid "Available:"
|
2407 |
-
msgstr "
|
2408 |
|
2409 |
#: src/admin-views/rsvp-metabox-capacity.php:10
|
2410 |
#: src/admin-views/editor/list-row.php:91
|
2411 |
#: src/admin-views/tpp-metabox-capacity.php:16
|
2412 |
msgid "Capacity:"
|
2413 |
-
msgstr "
|
2414 |
|
2415 |
#: src/admin-views/editor/fieldset/history.php:30
|
2416 |
msgid "Ti"
|
2417 |
-
msgstr "
|
2418 |
|
2419 |
#: src/admin-views/editor/fieldset/history.php:27
|
2420 |
msgid "History"
|
2421 |
-
msgstr "
|
2422 |
|
2423 |
#: src/admin-views/editor/fieldset/advanced.php:132
|
2424 |
msgid "If you do not set an end sale date, tickets sales will never end."
|
2425 |
-
msgstr "
|
2426 |
|
2427 |
#: src/admin-views/editor/fieldset/advanced.php:130
|
2428 |
msgid "If you do not set an end sale date, tickets will be available until the event begins."
|
2429 |
-
msgstr "
|
2430 |
|
2431 |
#: src/admin-views/editor/fieldset/advanced.php:124
|
2432 |
msgid "Ticket end date"
|
2433 |
-
msgstr "
|
2434 |
|
2435 |
#: src/admin-views/editor/fieldset/advanced.php:98
|
2436 |
#: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
|
2437 |
#: src/resources/js/app/blocks.js:45517
|
2438 |
msgid "If you do not set a start sale date, tickets will be available immediately."
|
2439 |
-
msgstr "
|
2440 |
|
2441 |
#: src/admin-views/editor/fieldset/advanced.php:97
|
2442 |
#: src/admin-views/editor/fieldset/advanced.php:126
|
2443 |
msgid "HH:MM"
|
2444 |
-
msgstr "
|
2445 |
|
2446 |
#: src/admin-views/editor/fieldset/advanced.php:95
|
2447 |
msgid "Ticket start date"
|
2448 |
-
msgstr "
|
2449 |
|
2450 |
#: src/admin-views/editor/fieldset/advanced.php:84
|
2451 |
#: src/admin-views/editor/fieldset/advanced.php:113
|
@@ -2453,44 +2453,44 @@ msgstr "Karte Startdatum"
|
|
2453 |
#: common/src/resources/js/app/elements.js:9804
|
2454 |
#: common/src/resources/js/app/utils.js:7352
|
2455 |
msgid "at"
|
2456 |
-
msgstr "
|
2457 |
|
2458 |
#: src/admin-views/editor/fieldset/advanced.php:83
|
2459 |
#: src/admin-views/editor/fieldset/advanced.php:112
|
2460 |
msgid "YYYY-MM-DD"
|
2461 |
-
msgstr "
|
2462 |
|
2463 |
#: src/admin-views/editor/fieldset/advanced.php:65
|
2464 |
msgid "Show description on front end ticket form."
|
2465 |
-
msgstr "
|
2466 |
|
2467 |
#: src/admin-views/editor/fieldset/advanced.php:47
|
2468 |
msgid "Description:"
|
2469 |
-
msgstr "
|
2470 |
|
2471 |
#: src/admin-views/editor/fieldset/advanced.php:45
|
2472 |
msgid "Advanced Settings"
|
2473 |
-
msgstr "
|
2474 |
|
2475 |
#: src/admin-views/editor/fieldset/advanced.php:42
|
2476 |
msgid "Advanced"
|
2477 |
-
msgstr "
|
2478 |
|
2479 |
#: src/admin-views/editor/fieldset/advanced.php:38
|
2480 |
msgid "Start sale date cannot be greater than End Sale date"
|
2481 |
-
msgstr "
|
2482 |
|
2483 |
#: src/admin-views/editor/fieldset/advanced.php:37
|
2484 |
msgid "Start sale date cannot be empty."
|
2485 |
-
msgstr "
|
2486 |
|
2487 |
#: src/admin-views/admin-welcome-message.php:33
|
2488 |
msgid "Settings Overview"
|
2489 |
-
msgstr "
|
2490 |
|
2491 |
#: src/Tribe/Main.php:673
|
2492 |
msgid "Welcome to Event Tickets!"
|
2493 |
-
msgstr "
|
2494 |
|
2495 |
#: src/views/blocks/rsvp/details/availability.php:28
|
2496 |
#: src/views/blocks/tickets/extra-available-unlimited.php:18
|
@@ -2501,145 +2501,145 @@ msgstr "Willkommen bei Event Tickets!"
|
|
2501 |
#: src/resources/js/app/blocks.js:5523 src/resources/js/app/blocks.js:41107
|
2502 |
#: src/resources/js/app/data.js:5506
|
2503 |
msgid "Unlimited"
|
2504 |
-
msgstr "
|
2505 |
|
2506 |
#: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
|
2507 |
#: src/resources/js/app/blocks.js:5520 src/resources/js/app/data.js:5503
|
2508 |
msgid "Set capacity for this ticket only"
|
2509 |
-
msgstr "
|
2510 |
|
2511 |
#: src/Tribe/Tickets.php:1195
|
2512 |
msgid "Shared capacity with other tickets"
|
2513 |
-
msgstr "
|
2514 |
|
2515 |
#: src/Tribe/Tickets.php:459
|
2516 |
#: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
|
2517 |
#: src/resources/js/app/blocks.js:45996
|
2518 |
msgid "Move Ticket"
|
2519 |
-
msgstr "
|
2520 |
|
2521 |
#: src/Tribe/Tickets.php:459
|
2522 |
#: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
|
2523 |
#: src/resources/js/app/blocks.js:41552
|
2524 |
msgid "Move RSVP"
|
2525 |
-
msgstr "
|
2526 |
|
2527 |
#: src/Tribe/Tickets.php:384
|
2528 |
msgid "Delete Ticket"
|
2529 |
-
msgstr "
|
2530 |
|
2531 |
#: src/Tribe/Tickets.php:384
|
2532 |
msgid "Delete RSVP"
|
2533 |
-
msgstr "
|
2534 |
|
2535 |
#: src/Tribe/Metabox.php:311
|
2536 |
msgid "Failed to Delete the Ticket, Refresh the Page to try again."
|
2537 |
-
msgstr "
|
2538 |
|
2539 |
#: src/Tribe/Metabox.php:271 src/Tribe/Metabox.php:317
|
2540 |
#: src/Tribe/Metabox.php:355 src/Tribe/Metabox.php:392
|
2541 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:66
|
2542 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:242
|
2543 |
msgid "Commerce Module invalid"
|
2544 |
-
msgstr "
|
2545 |
|
2546 |
#: src/Tribe/Metabox.php:265
|
2547 |
msgid "Failed to Edit the Ticket, Refresh the Page to try again."
|
2548 |
-
msgstr "
|
2549 |
|
2550 |
#: src/Tribe/Metabox.php:255 src/Tribe/Metabox.php:307
|
2551 |
msgid "Invalid Ticket"
|
2552 |
-
msgstr "
|
2553 |
|
2554 |
#: src/Tribe/Metabox.php:220
|
2555 |
msgid "Failed to Add the Ticket"
|
2556 |
-
msgstr "
|
2557 |
|
2558 |
#: src/Tribe/Metabox.php:202
|
2559 |
msgid "Commerce Provider invalid"
|
2560 |
-
msgstr "
|
2561 |
|
2562 |
#: src/Tribe/Metabox.php:198
|
2563 |
msgid "Failed to Add the Ticket, Refresh the Page to try again."
|
2564 |
-
msgstr "
|
2565 |
|
2566 |
#: src/Tribe/Metabox.php:188 src/Tribe/Metabox.php:249
|
2567 |
#: src/Tribe/Metabox.php:301
|
2568 |
msgid "Invalid parent Post"
|
2569 |
-
msgstr "
|
2570 |
|
2571 |
#: src/Tribe/Metabox.php:109
|
2572 |
msgid "Invalid Post ID"
|
2573 |
-
msgstr "
|
2574 |
|
2575 |
#: src/Tribe/CSV_Importer/Column_Names.php:43
|
2576 |
#: src/resources/js/app/blocks.js:45386
|
2577 |
msgid "Ticket Capacity"
|
2578 |
-
msgstr "
|
2579 |
|
2580 |
#: common/src/admin-views/tribe-options-help.php:20
|
2581 |
msgid "Check out our %s for developers."
|
2582 |
-
msgstr "
|
2583 |
|
2584 |
#: common/src/admin-views/tribe-options-help.php:18
|
2585 |
msgid "Want to dive deeper?"
|
2586 |
-
msgstr "
|
2587 |
|
2588 |
#: common/src/admin-views/tribe-options-display.php:28
|
2589 |
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>."
|
2590 |
-
msgstr "
|
2591 |
|
2592 |
#: common/src/Tribe/Validate.php:545
|
2593 |
msgid "%s must be an email address."
|
2594 |
-
msgstr "
|
2595 |
|
2596 |
#: common/src/Tribe/Main.php:266
|
2597 |
msgid "Clear Selection."
|
2598 |
-
msgstr "
|
2599 |
|
2600 |
#: common/src/Tribe/Main.php:265
|
2601 |
msgid "Select all pages"
|
2602 |
-
msgstr "
|
2603 |
|
2604 |
#: common/src/Tribe/Main.php:264
|
2605 |
msgid "All items on this page were selected. "
|
2606 |
-
msgstr "
|
2607 |
|
2608 |
#: common/src/Tribe/Languages/Locations.php:252
|
2609 |
msgid "Sint Maarten"
|
2610 |
-
msgstr "
|
2611 |
|
2612 |
#: common/src/Tribe/Languages/Locations.php:245
|
2613 |
msgid "São Tomé and Príncipe"
|
2614 |
-
msgstr "
|
2615 |
|
2616 |
#: common/src/Tribe/Languages/Locations.php:238
|
2617 |
msgid "Saint Helena"
|
2618 |
-
msgstr "
|
2619 |
|
2620 |
#: common/src/Tribe/Languages/Locations.php:237
|
2621 |
msgid "Saint Barthélemy"
|
2622 |
-
msgstr "
|
2623 |
|
2624 |
#: common/src/Tribe/Languages/Locations.php:113
|
2625 |
msgid "Curaçao"
|
2626 |
-
msgstr "
|
2627 |
|
2628 |
#: common/src/Tribe/Languages/Locations.php:103
|
2629 |
msgid "Collectivity of Saint Martin"
|
2630 |
-
msgstr "
|
2631 |
|
2632 |
#: common/src/Tribe/Languages/Locations.php:57
|
2633 |
msgid "Åland Islands"
|
2634 |
-
msgstr "
|
2635 |
|
2636 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
2637 |
msgid "A list of links to the term own, archive and parent REST URL"
|
2638 |
-
msgstr "
|
2639 |
|
2640 |
#: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
|
2641 |
msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
|
2642 |
-
msgstr "
|
2643 |
|
2644 |
#: src/template-tags/tickets.php:254
|
2645 |
msgctxt "list view buy now ticket button"
|
@@ -2649,13 +2649,13 @@ msgstr "Jetzt kaufen!"
|
|
2649 |
#: src/template-tags/tickets.php:251
|
2650 |
msgctxt "list view rsvp now ticket button"
|
2651 |
msgid "RSVP Now!"
|
2652 |
-
msgstr "
|
2653 |
|
2654 |
#: src/template-tags/tickets.php:239
|
2655 |
msgid "%s ticket left"
|
2656 |
msgid_plural "%s tickets left"
|
2657 |
-
msgstr[0] "%s Karte
|
2658 |
-
msgstr[1] "%s Karten
|
2659 |
|
2660 |
#: src/template-tags/tickets.php:237
|
2661 |
msgid "%s spot left"
|
@@ -2666,11 +2666,11 @@ msgstr[1] "%s Plätze verfügbar"
|
|
2666 |
#: src/template-tags/tickets.php:204
|
2667 |
msgctxt "list view stock sold out"
|
2668 |
msgid "Sold out"
|
2669 |
-
msgstr "
|
2670 |
|
2671 |
#: common/src/Tribe/Plugins_API.php:139
|
2672 |
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."
|
2673 |
-
msgstr "
|
2674 |
|
2675 |
#: common/src/Tribe/Plugins_API.php:135
|
2676 |
msgid "Image Widget Plus"
|
@@ -2678,15 +2678,15 @@ msgstr "Image Widget Plus"
|
|
2678 |
|
2679 |
#: common/src/Tribe/Plugins_API.php:104
|
2680 |
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."
|
2681 |
-
msgstr "Akzeptieren Sie Veranstaltungen von Nutzern auf Ihrer Seite! Mit Community Events können Sie öffentliche oder anonyme Einsendungen akzeptieren. Die Einstellungen geben Ihnen die Option,
|
2682 |
|
2683 |
#: common/src/Tribe/Plugins_API.php:60
|
2684 |
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."
|
2685 |
-
msgstr "Event-Tickets bieten eine einfache Möglichkeit für Besucher zu RSVP zu Ihren Veranstaltungen. Als eigenständiges Plugin ermöglicht es
|
2686 |
|
2687 |
#: common/src/Tribe/Plugins_API.php:28
|
2688 |
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."
|
2689 |
-
msgstr "
|
2690 |
|
2691 |
#: src/views/tickets/tpp.php:112
|
2692 |
msgid "Buy now"
|
@@ -2694,21 +2694,21 @@ msgstr "Jetzt kaufen"
|
|
2694 |
|
2695 |
#: common/src/Tribe/PUE/Notices.php:398
|
2696 |
msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
|
2697 |
-
msgstr "
|
2698 |
|
2699 |
#: common/src/Tribe/PUE/Notices.php:279
|
2700 |
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."
|
2701 |
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."
|
2702 |
-
msgstr[0] "Es sieht so aus, als würden Sie %1$s verwenden, aber der Lizenzschlüssel ist ungültig. Bitte laden Sie die neueste Version %2$
|
2703 |
-
msgstr[1] "Es sieht so aus, als würden Sie %1$s verwenden, aber
|
2704 |
|
2705 |
#: common/src/Tribe/PUE/Checker.php:987
|
2706 |
msgid "Please refresh the page and try your request again."
|
2707 |
-
msgstr "
|
2708 |
|
2709 |
#: common/src/Tribe/Ajax/Dropdown.php:243
|
2710 |
msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
|
2711 |
-
msgstr "
|
2712 |
|
2713 |
#: common/src/Tribe/Ajax/Dropdown.php:193
|
2714 |
msgid "Empty data set for this dropdown"
|
@@ -2724,115 +2724,115 @@ msgstr "Kann keine Begriffe ohne Taxonomie abrufen"
|
|
2724 |
|
2725 |
#: common/src/Tribe/PUE/Checker.php:1106
|
2726 |
msgid "There is a new version of %1$s available. %2$s"
|
2727 |
-
msgstr "
|
2728 |
|
2729 |
#: common/src/Tribe/PUE/Checker.php:1095
|
2730 |
msgid "Update now to version %s."
|
2731 |
-
msgstr "
|
2732 |
|
2733 |
#: common/src/Tribe/PUE/Checker.php:500
|
2734 |
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
2735 |
-
msgstr "%1$
|
2736 |
|
2737 |
#: common/src/Tribe/Validate.php:248
|
2738 |
msgid "%s must be a whole number."
|
2739 |
-
msgstr "%s muss eine Ganzzahl sein."
|
2740 |
|
2741 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
|
2742 |
msgid "The URL to the term archive page"
|
2743 |
-
msgstr "
|
2744 |
|
2745 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
|
2746 |
msgid "The number of posts associated with the term"
|
2747 |
-
msgstr "
|
2748 |
|
2749 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
|
2750 |
msgid "The term parent term if any"
|
2751 |
-
msgstr "
|
2752 |
|
2753 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
|
2754 |
msgid "The term description"
|
2755 |
-
msgstr "
|
2756 |
|
2757 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
|
2758 |
msgid "The taxonomy the term belongs to"
|
2759 |
-
msgstr "
|
2760 |
|
2761 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
|
2762 |
msgid "The term slug"
|
2763 |
-
msgstr "
|
2764 |
|
2765 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
|
2766 |
msgid "The term name"
|
2767 |
-
msgstr "
|
2768 |
|
2769 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
|
2770 |
msgid "The WordPress term ID"
|
2771 |
-
msgstr "
|
2772 |
|
2773 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:37
|
2774 |
msgid "The link to the image in the specified size on the site"
|
2775 |
-
msgstr "
|
2776 |
|
2777 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
|
2778 |
msgid "The image mime-type"
|
2779 |
-
msgstr "
|
2780 |
|
2781 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
|
2782 |
msgid "The image height in pixels in the specified size"
|
2783 |
-
msgstr "
|
2784 |
|
2785 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
|
2786 |
msgid "The image width in pixels in the specified size"
|
2787 |
-
msgstr "
|
2788 |
|
2789 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:45
|
2790 |
msgid "The details about each size available for the image"
|
2791 |
-
msgstr "
|
2792 |
|
2793 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:41
|
2794 |
msgid "The image natural height in pixels"
|
2795 |
-
msgstr "
|
2796 |
|
2797 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:37
|
2798 |
msgid "The image natural width in pixels"
|
2799 |
-
msgstr "
|
2800 |
|
2801 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:33
|
2802 |
msgid "The image file extension"
|
2803 |
-
msgstr "
|
2804 |
|
2805 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:29
|
2806 |
msgid "The image WordPress post ID"
|
2807 |
-
msgstr "
|
2808 |
|
2809 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:25
|
2810 |
msgid "The URL to the full size version of the image"
|
2811 |
-
msgstr "
|
2812 |
|
2813 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
|
2814 |
msgid "The date seconds"
|
2815 |
-
msgstr "
|
2816 |
|
2817 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
|
2818 |
msgid "The date minutes"
|
2819 |
-
msgstr "
|
2820 |
|
2821 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
|
2822 |
msgid "The date hour"
|
2823 |
-
msgstr "
|
2824 |
|
2825 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
|
2826 |
msgid "The date day"
|
2827 |
-
msgstr "
|
2828 |
|
2829 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
|
2830 |
msgid "The date month"
|
2831 |
-
msgstr "
|
2832 |
|
2833 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
|
2834 |
msgid "The date year"
|
2835 |
-
msgstr "
|
2836 |
|
2837 |
#: common/src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
|
2838 |
msgid "A sorted array of all the numeric values for the cost"
|
@@ -2840,29 +2840,29 @@ msgstr "Ein sortiertes Array aller numerischen Werte für die Kosten"
|
|
2840 |
|
2841 |
#: common/src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
|
2842 |
msgid "The position of the currency symbol in the cost string"
|
2843 |
-
msgstr "
|
2844 |
|
2845 |
#: common/src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
|
2846 |
msgid "The cost currency symbol"
|
2847 |
-
msgstr "
|
2848 |
|
2849 |
#: src/template-tags/tickets.php:449
|
2850 |
msgctxt "ticket stock message (remaining stock)"
|
2851 |
msgid "%1$d available"
|
2852 |
-
msgstr "
|
2853 |
|
2854 |
#: src/template-tags/tickets.php:444
|
2855 |
msgid "%s %d"
|
2856 |
-
msgstr "%s %d"
|
2857 |
|
2858 |
#: src/template-tags/tickets.php:438
|
2859 |
msgctxt "separate going and remain RSVPs"
|
2860 |
msgid "RSVP'd Going"
|
2861 |
-
msgstr "
|
2862 |
|
2863 |
#: src/admin-views/tribe-options-tickets.php:102
|
2864 |
msgid "Location of Tickets form"
|
2865 |
-
msgstr "Standort des
|
2866 |
|
2867 |
#: src/admin-views/tribe-options-tickets.php:92
|
2868 |
msgid "Location of RSVP form"
|
@@ -2887,53 +2887,53 @@ msgstr "Unter den Veranstaltungsdetails (Standard)"
|
|
2887 |
#: src/admin-views/attendees.php:40
|
2888 |
msgctxt "attendee screen summary"
|
2889 |
msgid "%s Details"
|
2890 |
-
msgstr "
|
2891 |
|
2892 |
#: src/Tribe/Attendees.php:112
|
2893 |
msgctxt "attendee event actions"
|
2894 |
msgid "View %s"
|
2895 |
-
msgstr "
|
2896 |
|
2897 |
#: src/Tribe/Attendees.php:111
|
2898 |
msgctxt "attendee event actions"
|
2899 |
msgid "Edit %s"
|
2900 |
-
msgstr "
|
2901 |
|
2902 |
#: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
|
2903 |
msgid "Undo"
|
2904 |
-
msgstr "
|
2905 |
|
2906 |
#: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
|
2907 |
#: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
|
2908 |
msgid "Check In"
|
2909 |
-
msgstr "
|
2910 |
|
2911 |
#: src/Tribe/Attendees_Table.php:72 src/Tribe/Attendees_Table.php:76
|
2912 |
msgctxt "attendee table"
|
2913 |
msgid "Check in"
|
2914 |
-
msgstr "
|
2915 |
|
2916 |
#: src/Tribe/Attendees_Table.php:70
|
2917 |
msgctxt "attendee table"
|
2918 |
msgid "Security Code"
|
2919 |
-
msgstr "
|
2920 |
|
2921 |
#: src/Tribe/Attendees_Table.php:69
|
2922 |
msgctxt "attendee table"
|
2923 |
msgid "Primary Information"
|
2924 |
-
msgstr "
|
2925 |
|
2926 |
#: src/Tribe/Admin/Views/Ticketed.php:59
|
2927 |
msgid "Unticketed"
|
2928 |
-
msgstr "
|
2929 |
|
2930 |
#: src/Tribe/Admin/Views/Ticketed.php:47
|
2931 |
msgid "Ticketed"
|
2932 |
-
msgstr "
|
2933 |
|
2934 |
#: common/src/Tribe/Settings.php:281 common/src/Tribe/Settings.php:282
|
2935 |
msgid "Events Help"
|
2936 |
-
msgstr "
|
2937 |
|
2938 |
#: common/src/Tribe/PUE/Checker.php:1688
|
2939 |
msgid "Expired license. Consult your network administrator."
|
@@ -2941,7 +2941,7 @@ msgstr "Lizenz abgelaufen. Bitte informieren Sie den Administrator."
|
|
2941 |
|
2942 |
#: common/src/Tribe/PUE/Checker.php:1687
|
2943 |
msgid "No license entered. Consult your network administrator."
|
2944 |
-
msgstr "
|
2945 |
|
2946 |
#: common/src/Tribe/PUE/Checker.php:1686
|
2947 |
msgid "A valid license has been entered by your network administrator."
|
@@ -2949,35 +2949,35 @@ msgstr "Eine gültige Lizenz wurde von Ihrem Netzwerk Administrator eingegeben,"
|
|
2949 |
|
2950 |
#: common/src/Tribe/PUE/Checker.php:553
|
2951 |
msgid "Site License Key"
|
2952 |
-
msgstr "
|
2953 |
|
2954 |
#: common/src/Tribe/PUE/Checker.php:542
|
2955 |
msgid "Check this box if you wish to override the network license key with your own"
|
2956 |
-
msgstr "Option
|
2957 |
|
2958 |
#: common/src/Tribe/PUE/Checker.php:541
|
2959 |
msgid "Override network license key"
|
2960 |
-
msgstr "
|
2961 |
|
2962 |
#: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
|
2963 |
msgid "License Key Status:"
|
2964 |
-
msgstr "Status
|
2965 |
|
2966 |
#: common/src/Tribe/Main.php:289
|
2967 |
msgid "Done"
|
2968 |
-
msgstr "
|
2969 |
|
2970 |
#: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
|
2971 |
msgid "Today"
|
2972 |
-
msgstr "
|
2973 |
|
2974 |
#: common/src/Tribe/Main.php:287
|
2975 |
msgid "Prev"
|
2976 |
-
msgstr "
|
2977 |
|
2978 |
#: common/src/Tribe/Customizer.php:643
|
2979 |
msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
|
2980 |
-
msgstr "
|
2981 |
|
2982 |
#: common/src/admin-views/app-shop.php:31
|
2983 |
msgid "Installed"
|
@@ -2989,11 +2989,11 @@ msgstr "Installierte Add-Ons"
|
|
2989 |
|
2990 |
#: common/src/Tribe/Extension.php:377
|
2991 |
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."
|
2992 |
-
msgstr "
|
2993 |
|
2994 |
#: common/src/Tribe/Extension.php:144
|
2995 |
msgid "Tutorial"
|
2996 |
-
msgstr "
|
2997 |
|
2998 |
#: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
|
2999 |
#: common/src/Tribe/Admin/Notice/Php_Version.php:60
|
@@ -3010,39 +3010,39 @@ msgstr ","
|
|
3010 |
#: src/views/tickets/rsvp.php:171
|
3011 |
msgctxt "order status label"
|
3012 |
msgid "RSVP"
|
3013 |
-
msgstr "
|
3014 |
|
3015 |
#: src/views/tickets/rsvp.php:31
|
3016 |
msgctxt "form heading"
|
3017 |
msgid "RSVP"
|
3018 |
-
msgstr "
|
3019 |
|
3020 |
#: src/views/tickets/orders-rsvp.php:68
|
3021 |
msgctxt "order status label"
|
3022 |
msgid "RSVP: "
|
3023 |
-
msgstr "
|
3024 |
|
3025 |
#: src/views/tickets/email-tickets-moved.php:103
|
3026 |
msgid "We wanted to let you know that a ticket you purchased for %2$s has been transferred to %3$s%4$s. Your ticket remains valid and no further action is needed on your part:"
|
3027 |
msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s have been transferred to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part:"
|
3028 |
-
msgstr[0] "
|
3029 |
-
msgstr[1] "
|
3030 |
|
3031 |
#: src/views/tickets/email-ticket-type-moved.php:115
|
3032 |
#: src/views/tickets/email-tickets-moved.php:117
|
3033 |
msgid " (taking place on %s)"
|
3034 |
-
msgstr "(Erfolgt auf %s)
|
3035 |
|
3036 |
#: src/views/tickets/email-ticket-type-moved.php:101
|
3037 |
msgid "We wanted to let you know that your ticket for %2$s has been transferred to %3$s%4$s. Your ticket remains valid and no further action is needed on your part."
|
3038 |
msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have been transferred to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part."
|
3039 |
-
msgstr[0] "
|
3040 |
-
msgstr[1] "
|
3041 |
|
3042 |
#: src/views/tickets/email-ticket-type-moved.php:97
|
3043 |
#: src/views/tickets/email-tickets-moved.php:99
|
3044 |
msgid "Important changes to your tickets"
|
3045 |
-
msgstr "Wichtige Änderungen an Ihren
|
3046 |
|
3047 |
#: src/admin-views/ticket-type-history.php:15
|
3048 |
msgid "Click to hide history"
|
@@ -3054,16 +3054,16 @@ msgstr "Klicken um den Verlauf anzuzeigen"
|
|
3054 |
|
3055 |
#: src/admin-views/ticket-type-history.php:10
|
3056 |
msgid "Ticket history:"
|
3057 |
-
msgstr "
|
3058 |
|
3059 |
#: src/admin-views/move-tickets.php:89
|
3060 |
msgctxt "move tickets dialog"
|
3061 |
msgid "Next »"
|
3062 |
-
msgstr "
|
3063 |
|
3064 |
#: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42914
|
3065 |
msgid "Finish!"
|
3066 |
-
msgstr "
|
3067 |
|
3068 |
#: src/admin-views/move-tickets.php:87
|
3069 |
msgctxt "move tickets dialog"
|
@@ -3073,45 +3073,45 @@ msgstr "« Zurück"
|
|
3073 |
#: src/admin-views/move-tickets.php:80
|
3074 |
msgctxt "move tickets dialog"
|
3075 |
msgid "Please be patient while your request is processed…"
|
3076 |
-
msgstr "
|
3077 |
|
3078 |
#: src/admin-views/move-tickets.php:72
|
3079 |
msgid "Select the ticket type that the tickets should be transferred to:"
|
3080 |
-
msgstr "
|
3081 |
|
3082 |
#: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42899
|
3083 |
msgid "Select the post you wish to move the ticket type to:"
|
3084 |
-
msgstr "
|
3085 |
|
3086 |
#: src/admin-views/move-tickets.php:59
|
3087 |
msgid "You can also enter keywords to help find the target event by title or description:"
|
3088 |
-
msgstr "
|
3089 |
|
3090 |
#: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42877
|
3091 |
msgid "You can optionally focus on a specific post type:"
|
3092 |
-
msgstr "
|
3093 |
|
3094 |
#: src/admin-views/move-tickets.php:47
|
3095 |
msgid "Move tickets to a different event"
|
3096 |
-
msgstr "
|
3097 |
|
3098 |
#: src/admin-views/move-tickets.php:43
|
3099 |
msgid "Move to a different ticket type within the same event"
|
3100 |
-
msgstr "
|
3101 |
|
3102 |
#: src/admin-views/move-tickets.php:30
|
3103 |
msgid "You have selected %1$s ticket for %2$s. You can move it to a different ticket type within the same event, or to a different event."
|
3104 |
msgid_plural "You have selected %1$s tickets for %2$s. You can move them to a different ticket type within the same event, or to a different event."
|
3105 |
-
msgstr[0] "
|
3106 |
-
msgstr[1] "
|
3107 |
|
3108 |
#: src/admin-views/move-tickets.php:25
|
3109 |
msgid "You have specified a range of attendees that are managed by different providers. It is not currently possible to move these together."
|
3110 |
-
msgstr "
|
3111 |
|
3112 |
#: src/admin-views/move-tickets.php:19
|
3113 |
msgid "No attendees specified! Please try again."
|
3114 |
-
msgstr "
|
3115 |
|
3116 |
#: src/admin-views/list.php:67
|
3117 |
msgid "Move"
|
@@ -3123,19 +3123,19 @@ msgstr "Schnellstart"
|
|
3123 |
|
3124 |
#: src/admin-views/admin-welcome-message.php:69
|
3125 |
msgid "Sign Up"
|
3126 |
-
msgstr "
|
3127 |
|
3128 |
#: src/admin-views/admin-welcome-message.php:80
|
3129 |
msgid "Rate It"
|
3130 |
-
msgstr "
|
3131 |
|
3132 |
#: src/admin-views/admin-welcome-message.php:79
|
3133 |
msgid "Rate us today!"
|
3134 |
-
msgstr "
|
3135 |
|
3136 |
#: src/admin-views/admin-welcome-message.php:77
|
3137 |
msgid "We Need Your Help"
|
3138 |
-
msgstr "
|
3139 |
|
3140 |
#: src/Tribe/Attendees.php:503
|
3141 |
msgctxt "attendee export"
|
@@ -3145,35 +3145,35 @@ msgstr "Kunden E-Mail Adresse"
|
|
3145 |
#: src/Tribe/Attendees.php:502
|
3146 |
msgctxt "attendee export"
|
3147 |
msgid "Customer Name"
|
3148 |
-
msgstr "
|
3149 |
|
3150 |
#: src/Tribe/Attendees.php:501
|
3151 |
msgctxt "attendee export"
|
3152 |
msgid "Ticket #"
|
3153 |
-
msgstr "
|
3154 |
|
3155 |
#: src/Tribe/Attendees.php:500
|
3156 |
msgctxt "attendee export"
|
3157 |
msgid "Order Status"
|
3158 |
-
msgstr "
|
3159 |
|
3160 |
#: src/Tribe/Attendees.php:499
|
3161 |
msgctxt "attendee export"
|
3162 |
msgid "Order ID"
|
3163 |
-
msgstr "
|
3164 |
|
3165 |
#: src/Tribe/Attendees.php:317
|
3166 |
msgid "You must first select one or more tickets before you can move them!"
|
3167 |
-
msgstr "
|
3168 |
|
3169 |
#: src/Tribe/Attendees.php:82
|
3170 |
msgid "Post type"
|
3171 |
-
msgstr "
|
3172 |
|
3173 |
#: src/Tribe/Attendees.php:116
|
3174 |
msgctxt "attendee event actions"
|
3175 |
msgid "View"
|
3176 |
-
msgstr "
|
3177 |
|
3178 |
#: src/Tribe/Attendees.php:115
|
3179 |
msgctxt "attendee event actions"
|
@@ -3182,50 +3182,50 @@ msgstr "Bearbeiten"
|
|
3182 |
|
3183 |
#: src/Tribe/RSVP.php:332
|
3184 |
msgid "RSVP Ticket"
|
3185 |
-
msgstr "
|
3186 |
|
3187 |
#: src/Tribe/RSVP.php:331
|
3188 |
msgid "RSVP Tickets"
|
3189 |
-
msgstr "
|
3190 |
|
3191 |
#: src/Tribe/RSVP.php:163
|
3192 |
msgctxt "ticket provider"
|
3193 |
msgid "RSVP"
|
3194 |
-
msgstr "
|
3195 |
|
3196 |
#: src/Tribe/RSVP/Attendance_Totals.php:39
|
3197 |
msgctxt "attendee summary"
|
3198 |
msgid "Not Going:"
|
3199 |
-
msgstr "
|
3200 |
|
3201 |
#: src/Tribe/RSVP/Attendance_Totals.php:38
|
3202 |
msgctxt "attendee summary"
|
3203 |
msgid "Going:"
|
3204 |
-
msgstr "
|
3205 |
|
3206 |
#: src/Tribe/RSVP/Attendance_Totals.php:37
|
3207 |
msgctxt "attendee summary"
|
3208 |
msgid "Total RSVPs:"
|
3209 |
-
msgstr "
|
3210 |
|
3211 |
#: src/Tribe/Assets.php:112
|
3212 |
msgid "Are you sure you want to delete this ticket? This cannot be undone."
|
3213 |
-
msgstr "
|
3214 |
|
3215 |
#: src/Tribe/Main.php:808
|
3216 |
msgctxt "button text"
|
3217 |
msgid "RSVP"
|
3218 |
-
msgstr "
|
3219 |
|
3220 |
#: src/Tribe/CSV_Importer/Rows.php:49
|
3221 |
msgctxt "post type label"
|
3222 |
msgid "RSVPs"
|
3223 |
-
msgstr "
|
3224 |
|
3225 |
#: src/Tribe/CSV_Importer/Rows.php:35
|
3226 |
msgctxt "import type"
|
3227 |
msgid "RSVPs"
|
3228 |
-
msgstr "
|
3229 |
|
3230 |
#: src/Tribe/Attendees_Table.php:330
|
3231 |
msgctxt "row action"
|
@@ -3240,22 +3240,22 @@ msgstr "Verschieben"
|
|
3240 |
#: src/Tribe/Attendees_Table.php:308
|
3241 |
msgctxt "row action"
|
3242 |
msgid "Check In"
|
3243 |
-
msgstr "
|
3244 |
|
3245 |
#: src/Tribe/Attendees_Table.php:309
|
3246 |
msgctxt "row action"
|
3247 |
msgid "Undo Check In"
|
3248 |
-
msgstr "
|
3249 |
|
3250 |
#: src/Tribe/Attendees_Table.php:71
|
3251 |
msgctxt "attendee table"
|
3252 |
msgid "Status"
|
3253 |
-
msgstr "
|
3254 |
|
3255 |
#: src/Tribe/Attendees_Table.php:68
|
3256 |
msgctxt "attendee table"
|
3257 |
msgid "Ticket"
|
3258 |
-
msgstr "
|
3259 |
|
3260 |
#: src/Tribe/Attendance_Totals.php:30
|
3261 |
msgctxt "attendee summary"
|
@@ -3269,7 +3269,7 @@ msgstr "Eingecheckt:"
|
|
3269 |
|
3270 |
#: src/Tribe/Admin/Ticket_History.php:65
|
3271 |
msgid "No history available"
|
3272 |
-
msgstr "
|
3273 |
|
3274 |
#: src/Tribe/Admin/Ticket_History.php:35
|
3275 |
msgctxt "attendee table"
|
@@ -3279,26 +3279,26 @@ msgstr "Verlauf verbergen"
|
|
3279 |
#: src/Tribe/Admin/Ticket_History.php:34
|
3280 |
msgctxt "attendee table"
|
3281 |
msgid "View history"
|
3282 |
-
msgstr "
|
3283 |
|
3284 |
#: src/Tribe/Admin/Move_Tickets.php:763
|
3285 |
msgid "This ticket was moved to %1$s from %2$s"
|
3286 |
-
msgstr "
|
3287 |
|
3288 |
#: src/Tribe/Admin/Move_Tickets.php:583
|
3289 |
msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
|
3290 |
-
msgstr "
|
3291 |
|
3292 |
#: src/Tribe/Admin/Move_Tickets.php:465
|
3293 |
msgid "%1$d attendee for %2$s was successfully %3$s. Please adjust capacity and stock manually as needed. This attendee will receive an email notifying them of the change."
|
3294 |
msgid_plural "%1$d attendees for %2$s were successfully %3$s. Please adjust capacity and stock manually as needed. These attendees will receive an email notifying them of the change."
|
3295 |
-
msgstr[0] "%1$d Teilnehmer für %2$s wurde erfolgreich %3$s. Bitte den
|
3296 |
-
msgstr[1] "%1$d Teilnehmer für %2$s
|
3297 |
|
3298 |
#: src/Tribe/Admin/Move_Tickets.php:458
|
3299 |
msgctxt "moved tickets success message fragment"
|
3300 |
msgid "moved to %s and"
|
3301 |
-
msgstr "
|
3302 |
|
3303 |
#: src/Tribe/Admin/Move_Tickets.php:451
|
3304 |
msgctxt "moved tickets success message fragment"
|
@@ -3307,36 +3307,36 @@ msgstr "%s zugewiesen"
|
|
3307 |
|
3308 |
#: src/Tribe/Admin/Move_Tickets.php:443
|
3309 |
msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
|
3310 |
-
msgstr "
|
3311 |
|
3312 |
#: src/Tribe/Admin/Move_Tickets.php:435
|
3313 |
msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
|
3314 |
-
msgstr "
|
3315 |
|
3316 |
#: src/Tribe/Admin/Move_Tickets.php:225
|
3317 |
msgctxt "attendee screen bulk actions"
|
3318 |
msgid "Move"
|
3319 |
-
msgstr "
|
3320 |
|
3321 |
#: src/Tribe/Admin/Move_Tickets.php:116
|
3322 |
msgid "Loading, please wait…"
|
3323 |
-
msgstr "
|
3324 |
|
3325 |
#: src/Tribe/Admin/Move_Tickets.php:115
|
3326 |
msgid "No ticket types were found for this post."
|
3327 |
-
msgstr "
|
3328 |
|
3329 |
#: src/Tribe/Admin/Move_Tickets.php:114
|
3330 |
msgid "No results found - you may need to widen your search criteria."
|
3331 |
-
msgstr "
|
3332 |
|
3333 |
#: src/Tribe/Admin/Move_Tickets.php:113
|
3334 |
msgid "Unable to update the post list. Please refresh the page and try again."
|
3335 |
-
msgstr "
|
3336 |
|
3337 |
#: src/Tribe/Admin/Move_Tickets.php:112
|
3338 |
msgid "Woops! We could not complete the requested operation due to an unforeseen problem."
|
3339 |
-
msgstr "
|
3340 |
|
3341 |
#: src/Tribe/Admin/Move_Tickets.php:77
|
3342 |
msgid "Move Attendees"
|
@@ -3349,19 +3349,19 @@ msgstr "Änderungen an Ihren Karten ab %s"
|
|
3349 |
|
3350 |
#: src/Tribe/Admin/Move_Ticket_Types.php:205
|
3351 |
msgid "Ticket type was moved to <a href=\"%1$s\" target=\"_blank\">%2$s</a> from <a href=\"%3$s\" target=\"_blank\">%4$s</a>"
|
3352 |
-
msgstr "
|
3353 |
|
3354 |
#: src/Tribe/Admin/Move_Ticket_Types.php:115
|
3355 |
msgid "Ticket type %1$s for %2$s was successfully moved to %3$s. All previously sold tickets of this type have been transferred to %3$s. Please adjust capacity and stock manually as needed. %1$s ticket holders have received an email notifying them of the change. You may now close this window!"
|
3356 |
-
msgstr "
|
3357 |
|
3358 |
#: src/Tribe/Admin/Move_Ticket_Types.php:109
|
3359 |
msgid "Ticket type could not be moved: unexpected failure during reassignment."
|
3360 |
-
msgstr "
|
3361 |
|
3362 |
#: src/Tribe/Admin/Move_Ticket_Types.php:103
|
3363 |
msgid "Ticket type could not be moved: the ticket type or destination post was invalid."
|
3364 |
-
msgstr "
|
3365 |
|
3366 |
#: src/Tribe/Admin/Move_Ticket_Types.php:72
|
3367 |
#: src/Tribe/Admin/Move_Tickets.php:252
|
@@ -3371,11 +3371,11 @@ msgstr "Alle unterstützten Typen"
|
|
3371 |
#: src/Tribe/Admin/Move_Ticket_Types.php:28
|
3372 |
#: src/resources/js/app/blocks.js:42942
|
3373 |
msgid "Move Ticket Types"
|
3374 |
-
msgstr "
|
3375 |
|
3376 |
#: common/src/admin-views/tribe-options-licenses.php:19
|
3377 |
msgid "Each paid add-on has its own unique license key. Paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message. Then click Save Changes."
|
3378 |
-
msgstr "
|
3379 |
|
3380 |
#: common/src/admin-views/tribe-options-help.php:55
|
3381 |
msgid "Event Log"
|
@@ -3383,11 +3383,11 @@ msgstr "Veranstaltungsprotokoll"
|
|
3383 |
|
3384 |
#: common/src/admin-views/tribe-options-help.php:42
|
3385 |
msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
|
3386 |
-
msgstr "
|
3387 |
|
3388 |
#: common/src/admin-views/app-shop.php:26
|
3389 |
msgid "Buy This Add-On"
|
3390 |
-
msgstr "
|
3391 |
|
3392 |
#: common/src/admin-views/app-shop.php:5
|
3393 |
msgid "Browse All Add-Ons"
|
@@ -3395,19 +3395,19 @@ msgstr "Alle Add-Ons anzeigen"
|
|
3395 |
|
3396 |
#: common/src/admin-views/app-shop.php:4
|
3397 |
msgid "Events Add-Ons"
|
3398 |
-
msgstr "
|
3399 |
|
3400 |
#: common/src/Tribe/Languages/Locations.php:110
|
3401 |
msgid "Côte d'Ivoire"
|
3402 |
-
msgstr "
|
3403 |
|
3404 |
#: common/src/Tribe/Support.php:372
|
3405 |
msgid "Unique System Info Key Generated"
|
3406 |
-
msgstr "
|
3407 |
|
3408 |
#: common/src/Tribe/Support.php:358 common/src/Tribe/Support.php:384
|
3409 |
msgid "Permission Error"
|
3410 |
-
msgstr "
|
3411 |
|
3412 |
#: common/src/Tribe/Support.php:325 common/src/Tribe/Support.php:330
|
3413 |
msgid "Invalid Key"
|
@@ -3415,36 +3415,36 @@ msgstr "Ungültiger Schlüssel"
|
|
3415 |
|
3416 |
#: common/src/Tribe/Support.php:306
|
3417 |
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."
|
3418 |
-
msgstr "
|
3419 |
|
3420 |
#: common/src/Tribe/Support.php:305
|
3421 |
msgid "Yes, automatically share my system information with the Modern Tribe support team"
|
3422 |
-
msgstr "
|
3423 |
|
3424 |
#: common/src/Tribe/PUE/Notices.php:441
|
3425 |
msgctxt "formatted plugin list"
|
3426 |
msgid "%1$s and %2$s"
|
3427 |
-
msgstr "%1$s und %2$s"
|
3428 |
|
3429 |
#: common/src/Tribe/PUE/Notices.php:356
|
3430 |
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."
|
3431 |
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."
|
3432 |
-
msgstr[0] "
|
3433 |
-
msgstr[1] "
|
3434 |
|
3435 |
#: common/src/Tribe/PUE/Notices.php:324
|
3436 |
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"
|
3437 |
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"
|
3438 |
-
msgstr[0] "
|
3439 |
-
msgstr[1] "
|
3440 |
|
3441 |
#: common/src/Tribe/PUE/Checker.php:1065
|
3442 |
msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
|
3443 |
-
msgstr "
|
3444 |
|
3445 |
#: common/src/Tribe/PUE/Checker.php:1008
|
3446 |
msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
|
3447 |
-
msgstr "
|
3448 |
|
3449 |
#: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
|
3450 |
msgid " (opens in a new window)"
|
@@ -3452,23 +3452,23 @@ msgstr "(öffnet in einem neuen Fenster)"
|
|
3452 |
|
3453 |
#: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
|
3454 |
msgid "Renew Your License Now"
|
3455 |
-
msgstr "
|
3456 |
|
3457 |
#: common/src/Tribe/Main.php:276
|
3458 |
msgid ": Selected 1 row"
|
3459 |
-
msgstr ": 1 Zeile ausgewählt"
|
3460 |
|
3461 |
#: common/src/Tribe/Main.php:275
|
3462 |
msgid ": Selected %d rows"
|
3463 |
-
msgstr ": %d Zeilen ausgewählt"
|
3464 |
|
3465 |
#: common/src/Tribe/Main.php:270
|
3466 |
msgid "Previous"
|
3467 |
-
msgstr "
|
3468 |
|
3469 |
#: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
|
3470 |
msgid "Next"
|
3471 |
-
msgstr "
|
3472 |
|
3473 |
#: common/src/Tribe/Main.php:268
|
3474 |
msgid "All"
|
@@ -3476,11 +3476,11 @@ msgstr "Alle"
|
|
3476 |
|
3477 |
#: common/src/Tribe/Main.php:263
|
3478 |
msgid "Search:"
|
3479 |
-
msgstr "
|
3480 |
|
3481 |
#: common/src/Tribe/Main.php:262
|
3482 |
msgid "No matching records found"
|
3483 |
-
msgstr "
|
3484 |
|
3485 |
#: common/src/Tribe/Main.php:261
|
3486 |
msgid "(filtered from _MAX_ total entries)"
|
@@ -3488,19 +3488,19 @@ msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
|
|
3488 |
|
3489 |
#: common/src/Tribe/Main.php:260
|
3490 |
msgid "Showing 0 to 0 of 0 entries"
|
3491 |
-
msgstr "
|
3492 |
|
3493 |
#: common/src/Tribe/Main.php:259
|
3494 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
3495 |
-
msgstr "
|
3496 |
|
3497 |
#: common/src/Tribe/Main.php:258
|
3498 |
msgid "No data available in table"
|
3499 |
-
msgstr "
|
3500 |
|
3501 |
#: common/src/Tribe/Main.php:257
|
3502 |
msgid "Show _MENU_ entries"
|
3503 |
-
msgstr "
|
3504 |
|
3505 |
#: common/src/Tribe/Main.php:255
|
3506 |
msgid ": activate to sort column descending"
|
@@ -3508,20 +3508,20 @@ msgstr ": aktivieren, um Spalte absteigend zu sortieren"
|
|
3508 |
|
3509 |
#: common/src/Tribe/Main.php:254
|
3510 |
msgid ": activate to sort column ascending"
|
3511 |
-
msgstr ": aktivieren, um Spalte aufsteigend zu sortieren"
|
3512 |
|
3513 |
#: common/src/Tribe/Main.php:299
|
3514 |
msgid "Press \"Cmd + C\" to copy"
|
3515 |
-
msgstr "
|
3516 |
|
3517 |
#: common/src/Tribe/Main.php:298
|
3518 |
msgid "System info copied"
|
3519 |
-
msgstr "
|
3520 |
|
3521 |
#: common/src/Tribe/Main.php:297
|
3522 |
#: common/src/admin-views/tribe-options-help.php:50
|
3523 |
msgid "Copy to clipboard"
|
3524 |
-
msgstr "
|
3525 |
|
3526 |
#: common/src/Tribe/Error.php:38
|
3527 |
msgid "An Unknown error occurred"
|
@@ -3533,7 +3533,7 @@ msgstr "Event Aggregator"
|
|
3533 |
|
3534 |
#: common/src/Tribe/Admin/Activation_Page.php:92
|
3535 |
msgid "Return to WordPress Updates"
|
3536 |
-
msgstr "
|
3537 |
|
3538 |
#: common/src/Tribe/Admin/Activation_Page.php:92
|
3539 |
msgid "Go to WordPress Updates page"
|
@@ -3541,7 +3541,7 @@ msgstr "Gehe zur WordPress Updates Seite"
|
|
3541 |
|
3542 |
#: common/src/Tribe/Admin/Activation_Page.php:84
|
3543 |
msgid "Return to Plugins page"
|
3544 |
-
msgstr "
|
3545 |
|
3546 |
#: common/src/Tribe/Admin/Activation_Page.php:84
|
3547 |
msgid "Go to plugins page"
|
@@ -3549,15 +3549,15 @@ msgstr "Gehe zur Pluginseite"
|
|
3549 |
|
3550 |
#: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
|
3551 |
msgid "To begin using %2$s, please install and activate the latest version of %3$s."
|
3552 |
-
msgstr "
|
3553 |
|
3554 |
#: src/Tribe/Tickets.php:1819
|
3555 |
msgid "Tickets are not available as this %s has passed."
|
3556 |
-
msgstr "
|
3557 |
|
3558 |
#: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
|
3559 |
msgid "Please enter in without thousand separators and currency symbols."
|
3560 |
-
msgstr "Bitte ohne
|
3561 |
|
3562 |
#: common/src/Tribe/Support.php:171
|
3563 |
msgid "English"
|
@@ -3565,7 +3565,7 @@ msgstr "Englisch"
|
|
3565 |
|
3566 |
#: common/src/Tribe/Plugins_API.php:126
|
3567 |
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."
|
3568 |
-
msgstr "
|
3569 |
|
3570 |
#: common/src/Tribe/Plugins_API.php:115
|
3571 |
msgctxt "Names of required plugins for Community Tickets"
|
@@ -3574,15 +3574,15 @@ msgstr "Event Tickets Plus und Community Events"
|
|
3574 |
|
3575 |
#: common/src/Tribe/Plugins_API.php:114
|
3576 |
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"
|
3577 |
-
msgstr "Aktivieren Sie Community Events Tickets, um Karten für
|
3578 |
|
3579 |
#: common/src/Tribe/Plugins_API.php:48
|
3580 |
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."
|
3581 |
-
msgstr "
|
3582 |
|
3583 |
#: common/src/Tribe/Plugins_API.php:94
|
3584 |
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."
|
3585 |
-
msgstr "Es ist großartig, dass Ihr Kalender <em>DER PLATZ</em> für Premium Verkäufe ist. Sie haben mehr Events als Rihanna? Schade nur, dass Besucher einen persönlichen Assistenten benötigen, um sich durch die ganzen Angebote zu wühlen. Wollen Sie Ihre Veranstaltungen filtern, z.B. nach Entfernung, nur am Wochenende oder kostenlose Events? Dann nutzen Sie
|
3586 |
|
3587 |
#: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
|
3588 |
msgid "Filter Bar"
|
@@ -3590,24 +3590,24 @@ msgstr "Filter Bar"
|
|
3590 |
|
3591 |
#: common/src/Tribe/Credits.php:64
|
3592 |
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
3593 |
-
msgstr "
|
3594 |
|
3595 |
#: common/src/Tribe/Credits.php:55
|
3596 |
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
3597 |
-
msgstr "
|
3598 |
|
3599 |
#: src/Tribe/RSVP.php:811
|
3600 |
msgid "You confirmed you will not be attending %s"
|
3601 |
-
msgstr "
|
3602 |
|
3603 |
#: src/views/tickets/email-non-attendance.php:263
|
3604 |
msgid "Thank you for confirming that you will not be attending the above event."
|
3605 |
-
msgstr "
|
3606 |
|
3607 |
#: src/views/tickets/orders-rsvp.php:87
|
3608 |
#: src/views/tickets/orders-pp-tickets.php:76
|
3609 |
msgid "Type: "
|
3610 |
-
msgstr "
|
3611 |
|
3612 |
#: src/views/tickets/rsvp.php:211
|
3613 |
msgid "Login to RSVP"
|
@@ -3615,11 +3615,11 @@ msgstr "Einloggen um teilzunehmen"
|
|
3615 |
|
3616 |
#: src/views/tickets/orders.php:79
|
3617 |
msgid "Update %s"
|
3618 |
-
msgstr "
|
3619 |
|
3620 |
#: src/views/tickets/orders.php:41
|
3621 |
msgid "View %s"
|
3622 |
-
msgstr "
|
3623 |
|
3624 |
#: src/views/tickets/orders-rsvp.php:63
|
3625 |
#: src/views/tickets/orders-pp-tickets.php:66
|
@@ -3633,27 +3633,27 @@ msgstr "auf %s"
|
|
3633 |
|
3634 |
#: src/views/tickets/orders-rsvp.php:38
|
3635 |
msgid "Reserved by %1$s (%2$s)"
|
3636 |
-
msgstr "
|
3637 |
|
3638 |
#: src/views/tickets/orders-rsvp.php:29
|
3639 |
msgid "My RSVPs for This %s"
|
3640 |
-
msgstr "
|
3641 |
|
3642 |
#: src/views/tickets/orders-link.php:39
|
3643 |
#: src/views/blocks/attendees/order-links.php:65
|
3644 |
msgid "View your %s"
|
3645 |
-
msgstr "
|
3646 |
|
3647 |
#: src/views/tickets/orders-link.php:38
|
3648 |
#: src/views/blocks/attendees/order-links.php:48
|
3649 |
msgid "You have %s for this %s."
|
3650 |
-
msgstr "
|
3651 |
|
3652 |
#: src/views/tickets/orders-link.php:34
|
3653 |
msgid "%d Ticket"
|
3654 |
msgid_plural "%d Tickets"
|
3655 |
-
msgstr[0] "%d
|
3656 |
-
msgstr[1] "%d
|
3657 |
|
3658 |
#: src/views/tickets/orders-link.php:30
|
3659 |
msgid "%d RSVP"
|
@@ -3663,31 +3663,31 @@ msgstr[1] "%d RSVPs"
|
|
3663 |
|
3664 |
#: src/views/shortcodes/my-attendance-list.php:32
|
3665 |
msgid "You have not indicated your attendance for any upcoming events."
|
3666 |
-
msgstr "
|
3667 |
|
3668 |
#: src/views/shortcodes/my-attendance-list-logged-out.php:12
|
3669 |
msgid "To see a list of events you're attending, you will need to log in."
|
3670 |
-
msgstr "
|
3671 |
|
3672 |
#: src/admin-views/tribe-options-tickets.php:129
|
3673 |
msgid "You can require that users log into your site before they are able to RSVP (or buy tickets). Please review your WordPress Membership option (via the General Settings admin screen) before adjusting this setting."
|
3674 |
-
msgstr "
|
3675 |
|
3676 |
#: src/admin-views/tribe-options-tickets.php:124
|
3677 |
msgid "Login Requirements"
|
3678 |
-
msgstr "
|
3679 |
|
3680 |
#: src/admin-views/tribe-options-tickets.php:53
|
3681 |
msgid "Require users to log in before they RSVP"
|
3682 |
-
msgstr "
|
3683 |
|
3684 |
#: src/Tribe/Tickets_View.php:808
|
3685 |
msgid "This RSVP is no longer active."
|
3686 |
-
msgstr "
|
3687 |
|
3688 |
#: src/Tribe/Tickets_View.php:741
|
3689 |
msgid "Ticket"
|
3690 |
-
msgstr "
|
3691 |
|
3692 |
#: src/views/blocks/rsvp/status/going.php:26
|
3693 |
#: src/modules/blocks/rsvp/counters/template.js:27
|
@@ -3697,17 +3697,17 @@ msgstr "Zugesagt"
|
|
3697 |
|
3698 |
#: src/Tribe/Tickets.php:1869
|
3699 |
msgid "There are no tickets available at this time."
|
3700 |
-
msgstr "
|
3701 |
|
3702 |
#: src/Tribe/Tickets.php:1867
|
3703 |
msgid "Tickets are no longer available."
|
3704 |
-
msgstr "
|
3705 |
|
3706 |
#: src/views/blocks/tickets/content-inactive.php:18 src/Tribe/Tickets.php:1864
|
3707 |
#: src/modules/blocks/tickets/container/template.js:47
|
3708 |
#: src/resources/js/app/blocks.js:44107
|
3709 |
msgid "Tickets are not yet available"
|
3710 |
-
msgstr "
|
3711 |
|
3712 |
#: src/Tribe/Main.php:808
|
3713 |
msgid "Buy"
|
@@ -3721,39 +3721,39 @@ msgstr "Kostenlos"
|
|
3721 |
|
3722 |
#: src/Tribe/Tickets_View.php:737
|
3723 |
msgid "RSVPs"
|
3724 |
-
msgstr "
|
3725 |
|
3726 |
#: src/Tribe/CSV_Importer/RSVP_Importer.php:250
|
3727 |
msgid "Recurring event tickets are not supported, event %s."
|
3728 |
-
msgstr "
|
3729 |
|
3730 |
#: src/Tribe/CSV_Importer/Column_Names.php:42
|
3731 |
msgid "Ticket Stock"
|
3732 |
-
msgstr "
|
3733 |
|
3734 |
#: src/Tribe/CSV_Importer/Column_Names.php:41
|
3735 |
msgid "Ticket End Sale Time"
|
3736 |
-
msgstr "
|
3737 |
|
3738 |
#: src/Tribe/CSV_Importer/Column_Names.php:40
|
3739 |
msgid "Ticket End Sale Date"
|
3740 |
-
msgstr "
|
3741 |
|
3742 |
#: src/Tribe/CSV_Importer/Column_Names.php:39
|
3743 |
msgid "Ticket Start Sale Time"
|
3744 |
-
msgstr "
|
3745 |
|
3746 |
#: src/Tribe/CSV_Importer/Column_Names.php:38
|
3747 |
msgid "Ticket Start Sale Date"
|
3748 |
-
msgstr "
|
3749 |
|
3750 |
#: src/Tribe/CSV_Importer/Column_Names.php:36
|
3751 |
msgid "Ticket Description"
|
3752 |
-
msgstr "
|
3753 |
|
3754 |
#: src/Tribe/CSV_Importer/Column_Names.php:35
|
3755 |
msgid "Ticket Name"
|
3756 |
-
msgstr "
|
3757 |
|
3758 |
#: src/Tribe/CSV_Importer/Column_Names.php:34
|
3759 |
msgid "Event Name or ID or Slug"
|
@@ -3765,7 +3765,7 @@ msgstr "Protokoll herunterladen"
|
|
3765 |
|
3766 |
#: common/src/admin-views/event-log.php:100
|
3767 |
msgid "The selected log file is empty or has not been generated yet."
|
3768 |
-
msgstr "Die ausgewählte Protokolldatei ist leer oder
|
3769 |
|
3770 |
#: common/src/admin-views/event-log.php:43
|
3771 |
msgid "Method"
|
@@ -3777,7 +3777,7 @@ msgstr "Protokoll Level"
|
|
3777 |
|
3778 |
#: common/src/Tribe/Validate.php:168
|
3779 |
msgid "%s must contain numbers, letters, dashes and undescores only"
|
3780 |
-
msgstr "%s darf nur
|
3781 |
|
3782 |
#: common/src/Tribe/Log.php:376
|
3783 |
msgid "Full debug (all events)"
|
@@ -3793,7 +3793,7 @@ msgstr "Nur Fehler"
|
|
3793 |
|
3794 |
#: common/src/Tribe/Log.php:373
|
3795 |
msgid "Disabled"
|
3796 |
-
msgstr "
|
3797 |
|
3798 |
#: common/src/Tribe/Log.php:274
|
3799 |
msgid "Cannot set %s as the current logging engine"
|
@@ -3801,7 +3801,7 @@ msgstr "%s kann nicht als aktuelles Prokollierungssystem verwendet werden"
|
|
3801 |
|
3802 |
#: common/src/Tribe/Log/Null_Logger.php:26
|
3803 |
msgid "Null logger (will log nothing)"
|
3804 |
-
msgstr "
|
3805 |
|
3806 |
#: common/src/Tribe/Log/File_Logger.php:128
|
3807 |
msgid "Default (uses temporary files)"
|
@@ -3810,24 +3810,24 @@ msgstr "Standard (nutzt temporäre Dateien)"
|
|
3810 |
#: common/src/Tribe/Log/Admin.php:148
|
3811 |
msgctxt "log engines"
|
3812 |
msgid "None currently available"
|
3813 |
-
msgstr "
|
3814 |
|
3815 |
#: common/src/Tribe/Log/Admin.php:133
|
3816 |
msgctxt "log selector"
|
3817 |
msgid "None currently available"
|
3818 |
-
msgstr "
|
3819 |
|
3820 |
#: src/views/tickets/rsvp.php:199
|
3821 |
msgid "Don't list me on the public attendee list"
|
3822 |
-
msgstr "
|
3823 |
|
3824 |
#: src/views/tickets/rsvp.php:124
|
3825 |
msgid "Send RSVP confirmation to:"
|
3826 |
-
msgstr "
|
3827 |
|
3828 |
#: src/views/tickets/rsvp.php:50
|
3829 |
msgid "Please fill in the RSVP quantity, confirmation name, and email fields."
|
3830 |
-
msgstr "
|
3831 |
|
3832 |
#: src/admin-views/meta-box.php:85
|
3833 |
msgid "(%s sold)"
|
@@ -3841,19 +3841,19 @@ msgstr "Niveau des globalen Bestandes"
|
|
3841 |
|
3842 |
#: src/admin-views/meta-box.php:69
|
3843 |
msgid "Enable global stock"
|
3844 |
-
msgstr "
|
3845 |
|
3846 |
#: src/Tribe/Assets.php:118
|
3847 |
msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
|
3848 |
-
msgstr "Es scheint, dass
|
3849 |
|
3850 |
#: src/Tribe/Attendees_Table.php:410
|
3851 |
msgid "View order"
|
3852 |
-
msgstr "Bestellung
|
3853 |
|
3854 |
#: common/src/admin-views/tribe-options-help.php:52
|
3855 |
msgid "Recent Template Changes"
|
3856 |
-
msgstr "
|
3857 |
|
3858 |
#: common/src/Tribe/Support/Template_Checker_Report.php:115
|
3859 |
msgid "Information about recent template changes and potentially impacted template overrides is provided below."
|
@@ -3861,7 +3861,7 @@ msgstr "Informationen über die jüngsten Änderungen an der Vorlage und potenzi
|
|
3861 |
|
3862 |
#: common/src/Tribe/Support/Template_Checker_Report.php:113
|
3863 |
msgid "No notable template changes detected."
|
3864 |
-
msgstr "
|
3865 |
|
3866 |
#: common/src/Tribe/Support/Template_Checker_Report.php:97
|
3867 |
msgid "based on %s version"
|
@@ -3869,7 +3869,7 @@ msgstr "basierend auf %s Version"
|
|
3869 |
|
3870 |
#: common/src/Tribe/Support/Template_Checker_Report.php:96
|
3871 |
msgid "version data missing from override"
|
3872 |
-
msgstr "
|
3873 |
|
3874 |
#: common/src/Tribe/Support/Template_Checker_Report.php:92
|
3875 |
msgid "Existing theme overrides that may need revision:"
|
@@ -3877,11 +3877,11 @@ msgstr "Bestehendes Theme überschreibt Punkte, die möglicherweise eine Überpr
|
|
3877 |
|
3878 |
#: common/src/Tribe/Support/Template_Checker_Report.php:82
|
3879 |
msgid "Templates introduced or updated with this release (%s):"
|
3880 |
-
msgstr "
|
3881 |
|
3882 |
#: common/src/Tribe/Support/Template_Checker_Report.php:78
|
3883 |
msgid "No notable changes detected"
|
3884 |
-
msgstr "
|
3885 |
|
3886 |
#. Author URI of the plugin
|
3887 |
msgid "http://m.tri.be/28"
|
@@ -3893,12 +3893,12 @@ msgstr "Modern Tribe, Inc."
|
|
3893 |
|
3894 |
#: src/views/tickets/rsvp.php:221
|
3895 |
msgid "Confirm RSVP"
|
3896 |
-
msgstr "
|
3897 |
|
3898 |
#: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
|
3899 |
#: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
|
3900 |
msgid "Full Name"
|
3901 |
-
msgstr "
|
3902 |
|
3903 |
#: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
|
3904 |
#: src/views/blocks/rsvp/details/availability.php:23
|
@@ -3915,23 +3915,23 @@ msgstr "%1$s aus %2$s verfügbar"
|
|
3915 |
#: src/modules/blocks/rsvp/container/template.js:31
|
3916 |
#: src/resources/js/app/blocks.js:42083 src/resources/js/app/blocks.js:43192
|
3917 |
msgid "RSVP"
|
3918 |
-
msgstr "
|
3919 |
|
3920 |
#: src/views/tickets/email.php:406
|
3921 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:72
|
3922 |
msgid "Purchaser"
|
3923 |
-
msgstr "
|
3924 |
|
3925 |
#: src/views/tickets/email.php:402
|
3926 |
msgid "Ticket Type"
|
3927 |
-
msgstr "
|
3928 |
|
3929 |
#: src/views/tickets/email.php:27
|
3930 |
#: src/views/tickets/email-ticket-type-moved.php:25
|
3931 |
#: src/views/tickets/email-non-attendance.php:39
|
3932 |
#: src/views/tickets/email-tickets-moved.php:26
|
3933 |
msgid "Your tickets"
|
3934 |
-
msgstr "
|
3935 |
|
3936 |
#: src/views/tickets/attendees-email.php:24
|
3937 |
#: src/modules/blocks/attendees/index.js:21
|
@@ -3941,12 +3941,12 @@ msgstr "Teilnehmerliste"
|
|
3941 |
|
3942 |
#: src/admin-views/tribe-options-tickets.php:68
|
3943 |
msgid "Post types that can have tickets"
|
3944 |
-
msgstr "
|
3945 |
|
3946 |
#: src/admin-views/editor/panel/settings.php:14
|
3947 |
#: src/admin-views/tribe-options-tickets.php:64
|
3948 |
msgid "Ticket Settings"
|
3949 |
-
msgstr "
|
3950 |
|
3951 |
#: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
|
3952 |
#: src/admin-views/editor/panel/settings.php:81
|
@@ -3958,15 +3958,15 @@ msgstr "Abbrechen"
|
|
3958 |
|
3959 |
#: src/admin-views/meta-box.php:239
|
3960 |
msgid "Save this ticket"
|
3961 |
-
msgstr "
|
3962 |
|
3963 |
#: src/admin-views/meta-box.php:219
|
3964 |
msgid "If you don't set a start/end date for sales, tickets will be available from now until the event ends."
|
3965 |
-
msgstr "Wenn kein Start-/ Enddatum zum Verkauf gesetzt wird, werden die Karten von jetzt bis zum Ende der Veranstaltung erwerbbar sein
|
3966 |
|
3967 |
#: src/admin-views/meta-box.php:215
|
3968 |
msgid "When will ticket sales occur?"
|
3969 |
-
msgstr "
|
3970 |
|
3971 |
#: src/admin-views/meta-box.php:192
|
3972 |
#: src/admin-views/editor/fieldset/advanced.php:102
|
@@ -3976,52 +3976,52 @@ msgstr "Verkaufsende:"
|
|
3976 |
#: src/admin-views/meta-box.php:161
|
3977 |
#: src/admin-views/editor/fieldset/advanced.php:70
|
3978 |
msgid "Start sale:"
|
3979 |
-
msgstr "
|
3980 |
|
3981 |
#: src/admin-views/meta-box.php:152
|
3982 |
msgid "Ticket Description:"
|
3983 |
-
msgstr "
|
3984 |
|
3985 |
#: src/admin-views/meta-box.php:145
|
3986 |
msgid "Ticket Name:"
|
3987 |
-
msgstr "
|
3988 |
|
3989 |
#: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
|
3990 |
msgid "Sell using:"
|
3991 |
-
msgstr "Verkaufen
|
3992 |
|
3993 |
#: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
|
3994 |
msgid "Edit ticket"
|
3995 |
-
msgstr "
|
3996 |
|
3997 |
#: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
|
3998 |
#: src/admin-views/editor/panel/ticket.php:53
|
3999 |
msgid "Add new ticket"
|
4000 |
-
msgstr "
|
4001 |
|
4002 |
#: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
|
4003 |
msgid "Remove"
|
4004 |
-
msgstr "
|
4005 |
|
4006 |
#: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
|
4007 |
msgid "Select an Image"
|
4008 |
-
msgstr "
|
4009 |
|
4010 |
#: src/admin-views/meta-box.php:43
|
4011 |
msgid "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
|
4012 |
-
msgstr "
|
4013 |
|
4014 |
#: src/admin-views/meta-box.php:42
|
4015 |
msgid "Upload image for the ticket header."
|
4016 |
-
msgstr "
|
4017 |
|
4018 |
#: src/admin-views/meta-box.php:31
|
4019 |
msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
|
4020 |
-
msgstr "
|
4021 |
|
4022 |
#: src/Tribe/Status/Abstract_Commerce.php:168
|
4023 |
msgid "Sold %d"
|
4024 |
-
msgstr "
|
4025 |
|
4026 |
#: src/admin-views/list.php:52
|
4027 |
msgid "Edit in %s"
|
@@ -4029,14 +4029,14 @@ msgstr "Bearbeiten in %s"
|
|
4029 |
|
4030 |
#: src/admin-views/list.php:47 common/src/admin-views/event-log.php:65
|
4031 |
msgid "View"
|
4032 |
-
msgstr "
|
4033 |
|
4034 |
#: src/admin-views/list.php:33
|
4035 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:23
|
4036 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
|
4037 |
#: src/resources/js/app/blocks.js:41781 src/resources/js/app/blocks.js:46203
|
4038 |
msgid "Edit"
|
4039 |
-
msgstr "
|
4040 |
|
4041 |
#: src/admin-views/price-fields.php:16
|
4042 |
#: src/admin-views/legacy-ticket-fields.php:28
|
@@ -4047,7 +4047,7 @@ msgstr "(Aktueller Verkaufspreis - kann mit dem Produkt Editor angepasst werden)
|
|
4047 |
#: src/admin-views/editor/fieldset/price.php:67
|
4048 |
#: src/admin-views/legacy-ticket-fields.php:24
|
4049 |
msgid "Sale Price:"
|
4050 |
-
msgstr "
|
4051 |
|
4052 |
#: src/admin-views/price-fields.php:7
|
4053 |
#: src/admin-views/legacy-ticket-fields.php:19
|
@@ -4063,47 +4063,47 @@ msgstr "Preis:"
|
|
4063 |
|
4064 |
#: src/admin-views/attendees-email.php:59
|
4065 |
msgid "Send Email"
|
4066 |
-
msgstr "
|
4067 |
|
4068 |
#: src/admin-views/attendees-email.php:38
|
4069 |
msgid "Email Address:"
|
4070 |
-
msgstr "E-Mail
|
4071 |
|
4072 |
#: src/admin-views/attendees-email.php:36
|
4073 |
msgid "or"
|
4074 |
-
msgstr "
|
4075 |
|
4076 |
#: src/admin-views/attendees-email.php:6
|
4077 |
msgid "Select..."
|
4078 |
-
msgstr "
|
4079 |
|
4080 |
#: src/admin-views/attendees-email.php:33
|
4081 |
msgid "Select a User:"
|
4082 |
-
msgstr "
|
4083 |
|
4084 |
#: src/admin-views/attendees-email.php:27
|
4085 |
msgid "Send the attendee list by email"
|
4086 |
-
msgstr "
|
4087 |
|
4088 |
#: src/Tribe/Attendees.php:702
|
4089 |
msgid "Email sent successfully!"
|
4090 |
-
msgstr "
|
4091 |
|
4092 |
#: src/Tribe/Attendees.php:695
|
4093 |
msgid "Error when sending the email"
|
4094 |
-
msgstr "Fehler beim
|
4095 |
|
4096 |
#: src/Tribe/Attendees.php:694
|
4097 |
msgid "Attendee List for: %s"
|
4098 |
-
msgstr "
|
4099 |
|
4100 |
#: src/Tribe/Attendees.php:658 src/Tribe/Attendees.php:674
|
4101 |
msgid "Invalid User ID"
|
4102 |
-
msgstr "
|
4103 |
|
4104 |
#: src/Tribe/Attendees.php:652
|
4105 |
msgid "Invalid Email"
|
4106 |
-
msgstr "
|
4107 |
|
4108 |
#: src/Tribe/Attendees.php:640
|
4109 |
msgid "Empty user and email"
|
@@ -4111,11 +4111,11 @@ msgstr "Leerer Benutzer oder E-Mail"
|
|
4111 |
|
4112 |
#: src/Tribe/Attendees.php:617
|
4113 |
msgid "Invalid Event ID"
|
4114 |
-
msgstr "Ungültige
|
4115 |
|
4116 |
#: src/Tribe/Attendees.php:634
|
4117 |
msgid "Cheatin Huh?"
|
4118 |
-
msgstr "
|
4119 |
|
4120 |
#: src/Tribe/Attendees.php:583
|
4121 |
msgid "attendees"
|
@@ -4128,7 +4128,7 @@ msgstr "Ja"
|
|
4128 |
|
4129 |
#: src/Tribe/Attendees.php:348
|
4130 |
msgid "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
|
4131 |
-
msgstr "
|
4132 |
|
4133 |
#: src/Tribe/Attendees.php:348
|
4134 |
msgid "Columns"
|
@@ -4136,11 +4136,11 @@ msgstr "Spalten"
|
|
4136 |
|
4137 |
#: src/Tribe/Attendees.php:313
|
4138 |
msgid "Sending..."
|
4139 |
-
msgstr "
|
4140 |
|
4141 |
#: src/Tribe/Attendees.php:312
|
4142 |
msgid "You need to select a user or type a valid email address"
|
4143 |
-
msgstr "
|
4144 |
|
4145 |
#: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
|
4146 |
#: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
|
@@ -4150,11 +4150,11 @@ msgstr "Sie müssen einen Nutzer oder eine gültige E-Mail-Adresse wählen"
|
|
4150 |
#: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
|
4151 |
#: src/resources/js/app/blocks.js:42168 src/resources/js/app/blocks.js:43387
|
4152 |
msgid "Attendees"
|
4153 |
-
msgstr "
|
4154 |
|
4155 |
#: src/Tribe/Attendees.php:208 src/admin-views/list.php:90
|
4156 |
msgid "See who purchased tickets to this event"
|
4157 |
-
msgstr "
|
4158 |
|
4159 |
#: src/Tribe/Commerce/PayPal/Main.php:1948 src/Tribe/RSVP.php:1786
|
4160 |
msgid "Post draft updated."
|
@@ -4162,7 +4162,7 @@ msgstr "Beitragsentwurf aktualisiert."
|
|
4162 |
|
4163 |
#: src/Tribe/Commerce/PayPal/Main.php:1947 src/Tribe/RSVP.php:1785
|
4164 |
msgid "Post scheduled."
|
4165 |
-
msgstr "
|
4166 |
|
4167 |
#: src/Tribe/Commerce/PayPal/Main.php:1946 src/Tribe/RSVP.php:1784
|
4168 |
msgid "Post submitted."
|
@@ -4170,15 +4170,15 @@ msgstr "Beitrag abgeschickt."
|
|
4170 |
|
4171 |
#: src/Tribe/Commerce/PayPal/Main.php:1943 src/Tribe/RSVP.php:1781
|
4172 |
msgid "Post published. %1$s"
|
4173 |
-
msgstr "
|
4174 |
|
4175 |
#: src/Tribe/Commerce/PayPal/Main.php:1939 src/Tribe/RSVP.php:1777
|
4176 |
msgid "Post updated. %1$s"
|
4177 |
-
msgstr "
|
4178 |
|
4179 |
#: src/Tribe/Commerce/PayPal/Main.php:1932 src/Tribe/RSVP.php:1770
|
4180 |
msgid "Return to the %1$sAttendees Report%2$s."
|
4181 |
-
msgstr "
|
4182 |
|
4183 |
#: src/Tribe/Commerce/PayPal/Main.php:2679 src/Tribe/RSVP.php:1439
|
4184 |
msgid "(deleted)"
|
@@ -4190,15 +4190,15 @@ msgstr "Um sich anmelden zu können, müssen Sie Ihren Namen und eine gültige E
|
|
4190 |
|
4191 |
#: src/Tribe/RSVP.php:1130
|
4192 |
msgid "You can't RSVP more than the total remaining tickets."
|
4193 |
-
msgstr "
|
4194 |
|
4195 |
#: src/views/blocks/rsvp/messages/success.php:21 src/Tribe/RSVP.php:1124
|
4196 |
msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
|
4197 |
-
msgstr "
|
4198 |
|
4199 |
#: src/Tribe/Commerce/PayPal/Main.php:1151 src/Tribe/RSVP.php:723
|
4200 |
msgid "Your tickets from %s"
|
4201 |
-
msgstr "
|
4202 |
|
4203 |
#: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:293
|
4204 |
msgctxt "Attendee number"
|
@@ -4207,18 +4207,1782 @@ msgstr "Teilnehmer %1$s"
|
|
4207 |
|
4208 |
#: src/Tribe/Assets.php:54
|
4209 |
msgid "Set as ticket header"
|
4210 |
-
msgstr "
|
4211 |
|
4212 |
#: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
|
4213 |
msgid "Ticket header image"
|
4214 |
-
msgstr "
|
4215 |
|
4216 |
#: src/Tribe/Main.php:572
|
4217 |
msgid "If you have a valid license for one of our paid plugins, you can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week)."
|
4218 |
-
msgstr "Wenn Sie eine gültige Lizenz für eines unserer Bezahl-Plugins haben, können Sie in unserem Support Forum %s. Unser Support Team prüft die Foren und wird innerhalb
|
4219 |
|
4220 |
#: src/Tribe/Main.php:567
|
4221 |
msgid "Already have Events Tickets Plus? You can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week)."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4222 |
msgstr "Haben Sie schon Events Tickets Plus? Sie können %s in unseren Premium-Support-Foren verwenden. Unser Support-Team überwacht die Foren und antwortet auf Ihren Thread innerhalb von 24-48 Stunden (während der Woche)."
|
4223 |
|
4224 |
#: src/Tribe/Main.php:566 src/Tribe/Main.php:571
|
2 |
# This file is distributed under the same license as the Plugins - Event Tickets - Stable (latest release) package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-06-25 12:31:42+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-tickets.php:307
|
15 |
msgid "Email address PayPal tickets customers will receive confirmation from. Leave empty to use the default WordPress site email address."
|
16 |
+
msgstr ""
|
17 |
|
18 |
#: src/modules/blocks/attendees/template.js:119
|
19 |
#: src/resources/js/app/blocks.js:46894
|
20 |
msgid "Display Subtitle"
|
21 |
+
msgstr ""
|
22 |
|
23 |
#: src/modules/blocks/attendees/template.js:114
|
24 |
#: src/resources/js/app/blocks.js:46889
|
25 |
msgid "Display Title"
|
26 |
+
msgstr ""
|
27 |
|
28 |
#: src/modules/blocks/attendees/template.js:112
|
29 |
#: src/resources/js/app/blocks.js:46887
|
30 |
msgid "Attendees Settings"
|
31 |
+
msgstr ""
|
32 |
|
33 |
#: src/modules/blocks/ticket/container-header/title/template.js:48
|
34 |
#: src/resources/js/app/blocks.js:44562
|
35 |
msgid "Ticket Type *"
|
36 |
+
msgstr ""
|
37 |
|
38 |
#: src/modules/blocks/ticket/container-header/title/template.js:32
|
39 |
#: src/resources/js/app/blocks.js:44550
|
40 |
msgid "This ticket has Additional Fields configured."
|
41 |
+
msgstr ""
|
42 |
|
43 |
#: src/modules/blocks/rsvp/header-image/template.js:26
|
44 |
#: src/modules/blocks/tickets/header-image/template.js:26
|
45 |
#: src/resources/js/app/blocks.js:42536 src/resources/js/app/blocks.js:43774
|
46 |
msgid "Select an image from your Media Library to display on emailed tickets and RSVPs. For best results, use a .jpg, .png, or .gif at least 1160px wide."
|
47 |
+
msgstr ""
|
48 |
|
49 |
#: src/modules/blocks/rsvp/duration/template.js:24
|
50 |
#: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
|
51 |
#: src/resources/js/app/blocks.js:41501 src/resources/js/app/blocks.js:45526
|
52 |
msgid "There is an error with the selected sales duration. Please fix the issue before saving."
|
53 |
+
msgstr ""
|
54 |
|
55 |
#: common/src/views/promoter/auth.php:84
|
56 |
msgid "Terms"
|
57 |
+
msgstr ""
|
58 |
|
59 |
#: common/src/views/promoter/auth.php:83
|
60 |
msgid "and"
|
61 |
+
msgstr ""
|
62 |
|
63 |
#: common/src/views/promoter/auth.php:82
|
64 |
msgid "Privacy"
|
65 |
+
msgstr ""
|
66 |
|
67 |
#: common/src/views/promoter/auth.php:81
|
68 |
msgid "Promoter All rights reserved."
|
69 |
+
msgstr ""
|
70 |
|
71 |
#: common/src/views/promoter/auth.php:68
|
72 |
msgid "Authorize Promoter"
|
73 |
+
msgstr ""
|
74 |
|
75 |
#: common/src/views/promoter/auth.php:60
|
76 |
msgid "Please authorize to continue onboarding."
|
77 |
+
msgstr ""
|
78 |
|
79 |
#: common/src/views/promoter/auth.php:58
|
80 |
msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
|
81 |
+
msgstr ""
|
82 |
|
83 |
#: common/src/views/promoter/auth.php:52
|
84 |
msgid "Please log out and log back in as an admin account"
|
85 |
+
msgstr ""
|
86 |
|
87 |
#: common/src/views/promoter/auth.php:50
|
88 |
msgid "You do not have access to authenticate this site."
|
89 |
+
msgstr ""
|
90 |
|
91 |
#: common/src/views/promoter/auth.php:45
|
92 |
msgid "Please log in to continue"
|
93 |
+
msgstr ""
|
94 |
|
95 |
#: common/src/views/promoter/auth.php:40
|
96 |
msgid "You're ready to begin using Promoter! Please close this window."
|
97 |
+
msgstr ""
|
98 |
|
99 |
#: common/src/views/promoter/auth.php:34
|
100 |
msgid "Promoter would like to sync with your site"
|
101 |
+
msgstr ""
|
102 |
|
103 |
#: common/src/admin-views/tribe-options-licenses.php:43
|
104 |
msgid "Licenses for Multisites"
|
105 |
+
msgstr ""
|
106 |
|
107 |
#: common/src/admin-views/tribe-options-licenses.php:37
|
108 |
msgid "Expired license keys and subscriptions"
|
109 |
+
msgstr ""
|
110 |
|
111 |
#: common/src/admin-views/tribe-options-licenses.php:34
|
112 |
msgid "Moving your license keys"
|
113 |
+
msgstr ""
|
114 |
|
115 |
#: common/src/admin-views/tribe-options-licenses.php:31
|
116 |
msgid "View and manage your license keys"
|
117 |
+
msgstr ""
|
118 |
|
119 |
#: common/src/admin-views/tribe-options-licenses.php:28
|
120 |
msgid "Why am I being told my license key is out of installs?"
|
121 |
+
msgstr ""
|
122 |
|
123 |
#: common/src/admin-views/tribe-options-licenses.php:23
|
124 |
msgid "Helpful Links:"
|
125 |
+
msgstr ""
|
126 |
|
127 |
#: common/src/admin-views/tribe-options-licenses.php:10
|
128 |
msgid "In order to register a plugin license, you'll first need to %1$sdownload and install%2$s the plugin you purchased. You can download the latest version of your plugin(s) from %3$syour account's downloads page%4$s. Once the plugin is installed and activated on this site, the license key field will appear below."
|
129 |
+
msgstr ""
|
130 |
|
131 |
#: common/src/admin-views/tribe-options-licenses.php:5
|
132 |
msgid "If you've purchased a premium add-on, you'll need to enter your license key here in order to have access to automatic updates when new versions are available."
|
133 |
+
msgstr ""
|
134 |
|
135 |
#: common/src/Tribe/Plugins_API.php:84
|
136 |
msgid "With Promoter, you’ll connect with your community via email through every stage of your event, bolster event attendance, and manage notifications more efficiently than ever. Increase event attendance and engagement by automatically sending reminders for on-sale dates, event times and more."
|
137 |
+
msgstr ""
|
138 |
|
139 |
#: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
|
140 |
#: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
|
141 |
msgid "Promoter"
|
142 |
+
msgstr ""
|
143 |
|
144 |
#: src/views/blocks/tickets/content-inactive.php:18
|
145 |
#: src/modules/blocks/tickets/container/template.js:45
|
146 |
#: src/resources/js/app/blocks.js:44105
|
147 |
msgid "Tickets are no longer available"
|
148 |
+
msgstr ""
|
149 |
|
150 |
#: src/views/blocks/rsvp/content-inactive.php:18
|
151 |
msgid "RSVPs are not yet available"
|
152 |
+
msgstr ""
|
153 |
|
154 |
#: src/views/blocks/rsvp/content-inactive.php:18
|
155 |
msgid "RSVPs are no longer available"
|
156 |
+
msgstr ""
|
157 |
|
158 |
#: src/views/blocks/rsvp/form/submit-login.php:23
|
159 |
msgid "Log in to RSVP"
|
160 |
+
msgstr ""
|
161 |
|
162 |
#: src/views/registration/attendees/success.php:15
|
163 |
msgid "Attendee information has been saved."
|
164 |
+
msgstr ""
|
165 |
|
166 |
#: src/views/registration/attendees/error.php:19
|
167 |
msgid "An error occurred while saving, please try again."
|
168 |
+
msgstr ""
|
169 |
|
170 |
#: src/admin-views/tpp-orders.php:103
|
171 |
msgid "Total Tickets Ordered"
|
172 |
+
msgstr ""
|
173 |
|
174 |
#: src/admin-views/tpp-orders.php:90
|
175 |
msgid "Total Ticket Sales"
|
176 |
+
msgstr ""
|
177 |
|
178 |
#: src/admin-views/tpp-orders.php:61
|
179 |
msgid "Sales by Ticket Type"
|
180 |
+
msgstr ""
|
181 |
|
182 |
#: src/admin-views/admin-welcome-message.php:78
|
183 |
msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
|
184 |
+
msgstr ""
|
185 |
|
186 |
#: src/admin-views/admin-welcome-message.php:65
|
187 |
msgid "Add me to the list"
|
188 |
+
msgstr ""
|
189 |
|
190 |
#: src/admin-views/admin-welcome-message.php:59
|
191 |
msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
|
192 |
+
msgstr ""
|
193 |
|
194 |
#: src/admin-views/admin-welcome-message.php:58
|
195 |
msgid "Don't Miss Out"
|
196 |
+
msgstr ""
|
197 |
|
198 |
#: src/admin-views/admin-welcome-message.php:54
|
199 |
msgid "Get the latest block editor news"
|
200 |
+
msgstr ""
|
201 |
|
202 |
#: src/admin-views/admin-welcome-message.php:54
|
203 |
msgid "Gearing up with Gutenberg?"
|
204 |
+
msgstr ""
|
205 |
|
206 |
#: src/admin-views/admin-welcome-message.php:53
|
207 |
msgid "View the latest changelog"
|
208 |
+
msgstr ""
|
209 |
|
210 |
#: src/admin-views/admin-welcome-message.php:53
|
211 |
msgid "Frequent maintenance releases keep your ticket sales running smoothly."
|
212 |
+
msgstr ""
|
213 |
|
214 |
#: src/admin-views/admin-welcome-message.php:52
|
215 |
msgid "The Latest and Greatest"
|
216 |
+
msgstr ""
|
217 |
|
218 |
#: src/admin-views/admin-welcome-message.php:44
|
219 |
msgid "Submit a Help Desk Request"
|
220 |
+
msgstr ""
|
221 |
|
222 |
#: src/admin-views/admin-welcome-message.php:43
|
223 |
msgid "Available Translations"
|
224 |
+
msgstr ""
|
225 |
|
226 |
#: src/admin-views/admin-welcome-message.php:42
|
227 |
msgid "Search the Knowledgebase"
|
228 |
+
msgstr ""
|
229 |
|
230 |
#: src/admin-views/admin-welcome-message.php:40
|
231 |
msgid "We’ve got your back every step of the way."
|
232 |
+
msgstr ""
|
233 |
|
234 |
#: src/admin-views/admin-welcome-message.php:39
|
235 |
msgid "Resources and Support"
|
236 |
+
msgstr ""
|
237 |
|
238 |
#: src/admin-views/admin-welcome-message.php:32
|
239 |
msgid "Key Features"
|
240 |
+
msgstr ""
|
241 |
|
242 |
#: src/admin-views/admin-welcome-message.php:30
|
243 |
msgid "Start strong with these helpful resources."
|
244 |
+
msgstr ""
|
245 |
|
246 |
#: src/admin-views/admin-welcome-message.php:20
|
247 |
msgid "to create your very first ticket!"
|
248 |
+
msgstr ""
|
249 |
|
250 |
#: src/admin-views/admin-welcome-message.php:19
|
251 |
msgid "section of the admin"
|
252 |
+
msgstr ""
|
253 |
|
254 |
#: src/admin-views/admin-welcome-message.php:17
|
255 |
msgid "the"
|
256 |
+
msgstr ""
|
257 |
|
258 |
#: src/admin-views/admin-welcome-message.php:15
|
259 |
msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
|
260 |
+
msgstr ""
|
261 |
|
262 |
#: src/admin-views/admin-welcome-message.php:9
|
263 |
msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss—just one seamless transaction on your site."
|
264 |
+
msgstr ""
|
265 |
|
266 |
#: src/admin-views/tribe-options-tickets.php:113
|
267 |
msgid "If this number is less than the number of tickets left for sale on your event, this will prevent the \"# of tickets left\" text from showing on your website. You can leave this blank if you would like to always show the text."
|
268 |
+
msgstr ""
|
269 |
|
270 |
#: src/admin-views/tribe-options-tickets.php:112
|
271 |
msgid "Display # tickets left threshold"
|
272 |
+
msgstr ""
|
273 |
|
274 |
#: src/admin-views/tribe-options-tickets.php:93
|
275 |
#: src/admin-views/tribe-options-tickets.php:103
|
276 |
msgid "This setting only impacts events made with the classic editor."
|
277 |
+
msgstr ""
|
278 |
|
279 |
#: src/Tribe/Assets.php:193
|
280 |
msgid "There is unsaved attendee information. Are you sure you want to continue?"
|
281 |
+
msgstr ""
|
282 |
|
283 |
#: src/Tribe/Editor/Attendee_Registration.php:119
|
284 |
msgid "Back to Editor"
|
285 |
+
msgstr ""
|
286 |
|
287 |
#: src/Tribe/Editor/Attendee_Registration.php:92
|
288 |
msgid "Attendee Registration fields saved. Make additional changes or %1$s"
|
289 |
+
msgstr ""
|
290 |
|
291 |
#: src/Tribe/Editor/Attendee_Registration.php:90
|
292 |
msgid "return to the content editor"
|
293 |
+
msgstr ""
|
294 |
|
295 |
#: src/Tribe/Main.php:400
|
296 |
msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
|
297 |
+
msgstr ""
|
298 |
|
299 |
#: src/Tribe/Main.php:396
|
300 |
msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
|
301 |
+
msgstr ""
|
302 |
|
303 |
#: src/Tribe/Status/Abstract_Commerce.php:275
|
304 |
msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
|
305 |
+
msgstr ""
|
306 |
|
307 |
#: src/Tribe/Status/Abstract_Commerce.php:255
|
308 |
msgid "Total Sales counts tickets from all completed orders."
|
309 |
+
msgstr ""
|
310 |
|
311 |
#: src/Tribe/Status/Abstract_Commerce.php:235
|
312 |
msgid "Sold counts tickets from completed orders only."
|
313 |
+
msgstr ""
|
314 |
|
315 |
#: src/Tribe/Status/Abstract_Commerce.php:210
|
316 |
msgid "pending order completion"
|
317 |
+
msgstr ""
|
318 |
|
319 |
#: src/Tribe/Commerce/Currency.php:275
|
320 |
msgid "Russian Ruble (RUB)"
|
321 |
+
msgstr ""
|
322 |
|
323 |
#: src/Tribe/Commerce/Currency.php:227
|
324 |
msgid "Indian Rupee (INR)"
|
325 |
+
msgstr ""
|
326 |
|
327 |
#: src/functions/php-min-version.php:76
|
328 |
msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
|
329 |
+
msgstr ""
|
330 |
|
331 |
#: src/functions/php-min-version.php:74
|
332 |
msgid "To allow better control over dates, advanced security improvements and performance gain."
|
333 |
+
msgstr ""
|
334 |
|
335 |
#: src/functions/php-min-version.php:64
|
336 |
msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
|
337 |
msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
|
338 |
+
msgstr[0] ""
|
339 |
+
msgstr[1] ""
|
340 |
|
341 |
#: src/functions/php-min-version.php:52
|
342 |
msgctxt "Plugin A\",\" Plugin B"
|
343 |
msgid ", "
|
344 |
+
msgstr ""
|
345 |
|
346 |
#: src/functions/php-min-version.php:51
|
347 |
msgctxt "Plugin A \"and\" Plugin B"
|
348 |
msgid " and "
|
349 |
+
msgstr ""
|
350 |
|
351 |
#. Plugin URI of the plugin
|
352 |
msgid "http://m.tri.be/1acb"
|
353 |
+
msgstr ""
|
354 |
|
355 |
#: src/resources/js/app/blocks.js:45739
|
356 |
msgid "Ticket SKU"
|
357 |
+
msgstr ""
|
358 |
|
359 |
#: src/resources/js/app/blocks.js:45387
|
360 |
msgid "Ticket capacity will only be used by attendees buying this ticket type"
|
361 |
+
msgstr ""
|
362 |
|
363 |
#: src/resources/js/app/blocks.js:45299
|
364 |
msgid "Number of tickets available"
|
365 |
+
msgstr ""
|
366 |
|
367 |
#: src/resources/js/app/blocks.js:45299
|
368 |
msgid "(optional) Limit sales of this ticket to:"
|
369 |
+
msgstr ""
|
370 |
|
371 |
#: src/resources/js/app/blocks.js:45276
|
372 |
msgid "Set shared capacity:"
|
373 |
+
msgstr ""
|
374 |
|
375 |
#: src/resources/js/app/blocks.js:42888
|
376 |
msgid "You can also enter keywords to help find the target event by title or description"
|
377 |
+
msgstr ""
|
378 |
|
379 |
#: src/resources/js/app/blocks.js:42854
|
380 |
msgid "No posts found"
|
381 |
+
msgstr ""
|
382 |
|
383 |
#: src/resources/js/app/blocks.js:41928
|
384 |
msgid "Enable \"Not Going\" responses"
|
385 |
+
msgstr ""
|
386 |
|
387 |
#: src/resources/js/app/blocks.js:41899
|
388 |
msgid "Leave blank if unlimited"
|
389 |
+
msgstr ""
|
390 |
|
391 |
#: src/resources/js/app/blocks.js:41894
|
392 |
msgid "RSVP Capacity"
|
393 |
+
msgstr ""
|
394 |
|
395 |
#: src/resources/js/app/blocks.js:41688 src/resources/js/app/blocks.js:46104
|
396 |
msgid "Advanced Options"
|
397 |
+
msgstr ""
|
398 |
|
399 |
#: common/src/modules/elements/time-picker/element.js:57
|
400 |
#: common/src/modules/elements/time-picker/element.js:148
|
401 |
#: common/src/resources/js/app/elements.js:60102
|
402 |
#: common/src/resources/js/app/elements.js:60204
|
403 |
msgid "All Day"
|
404 |
+
msgstr ""
|
405 |
|
406 |
#: common/src/modules/elements/image-upload/element.js:46
|
407 |
#: common/src/resources/js/app/elements.js:59581
|
408 |
msgid "remove"
|
409 |
+
msgstr ""
|
410 |
|
411 |
#: src/modules/blocks/tickets/container/template.js:40
|
412 |
#: src/resources/js/app/blocks.js:44100
|
413 |
msgid "To create tickets, you'll need to enable an ecommerce solution."
|
414 |
+
msgstr ""
|
415 |
|
416 |
#: src/modules/blocks/tickets/container/template.js:43
|
417 |
#: src/resources/js/app/blocks.js:44103
|
418 |
msgid "Edit this block to create your first ticket."
|
419 |
+
msgstr ""
|
420 |
|
421 |
#: src/modules/blocks/tickets/container/template.js:39
|
422 |
#: src/resources/js/app/blocks.js:44099
|
423 |
msgid "There is no ecommerce available"
|
424 |
+
msgstr ""
|
425 |
|
426 |
#: src/modules/blocks/tickets/container/template.js:42
|
427 |
#: src/resources/js/app/blocks.js:44102
|
428 |
msgid "There are no tickets yet"
|
429 |
+
msgstr ""
|
430 |
|
431 |
#: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:44472
|
432 |
msgid "Sell tickets and register attendees."
|
433 |
+
msgstr ""
|
434 |
|
435 |
#: src/modules/blocks/tickets/availability/template.js:43
|
436 |
#: src/resources/js/app/blocks.js:44016
|
437 |
msgid "%d total tickets"
|
438 |
+
msgstr ""
|
439 |
|
440 |
#: src/modules/blocks/tickets/availability/template.js:42
|
441 |
#: src/resources/js/app/blocks.js:44015
|
442 |
msgid "%d total ticket"
|
443 |
+
msgstr ""
|
444 |
|
445 |
#: src/modules/blocks/tickets/availability/template.js:31
|
446 |
#: src/resources/js/app/blocks.js:44009
|
447 |
msgid "%d tickets available"
|
448 |
+
msgstr ""
|
449 |
|
450 |
#: src/modules/blocks/tickets/availability/template.js:30
|
451 |
#: src/resources/js/app/blocks.js:44008
|
452 |
msgid "%d ticket available"
|
453 |
+
msgstr ""
|
454 |
|
455 |
#: src/modules/blocks/tickets/action-dashboard/template.js:24
|
456 |
#: src/resources/js/app/blocks.js:43456
|
457 |
msgid "Add Tickets"
|
458 |
+
msgstr ""
|
459 |
|
460 |
#: src/modules/blocks/tickets/controls/template.js:62
|
461 |
#: src/resources/js/app/blocks.js:44261
|
462 |
msgid "Sell tickets using"
|
463 |
+
msgstr ""
|
464 |
|
465 |
#: src/modules/blocks/tickets/controls/template.js:59
|
466 |
#: src/resources/js/app/blocks.js:44251
|
467 |
msgid "Tickets Settings"
|
468 |
+
msgstr ""
|
469 |
|
470 |
#: src/modules/blocks/tickets/controls/template.js:25
|
471 |
#: src/resources/js/app/blocks.js:44211
|
472 |
msgid "Note: adjusting this setting will only impact new tickets. Existing tickets will not change. We highly recommend that all tickets for one event use the same ecommerce plugin"
|
473 |
+
msgstr ""
|
474 |
|
475 |
#: src/modules/blocks/tickets/controls/template.js:20
|
476 |
#: src/resources/js/app/blocks.js:44209
|
477 |
msgid "It looks like you have multiple ecommerce plugins active. We recommend running only one at a time. However, if you need to run multiple, please select which one to use to sell tickets for this event. "
|
478 |
+
msgstr ""
|
479 |
|
480 |
#: src/modules/blocks/tickets/capacity-table/template.js:49
|
481 |
#: src/resources/js/app/blocks.js:43674
|
482 |
msgid "Total Capacity"
|
483 |
+
msgstr ""
|
484 |
|
485 |
#: src/modules/blocks/tickets/capacity-table/template.js:44
|
486 |
#: src/resources/js/app/blocks.js:43669
|
487 |
msgid "Independent capacity"
|
488 |
+
msgstr ""
|
489 |
|
490 |
#: src/modules/blocks/tickets/capacity-table/template.js:39
|
491 |
#: src/resources/js/app/blocks.js:43664
|
492 |
msgid "Shared capacity"
|
493 |
+
msgstr ""
|
494 |
|
495 |
#: src/modules/blocks/attendees/index.js:22
|
496 |
#: src/resources/js/app/blocks.js:46990
|
497 |
msgid "Show the gravatars of people coming to this event."
|
498 |
+
msgstr ""
|
499 |
|
500 |
#: src/modules/blocks/attendees/template.js:30
|
501 |
#: src/resources/js/app/blocks.js:46791
|
502 |
msgid "(X) people are attending this event"
|
503 |
+
msgstr ""
|
504 |
|
505 |
#: src/modules/blocks/attendees/template.js:29
|
506 |
#: src/modules/blocks/attendees/index.js:37
|
507 |
#: src/resources/js/app/blocks.js:46790 src/resources/js/app/blocks.js:47002
|
508 |
msgid "Who's Attending?"
|
509 |
+
msgstr ""
|
510 |
|
511 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
|
512 |
#: src/resources/js/app/blocks.js:46200
|
513 |
msgid "Save your ticket to enable attendee registration fields"
|
514 |
+
msgstr ""
|
515 |
|
516 |
#: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
|
517 |
#: src/resources/js/app/blocks.js:46001
|
518 |
msgid "Remove Ticket"
|
519 |
+
msgstr ""
|
520 |
|
521 |
#: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
|
522 |
#: src/resources/js/app/blocks.js:45516
|
523 |
msgid "Sale Duration"
|
524 |
+
msgstr ""
|
525 |
|
526 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
|
527 |
#: src/resources/js/app/blocks.js:45878
|
528 |
msgid "Ecommerce"
|
529 |
+
msgstr ""
|
530 |
|
531 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
|
532 |
#: src/resources/js/app/blocks.js:45857
|
533 |
msgid "View Sales Report"
|
534 |
+
msgstr ""
|
535 |
|
536 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
|
537 |
#: src/resources/js/app/blocks.js:45848
|
538 |
msgid "Edit Ticket in WooCommerce"
|
539 |
+
msgstr ""
|
540 |
|
541 |
#: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
|
542 |
#: src/resources/js/app/blocks.js:45846
|
543 |
msgid "Edit Ticket in Easy Digital Downloads"
|
544 |
+
msgstr ""
|
545 |
|
546 |
#: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
|
547 |
#: src/resources/js/app/blocks.js:44986
|
548 |
msgid "cap"
|
549 |
+
msgstr ""
|
550 |
|
551 |
#: src/modules/blocks/ticket/container-header/quantity/template.js:40
|
552 |
#: src/resources/js/app/blocks.js:45051
|
553 |
msgid "unlimited"
|
554 |
+
msgstr ""
|
555 |
|
556 |
#: src/modules/blocks/ticket/container-header/quantity/template.js:33
|
557 |
#: src/resources/js/app/blocks.js:45044
|
558 |
msgid "%d of %d sold"
|
559 |
+
msgstr ""
|
560 |
|
561 |
#: src/modules/blocks/ticket/container-header/quantity/template.js:32
|
562 |
#: src/resources/js/app/blocks.js:45044
|
563 |
msgid "%d sold"
|
564 |
+
msgstr ""
|
565 |
|
566 |
#: src/modules/blocks/ticket/container-header/price/template.js:34
|
567 |
#: src/resources/js/app/blocks.js:44753
|
568 |
msgid "0"
|
569 |
+
msgstr ""
|
570 |
|
571 |
#: src/modules/blocks/ticket/container-header/description/template.js:30
|
572 |
#: src/resources/js/app/blocks.js:44657
|
573 |
msgid "Description"
|
574 |
+
msgstr ""
|
575 |
|
576 |
#: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:46724
|
577 |
msgid "A single configured ticket type."
|
578 |
+
msgstr ""
|
579 |
|
580 |
#: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:46723
|
581 |
msgid "Event Ticket"
|
582 |
+
msgstr ""
|
583 |
|
584 |
#: src/modules/blocks/ticket/dashboard/template.js:21
|
585 |
#: src/resources/js/app/blocks.js:46444
|
586 |
msgid "Create Ticket"
|
587 |
+
msgstr ""
|
588 |
|
589 |
#: src/modules/blocks/ticket/dashboard/template.js:20
|
590 |
#: src/resources/js/app/blocks.js:46444
|
591 |
msgid "Update Ticket"
|
592 |
+
msgstr ""
|
593 |
|
594 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:22
|
595 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
|
596 |
#: src/resources/js/app/blocks.js:41780 src/resources/js/app/blocks.js:46202
|
597 |
msgid "+ Add"
|
598 |
+
msgstr ""
|
599 |
|
600 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:18
|
601 |
#: src/resources/js/app/blocks.js:41776
|
602 |
msgid "Save your RSVP to enable attendee registration fields"
|
603 |
+
msgstr ""
|
604 |
|
605 |
#: src/modules/blocks/rsvp/container-header/template.js:71
|
606 |
#: src/resources/js/app/blocks.js:41102
|
607 |
msgid "%d available"
|
608 |
+
msgstr ""
|
609 |
|
610 |
#: src/modules/blocks/rsvp/container-header/template.js:57
|
611 |
#: src/resources/js/app/blocks.js:41090
|
612 |
msgid "description"
|
613 |
+
msgstr ""
|
614 |
|
615 |
#: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:43193
|
616 |
msgid "Find out who is planning to attend!"
|
617 |
+
msgstr ""
|
618 |
|
619 |
#: src/modules/blocks/rsvp/header-image/template.js:33
|
620 |
#: src/modules/blocks/tickets/header-image/template.js:33
|
621 |
#: src/resources/js/app/blocks.js:42541 src/resources/js/app/blocks.js:43779
|
622 |
msgid "Upload Image"
|
623 |
+
msgstr ""
|
624 |
|
625 |
#: src/modules/blocks/rsvp/header-image/template.js:25
|
626 |
#: src/modules/blocks/tickets/header-image/template.js:25
|
627 |
#: src/resources/js/app/blocks.js:42535 src/resources/js/app/blocks.js:43773
|
628 |
msgid "Ticket Header Image"
|
629 |
+
msgstr ""
|
630 |
|
631 |
#: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
|
632 |
#: src/resources/js/app/blocks.js:41616
|
633 |
msgid "Are you sure you want to delete this RSVP? It cannot be undone."
|
634 |
+
msgstr ""
|
635 |
|
636 |
#: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
|
637 |
#: src/resources/js/app/blocks.js:41557
|
638 |
msgid "Remove RSVP"
|
639 |
+
msgstr ""
|
640 |
|
641 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:44
|
642 |
#: src/modules/blocks/tickets/action-dashboard/template.js:38
|
643 |
#: src/resources/js/app/blocks.js:42334 src/resources/js/app/blocks.js:43470
|
644 |
msgid "This is a recurring event. If you add tickets they will only show up on the next upcoming event in the recurrence pattern. The same ticket form will appear across all events in the series. Please configure your events accordingly."
|
645 |
+
msgstr ""
|
646 |
|
647 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:41
|
648 |
#: src/modules/blocks/tickets/action-dashboard/template.js:36
|
649 |
#: src/resources/js/app/blocks.js:42331 src/resources/js/app/blocks.js:43468
|
650 |
msgid "Warning"
|
651 |
+
msgstr ""
|
652 |
|
653 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:26
|
654 |
#: src/resources/js/app/blocks.js:42315
|
655 |
msgid "Create RSVP"
|
656 |
+
msgstr ""
|
657 |
|
658 |
#: src/modules/blocks/rsvp/action-dashboard/template.js:25
|
659 |
#: src/resources/js/app/blocks.js:42315
|
660 |
msgid "Update RSVP"
|
661 |
+
msgstr ""
|
662 |
|
663 |
#: src/modules/blocks/rsvp/duration-label/template.js:32
|
664 |
#: src/resources/js/app/blocks.js:41245
|
665 |
msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
|
666 |
+
msgstr ""
|
667 |
|
668 |
#: src/modules/blocks/rsvp/duration-label/template.js:28
|
669 |
#: src/resources/js/app/blocks.js:41241
|
670 |
msgid "Duration"
|
671 |
+
msgstr ""
|
672 |
|
673 |
#: src/modules/blocks/rsvp/inactive-block/template.js:31
|
674 |
#: src/resources/js/app/blocks.js:42766
|
675 |
msgid "Edit this block to create an RSVP form."
|
676 |
+
msgstr ""
|
677 |
|
678 |
#: src/modules/blocks/rsvp/inactive-block/template.js:30
|
679 |
#: src/resources/js/app/blocks.js:42766
|
680 |
msgid "Edit this block to change RSVP settings."
|
681 |
+
msgstr ""
|
682 |
|
683 |
#: src/modules/blocks/rsvp/inactive-block/template.js:27
|
684 |
#: src/resources/js/app/blocks.js:42764
|
685 |
msgid "There is no RSVP configured"
|
686 |
+
msgstr ""
|
687 |
|
688 |
#: src/modules/blocks/rsvp/inactive-block/template.js:26
|
689 |
#: src/resources/js/app/blocks.js:42764
|
690 |
msgid "RSVP is not currently active"
|
691 |
+
msgstr ""
|
692 |
|
693 |
#: src/modules/elements/settings-dashboard/element.js:56
|
694 |
#: src/resources/js/app/blocks.js:14448 src/resources/js/app/elements.js:5510
|
695 |
msgid "close"
|
696 |
+
msgstr ""
|
697 |
|
698 |
#: src/modules/data/blocks/ticket/options.js:13
|
699 |
#: src/resources/js/app/blocks.js:5517 src/resources/js/app/data.js:5500
|
700 |
msgid "Share capacity with other tickets"
|
701 |
+
msgstr ""
|
702 |
|
703 |
#: src/modules/data/blocks/ticket/sagas.js:566
|
704 |
#: src/resources/js/app/blocks.js:7745 src/resources/js/app/data.js:7728
|
705 |
msgid "Are you sure you want to delete this ticket? It cannot be undone."
|
706 |
+
msgstr ""
|
707 |
|
708 |
#: common/src/Tribe/Editor/Configuration.php:96
|
709 |
msgid "F j"
|
710 |
+
msgstr ""
|
711 |
|
712 |
#: common/src/Tribe/Editor/Configuration.php:95
|
713 |
#: common/src/Tribe/Editor/Configuration.php:97
|
714 |
msgid "F j, Y"
|
715 |
+
msgstr ""
|
716 |
|
717 |
#: common/src/Tribe/Editor/Configuration.php:94
|
718 |
#: common/src/Tribe/Editor/Configuration.php:97
|
719 |
msgid "g:i a"
|
720 |
+
msgstr ""
|
721 |
|
722 |
#. translators: %s: duration
|
723 |
#: common/src/Tribe/Editor/Configuration.php:90
|
724 |
msgid "%s ago"
|
725 |
+
msgstr ""
|
726 |
|
727 |
#. translators: %s: duration
|
728 |
#: common/src/Tribe/Editor/Configuration.php:88
|
729 |
msgid "%s from now"
|
730 |
+
msgstr ""
|
731 |
|
732 |
#: common/src/Tribe/Editor/Blocks/Abstract.php:127
|
733 |
msgid "Problem loading the block, please remove this block to restart."
|
734 |
+
msgstr ""
|
735 |
|
736 |
#: common/src/Tribe/Editor/Meta.php:123
|
737 |
msgid "Text Array"
|
738 |
+
msgstr ""
|
739 |
|
740 |
#: common/src/Tribe/Editor/Meta.php:105
|
741 |
msgid "Numeric Array"
|
742 |
+
msgstr ""
|
743 |
|
744 |
#: src/Tribe/Editor.php:209
|
745 |
msgid "Tickets Blocks"
|
746 |
+
msgstr ""
|
747 |
|
748 |
#: src/Tribe/Attendee_Registration/Template.php:376
|
749 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:20
|
750 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
|
751 |
#: src/resources/js/app/blocks.js:41778 src/resources/js/app/blocks.js:46201
|
752 |
msgid "Attendee Registration"
|
753 |
+
msgstr ""
|
754 |
|
755 |
#: src/Tribe/Editor/Attendee_Registration.php:140
|
756 |
msgid "Are you sure you want to leave this page?"
|
757 |
+
msgstr ""
|
758 |
|
759 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
|
760 |
msgid "Ticket was not able to be updated"
|
761 |
+
msgstr ""
|
762 |
|
763 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:56
|
764 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:228
|
765 |
msgid "Invalid nonce"
|
766 |
+
msgstr ""
|
767 |
|
768 |
#: src/Tribe/Editor/Blocks/Attendees.php:27
|
769 |
msgid "Who's coming?"
|
770 |
+
msgstr ""
|
771 |
|
772 |
#: src/views/blocks/tickets/extra-available-quantity.php:22
|
773 |
#: src/Tribe/Status/Abstract_Commerce.php:204
|
774 |
msgid "available"
|
775 |
+
msgstr ""
|
776 |
|
777 |
#: src/views/blocks/tickets/quantity-unavailable.php:23
|
778 |
msgid "Sold Out"
|
779 |
+
msgstr ""
|
780 |
|
781 |
#: src/views/blocks/tickets/submit-button.php:23
|
782 |
msgid "Add to cart"
|
783 |
+
msgstr ""
|
784 |
|
785 |
#: src/views/blocks/tickets/quantity-add.php:24
|
786 |
msgid "+"
|
787 |
+
msgstr ""
|
788 |
|
789 |
#: src/views/blocks/tickets/registration/summary/description.php:10
|
790 |
msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
|
791 |
+
msgstr ""
|
792 |
|
793 |
#: src/views/blocks/tickets/registration/summary/title.php:21
|
794 |
msgid "Ticket Registration"
|
795 |
+
msgstr ""
|
796 |
|
797 |
#: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
|
798 |
msgid "1"
|
799 |
+
msgstr ""
|
800 |
|
801 |
#: src/views/blocks/tickets/quantity-remove.php:23
|
802 |
msgid "-"
|
803 |
+
msgstr ""
|
804 |
|
805 |
#: src/views/blocks/attendees/description.php:25
|
806 |
msgid "One person is attending %2$s"
|
807 |
msgid_plural "%d people are attending %s"
|
808 |
+
msgstr[0] ""
|
809 |
+
msgstr[1] ""
|
810 |
|
811 |
#: src/views/blocks/attendees/order-links.php:55
|
812 |
#: src/views/blocks/attendees/order-links.php:59
|
813 |
msgid "%d %s"
|
814 |
msgid_plural "%d %ss"
|
815 |
+
msgstr[0] ""
|
816 |
+
msgstr[1] ""
|
817 |
|
818 |
#: src/views/blocks/rsvp/form/opt-out.php:39
|
819 |
msgid "Don't show my information on public attendee lists"
|
820 |
+
msgstr ""
|
821 |
|
822 |
#: src/views/blocks/rsvp/form/error.php:20
|
823 |
msgid "Please fill in the RSVP confirmation name and email fields."
|
824 |
+
msgstr ""
|
825 |
|
826 |
#: src/views/blocks/rsvp/form/submit-button.php:25
|
827 |
msgid "Submit RSVP"
|
828 |
+
msgstr ""
|
829 |
|
830 |
#: src/views/blocks/rsvp/details/availability.php:26
|
831 |
msgid "remaining"
|
832 |
+
msgstr ""
|
833 |
|
834 |
#: src/views/blocks/rsvp/status/not-going.php:45
|
835 |
#: src/modules/blocks/rsvp/counters/template.js:33
|
836 |
#: src/resources/js/app/blocks.js:40999
|
837 |
msgid "Not going"
|
838 |
+
msgstr ""
|
839 |
|
840 |
#: src/views/blocks/rsvp/status/full.php:18
|
841 |
msgid "RSVP Full"
|
842 |
+
msgstr ""
|
843 |
|
844 |
#: src/views/registration/attendees/fields.php:15
|
845 |
msgid "Attendee"
|
846 |
+
msgstr ""
|
847 |
|
848 |
#: src/views/registration/attendees/error.php:16
|
849 |
msgid "Please fill in all required fields."
|
850 |
+
msgstr ""
|
851 |
|
852 |
#: src/views/registration/attendees/fields/select.php:39
|
853 |
#: src/views/blocks/tickets/registration/attendee/fields/select.php:47
|
854 |
msgid "Select an option"
|
855 |
+
msgstr ""
|
856 |
|
857 |
#: src/views/registration/summary/tickets-header.php:16
|
858 |
msgid "Ticket summary"
|
859 |
+
msgstr ""
|
860 |
|
861 |
#: src/views/registration/button-checkout.php:31
|
862 |
msgid "Checkout"
|
863 |
+
msgstr ""
|
864 |
|
865 |
#: src/views/registration/content.php:44
|
866 |
msgid "Save Attendee Info"
|
867 |
+
msgstr ""
|
868 |
|
869 |
#: src/views/registration/cart-empty.php:26
|
870 |
msgid "Find events to attend on %1$s"
|
871 |
+
msgstr ""
|
872 |
|
873 |
#: src/views/registration/cart-empty.php:23
|
874 |
msgid "the calendar"
|
875 |
+
msgstr ""
|
876 |
|
877 |
#: src/views/registration/cart-empty.php:15
|
878 |
msgid "You currently have no events awaiting registration"
|
879 |
+
msgstr ""
|
880 |
|
881 |
#: src/views/registration/button-cart.php:20
|
882 |
msgid "Back to cart"
|
883 |
+
msgstr ""
|
884 |
|
885 |
#: src/template-tags/tickets.php:436
|
886 |
msgid "issued"
|
887 |
+
msgstr ""
|
888 |
|
889 |
#: src/admin-views/attendees.php:78
|
890 |
msgctxt "attendee screen summary"
|
891 |
msgid "Overview"
|
892 |
+
msgstr ""
|
893 |
|
894 |
#: src/Tribe/Tickets.php:1861
|
895 |
msgid " at "
|
896 |
+
msgstr ""
|
897 |
|
898 |
#: src/Tribe/Tickets.php:1855
|
899 |
msgid "Tickets will be available on "
|
900 |
+
msgstr ""
|
901 |
|
902 |
#: src/Tribe/REST/V1/Post_Repository.php:165
|
903 |
msgid "An error happened while building the response: "
|
904 |
+
msgstr ""
|
905 |
|
906 |
#: src/Tribe/REST/V1/Messages.php:33
|
907 |
msgid "The page number requested is larger than the number of pages available."
|
908 |
+
msgstr ""
|
909 |
|
910 |
#: src/Tribe/REST/V1/Messages.php:31
|
911 |
msgid "There was a problem while fetching the requested attendee post"
|
912 |
+
msgstr ""
|
913 |
|
914 |
#: src/Tribe/REST/V1/Messages.php:30
|
915 |
msgid "There was a problem while fetching the requested ticket post"
|
916 |
+
msgstr ""
|
917 |
|
918 |
#: src/Tribe/REST/V1/Messages.php:28
|
919 |
msgid "The ticket global id could not be generated"
|
920 |
+
msgstr ""
|
921 |
|
922 |
#: src/Tribe/REST/V1/Messages.php:26
|
923 |
msgid "The requested ticket object could not be built or found"
|
924 |
+
msgstr ""
|
925 |
|
926 |
#: src/Tribe/REST/V1/Messages.php:25
|
927 |
msgid "The post associated with the requested ticket was not found"
|
928 |
+
msgstr ""
|
929 |
|
930 |
#: src/Tribe/REST/V1/Messages.php:24
|
931 |
msgid "The ticket provider for the requested ticket is not available"
|
932 |
+
msgstr ""
|
933 |
|
934 |
#: src/Tribe/REST/V1/Messages.php:23
|
935 |
msgid "The requested ticket post could not be found"
|
936 |
+
msgstr ""
|
937 |
|
938 |
#: src/Tribe/REST/V1/Messages.php:21
|
939 |
msgid "The requested attendee is not accessible"
|
940 |
+
msgstr ""
|
941 |
|
942 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:446
|
943 |
msgid "Limit results to tickets that provide attendees the possibility to fill in additional information or not; requires ET+."
|
944 |
+
msgstr ""
|
945 |
|
946 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:436
|
947 |
msgid "Limit results to tickets priced in one of the 3-letter currency codes specified in the CSV list or array."
|
948 |
+
msgstr ""
|
949 |
|
950 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:425
|
951 |
msgid "Limit results to tickets that are in one of post statuses specified in the CSV list or array; defaults to publish."
|
952 |
+
msgstr ""
|
953 |
|
954 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:414
|
955 |
msgid "Limit results to tickets assigned to posts that are in one of the post statuses specified in the CSV list or array; defaults to publish."
|
956 |
+
msgstr ""
|
957 |
|
958 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:408
|
959 |
msgid "Limit results to tickets that will be available up to the specified UTC date (parseable by strtotime) or timestamp."
|
960 |
+
msgstr ""
|
961 |
|
962 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:402
|
963 |
msgid "Limit results to tickets that will be available at or after the specified UTC date (parseable by strtotime) or timestamp."
|
964 |
+
msgstr ""
|
965 |
|
966 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:396
|
967 |
msgid "Limit results to tickets that have at most this capacity."
|
968 |
+
msgstr ""
|
969 |
|
970 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:390
|
971 |
msgid "Limit results to tickets that have at least this capacity."
|
972 |
+
msgstr ""
|
973 |
|
974 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:384
|
975 |
msgid "Limit results to tickets that have at least this number of checked-in attendees."
|
976 |
+
msgstr ""
|
977 |
|
978 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:378
|
979 |
msgid "Limit results to tickets that have at most this number of checked-in attendee."
|
980 |
+
msgstr ""
|
981 |
|
982 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:372
|
983 |
msgid "Limit results to tickets that have at most this number of attendees."
|
984 |
+
msgstr ""
|
985 |
|
986 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:366
|
987 |
msgid "Limit results to tickets that have at least this number or attendees."
|
988 |
+
msgstr ""
|
989 |
|
990 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:353
|
991 |
msgid "Limit results to tickets that are not assigned to any of the posts specified in the CSV list or array."
|
992 |
+
msgstr ""
|
993 |
|
994 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:340
|
995 |
msgid "Limit results to tickets that are assigned to one of the posts specified in the CSV list or array."
|
996 |
+
msgstr ""
|
997 |
|
998 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:327
|
999 |
msgid "Exclude a specific CSV list or array of ticket IDs from the results."
|
1000 |
+
msgstr ""
|
1001 |
|
1002 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:308
|
1003 |
msgid "Limit results to tickets created before or on the specified UTC date or timestamp."
|
1004 |
+
msgstr ""
|
1005 |
|
1006 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:302
|
1007 |
msgid "Limit results to tickets created after or on the specified UTC date or timestamp."
|
1008 |
+
msgstr ""
|
1009 |
|
1010 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:291
|
1011 |
msgid "Limit results to tickets provided by one of the providers specified in the CSV list or array; defaults to all available."
|
1012 |
+
msgstr ""
|
1013 |
|
1014 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:286
|
1015 |
msgid "Limit results to tickets that have or do not have capacity currently available."
|
1016 |
+
msgstr ""
|
1017 |
|
1018 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:275
|
1019 |
msgid "Order the results by one of date, relevance, id, include, title, or slug; defaults to title."
|
1020 |
+
msgstr ""
|
1021 |
|
1022 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:254
|
1023 |
msgid "Limit results to tickets containing the specified string in the title or description."
|
1024 |
+
msgstr ""
|
1025 |
|
1026 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:246
|
1027 |
msgid "How many tickets to return per results page; defaults to posts_per_page."
|
1028 |
+
msgstr ""
|
1029 |
|
1030 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:26
|
1031 |
msgid "Returns all the tickets matching the search criteria"
|
1032 |
+
msgstr ""
|
1033 |
|
1034 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:17
|
1035 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:135
|
1036 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:72
|
1037 |
msgid "The ticket post ID"
|
1038 |
+
msgstr ""
|
1039 |
|
1040 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:50
|
1041 |
msgid "A ticket with the specified ID does not exist."
|
1042 |
+
msgstr ""
|
1043 |
|
1044 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:40
|
1045 |
msgid "The ticket with the specified ID is not accessible."
|
1046 |
+
msgstr ""
|
1047 |
|
1048 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:30
|
1049 |
msgid "The ticket post ID is invalid."
|
1050 |
+
msgstr ""
|
1051 |
|
1052 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:20
|
1053 |
msgid "Returns the data of the ticket with the specified post ID"
|
1054 |
+
msgstr ""
|
1055 |
|
1056 |
#: src/Tribe/REST/V1/Endpoints/Single_Ticket.php:16
|
1057 |
msgid "Returns a single ticket data"
|
1058 |
+
msgstr ""
|
1059 |
|
1060 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:71
|
1061 |
msgid "The attendee post ID"
|
1062 |
+
msgstr ""
|
1063 |
|
1064 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:49
|
1065 |
msgid "An attendee with the specified ID does not exist."
|
1066 |
+
msgstr ""
|
1067 |
|
1068 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:39
|
1069 |
msgid "The attendee with the specified ID is not accessible."
|
1070 |
+
msgstr ""
|
1071 |
|
1072 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:29
|
1073 |
msgid "The attendee post ID is invalid."
|
1074 |
+
msgstr ""
|
1075 |
|
1076 |
#: src/Tribe/REST/V1/Endpoints/Single_Attendee.php:19
|
1077 |
msgid "Returns the data of the attendee with the specified post ID"
|
1078 |
+
msgstr ""
|
1079 |
|
1080 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:422
|
1081 |
msgid "Limit results to attendees for tickets that provide attendees the possibility to fill in additional information or not; requires ET+."
|
1082 |
+
msgstr ""
|
1083 |
|
1084 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:411
|
1085 |
msgid "Limit results to RSVP Attendees that have one of the RSVP Going status specified in the CSV list or array."
|
1086 |
+
msgstr ""
|
1087 |
|
1088 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:406
|
1089 |
msgid "Limit results to attendees that are or not checked-in."
|
1090 |
+
msgstr ""
|
1091 |
|
1092 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:395
|
1093 |
msgid "Limit results to attendees whose order status is in one of post statuses specified in the CSV list or array; defaults to public."
|
1094 |
+
msgstr ""
|
1095 |
|
1096 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:384
|
1097 |
msgid "Limit results to attendees that are in one of post statuses specified in the CSV list or array; defaults to publish."
|
1098 |
+
msgstr ""
|
1099 |
|
1100 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:373
|
1101 |
msgid "Limit results to attendees for posts that are in one of the post statuses specified in the CSV list or array; defaults to publish."
|
1102 |
+
msgstr ""
|
1103 |
|
1104 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:361
|
1105 |
msgid "Exclude a specific CSV list or array of ticket IDs."
|
1106 |
+
msgstr ""
|
1107 |
|
1108 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:314
|
1109 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:349
|
1110 |
msgid "Limit results to a specific CSV list or array of ticket IDs."
|
1111 |
+
msgstr ""
|
1112 |
|
1113 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:336
|
1114 |
msgid "Limit results to attendees whose tickets is not assigned to any of the posts specified in the CSV list or array.."
|
1115 |
+
msgstr ""
|
1116 |
|
1117 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:323
|
1118 |
msgid "Limit results to attendees whose ticket is assigned to one of the posts specified in the CSV list or array."
|
1119 |
+
msgstr ""
|
1120 |
|
1121 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:317
|
1122 |
msgid "Limit results to attendees that paid tickets a price equal or above the specified value; if not specified no minimum price limit will be used."
|
1123 |
+
msgstr ""
|
1124 |
|
1125 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:311
|
1126 |
msgid "Limit results to attendees that paid tickets a price equal or below the specified value; if not specified no maximum price limit will be used."
|
1127 |
+
msgstr ""
|
1128 |
|
1129 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:298
|
1130 |
msgid "Exclude a specific CSV list or array of attendee IDs from the results."
|
1131 |
+
msgstr ""
|
1132 |
|
1133 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:285
|
1134 |
msgid "Limit results to a specific CSV list or array of attendee IDs."
|
1135 |
+
msgstr ""
|
1136 |
|
1137 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:279
|
1138 |
msgid "Limit results to attendees created before or on the specified UTC date or timestamp."
|
1139 |
+
msgstr ""
|
1140 |
|
1141 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:273
|
1142 |
msgid "Limit results to attendees created after or on the specified UTC date or timestamp."
|
1143 |
+
msgstr ""
|
1144 |
|
1145 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:267
|
1146 |
msgid "Limit results to attendees associated with a ticket."
|
1147 |
+
msgstr ""
|
1148 |
|
1149 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:261
|
1150 |
msgid "Limit results to attendees by post the ticket is associated with."
|
1151 |
+
msgstr ""
|
1152 |
|
1153 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:249
|
1154 |
msgid "Order the results by one of date, relevance, id, include, title or slug. Defaults to id."
|
1155 |
+
msgstr ""
|
1156 |
|
1157 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:266
|
1158 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:240
|
1159 |
msgid "Sort results in ASC or DESC order. Defaults to ASC."
|
1160 |
+
msgstr ""
|
1161 |
|
1162 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:260
|
1163 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:234
|
1164 |
msgid "Offset the results by a specific number of items."
|
1165 |
+
msgstr ""
|
1166 |
|
1167 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:228
|
1168 |
msgid "Limit results to attendees containing the specified string in the title or description."
|
1169 |
+
msgstr ""
|
1170 |
|
1171 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:215
|
1172 |
msgid "Limit results to attendees whose ticket is provided by one of the providers specified in the CSV list or array; defaults to all the available."
|
1173 |
+
msgstr ""
|
1174 |
|
1175 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:206
|
1176 |
msgid "How many attendees to return per results page; defaults to posts_per_page."
|
1177 |
+
msgstr ""
|
1178 |
|
1179 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:239
|
1180 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:198
|
1181 |
msgid "The page of results to return; defaults to 1"
|
1182 |
+
msgstr ""
|
1183 |
|
1184 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:65
|
1185 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:65
|
1186 |
msgid "The requested page was not found."
|
1187 |
+
msgstr ""
|
1188 |
|
1189 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:55
|
1190 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:55
|
1191 |
msgid "One or more of the specified query variables has a bad format"
|
1192 |
+
msgstr ""
|
1193 |
|
1194 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:43
|
1195 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:43
|
1196 |
msgid "The total number of result pages matching the search criteria"
|
1197 |
+
msgstr ""
|
1198 |
|
1199 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:39
|
1200 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:39
|
1201 |
msgid "The total number of results across all pages"
|
1202 |
+
msgstr ""
|
1203 |
|
1204 |
#: src/Tribe/REST/V1/Endpoints/Ticket_Archive.php:35
|
1205 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:35
|
1206 |
msgid "This results page REST URL"
|
1207 |
+
msgstr ""
|
1208 |
|
1209 |
#: src/Tribe/REST/V1/Endpoints/Attendee_Archive.php:26
|
1210 |
msgid "Returns all the attendees matching the search criteria"
|
1211 |
+
msgstr ""
|
1212 |
|
1213 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:137
|
1214 |
msgid "A list of attendee information fields supported/required by the ticket in the format [ <field-slug>: label, required, type, extra ]"
|
1215 |
+
msgstr ""
|
1216 |
|
1217 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:133
|
1218 |
msgid "Whether the ticket requires at least one attendee information field, ET+ required"
|
1219 |
+
msgstr ""
|
1220 |
|
1221 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:129
|
1222 |
msgid "Whether the ticket supports at least one attendee information field, ET+ required"
|
1223 |
+
msgstr ""
|
1224 |
|
1225 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:125
|
1226 |
msgid "A list of attendees for the ticket, "
|
1227 |
+
msgstr ""
|
1228 |
|
1229 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:115
|
1230 |
msgid "The formatted cost string"
|
1231 |
+
msgstr ""
|
1232 |
|
1233 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:111
|
1234 |
msgid "Whether the ticket is currently available or not due to capacity or date constraints"
|
1235 |
+
msgstr ""
|
1236 |
|
1237 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:104
|
1238 |
msgid "The formatted ticket current capacity"
|
1239 |
+
msgstr ""
|
1240 |
|
1241 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:89
|
1242 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:97
|
1243 |
msgid "The date the ticket will be available"
|
1244 |
+
msgstr ""
|
1245 |
|
1246 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:81
|
1247 |
msgid "The ticket description"
|
1248 |
+
msgstr ""
|
1249 |
|
1250 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:77
|
1251 |
msgid "The ticket title"
|
1252 |
+
msgstr ""
|
1253 |
|
1254 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:68
|
1255 |
msgid "The ticket ET REST API URL"
|
1256 |
+
msgstr ""
|
1257 |
|
1258 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:63
|
1259 |
msgid "The ticket modification UTC date"
|
1260 |
+
msgstr ""
|
1261 |
|
1262 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:58
|
1263 |
msgid "The ticket modification date"
|
1264 |
+
msgstr ""
|
1265 |
|
1266 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:53
|
1267 |
msgid "The ticket creation UTC date"
|
1268 |
+
msgstr ""
|
1269 |
|
1270 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:48
|
1271 |
msgid "The ticket creation date"
|
1272 |
+
msgstr ""
|
1273 |
|
1274 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:43
|
1275 |
msgid "The ticket post status"
|
1276 |
+
msgstr ""
|
1277 |
|
1278 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:39
|
1279 |
msgid "The ticket post author ID"
|
1280 |
+
msgstr ""
|
1281 |
|
1282 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:35
|
1283 |
msgid "The ticket global ID lineage"
|
1284 |
+
msgstr ""
|
1285 |
|
1286 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:28
|
1287 |
msgid "The ticket global ID"
|
1288 |
+
msgstr ""
|
1289 |
|
1290 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:24
|
1291 |
msgid "The ID of the post the ticket is associated to"
|
1292 |
+
msgstr ""
|
1293 |
|
1294 |
#: src/Tribe/REST/V1/Documentation/RSVP_Report_Definition_Provider.php:24
|
1295 |
msgid "How many attendees are “Not going”"
|
1296 |
+
msgstr ""
|
1297 |
|
1298 |
#: src/Tribe/REST/V1/Documentation/RSVP_Report_Definition_Provider.php:20
|
1299 |
msgid "How many attendees are “Going”"
|
1300 |
+
msgstr ""
|
1301 |
|
1302 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:33
|
1303 |
msgid "The payment date"
|
1304 |
+
msgstr ""
|
1305 |
|
1306 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:28
|
1307 |
msgid "The currency used by the attendee to pay"
|
1308 |
+
msgstr ""
|
1309 |
|
1310 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:24
|
1311 |
msgid "The price paid by the attendee when he/she purchased the ticket"
|
1312 |
+
msgstr ""
|
1313 |
|
1314 |
#: src/Tribe/REST/V1/Documentation/Payment_Details_Definition_Provider.php:20
|
1315 |
msgid "The payment provider/gateway"
|
1316 |
+
msgstr ""
|
1317 |
|
1318 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:32
|
1319 |
msgid "The number of unchecked-in attendee"
|
1320 |
+
msgstr ""
|
1321 |
|
1322 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:28
|
1323 |
msgid "The percentage of checked-in attendees"
|
1324 |
+
msgstr ""
|
1325 |
|
1326 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:24
|
1327 |
msgid "The number of unchecked-in attendees"
|
1328 |
+
msgstr ""
|
1329 |
|
1330 |
#: src/Tribe/REST/V1/Documentation/Checkin_Report_Definition_Provider.php:20
|
1331 |
msgid "The number of checked-in attendees"
|
1332 |
+
msgstr ""
|
1333 |
|
1334 |
#: src/Tribe/REST/V1/Documentation/Checkin_Details_Definition_Provider.php:31
|
1335 |
msgid "The ID or identifying string of the site user or operator that checked in the attendee"
|
1336 |
+
msgstr ""
|
1337 |
|
1338 |
#: src/Tribe/REST/V1/Documentation/Checkin_Details_Definition_Provider.php:27
|
1339 |
msgid "The check-in source for the attendee; e.g. “kiosk” or “site”"
|
1340 |
+
msgstr ""
|
1341 |
|
1342 |
#: src/Tribe/REST/V1/Documentation/Checkin_Details_Definition_Provider.php:20
|
1343 |
msgid "The time the attendee checked in"
|
1344 |
+
msgstr ""
|
1345 |
|
1346 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:36
|
1347 |
msgid "The ticket pending count"
|
1348 |
+
msgstr ""
|
1349 |
|
1350 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:32
|
1351 |
msgid "The ticket sale count"
|
1352 |
+
msgstr ""
|
1353 |
|
1354 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:28
|
1355 |
msgid "The ticket current available capacity"
|
1356 |
+
msgstr ""
|
1357 |
|
1358 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:24
|
1359 |
msgid "The ticket max capacity"
|
1360 |
+
msgstr ""
|
1361 |
|
1362 |
#: src/Tribe/REST/V1/Documentation/Capacity_Details_Definition_Provider.php:20
|
1363 |
msgid "The ticket available capacity percentage"
|
1364 |
+
msgstr ""
|
1365 |
|
1366 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:112
|
1367 |
msgid "The attendee information; requires ET+"
|
1368 |
+
msgstr ""
|
1369 |
|
1370 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:105
|
1371 |
msgid "If the attendee is for an RSVP ticket, this will be set to true if he/she is “Going”, false otherwise"
|
1372 |
+
msgstr ""
|
1373 |
|
1374 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:98
|
1375 |
msgid "Whether the attendee is checked-in or not"
|
1376 |
+
msgstr ""
|
1377 |
|
1378 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:94
|
1379 |
msgid "The attendee email address"
|
1380 |
+
msgstr ""
|
1381 |
|
1382 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:89
|
1383 |
msgid "The attendee title or name"
|
1384 |
+
msgstr ""
|
1385 |
|
1386 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:85
|
1387 |
msgid "The attendee ticket SKU"
|
1388 |
+
msgstr ""
|
1389 |
|
1390 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:81
|
1391 |
msgid "The order number, or identifier, of the ticket purchase that generated the attendee"
|
1392 |
+
msgstr ""
|
1393 |
|
1394 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:76
|
1395 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:72
|
1396 |
msgid "The ticket commerce provider"
|
1397 |
+
msgstr ""
|
1398 |
|
1399 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:72
|
1400 |
msgid "The attendee ET REST API URL"
|
1401 |
+
msgstr ""
|
1402 |
|
1403 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:67
|
1404 |
msgid "The attendee modification UTC date"
|
1405 |
+
msgstr ""
|
1406 |
|
1407 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:62
|
1408 |
msgid "The attendee modification date"
|
1409 |
+
msgstr ""
|
1410 |
|
1411 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:57
|
1412 |
msgid "The attendee creation UTC date"
|
1413 |
+
msgstr ""
|
1414 |
|
1415 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:52
|
1416 |
msgid "The attendee creation date"
|
1417 |
+
msgstr ""
|
1418 |
|
1419 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:47
|
1420 |
msgid "The attendee post status"
|
1421 |
+
msgstr ""
|
1422 |
|
1423 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:43
|
1424 |
msgid "The attendee post author ID"
|
1425 |
+
msgstr ""
|
1426 |
|
1427 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:39
|
1428 |
msgid "The attendee global ID lineage"
|
1429 |
+
msgstr ""
|
1430 |
|
1431 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:32
|
1432 |
msgid "The attendee global ID"
|
1433 |
+
msgstr ""
|
1434 |
|
1435 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:28
|
1436 |
msgid "The ID of the ticket the attendee is associated with"
|
1437 |
+
msgstr ""
|
1438 |
|
1439 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:24
|
1440 |
msgid "The ID of the post the attendee is associated to"
|
1441 |
+
msgstr ""
|
1442 |
|
1443 |
#: src/Tribe/REST/V1/Documentation/Attendee_Definition_Provider.php:20
|
1444 |
msgid "The attendee WordPress post ID"
|
1445 |
+
msgstr ""
|
1446 |
|
1447 |
#: src/Tribe/Privacy.php:536
|
1448 |
msgid "Billing Address"
|
1449 |
+
msgstr ""
|
1450 |
|
1451 |
#: src/Tribe/Privacy.php:519
|
1452 |
msgid "Order Number"
|
1453 |
+
msgstr ""
|
1454 |
|
1455 |
#: src/Tribe/Privacy.php:514
|
1456 |
msgid "Event Tickets TribeCommerce Order Data"
|
1457 |
+
msgstr ""
|
1458 |
|
1459 |
#: src/Tribe/Privacy.php:381
|
1460 |
msgid "TribeCommerce order information was not removed. A database error may have occurred during deletion."
|
1461 |
+
msgstr ""
|
1462 |
|
1463 |
#: src/Tribe/Privacy.php:312
|
1464 |
msgid "TribeCommerce attendee information was not removed. A database error may have occurred during deletion."
|
1465 |
+
msgstr ""
|
1466 |
|
1467 |
#: src/Tribe/Privacy.php:248
|
1468 |
msgid "RSVP information was not removed. A database error may have occurred during deletion."
|
1469 |
+
msgstr ""
|
1470 |
|
1471 |
#: src/Tribe/Privacy.php:81 src/Tribe/Privacy.php:108
|
1472 |
msgid "Event Tickets TribeCommerce Order"
|
1473 |
+
msgstr ""
|
1474 |
|
1475 |
#: src/Tribe/Main.php:887
|
1476 |
msgid "When Event Tickets and Event Tickets Plus are both activated, Event Tickets Plus must be running version %1$s or greater. Please %2$smanually update now%3$s."
|
1477 |
+
msgstr ""
|
1478 |
|
1479 |
#: src/Tribe/Attendees.php:426
|
1480 |
msgid "%s - Attendee list"
|
1481 |
+
msgstr ""
|
1482 |
|
1483 |
#: common/src/Tribe/Plugins_API.php:37
|
1484 |
msgid "Event Aggregator adds massive import functionality to your calendar. Before you know it, you’ll be importing events from Meetup, Eventbrite, Google Calendar, iCalendar, and other URLs with ease. Schedule imports to run automatically behind-the-scenes or run them manually when you’re ready. Go ahead and import to your heart’s content—Event Aggregator hooks you up with a central dashboard in the admin to make managing your imports a breeze."
|
1485 |
+
msgstr ""
|
1486 |
|
1487 |
#: common/src/Tribe/Main.php:291
|
1488 |
msgid "Clear"
|
1489 |
+
msgstr ""
|
1490 |
|
1491 |
#: src/admin-views/tribe-options-tickets.php:327
|
1492 |
msgid "You have tickets!"
|
1493 |
+
msgstr ""
|
1494 |
|
1495 |
#: src/admin-views/tribe-options-tickets.php:295
|
1496 |
msgid "After a successful PayPal order users will be redirected to this page; use the %s shortcode to display the order confirmation to the user in the page content."
|
1497 |
+
msgstr ""
|
1498 |
|
1499 |
#: src/admin-views/privacy.php:56
|
1500 |
msgid "If you have extended our plugin(s) to send data to a third-party service such as Eventbrite, Google Maps, or PayPal, user information may be passed to these external services. These services may be located abroad."
|
1501 |
+
msgstr ""
|
1502 |
|
1503 |
#: src/admin-views/privacy.php:54
|
1504 |
msgid "Modern Tribe does not send any user data outside of your website by default."
|
1505 |
+
msgstr ""
|
1506 |
|
1507 |
#: src/admin-views/privacy.php:52
|
1508 |
msgid "Where We Send Your Data"
|
1509 |
+
msgstr ""
|
1510 |
|
1511 |
#: src/admin-views/privacy.php:50
|
1512 |
msgid "Certain data may be exported or removed upon users request via the existing Exporter or Eraser. Please note, however, that several “edge cases” exist in which we are unable to perfect the gathering and export of all data for your end users. We suggest running a search in your local database, as well as within the WordPress Dashboard, in order to identify all data collected and stored for your specific user requests."
|
1513 |
+
msgstr ""
|
1514 |
|
1515 |
#: src/admin-views/privacy.php:48
|
1516 |
msgid "All information (data) is retained in the local database indefinitely, unless otherwise deleted."
|
1517 |
+
msgstr ""
|
1518 |
|
1519 |
#: src/admin-views/privacy.php:46
|
1520 |
msgid "How Long You Retain this Data"
|
1521 |
+
msgstr ""
|
1522 |
|
1523 |
#: src/admin-views/privacy.php:44
|
1524 |
msgid "These API keys may include the following third party services: Google Maps and PayPal."
|
1525 |
+
msgstr ""
|
1526 |
|
1527 |
#: src/admin-views/privacy.php:42
|
1528 |
msgid "We make use of certain API keys, in order to provide specific features."
|
1529 |
+
msgstr ""
|
1530 |
|
1531 |
#: src/admin-views/privacy.php:38
|
1532 |
msgid "Events Tickets suite offers the use of third-party API keys. The primary functions are to enhance the features we've built in, some of which use Google Maps and PayPal. These API keys are not supplied by Modern Tribe."
|
1533 |
+
msgstr ""
|
1534 |
|
1535 |
#: src/admin-views/privacy.php:36
|
1536 |
msgid "API Keys"
|
1537 |
+
msgstr ""
|
1538 |
|
1539 |
#: src/admin-views/privacy.php:34
|
1540 |
msgid "Please note: The website owner can collect nearly any Attendee Information requested from ticket buyers by creating a custom registration form."
|
1541 |
+
msgstr ""
|
1542 |
|
1543 |
#: src/admin-views/privacy.php:31
|
1544 |
msgid "Ticket purchaser billing address, which is collected through the use of WooCommerce, Easy Digital Downloads, or PayPal"
|
1545 |
+
msgstr ""
|
1546 |
|
1547 |
#: src/admin-views/privacy.php:30
|
1548 |
msgid "Ticket purchaser information: name and email address"
|
1549 |
+
msgstr ""
|
1550 |
|
1551 |
#: src/admin-views/privacy.php:29
|
1552 |
msgid "Ticket information (RSVPs and Tickets): name, email address, and ticket number/SKU (via check-in page)"
|
1553 |
+
msgstr ""
|
1554 |
|
1555 |
#: src/admin-views/privacy.php:28
|
1556 |
msgid "Attendees information (RSVPs and Tickets): name and email address"
|
1557 |
+
msgstr ""
|
1558 |
|
1559 |
#: src/admin-views/privacy.php:25
|
1560 |
msgid "If you create, submit, import, save, or publish event ticket information, as well as RSVP or purchase tickets to events, such information is retained in the local database:"
|
1561 |
+
msgstr ""
|
1562 |
|
1563 |
#: src/admin-views/privacy.php:24 src/admin-views/privacy.php:40
|
1564 |
msgid "Suggested text:"
|
1565 |
+
msgstr ""
|
1566 |
|
1567 |
#: src/admin-views/privacy.php:23
|
1568 |
msgid "Through the usage of Event Tickets, Event Tickets Plus, and Community Tickets, information may be collected and stored within your website’s database."
|
1569 |
+
msgstr ""
|
1570 |
|
1571 |
#: src/admin-views/privacy.php:21
|
1572 |
msgid "Event, Attendee, and Ticket Purchaser Information"
|
1573 |
+
msgstr ""
|
1574 |
|
1575 |
#: src/admin-views/privacy.php:19
|
1576 |
msgid "What personal data we collect and why we collect it"
|
1577 |
+
msgstr ""
|
1578 |
|
1579 |
#: src/admin-views/privacy.php:17
|
1580 |
msgid "This information is only for guidance and not to be considered as legal advice."
|
1581 |
+
msgstr ""
|
1582 |
|
1583 |
#: src/admin-views/privacy.php:17
|
1584 |
msgid "Disclaimer:"
|
1585 |
+
msgstr ""
|
1586 |
|
1587 |
#: src/admin-views/privacy.php:16
|
1588 |
msgid "You should include the information below in the correct sections of you privacy policy."
|
1589 |
+
msgstr ""
|
1590 |
|
1591 |
#: src/admin-views/privacy.php:15
|
1592 |
msgid "This information serves as a guide on what sections need to be modified due to usage of Event Tickets and its Add-ons."
|
1593 |
+
msgstr ""
|
1594 |
|
1595 |
#: src/admin-views/privacy.php:14
|
1596 |
msgid "Hello,"
|
1597 |
+
msgstr ""
|
1598 |
|
1599 |
#: src/Tribe/REST/V1/Messages.php:22
|
1600 |
msgid "The requested attendee check in is not available"
|
1601 |
+
msgstr ""
|
1602 |
|
1603 |
#: src/Tribe/REST/V1/Messages.php:27
|
1604 |
msgid "The requested ticket is not accessible"
|
1605 |
+
msgstr ""
|
1606 |
|
1607 |
#: src/Tribe/REST/V1/Messages.php:20
|
1608 |
msgid "The requested post ID does not exist or is not an attendee"
|
1609 |
+
msgstr ""
|
1610 |
|
1611 |
#: src/Tribe/REST/V1/Messages.php:19
|
1612 |
msgid "The attendee ID is missing from the request"
|
1613 |
+
msgstr ""
|
1614 |
|
1615 |
#: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:160
|
1616 |
msgid "Returns the documentation for Event Tickets REST API in Swagger consumable format."
|
1617 |
+
msgstr ""
|
1618 |
|
1619 |
#: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:109
|
1620 |
msgid "Event Tickets REST API allows accessing ticket information easily and conveniently."
|
1621 |
+
msgstr ""
|
1622 |
|
1623 |
#: src/Tribe/REST/V1/Endpoints/Swagger_Documentation.php:108
|
1624 |
msgid "Event Tickets REST API"
|
1625 |
+
msgstr ""
|
1626 |
|
1627 |
#: src/Tribe/REST/V1/Endpoints/Base.php:77
|
1628 |
msgid "No description provided"
|
1629 |
+
msgstr ""
|
1630 |
|
1631 |
#: src/Tribe/REST/V1/Documentation/Ticket_Definition_Provider.php:20
|
1632 |
msgid "The ticket WordPress post ID"
|
1633 |
+
msgstr ""
|
1634 |
|
1635 |
#: src/Tribe/Privacy.php:435
|
1636 |
msgid "Order Title"
|
1637 |
+
msgstr ""
|
1638 |
|
1639 |
#: src/Tribe/Privacy.php:430
|
1640 |
msgid "Event Tickets TribeCommerce Attendee Data"
|
1641 |
+
msgstr ""
|
1642 |
|
1643 |
#: src/Tribe/Privacy.php:154
|
1644 |
#: src/modules/blocks/rsvp/container-header/template.js:35
|
1645 |
#: src/resources/js/app/blocks.js:41074
|
1646 |
msgid "RSVP Title"
|
1647 |
+
msgstr ""
|
1648 |
|
1649 |
#: src/Tribe/Privacy.php:149
|
1650 |
msgid "Event Tickets RSVP Attendee Data"
|
1651 |
+
msgstr ""
|
1652 |
|
1653 |
#: src/Tribe/Privacy.php:76 src/Tribe/Privacy.php:103
|
1654 |
msgid "Event Tickets TribeCommerce Attendee"
|
1655 |
+
msgstr ""
|
1656 |
|
1657 |
#: src/Tribe/Privacy.php:71 src/Tribe/Privacy.php:98
|
1658 |
msgid "Event Tickets RSVP Attendee"
|
1659 |
+
msgstr ""
|
1660 |
|
1661 |
#: src/views/tickets/orders.php:32
|
1662 |
msgid "You don't have tickets for this event"
|
1663 |
+
msgstr ""
|
1664 |
|
1665 |
#: src/admin-views/tribe-options-tickets.php:263
|
1666 |
msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
|
1667 |
+
msgstr ""
|
1668 |
|
1669 |
#: common/src/Tribe/Admin/Notice/Php_Version.php:101
|
1670 |
msgid "Starting March 2019, %1$s will no longer work with versions prior to PHP 5.4. Currently your site is using PHP version %2$s. For best results, we recommend using PHP 5.6 or above."
|
1671 |
+
msgstr ""
|
1672 |
|
1673 |
#: common/src/Tribe/Admin/Notice/Php_Version.php:98
|
1674 |
msgid "Starting March 2019, %1$s will no longer support versions prior to PHP 5.6. Your site is currently using PHP version %2$s which will no longer be supported by %1$s. For best results, we recommend using PHP 5.6 or above."
|
1675 |
+
msgstr ""
|
1676 |
|
1677 |
#: src/views/tickets/tpp-return-to-cart.php:6
|
1678 |
msgid "Return to Cart"
|
1679 |
+
msgstr ""
|
1680 |
|
1681 |
#: src/admin-views/tribe-options-tickets.php:160
|
1682 |
msgid "Tribe Commerce is a light implementation of a commerce gateway using PayPal and simplified stock handling. If you need more advanced features, take a look at %1$s. In addition to integrating with your favorite ecommerce provider, Event Tickets Plus includes options to collect custom information for attendees, check users in via QR codes, and share stock between tickets. %2$s"
|
1683 |
+
msgstr ""
|
1684 |
|
1685 |
#: src/admin-views/tribe-options-tickets.php:156
|
1686 |
msgid "Check it out!"
|
1687 |
+
msgstr ""
|
1688 |
|
1689 |
#: src/admin-views/editor/list-row.php:101
|
1690 |
msgid "Stock management is disabled. Enable it on the related Woocommerce product's inventory settings."
|
1691 |
+
msgstr ""
|
1692 |
|
1693 |
#: src/admin-views/editor/fieldset/price.php:72
|
1694 |
msgid "Current sale or member price. This can be managed via the product editor."
|
1695 |
+
msgstr ""
|
1696 |
|
1697 |
#: src/admin-views/editor/fieldset/price.php:71
|
1698 |
msgid "Sale/Member Price:"
|
1699 |
+
msgstr ""
|
1700 |
|
1701 |
#: src/admin-views/attendees.php:125
|
1702 |
msgid "Search attendees"
|
1703 |
+
msgstr ""
|
1704 |
|
1705 |
#: src/Tribe/CSV_Importer/Column_Names.php:37
|
1706 |
msgid "Ticket Show Description"
|
1707 |
+
msgstr ""
|
1708 |
|
1709 |
#: common/src/admin-views/tribe-options-help.php:33
|
1710 |
msgid "Search our support help desk"
|
1711 |
+
msgstr ""
|
1712 |
|
1713 |
#: common/src/Tribe/Plugins_API.php:71
|
1714 |
msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Easy Digital Downloads, or our built in Tribe Commerce tool. Add tickets to your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your event listings. Create custom registration forms, manage attendees, use custom capacity options, and more. Guest check in is easy with QR codes and our custom scanning app."
|
1715 |
+
msgstr ""
|
1716 |
|
1717 |
#: src/views/tickets/tpp.php:93
|
1718 |
msgid "%1$s available"
|
1719 |
+
msgstr ""
|
1720 |
|
1721 |
#: src/views/tickets/tpp.php:54
|
1722 |
msgid "Please fill in the ticket confirmation name and email fields."
|
1723 |
+
msgstr ""
|
1724 |
|
1725 |
#: src/views/tickets/tpp.php:36
|
1726 |
msgctxt "form heading"
|
1727 |
msgid "Tickets"
|
1728 |
+
msgstr ""
|
1729 |
|
1730 |
#: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
|
1731 |
msgid "Order Total"
|
1732 |
+
msgstr ""
|
1733 |
|
1734 |
#: src/views/tickets/tpp-success.php:80
|
1735 |
msgctxt "Success page tickets table header"
|
1736 |
msgid "Subtotal"
|
1737 |
+
msgstr ""
|
1738 |
|
1739 |
#: src/views/tickets/tpp-success.php:79
|
1740 |
msgctxt "Success page tickets table header"
|
1741 |
msgid "Quantity"
|
1742 |
+
msgstr ""
|
1743 |
|
1744 |
#: src/views/tickets/tpp-success.php:78
|
1745 |
msgctxt "Success page tickets table header"
|
1746 |
msgid "Price"
|
1747 |
+
msgstr ""
|
1748 |
|
1749 |
#: src/views/tickets/tpp-success.php:77
|
1750 |
msgctxt "Success page tickets table header"
|
1751 |
msgid "Ticket"
|
1752 |
+
msgstr ""
|
1753 |
|
1754 |
#: src/views/tickets/tpp-success.php:65
|
1755 |
msgid "Thank you for your purchase! You will receive your receipt and tickets via email."
|
1756 |
+
msgstr ""
|
1757 |
|
1758 |
#: src/views/tickets/tpp-success.php:56
|
1759 |
msgid "Your order (#%s) is currently processing. Once completed, you'll receive your ticket(s) in an email."
|
1760 |
+
msgstr ""
|
1761 |
|
1762 |
#: src/views/tickets/tpp-success.php:48
|
1763 |
msgid "Whoops! It looks like there was a problem with your order. Please contact the site owner for assistance."
|
1764 |
+
msgstr ""
|
1765 |
|
1766 |
#: src/views/tickets/tpp-success.php:42
|
1767 |
msgid "No order confirmation is available because no purchase was made."
|
1768 |
+
msgstr ""
|
1769 |
|
1770 |
#: src/views/tickets/orders-pp-tickets.php:71
|
1771 |
msgctxt "order status label"
|
1772 |
msgid "Payment status: "
|
1773 |
+
msgstr ""
|
1774 |
|
1775 |
#: src/views/tickets/orders-pp-tickets.php:41
|
1776 |
msgid "Purchased by %1$s (%2$s)"
|
1777 |
+
msgstr ""
|
1778 |
|
1779 |
#: src/views/tickets/orders-pp-tickets.php:32
|
1780 |
msgid "My Tickets for This %s"
|
1781 |
+
msgstr ""
|
1782 |
|
1783 |
#: src/views/login-to-purchase.php:16
|
1784 |
#: src/views/blocks/tickets/submit-login.php:20
|
1785 |
msgid "Log in to purchase"
|
1786 |
+
msgstr ""
|
1787 |
|
1788 |
#: src/views/login-before-purchase.php:24
|
1789 |
msgctxt "Registration link on Tribe Commerce checkout page, shown as an alternative the login link"
|
1790 |
msgid "create an account"
|
1791 |
+
msgstr ""
|
1792 |
|
1793 |
#: src/views/login-before-purchase.php:23
|
1794 |
msgctxt "Login link on Tribe Commerce checkout page, shown as an alternative to the registration link"
|
1795 |
msgid "Log in"
|
1796 |
+
msgstr ""
|
1797 |
|
1798 |
#: src/views/login-before-purchase.php:21
|
1799 |
msgctxt "Login link on Tribe Commerce checkout page"
|
1800 |
msgid "Log in before purchasing"
|
1801 |
+
msgstr ""
|
1802 |
|
1803 |
#: src/admin-views/tribe-options-tickets.php:358
|
1804 |
msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
|
1805 |
+
msgstr ""
|
1806 |
|
1807 |
#: src/admin-views/tribe-options-tickets.php:356
|
1808 |
msgid "IPN Notify URL"
|
1809 |
+
msgstr ""
|
1810 |
|
1811 |
#: src/admin-views/tribe-options-tickets.php:347
|
1812 |
msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
|
1813 |
+
msgstr ""
|
1814 |
|
1815 |
#: src/admin-views/tribe-options-tickets.php:344
|
1816 |
msgid "See your IPN Notification history"
|
1817 |
+
msgstr ""
|
1818 |
|
1819 |
#: src/admin-views/tribe-options-tickets.php:334
|
1820 |
msgid "Enables PayPal Sandbox mode for testing."
|
1821 |
+
msgstr ""
|
1822 |
|
1823 |
#: src/admin-views/tribe-options-tickets.php:333
|
1824 |
msgid "PayPal Sandbox"
|
1825 |
+
msgstr ""
|
1826 |
|
1827 |
#: src/admin-views/tribe-options-tickets.php:325
|
1828 |
msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
|
1829 |
+
msgstr ""
|
1830 |
|
1831 |
#: src/admin-views/tribe-options-tickets.php:324
|
1832 |
msgid "Confirmation email subject"
|
1833 |
+
msgstr ""
|
1834 |
|
1835 |
#: src/admin-views/tribe-options-tickets.php:316
|
1836 |
msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
|
1837 |
+
msgstr ""
|
1838 |
|
1839 |
#: src/admin-views/tribe-options-tickets.php:315
|
1840 |
msgid "Confirmation email sender name"
|
1841 |
+
msgstr ""
|
1842 |
|
1843 |
#: src/admin-views/tribe-options-tickets.php:306
|
1844 |
msgid "Confirmation email sender address"
|
1845 |
+
msgstr ""
|
1846 |
|
1847 |
#: src/admin-views/tribe-options-tickets.php:292
|
1848 |
msgid "Success page"
|
1849 |
+
msgstr ""
|
1850 |
|
1851 |
#: src/admin-views/tribe-options-tickets.php:286
|
1852 |
msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
|
1853 |
+
msgstr ""
|
1854 |
|
1855 |
#: src/admin-views/tribe-options-tickets.php:285
|
1856 |
msgid "Decrease available ticket stock as soon as a Pending order is created."
|
1857 |
+
msgstr ""
|
1858 |
|
1859 |
#: src/admin-views/tribe-options-tickets.php:281
|
1860 |
msgid "When a customer purchases a ticket, PayPal might flag the order as Pending. The order will be Complete once payment is confirmed by PayPal."
|
1861 |
+
msgstr ""
|
1862 |
|
1863 |
#: src/admin-views/tribe-options-tickets.php:280
|
1864 |
msgid "Stock Handling"
|
1865 |
+
msgstr ""
|
1866 |
|
1867 |
#: src/admin-views/tribe-options-tickets.php:273
|
1868 |
msgid "The currency that will be used for Tribe Commerce transactions."
|
1869 |
+
msgstr ""
|
1870 |
|
1871 |
#: src/admin-views/tribe-options-tickets.php:272
|
1872 |
msgid "Currency Code"
|
1873 |
+
msgstr ""
|
1874 |
|
1875 |
#: src/admin-views/tribe-options-tickets.php:260
|
1876 |
msgid "PayPal configuration status:"
|
1877 |
+
msgstr ""
|
1878 |
|
1879 |
#: src/admin-views/tribe-options-tickets.php:237
|
1880 |
#: src/admin-views/tribe-options-tickets.php:249
|
1881 |
msgid "No"
|
1882 |
+
msgstr ""
|
1883 |
|
1884 |
#: src/admin-views/tribe-options-tickets.php:234
|
1885 |
msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
|
1886 |
+
msgstr ""
|
1887 |
|
1888 |
#: src/admin-views/tribe-options-tickets.php:226
|
1889 |
msgid "PayPal email to receive payments:"
|
1890 |
+
msgstr ""
|
1891 |
|
1892 |
#: src/admin-views/tribe-options-tickets.php:220
|
1893 |
msgid "Configure PayPal:"
|
1894 |
+
msgstr ""
|
1895 |
|
1896 |
#: src/admin-views/tribe-options-tickets.php:212
|
1897 |
msgid "Your site address is: %s"
|
1898 |
+
msgstr ""
|
1899 |
|
1900 |
#: src/admin-views/tribe-options-tickets.php:210
|
1901 |
msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
|
1902 |
+
msgstr ""
|
1903 |
|
1904 |
#: src/admin-views/tribe-options-tickets.php:204
|
1905 |
msgid "In order to use Tribe Commerce to sell tickets, you must configure your PayPal account to communicate with your WordPress site. If you need help getting set up, follow %s"
|
1906 |
+
msgstr ""
|
1907 |
|
1908 |
#: src/admin-views/tribe-options-tickets.php:202
|
1909 |
msgid "these instructions"
|
1910 |
+
msgstr ""
|
1911 |
|
1912 |
#: src/admin-views/tribe-options-tickets.php:175
|
1913 |
msgid "Check this box if you wish to turn on Tribe Commerce functionality"
|
1914 |
+
msgstr ""
|
1915 |
|
1916 |
#: src/admin-views/tribe-options-tickets.php:174
|
1917 |
msgid "Enable Tribe Commerce "
|
1918 |
+
msgstr ""
|
1919 |
|
1920 |
#: src/admin-views/tribe-options-tickets.php:144
|
1921 |
msgid "Tribe Commerce"
|
1922 |
+
msgstr ""
|
1923 |
|
1924 |
#: src/admin-views/tribe-options-tickets.php:54
|
1925 |
msgid "Require users to log in before they purchase tickets"
|
1926 |
+
msgstr ""
|
1927 |
|
1928 |
#: src/Tribe/Status/Abstract_Commerce.php:176
|
1929 |
msgid "SKU: (%s)"
|
1930 |
+
msgstr ""
|
1931 |
|
1932 |
#: src/admin-views/tpp-orders.php:23
|
1933 |
msgctxt "post type details"
|
1934 |
msgid "%s Details"
|
1935 |
+
msgstr ""
|
1936 |
|
1937 |
#: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45740
|
1938 |
msgid "A unique identifying code for each ticket type you're selling"
|
1939 |
+
msgstr ""
|
1940 |
|
1941 |
#: src/admin-views/tpp-metabox-sku.php:20
|
1942 |
msgid "SKU:"
|
1943 |
+
msgstr ""
|
1944 |
|
1945 |
#: src/admin-views/editor/panel/list.php:66
|
1946 |
msgid "New ticket"
|
1947 |
+
msgstr ""
|
1948 |
|
1949 |
#: src/admin-views/editor/panel/list.php:9
|
1950 |
msgid "No commerce providers available"
|
1951 |
+
msgstr ""
|
1952 |
|
1953 |
#: src/admin-views/editor/panel/list.php:8
|
1954 |
msgid "Add a new ticket"
|
1955 |
+
msgstr ""
|
1956 |
|
1957 |
#: src/admin-views/editor/fieldset/settings-provider.php:33
|
1958 |
msgid "Note: adjusting this setting will only impact new tickets. Existing tickets will not change. We highly recommend that all tickets for one event use the same ecommerce plugin."
|
1959 |
+
msgstr ""
|
1960 |
|
1961 |
#: src/admin-views/editor/fieldset/settings-provider.php:33
|
1962 |
msgid "It looks like you have multiple ecommerce plugins active. We recommend running only one at a time. However, if you need to run multiple, please select which one to use to sell tickets for this event."
|
1963 |
+
msgstr ""
|
1964 |
|
1965 |
#: src/admin-views/editor/fieldset/settings-provider.php:32
|
1966 |
msgid "Sell tickets using:"
|
1967 |
+
msgstr ""
|
1968 |
|
1969 |
#: src/admin-views/editor/fieldset/price.php:68
|
1970 |
msgid "Current sale price. This can be managed via the product editor."
|
1971 |
+
msgstr ""
|
1972 |
|
1973 |
#: src/admin-views/editor/fieldset/price.php:21
|
1974 |
msgid "Leave blank for free tickets"
|
1975 |
+
msgstr ""
|
1976 |
|
1977 |
#: src/admin-views/editor/fieldset/price.php:7
|
1978 |
msgid "Ticket Price must be greater than zero."
|
1979 |
+
msgstr ""
|
1980 |
|
1981 |
#: src/views/registration/summary/tickets-header.php:19
|
1982 |
#: src/admin-views/editor/column-head-price.php:1
|
1983 |
msgid "Price"
|
1984 |
+
msgstr ""
|
1985 |
|
1986 |
#: src/admin-views/editor/button-view-orders.php:35
|
1987 |
msgid "View Orders"
|
1988 |
+
msgstr ""
|
1989 |
|
1990 |
#: src/Tribe/Metabox.php:349 src/Tribe/Metabox.php:386
|
1991 |
msgid "The attendee ID is missing from the request parameters."
|
1992 |
+
msgstr ""
|
1993 |
|
1994 |
#: src/Tribe/Commerce/PayPal/Tickets_View.php:149
|
1995 |
msgid "unavailable"
|
1996 |
+
msgstr ""
|
1997 |
|
1998 |
#: src/Tribe/Commerce/PayPal/Tickets_View.php:118
|
1999 |
msgid "This ticket is no longer active."
|
2000 |
+
msgstr ""
|
2001 |
|
2002 |
#: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
|
2003 |
msgid "Sell only available"
|
2004 |
+
msgstr ""
|
2005 |
|
2006 |
#: src/Tribe/Commerce/PayPal/Oversell/Sell_All.php:46
|
2007 |
msgid "Oversell all requested"
|
2008 |
+
msgstr ""
|
2009 |
|
2010 |
#: src/Tribe/Commerce/PayPal/Oversell/No_Oversell.php:46
|
2011 |
msgid "Do not oversell"
|
2012 |
+
msgstr ""
|
2013 |
|
2014 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:242
|
2015 |
msgid "Process order"
|
2016 |
+
msgstr ""
|
2017 |
|
2018 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:224
|
2019 |
msgid "Delete all attendees for this order and do not email tickets. You may also want to refund the order %1$sin your PayPal account%2$s."
|
2020 |
+
msgstr ""
|
2021 |
|
2022 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:217
|
2023 |
msgid "Create attendee records and send emails for all tickets in this order (overselling the event)."
|
2024 |
+
msgstr ""
|
2025 |
|
2026 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:124
|
2027 |
msgid "%1$s is oversold: there are more tickets sold than the available capacity. This can occur when the PayPal transaction is not completed immediately, delaying the decrease in ticket availability. Order %2$s includes %3$s ticket(s). There are only %4$s ticket(s) left. Ticket emails have not yet been sent for this order. Choose how to process this order from the options below."
|
2028 |
+
msgstr ""
|
2029 |
|
2030 |
#. Description of the plugin
|
2031 |
msgid "Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event."
|
2032 |
+
msgstr ""
|
2033 |
|
2034 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:122
|
2035 |
msgid "in your PayPal account"
|
2036 |
+
msgstr ""
|
2037 |
|
2038 |
#: src/Tribe/Commerce/PayPal/Oversell/Admin_Notice_Decorator.php:110
|
2039 |
msgid "An event"
|
2040 |
+
msgstr ""
|
2041 |
|
2042 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:247
|
2043 |
msgid "No matching orders found."
|
2044 |
+
msgstr ""
|
2045 |
|
2046 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:157
|
2047 |
msgid "Refunded with %s"
|
2048 |
+
msgstr ""
|
2049 |
|
2050 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:150
|
2051 |
msgid "%1$s"
|
2052 |
+
msgstr ""
|
2053 |
|
2054 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:79
|
2055 |
msgid "Total"
|
2056 |
+
msgstr ""
|
2057 |
|
2058 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:76
|
2059 |
msgid "Status"
|
2060 |
+
msgstr ""
|
2061 |
|
2062 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:75 src/Tribe/Privacy.php:169
|
2063 |
#: src/Tribe/Privacy.php:450 src/Tribe/Privacy.php:546
|
2064 |
msgid "Date"
|
2065 |
+
msgstr ""
|
2066 |
|
2067 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:74
|
2068 |
msgid "Purchased"
|
2069 |
+
msgstr ""
|
2070 |
|
2071 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:71
|
2072 |
msgid "Order"
|
2073 |
+
msgstr ""
|
2074 |
|
2075 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:42
|
2076 |
msgid "Number of orders per page:"
|
2077 |
+
msgstr ""
|
2078 |
|
2079 |
#: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
|
2080 |
msgid "Not completed"
|
2081 |
+
msgstr ""
|
2082 |
|
2083 |
#: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
|
2084 |
#: src/admin-views/tpp-orders.php:121
|
2085 |
msgid "Completed"
|
2086 |
+
msgstr ""
|
2087 |
|
2088 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:315
|
2089 |
msgid "Search Orders"
|
2090 |
+
msgstr ""
|
2091 |
|
2092 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:213
|
2093 |
msgctxt "Browser title"
|
2094 |
msgid "%s - PayPal Orders"
|
2095 |
+
msgstr ""
|
2096 |
|
2097 |
#: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
|
2098 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:108
|
2099 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:157
|
2100 |
msgid "PayPal Orders"
|
2101 |
+
msgstr ""
|
2102 |
|
2103 |
#: src/Tribe/Commerce/PayPal/Orders/Report.php:106
|
2104 |
msgid "See PayPal purchases for this %s"
|
2105 |
+
msgstr ""
|
2106 |
|
2107 |
#: src/Tribe/Commerce/PayPal/Notices.php:45
|
2108 |
msgid "set it here"
|
2109 |
+
msgstr ""
|
2110 |
|
2111 |
#: src/Tribe/Commerce/PayPal/Notices.php:43
|
2112 |
msgid "PayPal is using PDT data but you have not set the PDT identity token"
|
2113 |
+
msgstr ""
|
2114 |
|
2115 |
#: src/Tribe/Commerce/PayPal/Main.php:1779
|
2116 |
msgid "Report"
|
2117 |
+
msgstr ""
|
2118 |
|
2119 |
#: src/Tribe/Commerce/PayPal/Main.php:1753
|
2120 |
msgid "Sales report"
|
2121 |
+
msgstr ""
|
2122 |
|
2123 |
#: src/Tribe/Commerce/PayPal/Main.php:454
|
2124 |
#: src/modules/blocks/tickets/action-buttons/orders/template.js:25
|
2125 |
#: src/resources/js/app/blocks.js:43316
|
2126 |
msgid "Orders"
|
2127 |
+
msgstr ""
|
2128 |
|
2129 |
#: src/Tribe/Commerce/PayPal/Main.php:429
|
2130 |
msgid "Tribe Commerce Ticket"
|
2131 |
+
msgstr ""
|
2132 |
|
2133 |
#: src/Tribe/Commerce/PayPal/Main.php:428
|
2134 |
msgid "Tribe Commerce Tickets"
|
2135 |
+
msgstr ""
|
2136 |
|
2137 |
#: src/Tribe/Commerce/PayPal/Main.php:176
|
2138 |
msgctxt "ticket provider"
|
2139 |
msgid "Tribe Commerce"
|
2140 |
+
msgstr ""
|
2141 |
|
2142 |
#: src/Tribe/Commerce/PayPal/Links.php:56
|
2143 |
msgid "Profile and Settings > My selling tools > Instant Payment Notification > Update"
|
2144 |
+
msgstr ""
|
2145 |
|
2146 |
#: src/Tribe/Commerce/PayPal/Links.php:29
|
2147 |
msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
|
2148 |
+
msgstr ""
|
2149 |
|
2150 |
#: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
|
2151 |
#: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
|
2152 |
#: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
|
2153 |
msgctxt "a PayPal configuration status"
|
2154 |
msgid "incomplete"
|
2155 |
+
msgstr ""
|
2156 |
|
2157 |
#: src/Tribe/Commerce/PayPal/Handler/IPN.php:143
|
2158 |
msgctxt "a PayPal configuration status"
|
2159 |
msgid "complete"
|
2160 |
+
msgstr ""
|
2161 |
|
2162 |
#: src/Tribe/Commerce/PayPal/Frontend/Tickets_Form.php:69
|
2163 |
msgid "Your PayPal Ticket has been received! Check your email for your PayPal Ticket confirmation."
|
2164 |
+
msgstr ""
|
2165 |
|
2166 |
#: src/Tribe/Commerce/PayPal/Errors.php:34
|
2167 |
msgid "Your order is currently processing. Once completed, you'll receive your ticket(s) in an email."
|
2168 |
+
msgstr ""
|
2169 |
|
2170 |
#: src/Tribe/Commerce/PayPal/Errors.php:31
|
2171 |
msgid "You should add at least one ticket."
|
2172 |
+
msgstr ""
|
2173 |
|
2174 |
#: src/Tribe/Commerce/PayPal/Errors.php:30
|
2175 |
msgid "You can't add more tickets than the total remaining tickets."
|
2176 |
+
msgstr ""
|
2177 |
|
2178 |
#: src/Tribe/Commerce/PayPal/Errors.php:29
|
2179 |
msgid "In order to purchase tickets, you must enter your name and a valid email address."
|
2180 |
+
msgstr ""
|
2181 |
|
2182 |
#: src/Tribe/Commerce/PayPal/Errors.php:26
|
2183 |
msgid "Ticket quantity is 0"
|
2184 |
+
msgstr ""
|
2185 |
|
2186 |
#: src/Tribe/Commerce/PayPal/Errors.php:25
|
2187 |
msgid "Trying to oversell a ticket but the current oversell policy does not allow it"
|
2188 |
+
msgstr ""
|
2189 |
|
2190 |
#: src/Tribe/Commerce/PayPal/Errors.php:24
|
2191 |
msgid "Attendee email and/or full name is missing"
|
2192 |
+
msgstr ""
|
2193 |
|
2194 |
#: src/Tribe/Commerce/PayPal/Errors.php:23
|
2195 |
msgid "There was an error"
|
2196 |
+
msgstr ""
|
2197 |
|
2198 |
#: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
|
2199 |
msgid "pending"
|
2200 |
+
msgstr ""
|
2201 |
|
2202 |
#: src/Tribe/Commerce/PayPal/Attendance_Totals.php:71
|
2203 |
msgctxt "attendee summary"
|
2204 |
msgid "Complete:"
|
2205 |
+
msgstr ""
|
2206 |
|
2207 |
#: src/Tribe/Commerce/PayPal/Attendance_Totals.php:70
|
2208 |
msgctxt "attendee summary"
|
2209 |
msgid "Total Tickets Issued:"
|
2210 |
+
msgstr ""
|
2211 |
|
2212 |
#: src/Tribe/Commerce/Currency.php:305
|
2213 |
msgid "U.S. Dollar (USD)"
|
2214 |
+
msgstr ""
|
2215 |
|
2216 |
#: src/Tribe/Commerce/Currency.php:299
|
2217 |
msgid "Taiwan New Dollar (TWD)"
|
2218 |
+
msgstr ""
|
2219 |
|
2220 |
#: src/Tribe/Commerce/Currency.php:293
|
2221 |
msgid "Thai Baht (THB)"
|
2222 |
+
msgstr ""
|
2223 |
|
2224 |
#: src/Tribe/Commerce/Currency.php:287
|
2225 |
msgid "Singapore Dollar (SGD)"
|
2226 |
+
msgstr ""
|
2227 |
|
2228 |
#: src/Tribe/Commerce/Currency.php:281
|
2229 |
msgid "Swedish Krona (SEK)"
|
2230 |
+
msgstr ""
|
2231 |
|
2232 |
#: src/Tribe/Commerce/Currency.php:269
|
2233 |
msgid "Polish Zloty (PLN)"
|
2234 |
+
msgstr ""
|
2235 |
|
2236 |
#: src/Tribe/Commerce/Currency.php:263
|
2237 |
msgid "Philippine Peso (PHP)"
|
2238 |
+
msgstr ""
|
2239 |
|
2240 |
#: src/Tribe/Commerce/Currency.php:257
|
2241 |
msgid "New Zealand Dollar (NZD)"
|
2242 |
+
msgstr ""
|
2243 |
|
2244 |
#: src/Tribe/Commerce/Currency.php:251
|
2245 |
msgid "Norwegian Krone (NOK)"
|
2246 |
+
msgstr ""
|
2247 |
|
2248 |
#: src/Tribe/Commerce/Currency.php:245
|
2249 |
msgid "Mexican Peso (MXN)"
|
2250 |
+
msgstr ""
|
2251 |
|
2252 |
#: src/Tribe/Commerce/Currency.php:239
|
2253 |
msgid "Malaysian Ringgit (MYR)"
|
2254 |
+
msgstr ""
|
2255 |
|
2256 |
#: src/Tribe/Commerce/Currency.php:233
|
2257 |
msgid "Japanese Yen (JPY)"
|
2258 |
+
msgstr ""
|
2259 |
|
2260 |
#: src/Tribe/Commerce/Currency.php:221
|
2261 |
msgid "Israeli New Sheqel (ILS)"
|
2262 |
+
msgstr ""
|
2263 |
|
2264 |
#: src/Tribe/Commerce/Currency.php:215
|
2265 |
msgid "Hungarian Forint (HUF)"
|
2266 |
+
msgstr ""
|
2267 |
|
2268 |
#: src/Tribe/Commerce/Currency.php:209
|
2269 |
msgid "Hong Kong Dollar (HKD)"
|
2270 |
+
msgstr ""
|
2271 |
|
2272 |
#: src/Tribe/Commerce/Currency.php:203
|
2273 |
msgid "Pound Sterling (GBP)"
|
2274 |
+
msgstr ""
|
2275 |
|
2276 |
#: src/Tribe/Commerce/Currency.php:197
|
2277 |
msgid "Euro (EUR)"
|
2278 |
+
msgstr ""
|
2279 |
|
2280 |
#: src/Tribe/Commerce/Currency.php:191
|
2281 |
msgid "Danish Krone (DKK)"
|
2282 |
+
msgstr ""
|
2283 |
|
2284 |
#: src/Tribe/Commerce/Currency.php:184
|
2285 |
msgid "Czech Koruna (CZK)"
|
2286 |
+
msgstr ""
|
2287 |
|
2288 |
#: src/Tribe/Commerce/Currency.php:178
|
2289 |
msgid "Swiss Franc (CHF)"
|
2290 |
+
msgstr ""
|
2291 |
|
2292 |
#: src/Tribe/Commerce/Currency.php:172
|
2293 |
msgid "Canadian Dollar (CAD)"
|
2294 |
+
msgstr ""
|
2295 |
|
2296 |
#: src/Tribe/Commerce/Currency.php:166
|
2297 |
msgid "Brazilian Real (BRL)"
|
2298 |
+
msgstr ""
|
2299 |
|
2300 |
#: src/Tribe/Commerce/Currency.php:160
|
2301 |
msgid "Australian Dollar (AUD)"
|
2302 |
+
msgstr ""
|
2303 |
|
2304 |
#: src/Tribe/Attendees_Table.php:814
|
2305 |
msgid "No matching attendees found."
|
2306 |
+
msgstr ""
|
2307 |
|
2308 |
#: src/Tribe/Attendees_Table.php:44
|
2309 |
msgid "Number of attendees per page:"
|
2310 |
+
msgstr ""
|
2311 |
|
2312 |
#: src/Tribe/Admin/Notices.php:53
|
2313 |
msgid "Event Tickets does not support ticket sales via third party ecommerce plugins. If you want to sell tickets with %1$s, please purchase a license for %2$s."
|
2314 |
+
msgstr ""
|
2315 |
|
2316 |
#: common/src/Tribe/Validate.php:184
|
2317 |
msgid "%s must not be empty"
|
2318 |
+
msgstr ""
|
2319 |
|
2320 |
#: src/template-tags/tickets.php:446
|
2321 |
msgctxt "ticket shared capacity message (remaining stock)"
|
2322 |
msgid "%1$d available of shared capacity"
|
2323 |
+
msgstr ""
|
2324 |
|
2325 |
#: src/admin-views/rsvp-metabox-capacity.php:19
|
2326 |
#: src/admin-views/tpp-metabox-capacity.php:25
|
2327 |
#: src/resources/js/app/blocks.js:45360
|
2328 |
msgid "Leave blank for unlimited"
|
2329 |
+
msgstr ""
|
2330 |
|
2331 |
#: src/admin-views/editor/panel/ticket.php:190
|
2332 |
msgid "Save RSVP"
|
2333 |
+
msgstr ""
|
2334 |
|
2335 |
#: src/admin-views/editor/panel/ticket.php:181
|
2336 |
msgid "Save ticket"
|
2337 |
+
msgstr ""
|
2338 |
|
2339 |
#: src/admin-views/editor/panel/ticket.php:99
|
2340 |
msgid "Ticket type name shows on the front end and emailed tickets"
|
2341 |
+
msgstr ""
|
2342 |
|
2343 |
#: src/admin-views/editor/panel/ticket.php:97
|
2344 |
msgid "Ticket Type is a required field."
|
2345 |
+
msgstr ""
|
2346 |
|
2347 |
#: src/admin-views/editor/panel/ticket.php:88
|
2348 |
msgid "Type:"
|
2350 |
|
2351 |
#: src/admin-views/editor/panel/ticket.php:83
|
2352 |
msgid "Edit RSVP"
|
2353 |
+
msgstr ""
|
2354 |
|
2355 |
#: src/admin-views/editor/panel/ticket.php:75
|
2356 |
msgid "Add new RSVP"
|
2357 |
+
msgstr ""
|
2358 |
|
2359 |
#: src/admin-views/editor/panel/settings.php:80
|
2360 |
msgid "Save settings"
|
2361 |
+
msgstr ""
|
2362 |
|
2363 |
#: src/admin-views/editor/panel/settings.php:43
|
2364 |
msgid "Select an image from your Media Library to display on emailed tickets. For best results, use a .jpg, .png, or .gif at least 1160px wide."
|
2365 |
+
msgstr ""
|
2366 |
|
2367 |
#: src/admin-views/editor/panel/settings.php:41
|
2368 |
msgid "Ticket header image:"
|
2369 |
+
msgstr ""
|
2370 |
|
2371 |
#: src/admin-views/editor/panel/list.php:74
|
2372 |
msgid "New RSVP"
|
2373 |
+
msgstr ""
|
2374 |
|
2375 |
#: src/admin-views/editor/panel/list.php:72
|
2376 |
msgid "Add a new RSVP"
|
2377 |
+
msgstr ""
|
2378 |
|
2379 |
#: src/admin-views/editor/panel/list.php:43
|
2380 |
msgid "View Attendees"
|
2381 |
+
msgstr ""
|
2382 |
|
2383 |
#: src/admin-views/editor/panel/list.php:15
|
2384 |
msgid "You have unsaved changes to your tickets. Discard those changes?"
|
2385 |
+
msgstr ""
|
2386 |
|
2387 |
#: src/admin-views/editor/list-table.php:40
|
2388 |
msgid "Available"
|
2389 |
+
msgstr ""
|
2390 |
|
2391 |
#: src/admin-views/editor/list-table.php:39
|
2392 |
#: src/modules/blocks/tickets/capacity-table/template.js:36
|
2393 |
#: src/resources/js/app/blocks.js:43661
|
2394 |
msgid "Capacity"
|
2395 |
+
msgstr ""
|
2396 |
|
2397 |
#: src/admin-views/editor/list-row.php:112
|
2398 |
msgid "( Ticket ID: %d )"
|
2399 |
+
msgstr ""
|
2400 |
|
2401 |
#: src/admin-views/editor/list-row.php:98
|
2402 |
msgid "The number of Complete ticket sales does not match the number of attendees. Please check the Attendees list and adjust ticket stock in WooCommerce as needed."
|
2403 |
+
msgstr ""
|
2404 |
|
2405 |
#: src/admin-views/editor/list-row.php:96
|
2406 |
msgid "Available:"
|
2407 |
+
msgstr ""
|
2408 |
|
2409 |
#: src/admin-views/rsvp-metabox-capacity.php:10
|
2410 |
#: src/admin-views/editor/list-row.php:91
|
2411 |
#: src/admin-views/tpp-metabox-capacity.php:16
|
2412 |
msgid "Capacity:"
|
2413 |
+
msgstr ""
|
2414 |
|
2415 |
#: src/admin-views/editor/fieldset/history.php:30
|
2416 |
msgid "Ti"
|
2417 |
+
msgstr ""
|
2418 |
|
2419 |
#: src/admin-views/editor/fieldset/history.php:27
|
2420 |
msgid "History"
|
2421 |
+
msgstr ""
|
2422 |
|
2423 |
#: src/admin-views/editor/fieldset/advanced.php:132
|
2424 |
msgid "If you do not set an end sale date, tickets sales will never end."
|
2425 |
+
msgstr ""
|
2426 |
|
2427 |
#: src/admin-views/editor/fieldset/advanced.php:130
|
2428 |
msgid "If you do not set an end sale date, tickets will be available until the event begins."
|
2429 |
+
msgstr ""
|
2430 |
|
2431 |
#: src/admin-views/editor/fieldset/advanced.php:124
|
2432 |
msgid "Ticket end date"
|
2433 |
+
msgstr ""
|
2434 |
|
2435 |
#: src/admin-views/editor/fieldset/advanced.php:98
|
2436 |
#: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
|
2437 |
#: src/resources/js/app/blocks.js:45517
|
2438 |
msgid "If you do not set a start sale date, tickets will be available immediately."
|
2439 |
+
msgstr ""
|
2440 |
|
2441 |
#: src/admin-views/editor/fieldset/advanced.php:97
|
2442 |
#: src/admin-views/editor/fieldset/advanced.php:126
|
2443 |
msgid "HH:MM"
|
2444 |
+
msgstr ""
|
2445 |
|
2446 |
#: src/admin-views/editor/fieldset/advanced.php:95
|
2447 |
msgid "Ticket start date"
|
2448 |
+
msgstr ""
|
2449 |
|
2450 |
#: src/admin-views/editor/fieldset/advanced.php:84
|
2451 |
#: src/admin-views/editor/fieldset/advanced.php:113
|
2453 |
#: common/src/resources/js/app/elements.js:9804
|
2454 |
#: common/src/resources/js/app/utils.js:7352
|
2455 |
msgid "at"
|
2456 |
+
msgstr ""
|
2457 |
|
2458 |
#: src/admin-views/editor/fieldset/advanced.php:83
|
2459 |
#: src/admin-views/editor/fieldset/advanced.php:112
|
2460 |
msgid "YYYY-MM-DD"
|
2461 |
+
msgstr ""
|
2462 |
|
2463 |
#: src/admin-views/editor/fieldset/advanced.php:65
|
2464 |
msgid "Show description on front end ticket form."
|
2465 |
+
msgstr ""
|
2466 |
|
2467 |
#: src/admin-views/editor/fieldset/advanced.php:47
|
2468 |
msgid "Description:"
|
2469 |
+
msgstr ""
|
2470 |
|
2471 |
#: src/admin-views/editor/fieldset/advanced.php:45
|
2472 |
msgid "Advanced Settings"
|
2473 |
+
msgstr ""
|
2474 |
|
2475 |
#: src/admin-views/editor/fieldset/advanced.php:42
|
2476 |
msgid "Advanced"
|
2477 |
+
msgstr ""
|
2478 |
|
2479 |
#: src/admin-views/editor/fieldset/advanced.php:38
|
2480 |
msgid "Start sale date cannot be greater than End Sale date"
|
2481 |
+
msgstr ""
|
2482 |
|
2483 |
#: src/admin-views/editor/fieldset/advanced.php:37
|
2484 |
msgid "Start sale date cannot be empty."
|
2485 |
+
msgstr ""
|
2486 |
|
2487 |
#: src/admin-views/admin-welcome-message.php:33
|
2488 |
msgid "Settings Overview"
|
2489 |
+
msgstr ""
|
2490 |
|
2491 |
#: src/Tribe/Main.php:673
|
2492 |
msgid "Welcome to Event Tickets!"
|
2493 |
+
msgstr ""
|
2494 |
|
2495 |
#: src/views/blocks/rsvp/details/availability.php:28
|
2496 |
#: src/views/blocks/tickets/extra-available-unlimited.php:18
|
2501 |
#: src/resources/js/app/blocks.js:5523 src/resources/js/app/blocks.js:41107
|
2502 |
#: src/resources/js/app/data.js:5506
|
2503 |
msgid "Unlimited"
|
2504 |
+
msgstr ""
|
2505 |
|
2506 |
#: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
|
2507 |
#: src/resources/js/app/blocks.js:5520 src/resources/js/app/data.js:5503
|
2508 |
msgid "Set capacity for this ticket only"
|
2509 |
+
msgstr ""
|
2510 |
|
2511 |
#: src/Tribe/Tickets.php:1195
|
2512 |
msgid "Shared capacity with other tickets"
|
2513 |
+
msgstr ""
|
2514 |
|
2515 |
#: src/Tribe/Tickets.php:459
|
2516 |
#: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
|
2517 |
#: src/resources/js/app/blocks.js:45996
|
2518 |
msgid "Move Ticket"
|
2519 |
+
msgstr ""
|
2520 |
|
2521 |
#: src/Tribe/Tickets.php:459
|
2522 |
#: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
|
2523 |
#: src/resources/js/app/blocks.js:41552
|
2524 |
msgid "Move RSVP"
|
2525 |
+
msgstr ""
|
2526 |
|
2527 |
#: src/Tribe/Tickets.php:384
|
2528 |
msgid "Delete Ticket"
|
2529 |
+
msgstr ""
|
2530 |
|
2531 |
#: src/Tribe/Tickets.php:384
|
2532 |
msgid "Delete RSVP"
|
2533 |
+
msgstr ""
|
2534 |
|
2535 |
#: src/Tribe/Metabox.php:311
|
2536 |
msgid "Failed to Delete the Ticket, Refresh the Page to try again."
|
2537 |
+
msgstr ""
|
2538 |
|
2539 |
#: src/Tribe/Metabox.php:271 src/Tribe/Metabox.php:317
|
2540 |
#: src/Tribe/Metabox.php:355 src/Tribe/Metabox.php:392
|
2541 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:66
|
2542 |
#: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:242
|
2543 |
msgid "Commerce Module invalid"
|
2544 |
+
msgstr ""
|
2545 |
|
2546 |
#: src/Tribe/Metabox.php:265
|
2547 |
msgid "Failed to Edit the Ticket, Refresh the Page to try again."
|
2548 |
+
msgstr ""
|
2549 |
|
2550 |
#: src/Tribe/Metabox.php:255 src/Tribe/Metabox.php:307
|
2551 |
msgid "Invalid Ticket"
|
2552 |
+
msgstr ""
|
2553 |
|
2554 |
#: src/Tribe/Metabox.php:220
|
2555 |
msgid "Failed to Add the Ticket"
|
2556 |
+
msgstr ""
|
2557 |
|
2558 |
#: src/Tribe/Metabox.php:202
|
2559 |
msgid "Commerce Provider invalid"
|
2560 |
+
msgstr ""
|
2561 |
|
2562 |
#: src/Tribe/Metabox.php:198
|
2563 |
msgid "Failed to Add the Ticket, Refresh the Page to try again."
|
2564 |
+
msgstr ""
|
2565 |
|
2566 |
#: src/Tribe/Metabox.php:188 src/Tribe/Metabox.php:249
|
2567 |
#: src/Tribe/Metabox.php:301
|
2568 |
msgid "Invalid parent Post"
|
2569 |
+
msgstr ""
|
2570 |
|
2571 |
#: src/Tribe/Metabox.php:109
|
2572 |
msgid "Invalid Post ID"
|
2573 |
+
msgstr ""
|
2574 |
|
2575 |
#: src/Tribe/CSV_Importer/Column_Names.php:43
|
2576 |
#: src/resources/js/app/blocks.js:45386
|
2577 |
msgid "Ticket Capacity"
|
2578 |
+
msgstr ""
|
2579 |
|
2580 |
#: common/src/admin-views/tribe-options-help.php:20
|
2581 |
msgid "Check out our %s for developers."
|
2582 |
+
msgstr ""
|
2583 |
|
2584 |
#: common/src/admin-views/tribe-options-help.php:18
|
2585 |
msgid "Want to dive deeper?"
|
2586 |
+
msgstr ""
|
2587 |
|
2588 |
#: common/src/admin-views/tribe-options-display.php:28
|
2589 |
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>."
|
2590 |
+
msgstr ""
|
2591 |
|
2592 |
#: common/src/Tribe/Validate.php:545
|
2593 |
msgid "%s must be an email address."
|
2594 |
+
msgstr ""
|
2595 |
|
2596 |
#: common/src/Tribe/Main.php:266
|
2597 |
msgid "Clear Selection."
|
2598 |
+
msgstr ""
|
2599 |
|
2600 |
#: common/src/Tribe/Main.php:265
|
2601 |
msgid "Select all pages"
|
2602 |
+
msgstr ""
|
2603 |
|
2604 |
#: common/src/Tribe/Main.php:264
|
2605 |
msgid "All items on this page were selected. "
|
2606 |
+
msgstr ""
|
2607 |
|
2608 |
#: common/src/Tribe/Languages/Locations.php:252
|
2609 |
msgid "Sint Maarten"
|
2610 |
+
msgstr ""
|
2611 |
|
2612 |
#: common/src/Tribe/Languages/Locations.php:245
|
2613 |
msgid "São Tomé and Príncipe"
|
2614 |
+
msgstr ""
|
2615 |
|
2616 |
#: common/src/Tribe/Languages/Locations.php:238
|
2617 |
msgid "Saint Helena"
|
2618 |
+
msgstr ""
|
2619 |
|
2620 |
#: common/src/Tribe/Languages/Locations.php:237
|
2621 |
msgid "Saint Barthélemy"
|
2622 |
+
msgstr ""
|
2623 |
|
2624 |
#: common/src/Tribe/Languages/Locations.php:113
|
2625 |
msgid "Curaçao"
|
2626 |
+
msgstr ""
|
2627 |
|
2628 |
#: common/src/Tribe/Languages/Locations.php:103
|
2629 |
msgid "Collectivity of Saint Martin"
|
2630 |
+
msgstr ""
|
2631 |
|
2632 |
#: common/src/Tribe/Languages/Locations.php:57
|
2633 |
msgid "Åland Islands"
|
2634 |
+
msgstr ""
|
2635 |
|
2636 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:57
|
2637 |
msgid "A list of links to the term own, archive and parent REST URL"
|
2638 |
+
msgstr ""
|
2639 |
|
2640 |
#: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
|
2641 |
msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
|
2642 |
+
msgstr ""
|
2643 |
|
2644 |
#: src/template-tags/tickets.php:254
|
2645 |
msgctxt "list view buy now ticket button"
|
2649 |
#: src/template-tags/tickets.php:251
|
2650 |
msgctxt "list view rsvp now ticket button"
|
2651 |
msgid "RSVP Now!"
|
2652 |
+
msgstr ""
|
2653 |
|
2654 |
#: src/template-tags/tickets.php:239
|
2655 |
msgid "%s ticket left"
|
2656 |
msgid_plural "%s tickets left"
|
2657 |
+
msgstr[0] "%s Karte übrig"
|
2658 |
+
msgstr[1] "%s Karten übrig"
|
2659 |
|
2660 |
#: src/template-tags/tickets.php:237
|
2661 |
msgid "%s spot left"
|
2666 |
#: src/template-tags/tickets.php:204
|
2667 |
msgctxt "list view stock sold out"
|
2668 |
msgid "Sold out"
|
2669 |
+
msgstr ""
|
2670 |
|
2671 |
#: common/src/Tribe/Plugins_API.php:139
|
2672 |
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."
|
2673 |
+
msgstr ""
|
2674 |
|
2675 |
#: common/src/Tribe/Plugins_API.php:135
|
2676 |
msgid "Image Widget Plus"
|
2678 |
|
2679 |
#: common/src/Tribe/Plugins_API.php:104
|
2680 |
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."
|
2681 |
+
msgstr "Akzeptieren Sie Veranstaltungen von Nutzern auf Ihrer Seite! Mit Community Events können Sie öffentliche oder anonyme Einsendungen akzeptieren. Die Einstellungen geben Ihnen die Option, sie als Entwürfe zu speichern oder automatisch zu veröffentlichen. Aktivieren Sie Kategorien und Schlagwörter und wähle Sie aus, ob Benutzer ihre eigenen Veranstaltungen bearbeiten oder verwalten können. Das Beste von allen - das Setup ist einfach! Einfach aktivieren, die Optionen konfigurieren und los geht's."
|
2682 |
|
2683 |
#: common/src/Tribe/Plugins_API.php:60
|
2684 |
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."
|
2685 |
+
msgstr "Event-Tickets bieten eine einfache Möglichkeit für Besucher zu RSVP zu Ihren Veranstaltungen. Als eigenständiges Plugin ermöglicht es, RSVP-Funktionalität zu Beiträgen oder Seiten hinzuzufügen. Wenn Sie mit dem Veranstaltungskalender verbunden sind, können Du dieselbe RSVP-Funktionalität direkt zu Ihren Eventlisten hinzufügen."
|
2686 |
|
2687 |
#: common/src/Tribe/Plugins_API.php:28
|
2688 |
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."
|
2689 |
+
msgstr "Erstelle Sie einen Veranstaltungskalender und verwalte Sie ihn mit Leichtigkeit. Das Events Calendar Plugin bietet professionelle Qualität und Funktionen, die von einem Team unterstützt werden, dem Sie vertrauen können."
|
2690 |
|
2691 |
#: src/views/tickets/tpp.php:112
|
2692 |
msgid "Buy now"
|
2694 |
|
2695 |
#: common/src/Tribe/PUE/Notices.php:398
|
2696 |
msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
|
2697 |
+
msgstr ""
|
2698 |
|
2699 |
#: common/src/Tribe/PUE/Notices.php:279
|
2700 |
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."
|
2701 |
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."
|
2702 |
+
msgstr[0] "Es sieht so aus, als würden Sie %1$s verwenden, aber der Lizenzschlüssel ist ungültig. Bitte laden Sie die neueste Version %2$svon Ihrem Konto%3$s."
|
2703 |
+
msgstr[1] "Es sieht so aus, als würden Sie %1$s verwenden, aber der Lizenzschlüssel ist ungültig. Bitte laden Sie die neueste Version %2$svon Ihrem Konto%3$s."
|
2704 |
|
2705 |
#: common/src/Tribe/PUE/Checker.php:987
|
2706 |
msgid "Please refresh the page and try your request again."
|
2707 |
+
msgstr ""
|
2708 |
|
2709 |
#: common/src/Tribe/Ajax/Dropdown.php:243
|
2710 |
msgid "The \"%s\" source is invalid and cannot be reached on \"%s\" instance."
|
2711 |
+
msgstr ""
|
2712 |
|
2713 |
#: common/src/Tribe/Ajax/Dropdown.php:193
|
2714 |
msgid "Empty data set for this dropdown"
|
2724 |
|
2725 |
#: common/src/Tribe/PUE/Checker.php:1106
|
2726 |
msgid "There is a new version of %1$s available. %2$s"
|
2727 |
+
msgstr ""
|
2728 |
|
2729 |
#: common/src/Tribe/PUE/Checker.php:1095
|
2730 |
msgid "Update now to version %s."
|
2731 |
+
msgstr ""
|
2732 |
|
2733 |
#: common/src/Tribe/PUE/Checker.php:500
|
2734 |
msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
|
2735 |
+
msgstr "%1$sKaufe Sie eine Lizenz%2$s für den Event Aggregator Service um weitere Importfunktionen freizuschalten."
|
2736 |
|
2737 |
#: common/src/Tribe/Validate.php:248
|
2738 |
msgid "%s must be a whole number."
|
2739 |
+
msgstr "\t%s muss eine Ganzzahl sein."
|
2740 |
|
2741 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:52
|
2742 |
msgid "The URL to the term archive page"
|
2743 |
+
msgstr ""
|
2744 |
|
2745 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:48
|
2746 |
msgid "The number of posts associated with the term"
|
2747 |
+
msgstr ""
|
2748 |
|
2749 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:44
|
2750 |
msgid "The term parent term if any"
|
2751 |
+
msgstr ""
|
2752 |
|
2753 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:40
|
2754 |
msgid "The term description"
|
2755 |
+
msgstr ""
|
2756 |
|
2757 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:36
|
2758 |
msgid "The taxonomy the term belongs to"
|
2759 |
+
msgstr ""
|
2760 |
|
2761 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:32
|
2762 |
msgid "The term slug"
|
2763 |
+
msgstr ""
|
2764 |
|
2765 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:28
|
2766 |
msgid "The term name"
|
2767 |
+
msgstr ""
|
2768 |
|
2769 |
#: common/src/Tribe/Documentation/Swagger/Term_Definition_Provider.php:24
|
2770 |
msgid "The WordPress term ID"
|
2771 |
+
msgstr ""
|
2772 |
|
2773 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:37
|
2774 |
msgid "The link to the image in the specified size on the site"
|
2775 |
+
msgstr ""
|
2776 |
|
2777 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:32
|
2778 |
msgid "The image mime-type"
|
2779 |
+
msgstr ""
|
2780 |
|
2781 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:28
|
2782 |
msgid "The image height in pixels in the specified size"
|
2783 |
+
msgstr ""
|
2784 |
|
2785 |
#: common/src/Tribe/Documentation/Swagger/Image_Size_Definition_Provider.php:24
|
2786 |
msgid "The image width in pixels in the specified size"
|
2787 |
+
msgstr ""
|
2788 |
|
2789 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:45
|
2790 |
msgid "The details about each size available for the image"
|
2791 |
+
msgstr ""
|
2792 |
|
2793 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:41
|
2794 |
msgid "The image natural height in pixels"
|
2795 |
+
msgstr ""
|
2796 |
|
2797 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:37
|
2798 |
msgid "The image natural width in pixels"
|
2799 |
+
msgstr ""
|
2800 |
|
2801 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:33
|
2802 |
msgid "The image file extension"
|
2803 |
+
msgstr ""
|
2804 |
|
2805 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:29
|
2806 |
msgid "The image WordPress post ID"
|
2807 |
+
msgstr ""
|
2808 |
|
2809 |
#: common/src/Tribe/Documentation/Swagger/Image_Definition_Provider.php:25
|
2810 |
msgid "The URL to the full size version of the image"
|
2811 |
+
msgstr ""
|
2812 |
|
2813 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:44
|
2814 |
msgid "The date seconds"
|
2815 |
+
msgstr ""
|
2816 |
|
2817 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:40
|
2818 |
msgid "The date minutes"
|
2819 |
+
msgstr ""
|
2820 |
|
2821 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:36
|
2822 |
msgid "The date hour"
|
2823 |
+
msgstr ""
|
2824 |
|
2825 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:32
|
2826 |
msgid "The date day"
|
2827 |
+
msgstr ""
|
2828 |
|
2829 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:28
|
2830 |
msgid "The date month"
|
2831 |
+
msgstr ""
|
2832 |
|
2833 |
#: common/src/Tribe/Documentation/Swagger/Date_Details_Definition_Provider.php:24
|
2834 |
msgid "The date year"
|
2835 |
+
msgstr ""
|
2836 |
|
2837 |
#: common/src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:34
|
2838 |
msgid "A sorted array of all the numeric values for the cost"
|
2840 |
|
2841 |
#: common/src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:28
|
2842 |
msgid "The position of the currency symbol in the cost string"
|
2843 |
+
msgstr ""
|
2844 |
|
2845 |
#: common/src/Tribe/Documentation/Swagger/Cost_Details_Definition_Provider.php:24
|
2846 |
msgid "The cost currency symbol"
|
2847 |
+
msgstr ""
|
2848 |
|
2849 |
#: src/template-tags/tickets.php:449
|
2850 |
msgctxt "ticket stock message (remaining stock)"
|
2851 |
msgid "%1$d available"
|
2852 |
+
msgstr ""
|
2853 |
|
2854 |
#: src/template-tags/tickets.php:444
|
2855 |
msgid "%s %d"
|
2856 |
+
msgstr "\t%s %d"
|
2857 |
|
2858 |
#: src/template-tags/tickets.php:438
|
2859 |
msgctxt "separate going and remain RSVPs"
|
2860 |
msgid "RSVP'd Going"
|
2861 |
+
msgstr ""
|
2862 |
|
2863 |
#: src/admin-views/tribe-options-tickets.php:102
|
2864 |
msgid "Location of Tickets form"
|
2865 |
+
msgstr "Standort des Ticketformulars"
|
2866 |
|
2867 |
#: src/admin-views/tribe-options-tickets.php:92
|
2868 |
msgid "Location of RSVP form"
|
2887 |
#: src/admin-views/attendees.php:40
|
2888 |
msgctxt "attendee screen summary"
|
2889 |
msgid "%s Details"
|
2890 |
+
msgstr "Veranstaltungsdetails"
|
2891 |
|
2892 |
#: src/Tribe/Attendees.php:112
|
2893 |
msgctxt "attendee event actions"
|
2894 |
msgid "View %s"
|
2895 |
+
msgstr ""
|
2896 |
|
2897 |
#: src/Tribe/Attendees.php:111
|
2898 |
msgctxt "attendee event actions"
|
2899 |
msgid "Edit %s"
|
2900 |
+
msgstr "Veranstaltung bearbeiten"
|
2901 |
|
2902 |
#: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
|
2903 |
msgid "Undo"
|
2904 |
+
msgstr ""
|
2905 |
|
2906 |
#: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
|
2907 |
#: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
|
2908 |
msgid "Check In"
|
2909 |
+
msgstr "einchecken"
|
2910 |
|
2911 |
#: src/Tribe/Attendees_Table.php:72 src/Tribe/Attendees_Table.php:76
|
2912 |
msgctxt "attendee table"
|
2913 |
msgid "Check in"
|
2914 |
+
msgstr "einchecken"
|
2915 |
|
2916 |
#: src/Tribe/Attendees_Table.php:70
|
2917 |
msgctxt "attendee table"
|
2918 |
msgid "Security Code"
|
2919 |
+
msgstr ""
|
2920 |
|
2921 |
#: src/Tribe/Attendees_Table.php:69
|
2922 |
msgctxt "attendee table"
|
2923 |
msgid "Primary Information"
|
2924 |
+
msgstr ""
|
2925 |
|
2926 |
#: src/Tribe/Admin/Views/Ticketed.php:59
|
2927 |
msgid "Unticketed"
|
2928 |
+
msgstr ""
|
2929 |
|
2930 |
#: src/Tribe/Admin/Views/Ticketed.php:47
|
2931 |
msgid "Ticketed"
|
2932 |
+
msgstr ""
|
2933 |
|
2934 |
#: common/src/Tribe/Settings.php:281 common/src/Tribe/Settings.php:282
|
2935 |
msgid "Events Help"
|
2936 |
+
msgstr "Hilfe zu Veranstaltungen"
|
2937 |
|
2938 |
#: common/src/Tribe/PUE/Checker.php:1688
|
2939 |
msgid "Expired license. Consult your network administrator."
|
2941 |
|
2942 |
#: common/src/Tribe/PUE/Checker.php:1687
|
2943 |
msgid "No license entered. Consult your network administrator."
|
2944 |
+
msgstr ""
|
2945 |
|
2946 |
#: common/src/Tribe/PUE/Checker.php:1686
|
2947 |
msgid "A valid license has been entered by your network administrator."
|
2949 |
|
2950 |
#: common/src/Tribe/PUE/Checker.php:553
|
2951 |
msgid "Site License Key"
|
2952 |
+
msgstr ""
|
2953 |
|
2954 |
#: common/src/Tribe/PUE/Checker.php:542
|
2955 |
msgid "Check this box if you wish to override the network license key with your own"
|
2956 |
+
msgstr "Aktivieren Sie diese Option, um den Netzwerk Lizenzschlüssel mit Ihrem eigenen zu überschreiben"
|
2957 |
|
2958 |
#: common/src/Tribe/PUE/Checker.php:541
|
2959 |
msgid "Override network license key"
|
2960 |
+
msgstr ""
|
2961 |
|
2962 |
#: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
|
2963 |
msgid "License Key Status:"
|
2964 |
+
msgstr "Status des Lizenz - Schlüssels"
|
2965 |
|
2966 |
#: common/src/Tribe/Main.php:289
|
2967 |
msgid "Done"
|
2968 |
+
msgstr "Erledigt"
|
2969 |
|
2970 |
#: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
|
2971 |
msgid "Today"
|
2972 |
+
msgstr ""
|
2973 |
|
2974 |
#: common/src/Tribe/Main.php:287
|
2975 |
msgid "Prev"
|
2976 |
+
msgstr ""
|
2977 |
|
2978 |
#: common/src/Tribe/Customizer.php:643
|
2979 |
msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
|
2980 |
+
msgstr ""
|
2981 |
|
2982 |
#: common/src/admin-views/app-shop.php:31
|
2983 |
msgid "Installed"
|
2989 |
|
2990 |
#: common/src/Tribe/Extension.php:377
|
2991 |
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."
|
2992 |
+
msgstr ""
|
2993 |
|
2994 |
#: common/src/Tribe/Extension.php:144
|
2995 |
msgid "Tutorial"
|
2996 |
+
msgstr ""
|
2997 |
|
2998 |
#: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
|
2999 |
#: common/src/Tribe/Admin/Notice/Php_Version.php:60
|
3010 |
#: src/views/tickets/rsvp.php:171
|
3011 |
msgctxt "order status label"
|
3012 |
msgid "RSVP"
|
3013 |
+
msgstr ""
|
3014 |
|
3015 |
#: src/views/tickets/rsvp.php:31
|
3016 |
msgctxt "form heading"
|
3017 |
msgid "RSVP"
|
3018 |
+
msgstr ""
|
3019 |
|
3020 |
#: src/views/tickets/orders-rsvp.php:68
|
3021 |
msgctxt "order status label"
|
3022 |
msgid "RSVP: "
|
3023 |
+
msgstr ""
|
3024 |
|
3025 |
#: src/views/tickets/email-tickets-moved.php:103
|
3026 |
msgid "We wanted to let you know that a ticket you purchased for %2$s has been transferred to %3$s%4$s. Your ticket remains valid and no further action is needed on your part:"
|
3027 |
msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s have been transferred to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part:"
|
3028 |
+
msgstr[0] ""
|
3029 |
+
msgstr[1] ""
|
3030 |
|
3031 |
#: src/views/tickets/email-ticket-type-moved.php:115
|
3032 |
#: src/views/tickets/email-tickets-moved.php:117
|
3033 |
msgid " (taking place on %s)"
|
3034 |
+
msgstr "\t(Erfolgt auf %s)"
|
3035 |
|
3036 |
#: src/views/tickets/email-ticket-type-moved.php:101
|
3037 |
msgid "We wanted to let you know that your ticket for %2$s has been transferred to %3$s%4$s. Your ticket remains valid and no further action is needed on your part."
|
3038 |
msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have been transferred to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part."
|
3039 |
+
msgstr[0] ""
|
3040 |
+
msgstr[1] ""
|
3041 |
|
3042 |
#: src/views/tickets/email-ticket-type-moved.php:97
|
3043 |
#: src/views/tickets/email-tickets-moved.php:99
|
3044 |
msgid "Important changes to your tickets"
|
3045 |
+
msgstr "Wichtige Änderungen an Ihren Tickets"
|
3046 |
|
3047 |
#: src/admin-views/ticket-type-history.php:15
|
3048 |
msgid "Click to hide history"
|
3054 |
|
3055 |
#: src/admin-views/ticket-type-history.php:10
|
3056 |
msgid "Ticket history:"
|
3057 |
+
msgstr ""
|
3058 |
|
3059 |
#: src/admin-views/move-tickets.php:89
|
3060 |
msgctxt "move tickets dialog"
|
3061 |
msgid "Next »"
|
3062 |
+
msgstr ""
|
3063 |
|
3064 |
#: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42914
|
3065 |
msgid "Finish!"
|
3066 |
+
msgstr "Finish!"
|
3067 |
|
3068 |
#: src/admin-views/move-tickets.php:87
|
3069 |
msgctxt "move tickets dialog"
|
3073 |
#: src/admin-views/move-tickets.php:80
|
3074 |
msgctxt "move tickets dialog"
|
3075 |
msgid "Please be patient while your request is processed…"
|
3076 |
+
msgstr ""
|
3077 |
|
3078 |
#: src/admin-views/move-tickets.php:72
|
3079 |
msgid "Select the ticket type that the tickets should be transferred to:"
|
3080 |
+
msgstr ""
|
3081 |
|
3082 |
#: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42899
|
3083 |
msgid "Select the post you wish to move the ticket type to:"
|
3084 |
+
msgstr ""
|
3085 |
|
3086 |
#: src/admin-views/move-tickets.php:59
|
3087 |
msgid "You can also enter keywords to help find the target event by title or description:"
|
3088 |
+
msgstr ""
|
3089 |
|
3090 |
#: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42877
|
3091 |
msgid "You can optionally focus on a specific post type:"
|
3092 |
+
msgstr ""
|
3093 |
|
3094 |
#: src/admin-views/move-tickets.php:47
|
3095 |
msgid "Move tickets to a different event"
|
3096 |
+
msgstr ""
|
3097 |
|
3098 |
#: src/admin-views/move-tickets.php:43
|
3099 |
msgid "Move to a different ticket type within the same event"
|
3100 |
+
msgstr ""
|
3101 |
|
3102 |
#: src/admin-views/move-tickets.php:30
|
3103 |
msgid "You have selected %1$s ticket for %2$s. You can move it to a different ticket type within the same event, or to a different event."
|
3104 |
msgid_plural "You have selected %1$s tickets for %2$s. You can move them to a different ticket type within the same event, or to a different event."
|
3105 |
+
msgstr[0] ""
|
3106 |
+
msgstr[1] ""
|
3107 |
|
3108 |
#: src/admin-views/move-tickets.php:25
|
3109 |
msgid "You have specified a range of attendees that are managed by different providers. It is not currently possible to move these together."
|
3110 |
+
msgstr ""
|
3111 |
|
3112 |
#: src/admin-views/move-tickets.php:19
|
3113 |
msgid "No attendees specified! Please try again."
|
3114 |
+
msgstr ""
|
3115 |
|
3116 |
#: src/admin-views/list.php:67
|
3117 |
msgid "Move"
|
3123 |
|
3124 |
#: src/admin-views/admin-welcome-message.php:69
|
3125 |
msgid "Sign Up"
|
3126 |
+
msgstr ""
|
3127 |
|
3128 |
#: src/admin-views/admin-welcome-message.php:80
|
3129 |
msgid "Rate It"
|
3130 |
+
msgstr ""
|
3131 |
|
3132 |
#: src/admin-views/admin-welcome-message.php:79
|
3133 |
msgid "Rate us today!"
|
3134 |
+
msgstr ""
|
3135 |
|
3136 |
#: src/admin-views/admin-welcome-message.php:77
|
3137 |
msgid "We Need Your Help"
|
3138 |
+
msgstr ""
|
3139 |
|
3140 |
#: src/Tribe/Attendees.php:503
|
3141 |
msgctxt "attendee export"
|
3145 |
#: src/Tribe/Attendees.php:502
|
3146 |
msgctxt "attendee export"
|
3147 |
msgid "Customer Name"
|
3148 |
+
msgstr "\tKunden Name"
|
3149 |
|
3150 |
#: src/Tribe/Attendees.php:501
|
3151 |
msgctxt "attendee export"
|
3152 |
msgid "Ticket #"
|
3153 |
+
msgstr ""
|
3154 |
|
3155 |
#: src/Tribe/Attendees.php:500
|
3156 |
msgctxt "attendee export"
|
3157 |
msgid "Order Status"
|
3158 |
+
msgstr ""
|
3159 |
|
3160 |
#: src/Tribe/Attendees.php:499
|
3161 |
msgctxt "attendee export"
|
3162 |
msgid "Order ID"
|
3163 |
+
msgstr ""
|
3164 |
|
3165 |
#: src/Tribe/Attendees.php:317
|
3166 |
msgid "You must first select one or more tickets before you can move them!"
|
3167 |
+
msgstr ""
|
3168 |
|
3169 |
#: src/Tribe/Attendees.php:82
|
3170 |
msgid "Post type"
|
3171 |
+
msgstr ""
|
3172 |
|
3173 |
#: src/Tribe/Attendees.php:116
|
3174 |
msgctxt "attendee event actions"
|
3175 |
msgid "View"
|
3176 |
+
msgstr ""
|
3177 |
|
3178 |
#: src/Tribe/Attendees.php:115
|
3179 |
msgctxt "attendee event actions"
|
3182 |
|
3183 |
#: src/Tribe/RSVP.php:332
|
3184 |
msgid "RSVP Ticket"
|
3185 |
+
msgstr ""
|
3186 |
|
3187 |
#: src/Tribe/RSVP.php:331
|
3188 |
msgid "RSVP Tickets"
|
3189 |
+
msgstr ""
|
3190 |
|
3191 |
#: src/Tribe/RSVP.php:163
|
3192 |
msgctxt "ticket provider"
|
3193 |
msgid "RSVP"
|
3194 |
+
msgstr ""
|
3195 |
|
3196 |
#: src/Tribe/RSVP/Attendance_Totals.php:39
|
3197 |
msgctxt "attendee summary"
|
3198 |
msgid "Not Going:"
|
3199 |
+
msgstr ""
|
3200 |
|
3201 |
#: src/Tribe/RSVP/Attendance_Totals.php:38
|
3202 |
msgctxt "attendee summary"
|
3203 |
msgid "Going:"
|
3204 |
+
msgstr ""
|
3205 |
|
3206 |
#: src/Tribe/RSVP/Attendance_Totals.php:37
|
3207 |
msgctxt "attendee summary"
|
3208 |
msgid "Total RSVPs:"
|
3209 |
+
msgstr ""
|
3210 |
|
3211 |
#: src/Tribe/Assets.php:112
|
3212 |
msgid "Are you sure you want to delete this ticket? This cannot be undone."
|
3213 |
+
msgstr "Möchten Sie diese Karte löschen? Dies kann nicht rückgängig gemacht werden."
|
3214 |
|
3215 |
#: src/Tribe/Main.php:808
|
3216 |
msgctxt "button text"
|
3217 |
msgid "RSVP"
|
3218 |
+
msgstr ""
|
3219 |
|
3220 |
#: src/Tribe/CSV_Importer/Rows.php:49
|
3221 |
msgctxt "post type label"
|
3222 |
msgid "RSVPs"
|
3223 |
+
msgstr ""
|
3224 |
|
3225 |
#: src/Tribe/CSV_Importer/Rows.php:35
|
3226 |
msgctxt "import type"
|
3227 |
msgid "RSVPs"
|
3228 |
+
msgstr ""
|
3229 |
|
3230 |
#: src/Tribe/Attendees_Table.php:330
|
3231 |
msgctxt "row action"
|
3240 |
#: src/Tribe/Attendees_Table.php:308
|
3241 |
msgctxt "row action"
|
3242 |
msgid "Check In"
|
3243 |
+
msgstr "\tEinchecken"
|
3244 |
|
3245 |
#: src/Tribe/Attendees_Table.php:309
|
3246 |
msgctxt "row action"
|
3247 |
msgid "Undo Check In"
|
3248 |
+
msgstr ""
|
3249 |
|
3250 |
#: src/Tribe/Attendees_Table.php:71
|
3251 |
msgctxt "attendee table"
|
3252 |
msgid "Status"
|
3253 |
+
msgstr ""
|
3254 |
|
3255 |
#: src/Tribe/Attendees_Table.php:68
|
3256 |
msgctxt "attendee table"
|
3257 |
msgid "Ticket"
|
3258 |
+
msgstr ""
|
3259 |
|
3260 |
#: src/Tribe/Attendance_Totals.php:30
|
3261 |
msgctxt "attendee summary"
|
3269 |
|
3270 |
#: src/Tribe/Admin/Ticket_History.php:65
|
3271 |
msgid "No history available"
|
3272 |
+
msgstr ""
|
3273 |
|
3274 |
#: src/Tribe/Admin/Ticket_History.php:35
|
3275 |
msgctxt "attendee table"
|
3279 |
#: src/Tribe/Admin/Ticket_History.php:34
|
3280 |
msgctxt "attendee table"
|
3281 |
msgid "View history"
|
3282 |
+
msgstr ""
|
3283 |
|
3284 |
#: src/Tribe/Admin/Move_Tickets.php:763
|
3285 |
msgid "This ticket was moved to %1$s from %2$s"
|
3286 |
+
msgstr ""
|
3287 |
|
3288 |
#: src/Tribe/Admin/Move_Tickets.php:583
|
3289 |
msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
|
3290 |
+
msgstr ""
|
3291 |
|
3292 |
#: src/Tribe/Admin/Move_Tickets.php:465
|
3293 |
msgid "%1$d attendee for %2$s was successfully %3$s. Please adjust capacity and stock manually as needed. This attendee will receive an email notifying them of the change."
|
3294 |
msgid_plural "%1$d attendees for %2$s were successfully %3$s. Please adjust capacity and stock manually as needed. These attendees will receive an email notifying them of the change."
|
3295 |
+
msgstr[0] "%1$d Teilnehmer für %2$s wurde erfolgreich nach %3$s verschoben. Bitte passen Sie den Bestand manuell nach Bedarf an. Die Teilnehmer erhalten eine E-Mail, die sie über die Änderung informiert."
|
3296 |
+
msgstr[1] "%1$d Teilnehmer für %2$s wurden erfolgreich nach %3$s verschoben. Bitte passen Sie den Bestand manuell nach Bedarf an. Die Teilnehmer erhalten eine E-Mail, die sie über die Änderung informiert."
|
3297 |
|
3298 |
#: src/Tribe/Admin/Move_Tickets.php:458
|
3299 |
msgctxt "moved tickets success message fragment"
|
3300 |
msgid "moved to %s and"
|
3301 |
+
msgstr ""
|
3302 |
|
3303 |
#: src/Tribe/Admin/Move_Tickets.php:451
|
3304 |
msgctxt "moved tickets success message fragment"
|
3307 |
|
3308 |
#: src/Tribe/Admin/Move_Tickets.php:443
|
3309 |
msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
|
3310 |
+
msgstr ""
|
3311 |
|
3312 |
#: src/Tribe/Admin/Move_Tickets.php:435
|
3313 |
msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
|
3314 |
+
msgstr ""
|
3315 |
|
3316 |
#: src/Tribe/Admin/Move_Tickets.php:225
|
3317 |
msgctxt "attendee screen bulk actions"
|
3318 |
msgid "Move"
|
3319 |
+
msgstr "verschieben"
|
3320 |
|
3321 |
#: src/Tribe/Admin/Move_Tickets.php:116
|
3322 |
msgid "Loading, please wait…"
|
3323 |
+
msgstr "\tLade, bitte warten…"
|
3324 |
|
3325 |
#: src/Tribe/Admin/Move_Tickets.php:115
|
3326 |
msgid "No ticket types were found for this post."
|
3327 |
+
msgstr ""
|
3328 |
|
3329 |
#: src/Tribe/Admin/Move_Tickets.php:114
|
3330 |
msgid "No results found - you may need to widen your search criteria."
|
3331 |
+
msgstr ""
|
3332 |
|
3333 |
#: src/Tribe/Admin/Move_Tickets.php:113
|
3334 |
msgid "Unable to update the post list. Please refresh the page and try again."
|
3335 |
+
msgstr ""
|
3336 |
|
3337 |
#: src/Tribe/Admin/Move_Tickets.php:112
|
3338 |
msgid "Woops! We could not complete the requested operation due to an unforeseen problem."
|
3339 |
+
msgstr ""
|
3340 |
|
3341 |
#: src/Tribe/Admin/Move_Tickets.php:77
|
3342 |
msgid "Move Attendees"
|
3349 |
|
3350 |
#: src/Tribe/Admin/Move_Ticket_Types.php:205
|
3351 |
msgid "Ticket type was moved to <a href=\"%1$s\" target=\"_blank\">%2$s</a> from <a href=\"%3$s\" target=\"_blank\">%4$s</a>"
|
3352 |
+
msgstr ""
|
3353 |
|
3354 |
#: src/Tribe/Admin/Move_Ticket_Types.php:115
|
3355 |
msgid "Ticket type %1$s for %2$s was successfully moved to %3$s. All previously sold tickets of this type have been transferred to %3$s. Please adjust capacity and stock manually as needed. %1$s ticket holders have received an email notifying them of the change. You may now close this window!"
|
3356 |
+
msgstr ""
|
3357 |
|
3358 |
#: src/Tribe/Admin/Move_Ticket_Types.php:109
|
3359 |
msgid "Ticket type could not be moved: unexpected failure during reassignment."
|
3360 |
+
msgstr ""
|
3361 |
|
3362 |
#: src/Tribe/Admin/Move_Ticket_Types.php:103
|
3363 |
msgid "Ticket type could not be moved: the ticket type or destination post was invalid."
|
3364 |
+
msgstr ""
|
3365 |
|
3366 |
#: src/Tribe/Admin/Move_Ticket_Types.php:72
|
3367 |
#: src/Tribe/Admin/Move_Tickets.php:252
|
3371 |
#: src/Tribe/Admin/Move_Ticket_Types.php:28
|
3372 |
#: src/resources/js/app/blocks.js:42942
|
3373 |
msgid "Move Ticket Types"
|
3374 |
+
msgstr ""
|
3375 |
|
3376 |
#: common/src/admin-views/tribe-options-licenses.php:19
|
3377 |
msgid "Each paid add-on has its own unique license key. Paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message. Then click Save Changes."
|
3378 |
+
msgstr ""
|
3379 |
|
3380 |
#: common/src/admin-views/tribe-options-help.php:55
|
3381 |
msgid "Event Log"
|
3383 |
|
3384 |
#: common/src/admin-views/tribe-options-help.php:42
|
3385 |
msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our help desk."
|
3386 |
+
msgstr ""
|
3387 |
|
3388 |
#: common/src/admin-views/app-shop.php:26
|
3389 |
msgid "Buy This Add-On"
|
3390 |
+
msgstr ""
|
3391 |
|
3392 |
#: common/src/admin-views/app-shop.php:5
|
3393 |
msgid "Browse All Add-Ons"
|
3395 |
|
3396 |
#: common/src/admin-views/app-shop.php:4
|
3397 |
msgid "Events Add-Ons"
|
3398 |
+
msgstr ""
|
3399 |
|
3400 |
#: common/src/Tribe/Languages/Locations.php:110
|
3401 |
msgid "Côte d'Ivoire"
|
3402 |
+
msgstr ""
|
3403 |
|
3404 |
#: common/src/Tribe/Support.php:372
|
3405 |
msgid "Unique System Info Key Generated"
|
3406 |
+
msgstr ""
|
3407 |
|
3408 |
#: common/src/Tribe/Support.php:358 common/src/Tribe/Support.php:384
|
3409 |
msgid "Permission Error"
|
3410 |
+
msgstr ""
|
3411 |
|
3412 |
#: common/src/Tribe/Support.php:325 common/src/Tribe/Support.php:330
|
3413 |
msgid "Invalid Key"
|
3415 |
|
3416 |
#: common/src/Tribe/Support.php:306
|
3417 |
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."
|
3418 |
+
msgstr ""
|
3419 |
|
3420 |
#: common/src/Tribe/Support.php:305
|
3421 |
msgid "Yes, automatically share my system information with the Modern Tribe support team"
|
3422 |
+
msgstr ""
|
3423 |
|
3424 |
#: common/src/Tribe/PUE/Notices.php:441
|
3425 |
msgctxt "formatted plugin list"
|
3426 |
msgid "%1$s and %2$s"
|
3427 |
+
msgstr "\t%1$s und %2$s"
|
3428 |
|
3429 |
#: common/src/Tribe/PUE/Notices.php:356
|
3430 |
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."
|
3431 |
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."
|
3432 |
+
msgstr[0] ""
|
3433 |
+
msgstr[1] ""
|
3434 |
|
3435 |
#: common/src/Tribe/PUE/Notices.php:324
|
3436 |
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"
|
3437 |
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"
|
3438 |
+
msgstr[0] ""
|
3439 |
+
msgstr[1] ""
|
3440 |
|
3441 |
#: common/src/Tribe/PUE/Checker.php:1065
|
3442 |
msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
|
3443 |
+
msgstr ""
|
3444 |
|
3445 |
#: common/src/Tribe/PUE/Checker.php:1008
|
3446 |
msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
|
3447 |
+
msgstr ""
|
3448 |
|
3449 |
#: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
|
3450 |
msgid " (opens in a new window)"
|
3452 |
|
3453 |
#: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
|
3454 |
msgid "Renew Your License Now"
|
3455 |
+
msgstr ""
|
3456 |
|
3457 |
#: common/src/Tribe/Main.php:276
|
3458 |
msgid ": Selected 1 row"
|
3459 |
+
msgstr "\t: 1 Zeile ausgewählt"
|
3460 |
|
3461 |
#: common/src/Tribe/Main.php:275
|
3462 |
msgid ": Selected %d rows"
|
3463 |
+
msgstr "\t: %d Zeilen ausgewählt"
|
3464 |
|
3465 |
#: common/src/Tribe/Main.php:270
|
3466 |
msgid "Previous"
|
3467 |
+
msgstr ""
|
3468 |
|
3469 |
#: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
|
3470 |
msgid "Next"
|
3471 |
+
msgstr ""
|
3472 |
|
3473 |
#: common/src/Tribe/Main.php:268
|
3474 |
msgid "All"
|
3476 |
|
3477 |
#: common/src/Tribe/Main.php:263
|
3478 |
msgid "Search:"
|
3479 |
+
msgstr ""
|
3480 |
|
3481 |
#: common/src/Tribe/Main.php:262
|
3482 |
msgid "No matching records found"
|
3483 |
+
msgstr ""
|
3484 |
|
3485 |
#: common/src/Tribe/Main.php:261
|
3486 |
msgid "(filtered from _MAX_ total entries)"
|
3488 |
|
3489 |
#: common/src/Tribe/Main.php:260
|
3490 |
msgid "Showing 0 to 0 of 0 entries"
|
3491 |
+
msgstr ""
|
3492 |
|
3493 |
#: common/src/Tribe/Main.php:259
|
3494 |
msgid "Showing _START_ to _END_ of _TOTAL_ entries"
|
3495 |
+
msgstr ""
|
3496 |
|
3497 |
#: common/src/Tribe/Main.php:258
|
3498 |
msgid "No data available in table"
|
3499 |
+
msgstr ""
|
3500 |
|
3501 |
#: common/src/Tribe/Main.php:257
|
3502 |
msgid "Show _MENU_ entries"
|
3503 |
+
msgstr ""
|
3504 |
|
3505 |
#: common/src/Tribe/Main.php:255
|
3506 |
msgid ": activate to sort column descending"
|
3508 |
|
3509 |
#: common/src/Tribe/Main.php:254
|
3510 |
msgid ": activate to sort column ascending"
|
3511 |
+
msgstr "\t: aktivieren, um Spalte aufsteigend zu sortieren"
|
3512 |
|
3513 |
#: common/src/Tribe/Main.php:299
|
3514 |
msgid "Press \"Cmd + C\" to copy"
|
3515 |
+
msgstr ""
|
3516 |
|
3517 |
#: common/src/Tribe/Main.php:298
|
3518 |
msgid "System info copied"
|
3519 |
+
msgstr ""
|
3520 |
|
3521 |
#: common/src/Tribe/Main.php:297
|
3522 |
#: common/src/admin-views/tribe-options-help.php:50
|
3523 |
msgid "Copy to clipboard"
|
3524 |
+
msgstr "\tIn die Zwischenablage kopieren"
|
3525 |
|
3526 |
#: common/src/Tribe/Error.php:38
|
3527 |
msgid "An Unknown error occurred"
|
3533 |
|
3534 |
#: common/src/Tribe/Admin/Activation_Page.php:92
|
3535 |
msgid "Return to WordPress Updates"
|
3536 |
+
msgstr ""
|
3537 |
|
3538 |
#: common/src/Tribe/Admin/Activation_Page.php:92
|
3539 |
msgid "Go to WordPress Updates page"
|
3541 |
|
3542 |
#: common/src/Tribe/Admin/Activation_Page.php:84
|
3543 |
msgid "Return to Plugins page"
|
3544 |
+
msgstr ""
|
3545 |
|
3546 |
#: common/src/Tribe/Admin/Activation_Page.php:84
|
3547 |
msgid "Go to plugins page"
|
3549 |
|
3550 |
#: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
|
3551 |
msgid "To begin using %2$s, please install and activate the latest version of %3$s."
|
3552 |
+
msgstr ""
|
3553 |
|
3554 |
#: src/Tribe/Tickets.php:1819
|
3555 |
msgid "Tickets are not available as this %s has passed."
|
3556 |
+
msgstr "Es sind keine Tickets verfügbar, da diese %s vorbei ist."
|
3557 |
|
3558 |
#: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
|
3559 |
msgid "Please enter in without thousand separators and currency symbols."
|
3560 |
+
msgstr "Bitte ohne Tausendertrennzeichen oder Währungssymbol eingeben."
|
3561 |
|
3562 |
#: common/src/Tribe/Support.php:171
|
3563 |
msgid "English"
|
3565 |
|
3566 |
#: common/src/Tribe/Plugins_API.php:126
|
3567 |
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."
|
3568 |
+
msgstr ""
|
3569 |
|
3570 |
#: common/src/Tribe/Plugins_API.php:115
|
3571 |
msgctxt "Names of required plugins for Community Tickets"
|
3574 |
|
3575 |
#: common/src/Tribe/Plugins_API.php:114
|
3576 |
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"
|
3577 |
+
msgstr "Aktivieren Sie Community Events Tickets, um Karten für Veranstaltungen zu verkaufen. Sie können flexible Zahlungs- und Gebührenoptionen verwenden. Sie können sogar die Teilnehmer zu Ihren Veranstaltungen einchecken! Dies ist alles vom Front-End Ihrer Website möglich, ohne jemandem Admin Zugang zu Ihrer Website zu gewähren."
|
3578 |
|
3579 |
#: common/src/Tribe/Plugins_API.php:48
|
3580 |
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."
|
3581 |
+
msgstr ""
|
3582 |
|
3583 |
#: common/src/Tribe/Plugins_API.php:94
|
3584 |
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."
|
3585 |
+
msgstr "Es ist großartig, dass Ihr Kalender <em>DER PLATZ</em> für Premium Verkäufe ist. Sie haben mehr Events als Rihanna? Schade nur, dass Besucher einen persönlichen Assistenten benötigen, um sich durch die ganzen Angebote zu wühlen. Wollen Sie Ihre Veranstaltungen filtern, z.B. nach Entfernung, nur am Wochenende oder kostenlose Events? Dann nutzen Sie Filter Bar!"
|
3586 |
|
3587 |
#: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
|
3588 |
msgid "Filter Bar"
|
3590 |
|
3591 |
#: common/src/Tribe/Credits.php:64
|
3592 |
msgid "Rate %1$sEvent Tickets%2$s %3$s"
|
3593 |
+
msgstr "Bewerten Sie %1$sEvent Tickets%2$s %3$s"
|
3594 |
|
3595 |
#: common/src/Tribe/Credits.php:55
|
3596 |
msgid "Rate %1$sThe Events Calendar%2$s %3$s"
|
3597 |
+
msgstr "Bewerten Sie %1$sThe Events Calendar%2$s %3$s"
|
3598 |
|
3599 |
#: src/Tribe/RSVP.php:811
|
3600 |
msgid "You confirmed you will not be attending %s"
|
3601 |
+
msgstr "Sie haben bestätigt, an %s nicht teilzunehmen"
|
3602 |
|
3603 |
#: src/views/tickets/email-non-attendance.php:263
|
3604 |
msgid "Thank you for confirming that you will not be attending the above event."
|
3605 |
+
msgstr "Vielen Dank, dass Sie bestätigt haben, nicht teilzunehmen."
|
3606 |
|
3607 |
#: src/views/tickets/orders-rsvp.php:87
|
3608 |
#: src/views/tickets/orders-pp-tickets.php:76
|
3609 |
msgid "Type: "
|
3610 |
+
msgstr ""
|
3611 |
|
3612 |
#: src/views/tickets/rsvp.php:211
|
3613 |
msgid "Login to RSVP"
|
3615 |
|
3616 |
#: src/views/tickets/orders.php:79
|
3617 |
msgid "Update %s"
|
3618 |
+
msgstr ""
|
3619 |
|
3620 |
#: src/views/tickets/orders.php:41
|
3621 |
msgid "View %s"
|
3622 |
+
msgstr ""
|
3623 |
|
3624 |
#: src/views/tickets/orders-rsvp.php:63
|
3625 |
#: src/views/tickets/orders-pp-tickets.php:66
|
3633 |
|
3634 |
#: src/views/tickets/orders-rsvp.php:38
|
3635 |
msgid "Reserved by %1$s (%2$s)"
|
3636 |
+
msgstr ""
|
3637 |
|
3638 |
#: src/views/tickets/orders-rsvp.php:29
|
3639 |
msgid "My RSVPs for This %s"
|
3640 |
+
msgstr ""
|
3641 |
|
3642 |
#: src/views/tickets/orders-link.php:39
|
3643 |
#: src/views/blocks/attendees/order-links.php:65
|
3644 |
msgid "View your %s"
|
3645 |
+
msgstr "%s ansehen"
|
3646 |
|
3647 |
#: src/views/tickets/orders-link.php:38
|
3648 |
#: src/views/blocks/attendees/order-links.php:48
|
3649 |
msgid "You have %s for this %s."
|
3650 |
+
msgstr "Sie haben %s für diese %s."
|
3651 |
|
3652 |
#: src/views/tickets/orders-link.php:34
|
3653 |
msgid "%d Ticket"
|
3654 |
msgid_plural "%d Tickets"
|
3655 |
+
msgstr[0] "%d Ticket"
|
3656 |
+
msgstr[1] "%d Tickets"
|
3657 |
|
3658 |
#: src/views/tickets/orders-link.php:30
|
3659 |
msgid "%d RSVP"
|
3663 |
|
3664 |
#: src/views/shortcodes/my-attendance-list.php:32
|
3665 |
msgid "You have not indicated your attendance for any upcoming events."
|
3666 |
+
msgstr ""
|
3667 |
|
3668 |
#: src/views/shortcodes/my-attendance-list-logged-out.php:12
|
3669 |
msgid "To see a list of events you're attending, you will need to log in."
|
3670 |
+
msgstr ""
|
3671 |
|
3672 |
#: src/admin-views/tribe-options-tickets.php:129
|
3673 |
msgid "You can require that users log into your site before they are able to RSVP (or buy tickets). Please review your WordPress Membership option (via the General Settings admin screen) before adjusting this setting."
|
3674 |
+
msgstr ""
|
3675 |
|
3676 |
#: src/admin-views/tribe-options-tickets.php:124
|
3677 |
msgid "Login Requirements"
|
3678 |
+
msgstr "Login Voraussetzungen"
|
3679 |
|
3680 |
#: src/admin-views/tribe-options-tickets.php:53
|
3681 |
msgid "Require users to log in before they RSVP"
|
3682 |
+
msgstr ""
|
3683 |
|
3684 |
#: src/Tribe/Tickets_View.php:808
|
3685 |
msgid "This RSVP is no longer active."
|
3686 |
+
msgstr ""
|
3687 |
|
3688 |
#: src/Tribe/Tickets_View.php:741
|
3689 |
msgid "Ticket"
|
3690 |
+
msgstr ""
|
3691 |
|
3692 |
#: src/views/blocks/rsvp/status/going.php:26
|
3693 |
#: src/modules/blocks/rsvp/counters/template.js:27
|
3697 |
|
3698 |
#: src/Tribe/Tickets.php:1869
|
3699 |
msgid "There are no tickets available at this time."
|
3700 |
+
msgstr "Momentan sind keine Tickets verfügbar"
|
3701 |
|
3702 |
#: src/Tribe/Tickets.php:1867
|
3703 |
msgid "Tickets are no longer available."
|
3704 |
+
msgstr "Keine Tickets mehr verfügbar"
|
3705 |
|
3706 |
#: src/views/blocks/tickets/content-inactive.php:18 src/Tribe/Tickets.php:1864
|
3707 |
#: src/modules/blocks/tickets/container/template.js:47
|
3708 |
#: src/resources/js/app/blocks.js:44107
|
3709 |
msgid "Tickets are not yet available"
|
3710 |
+
msgstr ""
|
3711 |
|
3712 |
#: src/Tribe/Main.php:808
|
3713 |
msgid "Buy"
|
3721 |
|
3722 |
#: src/Tribe/Tickets_View.php:737
|
3723 |
msgid "RSVPs"
|
3724 |
+
msgstr ""
|
3725 |
|
3726 |
#: src/Tribe/CSV_Importer/RSVP_Importer.php:250
|
3727 |
msgid "Recurring event tickets are not supported, event %s."
|
3728 |
+
msgstr ""
|
3729 |
|
3730 |
#: src/Tribe/CSV_Importer/Column_Names.php:42
|
3731 |
msgid "Ticket Stock"
|
3732 |
+
msgstr ""
|
3733 |
|
3734 |
#: src/Tribe/CSV_Importer/Column_Names.php:41
|
3735 |
msgid "Ticket End Sale Time"
|
3736 |
+
msgstr "Ende Ticketverkauf (Uhrzeit)"
|
3737 |
|
3738 |
#: src/Tribe/CSV_Importer/Column_Names.php:40
|
3739 |
msgid "Ticket End Sale Date"
|
3740 |
+
msgstr "Ende Ticketverkauf (Datum)"
|
3741 |
|
3742 |
#: src/Tribe/CSV_Importer/Column_Names.php:39
|
3743 |
msgid "Ticket Start Sale Time"
|
3744 |
+
msgstr "Start Ticketverkauf (Zeit)"
|
3745 |
|
3746 |
#: src/Tribe/CSV_Importer/Column_Names.php:38
|
3747 |
msgid "Ticket Start Sale Date"
|
3748 |
+
msgstr "Start Ticketverkauf (Datum)"
|
3749 |
|
3750 |
#: src/Tribe/CSV_Importer/Column_Names.php:36
|
3751 |
msgid "Ticket Description"
|
3752 |
+
msgstr "Ticket Beschreibung"
|
3753 |
|
3754 |
#: src/Tribe/CSV_Importer/Column_Names.php:35
|
3755 |
msgid "Ticket Name"
|
3756 |
+
msgstr ""
|
3757 |
|
3758 |
#: src/Tribe/CSV_Importer/Column_Names.php:34
|
3759 |
msgid "Event Name or ID or Slug"
|
3765 |
|
3766 |
#: common/src/admin-views/event-log.php:100
|
3767 |
msgid "The selected log file is empty or has not been generated yet."
|
3768 |
+
msgstr "Die ausgewählte Protokolldatei ist leer oder noch nicht erzeugt worden."
|
3769 |
|
3770 |
#: common/src/admin-views/event-log.php:43
|
3771 |
msgid "Method"
|
3777 |
|
3778 |
#: common/src/Tribe/Validate.php:168
|
3779 |
msgid "%s must contain numbers, letters, dashes and undescores only"
|
3780 |
+
msgstr "%s darf nur Ziffern, Buchstaben, Schrägstriche oder Unterstriche enthalten"
|
3781 |
|
3782 |
#: common/src/Tribe/Log.php:376
|
3783 |
msgid "Full debug (all events)"
|
3793 |
|
3794 |
#: common/src/Tribe/Log.php:373
|
3795 |
msgid "Disabled"
|
3796 |
+
msgstr "Deaktiviert"
|
3797 |
|
3798 |
#: common/src/Tribe/Log.php:274
|
3799 |
msgid "Cannot set %s as the current logging engine"
|
3801 |
|
3802 |
#: common/src/Tribe/Log/Null_Logger.php:26
|
3803 |
msgid "Null logger (will log nothing)"
|
3804 |
+
msgstr ""
|
3805 |
|
3806 |
#: common/src/Tribe/Log/File_Logger.php:128
|
3807 |
msgid "Default (uses temporary files)"
|
3810 |
#: common/src/Tribe/Log/Admin.php:148
|
3811 |
msgctxt "log engines"
|
3812 |
msgid "None currently available"
|
3813 |
+
msgstr "Derzeit nicht verfügbar"
|
3814 |
|
3815 |
#: common/src/Tribe/Log/Admin.php:133
|
3816 |
msgctxt "log selector"
|
3817 |
msgid "None currently available"
|
3818 |
+
msgstr "Derzeit nicht verfügbar"
|
3819 |
|
3820 |
#: src/views/tickets/rsvp.php:199
|
3821 |
msgid "Don't list me on the public attendee list"
|
3822 |
+
msgstr "Zeigen Sie mich nicht auf der öffentlichen Teilnehmerliste an"
|
3823 |
|
3824 |
#: src/views/tickets/rsvp.php:124
|
3825 |
msgid "Send RSVP confirmation to:"
|
3826 |
+
msgstr ""
|
3827 |
|
3828 |
#: src/views/tickets/rsvp.php:50
|
3829 |
msgid "Please fill in the RSVP quantity, confirmation name, and email fields."
|
3830 |
+
msgstr ""
|
3831 |
|
3832 |
#: src/admin-views/meta-box.php:85
|
3833 |
msgid "(%s sold)"
|
3841 |
|
3842 |
#: src/admin-views/meta-box.php:69
|
3843 |
msgid "Enable global stock"
|
3844 |
+
msgstr "Globaler Bestand freischalten"
|
3845 |
|
3846 |
#: src/Tribe/Assets.php:118
|
3847 |
msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
|
3848 |
+
msgstr "Es scheint, dass Sie Ihre globalen Bestandseinstellungen geändert haben, aber den Beitrag nicht gespeichert oder aktualisiert haben."
|
3849 |
|
3850 |
#: src/Tribe/Attendees_Table.php:410
|
3851 |
msgid "View order"
|
3852 |
+
msgstr "Bestellung ansehen"
|
3853 |
|
3854 |
#: common/src/admin-views/tribe-options-help.php:52
|
3855 |
msgid "Recent Template Changes"
|
3856 |
+
msgstr ""
|
3857 |
|
3858 |
#: common/src/Tribe/Support/Template_Checker_Report.php:115
|
3859 |
msgid "Information about recent template changes and potentially impacted template overrides is provided below."
|
3861 |
|
3862 |
#: common/src/Tribe/Support/Template_Checker_Report.php:113
|
3863 |
msgid "No notable template changes detected."
|
3864 |
+
msgstr ""
|
3865 |
|
3866 |
#: common/src/Tribe/Support/Template_Checker_Report.php:97
|
3867 |
msgid "based on %s version"
|
3869 |
|
3870 |
#: common/src/Tribe/Support/Template_Checker_Report.php:96
|
3871 |
msgid "version data missing from override"
|
3872 |
+
msgstr ""
|
3873 |
|
3874 |
#: common/src/Tribe/Support/Template_Checker_Report.php:92
|
3875 |
msgid "Existing theme overrides that may need revision:"
|
3877 |
|
3878 |
#: common/src/Tribe/Support/Template_Checker_Report.php:82
|
3879 |
msgid "Templates introduced or updated with this release (%s):"
|
3880 |
+
msgstr ""
|
3881 |
|
3882 |
#: common/src/Tribe/Support/Template_Checker_Report.php:78
|
3883 |
msgid "No notable changes detected"
|
3884 |
+
msgstr ""
|
3885 |
|
3886 |
#. Author URI of the plugin
|
3887 |
msgid "http://m.tri.be/28"
|
3893 |
|
3894 |
#: src/views/tickets/rsvp.php:221
|
3895 |
msgid "Confirm RSVP"
|
3896 |
+
msgstr ""
|
3897 |
|
3898 |
#: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
|
3899 |
#: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
|
3900 |
msgid "Full Name"
|
3901 |
+
msgstr "Vollständiger Name"
|
3902 |
|
3903 |
#: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
|
3904 |
#: src/views/blocks/rsvp/details/availability.php:23
|
3915 |
#: src/modules/blocks/rsvp/container/template.js:31
|
3916 |
#: src/resources/js/app/blocks.js:42083 src/resources/js/app/blocks.js:43192
|
3917 |
msgid "RSVP"
|
3918 |
+
msgstr ""
|
3919 |
|
3920 |
#: src/views/tickets/email.php:406
|
3921 |
#: src/Tribe/Commerce/PayPal/Orders/Table.php:72
|
3922 |
msgid "Purchaser"
|
3923 |
+
msgstr ""
|
3924 |
|
3925 |
#: src/views/tickets/email.php:402
|
3926 |
msgid "Ticket Type"
|
3927 |
+
msgstr ""
|
3928 |
|
3929 |
#: src/views/tickets/email.php:27
|
3930 |
#: src/views/tickets/email-ticket-type-moved.php:25
|
3931 |
#: src/views/tickets/email-non-attendance.php:39
|
3932 |
#: src/views/tickets/email-tickets-moved.php:26
|
3933 |
msgid "Your tickets"
|
3934 |
+
msgstr ""
|
3935 |
|
3936 |
#: src/views/tickets/attendees-email.php:24
|
3937 |
#: src/modules/blocks/attendees/index.js:21
|
3941 |
|
3942 |
#: src/admin-views/tribe-options-tickets.php:68
|
3943 |
msgid "Post types that can have tickets"
|
3944 |
+
msgstr ""
|
3945 |
|
3946 |
#: src/admin-views/editor/panel/settings.php:14
|
3947 |
#: src/admin-views/tribe-options-tickets.php:64
|
3948 |
msgid "Ticket Settings"
|
3949 |
+
msgstr ""
|
3950 |
|
3951 |
#: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
|
3952 |
#: src/admin-views/editor/panel/settings.php:81
|
3958 |
|
3959 |
#: src/admin-views/meta-box.php:239
|
3960 |
msgid "Save this ticket"
|
3961 |
+
msgstr "Dieses Ticket speichern"
|
3962 |
|
3963 |
#: src/admin-views/meta-box.php:219
|
3964 |
msgid "If you don't set a start/end date for sales, tickets will be available from now until the event ends."
|
3965 |
+
msgstr "Wenn kein Start-/ Enddatum zum Verkauf gesetzt wird, werden die Karten von jetzt bis zum Ende der Veranstaltung erwerbbar sein"
|
3966 |
|
3967 |
#: src/admin-views/meta-box.php:215
|
3968 |
msgid "When will ticket sales occur?"
|
3969 |
+
msgstr ""
|
3970 |
|
3971 |
#: src/admin-views/meta-box.php:192
|
3972 |
#: src/admin-views/editor/fieldset/advanced.php:102
|
3976 |
#: src/admin-views/meta-box.php:161
|
3977 |
#: src/admin-views/editor/fieldset/advanced.php:70
|
3978 |
msgid "Start sale:"
|
3979 |
+
msgstr ""
|
3980 |
|
3981 |
#: src/admin-views/meta-box.php:152
|
3982 |
msgid "Ticket Description:"
|
3983 |
+
msgstr "Ticketbeschreibung"
|
3984 |
|
3985 |
#: src/admin-views/meta-box.php:145
|
3986 |
msgid "Ticket Name:"
|
3987 |
+
msgstr "Ticketname:"
|
3988 |
|
3989 |
#: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
|
3990 |
msgid "Sell using:"
|
3991 |
+
msgstr "Verkaufen mittels: "
|
3992 |
|
3993 |
#: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
|
3994 |
msgid "Edit ticket"
|
3995 |
+
msgstr "Ticket bearbeiten"
|
3996 |
|
3997 |
#: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
|
3998 |
#: src/admin-views/editor/panel/ticket.php:53
|
3999 |
msgid "Add new ticket"
|
4000 |
+
msgstr "Neues Ticket hinzufügen"
|
4001 |
|
4002 |
#: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
|
4003 |
msgid "Remove"
|
4004 |
+
msgstr "Löschen"
|
4005 |
|
4006 |
#: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
|
4007 |
msgid "Select an Image"
|
4008 |
+
msgstr ""
|
4009 |
|
4010 |
#: src/admin-views/meta-box.php:43
|
4011 |
msgid "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
|
4012 |
+
msgstr ""
|
4013 |
|
4014 |
#: src/admin-views/meta-box.php:42
|
4015 |
msgid "Upload image for the ticket header."
|
4016 |
+
msgstr ""
|
4017 |
|
4018 |
#: src/admin-views/meta-box.php:31
|
4019 |
msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
|
4020 |
+
msgstr ""
|
4021 |
|
4022 |
#: src/Tribe/Status/Abstract_Commerce.php:168
|
4023 |
msgid "Sold %d"
|
4024 |
+
msgstr ""
|
4025 |
|
4026 |
#: src/admin-views/list.php:52
|
4027 |
msgid "Edit in %s"
|
4029 |
|
4030 |
#: src/admin-views/list.php:47 common/src/admin-views/event-log.php:65
|
4031 |
msgid "View"
|
4032 |
+
msgstr "Anzeigen"
|
4033 |
|
4034 |
#: src/admin-views/list.php:33
|
4035 |
#: src/modules/blocks/rsvp/attendee-registration/template.js:23
|
4036 |
#: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
|
4037 |
#: src/resources/js/app/blocks.js:41781 src/resources/js/app/blocks.js:46203
|
4038 |
msgid "Edit"
|
4039 |
+
msgstr "(Bearbeiten)"
|
4040 |
|
4041 |
#: src/admin-views/price-fields.php:16
|
4042 |
#: src/admin-views/legacy-ticket-fields.php:28
|
4047 |
#: src/admin-views/editor/fieldset/price.php:67
|
4048 |
#: src/admin-views/legacy-ticket-fields.php:24
|
4049 |
msgid "Sale Price:"
|
4050 |
+
msgstr "Angebotspreis:"
|
4051 |
|
4052 |
#: src/admin-views/price-fields.php:7
|
4053 |
#: src/admin-views/legacy-ticket-fields.php:19
|
4063 |
|
4064 |
#: src/admin-views/attendees-email.php:59
|
4065 |
msgid "Send Email"
|
4066 |
+
msgstr "E-Mail senden"
|
4067 |
|
4068 |
#: src/admin-views/attendees-email.php:38
|
4069 |
msgid "Email Address:"
|
4070 |
+
msgstr "E-Mail Adresse:"
|
4071 |
|
4072 |
#: src/admin-views/attendees-email.php:36
|
4073 |
msgid "or"
|
4074 |
+
msgstr ""
|
4075 |
|
4076 |
#: src/admin-views/attendees-email.php:6
|
4077 |
msgid "Select..."
|
4078 |
+
msgstr ""
|
4079 |
|
4080 |
#: src/admin-views/attendees-email.php:33
|
4081 |
msgid "Select a User:"
|
4082 |
+
msgstr ""
|
4083 |
|
4084 |
#: src/admin-views/attendees-email.php:27
|
4085 |
msgid "Send the attendee list by email"
|
4086 |
+
msgstr ""
|
4087 |
|
4088 |
#: src/Tribe/Attendees.php:702
|
4089 |
msgid "Email sent successfully!"
|
4090 |
+
msgstr "\tE-Mail erfolgreich versendet!"
|
4091 |
|
4092 |
#: src/Tribe/Attendees.php:695
|
4093 |
msgid "Error when sending the email"
|
4094 |
+
msgstr "Fehler beim E-Mailversand"
|
4095 |
|
4096 |
#: src/Tribe/Attendees.php:694
|
4097 |
msgid "Attendee List for: %s"
|
4098 |
+
msgstr "Teilnehmerliste für: %s"
|
4099 |
|
4100 |
#: src/Tribe/Attendees.php:658 src/Tribe/Attendees.php:674
|
4101 |
msgid "Invalid User ID"
|
4102 |
+
msgstr "Unvollständige User ID"
|
4103 |
|
4104 |
#: src/Tribe/Attendees.php:652
|
4105 |
msgid "Invalid Email"
|
4106 |
+
msgstr "Ungültige Email"
|
4107 |
|
4108 |
#: src/Tribe/Attendees.php:640
|
4109 |
msgid "Empty user and email"
|
4111 |
|
4112 |
#: src/Tribe/Attendees.php:617
|
4113 |
msgid "Invalid Event ID"
|
4114 |
+
msgstr "Ungültige Event ID"
|
4115 |
|
4116 |
#: src/Tribe/Attendees.php:634
|
4117 |
msgid "Cheatin Huh?"
|
4118 |
+
msgstr ""
|
4119 |
|
4120 |
#: src/Tribe/Attendees.php:583
|
4121 |
msgid "attendees"
|
4128 |
|
4129 |
#: src/Tribe/Attendees.php:348
|
4130 |
msgid "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
|
4131 |
+
msgstr ""
|
4132 |
|
4133 |
#: src/Tribe/Attendees.php:348
|
4134 |
msgid "Columns"
|
4136 |
|
4137 |
#: src/Tribe/Attendees.php:313
|
4138 |
msgid "Sending..."
|
4139 |
+
msgstr ""
|
4140 |
|
4141 |
#: src/Tribe/Attendees.php:312
|
4142 |
msgid "You need to select a user or type a valid email address"
|
4143 |
+
msgstr ""
|
4144 |
|
4145 |
#: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
|
4146 |
#: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
|
4150 |
#: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
|
4151 |
#: src/resources/js/app/blocks.js:42168 src/resources/js/app/blocks.js:43387
|
4152 |
msgid "Attendees"
|
4153 |
+
msgstr ""
|
4154 |
|
4155 |
#: src/Tribe/Attendees.php:208 src/admin-views/list.php:90
|
4156 |
msgid "See who purchased tickets to this event"
|
4157 |
+
msgstr ""
|
4158 |
|
4159 |
#: src/Tribe/Commerce/PayPal/Main.php:1948 src/Tribe/RSVP.php:1786
|
4160 |
msgid "Post draft updated."
|
4162 |
|
4163 |
#: src/Tribe/Commerce/PayPal/Main.php:1947 src/Tribe/RSVP.php:1785
|
4164 |
msgid "Post scheduled."
|
4165 |
+
msgstr ""
|
4166 |
|
4167 |
#: src/Tribe/Commerce/PayPal/Main.php:1946 src/Tribe/RSVP.php:1784
|
4168 |
msgid "Post submitted."
|
4170 |
|
4171 |
#: src/Tribe/Commerce/PayPal/Main.php:1943 src/Tribe/RSVP.php:1781
|
4172 |
msgid "Post published. %1$s"
|
4173 |
+
msgstr ""
|
4174 |
|
4175 |
#: src/Tribe/Commerce/PayPal/Main.php:1939 src/Tribe/RSVP.php:1777
|
4176 |
msgid "Post updated. %1$s"
|
4177 |
+
msgstr ""
|
4178 |
|
4179 |
#: src/Tribe/Commerce/PayPal/Main.php:1932 src/Tribe/RSVP.php:1770
|
4180 |
msgid "Return to the %1$sAttendees Report%2$s."
|
4181 |
+
msgstr ""
|
4182 |
|
4183 |
#: src/Tribe/Commerce/PayPal/Main.php:2679 src/Tribe/RSVP.php:1439
|
4184 |
msgid "(deleted)"
|
4190 |
|
4191 |
#: src/Tribe/RSVP.php:1130
|
4192 |
msgid "You can't RSVP more than the total remaining tickets."
|
4193 |
+
msgstr ""
|
4194 |
|
4195 |
#: src/views/blocks/rsvp/messages/success.php:21 src/Tribe/RSVP.php:1124
|
4196 |
msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
|
4197 |
+
msgstr ""
|
4198 |
|
4199 |
#: src/Tribe/Commerce/PayPal/Main.php:1151 src/Tribe/RSVP.php:723
|
4200 |
msgid "Your tickets from %s"
|
4201 |
+
msgstr "Ihre Tickets für %s"
|
4202 |
|
4203 |
#: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:293
|
4204 |
msgctxt "Attendee number"
|
4207 |
|
4208 |
#: src/Tribe/Assets.php:54
|
4209 |
msgid "Set as ticket header"
|
4210 |
+
msgstr ""
|
4211 |
|
4212 |
#: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
|
4213 |
msgid "Ticket header image"
|
4214 |
+
msgstr ""
|
4215 |
|
4216 |
#: src/Tribe/Main.php:572
|
4217 |
msgid "If you have a valid license for one of our paid plugins, you can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week)."
|
4218 |
+
msgstr "Wenn Sie eine gültige Lizenz für eines unserer Bezahl-Plugins haben, können Sie in unserem Support Forum %s. Unser Support Team prüft die Foren und wird wochentags innerhalb von 24-48 Stunden auf Ihre Anfrage reagieren."
|
4219 |
|
4220 |
#: src/Tribe/Main.php:567
|
4221 |
msgid "Already have Events Tickets Plus? You can %s in our premium support forums. Our support team monitors the forums and will respond to your thread within 24-48 hours (during the week)."
|
4222 |
+
msgstr "Sie haben bereits Events Tickets Plus? Du kannst %s in unseren Premium-Support-Foren. Unser Support-Team überwacht die Foren und wird zu Ihrem Thread innerhalb von 24-48 Stunden (während der Woche) reagieren."
|
4223 |
+
|
4224 |
+
#: src/Tribe/Main.php:566 src/Tribe/Main.php:571
|
4225 |
+
msgid "post a thread"
|
4226 |
+
msgstr ""
|
4227 |
+
|
4228 |
+
#: src/Tribe/Main.php:564
|
4229 |
+
msgid "Looking for more immediate support? We offer %1$s with the purchase of any of our premium plugins (like %2$s). Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays."
|
4230 |
+
msgstr "Suchen Sie nach mehr sofortiger Unterstützung? Wir bieten%1$s mit dem Kauf eines unserer Premium-Plugins (wie%2$s). Kaufen Sie eine Lizenz und schreiben Sie direkt ins Forum. Sie erhalten eine Antwort innerhalb von 24-48 Stunden an normalen Arbeitstagen."
|
4231 |
+
|
4232 |
+
#: src/Tribe/Main.php:563 src/admin-views/tribe-options-tickets.php:151
|
4233 |
+
msgid "Events Tickets Plus"
|
4234 |
+
msgstr "Events Tickets Plus"
|
4235 |
+
|
4236 |
+
#: src/Tribe/Main.php:562
|
4237 |
+
msgid "premium support on our website"
|
4238 |
+
msgstr ""
|
4239 |
+
|
4240 |
+
#: src/Tribe/Main.php:560
|
4241 |
+
msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our %s. Our support staff monitors these forums once a week and would be happy to assist you there."
|
4242 |
+
msgstr "Wenn Sie die Schritte oben versucht haben und immer noch Probleme auftreten, können Sie eine Anfrage in unserem %s stellen. Unser Support Team prüft diese Foren einmal wöchentlich und hilft Ihnen gerne weiter"
|
4243 |
+
|
4244 |
+
#: src/Tribe/Main.php:559
|
4245 |
+
msgid "open-source forum on WordPress.org"
|
4246 |
+
msgstr ""
|
4247 |
+
|
4248 |
+
#: src/Tribe/Main.php:542
|
4249 |
+
msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
|
4250 |
+
msgstr ""
|
4251 |
+
|
4252 |
+
#: src/Tribe/Main.php:540 src/admin-views/admin-welcome-message.php:34
|
4253 |
+
msgid "New User Primer"
|
4254 |
+
msgstr ""
|
4255 |
+
|
4256 |
+
#: src/Tribe/Main.php:523
|
4257 |
+
msgid "Customizing Event Tickets"
|
4258 |
+
msgstr "Event Tickets anpassen"
|
4259 |
+
|
4260 |
+
#: src/Tribe/Main.php:522
|
4261 |
+
msgid "Troubleshooting common problems"
|
4262 |
+
msgstr ""
|
4263 |
+
|
4264 |
+
#: src/Tribe/Main.php:521
|
4265 |
+
msgid "Features overview"
|
4266 |
+
msgstr "Funktionsübersicht"
|
4267 |
+
|
4268 |
+
#: src/Tribe/Main.php:520
|
4269 |
+
msgid "Settings overview"
|
4270 |
+
msgstr ""
|
4271 |
+
|
4272 |
+
#: src/Tribe/Main.php:518
|
4273 |
+
msgid "Support for Event Tickets"
|
4274 |
+
msgstr ""
|
4275 |
+
|
4276 |
+
#: src/Tribe/Main.php:333
|
4277 |
+
msgid "When The Events Calendar and Event Tickets are both activated, The Events Calendar must be running version %1$s or greater. Please %2$supdate now.%3$s"
|
4278 |
+
msgstr ""
|
4279 |
+
|
4280 |
+
#: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
|
4281 |
+
msgid "Delete"
|
4282 |
+
msgstr "Löschen"
|
4283 |
+
|
4284 |
+
#: src/Tribe/Attendees_Table.php:555
|
4285 |
+
msgid "Export"
|
4286 |
+
msgstr "Daten exportieren"
|
4287 |
+
|
4288 |
+
#: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:32
|
4289 |
+
#: src/Tribe/Attendees_Table.php:562
|
4290 |
+
#: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
|
4291 |
+
#: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
|
4292 |
+
#: src/admin-views/admin-welcome-message.php:62
|
4293 |
+
msgid "Email"
|
4294 |
+
msgstr "E-Mail-Adresse"
|
4295 |
+
|
4296 |
+
#: src/Tribe/Attendees_Table.php:554
|
4297 |
+
msgid "Print"
|
4298 |
+
msgstr "Drucken"
|
4299 |
+
|
4300 |
+
#: src/Tribe/Attendees_Table.php:591
|
4301 |
+
msgid "Undo Check in"
|
4302 |
+
msgstr "Das Einchecken zurücknehmen"
|
4303 |
+
|
4304 |
+
#: src/Tribe/Attendees_Table.php:590
|
4305 |
+
msgid "Check in"
|
4306 |
+
msgstr "Einchecken"
|
4307 |
+
|
4308 |
+
#: src/views/tickets/email.php:410
|
4309 |
+
msgid "Security Code"
|
4310 |
+
msgstr ""
|
4311 |
+
|
4312 |
+
#: src/views/tickets/email.php:398
|
4313 |
+
msgid "Ticket #"
|
4314 |
+
msgstr ""
|
4315 |
+
|
4316 |
+
#: src/admin-views/editor/list-row.php:43
|
4317 |
+
msgid "Ticket Type:"
|
4318 |
+
msgstr "Ticketart:"
|
4319 |
+
|
4320 |
+
#: src/views/tickets/tpp-success.php:71
|
4321 |
+
msgid "Purchaser Email"
|
4322 |
+
msgstr "Besteller-E-Mail-Adresse"
|
4323 |
+
|
4324 |
+
#: src/views/tickets/tpp-success.php:68
|
4325 |
+
msgid "Purchaser Name"
|
4326 |
+
msgstr "Besteller"
|
4327 |
+
|
4328 |
+
#: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
|
4329 |
+
#: src/Tribe/Commerce/PayPal/Main.php:426 src/Tribe/Tickets_View.php:741
|
4330 |
+
#: src/admin-views/editor/list-table.php:30
|
4331 |
+
#: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:44471
|
4332 |
+
msgid "Tickets"
|
4333 |
+
msgstr ""
|
4334 |
+
|
4335 |
+
#: common/src/admin-views/tribe-options-network.php:27
|
4336 |
+
msgid "Hide the following settings tabs on every site:"
|
4337 |
+
msgstr "Blenden Sie die folgenden Reiter auf jeder Seite aus:"
|
4338 |
+
|
4339 |
+
#: common/src/admin-views/tribe-options-network.php:19
|
4340 |
+
msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
|
4341 |
+
msgstr ""
|
4342 |
+
|
4343 |
+
#: common/src/admin-views/tribe-options-network.php:15
|
4344 |
+
msgid "Network Settings"
|
4345 |
+
msgstr "Netzwerk-Einstellungen"
|
4346 |
+
|
4347 |
+
#: common/src/admin-views/tribe-options-help.php:80
|
4348 |
+
msgid "More..."
|
4349 |
+
msgstr "Weiterlesen …"
|
4350 |
+
|
4351 |
+
#: common/src/admin-views/tribe-options-help.php:74
|
4352 |
+
msgid "News and Tutorials"
|
4353 |
+
msgstr ""
|
4354 |
+
|
4355 |
+
#: common/src/admin-views/tribe-options-help.php:41
|
4356 |
+
msgid "System Information"
|
4357 |
+
msgstr "System Information"
|
4358 |
+
|
4359 |
+
#: common/src/admin-views/tribe-options-help.php:38
|
4360 |
+
msgid "Read more about our support policy"
|
4361 |
+
msgstr ""
|
4362 |
+
|
4363 |
+
#: common/src/admin-views/tribe-options-help.php:37
|
4364 |
+
msgid "Please note that all hands-on support is provided via the help desk. You can email or tweet at us… but we will probably point you back to the help desk 😄"
|
4365 |
+
msgstr ""
|
4366 |
+
|
4367 |
+
#: common/src/admin-views/tribe-options-help.php:33
|
4368 |
+
msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the help desk is open only to paid customers, they are open for anyone to search and review."
|
4369 |
+
msgstr "%s. Es gibt wenige Probleme, welche wir noch nicht gesehen haben und es ist sehr wahrscheinlich, dass Deine Frage schon gestellt und von unserem Supportpersonal beantwortet wurde. Auch wenn neue Fragen nur durch zahlende Kunden gestellt werden können, kann es von jedem durchsucht und angeschaut werden."
|
4370 |
+
|
4371 |
+
#: common/src/admin-views/tribe-options-help.php:32
|
4372 |
+
msgid "Test for a theme or plugin conflict"
|
4373 |
+
msgstr ""
|
4374 |
+
|
4375 |
+
#: common/src/admin-views/tribe-options-help.php:32
|
4376 |
+
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."
|
4377 |
+
msgstr "%s. Auf einen bestehenden Konflikt zu überprüfen ist der beste Start für eine gründliche Untersuchung. Wir werden Sie oft bitten, diesen Schritte durchzuführen, wenn Du eine neue Anfrage stellen. Daher ist es sehr hilfreich, wenn Sie dies schon im voraus erledigen."
|
4378 |
+
|
4379 |
+
#: common/src/admin-views/tribe-options-help.php:31
|
4380 |
+
msgid "Check our Knowledgebase"
|
4381 |
+
msgstr "Knowledgebase besuchen"
|
4382 |
+
|
4383 |
+
#: common/src/admin-views/tribe-options-help.php:31
|
4384 |
+
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!"
|
4385 |
+
msgstr "%s. Alle allgemeinen (und weniger allgemeinen) Antworten auf Fragen sind hier zu finden. Meist ist es der schnellste Weg um eine Antwort zu finden!"
|
4386 |
+
|
4387 |
+
#: common/src/admin-views/tribe-options-help.php:27
|
4388 |
+
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:"
|
4389 |
+
msgstr ""
|
4390 |
+
|
4391 |
+
#: common/src/admin-views/tribe-options-help.php:26
|
4392 |
+
msgid "Getting More Help"
|
4393 |
+
msgstr "\tMehr Unterstützung bekommen"
|
4394 |
+
|
4395 |
+
#: common/src/admin-views/tribe-options-help.php:21
|
4396 |
+
msgid "list of available functions"
|
4397 |
+
msgstr "Liste der verfügbaren Funktionen"
|
4398 |
+
|
4399 |
+
#: common/src/admin-views/tribe-options-help.php:15
|
4400 |
+
msgid "Knowledgebase"
|
4401 |
+
msgstr "Wissens-Datenbank"
|
4402 |
+
|
4403 |
+
#: common/src/admin-views/tribe-options-help.php:15
|
4404 |
+
msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
|
4405 |
+
msgstr ""
|
4406 |
+
|
4407 |
+
#: common/src/admin-views/tribe-options-help.php:14
|
4408 |
+
msgid "Getting Support"
|
4409 |
+
msgstr "Unterstützung erhalten"
|
4410 |
+
|
4411 |
+
#: common/src/admin-views/tribe-options-help.php:11
|
4412 |
+
msgid "Thank you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
|
4413 |
+
msgstr ""
|
4414 |
+
|
4415 |
+
#: common/src/admin-views/tribe-options-general.php:59
|
4416 |
+
msgid "Debug Bar Plugin"
|
4417 |
+
msgstr "Debug Bar Plugin"
|
4418 |
+
|
4419 |
+
#: common/src/admin-views/tribe-options-general.php:59
|
4420 |
+
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."
|
4421 |
+
msgstr "Aktivieren Sie die Option, um Debuginformationen mit zu loggen. Standardmäßig werden die Informationen in Ihrem PHP Server Error Log geschrieben. Wenn Sie die Debuginfos in Ihrem Browser sehen möchtest, empfehlen wir das %s zu installieren. Die Ausgabe der Debuginfos finden Sie im \"Tribe\" Tab."
|
4422 |
+
|
4423 |
+
#: common/src/admin-views/tribe-options-general.php:53
|
4424 |
+
msgid "Debug mode"
|
4425 |
+
msgstr "Debug mode"
|
4426 |
+
|
4427 |
+
#: common/src/admin-views/tribe-options-general.php:35
|
4428 |
+
msgid "Show The Events Calendar link"
|
4429 |
+
msgstr ""
|
4430 |
+
|
4431 |
+
#: common/src/admin-views/tribe-options-general.php:30
|
4432 |
+
msgid "See an example of the link"
|
4433 |
+
msgstr ""
|
4434 |
+
|
4435 |
+
#: common/src/admin-views/tribe-options-general.php:30
|
4436 |
+
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."
|
4437 |
+
msgstr "Sie finden: \"Wow, das Plugin ist fantastisch! Ich sollte Modern Tribe dafür danken!\" Der beste Dank ist ein kleiner Link zu uns am unteren Ende des Veranstaltungskalenders."
|
4438 |
+
|
4439 |
+
#: common/src/admin-views/tribe-options-general.php:25
|
4440 |
+
msgid "We hope our plugin is helping you out."
|
4441 |
+
msgstr ""
|
4442 |
+
|
4443 |
+
#: common/src/admin-views/tribe-options-general.php:20
|
4444 |
+
msgid "Check out the available add-ons"
|
4445 |
+
msgstr "Schauen Sie sich die verfügbaren Add-Ons an"
|
4446 |
+
|
4447 |
+
#: common/src/admin-views/tribe-options-general.php:20
|
4448 |
+
msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
|
4449 |
+
msgstr "Wünschen Sie erweiterte Funktionalität, einschließlich wiederkehrender Veranstaltungen, benutzerdefinierten Meta-Informationen, Community-Veranstaltungen, Ticketverkäufen und mehr?"
|
4450 |
+
|
4451 |
+
#: common/src/admin-views/tribe-options-general.php:15
|
4452 |
+
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."
|
4453 |
+
msgstr ""
|
4454 |
+
|
4455 |
+
#: common/src/admin-views/tribe-options-general.php:10
|
4456 |
+
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."
|
4457 |
+
msgstr ""
|
4458 |
+
|
4459 |
+
#: common/src/admin-views/tribe-options-display.php:37
|
4460 |
+
msgid "Select the date format to use in datepickers"
|
4461 |
+
msgstr ""
|
4462 |
+
|
4463 |
+
#: common/src/admin-views/tribe-options-display.php:36
|
4464 |
+
msgid "Datepicker Date Format"
|
4465 |
+
msgstr "Datumswahl Format (\"Datepicker\")"
|
4466 |
+
|
4467 |
+
#: common/src/admin-views/tribe-options-display.php:22
|
4468 |
+
msgid "Date Format Settings"
|
4469 |
+
msgstr "Einstellungen Datumsformat"
|
4470 |
+
|
4471 |
+
#: src/admin-views/admin-welcome-message.php:7
|
4472 |
+
msgid "Version"
|
4473 |
+
msgstr "Version"
|
4474 |
+
|
4475 |
+
#: common/src/Tribe/Languages/Locations.php:374
|
4476 |
+
msgid "Wyoming"
|
4477 |
+
msgstr "Wyoming"
|
4478 |
+
|
4479 |
+
#: common/src/Tribe/Languages/Locations.php:373
|
4480 |
+
msgid "Wisconsin"
|
4481 |
+
msgstr "Wisconsin"
|
4482 |
+
|
4483 |
+
#: common/src/Tribe/Languages/Locations.php:372
|
4484 |
+
msgid "West Virginia"
|
4485 |
+
msgstr "West Virginia"
|
4486 |
+
|
4487 |
+
#: common/src/Tribe/Languages/Locations.php:371
|
4488 |
+
msgid "Washington"
|
4489 |
+
msgstr "Washington"
|
4490 |
+
|
4491 |
+
#: common/src/Tribe/Languages/Locations.php:370
|
4492 |
+
msgid "Virginia"
|
4493 |
+
msgstr "Virginia"
|
4494 |
+
|
4495 |
+
#: common/src/Tribe/Languages/Locations.php:369
|
4496 |
+
msgid "Vermont"
|
4497 |
+
msgstr "Vermont"
|
4498 |
+
|
4499 |
+
#: common/src/Tribe/Languages/Locations.php:368
|
4500 |
+
msgid "Utah"
|
4501 |
+
msgstr "Utah"
|
4502 |
+
|
4503 |
+
#: common/src/Tribe/Languages/Locations.php:367
|
4504 |
+
msgid "Texas"
|
4505 |
+
msgstr "Texas"
|
4506 |
+
|
4507 |
+
#: common/src/Tribe/Languages/Locations.php:366
|
4508 |
+
msgid "Tennessee"
|
4509 |
+
msgstr "Tennessee"
|
4510 |
+
|
4511 |
+
#: common/src/Tribe/Languages/Locations.php:365
|
4512 |
+
msgid "South Dakota"
|
4513 |
+
msgstr "South Dakota"
|
4514 |
+
|
4515 |
+
#: common/src/Tribe/Languages/Locations.php:364
|
4516 |
+
msgid "South Carolina"
|
4517 |
+
msgstr "South Carolina"
|
4518 |
+
|
4519 |
+
#: common/src/Tribe/Languages/Locations.php:363
|
4520 |
+
msgid "Rhode Island"
|
4521 |
+
msgstr "Rhode Island"
|
4522 |
+
|
4523 |
+
#: common/src/Tribe/Languages/Locations.php:362
|
4524 |
+
msgid "Pennsylvania"
|
4525 |
+
msgstr "Pennsylvania"
|
4526 |
+
|
4527 |
+
#: common/src/Tribe/Languages/Locations.php:361
|
4528 |
+
msgid "Oregon"
|
4529 |
+
msgstr "Oregon"
|
4530 |
+
|
4531 |
+
#: common/src/Tribe/Languages/Locations.php:360
|
4532 |
+
msgid "Oklahoma"
|
4533 |
+
msgstr "Oklahoma"
|
4534 |
+
|
4535 |
+
#: common/src/Tribe/Languages/Locations.php:359
|
4536 |
+
msgid "Ohio"
|
4537 |
+
msgstr "Ohio"
|
4538 |
+
|
4539 |
+
#: common/src/Tribe/Languages/Locations.php:358
|
4540 |
+
msgid "North Dakota"
|
4541 |
+
msgstr "North Dakota"
|
4542 |
+
|
4543 |
+
#: common/src/Tribe/Languages/Locations.php:357
|
4544 |
+
msgid "North Carolina"
|
4545 |
+
msgstr "North Carolina"
|
4546 |
+
|
4547 |
+
#: common/src/Tribe/Languages/Locations.php:356
|
4548 |
+
msgid "New York"
|
4549 |
+
msgstr "New York"
|
4550 |
+
|
4551 |
+
#: common/src/Tribe/Languages/Locations.php:355
|
4552 |
+
msgid "New Mexico"
|
4553 |
+
msgstr "New Mexico"
|
4554 |
+
|
4555 |
+
#: common/src/Tribe/Languages/Locations.php:354
|
4556 |
+
msgid "New Jersey"
|
4557 |
+
msgstr "New Jersey"
|
4558 |
+
|
4559 |
+
#: common/src/Tribe/Languages/Locations.php:353
|
4560 |
+
msgid "New Hampshire"
|
4561 |
+
msgstr "New Hampshire"
|
4562 |
+
|
4563 |
+
#: common/src/Tribe/Languages/Locations.php:352
|
4564 |
+
msgid "Nevada"
|
4565 |
+
msgstr "Nevada"
|
4566 |
+
|
4567 |
+
#: common/src/Tribe/Languages/Locations.php:351
|
4568 |
+
msgid "Nebraska"
|
4569 |
+
msgstr "Nebraska"
|
4570 |
+
|
4571 |
+
#: common/src/Tribe/Languages/Locations.php:350
|
4572 |
+
msgid "Montana"
|
4573 |
+
msgstr "Montana"
|
4574 |
+
|
4575 |
+
#: common/src/Tribe/Languages/Locations.php:349
|
4576 |
+
msgid "Missouri"
|
4577 |
+
msgstr "Missouri"
|
4578 |
+
|
4579 |
+
#: common/src/Tribe/Languages/Locations.php:348
|
4580 |
+
msgid "Mississippi"
|
4581 |
+
msgstr "Mississippi"
|
4582 |
+
|
4583 |
+
#: common/src/Tribe/Languages/Locations.php:347
|
4584 |
+
msgid "Minnesota"
|
4585 |
+
msgstr "Minnesota"
|
4586 |
+
|
4587 |
+
#: common/src/Tribe/Languages/Locations.php:346
|
4588 |
+
msgid "Michigan"
|
4589 |
+
msgstr "Michigan"
|
4590 |
+
|
4591 |
+
#: common/src/Tribe/Languages/Locations.php:345
|
4592 |
+
msgid "Massachusetts"
|
4593 |
+
msgstr "Massachusetts"
|
4594 |
+
|
4595 |
+
#: common/src/Tribe/Languages/Locations.php:344
|
4596 |
+
msgid "Maryland"
|
4597 |
+
msgstr "Maryland"
|
4598 |
+
|
4599 |
+
#: common/src/Tribe/Languages/Locations.php:343
|
4600 |
+
msgid "Maine"
|
4601 |
+
msgstr "Maine"
|
4602 |
+
|
4603 |
+
#: common/src/Tribe/Languages/Locations.php:342
|
4604 |
+
msgid "Louisiana"
|
4605 |
+
msgstr "Louisiana"
|
4606 |
+
|
4607 |
+
#: common/src/Tribe/Languages/Locations.php:341
|
4608 |
+
msgid "Kentucky"
|
4609 |
+
msgstr "Kentucky"
|
4610 |
+
|
4611 |
+
#: common/src/Tribe/Languages/Locations.php:340
|
4612 |
+
msgid "Kansas"
|
4613 |
+
msgstr "Kansas"
|
4614 |
+
|
4615 |
+
#: common/src/Tribe/Languages/Locations.php:339
|
4616 |
+
msgid "Iowa"
|
4617 |
+
msgstr "Iowa"
|
4618 |
+
|
4619 |
+
#: common/src/Tribe/Languages/Locations.php:338
|
4620 |
+
msgid "Indiana"
|
4621 |
+
msgstr "Indiana"
|
4622 |
+
|
4623 |
+
#: common/src/Tribe/Languages/Locations.php:337
|
4624 |
+
msgid "Illinois"
|
4625 |
+
msgstr "Illinois"
|
4626 |
+
|
4627 |
+
#: common/src/Tribe/Languages/Locations.php:336
|
4628 |
+
msgid "Idaho"
|
4629 |
+
msgstr "Idaho"
|
4630 |
+
|
4631 |
+
#: common/src/Tribe/Languages/Locations.php:335
|
4632 |
+
msgid "Hawaii"
|
4633 |
+
msgstr "Hawaii"
|
4634 |
+
|
4635 |
+
#: common/src/Tribe/Languages/Locations.php:333
|
4636 |
+
msgid "Florida"
|
4637 |
+
msgstr "Florida"
|
4638 |
+
|
4639 |
+
#: common/src/Tribe/Languages/Locations.php:332
|
4640 |
+
msgid "District of Columbia"
|
4641 |
+
msgstr "Washington, D.C."
|
4642 |
+
|
4643 |
+
#: common/src/Tribe/Languages/Locations.php:331
|
4644 |
+
msgid "Delaware"
|
4645 |
+
msgstr "Delaware"
|
4646 |
+
|
4647 |
+
#: common/src/Tribe/Languages/Locations.php:330
|
4648 |
+
msgid "Connecticut"
|
4649 |
+
msgstr "Connecticut"
|
4650 |
+
|
4651 |
+
#: common/src/Tribe/Languages/Locations.php:329
|
4652 |
+
msgid "Colorado"
|
4653 |
+
msgstr "Colorado"
|
4654 |
+
|
4655 |
+
#: common/src/Tribe/Languages/Locations.php:328
|
4656 |
+
msgid "California"
|
4657 |
+
msgstr "Kalifornien"
|
4658 |
+
|
4659 |
+
#: common/src/Tribe/Languages/Locations.php:327
|
4660 |
+
msgid "Arkansas"
|
4661 |
+
msgstr "Arkansas"
|
4662 |
+
|
4663 |
+
#: common/src/Tribe/Languages/Locations.php:326
|
4664 |
+
msgid "Arizona"
|
4665 |
+
msgstr "Arizona"
|
4666 |
+
|
4667 |
+
#: common/src/Tribe/Languages/Locations.php:325
|
4668 |
+
msgid "Alaska"
|
4669 |
+
msgstr "Alaska"
|
4670 |
+
|
4671 |
+
#: common/src/Tribe/Languages/Locations.php:324
|
4672 |
+
msgid "Alabama"
|
4673 |
+
msgstr "Alabama"
|
4674 |
+
|
4675 |
+
#: common/src/Tribe/Languages/Locations.php:297
|
4676 |
+
msgid "Zimbabwe"
|
4677 |
+
msgstr "Simbabwe"
|
4678 |
+
|
4679 |
+
#: common/src/Tribe/Languages/Locations.php:296
|
4680 |
+
msgid "Zambia"
|
4681 |
+
msgstr "Sambia"
|
4682 |
+
|
4683 |
+
#: common/src/Tribe/Languages/Locations.php:295
|
4684 |
+
msgid "Yemen"
|
4685 |
+
msgstr "Jemen"
|
4686 |
+
|
4687 |
+
#: common/src/Tribe/Languages/Locations.php:294
|
4688 |
+
msgid "Western Sahara"
|
4689 |
+
msgstr "Westsahara"
|
4690 |
+
|
4691 |
+
#: common/src/Tribe/Languages/Locations.php:293
|
4692 |
+
msgid "Wallis and Futuna Islands"
|
4693 |
+
msgstr ""
|
4694 |
+
|
4695 |
+
#: common/src/Tribe/Languages/Locations.php:292
|
4696 |
+
msgid "Virgin Islands (U.S.)"
|
4697 |
+
msgstr ""
|
4698 |
+
|
4699 |
+
#: common/src/Tribe/Languages/Locations.php:291
|
4700 |
+
msgid "Virgin Islands (British)"
|
4701 |
+
msgstr ""
|
4702 |
+
|
4703 |
+
#: common/src/Tribe/Languages/Locations.php:290
|
4704 |
+
msgid "Viet Nam"
|
4705 |
+
msgstr ""
|
4706 |
+
|
4707 |
+
#: common/src/Tribe/Languages/Locations.php:289
|
4708 |
+
msgid "Venezuela"
|
4709 |
+
msgstr "Venezuela"
|
4710 |
+
|
4711 |
+
#: common/src/Tribe/Languages/Locations.php:288
|
4712 |
+
msgid "Vanuatu"
|
4713 |
+
msgstr "Vanuatu"
|
4714 |
+
|
4715 |
+
#: common/src/Tribe/Languages/Locations.php:287
|
4716 |
+
msgid "Uzbekistan"
|
4717 |
+
msgstr "Usbekistan"
|
4718 |
+
|
4719 |
+
#: common/src/Tribe/Languages/Locations.php:286
|
4720 |
+
msgid "Uruguay"
|
4721 |
+
msgstr "Uruguay"
|
4722 |
+
|
4723 |
+
#: common/src/Tribe/Languages/Locations.php:285
|
4724 |
+
msgid "United States Minor Outlying Islands"
|
4725 |
+
msgstr ""
|
4726 |
+
|
4727 |
+
#: common/src/Tribe/Languages/Locations.php:284
|
4728 |
+
msgid "United Kingdom"
|
4729 |
+
msgstr ""
|
4730 |
+
|
4731 |
+
#: common/src/Tribe/Languages/Locations.php:283
|
4732 |
+
msgid "United Arab Emirates"
|
4733 |
+
msgstr "Vereinigte Arabische Emirate"
|
4734 |
+
|
4735 |
+
#: common/src/Tribe/Languages/Locations.php:282
|
4736 |
+
msgid "Ukraine"
|
4737 |
+
msgstr "Ukraine"
|
4738 |
+
|
4739 |
+
#: common/src/Tribe/Languages/Locations.php:281
|
4740 |
+
msgid "Uganda"
|
4741 |
+
msgstr "Uganda"
|
4742 |
+
|
4743 |
+
#: common/src/Tribe/Languages/Locations.php:280
|
4744 |
+
msgid "Tuvalu"
|
4745 |
+
msgstr "Tuvalu"
|
4746 |
+
|
4747 |
+
#: common/src/Tribe/Languages/Locations.php:279
|
4748 |
+
msgid "Turks and Caicos Islands"
|
4749 |
+
msgstr ""
|
4750 |
+
|
4751 |
+
#: common/src/Tribe/Languages/Locations.php:278
|
4752 |
+
msgid "Turkmenistan"
|
4753 |
+
msgstr "Turkmenistan"
|
4754 |
+
|
4755 |
+
#: common/src/Tribe/Languages/Locations.php:277
|
4756 |
+
msgid "Turkey"
|
4757 |
+
msgstr "Türkei"
|
4758 |
+
|
4759 |
+
#: common/src/Tribe/Languages/Locations.php:276
|
4760 |
+
msgid "Tunisia"
|
4761 |
+
msgstr "Tunesien"
|
4762 |
+
|
4763 |
+
#: common/src/Tribe/Languages/Locations.php:275
|
4764 |
+
msgid "Trinidad and Tobago"
|
4765 |
+
msgstr ""
|
4766 |
+
|
4767 |
+
#: common/src/Tribe/Languages/Locations.php:274
|
4768 |
+
msgid "Tonga"
|
4769 |
+
msgstr "Tonga"
|
4770 |
+
|
4771 |
+
#: common/src/Tribe/Languages/Locations.php:273
|
4772 |
+
msgid "Tokelau"
|
4773 |
+
msgstr "Tokelau"
|
4774 |
+
|
4775 |
+
#: common/src/Tribe/Languages/Locations.php:272
|
4776 |
+
msgid "Togo"
|
4777 |
+
msgstr "Togo"
|
4778 |
+
|
4779 |
+
#: common/src/Tribe/Languages/Locations.php:271
|
4780 |
+
msgid "Thailand"
|
4781 |
+
msgstr "Thailand"
|
4782 |
+
|
4783 |
+
#: common/src/Tribe/Languages/Locations.php:270
|
4784 |
+
msgid "Tanzania, United Republic of"
|
4785 |
+
msgstr ""
|
4786 |
+
|
4787 |
+
#: common/src/Tribe/Languages/Locations.php:269
|
4788 |
+
msgid "Tajikistan"
|
4789 |
+
msgstr "Tadschikistan"
|
4790 |
+
|
4791 |
+
#: common/src/Tribe/Languages/Locations.php:268
|
4792 |
+
msgid "Taiwan"
|
4793 |
+
msgstr "Taiwan"
|
4794 |
+
|
4795 |
+
#: common/src/Tribe/Languages/Locations.php:267
|
4796 |
+
msgid "Syrian Arab Republic"
|
4797 |
+
msgstr ""
|
4798 |
+
|
4799 |
+
#: common/src/Tribe/Languages/Locations.php:266
|
4800 |
+
msgid "Switzerland"
|
4801 |
+
msgstr "Schweiz"
|
4802 |
+
|
4803 |
+
#: common/src/Tribe/Languages/Locations.php:265
|
4804 |
+
msgid "Sweden"
|
4805 |
+
msgstr "Schweden"
|
4806 |
+
|
4807 |
+
#: common/src/Tribe/Languages/Locations.php:264
|
4808 |
+
msgid "Swaziland"
|
4809 |
+
msgstr "Swasiland"
|
4810 |
+
|
4811 |
+
#: common/src/Tribe/Languages/Locations.php:263
|
4812 |
+
msgid "Svalbard and Jan Mayen Islands"
|
4813 |
+
msgstr ""
|
4814 |
+
|
4815 |
+
#: common/src/Tribe/Languages/Locations.php:262
|
4816 |
+
msgid "Suriname"
|
4817 |
+
msgstr "Suriname"
|
4818 |
+
|
4819 |
+
#: common/src/Tribe/Languages/Locations.php:261
|
4820 |
+
msgid "Sudan"
|
4821 |
+
msgstr "Sudan"
|
4822 |
+
|
4823 |
+
#: common/src/Tribe/Languages/Locations.php:241
|
4824 |
+
msgid "Saint Pierre and Miquelon"
|
4825 |
+
msgstr ""
|
4826 |
+
|
4827 |
+
#: common/src/Tribe/Languages/Locations.php:260
|
4828 |
+
msgid "Sri Lanka"
|
4829 |
+
msgstr "Sri Lanka"
|
4830 |
+
|
4831 |
+
#: common/src/Tribe/Languages/Locations.php:259
|
4832 |
+
msgid "Spain"
|
4833 |
+
msgstr "Spanien"
|
4834 |
+
|
4835 |
+
#: common/src/Tribe/Languages/Locations.php:258
|
4836 |
+
msgid "South Georgia, South Sandwich Islands"
|
4837 |
+
msgstr ""
|
4838 |
+
|
4839 |
+
#: common/src/Tribe/Languages/Locations.php:257
|
4840 |
+
msgid "South Africa"
|
4841 |
+
msgstr "Südafrika"
|
4842 |
+
|
4843 |
+
#: common/src/Tribe/Languages/Locations.php:256
|
4844 |
+
msgid "Somalia"
|
4845 |
+
msgstr "Somalia"
|
4846 |
+
|
4847 |
+
#: common/src/Tribe/Languages/Locations.php:255
|
4848 |
+
msgid "Solomon Islands"
|
4849 |
+
msgstr "Salomonen"
|
4850 |
+
|
4851 |
+
#: common/src/Tribe/Languages/Locations.php:254
|
4852 |
+
msgid "Slovenia"
|
4853 |
+
msgstr "Slowenien"
|
4854 |
+
|
4855 |
+
#: common/src/Tribe/Languages/Locations.php:253
|
4856 |
+
msgid "Slovakia (Slovak Republic)"
|
4857 |
+
msgstr ""
|
4858 |
+
|
4859 |
+
#: common/src/Tribe/Languages/Locations.php:251
|
4860 |
+
msgid "Singapore"
|
4861 |
+
msgstr "Singapur"
|
4862 |
+
|
4863 |
+
#: common/src/Tribe/Languages/Locations.php:250
|
4864 |
+
msgid "Sierra Leone"
|
4865 |
+
msgstr "Sierra Leone"
|
4866 |
+
|
4867 |
+
#: common/src/Tribe/Languages/Locations.php:249
|
4868 |
+
msgid "Seychelles"
|
4869 |
+
msgstr "Seychellen"
|
4870 |
+
|
4871 |
+
#: common/src/Tribe/Languages/Locations.php:248
|
4872 |
+
msgid "Serbia"
|
4873 |
+
msgstr "Serbien"
|
4874 |
+
|
4875 |
+
#: common/src/Tribe/Languages/Locations.php:247
|
4876 |
+
msgid "Senegal"
|
4877 |
+
msgstr "Senegal"
|
4878 |
+
|
4879 |
+
#: common/src/Tribe/Languages/Locations.php:246
|
4880 |
+
msgid "Saudi Arabia"
|
4881 |
+
msgstr "Saudi-Arabien"
|
4882 |
+
|
4883 |
+
#: common/src/Tribe/Languages/Locations.php:244
|
4884 |
+
msgid "San Marino"
|
4885 |
+
msgstr "San Marino"
|
4886 |
+
|
4887 |
+
#: common/src/Tribe/Languages/Locations.php:243
|
4888 |
+
msgid "Samoa"
|
4889 |
+
msgstr "Samoa"
|
4890 |
+
|
4891 |
+
#: common/src/Tribe/Languages/Locations.php:242
|
4892 |
+
msgid "Saint Vincent and The Grenadines"
|
4893 |
+
msgstr ""
|
4894 |
+
|
4895 |
+
#: common/src/Tribe/Languages/Locations.php:240
|
4896 |
+
msgid "Saint Lucia"
|
4897 |
+
msgstr "St. Lucia"
|
4898 |
+
|
4899 |
+
#: common/src/Tribe/Languages/Locations.php:239
|
4900 |
+
msgid "Saint Kitts and Nevis"
|
4901 |
+
msgstr ""
|
4902 |
+
|
4903 |
+
#: common/src/Tribe/Languages/Locations.php:236
|
4904 |
+
msgid "Rwanda"
|
4905 |
+
msgstr "Ruanda"
|
4906 |
+
|
4907 |
+
#: common/src/Tribe/Languages/Locations.php:235
|
4908 |
+
msgid "Russian Federation"
|
4909 |
+
msgstr ""
|
4910 |
+
|
4911 |
+
#: common/src/Tribe/Languages/Locations.php:234
|
4912 |
+
msgid "Romania"
|
4913 |
+
msgstr "Rumänien"
|
4914 |
+
|
4915 |
+
#: common/src/Tribe/Languages/Locations.php:233
|
4916 |
+
msgid "Reunion"
|
4917 |
+
msgstr "Réunion"
|
4918 |
+
|
4919 |
+
#: common/src/Tribe/Languages/Locations.php:232
|
4920 |
+
msgid "Qatar"
|
4921 |
+
msgstr "Katar"
|
4922 |
+
|
4923 |
+
#: common/src/Tribe/Languages/Locations.php:231
|
4924 |
+
msgid "Puerto Rico"
|
4925 |
+
msgstr "Puerto Rico"
|
4926 |
+
|
4927 |
+
#: common/src/Tribe/Languages/Locations.php:230
|
4928 |
+
msgid "Portugal"
|
4929 |
+
msgstr "Portugal"
|
4930 |
+
|
4931 |
+
#: common/src/Tribe/Languages/Locations.php:229
|
4932 |
+
msgid "Poland"
|
4933 |
+
msgstr "Polen"
|
4934 |
+
|
4935 |
+
#: common/src/Tribe/Languages/Locations.php:228
|
4936 |
+
msgid "Pitcairn"
|
4937 |
+
msgstr "Pitcairninseln"
|
4938 |
+
|
4939 |
+
#: common/src/Tribe/Languages/Locations.php:227
|
4940 |
+
msgid "Philippines"
|
4941 |
+
msgstr "Philippinen"
|
4942 |
+
|
4943 |
+
#: common/src/Tribe/Languages/Locations.php:226
|
4944 |
+
msgid "Peru"
|
4945 |
+
msgstr "Peru"
|
4946 |
+
|
4947 |
+
#: common/src/Tribe/Languages/Locations.php:225
|
4948 |
+
msgid "Paraguay"
|
4949 |
+
msgstr "Paraguay"
|
4950 |
+
|
4951 |
+
#: common/src/Tribe/Languages/Locations.php:224
|
4952 |
+
msgid "Papua New Guinea"
|
4953 |
+
msgstr "Papua-Neuguinea"
|
4954 |
+
|
4955 |
+
#: common/src/Tribe/Languages/Locations.php:223
|
4956 |
+
msgid "Panama"
|
4957 |
+
msgstr "Panama"
|
4958 |
+
|
4959 |
+
#: common/src/Tribe/Languages/Locations.php:222
|
4960 |
+
msgid "Palau"
|
4961 |
+
msgstr "Palau"
|
4962 |
+
|
4963 |
+
#: common/src/Tribe/Languages/Locations.php:221
|
4964 |
+
msgid "Pakistan"
|
4965 |
+
msgstr "Pakistan"
|
4966 |
+
|
4967 |
+
#: common/src/Tribe/Languages/Locations.php:220
|
4968 |
+
msgid "Oman"
|
4969 |
+
msgstr "Oman"
|
4970 |
+
|
4971 |
+
#: common/src/Tribe/Languages/Locations.php:219
|
4972 |
+
msgid "Norway"
|
4973 |
+
msgstr "Norwegen"
|
4974 |
+
|
4975 |
+
#: common/src/Tribe/Languages/Locations.php:218
|
4976 |
+
msgid "Northern Mariana Islands"
|
4977 |
+
msgstr "Nördliche Marianen"
|
4978 |
+
|
4979 |
+
#: common/src/Tribe/Languages/Locations.php:217
|
4980 |
+
msgid "Norfolk Island"
|
4981 |
+
msgstr "Norfolkinsel"
|
4982 |
+
|
4983 |
+
#: common/src/Tribe/Languages/Locations.php:216
|
4984 |
+
msgid "Niue"
|
4985 |
+
msgstr "Niue"
|
4986 |
+
|
4987 |
+
#: common/src/Tribe/Languages/Locations.php:215
|
4988 |
+
msgid "Nigeria"
|
4989 |
+
msgstr "Nigeria"
|
4990 |
+
|
4991 |
+
#: common/src/Tribe/Languages/Locations.php:214
|
4992 |
+
msgid "Niger"
|
4993 |
+
msgstr "Niger"
|
4994 |
+
|
4995 |
+
#: common/src/Tribe/Languages/Locations.php:213
|
4996 |
+
msgid "Nicaragua"
|
4997 |
+
msgstr "Nicaragua"
|
4998 |
+
|
4999 |
+
#: common/src/Tribe/Languages/Locations.php:212
|
5000 |
+
msgid "New Zealand"
|
5001 |
+
msgstr "Neuseeland"
|
5002 |
+
|
5003 |
+
#: common/src/Tribe/Languages/Locations.php:211
|
5004 |
+
msgid "New Caledonia"
|
5005 |
+
msgstr "Neukaledonien"
|
5006 |
+
|
5007 |
+
#: common/src/Tribe/Languages/Locations.php:210
|
5008 |
+
msgid "Netherlands"
|
5009 |
+
msgstr "Niederlande"
|
5010 |
+
|
5011 |
+
#: common/src/Tribe/Languages/Locations.php:209
|
5012 |
+
msgid "Nepal"
|
5013 |
+
msgstr "Nepal"
|
5014 |
+
|
5015 |
+
#: common/src/Tribe/Languages/Locations.php:208
|
5016 |
+
msgid "Nauru"
|
5017 |
+
msgstr "Nauru"
|
5018 |
+
|
5019 |
+
#: common/src/Tribe/Languages/Locations.php:207
|
5020 |
+
msgid "Namibia"
|
5021 |
+
msgstr "Namibia"
|
5022 |
+
|
5023 |
+
#: common/src/Tribe/Languages/Locations.php:206
|
5024 |
+
msgid "Myanmar"
|
5025 |
+
msgstr "Myanmar"
|
5026 |
+
|
5027 |
+
#: common/src/Tribe/Languages/Locations.php:205
|
5028 |
+
msgid "Mozambique"
|
5029 |
+
msgstr "Mosambik"
|
5030 |
+
|
5031 |
+
#: common/src/Tribe/Languages/Locations.php:204
|
5032 |
+
msgid "Morocco"
|
5033 |
+
msgstr "Marokko"
|
5034 |
+
|
5035 |
+
#: common/src/Tribe/Languages/Locations.php:203
|
5036 |
+
msgid "Montserrat"
|
5037 |
+
msgstr "Montserrat"
|
5038 |
+
|
5039 |
+
#: common/src/Tribe/Languages/Locations.php:202
|
5040 |
+
msgid "Montenegro"
|
5041 |
+
msgstr "Montenegro"
|
5042 |
+
|
5043 |
+
#: common/src/Tribe/Languages/Locations.php:201
|
5044 |
+
msgid "Mongolia"
|
5045 |
+
msgstr "Mongolei"
|
5046 |
+
|
5047 |
+
#: common/src/Tribe/Languages/Locations.php:200
|
5048 |
+
msgid "Monaco"
|
5049 |
+
msgstr "Monaco"
|
5050 |
+
|
5051 |
+
#: common/src/Tribe/Languages/Locations.php:199
|
5052 |
+
msgid "Moldova, Republic of"
|
5053 |
+
msgstr ""
|
5054 |
+
|
5055 |
+
#: common/src/Tribe/Languages/Locations.php:198
|
5056 |
+
msgid "Micronesia, Federated States of"
|
5057 |
+
msgstr ""
|
5058 |
+
|
5059 |
+
#: common/src/Tribe/Languages/Locations.php:197
|
5060 |
+
msgid "Mexico"
|
5061 |
+
msgstr "Mexiko"
|
5062 |
+
|
5063 |
+
#: common/src/Tribe/Languages/Locations.php:196
|
5064 |
+
msgid "Mayotte"
|
5065 |
+
msgstr "Mayotte"
|
5066 |
+
|
5067 |
+
#: common/src/Tribe/Languages/Locations.php:195
|
5068 |
+
msgid "Mauritius"
|
5069 |
+
msgstr "Mauritius"
|
5070 |
+
|
5071 |
+
#: common/src/Tribe/Languages/Locations.php:194
|
5072 |
+
msgid "Mauritania"
|
5073 |
+
msgstr "Mauretanien"
|
5074 |
+
|
5075 |
+
#: common/src/Tribe/Languages/Locations.php:193
|
5076 |
+
msgid "Martinique"
|
5077 |
+
msgstr "Martinique"
|
5078 |
+
|
5079 |
+
#: common/src/Tribe/Languages/Locations.php:192
|
5080 |
+
msgid "Marshall Islands"
|
5081 |
+
msgstr "Marshallinseln"
|
5082 |
+
|
5083 |
+
#: common/src/Tribe/Languages/Locations.php:191
|
5084 |
+
msgid "Malta"
|
5085 |
+
msgstr "Malta"
|
5086 |
+
|
5087 |
+
#: common/src/Tribe/Languages/Locations.php:190
|
5088 |
+
msgid "Mali"
|
5089 |
+
msgstr "Mali"
|
5090 |
+
|
5091 |
+
#: common/src/Tribe/Languages/Locations.php:189
|
5092 |
+
msgid "Maldives"
|
5093 |
+
msgstr "Malediven"
|
5094 |
+
|
5095 |
+
#: common/src/Tribe/Languages/Locations.php:188
|
5096 |
+
msgid "Malaysia"
|
5097 |
+
msgstr "Malaysia"
|
5098 |
+
|
5099 |
+
#: common/src/Tribe/Languages/Locations.php:187
|
5100 |
+
msgid "Malawi"
|
5101 |
+
msgstr "Malawi"
|
5102 |
+
|
5103 |
+
#: common/src/Tribe/Languages/Locations.php:186
|
5104 |
+
msgid "Madagascar"
|
5105 |
+
msgstr "Madagaskar"
|
5106 |
+
|
5107 |
+
#: common/src/Tribe/Languages/Locations.php:185
|
5108 |
+
msgid "Macedonia"
|
5109 |
+
msgstr "Mazedonien"
|
5110 |
+
|
5111 |
+
#: common/src/Tribe/Languages/Locations.php:184
|
5112 |
+
msgid "Macau"
|
5113 |
+
msgstr "Macao"
|
5114 |
+
|
5115 |
+
#: common/src/Tribe/Languages/Locations.php:183
|
5116 |
+
msgid "Luxembourg"
|
5117 |
+
msgstr "Luxemburg"
|
5118 |
+
|
5119 |
+
#: common/src/Tribe/Languages/Locations.php:182
|
5120 |
+
msgid "Lithuania"
|
5121 |
+
msgstr "Litauen"
|
5122 |
+
|
5123 |
+
#: common/src/Tribe/Languages/Locations.php:181
|
5124 |
+
msgid "Liechtenstein"
|
5125 |
+
msgstr "Liechtenstein"
|
5126 |
+
|
5127 |
+
#: common/src/Tribe/Languages/Locations.php:180
|
5128 |
+
msgid "Libya"
|
5129 |
+
msgstr "Libyen"
|
5130 |
+
|
5131 |
+
#: common/src/Tribe/Languages/Locations.php:179
|
5132 |
+
msgid "Liberia"
|
5133 |
+
msgstr "Liberia"
|
5134 |
+
|
5135 |
+
#: common/src/Tribe/Languages/Locations.php:178
|
5136 |
+
msgid "Lesotho"
|
5137 |
+
msgstr "Lesotho"
|
5138 |
+
|
5139 |
+
#: common/src/Tribe/Languages/Locations.php:177
|
5140 |
+
msgid "Lebanon"
|
5141 |
+
msgstr "Libanon"
|
5142 |
+
|
5143 |
+
#: common/src/Tribe/Languages/Locations.php:176
|
5144 |
+
msgid "Latvia"
|
5145 |
+
msgstr "Lettland"
|
5146 |
+
|
5147 |
+
#: common/src/Tribe/Languages/Locations.php:175
|
5148 |
+
msgid "Lao People's Democratic Republic"
|
5149 |
+
msgstr ""
|
5150 |
+
|
5151 |
+
#: common/src/Tribe/Languages/Locations.php:174
|
5152 |
+
msgid "Kyrgyzstan"
|
5153 |
+
msgstr "Kirgisistan"
|
5154 |
+
|
5155 |
+
#: common/src/Tribe/Languages/Locations.php:173
|
5156 |
+
msgid "Kuwait"
|
5157 |
+
msgstr "Kuwait"
|
5158 |
+
|
5159 |
+
#: common/src/Tribe/Languages/Locations.php:172
|
5160 |
+
msgid "Korea, Republic of"
|
5161 |
+
msgstr "Korea"
|
5162 |
+
|
5163 |
+
#: common/src/Tribe/Languages/Locations.php:171
|
5164 |
+
msgid "Korea, Democratic People's Republic of"
|
5165 |
+
msgstr "Demokratische Republik Korea"
|
5166 |
+
|
5167 |
+
#: common/src/Tribe/Languages/Locations.php:170
|
5168 |
+
msgid "Kiribati"
|
5169 |
+
msgstr "Kiribati"
|
5170 |
+
|
5171 |
+
#: common/src/Tribe/Languages/Locations.php:169
|
5172 |
+
msgid "Kenya"
|
5173 |
+
msgstr "Kenia"
|
5174 |
+
|
5175 |
+
#: common/src/Tribe/Languages/Locations.php:168
|
5176 |
+
msgid "Kazakhstan"
|
5177 |
+
msgstr "Kasachstan"
|
5178 |
+
|
5179 |
+
#: common/src/Tribe/Languages/Locations.php:167
|
5180 |
+
msgid "Jordan"
|
5181 |
+
msgstr "Jordanien"
|
5182 |
+
|
5183 |
+
#: common/src/Tribe/Languages/Locations.php:166
|
5184 |
+
msgid "Japan"
|
5185 |
+
msgstr "Japan"
|
5186 |
+
|
5187 |
+
#: common/src/Tribe/Languages/Locations.php:165
|
5188 |
+
msgid "Jamaica"
|
5189 |
+
msgstr "Jamaika"
|
5190 |
+
|
5191 |
+
#: common/src/Tribe/Languages/Locations.php:164
|
5192 |
+
msgid "Italy"
|
5193 |
+
msgstr "Italien"
|
5194 |
+
|
5195 |
+
#: common/src/Tribe/Languages/Locations.php:163
|
5196 |
+
msgid "Israel"
|
5197 |
+
msgstr "Israel"
|
5198 |
+
|
5199 |
+
#: common/src/Tribe/Languages/Locations.php:162
|
5200 |
+
msgid "Ireland"
|
5201 |
+
msgstr "Irland"
|
5202 |
+
|
5203 |
+
#: common/src/Tribe/Languages/Locations.php:161
|
5204 |
+
msgid "Iraq"
|
5205 |
+
msgstr "Irak"
|
5206 |
+
|
5207 |
+
#: common/src/Tribe/Languages/Locations.php:160
|
5208 |
+
msgid "Iran, Islamic Republic of"
|
5209 |
+
msgstr "Iran"
|
5210 |
+
|
5211 |
+
#: common/src/Tribe/Languages/Locations.php:159
|
5212 |
+
msgid "Indonesia"
|
5213 |
+
msgstr "Indonesien"
|
5214 |
+
|
5215 |
+
#: common/src/Tribe/Languages/Locations.php:158
|
5216 |
+
msgid "India"
|
5217 |
+
msgstr "Indien"
|
5218 |
+
|
5219 |
+
#: common/src/Tribe/Languages/Locations.php:157
|
5220 |
+
msgid "Iceland"
|
5221 |
+
msgstr "Island"
|
5222 |
+
|
5223 |
+
#: common/src/Tribe/Languages/Locations.php:156
|
5224 |
+
msgid "Hungary"
|
5225 |
+
msgstr "Ungarn"
|
5226 |
+
|
5227 |
+
#: common/src/Tribe/Languages/Locations.php:155
|
5228 |
+
msgid "Hong Kong"
|
5229 |
+
msgstr "Hongkong"
|
5230 |
+
|
5231 |
+
#: common/src/Tribe/Languages/Locations.php:154
|
5232 |
+
msgid "Honduras"
|
5233 |
+
msgstr "Honduras"
|
5234 |
+
|
5235 |
+
#: common/src/Tribe/Languages/Locations.php:153
|
5236 |
+
msgid "Holy See (Vatican City State)"
|
5237 |
+
msgstr "Vatikanstadt"
|
5238 |
+
|
5239 |
+
#: common/src/Tribe/Languages/Locations.php:152
|
5240 |
+
msgid "Heard and McDonald Islands"
|
5241 |
+
msgstr "Heard und Mc Donald Islands"
|
5242 |
+
|
5243 |
+
#: common/src/Tribe/Languages/Locations.php:151
|
5244 |
+
msgid "Haiti"
|
5245 |
+
msgstr "Haiti"
|
5246 |
+
|
5247 |
+
#: common/src/Tribe/Languages/Locations.php:150
|
5248 |
+
msgid "Guyana"
|
5249 |
+
msgstr "Guyana"
|
5250 |
+
|
5251 |
+
#: common/src/Tribe/Languages/Locations.php:149
|
5252 |
+
msgid "Guinea-Bissau"
|
5253 |
+
msgstr "Guinea-Bissau"
|
5254 |
+
|
5255 |
+
#: common/src/Tribe/Languages/Locations.php:148
|
5256 |
+
msgid "Guinea"
|
5257 |
+
msgstr "Guinea"
|
5258 |
+
|
5259 |
+
#: common/src/Tribe/Languages/Locations.php:147
|
5260 |
+
msgid "Guatemala"
|
5261 |
+
msgstr "Guatemala"
|
5262 |
+
|
5263 |
+
#: common/src/Tribe/Languages/Locations.php:146
|
5264 |
+
msgid "Guam"
|
5265 |
+
msgstr "Guam"
|
5266 |
+
|
5267 |
+
#: common/src/Tribe/Languages/Locations.php:145
|
5268 |
+
msgid "Guadeloupe"
|
5269 |
+
msgstr "Guadeloupe"
|
5270 |
+
|
5271 |
+
#: common/src/Tribe/Languages/Locations.php:144
|
5272 |
+
msgid "Grenada"
|
5273 |
+
msgstr "Grenada"
|
5274 |
+
|
5275 |
+
#: common/src/Tribe/Languages/Locations.php:143
|
5276 |
+
msgid "Greenland"
|
5277 |
+
msgstr "Grönland"
|
5278 |
+
|
5279 |
+
#: common/src/Tribe/Languages/Locations.php:142
|
5280 |
+
msgid "Greece"
|
5281 |
+
msgstr "Griechenland"
|
5282 |
+
|
5283 |
+
#: common/src/Tribe/Languages/Locations.php:141
|
5284 |
+
msgid "Gibraltar"
|
5285 |
+
msgstr "Gibraltar"
|
5286 |
+
|
5287 |
+
#: common/src/Tribe/Languages/Locations.php:140
|
5288 |
+
msgid "Ghana"
|
5289 |
+
msgstr "Ghana"
|
5290 |
+
|
5291 |
+
#: common/src/Tribe/Languages/Locations.php:139
|
5292 |
+
msgid "Germany"
|
5293 |
+
msgstr "Deutschland"
|
5294 |
+
|
5295 |
+
#: common/src/Tribe/Languages/Locations.php:138
|
5296 |
+
#: common/src/Tribe/Languages/Locations.php:334
|
5297 |
+
msgid "Georgia"
|
5298 |
+
msgstr "Georgien"
|
5299 |
+
|
5300 |
+
#: common/src/Tribe/Languages/Locations.php:137
|
5301 |
+
msgid "Gambia"
|
5302 |
+
msgstr "Gambia"
|
5303 |
+
|
5304 |
+
#: common/src/Tribe/Languages/Locations.php:136
|
5305 |
+
msgid "Gabon"
|
5306 |
+
msgstr "Gabun"
|
5307 |
+
|
5308 |
+
#: common/src/Tribe/Languages/Locations.php:135
|
5309 |
+
msgid "French Southern Territories"
|
5310 |
+
msgstr "Französische Süd- und Antarktisgebiete"
|
5311 |
+
|
5312 |
+
#: common/src/Tribe/Languages/Locations.php:134
|
5313 |
+
msgid "French Polynesia"
|
5314 |
+
msgstr "Französisch-Polynesien"
|
5315 |
+
|
5316 |
+
#: common/src/Tribe/Languages/Locations.php:133
|
5317 |
+
msgid "French Guiana"
|
5318 |
+
msgstr "Französisch-Guayana"
|
5319 |
+
|
5320 |
+
#: common/src/Tribe/Languages/Locations.php:132
|
5321 |
+
msgid "France"
|
5322 |
+
msgstr "Frankreich"
|
5323 |
+
|
5324 |
+
#: common/src/Tribe/Languages/Locations.php:131
|
5325 |
+
msgid "Finland"
|
5326 |
+
msgstr "Finnland"
|
5327 |
+
|
5328 |
+
#: common/src/Tribe/Languages/Locations.php:130
|
5329 |
+
msgid "Fiji"
|
5330 |
+
msgstr "Fidschi"
|
5331 |
+
|
5332 |
+
#: common/src/Tribe/Languages/Locations.php:129
|
5333 |
+
msgid "Faroe Islands"
|
5334 |
+
msgstr "Färöer"
|
5335 |
+
|
5336 |
+
#: common/src/Tribe/Languages/Locations.php:128
|
5337 |
+
msgid "Falkland Islands (Malvinas)"
|
5338 |
+
msgstr ""
|
5339 |
+
|
5340 |
+
#: common/src/Tribe/Languages/Locations.php:127
|
5341 |
+
msgid "Ethiopia"
|
5342 |
+
msgstr "Äthiopien"
|
5343 |
+
|
5344 |
+
#: common/src/Tribe/Languages/Locations.php:126
|
5345 |
+
msgid "Estonia"
|
5346 |
+
msgstr "Estland"
|
5347 |
+
|
5348 |
+
#: common/src/Tribe/Languages/Locations.php:125
|
5349 |
+
msgid "Eritrea"
|
5350 |
+
msgstr "Eritrea"
|
5351 |
+
|
5352 |
+
#: common/src/Tribe/Languages/Locations.php:124
|
5353 |
+
msgid "Equatorial Guinea"
|
5354 |
+
msgstr "Äquatorialguinea"
|
5355 |
+
|
5356 |
+
#: common/src/Tribe/Languages/Locations.php:123
|
5357 |
+
msgid "El Salvador"
|
5358 |
+
msgstr "El Salvador"
|
5359 |
+
|
5360 |
+
#: common/src/Tribe/Languages/Locations.php:122
|
5361 |
+
msgid "Egypt"
|
5362 |
+
msgstr "Ägypten"
|
5363 |
+
|
5364 |
+
#: common/src/Tribe/Languages/Locations.php:121
|
5365 |
+
msgid "Ecuador"
|
5366 |
+
msgstr "Ecuador"
|
5367 |
+
|
5368 |
+
#: common/src/Tribe/Languages/Locations.php:120
|
5369 |
+
msgid "East Timor"
|
5370 |
+
msgstr "Osttimor"
|
5371 |
+
|
5372 |
+
#: common/src/Tribe/Languages/Locations.php:119
|
5373 |
+
msgid "Dominican Republic"
|
5374 |
+
msgstr "Dominikanische Republik"
|
5375 |
+
|
5376 |
+
#: common/src/Tribe/Languages/Locations.php:118
|
5377 |
+
msgid "Dominica"
|
5378 |
+
msgstr "Dominica"
|
5379 |
+
|
5380 |
+
#: common/src/Tribe/Languages/Locations.php:117
|
5381 |
+
msgid "Djibouti"
|
5382 |
+
msgstr "Dschibuti"
|
5383 |
+
|
5384 |
+
#: common/src/Tribe/Languages/Locations.php:116
|
5385 |
+
msgid "Denmark"
|
5386 |
+
msgstr "Dänemark"
|
5387 |
+
|
5388 |
+
#: common/src/Tribe/Languages/Locations.php:115
|
5389 |
+
msgid "Czech Republic"
|
5390 |
+
msgstr "Tschechien"
|
5391 |
+
|
5392 |
+
#: common/src/Tribe/Languages/Locations.php:114
|
5393 |
+
msgid "Cyprus"
|
5394 |
+
msgstr "Zypern"
|
5395 |
+
|
5396 |
+
#: common/src/Tribe/Languages/Locations.php:112
|
5397 |
+
msgid "Cuba"
|
5398 |
+
msgstr "Kuba"
|
5399 |
+
|
5400 |
+
#: common/src/Tribe/Languages/Locations.php:111
|
5401 |
+
msgid "Croatia (Local Name: Hrvatska)"
|
5402 |
+
msgstr "Kroatien"
|
5403 |
+
|
5404 |
+
#: common/src/Tribe/Languages/Locations.php:109
|
5405 |
+
msgid "Costa Rica"
|
5406 |
+
msgstr "Costa Rica"
|
5407 |
+
|
5408 |
+
#: common/src/Tribe/Languages/Locations.php:108
|
5409 |
+
msgid "Cook Islands"
|
5410 |
+
msgstr "Cookinseln"
|
5411 |
+
|
5412 |
+
#: common/src/Tribe/Languages/Locations.php:107
|
5413 |
+
msgid "Congo, Democratic Republic of the"
|
5414 |
+
msgstr ""
|
5415 |
+
|
5416 |
+
#: common/src/Tribe/Languages/Locations.php:106
|
5417 |
+
msgid "Congo"
|
5418 |
+
msgstr ""
|
5419 |
+
|
5420 |
+
#: common/src/Tribe/Languages/Locations.php:105
|
5421 |
+
msgid "Comoros"
|
5422 |
+
msgstr "Komoren"
|
5423 |
+
|
5424 |
+
#: common/src/Tribe/Languages/Locations.php:104
|
5425 |
+
msgid "Colombia"
|
5426 |
+
msgstr "Kolumbien"
|
5427 |
+
|
5428 |
+
#: common/src/Tribe/Languages/Locations.php:102
|
5429 |
+
msgid "Cocos (Keeling) Islands"
|
5430 |
+
msgstr "Kokosinseln"
|
5431 |
+
|
5432 |
+
#: common/src/Tribe/Languages/Locations.php:101
|
5433 |
+
msgid "Christmas Island"
|
5434 |
+
msgstr "Weihnachtsinsel"
|
5435 |
+
|
5436 |
+
#: common/src/Tribe/Languages/Locations.php:100
|
5437 |
+
msgid "China"
|
5438 |
+
msgstr "China"
|
5439 |
+
|
5440 |
+
#: common/src/Tribe/Languages/Locations.php:99
|
5441 |
+
msgid "Chile"
|
5442 |
+
msgstr "Chile"
|
5443 |
+
|
5444 |
+
#: common/src/Tribe/Languages/Locations.php:98
|
5445 |
+
msgid "Chad"
|
5446 |
+
msgstr "Tschad"
|
5447 |
+
|
5448 |
+
#: common/src/Tribe/Languages/Locations.php:97
|
5449 |
+
msgid "Central African Republic"
|
5450 |
+
msgstr "Zentralafrikanische Republik"
|
5451 |
+
|
5452 |
+
#: common/src/Tribe/Languages/Locations.php:96
|
5453 |
+
msgid "Cayman Islands"
|
5454 |
+
msgstr "Caymaninseln"
|
5455 |
+
|
5456 |
+
#: common/src/Tribe/Languages/Locations.php:95
|
5457 |
+
msgid "Cape Verde"
|
5458 |
+
msgstr "Kap Verde"
|
5459 |
+
|
5460 |
+
#: common/src/Tribe/Languages/Locations.php:94
|
5461 |
+
msgid "Canada"
|
5462 |
+
msgstr "Kanada"
|
5463 |
+
|
5464 |
+
#: common/src/Tribe/Languages/Locations.php:93
|
5465 |
+
msgid "Cameroon"
|
5466 |
+
msgstr "Kamerun"
|
5467 |
+
|
5468 |
+
#: common/src/Tribe/Languages/Locations.php:92
|
5469 |
+
msgid "Cambodia"
|
5470 |
+
msgstr "Kambodscha"
|
5471 |
+
|
5472 |
+
#: common/src/Tribe/Languages/Locations.php:91
|
5473 |
+
msgid "Burundi"
|
5474 |
+
msgstr "Burundi"
|
5475 |
+
|
5476 |
+
#: common/src/Tribe/Languages/Locations.php:90
|
5477 |
+
msgid "Burkina Faso"
|
5478 |
+
msgstr "Burkina Faso"
|
5479 |
+
|
5480 |
+
#: common/src/Tribe/Languages/Locations.php:89
|
5481 |
+
msgid "Bulgaria"
|
5482 |
+
msgstr "Bulgarien"
|
5483 |
+
|
5484 |
+
#: common/src/Tribe/Languages/Locations.php:88
|
5485 |
+
msgid "Brunei Darussalam"
|
5486 |
+
msgstr ""
|
5487 |
+
|
5488 |
+
#: common/src/Tribe/Languages/Locations.php:87
|
5489 |
+
msgid "British Indian Ocean Territory"
|
5490 |
+
msgstr "Britisches Territorium im Indischen Ozean"
|
5491 |
+
|
5492 |
+
#: common/src/Tribe/Languages/Locations.php:86
|
5493 |
+
msgid "Brazil"
|
5494 |
+
msgstr "Brasilien"
|
5495 |
+
|
5496 |
+
#: common/src/Tribe/Languages/Locations.php:85
|
5497 |
+
msgid "Bouvet Island"
|
5498 |
+
msgstr "Bouvetinsel"
|
5499 |
+
|
5500 |
+
#: common/src/Tribe/Languages/Locations.php:84
|
5501 |
+
msgid "Botswana"
|
5502 |
+
msgstr "Botswana"
|
5503 |
+
|
5504 |
+
#: common/src/Tribe/Languages/Locations.php:83
|
5505 |
+
msgid "Bosnia and Herzegovina"
|
5506 |
+
msgstr ""
|
5507 |
+
|
5508 |
+
#: common/src/Tribe/Languages/Locations.php:82
|
5509 |
+
msgid "Bolivia"
|
5510 |
+
msgstr "Bolivien"
|
5511 |
+
|
5512 |
+
#: common/src/Tribe/Languages/Locations.php:81
|
5513 |
+
msgid "Bhutan"
|
5514 |
+
msgstr "Bhutan"
|
5515 |
+
|
5516 |
+
#: common/src/Tribe/Languages/Locations.php:80
|
5517 |
+
msgid "Bermuda"
|
5518 |
+
msgstr "Bermuda"
|
5519 |
+
|
5520 |
+
#: common/src/Tribe/Languages/Locations.php:79
|
5521 |
+
msgid "Benin"
|
5522 |
+
msgstr "Benin"
|
5523 |
+
|
5524 |
+
#: common/src/Tribe/Languages/Locations.php:78
|
5525 |
+
msgid "Belize"
|
5526 |
+
msgstr "Belize"
|
5527 |
+
|
5528 |
+
#: common/src/Tribe/Languages/Locations.php:77
|
5529 |
+
msgid "Belgium"
|
5530 |
+
msgstr "Belgien"
|
5531 |
+
|
5532 |
+
#: common/src/Tribe/Languages/Locations.php:76
|
5533 |
+
msgid "Belarus"
|
5534 |
+
msgstr "Weißrussland"
|
5535 |
+
|
5536 |
+
#: common/src/Tribe/Languages/Locations.php:75
|
5537 |
+
msgid "Barbados"
|
5538 |
+
msgstr "Barbados"
|
5539 |
+
|
5540 |
+
#: common/src/Tribe/Languages/Locations.php:74
|
5541 |
+
msgid "Bangladesh"
|
5542 |
+
msgstr "Bangladesch"
|
5543 |
+
|
5544 |
+
#: common/src/Tribe/Languages/Locations.php:73
|
5545 |
+
msgid "Bahrain"
|
5546 |
+
msgstr "Bahrain"
|
5547 |
+
|
5548 |
+
#: common/src/Tribe/Languages/Locations.php:72
|
5549 |
+
msgid "Bahamas"
|
5550 |
+
msgstr "Bahamas"
|
5551 |
+
|
5552 |
+
#: common/src/Tribe/Languages/Locations.php:71
|
5553 |
+
msgid "Azerbaijan"
|
5554 |
+
msgstr "Aserbaidschan"
|
5555 |
+
|
5556 |
+
#: common/src/Tribe/Languages/Locations.php:70
|
5557 |
+
msgid "Austria"
|
5558 |
+
msgstr "Österreich"
|
5559 |
+
|
5560 |
+
#: common/src/Tribe/Languages/Locations.php:69
|
5561 |
+
msgid "Australia"
|
5562 |
+
msgstr "Australien"
|
5563 |
+
|
5564 |
+
#: common/src/Tribe/Languages/Locations.php:68
|
5565 |
+
msgid "Aruba"
|
5566 |
+
msgstr "Aruba"
|
5567 |
+
|
5568 |
+
#: common/src/Tribe/Languages/Locations.php:67
|
5569 |
+
msgid "Armenia"
|
5570 |
+
msgstr "Armenien"
|
5571 |
+
|
5572 |
+
#: common/src/Tribe/Languages/Locations.php:66
|
5573 |
+
msgid "Argentina"
|
5574 |
+
msgstr "Argentinien"
|
5575 |
+
|
5576 |
+
#: common/src/Tribe/Languages/Locations.php:65
|
5577 |
+
msgid "Antigua and Barbuda"
|
5578 |
+
msgstr "Antigua und Barbuda"
|
5579 |
+
|
5580 |
+
#: common/src/Tribe/Languages/Locations.php:64
|
5581 |
+
msgid "Antarctica"
|
5582 |
+
msgstr "Antarktika"
|
5583 |
+
|
5584 |
+
#: common/src/Tribe/Languages/Locations.php:63
|
5585 |
+
msgid "Anguilla"
|
5586 |
+
msgstr "Anguilla"
|
5587 |
+
|
5588 |
+
#: common/src/Tribe/Languages/Locations.php:62
|
5589 |
+
msgid "Angola"
|
5590 |
+
msgstr "Angola"
|
5591 |
+
|
5592 |
+
#: common/src/Tribe/Languages/Locations.php:61
|
5593 |
+
msgid "Andorra"
|
5594 |
+
msgstr "Andorra"
|
5595 |
+
|
5596 |
+
#: common/src/Tribe/Languages/Locations.php:60
|
5597 |
+
msgid "American Samoa"
|
5598 |
+
msgstr "Amerikanisch-Samoa"
|
5599 |
+
|
5600 |
+
#: common/src/Tribe/Languages/Locations.php:59
|
5601 |
+
msgid "Algeria"
|
5602 |
+
msgstr "Algerien"
|
5603 |
+
|
5604 |
+
#: common/src/Tribe/Languages/Locations.php:58
|
5605 |
+
msgid "Albania"
|
5606 |
+
msgstr "Albanien"
|
5607 |
+
|
5608 |
+
#: common/src/Tribe/Languages/Locations.php:56
|
5609 |
+
msgid "Afghanistan"
|
5610 |
+
msgstr "Afghanistan"
|
5611 |
+
|
5612 |
+
#: common/src/Tribe/Languages/Locations.php:55
|
5613 |
+
msgid "United States"
|
5614 |
+
msgstr ""
|
5615 |
+
|
5616 |
+
#: common/src/Tribe/View_Helpers.php:51
|
5617 |
+
msgid "Select a Country:"
|
5618 |
+
msgstr ""
|
5619 |
+
|
5620 |
+
#: common/src/Tribe/Validate.php:514
|
5621 |
+
msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
|
5622 |
+
msgstr ""
|
5623 |
+
|
5624 |
+
#: common/src/Tribe/Validate.php:498
|
5625 |
+
msgid "%s must be a phone number."
|
5626 |
+
msgstr "%s muss eine Telefonnummer sein"
|
5627 |
+
|
5628 |
+
#: common/src/Tribe/Validate.php:484
|
5629 |
+
msgid "%s must consist of 5 numbers."
|
5630 |
+
msgstr "%s muss aus fünf Ziffern bestehen"
|
5631 |
+
|
5632 |
+
#: common/src/Tribe/Validate.php:470
|
5633 |
+
msgid "%s must consist of letters, spaces, apostrophes, and dashes."
|
5634 |
+
msgstr "%s darf aus Buchstaben, Leerzeichen, Apostrophen und Schrägstrichen bestehen"
|
5635 |
+
|
5636 |
+
#: common/src/Tribe/Validate.php:454
|
5637 |
+
msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
|
5638 |
+
msgstr "%s darf nur aus Buchstaben, Ziffern, Leerzeichen, Apostrophen und Schrägstrichen bestehen"
|
5639 |
+
|
5640 |
+
#: common/src/Tribe/Validate.php:438
|
5641 |
+
msgid "%s must be a number between 0 and 21."
|
5642 |
+
msgstr "%s muss eine Zahl zwischen 0 und 21 sein."
|
5643 |
+
|
5644 |
+
#: common/src/Tribe/Validate.php:384
|
5645 |
+
msgid "%s must be a number or percentage."
|
5646 |
+
msgstr "%s muss eine Zahl oder Prozentsatz sein."
|
5647 |
+
|
5648 |
+
#: common/src/Tribe/Validate.php:368
|
5649 |
+
msgid "%s cannot be a duplicate"
|
5650 |
+
msgstr "%s kann nicht vervielfältigt werden"
|
5651 |
+
|
5652 |
+
#: common/src/Tribe/Validate.php:366
|
5653 |
+
msgid "%s cannot be the same as %s."
|
5654 |
+
msgstr "%s kann nicht dasselbe sein wie %s."
|
5655 |
+
|
5656 |
+
#: common/src/Tribe/Validate.php:359
|
5657 |
+
msgid "Comparison validation failed because no comparison value was provided, for field %s"
|
5658 |
+
msgstr ""
|
5659 |
+
|
5660 |
+
#: common/src/Tribe/Validate.php:298 common/src/Tribe/Validate.php:310
|
5661 |
+
#: common/src/Tribe/Validate.php:323 common/src/Tribe/Validate.php:345
|
5662 |
+
msgid "%s must have a value that's part of its options."
|
5663 |
+
msgstr ""
|
5664 |
+
|
5665 |
+
#: common/src/Tribe/Validate.php:282
|
5666 |
+
msgid "%s must be a valid absolute URL."
|
5667 |
+
msgstr "\t%s muss eine gültige URL sein."
|
5668 |
+
|
5669 |
+
#: common/src/Tribe/Validate.php:267
|
5670 |
+
msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
|
5671 |
+
msgstr "%s muss eine gültige Ausgangsform haben (Nummern, Buchstaben, Gedankenstriche und Unterstreichungen)."
|
5672 |
+
|
5673 |
+
#: common/src/Tribe/Validate.php:214
|
5674 |
+
msgid "%s must be a positive number or percent."
|
5675 |
+
msgstr "%s muss eine positive Zahl oder ein Prozentwert sein."
|
5676 |
+
|
5677 |
+
#: common/src/Tribe/Validate.php:200 common/src/Tribe/Validate.php:228
|
5678 |
+
msgid "%s must be a positive number."
|
5679 |
+
msgstr "%s muss eine positive Zahl sein."
|
5680 |
+
|
5681 |
+
#: common/src/Tribe/Validate.php:152
|
5682 |
+
msgid "%s must contain numbers, letters and dots only"
|
5683 |
+
msgstr "%s darf nur Zahlen, Buchstaben oder Punkte enthalten"
|
5684 |
+
|
5685 |
+
#: common/src/Tribe/Validate.php:120 common/src/Tribe/Validate.php:136
|
5686 |
+
msgid "%s must contain numbers and letters only"
|
5687 |
+
msgstr "%s darf nur Zahlen und Buchstaben enthalten"
|
5688 |
+
|
5689 |
+
#: common/src/Tribe/Validate.php:105
|
5690 |
+
msgctxt "non-existant function name passed for field validation"
|
5691 |
+
msgid "with function name:"
|
5692 |
+
msgstr ""
|
5693 |
+
|
5694 |
+
#: common/src/Tribe/Validate.php:104
|
5695 |
+
msgid "Non-existant field validation function passed"
|
5696 |
+
msgstr ""
|
5697 |
+
|
5698 |
+
#: common/src/Tribe/Validate.php:73 common/src/Tribe/Validate.php:85
|
5699 |
+
#: common/src/Tribe/Validate.php:105
|
5700 |
+
msgid "Field ID:"
|
5701 |
+
msgstr "Feld ID:"
|
5702 |
+
|
5703 |
+
#: common/src/Tribe/Validate.php:72 common/src/Tribe/Validate.php:84
|
5704 |
+
msgid "Invalid or incomplete field passed"
|
5705 |
+
msgstr "Unvollständig oder fehlerhaft."
|
5706 |
+
|
5707 |
+
#: common/src/Tribe/Support.php:199
|
5708 |
+
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!"
|
5709 |
+
msgstr ""
|
5710 |
+
|
5711 |
+
#: common/src/Tribe/Support.php:188 common/src/Tribe/Support.php:189
|
5712 |
+
msgid "Unknown or not set"
|
5713 |
+
msgstr ""
|
5714 |
+
|
5715 |
+
#: common/src/Tribe/Settings_Tab.php:222
|
5716 |
+
msgid "There are no fields setup for this tab yet."
|
5717 |
+
msgstr ""
|
5718 |
+
|
5719 |
+
#: common/src/Tribe/Settings_Manager.php:253
|
5720 |
+
#: common/src/admin-views/tribe-options-licenses.php:57
|
5721 |
+
msgid "Licenses"
|
5722 |
+
msgstr "Lizenzen"
|
5723 |
+
|
5724 |
+
#: common/src/Tribe/Settings_Manager.php:219
|
5725 |
+
msgid "Network"
|
5726 |
+
msgstr "Netzwerk"
|
5727 |
+
|
5728 |
+
#: common/src/Tribe/Settings_Manager.php:279
|
5729 |
+
msgid "Help"
|
5730 |
+
msgstr "Hilfe"
|
5731 |
+
|
5732 |
+
#: common/src/Tribe/Settings_Manager.php:55
|
5733 |
+
msgid "Display"
|
5734 |
+
msgstr "Darstellung"
|
5735 |
+
|
5736 |
+
#: common/src/Tribe/Settings_Manager.php:54
|
5737 |
+
msgid "General"
|
5738 |
+
msgstr "Allgemein"
|
5739 |
+
|
5740 |
+
#: common/src/Tribe/Settings.php:641
|
5741 |
+
msgid "Settings saved."
|
5742 |
+
msgstr "Einstellungen gespeichert."
|
5743 |
+
|
5744 |
+
#: common/src/Tribe/Settings.php:619
|
5745 |
+
msgid "The above setting was not saved. Other settings were successfully saved."
|
5746 |
+
msgid_plural "The above settings were not saved. Other settings were successfully saved."
|
5747 |
+
msgstr[0] ""
|
5748 |
+
msgstr[1] ""
|
5749 |
+
|
5750 |
+
#: common/src/Tribe/Settings.php:618
|
5751 |
+
msgid "None of your settings were saved. Please try again."
|
5752 |
+
msgstr ""
|
5753 |
+
|
5754 |
+
#: common/src/Tribe/Settings.php:608
|
5755 |
+
msgid "Your form had the following errors:"
|
5756 |
+
msgstr ""
|
5757 |
+
|
5758 |
+
#: common/src/Tribe/Settings.php:431
|
5759 |
+
msgid "The request wasn't sent from this tab."
|
5760 |
+
msgstr ""
|
5761 |
+
|
5762 |
+
#: common/src/Tribe/Settings.php:425
|
5763 |
+
msgid "The request was sent insecurely."
|
5764 |
+
msgstr ""
|
5765 |
+
|
5766 |
+
#: common/src/Tribe/Settings.php:419
|
5767 |
+
msgid "You don't have permission to do that."
|
5768 |
+
msgstr ""
|
5769 |
+
|
5770 |
+
#: src/Tribe/Editor/Attendee_Registration.php:128
|
5771 |
+
#: common/src/Tribe/Settings.php:371
|
5772 |
+
msgid "Save Changes"
|
5773 |
+
msgstr "Änderungen speichern"
|
5774 |
+
|
5775 |
+
#: common/src/Tribe/Settings.php:363
|
5776 |
+
msgid "You've requested a non-existent tab."
|
5777 |
+
msgstr ""
|
5778 |
+
|
5779 |
+
#: common/src/Tribe/Settings.php:349
|
5780 |
+
msgid "%s Settings"
|
5781 |
+
msgstr "%s Einstellungen"
|
5782 |
+
|
5783 |
+
#: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
|
5784 |
+
#: src/modules/elements/settings-dashboard/element.js:64
|
5785 |
+
#: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
|
5786 |
+
#: src/modules/blocks/tickets/action-buttons/settings/template.js:20
|
5787 |
+
#: src/resources/js/app/blocks.js:14458 src/resources/js/app/blocks.js:42245
|
5788 |
+
#: src/resources/js/app/blocks.js:43252 src/resources/js/app/elements.js:5520
|
5789 |
+
msgid "Settings"
|
5790 |
+
msgstr "Einstellungen"
|
5791 |
+
|
5792 |
+
#: common/src/Tribe/Settings.php:253 common/src/Tribe/Settings.php:273
|
5793 |
+
msgid "Events Settings"
|
5794 |
+
msgstr "Veranstaltungseinstellungen"
|
5795 |
+
|
5796 |
+
#: src/admin-views/admin-welcome-message.php:18
|
5797 |
+
#: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
|
5798 |
+
#: common/src/Tribe/Settings.php:242
|
5799 |
+
msgid "Events"
|
5800 |
+
msgstr "Veranstaltungen"
|
5801 |
+
|
5802 |
+
#: common/src/Tribe/PUE/Checker.php:899
|
5803 |
+
msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
|
5804 |
+
msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte kontaktiere den %sSupport%s."
|
5805 |
+
|
5806 |
+
#: common/src/Tribe/PUE/Checker.php:943
|
5807 |
+
msgid "Thanks for setting up a valid key. It will expire on %s"
|
5808 |
+
msgstr ""
|
5809 |
+
|
5810 |
+
#: common/src/Tribe/PUE/Checker.php:938
|
5811 |
+
msgid "Valid Key! Expires on %s"
|
5812 |
+
msgstr ""
|
5813 |
+
|
5814 |
+
#: common/src/Tribe/PUE/Checker.php:918
|
5815 |
+
msgid "Sorry, key validation server is not available."
|
5816 |
+
msgstr ""
|
5817 |
+
|
5818 |
+
#: common/src/Tribe/PUE/Checker.php:912
|
5819 |
+
msgid "unknown date"
|
5820 |
+
msgstr ""
|
5821 |
+
|
5822 |
+
#: common/src/Tribe/PUE/Checker.php:653
|
5823 |
+
msgid "License key(s) updated."
|
5824 |
+
msgstr "Lizenz - Schlüssel upgedatet"
|
5825 |
+
|
5826 |
+
#: common/src/Tribe/PUE/Checker.php:497
|
5827 |
+
msgid "A valid license key is required for support and updates"
|
5828 |
+
msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
|
5829 |
+
|
5830 |
+
#: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
|
5831 |
+
msgid "License Key"
|
5832 |
+
msgstr "Lizenzschlüssel"
|
5833 |
+
|
5834 |
+
#: common/src/Tribe/Field.php:626
|
5835 |
+
msgid "No select options specified"
|
5836 |
+
msgstr "Keine Auswahlfeld-Optionen angegeben"
|
5837 |
+
|
5838 |
+
#: common/src/Tribe/Field.php:568
|
5839 |
+
msgid "No checkbox options specified"
|
5840 |
+
msgstr "Keine Checkbox-Optionen angegeben"
|
5841 |
+
|
5842 |
+
#: common/src/Tribe/Field.php:532
|
5843 |
+
msgid "No radio options specified"
|
5844 |
+
msgstr "Keine Radiobutton-Optionen angegeben"
|
5845 |
+
|
5846 |
+
#: common/src/Tribe/Field.php:231
|
5847 |
+
msgid "Invalid field type specified"
|
5848 |
+
msgstr "Ungültigen Feldtyp angegeben"
|
5849 |
+
|
5850 |
+
#: common/src/Tribe/Credits.php:31
|
5851 |
+
msgid "This calendar is powered by The Events Calendar."
|
5852 |
+
msgstr ""
|
5853 |
+
|
5854 |
+
#: common/src/Tribe/App_Shop.php:50 common/src/Tribe/App_Shop.php:51
|
5855 |
+
#: common/src/Tribe/App_Shop.php:72
|
5856 |
+
msgid "Event Add-Ons"
|
5857 |
+
msgstr "Veranstaltung Add-Ons"
|
5858 |
+
|
5859 |
+
#: common/src/Tribe/Admin/Help_Page.php:860
|
5860 |
+
msgid "Visit the Add-on Page"
|
5861 |
+
msgstr ""
|
5862 |
+
|
5863 |
+
#: common/src/Tribe/Admin/Help_Page.php:855
|
5864 |
+
msgid "Plugin Inactive"
|
5865 |
+
msgstr "Plugin inaktiv"
|
5866 |
+
|
5867 |
+
#: common/src/Tribe/Admin/Help_Page.php:853
|
5868 |
+
msgid "Plugin Active"
|
5869 |
+
msgstr "Plugin aktiv"
|
5870 |
+
|
5871 |
+
#: common/src/Tribe/Admin/Help_Page.php:847
|
5872 |
+
msgid "Premium Add-Ons"
|
5873 |
+
msgstr ""
|
5874 |
+
|
5875 |
+
#: common/src/Tribe/Admin/Help_Page.php:828
|
5876 |
+
msgid "Rating:"
|
5877 |
+
msgstr ""
|
5878 |
+
|
5879 |
+
#: common/src/Tribe/Admin/Help_Page.php:825
|
5880 |
+
msgid "Active Users:"
|
5881 |
+
msgstr "Aktive Nutzer:"
|
5882 |
+
|
5883 |
+
#: common/src/Tribe/Admin/Help_Page.php:823
|
5884 |
+
msgid "WordPress "
|
5885 |
+
msgstr ""
|
5886 |
+
|
5887 |
+
#: common/src/Tribe/Admin/Help_Page.php:822
|
5888 |
+
#: common/src/admin-views/app-shop.php:77
|
5889 |
+
msgid "Requires:"
|
5890 |
+
msgstr "Benötigt:"
|
5891 |
+
|
5892 |
+
#: common/src/Tribe/Admin/Help_Page.php:819
|
5893 |
+
msgid "Latest Version:"
|
5894 |
+
msgstr "Neueste Version:"
|
5895 |
+
|
5896 |
+
#: common/src/Tribe/Admin/Help_Page.php:802
|
5897 |
+
msgid "Install Plugin"
|
5898 |
+
msgstr ""
|
5899 |
+
|
5900 |
+
#: common/src/Tribe/Admin/Help_Page.php:802
|
5901 |
+
msgid "Install %s"
|
5902 |
+
msgstr "Installiere %s"
|
5903 |
+
|
5904 |
+
#: common/src/Tribe/Admin/Help_Page.php:786
|
5905 |
+
msgid "Upgrade Plugin"
|
5906 |
+
msgstr ""
|
5907 |
+
|
5908 |
+
#: common/src/Tribe/Admin/Help_Page.php:778
|
5909 |
+
msgid "Activate Plugin"
|
5910 |
+
msgstr "Aktiviere dieses Plugin"
|
5911 |
+
|
5912 |
+
#: common/src/Tribe/Admin/Help_Page.php:778
|
5913 |
+
msgid "Activate %s"
|
5914 |
+
msgstr "Aktiviere %s"
|
5915 |
+
|
5916 |
+
#: common/src/Tribe/Admin/Help_Page.php:413
|
5917 |
+
#: common/src/Tribe/Admin/Help_Page.php:788
|
5918 |
+
msgid "You are up to date!"
|
5919 |
+
msgstr ""
|
5920 |
+
|
5921 |
+
#: common/src/Tribe/Admin/Help_Page.php:413
|
5922 |
+
msgid "You need to upgrade!"
|
5923 |
+
msgstr "Sie müssen upgraden!"
|
5924 |
+
|
5925 |
+
#: common/src/Tribe/Admin/Help_Page.php:405
|
5926 |
+
msgctxt "not available"
|
5927 |
+
msgid "n/a"
|
5928 |
+
msgstr ""
|
5929 |
+
|
5930 |
+
#: common/src/Tribe/Admin/Help_Page.php:244
|
5931 |
+
#: common/src/Tribe/Plugins_API.php:110
|
5932 |
+
msgid "Community Tickets"
|
5933 |
+
msgstr "Community Tickets"
|
5934 |
+
|
5935 |
+
#: common/src/Tribe/Admin/Help_Page.php:235 common/src/Tribe/Plugins_API.php:66
|
5936 |
+
msgid "Event Tickets Plus"
|
5937 |
+
msgstr ""
|
5938 |
+
|
5939 |
+
#: common/src/Tribe/Admin/Help_Page.php:211
|
5940 |
+
#: common/src/Tribe/Plugins_API.php:100
|
5941 |
+
msgid "Community Events"
|
5942 |
+
msgstr "Veranstaltungen bearbeiten"
|
5943 |
+
|
5944 |
+
#: common/src/Tribe/Admin/Help_Page.php:203
|
5945 |
+
#: common/src/Tribe/Plugins_API.php:121
|
5946 |
+
msgid "Eventbrite Tickets"
|
5947 |
+
msgstr "Eventbrite Tickets"
|
5948 |
+
|
5949 |
+
#: common/src/Tribe/Admin/Help_Page.php:194 common/src/Tribe/Plugins_API.php:43
|
5950 |
+
msgid "Events Calendar PRO"
|
5951 |
+
msgstr "Events Calendar PRO"
|
5952 |
+
|
5953 |
+
#: src/views/tickets/orders-link.php:38
|
5954 |
+
#: src/views/blocks/attendees/order-links.php:48 src/Tribe/Tickets_View.php:749
|
5955 |
+
#: common/src/Tribe/Admin/Help_Page.php:170
|
5956 |
+
msgid " and "
|
5957 |
+
msgstr " und "
|
5958 |
+
|
5959 |
+
#: common/src/Tribe/Admin/Help_Page.php:95
|
5960 |
+
msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
|
5961 |
+
msgstr ""
|
5962 |
+
|
5963 |
+
#: common/src/Tribe/Admin/Help_Page.php:91
|
5964 |
+
msgid "Advanced Post Manager"
|
5965 |
+
msgstr "Advanced Post Manager"
|
5966 |
+
|
5967 |
+
#: common/src/Tribe/Admin/Help_Page.php:79
|
5968 |
+
msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
|
5969 |
+
msgstr "Events Tickets ist ein sorgfältig entwickeltes, erweiterbares Plugin, mit welchem Sie einfach Karten zu Ihrer Veranstaltung verkaufen kannst."
|
5970 |
+
|
5971 |
+
#. Plugin Name of the plugin
|
5972 |
+
#: src/Tribe/Privacy.php:32 src/Tribe/Main.php:586
|
5973 |
+
#: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
|
5974 |
+
#: event-tickets.php:59
|
5975 |
+
msgid "Event Tickets"
|
5976 |
+
msgstr "Veranstaltungstickets"
|
5977 |
+
|
5978 |
+
#: common/src/Tribe/Admin/Help_Page.php:63
|
5979 |
+
msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
|
5980 |
+
msgstr ""
|
5981 |
+
|
5982 |
+
#: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
|
5983 |
+
#: common/src/Tribe/Customizer.php:642
|
5984 |
+
msgid "The Events Calendar"
|
5985 |
+
msgstr ""s the forums and will respond to your thread within 24-48 hours (during the week)."
|
5986 |
msgstr "Haben Sie schon Events Tickets Plus? Sie können %s in unseren Premium-Support-Foren verwenden. Unser Support-Team überwacht die Foren und antwortet auf Ihren Thread innerhalb von 24-48 Stunden (während der Woche)."
|
5987 |
|
5988 |
#: src/Tribe/Main.php:566 src/Tribe/Main.php:571
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: ModernTribe, brianjessee, camwynsp, paulkim, sc0ttkclark, aguseo,
|
|
4 |
Tags: RSVP, events, tickets, event management, calendar, ticket sales, community, registration, api, dates, date, posts, workshop, conference, meeting, seminar, concert, summit, ticket integration, event ticketing
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 5.2
|
7 |
-
Stable tag: 4.10.6.
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -117,6 +117,11 @@ Currently, the following add-ons are available for Event Tickets:
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
|
|
|
|
120 |
= [4.10.6.1] 2019-06-13 =
|
121 |
|
122 |
* Tweak - Adjust newsletter signup submission destination [129034]
|
4 |
Tags: RSVP, events, tickets, event management, calendar, ticket sales, community, registration, api, dates, date, posts, workshop, conference, meeting, seminar, concert, summit, ticket integration, event ticketing
|
5 |
Requires at least: 4.7
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 4.10.6.2
|
8 |
Requires PHP: 5.6
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= [4.10.6.2] 2019-06-20 =
|
121 |
+
|
122 |
+
* Fix - Prevent issue where older versions of the tribe-common libraries could be bootstrapped [129479]
|
123 |
+
* Fix - Add Promoter PCSS file so that the proper CSS will be generated on package build [129584]
|
124 |
+
|
125 |
= [4.10.6.1] 2019-06-13 =
|
126 |
|
127 |
* Tweak - Adjust newsletter signup submission destination [129034]
|
src/Tribe/Main.php
CHANGED
@@ -4,14 +4,14 @@ class Tribe__Tickets__Main {
|
|
4 |
/**
|
5 |
* Current version of this plugin
|
6 |
*/
|
7 |
-
const VERSION = '4.10.6.
|
8 |
|
9 |
/**
|
10 |
* Min required The Events Calendar version
|
11 |
*
|
12 |
* @deprecated 4.10
|
13 |
*/
|
14 |
-
const MIN_TEC_VERSION = '4.9.2-dev';
|
15 |
|
16 |
/**
|
17 |
* Min required version of Tribe Common
|
@@ -95,6 +95,16 @@ class Tribe__Tickets__Main {
|
|
95 |
*/
|
96 |
protected $activation_page;
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
/**
|
99 |
* Static Singleton Holder
|
100 |
* @var self
|
@@ -141,6 +151,10 @@ class Tribe__Tickets__Main {
|
|
141 |
|
142 |
$this->plugin_url = trailingslashit( plugins_url( $dir_prefix . $this->plugin_dir ) );
|
143 |
|
|
|
|
|
|
|
|
|
144 |
add_action( 'plugins_loaded', array( $this, 'plugins_loaded' ), 0 );
|
145 |
register_activation_hook( EVENT_TICKETS_MAIN_PLUGIN_FILE, array( $this, 'on_activation' ) );
|
146 |
}
|
@@ -163,7 +177,7 @@ class Tribe__Tickets__Main {
|
|
163 |
$common_version = file_get_contents( $this->plugin_path . 'common/src/Tribe/Main.php' );
|
164 |
|
165 |
// if there isn't a tribe-common version, bail
|
166 |
-
if ( ! preg_match(
|
167 |
add_action( 'admin_head', array( $this, 'missing_common_libs' ) );
|
168 |
|
169 |
return;
|
@@ -171,12 +185,14 @@ class Tribe__Tickets__Main {
|
|
171 |
|
172 |
$common_version = $matches[1];
|
173 |
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
|
|
|
|
180 |
$GLOBALS['tribe-common-info'] = array(
|
181 |
'dir' => "{$this->plugin_path}common/src/Tribe",
|
182 |
'version' => $common_version,
|
@@ -185,50 +201,85 @@ class Tribe__Tickets__Main {
|
|
185 |
}
|
186 |
|
187 |
/**
|
188 |
-
*
|
|
|
|
|
189 |
*/
|
190 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
// early check for an older version of The Events Calendar to prevent fatal error
|
193 |
-
if (
|
194 |
-
|
195 |
-
|
196 |
-
) {
|
197 |
-
add_action( 'admin_notices', [ $this, 'tec_compatibility_notice' ] );
|
198 |
-
add_action( 'network_admin_notices', [ $this, 'tec_compatibility_notice' ] );
|
199 |
-
add_action( 'tribe_plugins_loaded', [ $this, 'remove_exts' ], 0 );
|
200 |
-
/*
|
201 |
-
* After common was loaded by another source (e.g. The Event Calendar) let's append this plugin source files
|
202 |
-
* to the ones the Autoloader will search. Since we're appending them the ones registered by the plugin
|
203 |
-
* "owning" common will be searched first.
|
204 |
-
*/
|
205 |
-
add_action( 'tribe_common_loaded', [ $this, 'register_plugin_autoload_paths' ] );
|
206 |
|
|
|
207 |
return;
|
208 |
}
|
209 |
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
return;
|
216 |
}
|
217 |
|
218 |
-
$this
|
|
|
219 |
|
220 |
-
|
221 |
-
|
222 |
-
* After this method we can use any `Tribe__` classes
|
223 |
-
*/
|
224 |
-
$this->init_autoloading();
|
225 |
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
|
|
|
|
232 |
/**
|
233 |
* Fires if Event Tickets cannot load due to compatibility or other problems.
|
234 |
*/
|
@@ -236,8 +287,15 @@ class Tribe__Tickets__Main {
|
|
236 |
return;
|
237 |
}
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
// Start Up Common
|
240 |
Tribe__Main::instance();
|
|
|
241 |
add_action( 'tribe_common_loaded', array( $this, 'bootstrap' ), 0 );
|
242 |
}
|
243 |
|
4 |
/**
|
5 |
* Current version of this plugin
|
6 |
*/
|
7 |
+
const VERSION = '4.10.6.2';
|
8 |
|
9 |
/**
|
10 |
* Min required The Events Calendar version
|
11 |
*
|
12 |
* @deprecated 4.10
|
13 |
*/
|
14 |
+
const MIN_TEC_VERSION = '4.9.3.2-dev';
|
15 |
|
16 |
/**
|
17 |
* Min required version of Tribe Common
|
95 |
*/
|
96 |
protected $activation_page;
|
97 |
|
98 |
+
/**
|
99 |
+
* @var bool Prevent autoload initialization
|
100 |
+
*/
|
101 |
+
private $should_prevent_autoload_init = false;
|
102 |
+
|
103 |
+
/**
|
104 |
+
* @var string tribe-common VERSION regex
|
105 |
+
*/
|
106 |
+
private $common_version_regex = "/const\s+VERSION\s*=\s*'([^']+)'/m";
|
107 |
+
|
108 |
/**
|
109 |
* Static Singleton Holder
|
110 |
* @var self
|
151 |
|
152 |
$this->plugin_url = trailingslashit( plugins_url( $dir_prefix . $this->plugin_dir ) );
|
153 |
|
154 |
+
$this->maybe_set_common_lib_info();
|
155 |
+
|
156 |
+
add_action( 'plugins_loaded', array( $this, 'maybe_bail_if_old_tec_is_present' ), -1 );
|
157 |
+
add_action( 'plugins_loaded', array( $this, 'maybe_bail_if_invalid_wp_or_php' ), -1 );
|
158 |
add_action( 'plugins_loaded', array( $this, 'plugins_loaded' ), 0 );
|
159 |
register_activation_hook( EVENT_TICKETS_MAIN_PLUGIN_FILE, array( $this, 'on_activation' ) );
|
160 |
}
|
177 |
$common_version = file_get_contents( $this->plugin_path . 'common/src/Tribe/Main.php' );
|
178 |
|
179 |
// if there isn't a tribe-common version, bail
|
180 |
+
if ( ! preg_match( $this->common_version_regex, $common_version, $matches ) ) {
|
181 |
add_action( 'admin_head', array( $this, 'missing_common_libs' ) );
|
182 |
|
183 |
return;
|
185 |
|
186 |
$common_version = $matches[1];
|
187 |
|
188 |
+
/**
|
189 |
+
* If we don't have a version of Common or a Older version of the Lib
|
190 |
+
* overwrite what should be loaded by the auto-loader
|
191 |
+
*/
|
192 |
+
if (
|
193 |
+
empty( $GLOBALS['tribe-common-info'] )
|
194 |
+
|| version_compare( $GLOBALS['tribe-common-info']['version'], $common_version, '<' )
|
195 |
+
) {
|
196 |
$GLOBALS['tribe-common-info'] = array(
|
197 |
'dir' => "{$this->plugin_path}common/src/Tribe",
|
198 |
'version' => $common_version,
|
201 |
}
|
202 |
|
203 |
/**
|
204 |
+
* Resets the global common info back to TEC's common path
|
205 |
+
*
|
206 |
+
* @since 4.10.6.2
|
207 |
*/
|
208 |
+
private function reset_common_lib_info_back_to_tec() {
|
209 |
+
if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
210 |
+
return;
|
211 |
+
}
|
212 |
+
|
213 |
+
// if we get in here, we need to reset the global common to TEC's version so that we don't cause a fatal
|
214 |
+
$tec = Tribe__Events__Main::instance();
|
215 |
+
$main_source = file_get_contents( $tec->plugin_path . 'common/src/Tribe/Main.php' );
|
216 |
|
217 |
+
// if there isn't a VERSION, don't override the common path
|
218 |
+
if ( ! preg_match( $this->common_version_regex, $main_source, $matches ) ) {
|
219 |
+
return;
|
220 |
+
}
|
221 |
+
|
222 |
+
$GLOBALS['tribe-common-info'] = [
|
223 |
+
'dir' => "{$tec->plugin_path}common/src/Tribe",
|
224 |
+
'version' => $matches[1],
|
225 |
+
];
|
226 |
+
}
|
227 |
+
|
228 |
+
/**
|
229 |
+
* Prevents bootstrapping and autoloading if the version of TEC that is running is too old
|
230 |
+
*
|
231 |
+
* @since 4.10.6.2
|
232 |
+
*/
|
233 |
+
public function maybe_bail_if_old_tec_is_present() {
|
234 |
// early check for an older version of The Events Calendar to prevent fatal error
|
235 |
+
if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
236 |
+
return;
|
237 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
|
239 |
+
if ( version_compare( Tribe__Events__Main::VERSION, $this->min_tec_version, '>=' ) ) {
|
240 |
return;
|
241 |
}
|
242 |
|
243 |
+
$this->should_prevent_autoload_init = true;
|
244 |
+
|
245 |
+
add_action( 'admin_notices', [ $this, 'tec_compatibility_notice' ] );
|
246 |
+
add_action( 'network_admin_notices', [ $this, 'tec_compatibility_notice' ] );
|
247 |
+
add_action( 'tribe_plugins_loaded', [ $this, 'remove_exts' ], 0 );
|
248 |
+
/*
|
249 |
+
* After common was loaded by another source (e.g. The Events Calendar) let's append this plugin source files
|
250 |
+
* to the ones the Autoloader will search. Since we're appending them the ones registered by the plugin
|
251 |
+
* "owning" common will be searched first.
|
252 |
+
*/
|
253 |
+
add_action( 'tribe_common_loaded', [ $this, 'register_plugin_autoload_paths' ] );
|
254 |
+
|
255 |
+
// if we get in here, we need to reset the global common to TEC's version so that we don't cause a fatal
|
256 |
+
$this->reset_common_lib_info_back_to_tec();
|
257 |
+
}
|
258 |
|
259 |
+
/**
|
260 |
+
* Prevents bootstrapping and autoloading if the version of WP or PHP are too old
|
261 |
+
*
|
262 |
+
* @since 4.10.6.2
|
263 |
+
*/
|
264 |
+
public function maybe_bail_if_invalid_wp_or_php() {
|
265 |
+
if ( self::supported_version( 'wordpress' ) && self::supported_version( 'php' ) ) {
|
266 |
return;
|
267 |
}
|
268 |
|
269 |
+
add_action( 'admin_notices', array( $this, 'not_supported_error' ) );
|
270 |
+
add_action( 'network_admin_notices', array( $this, 'not_supported_error' ) );
|
271 |
|
272 |
+
// if we get in here, we need to reset the global common to TEC's version so that we don't cause a fatal
|
273 |
+
$this->reset_common_lib_info_back_to_tec();
|
|
|
|
|
|
|
274 |
|
275 |
+
$this->should_prevent_autoload_init = true;
|
276 |
+
}
|
277 |
+
|
278 |
+
/**
|
279 |
+
* Finalize the initialization of this plugin
|
280 |
+
*/
|
281 |
+
public function plugins_loaded() {
|
282 |
+
if ( $this->should_prevent_autoload_init ) {
|
283 |
/**
|
284 |
* Fires if Event Tickets cannot load due to compatibility or other problems.
|
285 |
*/
|
287 |
return;
|
288 |
}
|
289 |
|
290 |
+
/**
|
291 |
+
* Before any methods from this plugin are called, we initialize our Autoloading
|
292 |
+
* After this method we can use any `Tribe__` classes
|
293 |
+
*/
|
294 |
+
$this->init_autoloading();
|
295 |
+
|
296 |
// Start Up Common
|
297 |
Tribe__Main::instance();
|
298 |
+
|
299 |
add_action( 'tribe_common_loaded', array( $this, 'bootstrap' ), 0 );
|
300 |
}
|
301 |
|