Event Tickets - Version 4.10.1.2

Version Description

Download this release

Release Info

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

Code changes from version 4.10.1.1 to 4.10.1.2

Files changed (51) hide show
  1. common/readme.txt +4 -0
  2. common/src/Tribe/Main.php +1 -1
  3. common/src/resources/css/accessibility.css +8 -10
  4. common/src/resources/css/app-shop.css +88 -72
  5. common/src/resources/css/bumpdown.css +6 -8
  6. common/src/resources/css/bumpdown.min.css +1 -1
  7. common/src/resources/css/buttonset.css +6 -6
  8. common/src/resources/css/datatables.css +215 -212
  9. common/src/resources/css/datatables.min.css +1 -1
  10. common/src/resources/css/datepicker.css +182 -201
  11. common/src/resources/css/datepicker.min.css +1 -1
  12. common/src/resources/css/dependency.css +10 -10
  13. common/src/resources/css/tribe-common-admin.css +59 -1
  14. common/src/resources/css/tribe-common-admin.min.css +1 -1
  15. common/src/resources/css/tribe-ui.css +10 -3
  16. common/src/resources/css/tribe-ui.min.css +1 -1
  17. common/src/resources/css/validation.css +10 -7
  18. common/src/resources/css/validation.min.css +1 -1
  19. common/src/resources/js/admin-date-preview.min.js +1 -1
  20. common/src/resources/js/admin-log-controls.min.js +1 -1
  21. common/src/resources/js/bumpdown.min.js +1 -1
  22. common/src/resources/js/buttonset.min.js +1 -1
  23. common/src/resources/js/dependency.min.js +1 -1
  24. common/src/resources/js/dropdowns.min.js +1 -1
  25. common/src/resources/js/notice-dismiss.min.js +1 -1
  26. common/src/resources/js/pue-notices.min.js +1 -1
  27. common/src/resources/js/timepicker.min.js +1 -1
  28. common/src/resources/js/tribe-common.min.js +1 -1
  29. common/src/resources/js/tribe-datatables.min.js +1 -1
  30. common/src/resources/js/underscore-after.min.js +1 -1
  31. common/src/resources/js/underscore-before.min.js +1 -1
  32. common/src/resources/js/utils-camelcase.min.js +1 -1
  33. common/src/resources/js/validation.min.js +1 -1
  34. common/tribe-common.php +1 -1
  35. event-tickets.php +1 -1
  36. lang/event-tickets-af.mo +0 -0
  37. lang/event-tickets-af.po +809 -696
  38. lang/event-tickets-ca.mo +0 -0
  39. lang/event-tickets-ca.po +809 -696
  40. lang/event-tickets-cs_CZ.mo +0 -0
  41. lang/event-tickets-cs_CZ.po +810 -701
  42. lang/event-tickets-da_DK.mo +0 -0
  43. lang/event-tickets-da_DK.po +811 -698
  44. lang/event-tickets-de_DE.mo +0 -0
  45. lang/event-tickets-de_DE.po +842 -802
  46. lang/event-tickets-el.mo +0 -0
  47. lang/event-tickets-el.po +810 -697
  48. lang/event-tickets-en_GB.mo +0 -0
  49. lang/event-tickets-en_GB.po +809 -696
  50. lang/event-tickets-es_ES.mo +0 -0
  51. lang/event-tickets-es_ES.po +518 -217
common/readme.txt CHANGED
@@ -2,6 +2,10 @@
2
 
3
  == Changelog ==
4
 
 
 
 
 
5
  = [4.9.3.1] 2019-03-06 =
6
 
7
  * Feature - Attach the post ID to Promoter calls and remove hook from all post saves [123732]
2
 
3
  == Changelog ==
4
 
5
+ = [4.9.3.2] 2019-03-13 =
6
+
7
+ * Fix - Resolve issues where some CSS files were not properly packaged with previous release
8
+
9
  = [4.9.3.1] 2019-03-06 =
10
 
11
  * Feature - Attach the post ID to Promoter calls and remove hook from all post saves [123732]
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.3.1';
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.3.2';
21
 
22
  const FEED_URL = 'https://theeventscalendar.com/feed/';
23
 
common/src/resources/css/accessibility.css CHANGED
@@ -15,16 +15,14 @@
15
  * @link https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
16
  */
17
  .tribe-js .tribe-accessible-js-hidden {
18
- clip: rect( 1px 1px 1px 1px );
19
- /* IE 6/7 */
20
- clip: rect( 1px, 1px, 1px, 1px );
21
- height: 1px;
22
- overflow: hidden;
23
- position: absolute;
24
- white-space: nowrap;
25
- /* added line */
26
- width: 1px;
27
- }
28
  .tribe-accessible-hidden {
29
  clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
30
  clip: rect( 1px, 1px, 1px, 1px );
15
  * @link https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
16
  */
17
  .tribe-js .tribe-accessible-js-hidden {
18
+ clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
19
+ clip: rect( 1px, 1px, 1px, 1px );
20
+ height: 1px;
21
+ overflow: hidden;
22
+ position: absolute;
23
+ white-space: nowrap; /* added line */
24
+ width: 1px;
25
+ }
 
 
26
  .tribe-accessible-hidden {
27
  clip: rect( 1px 1px 1px 1px ); /* IE 6/7 */
28
  clip: rect( 1px, 1px, 1px, 1px );
common/src/resources/css/app-shop.css CHANGED
@@ -11,76 +11,92 @@
11
  #tribe-app-shop {
12
  max-width: 960px;
13
  }
14
- #tribe-app-shop .addon-grid {
15
- width: 100%;
16
- }
17
- #tribe-app-shop .header h1 {
18
- display: inline-block;
19
- }
20
- #tribe-app-shop .header .button {
21
- margin-top: 10px;
22
- }
23
- #tribe-app-shop .tribe-addon {
24
- background-color: #fff;
25
- border-bottom: 1px solid #dfdfdf;
26
- display: inline-block;
27
- margin: 0 15px 15px 0;
28
- overflow: hidden;
29
- padding: 0;
30
- position: relative;
31
- vertical-align: top;
32
- width: 300px;
33
- border-radius: 3px 3px 3px 3px;
34
- box-sizing: border-box;
35
- }
36
- #tribe-app-shop .tribe-addon h4 {
37
- font-size: 1.17em;
38
- margin: 15px 0;
39
- }
40
- #tribe-app-shop .tribe-addon h4 a {
41
- text-decoration: none;
42
- }
43
- #tribe-app-shop .tribe-addon .button {
44
- bottom: 15px;
45
- display: block;
46
- position: absolute;
47
- }
48
- #tribe-app-shop .tribe-addon .button-disabled {
49
- padding-left: 3px;
50
- }
51
- #tribe-app-shop .tribe-addon .button-disabled .dashicons {
52
- font-size: 28px;
53
- padding-right: 9px;
54
- }
55
- #tribe-app-shop .tribe-addon .caption {
56
- padding: 0 15px 45px 15px;
57
- }
58
- #tribe-app-shop .tribe-addon .thumb img {
59
- height: 228px;
60
- max-width: 100%;
61
- width: 300px;
62
- }
63
- #tribe-app-shop .tribe-addon.first {
64
- margin: 20px 0;
65
- overflow: hidden;
66
- padding: 0;
67
- width: 937px;
68
- }
69
- #tribe-app-shop .tribe-addon.first h4 {
70
- font-size: 20px;
71
- line-height: 1.4;
72
- margin: 15px 0 0 0;
73
- }
74
- #tribe-app-shop .tribe-addon.first .caption {
75
- display: inline-block;
76
- padding-left: 20px;
77
- width: 600px;
78
- }
79
- #tribe-app-shop .tribe-addon.first .thumb {
80
- float: left;
81
- height: 228px;
82
- width: 300px;
83
- }
84
- #tribe-app-shop .tribe-installed-headline {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  margin-bottom: 20px;
86
- }
11
  #tribe-app-shop {
12
  max-width: 960px;
13
  }
14
+
15
+ #tribe-app-shop .addon-grid {
16
+ width: 100%;
17
+ }
18
+
19
+ #tribe-app-shop .header h1 {
20
+ display: inline-block;
21
+ }
22
+
23
+ #tribe-app-shop .header .button {
24
+ margin-top: 10px;
25
+ }
26
+
27
+ #tribe-app-shop .tribe-addon {
28
+ background-color: #fff;
29
+ border-bottom: 1px solid #dfdfdf;
30
+ display: inline-block;
31
+ margin: 0 15px 15px 0;
32
+ overflow: hidden;
33
+ padding: 0;
34
+ position: relative;
35
+ vertical-align: top;
36
+ width: 300px;
37
+ border-radius: 3px 3px 3px 3px;
38
+ box-sizing: border-box;
39
+ }
40
+
41
+ #tribe-app-shop .tribe-addon h4 {
42
+ font-size: 1.17em;
43
+ margin: 15px 0;
44
+ }
45
+
46
+ #tribe-app-shop .tribe-addon h4 a {
47
+ text-decoration: none;
48
+ }
49
+
50
+ #tribe-app-shop .tribe-addon .button {
51
+ bottom: 15px;
52
+ display: block;
53
+ position: absolute;
54
+ }
55
+
56
+ #tribe-app-shop .tribe-addon .button-disabled {
57
+ padding-left: 3px;
58
+ }
59
+
60
+ #tribe-app-shop .tribe-addon .button-disabled .dashicons {
61
+ font-size: 28px;
62
+ padding-right: 9px;
63
+ }
64
+
65
+ #tribe-app-shop .tribe-addon .caption {
66
+ padding: 0 15px 45px 15px;
67
+ }
68
+
69
+ #tribe-app-shop .tribe-addon .thumb img {
70
+ height: 228px;
71
+ max-width: 100%;
72
+ width: 300px;
73
+ }
74
+
75
+ #tribe-app-shop .tribe-addon.first {
76
+ margin: 20px 0;
77
+ overflow: hidden;
78
+ padding: 0;
79
+ width: 937px;
80
+ }
81
+
82
+ #tribe-app-shop .tribe-addon.first h4 {
83
+ font-size: 20px;
84
+ line-height: 1.4;
85
+ margin: 15px 0 0 0;
86
+ }
87
+
88
+ #tribe-app-shop .tribe-addon.first .caption {
89
+ display: inline-block;
90
+ padding-left: 20px;
91
+ width: 600px;
92
+ }
93
+
94
+ #tribe-app-shop .tribe-addon.first .thumb {
95
+ float: left;
96
+ height: 228px;
97
+ width: 300px;
98
+ }
99
+
100
+ #tribe-app-shop .tribe-installed-headline {
101
  margin-bottom: 20px;
102
+ }
common/src/resources/css/bumpdown.css CHANGED
@@ -14,15 +14,14 @@
14
  .tribe-bumpdown,
15
  .tribe-bumpdown-cell.tribe-bumpdown {
16
  display: none;
17
- margin: 16px 0;
18
  margin: 1rem 0;
19
  }
20
  .wrap .tribe-bumpdown .tribe-bumpdown-content, .tribe-bumpdown .tribe-bumpdown-content, .tribe-bumpdown-cell.tribe-bumpdown .tribe-bumpdown-content {
21
- background: #f1f1f1;
22
- padding: 10px 35px 10px 10px;
23
- font-size: 12px;
24
- position: relative;
25
- }
26
  .tribe-bumpdown-cell.tribe-bumpdown {
27
  padding: 0;
28
  }
@@ -52,9 +51,7 @@
52
  color: #686868;
53
  cursor: pointer;
54
  position: absolute;
55
- right: 8px;
56
  right: .5rem;
57
- top: 8px;
58
  top: .5rem;
59
  z-index: 2;
60
  }
@@ -65,6 +62,7 @@
65
  .wrap td.tribe-bumpdown {
66
  padding-right: 35px;
67
  }
 
68
  .tribe-bumpdown-arrow {
69
  margin-left: -15px;
70
  }
14
  .tribe-bumpdown,
15
  .tribe-bumpdown-cell.tribe-bumpdown {
16
  display: none;
 
17
  margin: 1rem 0;
18
  }
19
  .wrap .tribe-bumpdown .tribe-bumpdown-content, .tribe-bumpdown .tribe-bumpdown-content, .tribe-bumpdown-cell.tribe-bumpdown .tribe-bumpdown-content {
20
+ background: #f1f1f1;
21
+ padding: 10px 35px 10px 10px;
22
+ font-size: 12px;
23
+ position: relative;
24
+ }
25
  .tribe-bumpdown-cell.tribe-bumpdown {
26
  padding: 0;
27
  }
51
  color: #686868;
52
  cursor: pointer;
53
  position: absolute;
 
54
  right: .5rem;
 
55
  top: .5rem;
56
  z-index: 2;
57
  }
62
  .wrap td.tribe-bumpdown {
63
  padding-right: 35px;
64
  }
65
+
66
  .tribe-bumpdown-arrow {
67
  margin-left: -15px;
68
  }
common/src/resources/css/bumpdown.min.css CHANGED
@@ -1 +1 @@
1
- .tribe-bumpdown,.tribe-bumpdown-cell.tribe-bumpdown,.wrap .tribe-bumpdown{display:none;margin:16px 0;margin:1rem 0}.tribe-bumpdown-cell.tribe-bumpdown .tribe-bumpdown-content,.tribe-bumpdown .tribe-bumpdown-content,.wrap .tribe-bumpdown .tribe-bumpdown-content{background:#f1f1f1;padding:10px 35px 10px 10px;font-size:12px;position:relative}.tribe-bumpdown-cell.tribe-bumpdown{padding:0}#poststuff .tribe-bumpdown h1,#poststuff .tribe-bumpdown h2,#poststuff .tribe-bumpdown h3,#poststuff .tribe-bumpdown h4,.tribe-bumpdown h1,.tribe-bumpdown h2,.tribe-bumpdown h3,.tribe-bumpdown h4{padding-left:0;padding-top:0}.tribe-bumpdown-arrow{position:absolute;width:0;height:0;top:-11px;margin-left:-18px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:11px solid #f1f1f1}.tribe-bumpdown-close{color:#686868;cursor:pointer;position:absolute;right:8px;right:.5rem;top:8px;top:.5rem;z-index:2}.tribe-bumpdown-trigger .target{color:#0074a2}@media screen and (max-width:782px){.wrap td.tribe-bumpdown{padding-right:35px}.tribe-bumpdown-arrow{margin-left:-15px}}
1
+ .tribe-bumpdown,.tribe-bumpdown-cell.tribe-bumpdown,.wrap .tribe-bumpdown{display:none;margin:1rem 0}.tribe-bumpdown-cell.tribe-bumpdown .tribe-bumpdown-content,.tribe-bumpdown .tribe-bumpdown-content,.wrap .tribe-bumpdown .tribe-bumpdown-content{background:#f1f1f1;padding:10px 35px 10px 10px;font-size:12px;position:relative}.tribe-bumpdown-cell.tribe-bumpdown{padding:0}#poststuff .tribe-bumpdown h1,#poststuff .tribe-bumpdown h2,#poststuff .tribe-bumpdown h3,#poststuff .tribe-bumpdown h4,.tribe-bumpdown h1,.tribe-bumpdown h2,.tribe-bumpdown h3,.tribe-bumpdown h4{padding-left:0;padding-top:0}.tribe-bumpdown-arrow{position:absolute;width:0;height:0;top:-11px;margin-left:-18px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:11px solid #f1f1f1}.tribe-bumpdown-close{color:#686868;cursor:pointer;position:absolute;right:.5rem;top:.5rem;z-index:2}.tribe-bumpdown-trigger .target{color:#0074a2}@media screen and (max-width:782px){.wrap td.tribe-bumpdown{padding-right:35px}.tribe-bumpdown-arrow{margin-left:-15px}}
common/src/resources/css/buttonset.css CHANGED
@@ -9,8 +9,8 @@
9
  */
10
 
11
  .tribe-buttonset .tribe-button-field {
12
- background-color: #f7f7f7;
13
- }
14
 
15
  .tribe-button-field {
16
  color: #444;
@@ -33,7 +33,7 @@
33
  }
34
 
35
  .tribe-button-field.tribe-active {
36
- color: #fff;
37
- background-color: #585858;
38
- border-color: #585858;
39
- }
9
  */
10
 
11
  .tribe-buttonset .tribe-button-field {
12
+ background-color: #f7f7f7;
13
+ }
14
 
15
  .tribe-button-field {
16
  color: #444;
33
  }
34
 
35
  .tribe-button-field.tribe-active {
36
+ color: #fff;
37
+ background-color: #585858;
38
+ border-color: #585858;
39
+ }
common/src/resources/css/datatables.css CHANGED
@@ -20,207 +20,207 @@ table.dataTable {
20
  }
21
  table.dataTable thead th:active,
22
  table.dataTable thead td:active {
23
- outline: none;
24
- }
25
  table.dataTable thead .sorting,
26
  table.dataTable thead .sorting_asc,
27
  table.dataTable thead .sorting_desc {
28
- cursor: pointer;
29
- cursor: hand;
30
- }
31
  table.dataTable thead .sorting,
32
  table.dataTable thead .sorting_asc,
33
  table.dataTable thead .sorting_desc,
34
  table.dataTable thead .sorting_asc_disabled,
35
  table.dataTable thead .sorting_desc_disabled {
36
- background-position: center right;
37
- background-repeat: no-repeat;
38
- }
39
  table.dataTable thead .sorting {
40
- background-image: url("../../../vendor/datatables/DataTables/images/sort_both.png");
41
- }
42
  table.dataTable thead .sorting_asc {
43
- background-image: url("../../../vendor/datatables/DataTables/images/sort_asc.png");
44
- }
45
  table.dataTable thead .sorting_desc {
46
- background-image: url("../../../vendor/datatables/DataTables/images/sort_desc.png");
47
- }
48
  table.dataTable thead .sorting_asc_disabled {
49
- background-image: url("../../../vendor/datatables/DataTables/images/sort_asc_disabled.png");
50
- }
51
  table.dataTable thead .sorting_desc_disabled {
52
- background-image: url("../../../vendor/datatables/DataTables/images/sort_desc_disabled.png");
53
- }
54
  table.dataTable.widefat thead th input, table.dataTable.widefat thead td input, table.dataTable.widefat tfoot th input, table.dataTable.widefat tfoot td input {
55
- margin: 0 0 0 8px;
56
- vertical-align: text-top;
57
- }
58
  table.dataTable.widefat thead td.check-column, table.dataTable.widefat tfoot td.check-column {
59
- padding-top: 4px;
60
- vertical-align: middle;
61
- }
62
  table.dataTable.widefat thead th.check-column, table.dataTable.widefat tfoot th.check-column, table.dataTable.widefat tbody th.check-column {
63
- padding: 11px 0 0 3px;
64
- }
65
  table.dataTable .check-column {
66
- width: 2.2em;
67
- }
68
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
69
- border-top: 1px solid #ddd;
70
- }
71
  table.dataTable.row-border tbody tr:first-child th,
72
  table.dataTable.row-border tbody tr:first-child td,
73
  table.dataTable.display tbody tr:first-child th,
74
  table.dataTable.display tbody tr:first-child td {
75
- border-top: none;
76
- }
77
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
78
- border-top: 1px solid #ddd;
79
- border-right: 1px solid #ddd;
80
- }
81
  table.dataTable.cell-border tbody tr th:first-child,
82
  table.dataTable.cell-border tbody tr td:first-child {
83
- border-left: 1px solid #ddd;
84
- }
85
  table.dataTable.cell-border tbody tr:first-child th,
86
  table.dataTable.cell-border tbody tr:first-child td {
87
- border-top: none;
88
- }
89
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
90
- background-color: #f9f9f9;
91
- }
92
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
93
- background-color: #f6f6f6;
94
- }
95
  table.dataTable.order-column tbody tr > .sorting_1,
96
  table.dataTable.order-column tbody tr > .sorting_2,
97
  table.dataTable.order-column tbody tr > .sorting_3,
98
  table.dataTable.display tbody tr > .sorting_1,
99
  table.dataTable.display tbody tr > .sorting_2,
100
  table.dataTable.display tbody tr > .sorting_3 {
101
- background-color: #fafafa;
102
- }
103
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
104
- background-color: #f1f1f1;
105
- }
106
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
107
- background-color: #f3f3f3;
108
- }
109
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
110
- background-color: whitesmoke;
111
- }
112
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
113
- background-color: #fafafa;
114
- }
115
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
116
- background-color: #fcfcfc;
117
- }
118
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
119
- background-color: #fefefe;
120
- }
121
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
122
- background-color: #eaeaea;
123
- }
124
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
125
- background-color: #ececec;
126
- }
127
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
128
- background-color: #efefef;
129
- }
130
  table.dataTable.no-footer {
131
- border-bottom: 1px solid #111;
132
- }
133
  table.dataTable.nowrap th, table.dataTable.nowrap td {
134
- white-space: nowrap;
135
- }
136
  table.dataTable.compact thead th,
137
  table.dataTable.compact thead td {
138
- padding: 4px 17px 4px 4px;
139
- }
140
  table.dataTable.compact tfoot th,
141
  table.dataTable.compact tfoot td {
142
- padding: 4px;
143
- }
144
  table.dataTable.compact tbody th,
145
  table.dataTable.compact tbody td {
146
- padding: 4px;
147
- }
148
  table.dataTable th.dt-left,
149
  table.dataTable td.dt-left {
150
- text-align: left;
151
- }
152
  table.dataTable th.dt-center,
153
  table.dataTable td.dt-center,
154
  table.dataTable td.dataTables_empty {
155
- text-align: center;
156
- }
157
  table.dataTable th.dt-right,
158
  table.dataTable td.dt-right {
159
- text-align: right;
160
- }
161
  table.dataTable th.dt-justify,
162
  table.dataTable td.dt-justify {
163
- text-align: justify;
164
- }
165
  table.dataTable th.dt-nowrap,
166
  table.dataTable td.dt-nowrap {
167
- white-space: nowrap;
168
- }
169
  table.dataTable thead th.dt-head-left,
170
  table.dataTable thead td.dt-head-left,
171
  table.dataTable tfoot th.dt-head-left,
172
  table.dataTable tfoot td.dt-head-left {
173
- text-align: left;
174
- }
175
  table.dataTable thead th.dt-head-center,
176
  table.dataTable thead td.dt-head-center,
177
  table.dataTable tfoot th.dt-head-center,
178
  table.dataTable tfoot td.dt-head-center {
179
- text-align: center;
180
- }
181
  table.dataTable thead th.dt-head-right,
182
  table.dataTable thead td.dt-head-right,
183
  table.dataTable tfoot th.dt-head-right,
184
  table.dataTable tfoot td.dt-head-right {
185
- text-align: right;
186
- }
187
  table.dataTable thead th.dt-head-justify,
188
  table.dataTable thead td.dt-head-justify,
189
  table.dataTable tfoot th.dt-head-justify,
190
  table.dataTable tfoot td.dt-head-justify {
191
- text-align: justify;
192
- }
193
  table.dataTable thead th.dt-head-nowrap,
194
  table.dataTable thead td.dt-head-nowrap,
195
  table.dataTable tfoot th.dt-head-nowrap,
196
  table.dataTable tfoot td.dt-head-nowrap {
197
- white-space: nowrap;
198
- }
199
  table.dataTable tbody th.dt-body-left,
200
  table.dataTable tbody td.dt-body-left {
201
- text-align: left;
202
- }
203
  table.dataTable tbody th.dt-body-center,
204
  table.dataTable tbody td.dt-body-center {
205
- text-align: center;
206
- }
207
  table.dataTable tbody th.dt-body-right,
208
  table.dataTable tbody td.dt-body-right {
209
- text-align: right;
210
- }
211
  table.dataTable tbody th.dt-body-justify,
212
  table.dataTable tbody td.dt-body-justify {
213
- text-align: justify;
214
- }
215
  table.dataTable tbody th.dt-body-nowrap,
216
  table.dataTable tbody td.dt-body-nowrap {
217
- white-space: nowrap;
218
- }
219
  table.dataTable,
220
  table.dataTable th,
221
  table.dataTable td {
222
- box-sizing: content-box;
223
- }
224
  /*
225
  * Control feature layout
226
  */
@@ -230,152 +230,154 @@ table.dataTable,
230
  zoom: 1;
231
  }
232
  .dataTables_wrapper .dataTables_length {
233
- float: left;
234
- }
235
  .dataTables_wrapper .dataTables_filter {
236
- float: right;
237
- text-align: right;
238
- }
239
  .dataTables_wrapper .dataTables_filter input {
240
- margin-left: 0.5em;
241
- }
242
  .dataTables_wrapper .dataTables_info {
243
- clear: both;
244
- float: left;
245
- padding-top: 0.755em;
246
- }
247
  .dataTables_wrapper .dataTables_paginate {
248
- float: right;
249
- padding-top: 0.25em;
250
- text-align: right;
251
- }
252
  .dataTables_wrapper .dataTables_paginate .paginate_button {
253
- border-color: transparent;
254
- border-radius: 3px;
255
- border-style: solid;
256
- border-width: 1px;
257
- box-shadow: none;
258
- box-sizing: border-box;
259
- color: #555;
260
- cursor: pointer;
261
- display: inline-block;
262
- font-size: 13px;
263
- height: 28px;
264
- line-height: 26px;
265
- margin: 0 0 0 2px;
266
- padding: 0 10px 1px;
267
- text-decoration: none;
268
- vertical-align: top;
269
- white-space: nowrap;
270
- }
271
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
272
  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
273
- background: #fafafa;
274
- border-color: #999;
275
- color: #23282d;
276
- }
277
  .dataTables_wrapper .dataTables_paginate .paginate_button.next,
278
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
279
- background: transparent;
280
- border-color: transparent;
281
- box-shadow: none;
282
- color: #23282d;
283
- }
284
  .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
285
- background: transparent;
286
- border-color: transparent;
287
- box-shadow: none;
288
- }
289
  .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
290
- background: transparent;
291
- border-color: transparent;
292
- box-shadow: none;
293
- text-decoration: none;
294
- }
295
  .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
296
- color: #222;
297
- text-decoration: underline;
298
- }
299
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
300
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
301
- background: #fcfcfc;
302
- border-color: #999;
303
- box-shadow: 0 1px 0 #cccccc;
304
- color: #23282d;
305
- text-decoration: none;
306
- }
307
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
308
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
309
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
310
- background: #f7f7f7;
311
- border-color: #ddd;
312
- box-shadow: none;
313
- color: #a0a5aa;
314
- cursor: default;
315
- text-shadow: 0 1px 0 #fff;
316
- transform: none;
317
- }
 
318
  .dataTables_wrapper .dataTables_paginate .ellipsis {
319
- padding: 0 1em;
320
- }
321
  .dataTables_wrapper .dataTables_processing {
322
- position: absolute;
323
- top: 50%;
324
- left: 50%;
325
- width: 100%;
326
- height: 40px;
327
- margin-left: -50%;
328
- margin-top: -25px;
329
- padding-top: 20px;
330
- text-align: center;
331
- font-size: 1.2em;
332
- background-color: white;
333
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
334
- }
335
  .dataTables_wrapper .dataTables_length,
336
  .dataTables_wrapper .dataTables_filter,
337
  .dataTables_wrapper .dataTables_info,
338
  .dataTables_wrapper .dataTables_processing,
339
  .dataTables_wrapper .dataTables_paginate {
340
- color: #333;
341
- }
342
  .dataTables_wrapper .dataTables_scroll {
343
- clear: both;
344
- }
345
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
346
- margin-top: -1px;
347
- -webkit-overflow-scrolling: touch;
348
- }
349
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
350
- vertical-align: middle;
351
- }
352
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
353
  .dataTables_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
354
- height: 0;
355
- overflow: hidden;
356
- margin: 0 !important;
357
- padding: 0 !important;
358
- }
359
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
360
- border-bottom: 1px solid #111;
361
- }
362
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
363
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
364
- border-bottom: none;
365
- }
366
  .dataTables_wrapper:after {
367
- visibility: hidden;
368
- display: block;
369
- content: "";
370
- clear: both;
371
- height: 0;
372
- }
373
  @media screen and (max-width: 767px) {
374
  .dataTables_wrapper .dataTables_info,
375
  .dataTables_wrapper .dataTables_paginate {
376
  float: none;
377
  text-align: center;
378
  }
 
379
  .dataTables_wrapper .dataTables_paginate {
380
  margin-top: 0.5em;
381
  }
@@ -386,6 +388,7 @@ table.dataTable,
386
  float: none;
387
  text-align: center;
388
  }
 
389
  .dataTables_wrapper .dataTables_filter {
390
  margin-top: 0.5em;
391
  }
20
  }
21
  table.dataTable thead th:active,
22
  table.dataTable thead td:active {
23
+ outline: none;
24
+ }
25
  table.dataTable thead .sorting,
26
  table.dataTable thead .sorting_asc,
27
  table.dataTable thead .sorting_desc {
28
+ cursor: pointer;
29
+ *cursor: hand;
30
+ }
31
  table.dataTable thead .sorting,
32
  table.dataTable thead .sorting_asc,
33
  table.dataTable thead .sorting_desc,
34
  table.dataTable thead .sorting_asc_disabled,
35
  table.dataTable thead .sorting_desc_disabled {
36
+ background-position: center right;
37
+ background-repeat: no-repeat;
38
+ }
39
  table.dataTable thead .sorting {
40
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_both.png");
41
+ }
42
  table.dataTable thead .sorting_asc {
43
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_asc.png");
44
+ }
45
  table.dataTable thead .sorting_desc {
46
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_desc.png");
47
+ }
48
  table.dataTable thead .sorting_asc_disabled {
49
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_asc_disabled.png");
50
+ }
51
  table.dataTable thead .sorting_desc_disabled {
52
+ background-image: url("../../../vendor/datatables/DataTables/images/sort_desc_disabled.png");
53
+ }
54
  table.dataTable.widefat thead th input, table.dataTable.widefat thead td input, table.dataTable.widefat tfoot th input, table.dataTable.widefat tfoot td input {
55
+ margin: 0 0 0 8px;
56
+ vertical-align: text-top;
57
+ }
58
  table.dataTable.widefat thead td.check-column, table.dataTable.widefat tfoot td.check-column {
59
+ padding-top: 4px;
60
+ vertical-align: middle;
61
+ }
62
  table.dataTable.widefat thead th.check-column, table.dataTable.widefat tfoot th.check-column, table.dataTable.widefat tbody th.check-column {
63
+ padding: 11px 0 0 3px;
64
+ }
65
  table.dataTable .check-column {
66
+ width: 2.2em;
67
+ }
68
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
69
+ border-top: 1px solid #ddd;
70
+ }
71
  table.dataTable.row-border tbody tr:first-child th,
72
  table.dataTable.row-border tbody tr:first-child td,
73
  table.dataTable.display tbody tr:first-child th,
74
  table.dataTable.display tbody tr:first-child td {
75
+ border-top: none;
76
+ }
77
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
78
+ border-top: 1px solid #ddd;
79
+ border-right: 1px solid #ddd;
80
+ }
81
  table.dataTable.cell-border tbody tr th:first-child,
82
  table.dataTable.cell-border tbody tr td:first-child {
83
+ border-left: 1px solid #ddd;
84
+ }
85
  table.dataTable.cell-border tbody tr:first-child th,
86
  table.dataTable.cell-border tbody tr:first-child td {
87
+ border-top: none;
88
+ }
89
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
90
+ background-color: #f9f9f9;
91
+ }
92
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
93
+ background-color: #f6f6f6;
94
+ }
95
  table.dataTable.order-column tbody tr > .sorting_1,
96
  table.dataTable.order-column tbody tr > .sorting_2,
97
  table.dataTable.order-column tbody tr > .sorting_3,
98
  table.dataTable.display tbody tr > .sorting_1,
99
  table.dataTable.display tbody tr > .sorting_2,
100
  table.dataTable.display tbody tr > .sorting_3 {
101
+ background-color: #fafafa;
102
+ }
103
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
104
+ background-color: #f1f1f1;
105
+ }
106
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
107
+ background-color: #f3f3f3;
108
+ }
109
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
110
+ background-color: whitesmoke;
111
+ }
112
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
113
+ background-color: #fafafa;
114
+ }
115
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
116
+ background-color: #fcfcfc;
117
+ }
118
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
119
+ background-color: #fefefe;
120
+ }
121
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
122
+ background-color: #eaeaea;
123
+ }
124
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
125
+ background-color: #ececec;
126
+ }
127
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
128
+ background-color: #efefef;
129
+ }
130
  table.dataTable.no-footer {
131
+ border-bottom: 1px solid #111;
132
+ }
133
  table.dataTable.nowrap th, table.dataTable.nowrap td {
134
+ white-space: nowrap;
135
+ }
136
  table.dataTable.compact thead th,
137
  table.dataTable.compact thead td {
138
+ padding: 4px 17px 4px 4px;
139
+ }
140
  table.dataTable.compact tfoot th,
141
  table.dataTable.compact tfoot td {
142
+ padding: 4px;
143
+ }
144
  table.dataTable.compact tbody th,
145
  table.dataTable.compact tbody td {
146
+ padding: 4px;
147
+ }
148
  table.dataTable th.dt-left,
149
  table.dataTable td.dt-left {
150
+ text-align: left;
151
+ }
152
  table.dataTable th.dt-center,
153
  table.dataTable td.dt-center,
154
  table.dataTable td.dataTables_empty {
155
+ text-align: center;
156
+ }
157
  table.dataTable th.dt-right,
158
  table.dataTable td.dt-right {
159
+ text-align: right;
160
+ }
161
  table.dataTable th.dt-justify,
162
  table.dataTable td.dt-justify {
163
+ text-align: justify;
164
+ }
165
  table.dataTable th.dt-nowrap,
166
  table.dataTable td.dt-nowrap {
167
+ white-space: nowrap;
168
+ }
169
  table.dataTable thead th.dt-head-left,
170
  table.dataTable thead td.dt-head-left,
171
  table.dataTable tfoot th.dt-head-left,
172
  table.dataTable tfoot td.dt-head-left {
173
+ text-align: left;
174
+ }
175
  table.dataTable thead th.dt-head-center,
176
  table.dataTable thead td.dt-head-center,
177
  table.dataTable tfoot th.dt-head-center,
178
  table.dataTable tfoot td.dt-head-center {
179
+ text-align: center;
180
+ }
181
  table.dataTable thead th.dt-head-right,
182
  table.dataTable thead td.dt-head-right,
183
  table.dataTable tfoot th.dt-head-right,
184
  table.dataTable tfoot td.dt-head-right {
185
+ text-align: right;
186
+ }
187
  table.dataTable thead th.dt-head-justify,
188
  table.dataTable thead td.dt-head-justify,
189
  table.dataTable tfoot th.dt-head-justify,
190
  table.dataTable tfoot td.dt-head-justify {
191
+ text-align: justify;
192
+ }
193
  table.dataTable thead th.dt-head-nowrap,
194
  table.dataTable thead td.dt-head-nowrap,
195
  table.dataTable tfoot th.dt-head-nowrap,
196
  table.dataTable tfoot td.dt-head-nowrap {
197
+ white-space: nowrap;
198
+ }
199
  table.dataTable tbody th.dt-body-left,
200
  table.dataTable tbody td.dt-body-left {
201
+ text-align: left;
202
+ }
203
  table.dataTable tbody th.dt-body-center,
204
  table.dataTable tbody td.dt-body-center {
205
+ text-align: center;
206
+ }
207
  table.dataTable tbody th.dt-body-right,
208
  table.dataTable tbody td.dt-body-right {
209
+ text-align: right;
210
+ }
211
  table.dataTable tbody th.dt-body-justify,
212
  table.dataTable tbody td.dt-body-justify {
213
+ text-align: justify;
214
+ }
215
  table.dataTable tbody th.dt-body-nowrap,
216
  table.dataTable tbody td.dt-body-nowrap {
217
+ white-space: nowrap;
218
+ }
219
  table.dataTable,
220
  table.dataTable th,
221
  table.dataTable td {
222
+ box-sizing: content-box;
223
+ }
224
  /*
225
  * Control feature layout
226
  */
230
  zoom: 1;
231
  }
232
  .dataTables_wrapper .dataTables_length {
233
+ float: left;
234
+ }
235
  .dataTables_wrapper .dataTables_filter {
236
+ float: right;
237
+ text-align: right;
238
+ }
239
  .dataTables_wrapper .dataTables_filter input {
240
+ margin-left: 0.5em;
241
+ }
242
  .dataTables_wrapper .dataTables_info {
243
+ clear: both;
244
+ float: left;
245
+ padding-top: 0.755em;
246
+ }
247
  .dataTables_wrapper .dataTables_paginate {
248
+ float: right;
249
+ padding-top: 0.25em;
250
+ text-align: right;
251
+ }
252
  .dataTables_wrapper .dataTables_paginate .paginate_button {
253
+ border-color: transparent;
254
+ border-radius: 3px;
255
+ border-style: solid;
256
+ border-width: 1px;
257
+ box-shadow: none;
258
+ box-sizing: border-box;
259
+ color: #555;
260
+ cursor: pointer;
261
+ display: inline-block;
262
+ font-size: 13px;
263
+ height: 28px;
264
+ line-height: 26px;
265
+ margin: 0 0 0 2px;
266
+ padding: 0 10px 1px;
267
+ text-decoration: none;
268
+ vertical-align: top;
269
+ white-space: nowrap;
270
+ }
271
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
272
  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
273
+ background: #fafafa;
274
+ border-color: #999;
275
+ color: #23282d;
276
+ }
277
  .dataTables_wrapper .dataTables_paginate .paginate_button.next,
278
  .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
279
+ background: transparent;
280
+ border-color: transparent;
281
+ box-shadow: none;
282
+ color: #23282d;
283
+ }
284
  .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
285
+ background: transparent;
286
+ border-color: transparent;
287
+ box-shadow: none;
288
+ }
289
  .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
290
+ background: transparent;
291
+ border-color: transparent;
292
+ box-shadow: none;
293
+ text-decoration: none;
294
+ }
295
  .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
296
+ color: #222;
297
+ text-decoration: underline;
298
+ }
299
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,
300
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
301
+ background: #fcfcfc;
302
+ border-color: #999;
303
+ box-shadow: 0 1px 0 #cccccc;
304
+ color: #23282d;
305
+ text-decoration: none;
306
+ }
307
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
308
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
309
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
310
+ background: #f7f7f7;
311
+ border-color: #ddd;
312
+ box-shadow: none;
313
+ color: #a0a5aa;
314
+ cursor: default;
315
+ text-shadow: 0 1px 0 #fff;
316
+ -webkit-transform: none;
317
+ transform: none;
318
+ }
319
  .dataTables_wrapper .dataTables_paginate .ellipsis {
320
+ padding: 0 1em;
321
+ }
322
  .dataTables_wrapper .dataTables_processing {
323
+ position: absolute;
324
+ top: 50%;
325
+ left: 50%;
326
+ width: 100%;
327
+ height: 40px;
328
+ margin-left: -50%;
329
+ margin-top: -25px;
330
+ padding-top: 20px;
331
+ text-align: center;
332
+ font-size: 1.2em;
333
+ background-color: white;
334
+ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
335
+ }
336
  .dataTables_wrapper .dataTables_length,
337
  .dataTables_wrapper .dataTables_filter,
338
  .dataTables_wrapper .dataTables_info,
339
  .dataTables_wrapper .dataTables_processing,
340
  .dataTables_wrapper .dataTables_paginate {
341
+ color: #333;
342
+ }
343
  .dataTables_wrapper .dataTables_scroll {
344
+ clear: both;
345
+ }
346
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
347
+ *margin-top: -1px;
348
+ -webkit-overflow-scrolling: touch;
349
+ }
350
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
351
+ vertical-align: middle;
352
+ }
353
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
354
  .dataTables_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
355
+ height: 0;
356
+ overflow: hidden;
357
+ margin: 0 !important;
358
+ padding: 0 !important;
359
+ }
360
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
361
+ border-bottom: 1px solid #111;
362
+ }
363
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
364
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
365
+ border-bottom: none;
366
+ }
367
  .dataTables_wrapper:after {
368
+ visibility: hidden;
369
+ display: block;
370
+ content: "";
371
+ clear: both;
372
+ height: 0;
373
+ }
374
  @media screen and (max-width: 767px) {
375
  .dataTables_wrapper .dataTables_info,
376
  .dataTables_wrapper .dataTables_paginate {
377
  float: none;
378
  text-align: center;
379
  }
380
+
381
  .dataTables_wrapper .dataTables_paginate {
382
  margin-top: 0.5em;
383
  }
388
  float: none;
389
  text-align: center;
390
  }
391
+
392
  .dataTables_wrapper .dataTables_filter {
393
  margin-top: 0.5em;
394
  }
common/src/resources/css/datatables.min.css CHANGED
@@ -1 +1 @@
1
- table.dataTable{border-collapse:separate;border-spacing:0;clear:both;margin:0 auto;width:100%}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{background-position:100%;background-repeat:no-repeat}table.dataTable thead .sorting{background-image:url(../../../vendor/datatables/DataTables/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(../../../vendor/datatables/DataTables/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(../../../vendor/datatables/DataTables/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(../../../vendor/datatables/DataTables/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(../../../vendor/datatables/DataTables/images/sort_desc_disabled.png)}table.dataTable.widefat tfoot td input,table.dataTable.widefat tfoot th input,table.dataTable.widefat thead td input,table.dataTable.widefat thead th input{margin:0 0 0 8px;vertical-align:text-top}table.dataTable.widefat tfoot td.check-column,table.dataTable.widefat thead td.check-column{padding-top:4px;vertical-align:middle}table.dataTable.widefat tbody th.check-column,table.dataTable.widefat tfoot th.check-column,table.dataTable.widefat thead th.check-column{padding:11px 0 0 3px}table.dataTable .check-column{width:2.2em}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{clear:both;position:relative;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;padding-top:.25em;text-align:right}.dataTables_wrapper .dataTables_paginate .paginate_button{border:1px solid transparent;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#555;cursor:pointer;display:inline-block;font-size:13px;height:28px;line-height:26px;margin:0 0 0 2px;padding:0 10px 1px;text-decoration:none;vertical-align:top;white-space:nowrap}.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#fafafa;border-color:#999;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.previous{background:transparent;border-color:transparent;box-shadow:none;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled{background:transparent;border-color:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{background:transparent;border-color:transparent;box-shadow:none;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{color:#222;text-decoration:underline}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#fcfcfc;border-color:#999;box-shadow:0 1px 0 #ccc;color:#23282d;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{background:#f7f7f7;border-color:#ddd;box-shadow:none;color:#a0a5aa;cursor:default;text-shadow:0 1px 0 #fff;transform:none}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}
1
+ table.dataTable{border-collapse:separate;border-spacing:0;clear:both;margin:0 auto;width:100%}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{background-position:100%;background-repeat:no-repeat}table.dataTable thead .sorting{background-image:url(../../../vendor/datatables/DataTables/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(../../../vendor/datatables/DataTables/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(../../../vendor/datatables/DataTables/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(../../../vendor/datatables/DataTables/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(../../../vendor/datatables/DataTables/images/sort_desc_disabled.png)}table.dataTable.widefat tfoot td input,table.dataTable.widefat tfoot th input,table.dataTable.widefat thead td input,table.dataTable.widefat thead th input{margin:0 0 0 8px;vertical-align:text-top}table.dataTable.widefat tfoot td.check-column,table.dataTable.widefat thead td.check-column{padding-top:4px;vertical-align:middle}table.dataTable.widefat tbody th.check-column,table.dataTable.widefat tfoot th.check-column,table.dataTable.widefat thead th.check-column{padding:11px 0 0 3px}table.dataTable .check-column{width:2.2em}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px 4px 4px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{clear:both;position:relative;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;padding-top:.25em;text-align:right}.dataTables_wrapper .dataTables_paginate .paginate_button{border:1px solid transparent;border-radius:3px;box-shadow:none;box-sizing:border-box;color:#555;cursor:pointer;display:inline-block;font-size:13px;height:28px;line-height:26px;margin:0 0 0 2px;padding:0 10px 1px;text-decoration:none;vertical-align:top;white-space:nowrap}.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#fafafa;border-color:#999;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.previous{background:transparent;border-color:transparent;box-shadow:none;color:#23282d}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled{background:transparent;border-color:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover{background:transparent;border-color:transparent;box-shadow:none;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover{color:#222;text-decoration:underline}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#fcfcfc;border-color:#999;box-shadow:0 1px 0 #ccc;color:#23282d;text-decoration:none}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{background:#f7f7f7;border-color:#ddd;box-shadow:none;color:#a0a5aa;cursor:default;text-shadow:0 1px 0 #fff;transform:none}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}
common/src/resources/css/datepicker.css CHANGED
@@ -13,12 +13,11 @@
13
  .tribe-ui-datepicker.ui-datepicker input,
14
  .tribe-ui-datepicker.ui-datepicker select,
15
  .tribe-ui-datepicker.ui-datepicker textarea {
16
- font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
17
- }
18
-
19
- .tribe-ui-datepicker.ui-datepicker table {
20
- border: none;
21
- }
22
 
23
  .tribe-ui-datepicker .ui-datepicker-month {
24
  font-weight: bold;
@@ -36,16 +35,15 @@
36
  ----------------------------------*/
37
 
38
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-group span.ui-icon {
39
- display: inline-block;
40
- vertical-align: middle;
41
- margin-top: -4px;
42
- margin-top: -.25rem;
43
- position: relative;
44
- text-indent: -99999px;
45
- overflow: hidden;
46
- background-repeat: no-repeat;
47
- background-image: none;
48
- }
49
 
50
  .tribe-ui-datepicker .ui-widget-icon-block {
51
  left: 50%;
@@ -68,14 +66,13 @@
68
 
69
  .tribe-ui-datepicker.ui-datepicker {
70
  background: #fff;
71
- box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
72
  width: 17em;
73
  padding: 1em;
74
  display: none;
75
  }
76
 
77
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-header {
78
- margin-bottom: 16px;
79
  margin-bottom: 1rem;
80
  position: relative;
81
  padding: 0;
@@ -88,30 +85,31 @@
88
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next {
89
  position: absolute;
90
  top: 50%;
91
- transform: translateY(-50%);
 
92
  line-height: 1.8em;
93
  text-align: center;
94
  }
95
 
96
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:before {
97
- color: #b1b1b1;
98
- content: '\2190';
99
- cursor: pointer;
100
- }
101
 
102
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:hover:before {
103
- color: #000;
104
- }
105
 
106
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:before {
107
- color: #b1b1b1;
108
- content: '\2192';
109
- cursor: pointer;
110
- }
111
 
112
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:hover:before {
113
- color: #000;
114
- }
115
 
116
  .tribe-ui-datepicker .ui-datepicker-prev-hover,
117
  .tribe-ui-datepicker .ui-datepicker-next-hover {
@@ -121,110 +119,101 @@
121
  }
122
 
123
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev {
124
- left: 1px;
125
- }
126
 
127
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next {
128
- right: 1px;
129
- }
130
 
131
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev-hover {
132
- left: 1px;
133
- }
134
 
135
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next-hover {
136
- right: 1px;
137
- }
138
 
139
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-title {
140
- margin: 0 2.3em;
141
- line-height: 1.8;
142
- text-align: center;
143
- }
144
 
145
  .tribe-ui-datepicker select.ui-datepicker-month,
146
  .tribe-ui-datepicker select.ui-datepicker-year {
147
  border: none;
148
- box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
149
  margin-right: 1px;
150
- width: 72px;
151
  width: 4.5rem;
152
  }
153
 
154
  .tribe-ui-datepicker.ui-datepicker table {
155
- width: 100%;
156
- font-size: 14.4px;
157
- font-size: .9rem;
158
- border-collapse: collapse;
159
- margin: 0 0 6.4px;
160
- margin: 0 0 .4rem;
161
- }
162
 
163
  .tribe-ui-datepicker.ui-datepicker th {
164
- color: #b1b1b1;
165
- padding: 11.2px 4.8px;
166
- padding: .7rem .3rem;
167
- text-align: center;
168
- border: 0;
169
- }
170
 
171
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-calendar td {
172
- border: 1px solid #ddd;
173
- padding: 1px;
174
- }
175
 
176
  .tribe-ui-datepicker.ui-datepicker td.ui-datepicker-unselectable {
177
- border: none;
178
- }
179
 
180
  .tribe-ui-datepicker.ui-datepicker a.ui-state-active {
181
- background: #0085ba;
182
- color: #fff;
183
- }
184
 
185
  .tribe-ui-datepicker.ui-datepicker td span,
186
  .tribe-ui-datepicker.ui-datepicker td a {
187
- display: block;
188
- padding: 8px 3.2px;
189
- padding: .5rem .2rem;
190
- text-align: center;
191
- text-decoration: none;
192
- }
193
 
194
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane {
195
- background-image: none;
196
- margin: 11.2px 0 0 0;
197
- margin: .7rem 0 0 0;
198
- padding: 0 3.2px;
199
- padding: 0 .2rem;
200
- border-left: 0;
201
- border-right: 0;
202
- border-bottom: 0;
203
- }
204
 
205
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button {
206
- float: right;
207
- margin: 8px 3.2px 6.4px;
208
- margin: .5rem .2rem .4rem;
209
- cursor: pointer;
210
- padding: 3.2px 9.6px 4.8px 9.6px;
211
- padding: .2rem .6rem .3rem .6rem;
212
- width: auto;
213
- overflow: visible;
214
- }
215
 
216
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
217
- float: left;
218
- background: #fff;
219
- border: 1px solid #b1b1b1;
220
- }
221
 
222
  .tribe-ui-datepicker.ui-datepicker button.ui-datepicker-close {
223
- background: linear-gradient(354deg, rgba(10, 85, 160, 1.00) 0%, rgba(18, 136, 235, 1.00) 100%);
224
- border: 1px solid #0085ba;
225
- color: #fff !important;
226
- font-weight: 400;
227
- }
228
 
229
  /* with multiple calendars */
230
 
@@ -238,7 +227,6 @@
238
 
239
  .tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
240
  width: 95%;
241
- margin: 0 auto 6.4px;
242
  margin: 0 auto .4rem;
243
  }
244
 
@@ -273,13 +261,11 @@
273
  ----------------------------------*/
274
 
275
  .tribe-ui-datepicker.ui-widget {
276
- font-size: 19.2px;
277
  font-size: 1.2rem;
278
  font-family: inherit;
279
  }
280
 
281
  .tribe-ui-datepicker.ui-widget .ui-widget {
282
- font-size: 16px;
283
  font-size: 1rem;
284
  }
285
 
@@ -287,7 +273,6 @@
287
  .tribe-ui-datepicker.ui-widget select,
288
  .tribe-ui-datepicker.ui-widget textarea,
289
  .tribe-ui-datepicker.ui-widget button {
290
- font-size: 16px;
291
  font-size: 1rem;
292
  }
293
 
@@ -321,9 +306,9 @@ html .tribe-ui-datepicker .ui-button.ui-state-disabled:active {
321
  .tribe-ui-datepicker a:link.ui-button,
322
  .tribe-ui-datepicker a:visited.ui-button,
323
  .tribe-ui-datepicker .ui-button {
324
- color: #23282d;
325
- text-decoration: none;
326
- }
327
 
328
  .tribe-ui-datepicker .ui-state-hover,
329
  .tribe-ui-datepicker .ui-widget-content .ui-state-hover,
@@ -333,10 +318,10 @@ html .tribe-ui-datepicker .ui-button.ui-state-disabled:active {
333
  .tribe-ui-datepicker .ui-widget-header .ui-state-focus,
334
  .tribe-ui-datepicker .ui-button:hover,
335
  .tribe-ui-datepicker .ui-button:focus {
336
- color: #000;
337
- border: 0;
338
- background: none;
339
- }
340
 
341
  .tribe-ui-datepicker .ui-state-hover a,
342
  .tribe-ui-datepicker .ui-state-hover a:hover,
@@ -348,15 +333,15 @@ html .tribe-ui-datepicker .ui-button.ui-state-disabled:active {
348
  .tribe-ui-datepicker .ui-state-focus a:visited,
349
  .tribe-ui-datepicker a.ui-button:hover,
350
  .tribe-ui-datepicker a.ui-button:focus {
351
- color: #b1b1b1;
352
- text-decoration: none;
353
- background-color: none;
354
- background-image: none;
355
- }
356
 
357
  .tribe-ui-datepicker .ui-visual-focus {
358
- box-shadow: 0 0 3px 1px rgb(94, 158, 214);
359
- }
360
 
361
  .tribe-ui-datepicker .ui-state-active,
362
  .tribe-ui-datepicker .ui-widget-content .ui-state-active,
@@ -364,22 +349,22 @@ html .tribe-ui-datepicker .ui-button.ui-state-disabled:active {
364
  .tribe-ui-datepicker a.ui-button:active,
365
  .tribe-ui-datepicker .ui-button:active,
366
  .tribe-ui-datepicker .ui-button.ui-state-active:hover {
367
- background: linear-gradient(354deg, rgba(10, 85, 160, 1.00) 0%, rgba(18, 136, 235, 1.00) 100%);
368
- color: #fff;
369
- }
370
 
371
  .tribe-ui-datepicker .ui-icon-background,
372
  .tribe-ui-datepicker .ui-state-active .ui-icon-background {
373
- border: #dddddd;
374
- background-color: #1c94c4;
375
- }
376
 
377
  .tribe-ui-datepicker .ui-state-active a,
378
  .tribe-ui-datepicker .ui-state-active a:link,
379
  .tribe-ui-datepicker .ui-state-active a:visited {
380
- color: #23282d;
381
- text-decoration: none;
382
- }
383
 
384
  /* Interaction Cues
385
  ----------------------------------*/
@@ -448,96 +433,92 @@ html .tribe-ui-datepicker .ui-button.ui-state-disabled:active {
448
  .tribe-ui-datepicker .ui-corner-top,
449
  .tribe-ui-datepicker .ui-corner-left,
450
  .tribe-ui-datepicker .ui-corner-tl {
451
- border-top-left-radius: 4px;
452
- }
453
 
454
  .tribe-ui-datepicker .ui-corner-all,
455
  .tribe-ui-datepicker .ui-corner-top,
456
  .tribe-ui-datepicker .ui-corner-right,
457
  .tribe-ui-datepicker .ui-corner-tr {
458
- border-top-right-radius: 4px;
459
- }
460
 
461
  .tribe-ui-datepicker .ui-corner-all,
462
  .tribe-ui-datepicker .ui-corner-bottom,
463
  .tribe-ui-datepicker .ui-corner-left,
464
  .tribe-ui-datepicker .ui-corner-bl {
465
- border-bottom-left-radius: 4px;
466
- }
467
 
468
  .tribe-ui-datepicker .ui-corner-all,
469
  .tribe-ui-datepicker .ui-corner-bottom,
470
  .tribe-ui-datepicker .ui-corner-right,
471
  .tribe-ui-datepicker .ui-corner-br {
472
- border-bottom-right-radius: 4px;
473
- }
474
 
475
  /* Overlays */
476
 
477
  .tribe-ui-datepicker .ui-widget-overlay {
478
- background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
479
- opacity: .5;
480
- filter: Alpha(Opacity=50);
481
-
482
- /* support: IE8 */
483
- }
484
 
485
  .tribe-ui-datepicker .ui-widget-shadow {
486
- box-shadow: -5px -5px 5px #000000;
487
- }
488
 
489
  .tribe-ui-datepicker .ui-helper-hidden {
490
- display: none;
491
- }
492
 
493
  .tribe-ui-datepicker .ui-helper-hidden-accessible {
494
- border: 0;
495
- clip: rect(0 0 0 0);
496
- height: 1px;
497
- margin: -1px;
498
- overflow: hidden;
499
- padding: 0;
500
- position: absolute;
501
- width: 1px;
502
- }
503
 
504
  .tribe-ui-datepicker .ui-helper-reset {
505
- margin: 0;
506
- padding: 0;
507
- border: 0;
508
- outline: 0;
509
- line-height: 1.3;
510
- text-decoration: none;
511
- font-size: 100%;
512
- list-style: none;
513
- }
514
 
515
  .tribe-ui-datepicker .ui-helper-clearfix:before,
516
  .tribe-ui-datepicker .ui-helper-clearfix:after {
517
- content: "";
518
- display: table;
519
- border-collapse: collapse;
520
- }
521
 
522
  .tribe-ui-datepicker .ui-helper-clearfix:after {
523
- clear: both;
524
- }
525
 
526
  .tribe-ui-datepicker .ui-helper-zfix {
527
- width: 100%;
528
- height: 100%;
529
- top: 0;
530
- left: 0;
531
- position: absolute;
532
- opacity: 0;
533
- filter:Alpha(Opacity=0);
534
-
535
- /* support: IE8 */
536
- }
537
 
538
  .tribe-ui-datepicker .ui-front {
539
- z-index: 100;
540
- }
541
 
542
  /* RTL support */
543
 
@@ -546,40 +527,40 @@ html .tribe-ui-datepicker .ui-button.ui-state-disabled:active {
546
  }
547
 
548
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev {
549
- right: 2px;
550
- left: auto;
551
- }
552
 
553
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next {
554
- left: 2px;
555
- right: auto;
556
- }
557
 
558
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:hover {
559
- right: 1px;
560
- left: auto;
561
- }
562
 
563
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:hover {
564
- left: 1px;
565
- right: auto;
566
- }
567
 
568
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane {
569
- clear: right;
570
- }
571
 
572
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button {
573
- float: left;
574
- }
575
 
576
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
577
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group {
578
- float: right;
579
- }
580
 
581
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
582
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
583
- border-right-width: 0;
584
- border-left-width: 1px;
585
- }
13
  .tribe-ui-datepicker.ui-datepicker input,
14
  .tribe-ui-datepicker.ui-datepicker select,
15
  .tribe-ui-datepicker.ui-datepicker textarea {
16
+ font-family: "Verdana", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
17
+ }
18
+ .tribe-ui-datepicker.ui-datepicker table {
19
+ border: none;
20
+ }
 
21
 
22
  .tribe-ui-datepicker .ui-datepicker-month {
23
  font-weight: bold;
35
  ----------------------------------*/
36
 
37
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-group span.ui-icon {
38
+ display: inline-block;
39
+ vertical-align: middle;
40
+ margin-top: -.25rem;
41
+ position: relative;
42
+ text-indent: -99999px;
43
+ overflow: hidden;
44
+ background-repeat: no-repeat;
45
+ background-image: none;
46
+ }
 
47
 
48
  .tribe-ui-datepicker .ui-widget-icon-block {
49
  left: 50%;
66
 
67
  .tribe-ui-datepicker.ui-datepicker {
68
  background: #fff;
69
+ box-shadow: 1px 1px 5px rgba(0,0,0,.5);
70
  width: 17em;
71
  padding: 1em;
72
  display: none;
73
  }
74
 
75
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-header {
 
76
  margin-bottom: 1rem;
77
  position: relative;
78
  padding: 0;
85
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next {
86
  position: absolute;
87
  top: 50%;
88
+ -webkit-transform: translateY(-50%);
89
+ transform: translateY(-50%);
90
  line-height: 1.8em;
91
  text-align: center;
92
  }
93
 
94
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:before {
95
+ color: #b1b1b1;
96
+ content: '\2190';
97
+ cursor: pointer;
98
+ }
99
 
100
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:hover:before {
101
+ color: #000;
102
+ }
103
 
104
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:before {
105
+ color: #b1b1b1;
106
+ content: '\2192';
107
+ cursor: pointer;
108
+ }
109
 
110
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:hover:before {
111
+ color: #000;
112
+ }
113
 
114
  .tribe-ui-datepicker .ui-datepicker-prev-hover,
115
  .tribe-ui-datepicker .ui-datepicker-next-hover {
119
  }
120
 
121
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev {
122
+ left: 1px;
123
+ }
124
 
125
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next {
126
+ right: 1px;
127
+ }
128
 
129
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev-hover {
130
+ left: 1px;
131
+ }
132
 
133
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-next-hover {
134
+ right: 1px;
135
+ }
136
 
137
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-title {
138
+ margin: 0 2.3em;
139
+ line-height: 1.8;
140
+ text-align: center;
141
+ }
142
 
143
  .tribe-ui-datepicker select.ui-datepicker-month,
144
  .tribe-ui-datepicker select.ui-datepicker-year {
145
  border: none;
146
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
147
  margin-right: 1px;
 
148
  width: 4.5rem;
149
  }
150
 
151
  .tribe-ui-datepicker.ui-datepicker table {
152
+ width: 100%;
153
+ font-size: .9rem;
154
+ border-collapse: collapse;
155
+ margin: 0 0 .4rem;
156
+ }
 
 
157
 
158
  .tribe-ui-datepicker.ui-datepicker th {
159
+ color: #b1b1b1;
160
+ padding: .7rem .3rem;
161
+ text-align: center;
162
+ border: 0;
163
+ }
 
164
 
165
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-calendar td {
166
+ border: 1px solid #ddd;
167
+ padding: 1px;
168
+ }
169
 
170
  .tribe-ui-datepicker.ui-datepicker td.ui-datepicker-unselectable {
171
+ border: none;
172
+ }
173
 
174
  .tribe-ui-datepicker.ui-datepicker a.ui-state-active {
175
+ background: #0085ba;
176
+ color: #fff;
177
+ }
178
 
179
  .tribe-ui-datepicker.ui-datepicker td span,
180
  .tribe-ui-datepicker.ui-datepicker td a {
181
+ display: block;
182
+ padding: .5rem .2rem;
183
+ text-align: center;
184
+ text-decoration: none;
185
+ }
 
186
 
187
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane {
188
+ background-image: none;
189
+ margin: .7rem 0 0 0;
190
+ padding: 0 .2rem;
191
+ border-left: 0;
192
+ border-right: 0;
193
+ border-bottom: 0;
194
+ }
 
 
195
 
196
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button {
197
+ float: right;
198
+ margin: .5rem .2rem .4rem;
199
+ cursor: pointer;
200
+ padding: .2rem .6rem .3rem .6rem;
201
+ width: auto;
202
+ overflow: visible;
203
+ }
 
 
204
 
205
  .tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
206
+ float: left;
207
+ background: #fff;
208
+ border: 1px solid #b1b1b1;
209
+ }
210
 
211
  .tribe-ui-datepicker.ui-datepicker button.ui-datepicker-close {
212
+ background: linear-gradient(354deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
213
+ border: 1px solid #0085ba;
214
+ color: #fff !important;
215
+ font-weight: 400;
216
+ }
217
 
218
  /* with multiple calendars */
219
 
227
 
228
  .tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
229
  width: 95%;
 
230
  margin: 0 auto .4rem;
231
  }
232
 
261
  ----------------------------------*/
262
 
263
  .tribe-ui-datepicker.ui-widget {
 
264
  font-size: 1.2rem;
265
  font-family: inherit;
266
  }
267
 
268
  .tribe-ui-datepicker.ui-widget .ui-widget {
 
269
  font-size: 1rem;
270
  }
271
 
273
  .tribe-ui-datepicker.ui-widget select,
274
  .tribe-ui-datepicker.ui-widget textarea,
275
  .tribe-ui-datepicker.ui-widget button {
 
276
  font-size: 1rem;
277
  }
278
 
306
  .tribe-ui-datepicker a:link.ui-button,
307
  .tribe-ui-datepicker a:visited.ui-button,
308
  .tribe-ui-datepicker .ui-button {
309
+ color: #23282d;
310
+ text-decoration: none;
311
+ }
312
 
313
  .tribe-ui-datepicker .ui-state-hover,
314
  .tribe-ui-datepicker .ui-widget-content .ui-state-hover,
318
  .tribe-ui-datepicker .ui-widget-header .ui-state-focus,
319
  .tribe-ui-datepicker .ui-button:hover,
320
  .tribe-ui-datepicker .ui-button:focus {
321
+ color: #000;
322
+ border: 0;
323
+ background: none;
324
+ }
325
 
326
  .tribe-ui-datepicker .ui-state-hover a,
327
  .tribe-ui-datepicker .ui-state-hover a:hover,
333
  .tribe-ui-datepicker .ui-state-focus a:visited,
334
  .tribe-ui-datepicker a.ui-button:hover,
335
  .tribe-ui-datepicker a.ui-button:focus {
336
+ color: #b1b1b1;
337
+ text-decoration: none;
338
+ background-color: none;
339
+ background-image: none;
340
+ }
341
 
342
  .tribe-ui-datepicker .ui-visual-focus {
343
+ box-shadow: 0 0 3px 1px rgb(94, 158, 214);
344
+ }
345
 
346
  .tribe-ui-datepicker .ui-state-active,
347
  .tribe-ui-datepicker .ui-widget-content .ui-state-active,
349
  .tribe-ui-datepicker a.ui-button:active,
350
  .tribe-ui-datepicker .ui-button:active,
351
  .tribe-ui-datepicker .ui-button.ui-state-active:hover {
352
+ background: linear-gradient(354deg, rgba(10,85,160,1.00) 0%, rgba(18,136,235,1.00) 100%);
353
+ color: #fff;
354
+ }
355
 
356
  .tribe-ui-datepicker .ui-icon-background,
357
  .tribe-ui-datepicker .ui-state-active .ui-icon-background {
358
+ border: #dddddd;
359
+ background-color: #1c94c4;
360
+ }
361
 
362
  .tribe-ui-datepicker .ui-state-active a,
363
  .tribe-ui-datepicker .ui-state-active a:link,
364
  .tribe-ui-datepicker .ui-state-active a:visited {
365
+ color: #23282d;
366
+ text-decoration: none;
367
+ }
368
 
369
  /* Interaction Cues
370
  ----------------------------------*/
433
  .tribe-ui-datepicker .ui-corner-top,
434
  .tribe-ui-datepicker .ui-corner-left,
435
  .tribe-ui-datepicker .ui-corner-tl {
436
+ border-top-left-radius: 4px;
437
+ }
438
 
439
  .tribe-ui-datepicker .ui-corner-all,
440
  .tribe-ui-datepicker .ui-corner-top,
441
  .tribe-ui-datepicker .ui-corner-right,
442
  .tribe-ui-datepicker .ui-corner-tr {
443
+ border-top-right-radius: 4px;
444
+ }
445
 
446
  .tribe-ui-datepicker .ui-corner-all,
447
  .tribe-ui-datepicker .ui-corner-bottom,
448
  .tribe-ui-datepicker .ui-corner-left,
449
  .tribe-ui-datepicker .ui-corner-bl {
450
+ border-bottom-left-radius: 4px;
451
+ }
452
 
453
  .tribe-ui-datepicker .ui-corner-all,
454
  .tribe-ui-datepicker .ui-corner-bottom,
455
  .tribe-ui-datepicker .ui-corner-right,
456
  .tribe-ui-datepicker .ui-corner-br {
457
+ border-bottom-right-radius: 4px;
458
+ }
459
 
460
  /* Overlays */
461
 
462
  .tribe-ui-datepicker .ui-widget-overlay {
463
+ background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
464
+ opacity: .5;
465
+ filter: Alpha(Opacity=50); /* support: IE8 */
466
+ }
 
 
467
 
468
  .tribe-ui-datepicker .ui-widget-shadow {
469
+ box-shadow: -5px -5px 5px #000000;
470
+ }
471
 
472
  .tribe-ui-datepicker .ui-helper-hidden {
473
+ display: none;
474
+ }
475
 
476
  .tribe-ui-datepicker .ui-helper-hidden-accessible {
477
+ border: 0;
478
+ clip: rect(0 0 0 0);
479
+ height: 1px;
480
+ margin: -1px;
481
+ overflow: hidden;
482
+ padding: 0;
483
+ position: absolute;
484
+ width: 1px;
485
+ }
486
 
487
  .tribe-ui-datepicker .ui-helper-reset {
488
+ margin: 0;
489
+ padding: 0;
490
+ border: 0;
491
+ outline: 0;
492
+ line-height: 1.3;
493
+ text-decoration: none;
494
+ font-size: 100%;
495
+ list-style: none;
496
+ }
497
 
498
  .tribe-ui-datepicker .ui-helper-clearfix:before,
499
  .tribe-ui-datepicker .ui-helper-clearfix:after {
500
+ content: "";
501
+ display: table;
502
+ border-collapse: collapse;
503
+ }
504
 
505
  .tribe-ui-datepicker .ui-helper-clearfix:after {
506
+ clear: both;
507
+ }
508
 
509
  .tribe-ui-datepicker .ui-helper-zfix {
510
+ width: 100%;
511
+ height: 100%;
512
+ top: 0;
513
+ left: 0;
514
+ position: absolute;
515
+ opacity: 0;
516
+ filter:Alpha(Opacity=0); /* support: IE8 */
517
+ }
 
 
518
 
519
  .tribe-ui-datepicker .ui-front {
520
+ z-index: 100;
521
+ }
522
 
523
  /* RTL support */
524
 
527
  }
528
 
529
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev {
530
+ right: 2px;
531
+ left: auto;
532
+ }
533
 
534
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next {
535
+ left: 2px;
536
+ right: auto;
537
+ }
538
 
539
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:hover {
540
+ right: 1px;
541
+ left: auto;
542
+ }
543
 
544
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:hover {
545
+ left: 1px;
546
+ right: auto;
547
+ }
548
 
549
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane {
550
+ clear: right;
551
+ }
552
 
553
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button {
554
+ float: left;
555
+ }
556
 
557
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
558
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group {
559
+ float: right;
560
+ }
561
 
562
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
563
  .tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
564
+ border-right-width: 0;
565
+ border-left-width: 1px;
566
+ }
common/src/resources/css/datepicker.min.css CHANGED
@@ -1 +1 @@
1
- .tribe-ui-datepicker.ui-datepicker body,.tribe-ui-datepicker.ui-datepicker button,.tribe-ui-datepicker.ui-datepicker input,.tribe-ui-datepicker.ui-datepicker select,.tribe-ui-datepicker.ui-datepicker textarea{font-family:Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.tribe-ui-datepicker.ui-datepicker table{border:none}.tribe-ui-datepicker .ui-datepicker-month{font-weight:700}.tribe-ui-datepicker .ui-state-disabled{cursor:default!important;pointer-events:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-group span.ui-icon{display:inline-block;vertical-align:middle;margin-top:-4px;margin-top:-.25rem;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;background-image:none}.tribe-ui-datepicker .ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.tribe-ui-datepicker.ui-datepicker{background:#fff;box-shadow:1px 1px 5px rgba(0,0,0,.5);width:17em;padding:1em;display:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-header{margin-bottom:16px;margin-bottom:1rem;position:relative;padding:0;border:0;background-color:transparent;background-image:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next,.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev{position:absolute;top:50%;transform:translateY(-50%);line-height:1.8em;text-align:center}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:before{color:#b1b1b1;content:"\2190";cursor:pointer}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:hover:before{color:#000}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:before{color:#b1b1b1;content:"\2192";cursor:pointer}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:hover:before{color:#000}.tribe-ui-datepicker .ui-datepicker-next-hover,.tribe-ui-datepicker .ui-datepicker-prev-hover{color:darken(#b1b1b1,10%);border:0;background:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev{left:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next{right:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev-hover{left:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next-hover{right:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8;text-align:center}.tribe-ui-datepicker select.ui-datepicker-month,.tribe-ui-datepicker select.ui-datepicker-year{border:none;box-shadow:0 1px 0 rgba(0,0,0,.1);margin-right:1px;width:72px;width:4.5rem}.tribe-ui-datepicker.ui-datepicker table{width:100%;font-size:14.4px;font-size:.9rem;border-collapse:collapse;margin:0 0 6.4px;margin:0 0 .4rem}.tribe-ui-datepicker.ui-datepicker th{color:#b1b1b1;padding:11.2px 4.8px;padding:.7rem .3rem;text-align:center;border:0}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-calendar td{border:1px solid #ddd;padding:1px}.tribe-ui-datepicker.ui-datepicker td.ui-datepicker-unselectable{border:none}.tribe-ui-datepicker.ui-datepicker a.ui-state-active{background:#0085ba;color:#fff}.tribe-ui-datepicker.ui-datepicker td a,.tribe-ui-datepicker.ui-datepicker td span{display:block;padding:8px 3.2px;padding:.5rem .2rem;text-align:center;text-decoration:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:11.2px 0 0;margin:.7rem 0 0;padding:0 3.2px;padding:0 .2rem;border-left:0;border-right:0;border-bottom:0}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:8px 3.2px 6.4px;margin:.5rem .2rem .4rem;cursor:pointer;padding:3.2px 9.6px 4.8px;padding:.2rem .6rem .3rem;width:auto;overflow:visible}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;background:#fff;border:1px solid #b1b1b1}.tribe-ui-datepicker.ui-datepicker button.ui-datepicker-close{background:linear-gradient(354deg,#0a55a0,#1288eb);border:1px solid #0085ba;color:#fff!important;font-weight:400}.tribe-ui-datepicker.ui-datepicker.ui-datepicker-multi{width:auto}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group{float:left}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto 6.4px;margin:0 auto .4rem}.tribe-ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.tribe-ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.tribe-ui-datepicker.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.tribe-ui-datepicker .ui-datepicker-row-break{clear:both;width:100%;font-size:0}.tribe-ui-datepicker.ui-widget{font-size:19.2px;font-size:1.2rem;font-family:inherit}.tribe-ui-datepicker.ui-widget .ui-widget,.tribe-ui-datepicker.ui-widget button,.tribe-ui-datepicker.ui-widget input,.tribe-ui-datepicker.ui-widget select,.tribe-ui-datepicker.ui-widget textarea{font-size:16px;font-size:1rem}.tribe-ui-datepicker.ui-widget-content a,.tribe-ui-datepicker .ui-widget-header a{color:#23282d}.tribe-ui-datepicker .ui-button,.tribe-ui-datepicker .ui-state-default,.tribe-ui-datepicker.ui-widget-content .ui-state-default,.tribe-ui-datepicker .ui-widget-header .ui-state-default,html .tribe-ui-datepicker .ui-button.ui-state-disabled:active,html .tribe-ui-datepicker .ui-button.ui-state-disabled:hover{color:#23282d;border:0;background-color:transparent;background-image:none}.tribe-ui-datepicker .ui-button,.tribe-ui-datepicker .ui-state-default a,.tribe-ui-datepicker .ui-state-default a:link,.tribe-ui-datepicker .ui-state-default a:visited,.tribe-ui-datepicker a.ui-button,.tribe-ui-datepicker a:link.ui-button,.tribe-ui-datepicker a:visited.ui-button{color:#23282d;text-decoration:none}.tribe-ui-datepicker .ui-button:focus,.tribe-ui-datepicker .ui-button:hover,.tribe-ui-datepicker .ui-state-focus,.tribe-ui-datepicker .ui-state-hover,.tribe-ui-datepicker .ui-widget-content .ui-state-focus,.tribe-ui-datepicker .ui-widget-content .ui-state-hover,.tribe-ui-datepicker .ui-widget-header .ui-state-focus,.tribe-ui-datepicker .ui-widget-header .ui-state-hover{color:#000;border:0;background:none}.tribe-ui-datepicker .ui-state-focus a,.tribe-ui-datepicker .ui-state-focus a:hover,.tribe-ui-datepicker .ui-state-focus a:link,.tribe-ui-datepicker .ui-state-focus a:visited,.tribe-ui-datepicker .ui-state-hover a,.tribe-ui-datepicker .ui-state-hover a:hover,.tribe-ui-datepicker .ui-state-hover a:link,.tribe-ui-datepicker .ui-state-hover a:visited,.tribe-ui-datepicker a.ui-button:focus,.tribe-ui-datepicker a.ui-button:hover{color:#b1b1b1;text-decoration:none;background-color:none;background-image:none}.tribe-ui-datepicker .ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.tribe-ui-datepicker .ui-button.ui-state-active:hover,.tribe-ui-datepicker .ui-button:active,.tribe-ui-datepicker .ui-state-active,.tribe-ui-datepicker .ui-widget-content .ui-state-active,.tribe-ui-datepicker .ui-widget-header .ui-state-active,.tribe-ui-datepicker a.ui-button:active{background:linear-gradient(354deg,#0a55a0,#1288eb);color:#fff}.tribe-ui-datepicker .ui-icon-background,.tribe-ui-datepicker .ui-state-active .ui-icon-background{border:#ddd;background-color:#1c94c4}.tribe-ui-datepicker .ui-state-active a,.tribe-ui-datepicker .ui-state-active a:link,.tribe-ui-datepicker .ui-state-active a:visited{color:#23282d;text-decoration:none}.tribe-ui-datepicker .ui-state-highlight,.tribe-ui-datepicker.ui-widget-content .ui-state-highlight,.tribe-ui-datepicker .ui-widget-header .ui-state-highlight{background:#fff;color:#363636;border:0;background-image:none}.tribe-ui-datepicker .ui-state-checked{background:#fff}.tribe-ui-datepicker .ui-state-highlight a,.tribe-ui-datepicker.ui-widget-content .ui-state-highlight a,.tribe-ui-datepicker .ui-widget-header .ui-state-highlight a{color:#363636}.tribe-ui-datepicker .ui-state-error,.tribe-ui-datepicker.ui-widget-content .ui-state-error,.tribe-ui-datepicker .ui-widget-header .ui-state-error{background:#b81900;color:#fff}.tribe-ui-datepicker .ui-state-error-text,.tribe-ui-datepicker .ui-state-error a,.tribe-ui-datepicker.ui-widget-content .ui-state-error-text,.tribe-ui-datepicker.ui-widget-content .ui-state-error a,.tribe-ui-datepicker .ui-widget-header .ui-state-error-text,.tribe-ui-datepicker .ui-widget-header .ui-state-error a{color:#fff}.tribe-ui-datepicker .ui-priority-secondary,.tribe-ui-datepicker.ui-widget-content .ui-priority-secondary,.tribe-ui-datepicker .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.tribe-ui-datepicker .ui-state-disabled,.tribe-ui-datepicker.ui-widget-content .ui-state-disabled,.tribe-ui-datepicker .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.tribe-ui-datepicker .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-left,.tribe-ui-datepicker .ui-corner-tl,.tribe-ui-datepicker .ui-corner-top{border-top-left-radius:4px}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-right,.tribe-ui-datepicker .ui-corner-top,.tribe-ui-datepicker .ui-corner-tr{border-top-right-radius:4px}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-bl,.tribe-ui-datepicker .ui-corner-bottom,.tribe-ui-datepicker .ui-corner-left{border-bottom-left-radius:4px}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-bottom,.tribe-ui-datepicker .ui-corner-br,.tribe-ui-datepicker .ui-corner-right{border-bottom-right-radius:4px}.tribe-ui-datepicker .ui-widget-overlay{background:#666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.tribe-ui-datepicker .ui-widget-shadow{box-shadow:-5px -5px 5px #000}.tribe-ui-datepicker .ui-helper-hidden{display:none}.tribe-ui-datepicker .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-ui-datepicker .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.tribe-ui-datepicker .ui-helper-clearfix:after,.tribe-ui-datepicker .ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.tribe-ui-datepicker .ui-helper-clearfix:after{clear:both}.tribe-ui-datepicker .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.tribe-ui-datepicker .ui-front{z-index:100}.tribe-ui-datepicker.ui-datepicker-rtl{direction:rtl}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group{float:right}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
1
+ .tribe-ui-datepicker.ui-datepicker body,.tribe-ui-datepicker.ui-datepicker button,.tribe-ui-datepicker.ui-datepicker input,.tribe-ui-datepicker.ui-datepicker select,.tribe-ui-datepicker.ui-datepicker textarea{font-family:Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.tribe-ui-datepicker.ui-datepicker table{border:none}.tribe-ui-datepicker .ui-datepicker-month{font-weight:700}.tribe-ui-datepicker .ui-state-disabled{cursor:default!important;pointer-events:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-group span.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25rem;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;background-image:none}.tribe-ui-datepicker .ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.tribe-ui-datepicker.ui-datepicker{background:#fff;box-shadow:1px 1px 5px rgba(0,0,0,.5);width:17em;padding:1em;display:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-header{margin-bottom:1rem;position:relative;padding:0;border:0;background-color:transparent;background-image:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next,.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev{position:absolute;top:50%;transform:translateY(-50%);line-height:1.8em;text-align:center}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:before{color:#b1b1b1;content:"\2190";cursor:pointer}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:hover:before{color:#000}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:before{color:#b1b1b1;content:"\2192";cursor:pointer}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:hover:before{color:#000}.tribe-ui-datepicker .ui-datepicker-next-hover,.tribe-ui-datepicker .ui-datepicker-prev-hover{color:darken(#b1b1b1,10%);border:0;background:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev{left:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next{right:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev-hover{left:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next-hover{right:1px}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8;text-align:center}.tribe-ui-datepicker select.ui-datepicker-month,.tribe-ui-datepicker select.ui-datepicker-year{border:none;box-shadow:0 1px 0 rgba(0,0,0,.1);margin-right:1px;width:4.5rem}.tribe-ui-datepicker.ui-datepicker table{width:100%;font-size:.9rem;border-collapse:collapse;margin:0 0 .4rem}.tribe-ui-datepicker.ui-datepicker th{color:#b1b1b1;padding:.7rem .3rem;text-align:center;border:0}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-calendar td{border:1px solid #ddd;padding:1px}.tribe-ui-datepicker.ui-datepicker td.ui-datepicker-unselectable{border:none}.tribe-ui-datepicker.ui-datepicker a.ui-state-active{background:#0085ba;color:#fff}.tribe-ui-datepicker.ui-datepicker td a,.tribe-ui-datepicker.ui-datepicker td span{display:block;padding:.5rem .2rem;text-align:center;text-decoration:none}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7rem 0 0;padding:0 .2rem;border-left:0;border-right:0;border-bottom:0}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5rem .2rem .4rem;cursor:pointer;padding:.2rem .6rem .3rem;width:auto;overflow:visible}.tribe-ui-datepicker.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;background:#fff;border:1px solid #b1b1b1}.tribe-ui-datepicker.ui-datepicker button.ui-datepicker-close{background:linear-gradient(354deg,#0a55a0,#1288eb);border:1px solid #0085ba;color:#fff!important;font-weight:400}.tribe-ui-datepicker.ui-datepicker.ui-datepicker-multi{width:auto}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group{float:left}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4rem}.tribe-ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.tribe-ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.tribe-ui-datepicker.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.tribe-ui-datepicker.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.tribe-ui-datepicker .ui-datepicker-row-break{clear:both;width:100%;font-size:0}.tribe-ui-datepicker.ui-widget{font-size:1.2rem;font-family:inherit}.tribe-ui-datepicker.ui-widget .ui-widget,.tribe-ui-datepicker.ui-widget button,.tribe-ui-datepicker.ui-widget input,.tribe-ui-datepicker.ui-widget select,.tribe-ui-datepicker.ui-widget textarea{font-size:1rem}.tribe-ui-datepicker.ui-widget-content a,.tribe-ui-datepicker .ui-widget-header a{color:#23282d}.tribe-ui-datepicker .ui-button,.tribe-ui-datepicker .ui-state-default,.tribe-ui-datepicker.ui-widget-content .ui-state-default,.tribe-ui-datepicker .ui-widget-header .ui-state-default,html .tribe-ui-datepicker .ui-button.ui-state-disabled:active,html .tribe-ui-datepicker .ui-button.ui-state-disabled:hover{color:#23282d;border:0;background-color:transparent;background-image:none}.tribe-ui-datepicker .ui-button,.tribe-ui-datepicker .ui-state-default a,.tribe-ui-datepicker .ui-state-default a:link,.tribe-ui-datepicker .ui-state-default a:visited,.tribe-ui-datepicker a.ui-button,.tribe-ui-datepicker a:link.ui-button,.tribe-ui-datepicker a:visited.ui-button{color:#23282d;text-decoration:none}.tribe-ui-datepicker .ui-button:focus,.tribe-ui-datepicker .ui-button:hover,.tribe-ui-datepicker .ui-state-focus,.tribe-ui-datepicker .ui-state-hover,.tribe-ui-datepicker .ui-widget-content .ui-state-focus,.tribe-ui-datepicker .ui-widget-content .ui-state-hover,.tribe-ui-datepicker .ui-widget-header .ui-state-focus,.tribe-ui-datepicker .ui-widget-header .ui-state-hover{color:#000;border:0;background:none}.tribe-ui-datepicker .ui-state-focus a,.tribe-ui-datepicker .ui-state-focus a:hover,.tribe-ui-datepicker .ui-state-focus a:link,.tribe-ui-datepicker .ui-state-focus a:visited,.tribe-ui-datepicker .ui-state-hover a,.tribe-ui-datepicker .ui-state-hover a:hover,.tribe-ui-datepicker .ui-state-hover a:link,.tribe-ui-datepicker .ui-state-hover a:visited,.tribe-ui-datepicker a.ui-button:focus,.tribe-ui-datepicker a.ui-button:hover{color:#b1b1b1;text-decoration:none;background-color:none;background-image:none}.tribe-ui-datepicker .ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.tribe-ui-datepicker .ui-button.ui-state-active:hover,.tribe-ui-datepicker .ui-button:active,.tribe-ui-datepicker .ui-state-active,.tribe-ui-datepicker .ui-widget-content .ui-state-active,.tribe-ui-datepicker .ui-widget-header .ui-state-active,.tribe-ui-datepicker a.ui-button:active{background:linear-gradient(354deg,#0a55a0,#1288eb);color:#fff}.tribe-ui-datepicker .ui-icon-background,.tribe-ui-datepicker .ui-state-active .ui-icon-background{border:#ddd;background-color:#1c94c4}.tribe-ui-datepicker .ui-state-active a,.tribe-ui-datepicker .ui-state-active a:link,.tribe-ui-datepicker .ui-state-active a:visited{color:#23282d;text-decoration:none}.tribe-ui-datepicker .ui-state-highlight,.tribe-ui-datepicker.ui-widget-content .ui-state-highlight,.tribe-ui-datepicker .ui-widget-header .ui-state-highlight{background:#fff;color:#363636;border:0;background-image:none}.tribe-ui-datepicker .ui-state-checked{background:#fff}.tribe-ui-datepicker .ui-state-highlight a,.tribe-ui-datepicker.ui-widget-content .ui-state-highlight a,.tribe-ui-datepicker .ui-widget-header .ui-state-highlight a{color:#363636}.tribe-ui-datepicker .ui-state-error,.tribe-ui-datepicker.ui-widget-content .ui-state-error,.tribe-ui-datepicker .ui-widget-header .ui-state-error{background:#b81900;color:#fff}.tribe-ui-datepicker .ui-state-error-text,.tribe-ui-datepicker .ui-state-error a,.tribe-ui-datepicker.ui-widget-content .ui-state-error-text,.tribe-ui-datepicker.ui-widget-content .ui-state-error a,.tribe-ui-datepicker .ui-widget-header .ui-state-error-text,.tribe-ui-datepicker .ui-widget-header .ui-state-error a{color:#fff}.tribe-ui-datepicker .ui-priority-secondary,.tribe-ui-datepicker.ui-widget-content .ui-priority-secondary,.tribe-ui-datepicker .ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.tribe-ui-datepicker .ui-state-disabled,.tribe-ui-datepicker.ui-widget-content .ui-state-disabled,.tribe-ui-datepicker .ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.tribe-ui-datepicker .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-left,.tribe-ui-datepicker .ui-corner-tl,.tribe-ui-datepicker .ui-corner-top{border-top-left-radius:4px}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-right,.tribe-ui-datepicker .ui-corner-top,.tribe-ui-datepicker .ui-corner-tr{border-top-right-radius:4px}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-bl,.tribe-ui-datepicker .ui-corner-bottom,.tribe-ui-datepicker .ui-corner-left{border-bottom-left-radius:4px}.tribe-ui-datepicker .ui-corner-all,.tribe-ui-datepicker .ui-corner-bottom,.tribe-ui-datepicker .ui-corner-br,.tribe-ui-datepicker .ui-corner-right{border-bottom-right-radius:4px}.tribe-ui-datepicker .ui-widget-overlay{background:#666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.tribe-ui-datepicker .ui-widget-shadow{box-shadow:-5px -5px 5px #000}.tribe-ui-datepicker .ui-helper-hidden{display:none}.tribe-ui-datepicker .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-ui-datepicker .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.tribe-ui-datepicker .ui-helper-clearfix:after,.tribe-ui-datepicker .ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.tribe-ui-datepicker .ui-helper-clearfix:after{clear:both}.tribe-ui-datepicker .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.tribe-ui-datepicker .ui-front{z-index:100}.tribe-ui-datepicker.ui-datepicker-rtl{direction:rtl}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group{float:right}.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.tribe-ui-datepicker.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
common/src/resources/css/dependency.css CHANGED
@@ -13,18 +13,18 @@
13
  display: none;
14
  }
15
  .tribe-dependent.tribe-active {
16
- display: inline-block;
17
- }
18
  div.tribe-dependent.tribe-active {
19
- display: block;
20
- }
21
  div.tribe-dependent.tribe-active.select2-container {
22
- display: inline-block;
23
- }
24
  td.tribe-dependent.tribe-active,
25
  th.tribe-dependent.tribe-active {
26
- display: table-cell;
27
- }
28
  tr.tribe-dependent.tribe-active {
29
- display: table-row;
30
- }
13
  display: none;
14
  }
15
  .tribe-dependent.tribe-active {
16
+ display: inline-block;
17
+ }
18
  div.tribe-dependent.tribe-active {
19
+ display: block;
20
+ }
21
  div.tribe-dependent.tribe-active.select2-container {
22
+ display: inline-block;
23
+ }
24
  td.tribe-dependent.tribe-active,
25
  th.tribe-dependent.tribe-active {
26
+ display: table-cell;
27
+ }
28
  tr.tribe-dependent.tribe-active {
29
+ display: table-row;
30
+ }
common/src/resources/css/tribe-common-admin.css CHANGED
@@ -1308,6 +1308,64 @@ Credit to https://github.com/jensjns/wp-admin-red-button
1308
  .plugin-card-image-widget-plus .column-downloaded {
1309
  display: none;
1310
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1311
  @media
1312
  only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
1313
  #tribe-loading span {
@@ -1378,4 +1436,4 @@ only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device
1378
  clear: both;
1379
  display: block;
1380
  }
1381
- }
1308
  .plugin-card-image-widget-plus .column-downloaded {
1309
  display: none;
1310
  }
1311
+ /* = Tooltips
1312
+ ============================ */
1313
+ .tribe-tooltip {
1314
+ cursor: pointer;
1315
+ display: inline-block;
1316
+ margin: 0;
1317
+ position: relative;
1318
+ text-align: left;
1319
+ }
1320
+ .tribe-tooltip .dashicons-info {
1321
+ color: #a9a9a9;
1322
+ font-size: 16px;
1323
+ line-height: 28px;
1324
+ }
1325
+ .tribe-tooltip .down {
1326
+ background-color: #fff;
1327
+ box-shadow: 0 0 3px 3px rgba(4, 5, 5, 0.05);
1328
+ box-sizing: border-box;
1329
+ color: #333333;
1330
+ font-size: 16px;
1331
+ font-weight: 400;
1332
+ left: 50%;
1333
+ opacity: 0;
1334
+ padding: 15px;
1335
+ position: absolute;
1336
+ top: 28px;
1337
+ -webkit-transform: translate(-50%, 0);
1338
+ transform: translate(-50%, 0);
1339
+ transition: opacity 0.8s;
1340
+ visibility: hidden;
1341
+ width: 250px;
1342
+ z-index: 99999999;
1343
+ }
1344
+ .tribe-tooltip.active .down {
1345
+ opacity: 1;
1346
+ visibility: visible;
1347
+ }
1348
+ .tribe-tooltip .down i {
1349
+ bottom: 100%;
1350
+ height: 12px;
1351
+ left: 50%;
1352
+ margin-left: -7px;
1353
+ overflow: hidden;
1354
+ position: absolute;
1355
+ width: 24px;
1356
+ }
1357
+ .tribe-tooltip .down i::after {
1358
+ background-color: #fff;
1359
+ box-shadow: 0 0 3px 3px rgba(4, 5, 5, 0.05);
1360
+ content: '';
1361
+ height: 12px;
1362
+ left: 50%;
1363
+ position: absolute;
1364
+ top: 50%;
1365
+ -webkit-transform: translate(-50%, 50%) rotate(45deg);
1366
+ transform: translate(-50%, 50%) rotate(45deg);
1367
+ width: 24px;
1368
+ }
1369
  @media
1370
  only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
1371
  #tribe-loading span {
1436
  clear: both;
1437
  display: block;
1438
  }
1439
+ }
common/src/resources/css/tribe-common-admin.min.css CHANGED
@@ -1 +1 @@
1
- .invalid input{border:2px solid red!important}.valid input{border:1px solid green}.clearfix{zoom:1}.placeholder{color:#999;cursor:text;padding:4px}input:placeholder,textarea:placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.bubble{-khtml-border-radius:3px;background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;border-style:solid;padding:10px}.tribe-sticky-tooltip{color:#bbb}td.tribe_message{padding-bottom:10px!important}#tribe_thanks{float:left;margin:5px 0 0;width:200px}.tribe_brand{font-family:Georgia!important;font-size:17px!important;font-weight:400;margin:8px 0}#tribe-upgrade{background:#f6f6f6;border:1px solid #ccc;border-radius:5px;margin:20px 0 30px;padding:0 20px 20px}#tribe-upgrade .message{background-color:#ffffe0;border:1px solid #e6db55;border-radius:3px;padding:6px 12px}table.plugins .tribe-plugin-update-message{background:#d54e21;color:#fff;display:inline-table;margin:6px 0;padding:10px 12px}table.plugins .tribe-plugin-update-message h4{display:inline;font-weight:700;margin-right:8px}table.plugins .tribe-plugin-update-message h4:after{content:" \00BB "}table.plugins .tribe-plugin-update-message a{color:#fff;text-decoration:underline}.tribe-settings-form{max-width:1000px}.tribe-settings-form fieldset{clear:both;display:inline-block;padding:10px 0}.tribe-settings-form legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-field-wrap :first-child{margin-top:0}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 0 5px 20px;text-indent:-20px}.tribe-settings-form .tribe-field-checkbox_list label input,.tribe-settings-form .tribe-field-radio label input{margin-right:5px}.tribe-settings-form .tribe-settings-form-wrap .description,.tribe-settings-form .tribe-settings-form-wrap fieldset,.tribe-settings-form fieldset[id^=tribe-field-geoloc_]{padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap fieldset .description{margin-left:0;max-width:450px;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}.tribe-settings-form .tribe-settings-form-wrap .contained,.tribe-settings-form .tribe-settings-form-wrap .system-info,.tribe-settings-form .tribe-settings-form-wrap .tribe-sysinfo-optin-msg,.tribe-settings-form .tribe-settings-form-wrap h3+p{margin:0 0 10px;padding-left:12px}.tribe_settings .tribe-field-indent{margin-left:245px}.tribe_settings #pu_dashboard_message{display:none}.tribe_settings .tribe-errors-list{margin-left:15px}.tribe_settings .expiring-license{color:red}.tribe_settings .tribe-error{border:1px solid red}.tribe_settings .tribe-field-description{margin-bottom:0;position:relative;top:-12px}.tribe_settings #ical-link{top:-14px}.tribe-settings-form #tribe-field-stylesheetOption label{margin-left:20px}.tribe-settings-form #tribe-field-stylesheetOption input{margin-left:-20px;margin-right:8px}.tribe-settings-form #tribe-field-stylesheetOption p.description{color:#999}#modern-tribe-info{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img{height:18px;margin:10px 0;width:250px}#modern-tribe-info ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul{list-style:circle}.tribe-field-inline-dropdown{margin-left:0;margin-right:0}.tribe-field-inline-text{line-height:28px;margin:0 2px}.tribe-field-textarea.tribe-size-small textarea{height:60px;width:180px}.tribe-field-textarea.tribe-size-medium textarea{height:80px;width:300px}.tribe-field-textarea.tribe-size-large textarea{height:120px;width:450px}.tribe-field-email.tribe-size-small input,.tribe-field-license_key.tribe-size-small input,.tribe-field-text.tribe-size-small input{width:50px}.tribe-field-email.tribe-size-medium input,.tribe-field-license_key.tribe-size-medium input,.tribe-field-text.tribe-size-medium input{width:225px}.tribe-field-email.tribe-size-large input,.tribe-field-license_key.tribe-size-large input,.tribe-field-text.tribe-size-large input{width:450px}.tribe-field-dropdown.tribe-size-small select{width:100px}.tribe-field-dropdown.tribe-size-medium select{width:300px}.tribe-field-dropdown.tribe-size-large select{width:450px}.tribe-field-wrapped_html.tribe-size-large .tribe-field-wrap{max-width:600px}.tribe-field-wrapped_html.tribe-size-large .tribe-field-wrap .description{max-width:100%}.tribe-field-dropdown_chosen.tribe-size-small select{width:100px}.tribe-field-dropdown_chosen.tribe-size-medium select{width:200px}.tribe-field-dropdown_chosen.tribe-size-large select{width:300px}.tribe-field-wrap .tooltip:first-child{font-style:normal}.tribe-field.indent{margin-left:252px;width:75%}.tribe-field.indent legend{font-weight:400;width:auto}.tribe-field.indent .tribe-field-wrap{padding-right:12px}.tribe-field.indent.tribe-field-radio .tribe-field-wrap{clear:left;margin-top:12px}.tribe-field.light-bordered{background-color:#fff;border:1px solid #d3d3d3}.ajax-loading-license,.invalid-key,.valid-key{display:none;margin:0 5px}.ajax-loading-license{position:relative;top:5px}.key-validity{display:inline-block}.invalid-key,.optin-fail{color:red}.optin-success,.valid-key{color:green}.valid-key.service-msg{color:#b72}#additional-field-table{margin-bottom:20px}.tribe-admin-box-left{float:left;width:20%}.tribe-admin-box-left,.tribe-admin-box-right{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:0 20px 15px}.tribe-admin-box-right{float:right;width:68%}.ajax-loader{float:right;margin:10px}.tribe-arrangeable-item{border:1px solid #d3d3d3;border-radius:3px}.tribe-arrangeable-item .ui-state-default{border:none}.tribe-arrangeable-item-top{padding:6px}.tribe-arrangeable-item-top:hover{cursor:move}.tribe-arrangeable-action{float:right}.tribe-arrangeable-child{background-color:#f9f9f9;border-top:1px solid #d3d3d3;display:none;padding:25px}.tribe-arrangeable-child label{display:block;margin:0 0 7px}.tribe_events_active_filter_type_options{margin:10px 0}.tribe_events_active_filter_type_options label{margin:7px 0}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}#event_organizer td small,.OrganizerInfo td small{display:block;margin:0;max-width:250px}#event_organizer .organizer-email,.OrganizerInfo .organizer-email{vertical-align:top}.tribe-table-field-label{max-width:100%;width:200px}#tribe-help-general,#tribe-help-sidebar{float:left;margin-top:20px}#tribe-help-general p{margin-left:15px}#tribe-help-general ul{list-style-type:square}#tribe-help-general ol,#tribe-help-general ul{margin-bottom:20px;margin-left:35px}#tribe-help-general h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}#tribe-help-general h3~h3{margin-top:2.25em}#tribe-help-general h3+p{margin:0 0 20px;padding-left:12px}#tribe-help-general{width:65%}.tribe-help-section{padding-bottom:10px}.tribe-section-type-box{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:8px 20px 12px}.tribe-section-type-box img{height:auto;margin:10px 0;max-width:300px}.tribe-section-type-box ul{list-style:disc;margin-left:20px}.tribe-section-type-box ul ul{list-style:circle}#tribe-log-controls{padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:1rem}#tribe-log-controls .working{opacity:1;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;transition:opacity .2s}#tribe-log-viewer,#tribe-system-info dl.support-stats,.template-updates-wrapper{background:#000;border-radius:2px;color:#888;max-height:400px;overflow:scroll;padding:10px}#tribe-system-info dl.support-stats dt,.template-updates-wrapper dt{clear:both;float:left;font-weight:700;text-transform:uppercase;width:25%}#tribe-system-info dl.support-stats dd,.template-updates-wrapper dd{margin-left:25%;padding-left:10px}.system-info-copy .system-info-copy-btn{padding:6px}.system-info-copy .system-info-copy-btn .dashicons{padding-right:10px}.template-updates-wrapper p{margin-top:0}#tribe-help-sidebar{margin:20px 0 0 3%;max-width:225px;width:32%}.tribe-help-plugin-info{border:1px solid #ccc;padding:0 12px 12px}.tribe-help-plugin-info dd,.tribe-help-plugin-info dt{display:inline;margin:0}.tribe-help-plugin-info dt{font-weight:700}.tribe-help-plugin-info dd:after{content:"";display:block;height:.4em}.tribe-help-plugin-info dd:last-child:after{height:0}.tribe-help-plugin-info+.tribe-help-plugin-info{margin-top:20px}.tribe-help-plugin-info>div{line-height:2em}.tribe-help-plugin-info .star-rating{display:inline-block;margin-left:3px;position:relative;top:-2px}.tribe-help-plugin-info .tribe-list-addons{color:#21a6cb;font-size:24px;list-style:circle inside;margin-bottom:10px;margin-top:10px;padding-left:4px}.tribe-help-plugin-info .tribe-list-addons a{font-size:13px;left:-5px;position:relative;top:-5px}.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon{list-style:disc inside}.ui-widget-overlay{background:#666;filter:Alpha(Opacity=50);opacity:.5}.ui-widget-shadow{background:#000;-webkit-border-radius:5px;-moz-border-radius:5px;filter:Alpha(Opacity=20);margin:-5px 0 0 -5px;opacity:.2;padding:5px}.ui-resizable{position:relative}.ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:99999}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.ui-dialog{padding:.2em;position:relative;width:375px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{height:18px;margin:-10px 0 0;padding:1px;position:absolute;right:.3em;top:50%;width:19px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin-left:-8px;margin-top:-8px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{background:none;border:0;overflow:auto;padding:.5em 1em;zoom:1}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin:.5em 0 0;padding:.3em 1em .5em!important;text-align:right}.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;line-height:1.4em;margin:.5em .4em!important;overflow:visible;padding:.2em .6em .3em;text-shadow:none;width:auto}.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none!important;text-align:center}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button .ui-button-text{display:block;line-height:1.4}#ui-datepicker-div{display:none}#tribe-loading{background:#fff;background:hsla(0,0%,100%,.8);display:none;height:100%;left:0;position:absolute;top:0;transition:all 1s linear;webkit-transition:all 1s linear;width:100%;z-index:4}#tribe-loading span{background:url(../images/tribe-loading.gif) 0 0 no-repeat;background-size:32px 32px;height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.tribe_update_page,.tribe_welcome_page{max-width:850px}.tribe_welcome_page.wrap h1{font-size:3em;line-height:1.2;margin-top:1em}.tribe_welcome_page.wrap h1:before{color:#555d66;content:"\f145";font-family:dashicons;font-size:.9em;line-height:1;margin-right:5px;position:relative;top:4px}.tribe-half-column{float:left;margin-bottom:30px;margin-right:5%;width:45%}.tribe-row:after,.tribe-row:before{content:"";display:table}.tribe-row,.tribe-row:after{clear:both}.tribe-row .tribe-half-column:last-child{margin-right:0;width:50%}.tribe_welcome_page .tribe-half-column h4,.tribe_welcome_page h2{font-size:24px;line-height:1.2;margin-bottom:20px}.tribe_update_page h2{font-size:30px;line-height:1.2;margin-bottom:20px}.tribe_update_page h3,.tribe_welcome_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4,.tribe_welcome_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p,.tribe_welcome_page p{font-size:15px}.tribe_welcome_page li{font-size:14px;margin-bottom:10px}p.tribe-welcome-message{font-size:18px;font-weight:400}.tribe_welcome_page .tribe-half-column h4{margin-top:1em}.tribe_welcome_page .tribe-half-column h4:before{color:#555d66;content:"\f145";font-family:dashicons;font-size:21px;line-height:1;margin-right:10px;position:relative;top:2px}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-sos]:before{content:"\f468"}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-welcome-learn-more]:before{content:"\f118"}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-megaphone]:before{content:"\f488"}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-heart]:before{content:"\f487"}.tribe_update_page h4:before{content:"\f145";font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}.tribe-welcome-video-wrapper{height:0;margin-bottom:40px;padding-bottom:56.25%;padding-top:25px;position:relative}.tribe-welcome-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}a.tribe-rating-link{text-decoration:none}.tribe-update-links,.tribe-welcome-links{margin-top:30px}.tribe_update_page li:before,.tribe_welcome_page li:before{content:"\2022";padding-right:3px}.tribe_update_page .rss-widget{margin:1em 0}.tribe_update_page a.rsswidget{font-size:14px;font-weight:400;line-height:1}.tribe_update_page .rss-widget li:before{display:none}.tribe-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:1rem;padding:1px;width:18rem}.tribe-update-bar .progress .bar{background:#ffba00;height:1rem;width:1%;background:#7ad03a}#tribe-dialog-wrapper>div{padding:1rem}#tribe-dialog-wrapper>div .stage{display:none}#tribe-dialog-wrapper #heading{background:#fff}#tribe-dialog-wrapper label{display:block}#tribe-dialog-wrapper .select-single-container{border:1px solid #888;overflow-y:scroll;height:300px}#tribe-dialog-wrapper .select-single-container label{opacity:1;padding:3px 5px;transition:opacity .2s}#tribe-dialog-wrapper .select-single-container label:nth-child(odd){background:#fff}#tribe-dialog-wrapper .select-single-container label.selected{background:#0073aa;color:#fff;font-weight:700}#tribe-dialog-wrapper .select-single-container label input{display:none}#tribe-dialog-wrapper .select-single-container.updating label{opacity:.35;transition:opacity .2s}.ui-front{z-index:1000000}.select2-container .select2-choice abbr{top:6px}.wp-list-table.plugins .column-description .update-message{color:#d54e21}.api-check{padding:1em}.api-check+.notice-dismiss:hover:before{color:#fff}.api-check:after,.api-check:before{content:"";display:table}.api-check:after{clear:both}.api-check .tribe-mascot{bottom:0;display:none;padding:1rem;position:absolute;right:0;top:0;width:125px}.api-check .tribe-mascot:before{content:"";display:inline-block;height:100%;width:1%;vertical-align:middle}.api-check .tribe-mascot img{display:inline-block;max-height:100%;max-width:96%;vertical-align:middle}.api-check p{line-height:1.7;margin-bottom:1em}.api-check a{text-decoration:none}.api-check a:hover{text-decoration:underline}.api-check .plugin-list{display:inline;font-weight:600;margin:0;padding:0}.api-check .plugin-list span.plugin-invalid:after{content:", "}.api-check .plugin-list span.plugin-invalid:last-of-type:after{content:""}.tribe-marketing-notice{padding:1em}.tribe-marketing-notice+.notice-dismiss:hover:before{color:#fff}.tribe-marketing-notice:after,.tribe-marketing-notice:before{content:"";display:table}.tribe-marketing-notice:after{clear:both}.tribe-marketing-notice .tribe-notice-icon{bottom:0;display:none;padding:1rem;position:absolute;left:0;top:0;width:125px}.tribe-marketing-notice .tribe-notice-icon:before{content:"";display:inline-block;height:100%;width:1%;vertical-align:middle}.tribe-marketing-notice .tribe-notice-icon img{display:inline-block;max-height:100%;max-width:96%;vertical-align:middle}.tribe-marketing-notice h3{margin-bottom:.5em;margin-top:.5em}.tribe-marketing-notice p{line-height:1.7;margin-bottom:.5em}.tribe-marketing-notice a{text-decoration:none}.tribe-marketing-notice a:hover{text-decoration:underline}.tribe-marketing-notice.tribe-bf-2018-tec .button.button-primary{margin:10px 10px 0 0}.tribe-dropdown,.tribe-ea-dropdown{max-width:100%;width:auto}.tribe-dropdown.select2-container-active .select2-choice,.tribe-ea-dropdown.select2-container-active .select2-choice{border-color:#5897fb;box-shadow:0 0 5px rgba(0,0,0,.1)}.tribe-dropdown.select2-dropdown-open .select2-choice,.tribe-ea-dropdown.select2-dropdown-open .select2-choice{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#aaa}.tribe-dropdown .select2-choice,.tribe-ea-dropdown .select2-choice{background-image:none;border-radius:3px;border:1px solid #ccc}.tribe-dropdown .select2-choice>.select2-chosen,.tribe-ea-dropdown .select2-choice>.select2-chosen{white-space:normal}.tribe-dropdown .select2-choice .select2-arrow,.tribe-ea-dropdown .select2-choice .select2-arrow{background-image:none;background:transparent;border-left:0}.tribe-dropdown .select2-choice div,.tribe-ea-dropdown .select2-choice div{background-image:none;background:none;border-left:0}.tribe-dropdown.select2-container-multi .select2-choices,.tribe-ea-dropdown.select2-container-multi .select2-choices{background-image:none;border-radius:3px;border:1px solid #ccc;min-height:25px}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-field,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-field{line-height:25px}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-field input,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-field input{padding-top:0;padding-bottom:0}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-choice,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-choice{margin-top:2px;padding-top:0;padding-bottom:0;line-height:19px}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-choice div,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-choice div{line-height:inherit}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-choice-close,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-choice-close{top:3px;left:4px;transition-property:border,color}.select2-results .select2-selected{display:block}.select2-results .select2-selected>.select2-result-label{background-color:#efefef;color:#a1a1a1;cursor:default}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:400}.select2-results li.select2-result-with-children.select2-selected,.select2-results li.select2-result-with-children.select2-selected .select2-result{display:block}.select2-results li.select2-result-with-children.select2-selected>.select2-result-label{background-color:#efefef;color:#a1a1a1;cursor:default}.select2-results li.select2-result-with-children.select2-result-unselectable>.select2-result-label{color:#939393;font-weight:400}.wp-core-ui .button-red{-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.5);background-color:#a00;border-bottom-color:#8d1f21;border-color:#9b2124;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red.hover,.wp-core-ui .button-red:focus,.wp-core-ui .button-red:hover{-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6);background-color:#a00;border-color:#7f1c1f;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red:focus{-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4);border-color:#500f0e;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .button-red.active,.wp-core-ui .button-red.active:focus,.wp-core-ui .button-red.active:hover,.wp-core-ui .button-red:active{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);background:#7f1c1f;border-color:#601312 #ae2426 #ae2426;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);color:hsla(0,0%,100%,.95);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red-disabled,.wp-core-ui .button-red:disabled,.wp-core-ui .button-red[disabled]{color:#e79496!important;background:#ba292b!important;border-color:#7f1c1f!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.ticket_form .select2-container .select2-choice .select2-arrow{display:none}.clear{zoom:1}.clear:after,.clear:before{content:" ";display:table}.clear:after{clear:both}.checkmark:after{content:"";display:block;width:8px;height:15px;border:solid #0ab152;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkmark.checkmark-right:after{float:right;margin-right:2em}.checkmark.checkmark-left:after{float:left;margin-left:2em}.checkmark.no-checkmark:after{display:none}.complete,.ok,.on,.yes,[data-status=complete],[data-status=ok],[data-status=on],[data-status=yes]{color:#0ab152}.incomplete,.ko,.no,.off,[data-status=incomplete],[data-status=ko],[data-status=no],[data-status=off]{color:#ff2500}.plugin-card-event-tickets-plus .column-downloaded,.plugin-card-event-tickets-plus .column-rating,.plugin-card-event-tickets-plus .column-updated,.plugin-card-event-tickets .column-downloaded,.plugin-card-event-tickets .column-rating,.plugin-card-event-tickets .column-updated,.plugin-card-events-calendar-pro .column-downloaded,.plugin-card-events-calendar-pro .column-rating,.plugin-card-events-calendar-pro .column-updated,.plugin-card-events-community-tickets .column-downloaded,.plugin-card-events-community-tickets .column-rating,.plugin-card-events-community-tickets .column-updated,.plugin-card-events-community .column-downloaded,.plugin-card-events-community .column-rating,.plugin-card-events-community .column-updated,.plugin-card-image-widget-plus .column-downloaded,.plugin-card-image-widget-plus .column-rating,.plugin-card-image-widget-plus .column-updated,.plugin-card-image-widget .column-downloaded,.plugin-card-image-widget .column-rating,.plugin-card-image-widget .column-updated,.plugin-card-the-events-calendar .column-downloaded,.plugin-card-the-events-calendar .column-rating,.plugin-card-the-events-calendar .column-updated,.plugin-card-tribe-eventbrite .column-downloaded,.plugin-card-tribe-eventbrite .column-rating,.plugin-card-tribe-eventbrite .column-updated,.plugin-card-tribe-filterbar .column-downloaded,.plugin-card-tribe-filterbar .column-rating,.plugin-card-tribe-filterbar .column-updated{display:none}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#tribe-loading span{background-image:url(../images/tribe-loading@2x.gif)}}@media screen and (max-width:782px){.tribe-half-column,.tribe-row .tribe-half-column:last-child{margin:0 0 20px;width:100%}input[type=email]{width:100%}}@media screen and (max-width:782px){.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}@media screen and (min-width:500px){.api-check .tribe-mascot{display:block}.api-check .notice-content{margin-right:180px}}@media screen and (min-width:600px) and (max-width:782px){.tribe-marketing-notice .tribe-notice-icon{width:135px}.tribe-marketing-notice .tribe-notice-content{margin-left:145px}}@media screen and (min-width:600px){.tribe-marketing-notice .tribe-notice-icon{display:block}}@media screen and (min-width:782px){.tribe-marketing-notice .tribe-notice-content{margin-left:130px}}@media screen and (max-width:956px){.tribe-marketing-notice.tribe-bf-2018-tec .button.button-primary{margin:0 0 10px}.tribe-marketing-notice.tribe-bf-2018-tec em{clear:both;display:block}}
1
+ .invalid input{border:2px solid red!important}.valid input{border:1px solid green}.clearfix{zoom:1}.placeholder{color:#999;cursor:text;padding:4px}input:placeholder,textarea:placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.bubble{-khtml-border-radius:3px;background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:3px;border-spacing:0;border-style:solid;padding:10px}.tribe-sticky-tooltip{color:#bbb}td.tribe_message{padding-bottom:10px!important}#tribe_thanks{float:left;margin:5px 0 0;width:200px}.tribe_brand{font-family:Georgia!important;font-size:17px!important;font-weight:400;margin:8px 0}#tribe-upgrade{background:#f6f6f6;border:1px solid #ccc;border-radius:5px;margin:20px 0 30px;padding:0 20px 20px}#tribe-upgrade .message{background-color:#ffffe0;border:1px solid #e6db55;border-radius:3px;padding:6px 12px}table.plugins .tribe-plugin-update-message{background:#d54e21;color:#fff;display:inline-table;margin:6px 0;padding:10px 12px}table.plugins .tribe-plugin-update-message h4{display:inline;font-weight:700;margin-right:8px}table.plugins .tribe-plugin-update-message h4:after{content:" \00BB "}table.plugins .tribe-plugin-update-message a{color:#fff;text-decoration:underline}.tribe-settings-form{max-width:1000px}.tribe-settings-form fieldset{clear:both;display:inline-block;padding:10px 0}.tribe-settings-form legend{float:left;font-weight:700;margin-right:20px;width:220px}.tribe-settings-form fieldset.tribe-field-license_key legend{width:auto}.tribe-settings-form .tribe-field-wrap{float:left;max-width:500px}.tribe-settings-form .tribe-field-wrap :first-child{margin-top:0}.tribe-settings-form .tribe-field-checkbox_list label,.tribe-settings-form .tribe-field-radio label{display:block;margin:5px 0 5px 20px;text-indent:-20px}.tribe-settings-form .tribe-field-checkbox_list label input,.tribe-settings-form .tribe-field-radio label input{margin-right:5px}.tribe-settings-form .tribe-settings-form-wrap .description,.tribe-settings-form .tribe-settings-form-wrap fieldset,.tribe-settings-form fieldset[id^=tribe-field-geoloc_]{padding-left:12px}.tribe-settings-form .tribe-settings-form-wrap fieldset .description{margin-left:0;max-width:450px;padding-left:0}.tribe-settings-form .tribe-settings-form-wrap h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}.tribe-settings-form .tribe-settings-form-wrap .contained,.tribe-settings-form .tribe-settings-form-wrap .system-info,.tribe-settings-form .tribe-settings-form-wrap .tribe-sysinfo-optin-msg,.tribe-settings-form .tribe-settings-form-wrap h3+p{margin:0 0 10px;padding-left:12px}.tribe_settings .tribe-field-indent{margin-left:245px}.tribe_settings #pu_dashboard_message{display:none}.tribe_settings .tribe-errors-list{margin-left:15px}.tribe_settings .expiring-license{color:red}.tribe_settings .tribe-error{border:1px solid red}.tribe_settings .tribe-field-description{margin-bottom:0;position:relative;top:-12px}.tribe_settings #ical-link{top:-14px}.tribe-settings-form #tribe-field-stylesheetOption label{margin-left:20px}.tribe-settings-form #tribe-field-stylesheetOption input{margin-left:-20px;margin-right:8px}.tribe-settings-form #tribe-field-stylesheetOption p.description{color:#999}#modern-tribe-info{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:8px 20px 12px}#modern-tribe-info img{height:18px;margin:10px 0;width:250px}#modern-tribe-info ul{list-style:disc;margin-left:20px}#modern-tribe-info ul ul{list-style:circle}.tribe-field-inline-dropdown{margin-left:0;margin-right:0}.tribe-field-inline-text{line-height:28px;margin:0 2px}.tribe-field-textarea.tribe-size-small textarea{height:60px;width:180px}.tribe-field-textarea.tribe-size-medium textarea{height:80px;width:300px}.tribe-field-textarea.tribe-size-large textarea{height:120px;width:450px}.tribe-field-email.tribe-size-small input,.tribe-field-license_key.tribe-size-small input,.tribe-field-text.tribe-size-small input{width:50px}.tribe-field-email.tribe-size-medium input,.tribe-field-license_key.tribe-size-medium input,.tribe-field-text.tribe-size-medium input{width:225px}.tribe-field-email.tribe-size-large input,.tribe-field-license_key.tribe-size-large input,.tribe-field-text.tribe-size-large input{width:450px}.tribe-field-dropdown.tribe-size-small select{width:100px}.tribe-field-dropdown.tribe-size-medium select{width:300px}.tribe-field-dropdown.tribe-size-large select{width:450px}.tribe-field-wrapped_html.tribe-size-large .tribe-field-wrap{max-width:600px}.tribe-field-wrapped_html.tribe-size-large .tribe-field-wrap .description{max-width:100%}.tribe-field-dropdown_chosen.tribe-size-small select{width:100px}.tribe-field-dropdown_chosen.tribe-size-medium select{width:200px}.tribe-field-dropdown_chosen.tribe-size-large select{width:300px}.tribe-field-wrap .tooltip:first-child{font-style:normal}.tribe-field.indent{margin-left:252px;width:75%}.tribe-field.indent legend{font-weight:400;width:auto}.tribe-field.indent .tribe-field-wrap{padding-right:12px}.tribe-field.indent.tribe-field-radio .tribe-field-wrap{clear:left;margin-top:12px}.tribe-field.light-bordered{background-color:#fff;border:1px solid #d3d3d3}.ajax-loading-license,.invalid-key,.valid-key{display:none;margin:0 5px}.ajax-loading-license{position:relative;top:5px}.key-validity{display:inline-block}.invalid-key,.optin-fail{color:red}.optin-success,.valid-key{color:green}.valid-key.service-msg{color:#b72}#additional-field-table{margin-bottom:20px}.tribe-admin-box-left{float:left;width:20%}.tribe-admin-box-left,.tribe-admin-box-right{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;margin:20px 0;padding:0 20px 15px}.tribe-admin-box-right{float:right;width:68%}.ajax-loader{float:right;margin:10px}.tribe-arrangeable-item{border:1px solid #d3d3d3;border-radius:3px}.tribe-arrangeable-item .ui-state-default{border:none}.tribe-arrangeable-item-top{padding:6px}.tribe-arrangeable-item-top:hover{cursor:move}.tribe-arrangeable-action{float:right}.tribe-arrangeable-child{background-color:#f9f9f9;border-top:1px solid #d3d3d3;display:none;padding:25px}.tribe-arrangeable-child label{display:block;margin:0 0 7px}.tribe_events_active_filter_type_options{margin:10px 0}.tribe_events_active_filter_type_options label{margin:7px 0}.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px}#event_organizer td small,.OrganizerInfo td small{display:block;margin:0;max-width:250px}#event_organizer .organizer-email,.OrganizerInfo .organizer-email{vertical-align:top}.tribe-table-field-label{max-width:100%;width:200px}#tribe-help-general,#tribe-help-sidebar{float:left;margin-top:20px}#tribe-help-general p{margin-left:15px}#tribe-help-general ul{list-style-type:square}#tribe-help-general ol,#tribe-help-general ul{margin-bottom:20px;margin-left:35px}#tribe-help-general h3{background-color:#f9f9f9;margin-bottom:10px;padding:6px 0 6px 12px}#tribe-help-general h3~h3{margin-top:2.25em}#tribe-help-general h3+p{margin:0 0 20px;padding-left:12px}#tribe-help-general{width:65%}.tribe-help-section{padding-bottom:10px}.tribe-section-type-box{-khtml-border-radius:4px;background-color:#f9f9f9;border:1px solid #ccc;border-radius:4px;padding:8px 20px 12px}.tribe-section-type-box img{height:auto;margin:10px 0;max-width:300px}.tribe-section-type-box ul{list-style:disc;margin-left:20px}.tribe-section-type-box ul ul{list-style:circle}#tribe-log-controls{padding-bottom:1rem;padding-left:12px}#tribe-log-controls>div{display:inline-block;padding-right:1rem}#tribe-log-controls .working{opacity:1;transition:opacity .2s}#tribe-log-controls .working.hidden{opacity:0;transition:opacity .2s}#tribe-log-viewer,#tribe-system-info dl.support-stats,.template-updates-wrapper{background:#000;border-radius:2px;color:#888;max-height:400px;overflow:scroll;padding:10px}#tribe-system-info dl.support-stats dt,.template-updates-wrapper dt{clear:both;float:left;font-weight:700;text-transform:uppercase;width:25%}#tribe-system-info dl.support-stats dd,.template-updates-wrapper dd{margin-left:25%;padding-left:10px}.system-info-copy .system-info-copy-btn{padding:6px}.system-info-copy .system-info-copy-btn .dashicons{padding-right:10px}.template-updates-wrapper p{margin-top:0}#tribe-help-sidebar{margin:20px 0 0 3%;max-width:225px;width:32%}.tribe-help-plugin-info{border:1px solid #ccc;padding:0 12px 12px}.tribe-help-plugin-info dd,.tribe-help-plugin-info dt{display:inline;margin:0}.tribe-help-plugin-info dt{font-weight:700}.tribe-help-plugin-info dd:after{content:"";display:block;height:.4em}.tribe-help-plugin-info dd:last-child:after{height:0}.tribe-help-plugin-info+.tribe-help-plugin-info{margin-top:20px}.tribe-help-plugin-info>div{line-height:2em}.tribe-help-plugin-info .star-rating{display:inline-block;margin-left:3px;position:relative;top:-2px}.tribe-help-plugin-info .tribe-list-addons{color:#21a6cb;font-size:24px;list-style:circle inside;margin-bottom:10px;margin-top:10px;padding-left:4px}.tribe-help-plugin-info .tribe-list-addons a{font-size:13px;left:-5px;position:relative;top:-5px}.tribe-help-plugin-info .tribe-list-addons .tribe-active-addon{list-style:disc inside}.ui-widget-overlay{background:#666;filter:Alpha(Opacity=50);opacity:.5}.ui-widget-shadow{background:#000;-webkit-border-radius:5px;-moz-border-radius:5px;filter:Alpha(Opacity=20);margin:-5px 0 0 -5px;opacity:.2;padding:5px}.ui-resizable{position:relative}.ui-resizable-handle{display:block;font-size:.1px;position:absolute;z-index:99999}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;left:0;top:-5px;width:100%}.ui-resizable-s{bottom:-5px;cursor:s-resize;height:7px;left:0;width:100%}.ui-resizable-e{cursor:e-resize;height:100%;right:-5px;top:0;width:7px}.ui-resizable-w{cursor:w-resize;height:100%;left:-5px;top:0;width:7px}.ui-resizable-se{bottom:1px;cursor:se-resize;height:12px;right:1px;width:12px}.ui-resizable-sw{bottom:-5px;cursor:sw-resize;height:9px;left:-5px;width:9px}.ui-resizable-nw{cursor:nw-resize;height:9px;left:-5px;top:-5px;width:9px}.ui-resizable-ne{cursor:ne-resize;height:9px;right:-5px;top:-5px;width:9px}.ui-dialog{padding:.2em;position:relative;width:375px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{height:18px;margin:-10px 0 0;padding:1px;position:absolute;right:.3em;top:50%;width:19px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin-left:-8px;margin-top:-8px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0}.ui-dialog .ui-dialog-content{background:none;border:0;overflow:auto;padding:.5em 1em;zoom:1}.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0;margin:.5em 0 0;padding:.3em 1em .5em!important;text-align:right}.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;line-height:1.4em;margin:.5em .4em!important;overflow:visible;padding:.2em .6em .3em;text-shadow:none;width:auto}.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:none!important;text-align:center}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button .ui-button-text{display:block;line-height:1.4}#ui-datepicker-div{display:none}#tribe-loading{background:#fff;background:hsla(0,0%,100%,.8);display:none;height:100%;left:0;position:absolute;top:0;transition:all 1s linear;webkit-transition:all 1s linear;width:100%;z-index:4}#tribe-loading span{background:url(../images/tribe-loading.gif) 0 0 no-repeat;background-size:32px 32px;height:32px;left:50%;margin:-16px 0 0 -16px;position:absolute;top:50%;width:32px}.tribe_update_page,.tribe_welcome_page{max-width:850px}.tribe_welcome_page.wrap h1{font-size:3em;line-height:1.2;margin-top:1em}.tribe_welcome_page.wrap h1:before{color:#555d66;content:"\f145";font-family:dashicons;font-size:.9em;line-height:1;margin-right:5px;position:relative;top:4px}.tribe-half-column{float:left;margin-bottom:30px;margin-right:5%;width:45%}.tribe-row:after,.tribe-row:before{content:"";display:table}.tribe-row,.tribe-row:after{clear:both}.tribe-row .tribe-half-column:last-child{margin-right:0;width:50%}.tribe_welcome_page .tribe-half-column h4,.tribe_welcome_page h2{font-size:24px;line-height:1.2;margin-bottom:20px}.tribe_update_page h2{font-size:30px;line-height:1.2;margin-bottom:20px}.tribe_update_page h3,.tribe_welcome_page h3{font-size:24px;font-weight:400;line-height:24px;margin-top:0}.tribe_update_page h4,.tribe_welcome_page h4{font-size:18px;font-weight:600;line-height:18px;margin:0}.tribe_update_page p,.tribe_welcome_page p{font-size:15px}.tribe_welcome_page li{font-size:14px;margin-bottom:10px}p.tribe-welcome-message{font-size:18px;font-weight:400}.tribe_welcome_page .tribe-half-column h4{margin-top:1em}.tribe_welcome_page .tribe-half-column h4:before{color:#555d66;content:"\f145";font-family:dashicons;font-size:21px;line-height:1;margin-right:10px;position:relative;top:2px}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-sos]:before{content:"\f468"}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-welcome-learn-more]:before{content:"\f118"}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-megaphone]:before{content:"\f488"}.tribe_welcome_page .tribe-half-column h4[data-tribe-icon=dashicons-heart]:before{content:"\f487"}.tribe_update_page h4:before{content:"\f145";font-family:dashicons;font-size:34px;line-height:1;margin-right:5px;position:relative;top:5px}.tribe-welcome-video-wrapper{height:0;margin-bottom:40px;padding-bottom:56.25%;padding-top:25px;position:relative}.tribe-welcome-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}a.tribe-rating-link{text-decoration:none}.tribe-update-links,.tribe-welcome-links{margin-top:30px}.tribe_update_page li:before,.tribe_welcome_page li:before{content:"\2022";padding-right:3px}.tribe_update_page .rss-widget{margin:1em 0}.tribe_update_page a.rsswidget{font-size:14px;font-weight:400;line-height:1}.tribe_update_page .rss-widget li:before{display:none}.tribe-update-bar{display:inline-block}.tribe-update-bar .progress{border:1px solid #ccc;float:left;margin-right:1rem;padding:1px;width:18rem}.tribe-update-bar .progress .bar{background:#ffba00;height:1rem;width:1%;background:#7ad03a}#tribe-dialog-wrapper>div{padding:1rem}#tribe-dialog-wrapper>div .stage{display:none}#tribe-dialog-wrapper #heading{background:#fff}#tribe-dialog-wrapper label{display:block}#tribe-dialog-wrapper .select-single-container{border:1px solid #888;overflow-y:scroll;height:300px}#tribe-dialog-wrapper .select-single-container label{opacity:1;padding:3px 5px;transition:opacity .2s}#tribe-dialog-wrapper .select-single-container label:nth-child(odd){background:#fff}#tribe-dialog-wrapper .select-single-container label.selected{background:#0073aa;color:#fff;font-weight:700}#tribe-dialog-wrapper .select-single-container label input{display:none}#tribe-dialog-wrapper .select-single-container.updating label{opacity:.35;transition:opacity .2s}.ui-front{z-index:1000000}.select2-container .select2-choice abbr{top:6px}.wp-list-table.plugins .column-description .update-message{color:#d54e21}.api-check{padding:1em}.api-check+.notice-dismiss:hover:before{color:#fff}.api-check:after,.api-check:before{content:"";display:table}.api-check:after{clear:both}.api-check .tribe-mascot{bottom:0;display:none;padding:1rem;position:absolute;right:0;top:0;width:125px}.api-check .tribe-mascot:before{content:"";display:inline-block;height:100%;width:1%;vertical-align:middle}.api-check .tribe-mascot img{display:inline-block;max-height:100%;max-width:96%;vertical-align:middle}.api-check p{line-height:1.7;margin-bottom:1em}.api-check a{text-decoration:none}.api-check a:hover{text-decoration:underline}.api-check .plugin-list{display:inline;font-weight:600;margin:0;padding:0}.api-check .plugin-list span.plugin-invalid:after{content:", "}.api-check .plugin-list span.plugin-invalid:last-of-type:after{content:""}.tribe-marketing-notice{padding:1em}.tribe-marketing-notice+.notice-dismiss:hover:before{color:#fff}.tribe-marketing-notice:after,.tribe-marketing-notice:before{content:"";display:table}.tribe-marketing-notice:after{clear:both}.tribe-marketing-notice .tribe-notice-icon{bottom:0;display:none;padding:1rem;position:absolute;left:0;top:0;width:125px}.tribe-marketing-notice .tribe-notice-icon:before{content:"";display:inline-block;height:100%;width:1%;vertical-align:middle}.tribe-marketing-notice .tribe-notice-icon img{display:inline-block;max-height:100%;max-width:96%;vertical-align:middle}.tribe-marketing-notice h3{margin-bottom:.5em;margin-top:.5em}.tribe-marketing-notice p{line-height:1.7;margin-bottom:.5em}.tribe-marketing-notice a{text-decoration:none}.tribe-marketing-notice a:hover{text-decoration:underline}.tribe-marketing-notice.tribe-bf-2018-tec .button.button-primary{margin:10px 10px 0 0}.tribe-dropdown,.tribe-ea-dropdown{max-width:100%;width:auto}.tribe-dropdown.select2-container-active .select2-choice,.tribe-ea-dropdown.select2-container-active .select2-choice{border-color:#5897fb;box-shadow:0 0 5px rgba(0,0,0,.1)}.tribe-dropdown.select2-dropdown-open .select2-choice,.tribe-ea-dropdown.select2-dropdown-open .select2-choice{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#aaa}.tribe-dropdown .select2-choice,.tribe-ea-dropdown .select2-choice{background-image:none;border-radius:3px;border:1px solid #ccc}.tribe-dropdown .select2-choice>.select2-chosen,.tribe-ea-dropdown .select2-choice>.select2-chosen{white-space:normal}.tribe-dropdown .select2-choice .select2-arrow,.tribe-ea-dropdown .select2-choice .select2-arrow{background-image:none;background:transparent;border-left:0}.tribe-dropdown .select2-choice div,.tribe-ea-dropdown .select2-choice div{background-image:none;background:none;border-left:0}.tribe-dropdown.select2-container-multi .select2-choices,.tribe-ea-dropdown.select2-container-multi .select2-choices{background-image:none;border-radius:3px;border:1px solid #ccc;min-height:25px}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-field,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-field{line-height:25px}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-field input,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-field input{padding-top:0;padding-bottom:0}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-choice,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-choice{margin-top:2px;padding-top:0;padding-bottom:0;line-height:19px}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-choice div,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-choice div{line-height:inherit}.tribe-dropdown.select2-container-multi .select2-choices .select2-search-choice-close,.tribe-ea-dropdown.select2-container-multi .select2-choices .select2-search-choice-close{top:3px;left:4px;transition-property:border,color}.select2-results .select2-selected{display:block}.select2-results .select2-selected>.select2-result-label{background-color:#efefef;color:#a1a1a1;cursor:default}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:400}.select2-results li.select2-result-with-children.select2-selected,.select2-results li.select2-result-with-children.select2-selected .select2-result{display:block}.select2-results li.select2-result-with-children.select2-selected>.select2-result-label{background-color:#efefef;color:#a1a1a1;cursor:default}.select2-results li.select2-result-with-children.select2-result-unselectable>.select2-result-label{color:#939393;font-weight:400}.wp-core-ui .button-red{-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.5);background-color:#a00;border-bottom-color:#8d1f21;border-color:#9b2124;box-shadow:inset 0 1px 0 rgba(120,200,230,.5);color:#fff;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red.hover,.wp-core-ui .button-red:focus,.wp-core-ui .button-red:hover{-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6);background-color:#a00;border-color:#7f1c1f;box-shadow:inset 0 1px 0 rgba(120,200,230,.6);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.wp-core-ui .button-red.focus,.wp-core-ui .button-red:focus{-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4);border-color:#500f0e;box-shadow:inset 0 1px 0 rgba(120,200,230,.6),1px 1px 2px rgba(0,0,0,.4)}.wp-core-ui .button-red.active,.wp-core-ui .button-red.active:focus,.wp-core-ui .button-red.active:hover,.wp-core-ui .button-red:active{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.1);background:#7f1c1f;border-color:#601312 #ae2426 #ae2426;box-shadow:inset 0 1px 0 rgba(0,0,0,.1);color:hsla(0,0%,100%,.95);text-shadow:0 1px 0 rgba(0,0,0,.1)}.wp-core-ui .button-red-disabled,.wp-core-ui .button-red:disabled,.wp-core-ui .button-red[disabled]{color:#e79496!important;background:#ba292b!important;border-color:#7f1c1f!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.ticket_form .select2-container .select2-choice .select2-arrow{display:none}.clear{zoom:1}.clear:after,.clear:before{content:" ";display:table}.clear:after{clear:both}.checkmark:after{content:"";display:block;width:8px;height:15px;border:solid #0ab152;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkmark.checkmark-right:after{float:right;margin-right:2em}.checkmark.checkmark-left:after{float:left;margin-left:2em}.checkmark.no-checkmark:after{display:none}.complete,.ok,.on,.yes,[data-status=complete],[data-status=ok],[data-status=on],[data-status=yes]{color:#0ab152}.incomplete,.ko,.no,.off,[data-status=incomplete],[data-status=ko],[data-status=no],[data-status=off]{color:#ff2500}.plugin-card-event-tickets-plus .column-downloaded,.plugin-card-event-tickets-plus .column-rating,.plugin-card-event-tickets-plus .column-updated,.plugin-card-event-tickets .column-downloaded,.plugin-card-event-tickets .column-rating,.plugin-card-event-tickets .column-updated,.plugin-card-events-calendar-pro .column-downloaded,.plugin-card-events-calendar-pro .column-rating,.plugin-card-events-calendar-pro .column-updated,.plugin-card-events-community-tickets .column-downloaded,.plugin-card-events-community-tickets .column-rating,.plugin-card-events-community-tickets .column-updated,.plugin-card-events-community .column-downloaded,.plugin-card-events-community .column-rating,.plugin-card-events-community .column-updated,.plugin-card-image-widget-plus .column-downloaded,.plugin-card-image-widget-plus .column-rating,.plugin-card-image-widget-plus .column-updated,.plugin-card-image-widget .column-downloaded,.plugin-card-image-widget .column-rating,.plugin-card-image-widget .column-updated,.plugin-card-the-events-calendar .column-downloaded,.plugin-card-the-events-calendar .column-rating,.plugin-card-the-events-calendar .column-updated,.plugin-card-tribe-eventbrite .column-downloaded,.plugin-card-tribe-eventbrite .column-rating,.plugin-card-tribe-eventbrite .column-updated,.plugin-card-tribe-filterbar .column-downloaded,.plugin-card-tribe-filterbar .column-rating,.plugin-card-tribe-filterbar .column-updated{display:none}.tribe-tooltip{cursor:pointer;display:inline-block;margin:0;position:relative;text-align:left}.tribe-tooltip .dashicons-info{color:#a9a9a9;font-size:16px;line-height:28px}.tribe-tooltip .down{background-color:#fff;box-shadow:0 0 3px 3px rgba(4,5,5,.05);box-sizing:border-box;color:#333;font-size:16px;font-weight:400;left:50%;opacity:0;padding:15px;position:absolute;top:28px;transform:translate(-50%);transition:opacity .8s;visibility:hidden;width:250px;z-index:99999999}.tribe-tooltip.active .down{opacity:1;visibility:visible}.tribe-tooltip .down i{bottom:100%;height:12px;left:50%;margin-left:-7px;overflow:hidden;position:absolute;width:24px}.tribe-tooltip .down i:after{background-color:#fff;box-shadow:0 0 3px 3px rgba(4,5,5,.05);content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,50%) rotate(45deg);width:24px}@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){#tribe-loading span{background-image:url(../images/tribe-loading@2x.gif)}}@media screen and (max-width:782px){.tribe-half-column,.tribe-row .tribe-half-column:last-child{margin:0 0 20px;width:100%}input[type=email]{width:100%}}@media screen and (max-width:782px){.events-cal .subsubsub{float:none}.events-cal .search-box{width:98%}.events-cal #search-submit{width:100%}.events-cal .tablenav.top{display:none}}@media screen and (min-width:500px){.api-check .tribe-mascot{display:block}.api-check .notice-content{margin-right:180px}}@media screen and (min-width:600px) and (max-width:782px){.tribe-marketing-notice .tribe-notice-icon{width:135px}.tribe-marketing-notice .tribe-notice-content{margin-left:145px}}@media screen and (min-width:600px){.tribe-marketing-notice .tribe-notice-icon{display:block}}@media screen and (min-width:782px){.tribe-marketing-notice .tribe-notice-content{margin-left:130px}}@media screen and (max-width:956px){.tribe-marketing-notice.tribe-bf-2018-tec .button.button-primary{margin:0 0 10px}.tribe-marketing-notice.tribe-bf-2018-tec em{clear:both;display:block}}
common/src/resources/css/tribe-ui.css CHANGED
@@ -8,10 +8,16 @@
8
  * @see: http://moderntribe.github.io/products-engineering/css/
9
  */
10
 
 
 
 
 
 
11
  .tribe-button {
12
  border: 0;
13
  border-radius: 3px;
14
- background: #009FF1 linear-gradient( to bottom, #009FF1, #0080DB );
 
15
  cursor: pointer;
16
  color: #fff;
17
  display: inline-block;
@@ -30,5 +36,6 @@
30
  .tribe-button:hover,
31
  .tribe-button:active,
32
  .tribe-button:focus {
33
- background: #0080DB;
34
- }
 
8
  * @see: http://moderntribe.github.io/products-engineering/css/
9
  */
10
 
11
+ :root {
12
+ --button-light-color: #009FF1;
13
+ --button-dark-color: #0080DB;
14
+ }
15
+
16
  .tribe-button {
17
  border: 0;
18
  border-radius: 3px;
19
+ background: #009FF1 linear-gradient( to bottom, #009FF1, #0080DB);
20
+ background: var(--button-light-color) linear-gradient( to bottom, var(--button-light-color), var(--button-dark-color) );
21
  cursor: pointer;
22
  color: #fff;
23
  display: inline-block;
36
  .tribe-button:hover,
37
  .tribe-button:active,
38
  .tribe-button:focus {
39
+ background: #0080DB;
40
+ background: var(--button-dark-color);
41
+ }
common/src/resources/css/tribe-ui.min.css CHANGED
@@ -1 +1 @@
1
- .tribe-button{border:0;border-radius:3px;background:#009ff1 linear-gradient(180deg,#009ff1,#0080db);cursor:pointer;color:#fff;display:inline-block;font-size:14px;font-weight:400;font-family:sans-serif;letter-spacing:1px;line-height:1;height:auto;padding:10px;text-align:center;transition:all .15s ease-in;-webkit-font-smoothing:subpixel-antialiased}.tribe-button:active,.tribe-button:focus,.tribe-button:hover{background:#0080db}
1
+ :root{--button-light-color:#009ff1;--button-dark-color:#0080db}.tribe-button{border:0;border-radius:3px;background:#009ff1 linear-gradient(180deg,#009ff1,#0080db);background:var(--button-light-color) linear-gradient(180deg,var(--button-light-color),var(--button-dark-color));cursor:pointer;color:#fff;display:inline-block;font-size:14px;font-weight:400;font-family:sans-serif;letter-spacing:1px;line-height:1;height:auto;padding:10px;text-align:center;transition:all .15s ease-in;-webkit-font-smoothing:subpixel-antialiased}.tribe-button:active,.tribe-button:focus,.tribe-button:hover{background:#0080db;background:var(--button-dark-color)}
common/src/resources/css/validation.css CHANGED
@@ -8,15 +8,18 @@
8
  * @see: http://moderntribe.github.io/products-engineering/css/
9
  */
10
 
11
- .tribe-validation input[type="text"].tribe-validation-error, .tribe-validation input[type="password"].tribe-validation-error, .tribe-validation input[type="checkbox"].tribe-validation-error, .tribe-validation input[type="color"].tribe-validation-error, .tribe-validation input[type="date"].tribe-validation-error, .tribe-validation input[type="datetime"].tribe-validation-error, .tribe-validation input[type="datetime-local"].tribe-validation-error, .tribe-validation input[type="email"].tribe-validation-error, .tribe-validation input[type="month"].tribe-validation-error, .tribe-validation input[type="number"].tribe-validation-error, .tribe-validation input[type="search"].tribe-validation-error, .tribe-validation input[type="radio"].tribe-validation-error, .tribe-validation input[type="tel"].tribe-validation-error, .tribe-validation input[type="text"].tribe-validation-error, .tribe-validation input[type="time"].tribe-validation-error, .tribe-validation input[type="url"].tribe-validation-error, .tribe-validation input[type="week"].tribe-validation-error, .tribe-validation select.tribe-validation-error, .tribe-validation textarea.tribe-validation-error {
12
-
13
-
14
- border-color: #dc3232;
15
  }
16
 
17
 
18
- .tribe-validation .tribe-dropdown.tribe-validation-error .select2-choice {
 
 
 
19
 
20
 
21
- border-color: #dc3232;
22
- }
 
 
8
  * @see: http://moderntribe.github.io/products-engineering/css/
9
  */
10
 
11
+ :root {
12
+ --error-border-color: #dc3232;
 
 
13
  }
14
 
15
 
16
+ .tribe-validation input[type="text"].tribe-validation-error, .tribe-validation input[type="password"].tribe-validation-error, .tribe-validation input[type="checkbox"].tribe-validation-error, .tribe-validation input[type="color"].tribe-validation-error, .tribe-validation input[type="date"].tribe-validation-error, .tribe-validation input[type="datetime"].tribe-validation-error, .tribe-validation input[type="datetime-local"].tribe-validation-error, .tribe-validation input[type="email"].tribe-validation-error, .tribe-validation input[type="month"].tribe-validation-error, .tribe-validation input[type="number"].tribe-validation-error, .tribe-validation input[type="search"].tribe-validation-error, .tribe-validation input[type="radio"].tribe-validation-error, .tribe-validation input[type="tel"].tribe-validation-error, .tribe-validation input[type="text"].tribe-validation-error, .tribe-validation input[type="time"].tribe-validation-error, .tribe-validation input[type="url"].tribe-validation-error, .tribe-validation input[type="week"].tribe-validation-error, .tribe-validation select.tribe-validation-error, .tribe-validation textarea.tribe-validation-error {
17
+ border-color: #dc3232;
18
+ border-color: var(--error-border-color);
19
+ }
20
 
21
 
22
+ .tribe-validation .tribe-dropdown.tribe-validation-error .select2-choice {
23
+ border-color: #dc3232;
24
+ border-color: var(--error-border-color);
25
+ }
common/src/resources/css/validation.min.css CHANGED
@@ -1 +1 @@
1
- .tribe-validation .tribe-dropdown.tribe-validation-error .select2-choice,.tribe-validation input[type=checkbox].tribe-validation-error,.tribe-validation input[type=color].tribe-validation-error,.tribe-validation input[type=date].tribe-validation-error,.tribe-validation input[type=datetime-local].tribe-validation-error,.tribe-validation input[type=datetime].tribe-validation-error,.tribe-validation input[type=email].tribe-validation-error,.tribe-validation input[type=month].tribe-validation-error,.tribe-validation input[type=number].tribe-validation-error,.tribe-validation input[type=password].tribe-validation-error,.tribe-validation input[type=radio].tribe-validation-error,.tribe-validation input[type=search].tribe-validation-error,.tribe-validation input[type=tel].tribe-validation-error,.tribe-validation input[type=text].tribe-validation-error,.tribe-validation input[type=time].tribe-validation-error,.tribe-validation input[type=url].tribe-validation-error,.tribe-validation input[type=week].tribe-validation-error,.tribe-validation select.tribe-validation-error,.tribe-validation textarea.tribe-validation-error{border-color:#dc3232}
1
+ :root{--error-border-color:#dc3232}.tribe-validation .tribe-dropdown.tribe-validation-error .select2-choice,.tribe-validation input[type=checkbox].tribe-validation-error,.tribe-validation input[type=color].tribe-validation-error,.tribe-validation input[type=date].tribe-validation-error,.tribe-validation input[type=datetime-local].tribe-validation-error,.tribe-validation input[type=datetime].tribe-validation-error,.tribe-validation input[type=email].tribe-validation-error,.tribe-validation input[type=month].tribe-validation-error,.tribe-validation input[type=number].tribe-validation-error,.tribe-validation input[type=password].tribe-validation-error,.tribe-validation input[type=radio].tribe-validation-error,.tribe-validation input[type=search].tribe-validation-error,.tribe-validation input[type=tel].tribe-validation-error,.tribe-validation input[type=text].tribe-validation-error,.tribe-validation input[type=time].tribe-validation-error,.tribe-validation input[type=url].tribe-validation-error,.tribe-validation input[type=week].tribe-validation-error,.tribe-validation select.tribe-validation-error,.tribe-validation textarea.tribe-validation-error{border-color:#dc3232;border-color:var(--error-border-color)}
common/src/resources/js/admin-date-preview.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(i){i(".live-date-preview").siblings("input").change(function(){var e=i(this),n=e.val(),t=e.siblings(".live-date-preview"),a=function(e){e=i("<div/>").html(e).text(),t.html(e)};t.append("<span class='spinner'></span>"),t.find(".spinner").css("visibility","visible");var s={action:"date_format",date:n};i.post(ajaxurl,s,a,"text")})});
1
+ jQuery(document).ready(function(i){i(".live-date-preview").siblings("input").change(function(){var e=i(this),n=e.val(),t=e.siblings(".live-date-preview");t.append("<span class='spinner'></span>"),t.find(".spinner").css("visibility","visible");var a={action:"date_format",date:n};i.post(ajaxurl,a,function(e){e=i("<div/>").html(e).text(),t.html(e)},"text")})});
common/src/resources/js/admin-log-controls.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_logger_admin=tribe_logger_admin||{},tribe_logger_data=tribe_logger_data||{};!function(e,t){function n(){u||(c(),d(),r())}function r(){var t={action:"tribe_logging_controls",check:tribe_logger_data.check,"log-level":e("#log-level").find(":selected").attr("name"),"log-engine":e("#log-engine").find(":selected").attr("name")};v&&(t["log-view"]=_),e.ajax(ajaxurl,{method:"POST",success:a,error:l,dataType:"json",data:t})}function a(t){g(),e.isArray(t.data.entries)&&(j.html(o(t.data.entries)),i())}function o(e){var t="<table>";for(var n in e){t+="<tr>";for(var r in e[n])t+="<td>"+e[n][r]+"</td>";t+="</tr>"}return t+"</table>"}function i(){var t=w.attr("href"),n=encodeURI(f()),r=t.match(/&log=([a-z0-9\-]+)/i);t=e.isArray(r)&&2===r.length?t.replace(r[0],"&log="+n):t.indexOf("?")?t+"&log="+n:t+"?log="+n,w.attr("href",t)}function l(){g()}function d(){u=!0,m.prop("disabled",!0),p.removeClass("hidden")}function g(){u=!1,m.prop("disabled",!1),p.addClass("hidden")}function c(){var e=f(),t=s();e!==_||t!==b?(v=!0,_=e,b=t):v=!1}function f(){return e("#log-selector").find(":selected").attr("name")}function s(){return e("#log-engine").find(":selected").attr("name")}var u=!1,_="",b="",v=!1,h=e("#tribe-log-controls"),m=h.find("select"),p=h.find(".working"),j=e("#tribe-log-viewer"),w=e("a.download_log");_=f(),b=s(),i(),m.change(n)}(jQuery,tribe_logger_admin);
1
+ var tribe_logger_admin=tribe_logger_admin||{},tribe_logger_data=tribe_logger_data||{};!function(e,t){var r=!1,n="",a="",o=!1,i=e("#tribe-log-controls"),l=i.find("select"),d=i.find(".working"),g=e("#tribe-log-viewer"),c=e("a.download_log");function s(t){v(),e.isArray(t.data.entries)&&(g.html(function(e){var t="<table>";for(var r in e){for(var n in t+="<tr>",e[r])t+="<td>"+e[r][n]+"</td>";t+="</tr>"}return t+"</table>"}(t.data.entries)),f())}function f(){var t=c.attr("href"),r=encodeURI(_()),n=t.match(/&log=([a-z0-9\-]+)/i);t=e.isArray(n)&&2===n.length?t.replace(n[0],"&log="+r):t.indexOf("?")?t+"&log="+r:t+"?log="+r,c.attr("href",t)}function u(){v()}function v(){r=!1,l.prop("disabled",!1),d.addClass("hidden")}function _(){return e("#log-selector").find(":selected").attr("name")}function b(){return e("#log-engine").find(":selected").attr("name")}n=_(),a=b(),f(),l.change(function(){var t,i;r||(t=_(),i=b(),t!==n||i!==a?(o=!0,n=t,a=i):o=!1,r=!0,l.prop("disabled",!0),d.removeClass("hidden"),g={action:"tribe_logging_controls",check:tribe_logger_data.check,"log-level":e("#log-level").find(":selected").attr("name"),"log-engine":e("#log-engine").find(":selected").attr("name")},o&&(g["log-view"]=n),e.ajax(ajaxurl,{method:"POST",success:s,error:u,dataType:"json",data:g}));var g})}(jQuery);
common/src/resources/js/bumpdown.min.js CHANGED
@@ -1 +1 @@
1
- !function(t,e){"use strict";t(document).ready(function(){t(".tribe-bumpdown-trigger").bumpdown()}),t.fn.bumpdown=function(){var n=t(document),r={ID:"tribe-bumpdown-",data_trigger:function(t){return'[data-trigger="'+t+'"]'},bumpdown:".tribe-bumpdown",content:".tribe-bumpdown-content",trigger:".tribe-bumpdown-trigger",hover_trigger:".tribe-bumpdown-trigger:not(.tribe-bumpdown-nohover)",close:".tribe-bumpdown-close",permanent:".tribe-bumpdown-permanent",active:".tribe-bumpdown-active"},o={open:function(e){var n=e.data("bumpdown"),i=n.$trigger.data("width-rule");if(!e.is(":visible")){n.$trigger.addClass(r.active.replace(".",""));var a=e.find(r.content);if("string"==typeof i&&"all-triggers"===i){var d=600,p=0;t(r.trigger).each(function(){var e=t(this);if(e.data("width-rule")){var n=e.position();n.left>p&&(p=n.left)}}),p&&(p=p>d?p:d,a.css("max-width",p+"px"))}a.prepend('<a class="tribe-bumpdown-close" title="Close"><i class="dashicons dashicons-no"></i></a>'),a.prepend('<span class="tribe-bumpdown-arrow"></span>'),o.arrow(e),e.data("preventClose",!0),e.slideDown("fast",function(){e.data("preventClose",!1)})}},close:function(e){var n=e.data("bumpdown");e.is(":visible")&&!e.data("preventClose")&&(t(this).removeData("is_hoverintent_queued"),e.find(".tribe-bumpdown-close, .tribe-bumpdown-arrow").remove(),e.not(".tribe-bumpdown-trigger").slideUp("fast"),n.$trigger.removeClass(r.active.replace(".","")))},arrow:function(t){var e,n=t.data("bumpdown");e=Math.ceil(n.$trigger.position().left-("block"===n.type?n.$parent.offset().left:0)),n.$bumpdown.find(".tribe-bumpdown-arrow").css("left",e)}};return t(window).on({"resize.bumpdown":function(){n.find(r.active).each(function(){o.arrow(t(this))})}}),n.hoverIntent({over:function(){var e=t(this).data("bumpdown");e.$trigger.data("is_hoverintent_queued",!1),e.$bumpdown.trigger("open.bumpdown")},out:function(){},selector:r.hover_trigger,interval:200}).on({mouseenter:function(){void 0===t(this).data("is_hoverintent_queued")&&t(this).data("is_hoverintent_queued",!0)},click:function(e){var n=t(this).data("bumpdown");if(e.preventDefault(),e.stopPropagation(),n.$bumpdown.is(":visible")){if(n.$trigger.data("is_hoverintent_queued"))return n.$trigger.data("is_hoverintent_queued",!1);n.$bumpdown.trigger("close.bumpdown")}else n.$bumpdown.trigger("open.bumpdown")},"open.bumpdown":function(){o.open(t(this))},"close.bumpdown":function(){o.close(t(this))}},r.trigger).on({click:function(e){var n=t(this).parents(r.bumpdown).first().data("bumpdown");e.preventDefault(),e.stopPropagation(),"undefined"!=typeof n&&"undefined"!=typeof n.$bumpdown&&n.$bumpdown.trigger("close.bumpdown")}},r.close).on("click",function(e){var n=t(e.target),o=n.is(r.bumpdown)||0!==n.parents(r.bumpdown).length;o||t(r.trigger).not(r.permanent).trigger("close.bumpdown")}).on({"open.bumpdown":function(){o.open(t(this))},"close.bumpdown":function(){o.close(t(this))}},r.bumpdown),this.each(function(){var n={$trigger:t(this),$parent:null,$bumpdown:null,ID:null,html:null,type:"block",is_permanent:!1};if(n.ID=n.$trigger.attr("id"),n.ID||(n.ID=e.uniqueId(r.ID),n.$trigger.attr("id",n.ID)),n.html=n.$trigger.attr("data-bumpdown"),n.html='<div class="tribe-bumpdown-content">'+n.html+"</div>",n["class"]=n.$trigger.attr("data-bumpdown-class"),n.is_permanent=n.$trigger.is(r.permanent),n.$parent=n.$trigger.parents().filter(function(){return-1<t.inArray(t(this).css("display"),["block","table","table-cell","table-row"])}).first(),n.html)if(n.type=n.$parent.is("td, tr, td, table")?"table":"block","table"===n.type){n.$bumpdown=t("<td>").attr({colspan:2}).addClass("tribe-bumpdown-cell").html(n.html);var i=n["class"]?"tribe-bumpdown-row "+n["class"]:"tribe-bumpdown-row",a=t("<tr>").append(n.$bumpdown).addClass(i);n.$parent=n.$trigger.parents("tr").first(),n.$parent.after(a)}else n.$bumpdown=t("<div>").addClass("tribe-bumpdown-block").html(n.html),n.$trigger.after(n.$bumpdown);else n.$bumpdown=t(r.data_trigger(n.ID)),n.type="block";if(n.$trigger.data("bumpdown",n).addClass(r.trigger.replace(".","")),n.$bumpdown.data("bumpdown",n).addClass(r.bumpdown.replace(".","")),n.$trigger.data("depends")){var d=n.$trigger.data("depends");t(document).on("change",d,function(){o.close(n.$bumpdown)})}})}}(jQuery,window.underscore||window._);
1
+ !function(t,e){"use strict";t(document).ready(function(){t(".tribe-bumpdown-trigger").bumpdown()}),t.fn.bumpdown=function(){var n=t(document),r={ID:"tribe-bumpdown-",data_trigger:function(t){return'[data-trigger="'+t+'"]'},bumpdown:".tribe-bumpdown",content:".tribe-bumpdown-content",trigger:".tribe-bumpdown-trigger",hover_trigger:".tribe-bumpdown-trigger:not(.tribe-bumpdown-nohover)",close:".tribe-bumpdown-close",permanent:".tribe-bumpdown-permanent",active:".tribe-bumpdown-active"},o={open:function(e){var n=e.data("bumpdown"),i=n.$trigger.data("width-rule");if(!e.is(":visible")){n.$trigger.addClass(r.active.replace(".",""));var a=e.find(r.content);if("string"==typeof i&&"all-triggers"===i){var d=0;t(r.trigger).each(function(){var e=t(this);if(e.data("width-rule")){var n=e.position();n.left>d&&(d=n.left)}}),d&&(d=d>600?d:600,a.css("max-width",d+"px"))}a.prepend('<a class="tribe-bumpdown-close" title="Close"><i class="dashicons dashicons-no"></i></a>'),a.prepend('<span class="tribe-bumpdown-arrow"></span>'),o.arrow(e),e.data("preventClose",!0),e.slideDown("fast",function(){e.data("preventClose",!1)})}},close:function(e){var n=e.data("bumpdown");e.is(":visible")&&!e.data("preventClose")&&(t(this).removeData("is_hoverintent_queued"),e.find(".tribe-bumpdown-close, .tribe-bumpdown-arrow").remove(),e.not(".tribe-bumpdown-trigger").slideUp("fast"),n.$trigger.removeClass(r.active.replace(".","")))},arrow:function(t){var e,n=t.data("bumpdown");e=Math.ceil(n.$trigger.position().left-("block"===n.type?n.$parent.offset().left:0)),n.$bumpdown.find(".tribe-bumpdown-arrow").css("left",e)}};return t(window).on({"resize.bumpdown":function(){n.find(r.active).each(function(){o.arrow(t(this))})}}),n.hoverIntent({over:function(){var e=t(this).data("bumpdown");e.$trigger.data("is_hoverintent_queued",!1),e.$bumpdown.trigger("open.bumpdown")},out:function(){},selector:r.hover_trigger,interval:200}).on({mouseenter:function(){void 0===t(this).data("is_hoverintent_queued")&&t(this).data("is_hoverintent_queued",!0)},click:function(e){var n=t(this).data("bumpdown");if(e.preventDefault(),e.stopPropagation(),n.$bumpdown.is(":visible")){if(n.$trigger.data("is_hoverintent_queued"))return n.$trigger.data("is_hoverintent_queued",!1);n.$bumpdown.trigger("close.bumpdown")}else n.$bumpdown.trigger("open.bumpdown")},"open.bumpdown":function(){o.open(t(this))},"close.bumpdown":function(){o.close(t(this))}},r.trigger).on({click:function(e){var n=t(this).parents(r.bumpdown).first().data("bumpdown");e.preventDefault(),e.stopPropagation(),void 0!==n&&void 0!==n.$bumpdown&&n.$bumpdown.trigger("close.bumpdown")}},r.close).on("click",function(e){var n=t(e.target);n.is(r.bumpdown)||0!==n.parents(r.bumpdown).length||t(r.trigger).not(r.permanent).trigger("close.bumpdown")}).on({"open.bumpdown":function(){o.open(t(this))},"close.bumpdown":function(){o.close(t(this))}},r.bumpdown),this.each(function(){var n={$trigger:t(this),$parent:null,$bumpdown:null,ID:null,html:null,type:"block",is_permanent:!1};if(n.ID=n.$trigger.attr("id"),n.ID||(n.ID=e.uniqueId(r.ID),n.$trigger.attr("id",n.ID)),n.html=n.$trigger.attr("data-bumpdown"),n.html='<div class="tribe-bumpdown-content">'+n.html+"</div>",n.class=n.$trigger.attr("data-bumpdown-class"),n.is_permanent=n.$trigger.is(r.permanent),n.$parent=n.$trigger.parents().filter(function(){return-1<t.inArray(t(this).css("display"),["block","table","table-cell","table-row"])}).first(),n.html)if(n.type=n.$parent.is("td, tr, td, table")?"table":"block","table"===n.type){n.$bumpdown=t("<td>").attr({colspan:2}).addClass("tribe-bumpdown-cell").html(n.html);var i=n.class?"tribe-bumpdown-row "+n.class:"tribe-bumpdown-row",a=t("<tr>").append(n.$bumpdown).addClass(i);n.$parent=n.$trigger.parents("tr").first(),n.$parent.after(a)}else n.$bumpdown=t("<div>").addClass("tribe-bumpdown-block").html(n.html),n.$trigger.after(n.$bumpdown);else n.$bumpdown=t(r.data_trigger(n.ID)),n.type="block";if(n.$trigger.data("bumpdown",n).addClass(r.trigger.replace(".","")),n.$bumpdown.data("bumpdown",n).addClass(r.bumpdown.replace(".","")),n.$trigger.data("depends")){var d=n.$trigger.data("depends");t(document).on("change",d,function(){o.close(n.$bumpdown)})}})}}(jQuery,window.underscore||window._);
common/src/resources/js/buttonset.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_buttonset=tribe_buttonset||{};!function(t,e,a){"use strict";e.$body,e.selector={buttonset:".tribe-buttonset",button:".tribe-button-field",input:".tribe-button-input",active:".tribe-active"},e.ready=function(a){e.$body=t("body"),e.$body.on("click.tribe_buttonset",e.selector.button,e.click),e.$body.on("change.tribe_buttonset",e.selector.input,e.change).find(e.selector.input).trigger("change")},e.change=function(a){var i=t(this),n=i.val(),r=i.parents(e.selector.buttonset).eq(0);r.find('[data-value="'+n+'"]').addClass(e.selector.active.replace(".",""))},e.click=function(a){var i,n,r=t(this);i=r.is("[data-group]")?t(r.data("group")):r.parents(e.selector.buttonset);var o=i.length>0,c=i.data("input")?i.data("input"):e.selector.input,s=r.data("value"),l=i.is("[data-multiple]");return o&&!l&&i.find(e.selector.button).removeClass(e.selector.active.replace(".","")),l?r.toggleClass(e.selector.active.replace(".","")):r.addClass(e.selector.active.replace(".","")),r.is("[data-input]")&&(c=r.data("input")),n=r.find(c),o&&0===n.length&&(n=i.find(c)),0===n.length&&(n=t(c)),r.is("[data-value]")&&n.val(s),"checkbox"===n.attr("type")?n.prop("checked",r.is(e.selector.active)):n.prop("disabled",!r.is(e.selector.active)),n.trigger("change"),a.preventDefault(),!1},t(document).ready(e.ready)}(jQuery,tribe_buttonset,window.underscore||window._);
1
+ var tribe_buttonset=tribe_buttonset||{};!function(t,e,a){"use strict";e.$body,e.selector={buttonset:".tribe-buttonset",button:".tribe-button-field",input:".tribe-button-input",active:".tribe-active"},e.ready=function(a){e.$body=t("body"),e.$body.on("click.tribe_buttonset",e.selector.button,e.click),e.$body.on("change.tribe_buttonset",e.selector.input,e.change).find(e.selector.input).trigger("change")},e.change=function(a){var i=t(this),n=i.val();i.parents(e.selector.buttonset).eq(0).find('[data-value="'+n+'"]').addClass(e.selector.active.replace(".",""))},e.click=function(a){var i,n,r=t(this),o=(i=r.is("[data-group]")?t(r.data("group")):r.parents(e.selector.buttonset)).length>0,c=i.data("input")?i.data("input"):e.selector.input,s=r.data("value"),l=i.is("[data-multiple]");return o&&!l&&i.find(e.selector.button).removeClass(e.selector.active.replace(".","")),l?r.toggleClass(e.selector.active.replace(".","")):r.addClass(e.selector.active.replace(".","")),r.is("[data-input]")&&(c=r.data("input")),n=r.find(c),o&&0===n.length&&(n=i.find(c)),0===n.length&&(n=t(c)),r.is("[data-value]")&&n.val(s),"checkbox"===n.attr("type")?n.prop("checked",r.is(e.selector.active)):n.prop("disabled",!r.is(e.selector.active)),n.trigger("change"),a.preventDefault(),!1},t(document).ready(e.ready)}(jQuery,tribe_buttonset,window.underscore||window._);
common/src/resources/js/dependency.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,n,t){"use strict";var i=e(document),d=e(window);t.selectors={dependent:".tribe-dependent",active:".tribe-active",dependency:".tribe-dependency",dependencyVerified:".tribe-dependency-verified",fields:"input, select, textarea",advanced_fields:".select2-container",linked:".tribe-dependent-linked"},t.constraintConditions={condition:function(e,t){return n.isArray(t)?-1!==t.indexOf(e):e==t},not_condition:function(e,t){return n.isArray(t)?-1===t.indexOf(e):e!=t},is_not_empty:function(e){return""!=e},is_empty:function(e){return""===e},is_numeric:function(n){return e.isNumeric(n)},is_not_numeric:function(n){return!e.isNumeric(n)},is_checked:function(e,n,t){return!(!t.is(":checkbox")&&!t.is(":radio"))&&t.is(":checked")},is_not_checked:function(e,n,t){return!(!t.is(":checkbox")&&!t.is(":radio"))&&!t.is(":checked")}},t.verify=function(d){var c=e(this),a="#"+c.attr("id"),o=c.val();if(a){if(c.is(":radio")){var s=e("[name='"+c.attr("name")+"']");s.not(t.selectors.linked).on("change",function(){s.trigger("verify.dependency")}).addClass(t.selectors.linked.replace(".",""))}var r=i.find('[data-depends="'+a+'"]').not(".select2-container");0!==r.length&&(r.each(function(i,d){var a=e(d),s=a.is("[data-dependent-parent]");if(s){var r=a.data("dependentParent"),l=a.closest(r);if(0===l.length)return void console.warn("Dependency: `data-dependent-parent` has bad selector",a);a=l.find(d)}var p,f={condition:!!a.is("[data-condition]")&&a.data("condition"),not_condition:!!a.is("[data-condition-not]")&&a.data("conditionNot"),is_not_empty:a.data("conditionIsNotEmpty")||a.is("[data-condition-is-not-empty]")||a.data("conditionNotEmpty")||a.is("[data-condition-not-empty]"),is_empty:a.data("conditionIsEmpty")||a.is("[data-condition-is-empty]")||a.data("conditionEmpty")||a.is("[data-condition-empty]"),is_numeric:a.data("conditionIsNumeric")||a.is("[data-condition-is-numeric]")||a.data("conditionNumeric")||a.is("[data-condition-numeric]"),is_not_numeric:a.data("conditionIsNotNumeric")||a.is("[data-condition-is-not-numeric]"),is_checked:a.data("conditionIsChecked")||a.is("[data-condition-is-checked]")||a.data("conditionChecked")||a.is("[data-condition-checked]"),is_not_checked:a.data("conditionIsNotChecked")||a.is("[data-condition-is-not-checked]")||a.data("conditionNotChecked")||a.is("[data-condition-not-checked]")},u=t.selectors.active.replace(".",""),y=a.is("[data-dependency-check-disabled]"),h=a.is("[data-dependency-always-visible]"),m=!y&&c.is(":disabled"),v=a.data("condition-relation")||"or";f=n.pick(f,function(e){return!1!==e}),p="or"===v?n.reduce(f,function(e,n,i){return e||t.constraintConditions[i](o,n,c)},!1):n.reduce(f,function(e,n,i){return e&&t.constraintConditions[i](o,n,c)},!0),p&&!m?(a.data("select2")?(a.data("select2").container.addClass(u),a.data("select2").container.is(":hidden")&&a.data("select2").container.show()):(a.addClass(u),a.is(":hidden")&&a.show()),h&&a.filter(t.selectors.fields).prop("disabled",!1),a.find(t.selectors.fields).prop("disabled",!1),"undefined"!=typeof e().select2&&a.find(".select2-container").select2("enable",!0)):(a.removeClass(u),a.is(":visible")&&a.hide(),a.data("dependency-dont-disable")||a.find(t.selectors.fields).prop("disabled",!0),"undefined"!=typeof e().select2&&a.find(".select2-container").select2("enable",!1),a.data("select2")&&a.data("select2").container.removeClass(u),h&&(a.addClass(u).show(),a.filter(t.selectors.fields).prop("disabled",!0),a.data("select2")&&a.data("select2").container.addClass(u).show()));var k=a.find(t.selectors.dependency);k.length>0&&k.trigger("change")}),c.addClass(t.selectors.dependencyVerified.className()))}},t.setup=function(n){var i=e(t.selectors.dependent);i.length&&i.dependency();var d=e(t.selectors.dependency);d.not(t.selectors.dependencyVerified).length&&d.trigger("verify.dependency")},e.fn.dependency=function(){return this.each(function(){var n=e(this),i=n.data("depends"),d=e(i);d.length&&(d.get(0).created||(d.addClass(t.selectors.dependency.replace(".","")).data("dependent",n),d.get(0).created=!0))})},i.on("setup.dependency",t.setup),i.off("change.dependency verify.dependency",t.selectors.dependency),i.on({"verify.dependency":t.verify,"change.dependency":t.verify},t.selectors.dependency),i.ready(t.setup),d.on("load",t.setup)}(jQuery,window.underscore||window._,{});
1
+ !function(e,n,t){"use strict";var i=e(document),d=e(window);t.selectors={dependent:".tribe-dependent",active:".tribe-active",dependency:".tribe-dependency",dependencyVerified:".tribe-dependency-verified",fields:"input, select, textarea",advanced_fields:".select2-container",linked:".tribe-dependent-linked"},t.constraintConditions={condition:function(e,t){return n.isArray(t)?-1!==t.indexOf(e):e==t},not_condition:function(e,t){return n.isArray(t)?-1===t.indexOf(e):e!=t},is_not_empty:function(e){return""!=e},is_empty:function(e){return""===e},is_numeric:function(n){return e.isNumeric(n)},is_not_numeric:function(n){return!e.isNumeric(n)},is_checked:function(e,n,t){return!(!t.is(":checkbox")&&!t.is(":radio"))&&t.is(":checked")},is_not_checked:function(e,n,t){return!(!t.is(":checkbox")&&!t.is(":radio"))&&!t.is(":checked")}},t.verify=function(d){var c=e(this),a="#"+c.attr("id"),o=c.val();if(a){if(c.is(":radio")){var s=e("[name='"+c.attr("name")+"']");s.not(t.selectors.linked).on("change",function(){s.trigger("verify.dependency")}).addClass(t.selectors.linked.replace(".",""))}var r=i.find('[data-depends="'+a+'"]').not(".select2-container");0!==r.length&&(r.each(function(i,d){var a=e(d);if(a.is("[data-dependent-parent]")){var s=a.data("dependentParent"),r=a.closest(s);if(0===r.length)return void console.warn("Dependency: `data-dependent-parent` has bad selector",a);a=r.find(d)}var l={condition:!!a.is("[data-condition]")&&a.data("condition"),not_condition:!!a.is("[data-condition-not]")&&a.data("conditionNot"),is_not_empty:a.data("conditionIsNotEmpty")||a.is("[data-condition-is-not-empty]")||a.data("conditionNotEmpty")||a.is("[data-condition-not-empty]"),is_empty:a.data("conditionIsEmpty")||a.is("[data-condition-is-empty]")||a.data("conditionEmpty")||a.is("[data-condition-empty]"),is_numeric:a.data("conditionIsNumeric")||a.is("[data-condition-is-numeric]")||a.data("conditionNumeric")||a.is("[data-condition-numeric]"),is_not_numeric:a.data("conditionIsNotNumeric")||a.is("[data-condition-is-not-numeric]"),is_checked:a.data("conditionIsChecked")||a.is("[data-condition-is-checked]")||a.data("conditionChecked")||a.is("[data-condition-checked]"),is_not_checked:a.data("conditionIsNotChecked")||a.is("[data-condition-is-not-checked]")||a.data("conditionNotChecked")||a.is("[data-condition-not-checked]")},p=t.selectors.active.replace(".",""),u=a.is("[data-dependency-check-disabled]"),f=a.is("[data-dependency-always-visible]"),y=!u&&c.is(":disabled"),h=a.data("condition-relation")||"or";l=n.pick(l,function(e){return!1!==e}),("or"===h?n.reduce(l,function(e,n,i){return e||t.constraintConditions[i](o,n,c)},!1):n.reduce(l,function(e,n,i){return e&&t.constraintConditions[i](o,n,c)},!0))&&!y?(a.data("select2")?(a.data("select2").container.addClass(p),a.data("select2").container.is(":hidden")&&a.data("select2").container.show()):(a.addClass(p),a.is(":hidden")&&a.show()),f&&a.filter(t.selectors.fields).prop("disabled",!1),a.find(t.selectors.fields).prop("disabled",!1),void 0!==e().select2&&a.find(".select2-container").select2("enable",!0)):(a.removeClass(p),a.is(":visible")&&a.hide(),a.data("dependency-dont-disable")||a.find(t.selectors.fields).prop("disabled",!0),void 0!==e().select2&&a.find(".select2-container").select2("enable",!1),a.data("select2")&&a.data("select2").container.removeClass(p),f&&(a.addClass(p).show(),a.filter(t.selectors.fields).prop("disabled",!0),a.data("select2")&&a.data("select2").container.addClass(p).show()));var v=a.find(t.selectors.dependency);v.length>0&&v.trigger("change")}),c.addClass(t.selectors.dependencyVerified.className()))}},t.setup=function(n){var i=e(t.selectors.dependent);i.length&&i.dependency();var d=e(t.selectors.dependency);d.not(t.selectors.dependencyVerified).length&&d.trigger("verify.dependency")},e.fn.dependency=function(){return this.each(function(){var n=e(this),i=n.data("depends"),d=e(i);d.length&&(d.get(0).created||(d.addClass(t.selectors.dependency.replace(".","")).data("dependent",n),d.get(0).created=!0))})},i.on("setup.dependency",t.setup),i.off("change.dependency verify.dependency",t.selectors.dependency),i.on({"verify.dependency":t.verify,"change.dependency":t.verify},t.selectors.dependency),i.ready(t.setup),d.on("load",t.setup)}(jQuery,window.underscore||window._,{});
common/src/resources/js/dropdowns.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_dropdowns=tribe_dropdowns||{};!function(e,t,a){"use strict";function r(t,a){if(!e.isArray(a))return!1;for(var o in a){var i=a[o];if(i.hasOwnProperty("id")&&i.id==t.id)return i;if(i.hasOwnProperty("text")&&i.text==t.text)return i;if(i.hasOwnProperty("children")&&e.isArray(i.children)){var n=r(t,i.children);if(n)return n}}return!1}t.selector={dropdown:".tribe-dropdown",created:".tribe-dropdown-created"},e.fn.tribe_dropdowns=function(){return t.dropdown(this),this},t.freefrom_create_search_choice=function(e,t){var r=this.opts,o=r.$select;if(e.match(r.regexToken)&&(!o.is("[data-int]")||o.is("[data-int]")&&e.match(/\d+/))){var i={id:e,text:e,"new":!0};return o.is("[data-create-choice-template]")&&(i.text=a.template(o.data("createChoiceTemplate"))({term:e})),i}},t.allow_html_markup=function(e){return e},t.search_id=function(e){var t=void 0;return"undefined"!=typeof e.id?t=e.id:"undefined"!=typeof e.ID?t=e.ID:"undefined"!=typeof e.value&&(t=e.value),void 0===e?void 0:t},t.matcher=function(e,r){var o=this.element,i=o.data("dropdown"),n=r.toUpperCase().indexOf(e.toUpperCase())!==-1;if(!n&&"undefined"!=typeof i.tags){var s=a.where(i.tags,{text:r});if(i.tags.length>0&&a.isObject(s)){var d=t.search_id(s[0]);n=d.toUpperCase().indexOf(e.toUpperCase())!==-1}}return n},t.init_selection=function(t,a){var o=t.is("[multiple]"),i=t.data("dropdown"),n=t.val().split(i.regexSplit),s=[];e(n).each(function(e,a){var o={id:this,text:this},n=i.ajax?t.data("options"):i.data,d=r(o,n);d&&s.push(d)}),s.length&&o?a(s):s.length&&a(s[0])},t.element=function(r,o){var i,n=e(r),o=e.extend({},o),s=["depends","condition","conditionNot","condition-not","conditionNotEmpty","condition-not-empty","conditionEmpty","condition-empty","conditionIsNumeric","condition-is-numeric","conditionIsNotNumeric","condition-is-not-numeric","conditionChecked","condition-is-checked"];if(n.addClass(t.selector.created.className()),o.$select=n,o.dropdownAutoWidth=!0,o.containerCss={},n.is(":visible")&&(o.containerCss.display="inline-block"),o.dropdownCss={},o.dropdownCss.width="auto",n.is("[data-dropdown-css-width]")&&(o.dropdownCss.width=n.data("dropdown-css-width"),o.dropdownCss.width||delete o.dropdownCss.width),o.matcher=t.matcher,n.is("select")||(o.id=t.search_id),o.allowClear=!0,n.is("[data-prevent-clear]")&&(o.allowClear=!1),n.is("[data-searching-placeholder]")&&(o.formatSearching=n.data("searching-placeholder")),n.is("[data-options]")&&(o.data=n.data("options"),n.is("select")||(o.initSelection=t.init_selection)),n.is("[data-allow-html]")&&(o.escapeMarkup=t.allow_html_markup),n.is("[data-hide-search]")&&(o.minimumResultsForSearch=1/0),n.is("[data-freeform]")&&(o.createSearchChoice=t.freefrom_create_search_choice),n.is("[multiple]")&&(o.multiple=!0,n.is("[data-maximum-selection-size]")&&(o.maximumSelectionSize=n.data("maximum-selection-size")),n.is("data-separator")||n.data("separator",","),a.isArray(n.data("separator"))?o.tokenSeparators=n.data("separator"):o.tokenSeparators=[n.data("separator")],o.separator=n.data("separator"),o.regexSeparatorElements=["^("],o.regexSplitElements=["(?:"],e.each(o.tokenSeparators,function(e,t){o.regexSeparatorElements.push("[^"+t+"]+"),o.regexSplitElements.push("["+t+"]")}),o.regexSeparatorElements.push(")$"),o.regexSplitElements.push(")"),o.regexSeparatorString=o.regexSeparatorElements.join(""),o.regexSplitString=o.regexSplitElements.join(""),o.regexToken=new RegExp(o.regexSeparatorString,"ig"),o.regexSplit=new RegExp(o.regexSplitString,"ig")),n.is("[data-tags]")&&(o.tags=n.data("tags"),o.initSelection=t.init_selection,o.createSearchChoice=function(e,t){if(e.match(o.regexToken))return{id:e,text:e}},0===o.tags.length&&(o.formatNoMatches=function(){return n.attr("placeholder")})),n.is("[data-source]")){var d=n.data("source");o.data={results:[]},o.escapeMarkup=t.allow_html_markup,o.formatResult=function(t,a,r){return"undefined"!=typeof t.breadcrumbs?e.merge(t.breadcrumbs,[t.text]).join(" &#187; "):t.text},o.ajax={dataType:"json",type:"POST",url:t.ajaxurl(),results:function(t,a,r){return e.isPlainObject(t)&&"undefined"!=typeof t.success?e.isPlainObject(t.data)&&"undefined"!=typeof t.data.results?t.success?t.data:("string"===e.type(t.data.message)?console.error(t.data.message):console.error("The Select2 search failed in some way... Verify the source."),{results:[]}):(console.error("We received a malformed results array, could not complete the Select2 Search."),{results:[]}):(console.error("We received a malformed Object, could not complete the Select2 Search."),{results:[]})}},o.ajax.data=function(e,t){return{action:"tribe_dropdown",source:d,search:e,page:t,args:n.data("source-args")}}}n.data("dropdown",o),i=n.select2(o).select2("container"),s.length>0&&s.map(function(e){var t="data-"+e,a=n.attr(t);a&&this.attr(t,a)},i)},t.action_change=function(t){var r=e(this),o=e(this).data("value");r.is("[multiple]")&&r.is("[data-source]")&&(t.added?a.isArray(o)?o.push(t.added):o=[t.added]:o=a.isArray(o)?a.without(o,t.removed):[],r.data("value",o).attr("data-value",JSON.stringify(o)))},t.ajaxurl=function(){return"undefined"!=typeof window.ajaxurl?window.ajaxurl:"undefined"!=typeof TEC&&"undefined"!=typeof TEC.ajaxurl?TEC.ajaxurl:void console.error("Dropdowns framework cannot properly do an AJAX request without the WordPress `ajaxurl` variable setup.")},t.action_select2_removed=function(t){var a=e(this);a.is("[data-sticky-search]")&&a.is("[data-last-search]")&&a.removeAttr("data-last-search").removeData("lastSearch")},t.action_bugfix_group_select=function(a){var r=e(this),o=r.select2("data"),i=e(".select2-drop:visible");i.find(".select2-selected").each(function(){var a=e(this),r=a.data("select2-data"),i=!0;"undefined"!=typeof r.children&&(e.each(o,function(e,a){t.search_id(r)==t.search_id(a)&&(i=!1)}),i&&a.removeClass("select2-selected"))})},t.action_select2_close=function(t){var a=e(this),r=e(".select2-drop .select2-input.select2-focused");a.is("[data-sticky-search]")&&r.off("keyup-change.tribe")},t.action_select2_open=function(t){var a=e(this),r=e(".select2-drop .select2-input:visible");a.is("[data-search-placeholder]")&&r.attr("placeholder",a.data("searchPlaceholder")),a.is("[data-sticky-search]")&&(r.on("keyup-change.tribe",function(){a.data("lastSearch",e(this).val()).attr("data-last-search",e(this).val())}),a.is("[data-last-search]")&&r.val(a.data("lastSearch")).trigger("keyup-change"))},t.dropdown=function(e,a){var r=e.not(".select2-offscreen, .select2-container, "+t.selector.created.className());return 0===r.length?r:(a||(a={}),r.each(function(e,r){t.element(r,a)}).on("select2-open",t.action_select2_open).on("select2-close",t.action_select2_close).on("select2-removed",t.action_select2_removed).on("select2-loaded",t.action_bugfix_group_select).on("change",t.action_change),r)},e(function(){e(t.selector.dropdown).tribe_dropdowns()}),e(window).on("unload",function(){e(t.selector.dropdown).tribe_dropdowns()})}(jQuery,tribe_dropdowns,window.underscore||window._);
1
+ var tribe_dropdowns=tribe_dropdowns||{};!function(e,t,a){"use strict";t.selector={dropdown:".tribe-dropdown",created:".tribe-dropdown-created"},e.fn.tribe_dropdowns=function(){return t.dropdown(this),this},t.freefrom_create_search_choice=function(e,t){var r=this.opts,o=r.$select;if(e.match(r.regexToken)&&(!o.is("[data-int]")||o.is("[data-int]")&&e.match(/\d+/))){var i={id:e,text:e,new:!0};return o.is("[data-create-choice-template]")&&(i.text=a.template(o.data("createChoiceTemplate"))({term:e})),i}},t.allow_html_markup=function(e){return e},t.search_id=function(e){var t=void 0;return void 0!==e.id?t=e.id:void 0!==e.ID?t=e.ID:void 0!==e.value&&(t=e.value),void 0===e?void 0:t},t.matcher=function(e,r){var o=this.element.data("dropdown"),i=-1!==r.toUpperCase().indexOf(e.toUpperCase());if(!i&&void 0!==o.tags){var s=a.where(o.tags,{text:r});if(o.tags.length>0&&a.isObject(s))i=-1!==t.search_id(s[0]).toUpperCase().indexOf(e.toUpperCase())}return i},t.init_selection=function(t,a){var r=t.is("[multiple]"),o=t.data("dropdown"),i=t.val().split(o.regexSplit),s=[];e(i).each(function(a,r){var i=function t(a,r){if(!e.isArray(r))return!1;for(var o in r){var i=r[o];if(i.hasOwnProperty("id")&&i.id==a.id)return i;if(i.hasOwnProperty("text")&&i.text==a.text)return i;if(i.hasOwnProperty("children")&&e.isArray(i.children)){var s=t(a,i.children);if(s)return s}}return!1}({id:this,text:this},o.ajax?t.data("options"):o.data);i&&s.push(i)}),s.length&&r?a(s):s.length&&a(s[0])},t.element=function(r,o){var i,s=e(r),n=(o=e.extend({},o),["depends","condition","conditionNot","condition-not","conditionNotEmpty","condition-not-empty","conditionEmpty","condition-empty","conditionIsNumeric","condition-is-numeric","conditionIsNotNumeric","condition-is-not-numeric","conditionChecked","condition-is-checked"]);if(s.addClass(t.selector.created.className()),o.$select=s,o.dropdownAutoWidth=!0,o.containerCss={},s.is(":visible")&&(o.containerCss.display="inline-block"),o.dropdownCss={},o.dropdownCss.width="auto",s.is("[data-dropdown-css-width]")&&(o.dropdownCss.width=s.data("dropdown-css-width"),o.dropdownCss.width||delete o.dropdownCss.width),o.matcher=t.matcher,s.is("select")||(o.id=t.search_id),o.allowClear=!0,s.is("[data-prevent-clear]")&&(o.allowClear=!1),s.is("[data-searching-placeholder]")&&(o.formatSearching=s.data("searching-placeholder")),s.is("[data-options]")&&(o.data=s.data("options"),s.is("select")||(o.initSelection=t.init_selection)),s.is("[data-allow-html]")&&(o.escapeMarkup=t.allow_html_markup),s.is("[data-hide-search]")&&(o.minimumResultsForSearch=1/0),s.is("[data-freeform]")&&(o.createSearchChoice=t.freefrom_create_search_choice),s.is("[multiple]")&&(o.multiple=!0,s.is("[data-maximum-selection-size]")&&(o.maximumSelectionSize=s.data("maximum-selection-size")),s.is("data-separator")||s.data("separator",","),a.isArray(s.data("separator"))?o.tokenSeparators=s.data("separator"):o.tokenSeparators=[s.data("separator")],o.separator=s.data("separator"),o.regexSeparatorElements=["^("],o.regexSplitElements=["(?:"],e.each(o.tokenSeparators,function(e,t){o.regexSeparatorElements.push("[^"+t+"]+"),o.regexSplitElements.push("["+t+"]")}),o.regexSeparatorElements.push(")$"),o.regexSplitElements.push(")"),o.regexSeparatorString=o.regexSeparatorElements.join(""),o.regexSplitString=o.regexSplitElements.join(""),o.regexToken=new RegExp(o.regexSeparatorString,"ig"),o.regexSplit=new RegExp(o.regexSplitString,"ig")),s.is("[data-tags]")&&(o.tags=s.data("tags"),o.initSelection=t.init_selection,o.createSearchChoice=function(e,t){if(e.match(o.regexToken))return{id:e,text:e}},0===o.tags.length&&(o.formatNoMatches=function(){return s.attr("placeholder")})),s.is("[data-source]")){var c=s.data("source");o.data={results:[]},o.escapeMarkup=t.allow_html_markup,o.formatResult=function(t,a,r){return void 0!==t.breadcrumbs?e.merge(t.breadcrumbs,[t.text]).join(" &#187; "):t.text},o.ajax={dataType:"json",type:"POST",url:t.ajaxurl(),results:function(t,a,r){return e.isPlainObject(t)&&void 0!==t.success?e.isPlainObject(t.data)&&void 0!==t.data.results?t.success?t.data:("string"===e.type(t.data.message)?console.error(t.data.message):console.error("The Select2 search failed in some way... Verify the source."),{results:[]}):(console.error("We received a malformed results array, could not complete the Select2 Search."),{results:[]}):(console.error("We received a malformed Object, could not complete the Select2 Search."),{results:[]})}},o.ajax.data=function(e,t){return{action:"tribe_dropdown",source:c,search:e,page:t,args:s.data("source-args")}}}s.data("dropdown",o),i=s.select2(o).select2("container"),n.length>0&&n.map(function(e){var t="data-"+e,a=s.attr(t);a&&this.attr(t,a)},i)},t.action_change=function(t){var r=e(this),o=e(this).data("value");r.is("[multiple]")&&r.is("[data-source]")&&(t.added?a.isArray(o)?o.push(t.added):o=[t.added]:o=a.isArray(o)?a.without(o,t.removed):[],r.data("value",o).attr("data-value",JSON.stringify(o)))},t.ajaxurl=function(){return void 0!==window.ajaxurl?window.ajaxurl:"undefined"!=typeof TEC&&void 0!==TEC.ajaxurl?TEC.ajaxurl:void console.error("Dropdowns framework cannot properly do an AJAX request without the WordPress `ajaxurl` variable setup.")},t.action_select2_removed=function(t){var a=e(this);a.is("[data-sticky-search]")&&a.is("[data-last-search]")&&a.removeAttr("data-last-search").removeData("lastSearch")},t.action_bugfix_group_select=function(a){var r=e(this).select2("data");e(".select2-drop:visible").find(".select2-selected").each(function(){var a=e(this),o=a.data("select2-data"),i=!0;void 0!==o.children&&(e.each(r,function(e,a){t.search_id(o)==t.search_id(a)&&(i=!1)}),i&&a.removeClass("select2-selected"))})},t.action_select2_close=function(t){var a=e(this),r=e(".select2-drop .select2-input.select2-focused");a.is("[data-sticky-search]")&&r.off("keyup-change.tribe")},t.action_select2_open=function(t){var a=e(this),r=e(".select2-drop .select2-input:visible");a.is("[data-search-placeholder]")&&r.attr("placeholder",a.data("searchPlaceholder")),a.is("[data-sticky-search]")&&(r.on("keyup-change.tribe",function(){a.data("lastSearch",e(this).val()).attr("data-last-search",e(this).val())}),a.is("[data-last-search]")&&r.val(a.data("lastSearch")).trigger("keyup-change"))},t.dropdown=function(e,a){var r=e.not(".select2-offscreen, .select2-container, "+t.selector.created.className());return 0===r.length?r:(a||(a={}),r.each(function(e,r){t.element(r,a)}).on("select2-open",t.action_select2_open).on("select2-close",t.action_select2_close).on("select2-removed",t.action_select2_removed).on("select2-loaded",t.action_bugfix_group_select).on("change",t.action_change),r)},e(function(){e(t.selector.dropdown).tribe_dropdowns()}),e(window).on("unload",function(){e(t.selector.dropdown).tribe_dropdowns()})}(jQuery,tribe_dropdowns,window.underscore||window._);
common/src/resources/js/notice-dismiss.min.js CHANGED
@@ -1 +1 @@
1
- !function(i){function s(i,s,t){var e=i.indexOf("#"),n=e===-1?"":i.substr(e);i=e===-1?i:i.substr(0,e);var a=new RegExp("([?&])"+s+"=.*?(&|$)","i"),r=i.indexOf("?")!==-1?"&":"?";return i=i.match(a)?i.replace(a,"$1"+s+"="+t+"$2"):i+r+s+"="+t,i+n}i(document).ready(function(){i(".tribe-dismiss-notice.is-dismissible").on("click",".notice-dismiss",function(){var t=s(ajaxurl,"tribe-dismiss-notice",i(this).parents(".tribe-dismiss-notice").data("ref"));i.ajax(t,{dataType:"json",method:"POST",data:{action:"tribe_notice_dismiss"}})})})}(jQuery);
1
+ !function(i){i(document).ready(function(){i(".tribe-dismiss-notice.is-dismissible").on("click",".notice-dismiss",function(){var s=function(i,s,t){var e=i.indexOf("#"),n=-1===e?"":i.substr(e);i=-1===e?i:i.substr(0,e);var a=new RegExp("([?&])"+s+"=.*?(&|$)","i"),r=-1!==i.indexOf("?")?"&":"?";return(i=i.match(a)?i.replace(a,"$1"+s+"="+t+"$2"):i+r+s+"="+t)+n}(ajaxurl,"tribe-dismiss-notice",i(this).parents(".tribe-dismiss-notice").data("ref"));i.ajax(s,{dataType:"json",method:"POST",data:{action:"tribe_notice_dismiss"}})})})}(jQuery);
common/src/resources/js/pue-notices.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_plugin_notices=tribe_plugin_notices||{};!function(i,t){"use strict";t.init=function(){for(var t in tribe_plugin_notices)if(tribe_plugin_notices.hasOwnProperty(t)){var n=i(tribe_plugin_notices[t].message_row_html),e=i('tr[data-plugin="'+t+'"].active');e.addClass("update").after(n)}},i(function(){"object"==typeof tribe_plugin_notices&&t.init()})}(jQuery,tribe_plugin_notices);
1
+ var tribe_plugin_notices=tribe_plugin_notices||{};!function(i,t){"use strict";t.init=function(){for(var t in tribe_plugin_notices)if(tribe_plugin_notices.hasOwnProperty(t)){var n=i(tribe_plugin_notices[t].message_row_html);i('tr[data-plugin="'+t+'"].active').addClass("update").after(n)}},i(function(){"object"==typeof tribe_plugin_notices&&t.init()})}(jQuery,tribe_plugin_notices);
common/src/resources/js/timepicker.min.js CHANGED
@@ -1 +1 @@
1
- var tribe_timepickers=tribe_timepickers||{};!function(e,t){"use strict";t.selector={container:".tribe-datetime-block",timepicker:".tribe-timepicker",all_day:"#allDayCheckbox",timezone:".tribe-field-timezone",input:"select, input"},t.timepicker={opts:{forceRoundTime:!1,step:30}},t.timezone={link:_.template('<a href="#" class="tribe-change-timezone"><%= label %> <%= timezone %></a>')},t.$={},t.container=function(i,n){var r=e(n),c=r.find(t.selector.all_day),o=r.find(t.selector.timepicker),a=r.find(t.selector.timezone).not(t.selector.input),l=r.find(t.selector.timezone).filter(t.selector.input),m=e(t.timezone.link({label:l.data("timezoneLabel"),timezone:l.data("timezoneValue")}));c.on("change",function(){!0===c.prop("checked")?o.hide():o.show()}).trigger("change"),t.setup_timepickers(o),m.on("click",function(e){a=r.find(t.selector.timezone).filter(".select2-container"),e.preventDefault(),m.hide(),a.show()}),l.before(m)},t.init=function(){t.$.containers=e(t.selector.container),t.$.containers.each(t.container)},t.setup_timepickers=function(i){i.each(function(){var i=e(this),n=e.extend({},t.timepicker.opts);i.data("format")&&(n.timeFormat=i.data("format")),i.data("step")&&(n.step=i.data("step"));var r=i.data("round");r&&0!=r&&"false"!==r&&(n.forceRoundTime=!0),"undefined"!=typeof e.fn.tribeTimepicker?i.tribeTimepicker(n).trigger("change"):i.timepicker(n).trigger("change")})},e(document).ready(t.init)}(jQuery,tribe_timepickers);
1
+ var tribe_timepickers=tribe_timepickers||{};!function(e,t){"use strict";t.selector={container:".tribe-datetime-block",timepicker:".tribe-timepicker",all_day:"#allDayCheckbox",timezone:".tribe-field-timezone",input:"select, input"},t.timepicker={opts:{forceRoundTime:!1,step:30}},t.timezone={link:_.template('<a href="#" class="tribe-change-timezone"><%= label %> <%= timezone %></a>')},t.$={},t.container=function(i,n){var r=e(n),c=r.find(t.selector.all_day),o=r.find(t.selector.timepicker),a=r.find(t.selector.timezone).not(t.selector.input),l=r.find(t.selector.timezone).filter(t.selector.input),m=e(t.timezone.link({label:l.data("timezoneLabel"),timezone:l.data("timezoneValue")}));c.on("change",function(){!0===c.prop("checked")?o.hide():o.show()}).trigger("change"),t.setup_timepickers(o),m.on("click",function(e){a=r.find(t.selector.timezone).filter(".select2-container"),e.preventDefault(),m.hide(),a.show()}),l.before(m)},t.init=function(){t.$.containers=e(t.selector.container),t.$.containers.each(t.container)},t.setup_timepickers=function(i){i.each(function(){var i=e(this),n=e.extend({},t.timepicker.opts);i.data("format")&&(n.timeFormat=i.data("format")),i.data("step")&&(n.step=i.data("step"));var r=i.data("round");r&&0!=r&&"false"!==r&&(n.forceRoundTime=!0),void 0!==e.fn.tribeTimepicker?i.tribeTimepicker(n).trigger("change"):i.timepicker(n).trigger("change")})},e(document).ready(t.init)}(jQuery,tribe_timepickers);
common/src/resources/js/tribe-common.min.js CHANGED
@@ -1 +1 @@
1
- String.prototype.className=function(){return"string"!=typeof this&&!this instanceof String||"function"!=typeof this.replace?this:this.replace(".","")},String.prototype.varName=function(){return"string"!=typeof this&&!this instanceof String||"function"!=typeof this.replace?this:this.replace("-","_")};var tribe=tribe||{},tribe_auto_sysinfo=tribe_auto_sysinfo||{};tribe_auto_sysinfo.ajax={event:{}},function(t,i){"use strict";i.init=function(){this.init_ajax(),this.init_copy(),this.init_tooltip(),i.navigate_to_id()},i.init_copy=function(){if("undefined"!=typeof tribe_system_info){var i=new Clipboard(".system-info-copy-btn"),n='<span class="dashicons dashicons-clipboard license-btn"></span>',e=tribe_system_info.clipboard_btn_text;t(".system-info-copy-btn").click(function(t){t.preventDefault()}),i.on("success",function(t){t.clearSelection(),t.trigger.innerHTML=n+'<span class="optin-success">'+tribe_system_info.clipboard_copied_text+"<span>",window.setTimeout(function(){t.trigger.innerHTML=n+e},5e3)}),i.on("error",function(t){t.trigger.innerHTML=n+'<span class="optin-fail">'+tribe_system_info.clipboard_fail_text+"<span>",window.setTimeout(function(){t.trigger.innerHTML=n+e},5e3)})}},i.init_ajax=function(){"undefined"!=typeof tribe_system_info&&(this.$system_info_opt_in=t(document.getElementById("tribe_auto_sysinfo_opt_in")),this.$system_info_opt_in_msg=t(".tribe-sysinfo-optin-msg"),this.$system_info_opt_in.change(function(){this.checked?i.event.ajax("generate"):i.event.ajax("remove")}))},i.event.ajax=function(n){var e={action:"tribe_toggle_sysinfo_optin",confirm:tribe_system_info.sysinfo_optin_nonce,generate_key:n};t.post(ajaxurl,e,function(n){n.success?i.$system_info_opt_in_msg.html("<p class='optin-success'>"+n.data+"</p>"):(i.$system_info_opt_in_msg.html("<p class='optin-fail'>"+n.data.message+" Code:"+n.data.code+" Status:"+n.data.data.status+"</p>"),t("#tribe_auto_sysinfo_opt_in").prop("checked",!1))})},i.init_tooltip=function(){t(document).on("click",".tribe-tooltip",function(){var i=t(this).closest(".tribe-tooltip"),n=!i.hasClass("active");t(".tribe-tooltip").each(function(){t(this).removeClass("active").attr("aria-expanded",!1)}),n&&t(i).addClass("active").attr("aria-expanded",!0)})},i.navigate_to_id=function(){t(document).ready(i.maybe_navigate_to_id_on_doc_ready),t(document).on("click",".tribe_events_page_tribe-common",i.maybe_navigate_to_id_after_click)},i.maybe_navigate_to_id_on_doc_ready=function(){var t=i.get_url_fragment(window.location.href);t.length&&i.adjust_scroll_position(t)},i.maybe_navigate_to_id_after_click=function(n){var e=t(n.target).attr("href");if("undefined"!=typeof e){var o=i.get_url_fragment(e);o&&i.adjust_scroll_position(o)}},i.adjust_scroll_position=function(i){if(t("#wpadminbar").length){var n=t("#"+i).position();n&&setTimeout(function(){window.scroll(window.scrollX,n.top)})}},i.get_url_fragment=function(t){var i=t.match(/#([a-z0-9_-]+)$/i);return null===i?"":i[1]},t(function(){i.init()})}(jQuery,tribe_auto_sysinfo.ajax);
1
+ String.prototype.className=function(){return"string"!=typeof this&&!this instanceof String||"function"!=typeof this.replace?this:this.replace(".","")},String.prototype.varName=function(){return"string"!=typeof this&&!this instanceof String||"function"!=typeof this.replace?this:this.replace("-","_")};var tribe=tribe||{},tribe_auto_sysinfo=tribe_auto_sysinfo||{};tribe_auto_sysinfo.ajax={event:{}},function(t,i){"use strict";i.init=function(){this.init_ajax(),this.init_copy(),this.init_tooltip(),i.navigate_to_id()},i.init_copy=function(){if("undefined"!=typeof tribe_system_info){var i=new Clipboard(".system-info-copy-btn"),n='<span class="dashicons dashicons-clipboard license-btn"></span>',e=tribe_system_info.clipboard_btn_text;t(".system-info-copy-btn").click(function(t){t.preventDefault()}),i.on("success",function(t){t.clearSelection(),t.trigger.innerHTML=n+'<span class="optin-success">'+tribe_system_info.clipboard_copied_text+"<span>",window.setTimeout(function(){t.trigger.innerHTML=n+e},5e3)}),i.on("error",function(t){t.trigger.innerHTML=n+'<span class="optin-fail">'+tribe_system_info.clipboard_fail_text+"<span>",window.setTimeout(function(){t.trigger.innerHTML=n+e},5e3)})}},i.init_ajax=function(){"undefined"!=typeof tribe_system_info&&(this.$system_info_opt_in=t(document.getElementById("tribe_auto_sysinfo_opt_in")),this.$system_info_opt_in_msg=t(".tribe-sysinfo-optin-msg"),this.$system_info_opt_in.change(function(){this.checked?i.event.ajax("generate"):i.event.ajax("remove")}))},i.event.ajax=function(n){var e={action:"tribe_toggle_sysinfo_optin",confirm:tribe_system_info.sysinfo_optin_nonce,generate_key:n};t.post(ajaxurl,e,function(n){n.success?i.$system_info_opt_in_msg.html("<p class='optin-success'>"+n.data+"</p>"):(i.$system_info_opt_in_msg.html("<p class='optin-fail'>"+n.data.message+" Code:"+n.data.code+" Status:"+n.data.data.status+"</p>"),t("#tribe_auto_sysinfo_opt_in").prop("checked",!1))})},i.init_tooltip=function(){t(document).on("click",".tribe-tooltip",function(){var i=t(this).closest(".tribe-tooltip"),n=!i.hasClass("active");t(".tribe-tooltip").each(function(){t(this).removeClass("active").attr("aria-expanded",!1)}),n&&t(i).addClass("active").attr("aria-expanded",!0)})},i.navigate_to_id=function(){t(document).ready(i.maybe_navigate_to_id_on_doc_ready),t(document).on("click",".tribe_events_page_tribe-common",i.maybe_navigate_to_id_after_click)},i.maybe_navigate_to_id_on_doc_ready=function(){var t=i.get_url_fragment(window.location.href);t.length&&i.adjust_scroll_position(t)},i.maybe_navigate_to_id_after_click=function(n){var e=t(n.target).attr("href");if(void 0!==e){var o=i.get_url_fragment(e);o&&i.adjust_scroll_position(o)}},i.adjust_scroll_position=function(i){if(t("#wpadminbar").length){var n=t("#"+i).position();n&&setTimeout(function(){window.scroll(window.scrollX,n.top)})}},i.get_url_fragment=function(t){var i=t.match(/#([a-z0-9_-]+)$/i);return null===i?"":i[1]},t(function(){i.init()})}(jQuery,tribe_auto_sysinfo.ajax);
common/src/resources/js/tribe-datatables.min.js CHANGED
@@ -1 +1 @@
1
- window.tribe_data_table=null,function(e){"use strict";e.fn.tribeDataTable=function(t){var a=(e(document),e.extend({language:{lengthMenu:tribe_l10n_datatables.length_menu,emptyTable:tribe_l10n_datatables.emptyTable,info:tribe_l10n_datatables.info,infoEmpty:tribe_l10n_datatables.info_empty,infoFiltered:tribe_l10n_datatables.info_filtered,zeroRecords:tribe_l10n_datatables.zero_records,search:tribe_l10n_datatables.search,paginate:{next:tribe_l10n_datatables.pagination.next,previous:tribe_l10n_datatables.pagination.previous},aria:{sortAscending:tribe_l10n_datatables.aria.sort_ascending,sortDescending:tribe_l10n_datatables.aria.sort_descending},select:{rows:{0:tribe_l10n_datatables.select.rows[0],_:tribe_l10n_datatables.select.rows._,1:tribe_l10n_datatables.select.rows[1]}}},lengthMenu:[[10,25,50,-1],[10,25,50,tribe_l10n_datatables.pagination.all]]},t)),n=!1;this.is(".dataTable")&&(n=!0);var c={setVisibleCheckboxes:function(e,t,a){var n=e.find("thead"),l=e.find("tfoot"),o=n.find(".column-cb input:checkbox"),i=l.find(".column-cb input:checkbox");"undefined"==typeof a&&(a=!1),e.find("tbody .check-column input:checkbox").prop("checked",a),o.prop("checked",a),i.prop("checked",a),a?(t.rows({page:"current"}).select(),c.addGlobalCheckboxLine(e,t)):(e.find(".tribe-datatables-all-pages-checkbox").remove(),t.rows().deselect())},addGlobalCheckboxLine:function(t,a){t.find(".tribe-datatables-all-pages-checkbox").remove();var n=t.find("thead"),l=t.find("tfoot"),o=(n.find(".column-cb input:checkbox"),l.find(".column-cb input:checkbox"),e("<a>").attr("href","#select-all").text(tribe_l10n_datatables.select_all_link)),i=e("<div>").css("text-align","center").text(tribe_l10n_datatables.all_selected_text).append(o),b=e("<th>").attr("colspan",a.columns()[0].length).append(i),s=e("<tr>").addClass("tribe-datatables-all-pages-checkbox").append(b);o.one("click",function(e){return a.rows().select(),o.text(tribe_l10n_datatables.clear_selection).one("click",function(){return c.setVisibleCheckboxes(t,a,!1),e.preventDefault(),!1}),e.preventDefault(),!1}),n.append(s)},togglePageCheckbox:function(e,t){var a=e.closest(".dataTable");c.setVisibleCheckboxes(a,t,e.is(":checked"))},toggleRowCheckbox:function(e,t){var a=e.closest("tr");return e.is(":checked")?void t.row(a).select():(t.row(a).deselect(),void e.closest(".dataTable").find("thead .column-cb input:checkbox, tfoot .column-cb input:checkbox").prop("checked",!1))}};return this.each(function(){var t,l=e(this);t=n?l.DataTable():l.DataTable(a),window.tribe_data_table=t,"undefined"!=typeof a.data&&(t.clear().draw(),t.rows.add(a.data),t.draw());var o=function(e,a){c.setVisibleCheckboxes(l,t,!1)};l.on({"order.dt":o,"search.dt":o,"length.dt":o}),l.on("click","thead .column-cb input:checkbox, tfoot .column-cb input:checkbox",function(){c.togglePageCheckbox(e(this),t)}),l.on("click","tbody .check-column input:checkbox",function(){c.toggleRowCheckbox(e(this),t)})})}}(jQuery);
1
+ window.tribe_data_table=null,function(e){"use strict";e.fn.tribeDataTable=function(t){e(document);var a=e.extend({language:{lengthMenu:tribe_l10n_datatables.length_menu,emptyTable:tribe_l10n_datatables.emptyTable,info:tribe_l10n_datatables.info,infoEmpty:tribe_l10n_datatables.info_empty,infoFiltered:tribe_l10n_datatables.info_filtered,zeroRecords:tribe_l10n_datatables.zero_records,search:tribe_l10n_datatables.search,paginate:{next:tribe_l10n_datatables.pagination.next,previous:tribe_l10n_datatables.pagination.previous},aria:{sortAscending:tribe_l10n_datatables.aria.sort_ascending,sortDescending:tribe_l10n_datatables.aria.sort_descending},select:{rows:{0:tribe_l10n_datatables.select.rows[0],_:tribe_l10n_datatables.select.rows._,1:tribe_l10n_datatables.select.rows[1]}}},lengthMenu:[[10,25,50,-1],[10,25,50,tribe_l10n_datatables.pagination.all]]},t),n=!1;this.is(".dataTable")&&(n=!0);var c={setVisibleCheckboxes:function(e,t,a){var n=e.find("thead"),l=e.find("tfoot"),o=n.find(".column-cb input:checkbox"),i=l.find(".column-cb input:checkbox");void 0===a&&(a=!1),e.find("tbody .check-column input:checkbox").prop("checked",a),o.prop("checked",a),i.prop("checked",a),a?(t.rows({page:"current"}).select(),c.addGlobalCheckboxLine(e,t)):(e.find(".tribe-datatables-all-pages-checkbox").remove(),t.rows().deselect())},addGlobalCheckboxLine:function(t,a){t.find(".tribe-datatables-all-pages-checkbox").remove();var n=t.find("thead"),l=t.find("tfoot"),o=(n.find(".column-cb input:checkbox"),l.find(".column-cb input:checkbox"),e("<a>").attr("href","#select-all").text(tribe_l10n_datatables.select_all_link)),i=e("<div>").css("text-align","center").text(tribe_l10n_datatables.all_selected_text).append(o),b=e("<th>").attr("colspan",a.columns()[0].length).append(i),s=e("<tr>").addClass("tribe-datatables-all-pages-checkbox").append(b);o.one("click",function(e){return a.rows().select(),o.text(tribe_l10n_datatables.clear_selection).one("click",function(){return c.setVisibleCheckboxes(t,a,!1),e.preventDefault(),!1}),e.preventDefault(),!1}),n.append(s)},togglePageCheckbox:function(e,t){var a=e.closest(".dataTable");c.setVisibleCheckboxes(a,t,e.is(":checked"))},toggleRowCheckbox:function(e,t){var a=e.closest("tr");e.is(":checked")?t.row(a).select():(t.row(a).deselect(),e.closest(".dataTable").find("thead .column-cb input:checkbox, tfoot .column-cb input:checkbox").prop("checked",!1))}};return this.each(function(){var t,l=e(this);t=n?l.DataTable():l.DataTable(a),window.tribe_data_table=t,void 0!==a.data&&(t.clear().draw(),t.rows.add(a.data),t.draw());var o=function(e,a){c.setVisibleCheckboxes(l,t,!1)};l.on({"order.dt":o,"search.dt":o,"length.dt":o}),l.on("click","thead .column-cb input:checkbox, tfoot .column-cb input:checkbox",function(){c.togglePageCheckbox(e(this),t)}),l.on("click","tbody .check-column input:checkbox",function(){c.toggleRowCheckbox(e(this),t)})})}}(jQuery);
common/src/resources/js/underscore-after.min.js CHANGED
@@ -1 +1 @@
1
- !function(){window._lodash_tmp!==!1&&"function"==typeof window._lodash_tmp&&(window.underscore=_.noConflict(),window._=window._lodash_tmp)}();
1
+ !1!==window._lodash_tmp&&"function"==typeof window._lodash_tmp&&(window.underscore=_.noConflict(),window._=window._lodash_tmp);
common/src/resources/js/underscore-before.min.js CHANGED
@@ -1 +1 @@
1
- !function(){function n(n,t){if(!n||window[n])return!1;var e=t.filter(function(t){return n[t]&&"function"==typeof n[t]});return t.length===e.length}function t(){return n(window._,["get","set","at","cloneDeep","some","every"])}window._lodash_tmp=!1,"_"in window&&t()&&(window._lodash_tmp=_)}();
1
+ !function(){window._lodash_tmp=!1,"_"in window&&function(n,t){if(!n||window[n])return!1;var e=t.filter(function(t){return n[t]&&"function"==typeof n[t]});return t.length===e.length}(window._,["get","set","at","cloneDeep","some","every"])&&(window._lodash_tmp=_)}();
common/src/resources/js/utils-camelcase.min.js CHANGED
@@ -1 +1 @@
1
- tribe.utils=tribe.utils||{},function(t,e){"use strict";function r(t){for(var e=!1,r=!1,n=!1,s=0;s<t.length;s++){var o=t[s];e&&/[a-zA-Z]/.test(o)&&o.toUpperCase()===o?(t=t.substr(0,s)+"-"+t.substr(s),e=!1,n=r,r=!0,s++):r&&n&&/[a-zA-Z]/.test(o)&&c.toLowerCase()===o?(t=t.substr(0,s-1)+"-"+t.substr(s-1),n=r,r=!1,e=!0):(e=o.toLowerCase()===o,n=r,r=o.toUpperCase()===o)}return t}t.camelCase=function(t){if(arguments.length>1?(t=e.map(arguments,function(t){return t.trim()}),t=t.filter(t,function(t){return 0!==t.length}).join("-")):t=t.trim(),0===t.length)return"";if(1===t.length)return t.toLowerCase();if(/^[a-z0-9]+$/.test(t))return t;var n=t!==t.toLowerCase();return n&&(t=r(t)),t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,e){return e.toUpperCase()})}}(tribe.utils,window.underscore||_);
1
+ tribe.utils=tribe.utils||{},function(t,e){"use strict";t.camelCase=function(t){return 0===(t=arguments.length>1?(t=e.map(arguments,function(t){return t.trim()})).filter(t,function(t){return 0!==t.length}).join("-"):t.trim()).length?"":1===t.length?t.toLowerCase():/^[a-z0-9]+$/.test(t)?t:(t!==t.toLowerCase()&&(t=function(t){for(var e=!1,r=!1,s=!1,n=0;n<t.length;n++){var o=t[n];e&&/[a-zA-Z]/.test(o)&&o.toUpperCase()===o?(t=t.substr(0,n)+"-"+t.substr(n),e=!1,s=r,r=!0,n++):r&&s&&/[a-zA-Z]/.test(o)&&c.toLowerCase()===o?(t=t.substr(0,n-1)+"-"+t.substr(n-1),s=r,r=!1,e=!0):(e=o.toLowerCase()===o,s=r,r=o.toUpperCase()===o)}return t}(t)),t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,e){return e.toUpperCase()}))}}(tribe.utils,window.underscore||_);
common/src/resources/js/validation.min.js CHANGED
@@ -1 +1 @@
1
- tribe.validation={},function(t,e,a){"use strict";var i=e(document);t.selectors={item:".tribe-validation",fields:"input, select, textarea",submit:".tribe-validation-submit",submitButtons:'input[type="submit"], button[type="submit"]',error:".tribe-validation-error",valid:".tribe-validation-valid",notice:".tribe-notice-validation",noticeAfter:".wp-header-end",noticeFallback:".wrap > h1",noticeDismiss:".notice-dismiss"},t.conditions={isRequired:function(t){return""!=t},isGreaterThan:function(e,a,i){var r=t.parseConditon("isGreaterThan",e,a,i);return!1===r||r.constraint<r.value},isGreaterOrEqualTo:function(e,a,i){var r=t.parseConditon("isGreaterOrEqualTo",e,a,i);return!1===r||r.constraint<=r.value},isLessThan:function(e,a,i){var r=t.parseConditon("isLessThan",e,a,i);return!1===r||r.constraint>r.value},isLessOrEqualTo:function(e,a,i){var r=t.parseConditon("isLessOrEqualTo",e,a,i);return!1===r||r.constraint>=r.value},isEqualTo:function(e,a,i){var r=t.parseConditon("isEqualTo",e,a,i);return!1===r||r.constraint==r.value},isNotEqualTo:function(e,a,i){var r=t.parseConditon("isNotEqualTo",e,a,i);return!1===r||r.constraint!=r.value},matchRegExp:function(t,e,a){var i=new RegExp(e,"g"),r=i.exec(t);return null!==r},notMatchRegExp:function(t,e,a){var i=new RegExp(e,"g"),r=i.exec(t);return null===r}},t.parseType={datepicker:function(t,e,i){var r=["yyyy-mm-dd","m/d/yyyy","mm/dd/yyyy","d/m/yyyy","dd/mm/yyyy","m-d-yyyy","mm-dd-yyyy","d-m-yyyy","dd-mm-yyyy","yyyy.mm.dd","mm.dd.yyyy","dd.mm.yyyy"],n=0;e.length&&e.attr("data-datepicker_format")?n=e.attr("data-datepicker_format"):a.isString(r[e])?n=r[e]:e.parents("[data-datepicker_format]").length&&(n=e.parents("[data-datepicker_format]").eq(0).data("datepicker_format")),"undefined"!=typeof r[n]&&r[n]||(n=0);var s=r[n].toUpperCase();return t=moment(t,s).format("X")},"default":function(t,a,i){return e.isNumeric(t)&&(t=parseFloat(t,10)),t}},t.parseConditon=function(i,r,n,s){var o=s.data("validationType"),l=null,d={value:r,constraint:n};if(o||a.isFunction(t.parseType[o])||(o="default"),!e.isNumeric(n)){if(l=e(n),!l.length)return console.warn("Tribe Validation:","Invalid selector for",s,n),!1;if(l=l.not(":disabled"),!l.length)return!1;n=l.val()}return d.constraint=t.parseType[o](n,l,s),d.value=t.parseType[o](r,l,s),d},t.constraints={isRequired:function(t){var e=null;return e=t.data("required")||e,e=t.data("validationRequired")||e,e=t.data("validationIsRequired")||e,e=t.is("[required]")||e,e=t.is("[data-required]")||e,e=t.is("[data-validation-required]")||e,e=t.is("[data-validation-is-required]")||e},isGreaterThan:function(t){var e=null;return t.is("[data-validation-is-greater-than]")&&(e=t.data("validationIsGreaterThan")),e},isGreaterOrEqualTo:function(t){var e=null;return t.is("[data-validation-is-greater-or-equal-to]")&&(e=t.data("validationIsGreaterOrEqualTo")),e},isLessThan:function(t){var e=null;return t.is("[data-validation-is-less-than]")&&(e=t.data("validationIsLessThan")),e},isLessOrEqualTo:function(t){var e=null;return t.is("[data-validation-is-less-or-equal-to]")&&(e=t.data("validationIsLessOrEqualTo")),e},isEqualTo:function(t){var e=null;return t.is("[data-validation-is-equal-to]")&&(e=t.data("validationIsEqualTo")),e},isNotEqualTo:function(t){var e=null;return t.is("[data-validation-is-not-equal-to]")&&(e=t.data("validationIsNotEqualTo")),e},matchRegExp:function(t){var e=null;return t.is("[data-validation-match-regexp]")&&(e=t.data("validationMatchRegexp")),e},notMatchRegExp:function(t){var e=null;return t.is("[data-validation-not-match-regexp]")&&(e=t.data("validationNotMatchRegexp")),e}},t.fn=function(){return this.each(t.setup)},t.setup=function(a,r){var n=e(r);n.addClass(t.selectors.item.className()),n.find(t.selectors.submitButtons).addClass(t.selectors.submit.className()),n.on("submit.tribe",t.onSubmit),n.on("validation.tribe",t.onValidation),n.on("displayErrors.tribe",t.onDisplayErrors),i.on("click.tribe",t.selectors.submit,t.onClickSubmitButtons),i.on("click.tribe",t.selectors.noticeDismiss,t.onClickDismissNotice)},t.validate=function(a,i){var r=e(i),n=t.isValid(r);n||(r.addClass(t.selectors.error.className()),r.one("change",t.onChangeFieldRemoveError))},t.isValid=function(e){var i=t.getConstraints(e);if(!a.isObject(i))return i;var r=a.every(i);return r},t.hasErrors=function(e){var a=e.find(t.selectors.error).not(":disabled");return 0!==a.length},t.getConstraints=function(e){var i=e.is(":disabled"),r=!0;if(i)return r;var n=t.getConstraintsValue(e),s=e.val();return a.isEmpty(n)?r:n=a.mapObject(n,function(a,i){return t.conditions[i](s,a,e)})},t.getConstraintsValue=function(e){var i=e.is(":disabled"),r={};return i?r:(r=t.constraints,r=a.mapObject(r,function(t){return t(e)}),r=a.pick(r,function(t){return null!==t}))},t.getConstraintsFields=function(i){var r=t.getConstraintsValue(i);return r=a.mapObject(r,function(t){var i=null;return a.isNumber(t)||a.isBoolean(t)||(i=e(t)),i}),r=a.pick(r,function(t){return t instanceof jQuery}),r=a.values(r),r.unshift(i),r=e(r).map(function(){return this.get()})},t.onValidation=function(a){var i=e(this),r=i.find(t.selectors.fields);r.removeClass(t.selectors.error.className()),r.each(t.validate);var n=i.find(t.selectors.error).not(":disabled");return 0!==n.length?void i.trigger("displayErrors.tribe"):void i.addClass(t.selectors.valid.className())},t.onDisplayErrors=function(r){var n=e(this),s=n.find(t.selectors.error).not(":disabled"),o=e("<ul>"),l=e("<span>").addClass(t.selectors.noticeDismiss.className()),d=i.find(t.selectors.notice),u=e("<div>").addClass("notice notice-error is-dismissible tribe-notice").addClass(t.selectors.notice.className()).append(l);if(s.each(function(i,r){var n=e(r),s=n.data("validationError");if(a.isObject(s)){var l={},d=t.getConstraints(n,!1);a.each(s,function(t,e){l[tribe.utils.camelCase(e)]=t}),a.each(d,function(e,a){e||t.addErrorLine(l[a],n,o)})}else t.addErrorLine(s,n,o)}),u.append(o),0===d.length){var c=i.find(t.selectors.noticeAfter);0===c.length&&(c=i.find(t.selectors.noticeFallback)),c.after(u)}else d.replaceWith(u)},t.addErrorLine=function(t,a,i){var r=e("<li>").text(t);r.data("validationField",a),a.data("validationNoticeItem",a),i.append(r)},t.onSubmit=function(a){var i=e(this);i.trigger("validation.tribe");var r=i.is(t.selectors.valid);if(!r)return a.preventDefault(),!1},t.onClickSubmitButtons=function(a){var i=e(this),r=i.parents(t.selectors.item);if(0!==r.length){r.trigger("validation.tribe");var n=r.find(t.selectors.fields);n.off("invalid.tribe"),n.one("invalid.tribe",t.onInvalidField)}},t.onInvalidField=function(a){var i=e(this),r=i.parents(t.selectors.item);return i.addClass(t.selectors.error.className()),r.trigger("displayErrors.tribe"),i.one("change",t.onChangeFieldRemoveError),a.preventDefault(),!1},t.onChangeFieldRemoveError=function(a){var i=e(this),r=t.getConstraintsFields(i);0!==r.filter(t.selectors.error).length&&r.removeClass(t.selectors.error.className())},t.onClickDismissNotice=function(a){var i=e(this),r=i.parents(t.selectors.notice);r.remove()},t.onReady=function(a){e(t.selectors.item).validation()},e.fn.validation=t.fn,i.ready(t.onReady)}(tribe.validation,jQuery,window.underscore||window._);
1
+ tribe.validation={},function(t,e,a){"use strict";var i=e(document);t.selectors={item:".tribe-validation",fields:"input, select, textarea",submit:".tribe-validation-submit",submitButtons:'input[type="submit"], button[type="submit"]',error:".tribe-validation-error",valid:".tribe-validation-valid",notice:".tribe-notice-validation",noticeAfter:".wp-header-end",noticeFallback:".wrap > h1",noticeDismiss:".notice-dismiss"},t.conditions={isRequired:function(t){return""!=t},isGreaterThan:function(e,a,i){var n=t.parseConditon("isGreaterThan",e,a,i);return!1===n||n.constraint<n.value},isGreaterOrEqualTo:function(e,a,i){var n=t.parseConditon("isGreaterOrEqualTo",e,a,i);return!1===n||n.constraint<=n.value},isLessThan:function(e,a,i){var n=t.parseConditon("isLessThan",e,a,i);return!1===n||n.constraint>n.value},isLessOrEqualTo:function(e,a,i){var n=t.parseConditon("isLessOrEqualTo",e,a,i);return!1===n||n.constraint>=n.value},isEqualTo:function(e,a,i){var n=t.parseConditon("isEqualTo",e,a,i);return!1===n||n.constraint==n.value},isNotEqualTo:function(e,a,i){var n=t.parseConditon("isNotEqualTo",e,a,i);return!1===n||n.constraint!=n.value},matchRegExp:function(t,e,a){return null!==new RegExp(e,"g").exec(t)},notMatchRegExp:function(t,e,a){return null===new RegExp(e,"g").exec(t)}},t.parseType={datepicker:function(t,e,i){var n=["yyyy-mm-dd","m/d/yyyy","mm/dd/yyyy","d/m/yyyy","dd/mm/yyyy","m-d-yyyy","mm-dd-yyyy","d-m-yyyy","dd-mm-yyyy","yyyy.mm.dd","mm.dd.yyyy","dd.mm.yyyy"],r=0;e.length&&e.attr("data-datepicker_format")?r=e.attr("data-datepicker_format"):a.isString(n[e])?r=n[e]:e.parents("[data-datepicker_format]").length&&(r=e.parents("[data-datepicker_format]").eq(0).data("datepicker_format")),void 0!==n[r]&&n[r]||(r=0);var s=n[r].toUpperCase();return t=moment(t,s).format("X")},default:function(t,a,i){return e.isNumeric(t)&&(t=parseFloat(t,10)),t}},t.parseConditon=function(i,n,r,s){var o=s.data("validationType"),l=null,d={value:n,constraint:r};if(o||a.isFunction(t.parseType[o])||(o="default"),!e.isNumeric(r)){if(!(l=e(r)).length)return console.warn("Tribe Validation:","Invalid selector for",s,r),!1;if(!(l=l.not(":disabled")).length)return!1;r=l.val()}return d.constraint=t.parseType[o](r,l,s),d.value=t.parseType[o](n,l,s),d},t.constraints={isRequired:function(t){var e=null;return e=t.data("required")||e,e=t.data("validationRequired")||e,e=t.data("validationIsRequired")||e,e=t.is("[required]")||e,e=t.is("[data-required]")||e,e=t.is("[data-validation-required]")||e,e=t.is("[data-validation-is-required]")||e},isGreaterThan:function(t){var e=null;return t.is("[data-validation-is-greater-than]")&&(e=t.data("validationIsGreaterThan")),e},isGreaterOrEqualTo:function(t){var e=null;return t.is("[data-validation-is-greater-or-equal-to]")&&(e=t.data("validationIsGreaterOrEqualTo")),e},isLessThan:function(t){var e=null;return t.is("[data-validation-is-less-than]")&&(e=t.data("validationIsLessThan")),e},isLessOrEqualTo:function(t){var e=null;return t.is("[data-validation-is-less-or-equal-to]")&&(e=t.data("validationIsLessOrEqualTo")),e},isEqualTo:function(t){var e=null;return t.is("[data-validation-is-equal-to]")&&(e=t.data("validationIsEqualTo")),e},isNotEqualTo:function(t){var e=null;return t.is("[data-validation-is-not-equal-to]")&&(e=t.data("validationIsNotEqualTo")),e},matchRegExp:function(t){var e=null;return t.is("[data-validation-match-regexp]")&&(e=t.data("validationMatchRegexp")),e},notMatchRegExp:function(t){var e=null;return t.is("[data-validation-not-match-regexp]")&&(e=t.data("validationNotMatchRegexp")),e}},t.fn=function(){return this.each(t.setup)},t.setup=function(a,n){var r=e(n);r.addClass(t.selectors.item.className()),r.find(t.selectors.submitButtons).addClass(t.selectors.submit.className()),r.on("submit.tribe",t.onSubmit),r.on("validation.tribe",t.onValidation),r.on("displayErrors.tribe",t.onDisplayErrors),i.on("click.tribe",t.selectors.submit,t.onClickSubmitButtons),i.on("click.tribe",t.selectors.noticeDismiss,t.onClickDismissNotice)},t.validate=function(a,i){var n=e(i);t.isValid(n)||(n.addClass(t.selectors.error.className()),n.one("change",t.onChangeFieldRemoveError))},t.isValid=function(e){var i=t.getConstraints(e);return a.isObject(i)?a.every(i):i},t.hasErrors=function(e){return 0!==e.find(t.selectors.error).not(":disabled").length},t.getConstraints=function(e){if(e.is(":disabled"))return!0;var i=t.getConstraintsValue(e),n=e.val();return!!a.isEmpty(i)||(i=a.mapObject(i,function(a,i){return t.conditions[i](n,a,e)}))},t.getConstraintsValue=function(e){var i={};return e.is(":disabled")?i:(i=t.constraints,i=a.mapObject(i,function(t){return t(e)}),i=a.pick(i,function(t){return null!==t}))},t.getConstraintsFields=function(i){var n=t.getConstraintsValue(i);return n=a.mapObject(n,function(t){var i=null;return a.isNumber(t)||a.isBoolean(t)||(i=e(t)),i}),n=a.pick(n,function(t){return t instanceof jQuery}),(n=a.values(n)).unshift(i),n=e(n).map(function(){return this.get()})},t.onValidation=function(a){var i=e(this),n=i.find(t.selectors.fields);n.removeClass(t.selectors.error.className()),n.each(t.validate),0===i.find(t.selectors.error).not(":disabled").length?i.addClass(t.selectors.valid.className()):i.trigger("displayErrors.tribe")},t.onDisplayErrors=function(n){var r=e(this).find(t.selectors.error).not(":disabled"),s=e("<ul>"),o=e("<span>").addClass(t.selectors.noticeDismiss.className()),l=i.find(t.selectors.notice),d=e("<div>").addClass("notice notice-error is-dismissible tribe-notice").addClass(t.selectors.notice.className()).append(o);if(r.each(function(i,n){var r=e(n),o=r.data("validationError");if(a.isObject(o)){var l={},d=t.getConstraints(r,!1);a.each(o,function(t,e){l[tribe.utils.camelCase(e)]=t}),a.each(d,function(e,a){e||t.addErrorLine(l[a],r,s)})}else t.addErrorLine(o,r,s)}),d.append(s),0===l.length){var u=i.find(t.selectors.noticeAfter);0===u.length&&(u=i.find(t.selectors.noticeFallback)),u.after(d)}else l.replaceWith(d)},t.addErrorLine=function(t,a,i){var n=e("<li>").text(t);n.data("validationField",a),a.data("validationNoticeItem",a),i.append(n)},t.onSubmit=function(a){var i=e(this);if(i.trigger("validation.tribe"),!i.is(t.selectors.valid))return a.preventDefault(),!1},t.onClickSubmitButtons=function(a){var i=e(this).parents(t.selectors.item);if(0!==i.length){i.trigger("validation.tribe");var n=i.find(t.selectors.fields);n.off("invalid.tribe"),n.one("invalid.tribe",t.onInvalidField)}},t.onInvalidField=function(a){var i=e(this),n=i.parents(t.selectors.item);return i.addClass(t.selectors.error.className()),n.trigger("displayErrors.tribe"),i.one("change",t.onChangeFieldRemoveError),a.preventDefault(),!1},t.onChangeFieldRemoveError=function(a){var i=e(this),n=t.getConstraintsFields(i);0!==n.filter(t.selectors.error).length&&n.removeClass(t.selectors.error.className())},t.onClickDismissNotice=function(a){e(this).parents(t.selectors.notice).remove()},t.onReady=function(a){e(t.selectors.item).validation()},e.fn.validation=t.fn,i.ready(t.onReady)}(tribe.validation,jQuery,window.underscore||window._);
common/tribe-common.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Description: An event settings framework for managing shared options
4
- Version: 4.9.3.1
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
1
  <?php
2
  /*
3
  Description: An event settings framework for managing shared options
4
+ Version: 4.9.3.2
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
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.1.1
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.1.2
7
  Author: Modern Tribe, Inc.
8
  Author URI: http://m.tri.be/28
9
  License: GPLv2 or later
lang/event-tickets-af.mo CHANGED
Binary file
lang/event-tickets-af.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr ""
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr ""
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr ""
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr ""
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr ""
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr ""
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr ""
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr ""
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr ""
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr ""
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr ""
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr ""
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr ""
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr ""
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr ""
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr ""
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr ""
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr ""
1665
 
@@ -1671,22 +1990,6 @@ msgstr ""
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr ""
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr ""
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr ""
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr ""
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr ""
@@ -1695,61 +1998,6 @@ msgstr ""
1695
  msgid "This ticket is no longer active."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <span class=\"count\">(%s)</span>"
1700
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1701
- msgstr[0] ""
1702
- msgstr[1] ""
1703
-
1704
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1705
- msgctxt "A PayPal order status"
1706
- msgid "Denied"
1707
- msgstr ""
1708
-
1709
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1710
- msgid "Refunded <span class=\"count\">(%s)</span>"
1711
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1712
- msgstr[0] ""
1713
- msgstr[1] ""
1714
-
1715
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1716
- msgctxt "A PayPal order status"
1717
- msgid "Refunded"
1718
- msgstr ""
1719
-
1720
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1721
- msgid "Pending <span class=\"count\">(%s)</span>"
1722
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1723
- msgstr[0] ""
1724
- msgstr[1] ""
1725
-
1726
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1727
- msgctxt "A PayPal order status"
1728
- msgid "Pending"
1729
- msgstr ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1732
- msgid "Not completed <span class=\"count\">(%s)</span>"
1733
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1734
- msgstr[0] ""
1735
- msgstr[1] ""
1736
-
1737
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1738
- msgctxt "A PayPal order status"
1739
- msgid "Not completed"
1740
- msgstr ""
1741
-
1742
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1743
- msgid "Completed <span class=\"count\">(%s)</span>"
1744
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1745
- msgstr[0] ""
1746
- msgstr[1] ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1749
- msgctxt "A PayPal order status"
1750
- msgid "Completed"
1751
- msgstr ""
1752
-
1753
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1754
  msgid "Sell only available"
1755
  msgstr ""
@@ -1827,30 +2075,31 @@ msgstr ""
1827
  msgid "Number of orders per page:"
1828
  msgstr ""
1829
 
1830
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1831
  msgid "Not completed"
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1835
  msgid "Completed"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1839
  msgid "Search Orders"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1843
  msgctxt "Browser title"
1844
  msgid "%s - PayPal Orders"
1845
  msgstr ""
1846
 
 
 
1847
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1848
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1850
  msgid "PayPal Orders"
1851
  msgstr ""
1852
 
1853
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1854
  msgid "See PayPal purchases for this %s"
1855
  msgstr ""
1856
 
@@ -1862,55 +2111,24 @@ msgstr ""
1862
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1863
  msgstr ""
1864
 
1865
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1866
- msgctxt "a PayPal ticket order status"
1867
- msgid "Not Completed"
1868
- msgstr ""
1869
-
1870
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1871
- msgctxt "a PayPal ticket order status"
1872
- msgid "Denied"
1873
- msgstr ""
1874
-
1875
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1876
- msgctxt "a PayPal ticket order status"
1877
- msgid "Pending"
1878
- msgstr ""
1879
-
1880
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1881
- msgctxt "a PayPal ticket order status"
1882
- msgid "Refunded"
1883
- msgstr ""
1884
-
1885
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1886
- msgctxt "a PayPal ticket order status"
1887
- msgid "Completed"
1888
- msgstr ""
1889
-
1890
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1891
- msgctxt "a PayPal ticket order status"
1892
- msgid "Undefined"
1893
- msgstr ""
1894
-
1895
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1896
  msgid "Report"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1900
  msgid "Sales report"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Commerce/PayPal/Main.php:452
1904
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1905
- #: src/resources/js/app/blocks.js:40151
1906
  msgid "Orders"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Commerce/PayPal/Main.php:427
1910
  msgid "Tribe Commerce Ticket"
1911
  msgstr ""
1912
 
1913
- #: src/Tribe/Commerce/PayPal/Main.php:426
1914
  msgid "Tribe Commerce Tickets"
1915
  msgstr ""
1916
 
@@ -1927,9 +2145,9 @@ msgstr ""
1927
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1931
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1932
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1933
  msgctxt "a PayPal configuration status"
1934
  msgid "incomplete"
1935
  msgstr ""
@@ -1976,7 +2194,6 @@ msgid "There was an error"
1976
  msgstr ""
1977
 
1978
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1979
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1980
  msgid "pending"
1981
  msgstr ""
1982
 
@@ -1990,51 +2207,51 @@ msgctxt "attendee summary"
1990
  msgid "Total Tickets Issued:"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Commerce/Currency.php:293
1994
  msgid "U.S. Dollar (USD)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Commerce/Currency.php:287
1998
  msgid "Taiwan New Dollar (TWD)"
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/Commerce/Currency.php:281
2002
  msgid "Thai Baht (THB)"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/Commerce/Currency.php:275
2006
  msgid "Singapore Dollar (SGD)"
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/Commerce/Currency.php:269
2010
  msgid "Swedish Krona (SEK)"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/Commerce/Currency.php:263
2014
  msgid "Polish Zloty (PLN)"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/Commerce/Currency.php:257
2018
  msgid "Philippine Peso (PHP)"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/Commerce/Currency.php:251
2022
  msgid "New Zealand Dollar (NZD)"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/Commerce/Currency.php:245
2026
  msgid "Norwegian Krone (NOK)"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/Commerce/Currency.php:239
2030
  msgid "Mexican Peso (MXN)"
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/Commerce/Currency.php:233
2034
  msgid "Malaysian Ringgit (MYR)"
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/Commerce/Currency.php:227
2038
  msgid "Japanese Yen (JPY)"
2039
  msgstr ""
2040
 
@@ -2082,7 +2299,7 @@ msgstr ""
2082
  msgid "Australian Dollar (AUD)"
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/Attendees_Table.php:776
2086
  msgid "No matching attendees found."
2087
  msgstr ""
2088
 
@@ -2098,14 +2315,14 @@ msgstr ""
2098
  msgid "%s must not be empty"
2099
  msgstr ""
2100
 
2101
- #: src/template-tags/tickets.php:429
2102
  msgctxt "ticket shared capacity message (remaining stock)"
2103
  msgid "%1$d available of shared capacity"
2104
  msgstr ""
2105
 
2106
  #: src/admin-views/rsvp-metabox-capacity.php:19
2107
  #: src/admin-views/tpp-metabox-capacity.php:25
2108
- #: src/resources/js/app/blocks.js:42093
2109
  msgid "Leave blank for unlimited"
2110
  msgstr ""
2111
 
@@ -2142,9 +2359,6 @@ msgid "Save settings"
2142
  msgstr ""
2143
 
2144
  #: src/admin-views/editor/panel/settings.php:43
2145
- #: src/modules/blocks/rsvp/header-image/template.js:26
2146
- #: src/modules/blocks/tickets/header-image/template.js:26
2147
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2148
  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."
2149
  msgstr ""
2150
 
@@ -2173,8 +2387,8 @@ msgid "Available"
2173
  msgstr ""
2174
 
2175
  #: src/admin-views/editor/list-table.php:39
 
2176
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2177
- #: src/resources/js/app/blocks.js:40496
2178
  msgid "Capacity"
2179
  msgstr ""
2180
 
@@ -2190,8 +2404,8 @@ msgstr ""
2190
  msgid "Available:"
2191
  msgstr ""
2192
 
2193
- #: src/admin-views/rsvp-metabox-capacity.php:10
2194
  #: src/admin-views/editor/list-row.php:91
 
2195
  #: src/admin-views/tpp-metabox-capacity.php:16
2196
  msgid "Capacity:"
2197
  msgstr ""
@@ -2217,8 +2431,8 @@ msgid "Ticket end date"
2217
  msgstr ""
2218
 
2219
  #: src/admin-views/editor/fieldset/advanced.php:98
2220
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2221
- #: src/resources/js/app/blocks.js:42246
2222
  msgid "If you do not set a start sale date, tickets will be available immediately."
2223
  msgstr ""
2224
 
@@ -2233,9 +2447,9 @@ msgstr ""
2233
 
2234
  #: src/admin-views/editor/fieldset/advanced.php:84
2235
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2236
  #: common/src/modules/utils/date.js:103
2237
- #: common/src/resources/js/app/elements.js:9791
2238
- #: common/src/resources/js/app/utils.js:7339
2239
  msgid "at"
2240
  msgstr ""
2241
 
@@ -2268,43 +2482,28 @@ msgstr ""
2268
  msgid "Start sale date cannot be empty."
2269
  msgstr ""
2270
 
2271
- #: src/admin-views/admin-welcome-message.php:25
2272
- msgid "Event Tickets Features"
2273
- msgstr ""
2274
-
2275
- #: src/admin-views/admin-welcome-message.php:24
2276
  msgid "Settings Overview"
2277
  msgstr ""
2278
 
2279
- #: src/admin-views/admin-welcome-message.php:15
2280
- msgid "If you need a little help, hit us up in %s."
2281
- msgstr ""
2282
-
2283
- #: src/admin-views/admin-welcome-message.php:14
2284
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2285
- msgstr ""
2286
-
2287
- #: src/admin-views/admin-welcome-message.php:13
2288
  msgid "Welcome to Event Tickets!"
2289
  msgstr ""
2290
 
2291
- #: src/admin-views/admin-welcome-message.php:5
2292
- msgid "our support forums"
2293
- msgstr ""
2294
-
2295
- #: src/views/blocks/rsvp/details/availability.php:27
2296
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2297
- #: src/views/blocks/tickets/extra-available.php:18
2298
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2299
  #: src/modules/data/blocks/ticket/options.js:19
2300
- #: src/modules/blocks/rsvp/container-header/template.js:70
2301
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2302
- #: src/resources/js/app/data.js:6147
2303
  msgid "Unlimited"
2304
  msgstr ""
2305
 
2306
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2307
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2308
  msgid "Set capacity for this ticket only"
2309
  msgstr ""
2310
 
@@ -2312,15 +2511,13 @@ msgstr ""
2312
  msgid "Shared capacity with other tickets"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Tickets.php:459
2316
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2317
- #: src/resources/js/app/blocks.js:42524
2318
  msgid "Move Ticket"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Tickets.php:459
2322
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2323
- #: src/resources/js/app/blocks.js:38475
2324
  msgid "Move RSVP"
2325
  msgstr ""
2326
 
@@ -2373,7 +2570,7 @@ msgid "Invalid Post ID"
2373
  msgstr ""
2374
 
2375
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2376
- #: src/resources/js/app/blocks.js:42119
2377
  msgid "Ticket Capacity"
2378
  msgstr ""
2379
 
@@ -2393,15 +2590,15 @@ msgstr ""
2393
  msgid "%s must be an email address."
2394
  msgstr ""
2395
 
2396
- #: common/src/Tribe/Main.php:251
2397
  msgid "Clear Selection."
2398
  msgstr ""
2399
 
2400
- #: common/src/Tribe/Main.php:250
2401
  msgid "Select all pages"
2402
  msgstr ""
2403
 
2404
- #: common/src/Tribe/Main.php:249
2405
  msgid "All items on this page were selected. "
2406
  msgstr ""
2407
 
@@ -2437,27 +2634,27 @@ msgstr ""
2437
  msgid "A list of links to the term own, archive and parent REST URL"
2438
  msgstr ""
2439
 
2440
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2441
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2442
  msgstr ""
2443
 
2444
- #: src/template-tags/tickets.php:237
2445
  msgctxt "list view buy now ticket button"
2446
  msgid "Buy Now!"
2447
  msgstr ""
2448
 
2449
- #: src/template-tags/tickets.php:234
2450
  msgctxt "list view rsvp now ticket button"
2451
  msgid "RSVP Now!"
2452
  msgstr ""
2453
 
2454
- #: src/template-tags/tickets.php:223
2455
  msgid "%s ticket left"
2456
  msgid_plural "%s tickets left"
2457
  msgstr[0] ""
2458
  msgstr[1] ""
2459
 
2460
- #: src/template-tags/tickets.php:221
2461
  msgid "%s spot left"
2462
  msgid_plural "%s spots left"
2463
  msgstr[0] ""
@@ -2468,15 +2665,15 @@ msgctxt "list view stock sold out"
2468
  msgid "Sold out"
2469
  msgstr ""
2470
 
2471
- #: common/src/Tribe/Plugins_API.php:129
2472
  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."
2473
  msgstr ""
2474
 
2475
- #: common/src/Tribe/Plugins_API.php:125
2476
  msgid "Image Widget Plus"
2477
  msgstr ""
2478
 
2479
- #: common/src/Tribe/Plugins_API.php:94
2480
  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."
2481
  msgstr ""
2482
 
@@ -2492,17 +2689,17 @@ msgstr ""
2492
  msgid "Buy now"
2493
  msgstr ""
2494
 
2495
- #: common/src/Tribe/PUE/Notices.php:397
2496
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2497
  msgstr ""
2498
 
2499
- #: common/src/Tribe/PUE/Notices.php:282
2500
  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."
2501
  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."
2502
  msgstr[0] ""
2503
  msgstr[1] ""
2504
 
2505
- #: common/src/Tribe/PUE/Checker.php:984
2506
  msgid "Please refresh the page and try your request again."
2507
  msgstr ""
2508
 
@@ -2522,15 +2719,15 @@ msgstr ""
2522
  msgid "Cannot look for Terms without a taxonomy"
2523
  msgstr ""
2524
 
2525
- #: common/src/Tribe/PUE/Checker.php:1103
2526
  msgid "There is a new version of %1$s available. %2$s"
2527
  msgstr ""
2528
 
2529
- #: common/src/Tribe/PUE/Checker.php:1092
2530
  msgid "Update now to version %s."
2531
  msgstr ""
2532
 
2533
- #: common/src/Tribe/PUE/Checker.php:497
2534
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2535
  msgstr ""
2536
 
@@ -2646,41 +2843,41 @@ msgstr ""
2646
  msgid "The cost currency symbol"
2647
  msgstr ""
2648
 
2649
- #: src/template-tags/tickets.php:432
2650
  msgctxt "ticket stock message (remaining stock)"
2651
  msgid "%1$d available"
2652
  msgstr ""
2653
 
2654
- #: src/template-tags/tickets.php:427
2655
  msgid "%s %d"
2656
  msgstr ""
2657
 
2658
- #: src/template-tags/tickets.php:421
2659
  msgctxt "separate going and remain RSVPs"
2660
  msgid "RSVP'd Going"
2661
  msgstr ""
2662
 
2663
- #: src/admin-views/tribe-options-tickets.php:107
2664
  msgid "Location of Tickets form"
2665
  msgstr ""
2666
 
2667
- #: src/admin-views/tribe-options-tickets.php:99
2668
  msgid "Location of RSVP form"
2669
  msgstr ""
2670
 
2671
- #: src/admin-views/tribe-options-tickets.php:93
2672
  msgid "Above the event description"
2673
  msgstr ""
2674
 
2675
- #: src/admin-views/tribe-options-tickets.php:92
2676
  msgid "Below the event description"
2677
  msgstr ""
2678
 
2679
- #: src/admin-views/tribe-options-tickets.php:91
2680
  msgid "Above the event details"
2681
  msgstr ""
2682
 
2683
- #: src/admin-views/tribe-options-tickets.php:90
2684
  msgid "Below the event details [default]"
2685
  msgstr ""
2686
 
@@ -2699,12 +2896,12 @@ msgctxt "attendee event actions"
2699
  msgid "Edit %s"
2700
  msgstr ""
2701
 
2702
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2703
  msgid "Undo"
2704
  msgstr ""
2705
 
2706
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2707
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2708
  msgid "Check In"
2709
  msgstr ""
2710
 
@@ -2735,43 +2932,43 @@ msgstr ""
2735
  msgid "Events Help"
2736
  msgstr ""
2737
 
2738
- #: common/src/Tribe/PUE/Checker.php:1685
2739
  msgid "Expired license. Consult your network administrator."
2740
  msgstr ""
2741
 
2742
- #: common/src/Tribe/PUE/Checker.php:1684
2743
  msgid "No license entered. Consult your network administrator."
2744
  msgstr ""
2745
 
2746
- #: common/src/Tribe/PUE/Checker.php:1683
2747
  msgid "A valid license has been entered by your network administrator."
2748
  msgstr ""
2749
 
2750
- #: common/src/Tribe/PUE/Checker.php:550
2751
  msgid "Site License Key"
2752
  msgstr ""
2753
 
2754
- #: common/src/Tribe/PUE/Checker.php:539
2755
  msgid "Check this box if you wish to override the network license key with your own"
2756
  msgstr ""
2757
 
2758
- #: common/src/Tribe/PUE/Checker.php:538
2759
  msgid "Override network license key"
2760
  msgstr ""
2761
 
2762
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2763
  msgid "License Key Status:"
2764
  msgstr ""
2765
 
2766
- #: common/src/Tribe/Main.php:274
2767
  msgid "Done"
2768
  msgstr ""
2769
 
2770
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2771
  msgid "Today"
2772
  msgstr ""
2773
 
2774
- #: common/src/Tribe/Main.php:272
2775
  msgid "Prev"
2776
  msgstr ""
2777
 
@@ -2787,7 +2984,7 @@ msgstr ""
2787
  msgid "Installed Add-Ons"
2788
  msgstr ""
2789
 
2790
- #: common/src/Tribe/Extension.php:368
2791
  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."
2792
  msgstr ""
2793
 
@@ -2795,14 +2992,14 @@ msgstr ""
2795
  msgid "Tutorial"
2796
  msgstr ""
2797
 
2798
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2799
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2800
  msgctxt "the final separator in a list of two or more items"
2801
  msgid " and "
2802
  msgstr "en"
2803
 
2804
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2805
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2806
  msgctxt "separator used in a list of items"
2807
  msgid ", "
2808
  msgstr ","
@@ -2828,8 +3025,8 @@ msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s
2828
  msgstr[0] ""
2829
  msgstr[1] ""
2830
 
2831
- #: src/views/tickets/email-ticket-type-moved.php:115
2832
  #: src/views/tickets/email-tickets-moved.php:117
 
2833
  msgid " (taking place on %s)"
2834
  msgstr "(vind plaas op %s)"
2835
 
@@ -2839,8 +3036,8 @@ msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have bee
2839
  msgstr[0] ""
2840
  msgstr[1] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:97
2843
  #: src/views/tickets/email-tickets-moved.php:99
 
2844
  msgid "Important changes to your tickets"
2845
  msgstr "Belangrike veranderinge aan jou kaartjies"
2846
 
@@ -2861,7 +3058,7 @@ msgctxt "move tickets dialog"
2861
  msgid "Next &raquo;"
2862
  msgstr "Volgende &raquo;"
2863
 
2864
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2865
  msgid "Finish!"
2866
  msgstr "Voltooid!"
2867
 
@@ -2879,7 +3076,7 @@ msgstr "Wees asseblief geduldig terwyl jou versoek bewerk word&hellip;"
2879
  msgid "Select the ticket type that the tickets should be transferred to:"
2880
  msgstr "Kies die kaartjie tipe waarheen die kaartjies oorgedra moet word:"
2881
 
2882
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2883
  msgid "Select the post you wish to move the ticket type to:"
2884
  msgstr ""
2885
 
@@ -2887,7 +3084,7 @@ msgstr ""
2887
  msgid "You can also enter keywords to help find the target event by title or description:"
2888
  msgstr ""
2889
 
2890
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2891
  msgid "You can optionally focus on a specific post type:"
2892
  msgstr ""
2893
 
@@ -2917,82 +3114,26 @@ msgstr "Geen deelnemers gespesifiseer nie. Probeer asseblief weer."
2917
  msgid "Move"
2918
  msgstr "Skuif"
2919
 
2920
- #: src/admin-views/admin-welcome-message.php:38
2921
- msgid "Product Releases, Tutorials and Community Activity"
2922
- msgstr ""
2923
-
2924
- #: src/admin-views/admin-welcome-message.php:37
2925
- msgid "News For Events Users"
2926
- msgstr ""
2927
-
2928
- #: src/admin-views/admin-welcome-message.php:35
2929
- msgid "Get the Skinny on the Latest Updates"
2930
- msgstr ""
2931
-
2932
- #: src/admin-views/admin-welcome-message.php:34
2933
- msgid "Release Notes"
2934
- msgstr ""
2935
-
2936
- #: src/admin-views/admin-welcome-message.php:28
2937
- msgid "FAQs, Documentation, Tutorials and Forums"
2938
- msgstr ""
2939
-
2940
- #: src/admin-views/admin-welcome-message.php:27
2941
- msgid "Support Resources"
2942
- msgstr ""
2943
-
2944
- #: src/admin-views/admin-welcome-message.php:32
2945
- msgid "Addons for creating tickets, custom registration, events and more."
2946
- msgstr ""
2947
-
2948
- #: src/admin-views/admin-welcome-message.php:31
2949
- msgid "Looking for More Features?"
2950
- msgstr ""
2951
-
2952
- #: src/admin-views/admin-welcome-message.php:22
2953
  msgid "Getting Started"
2954
  msgstr ""
2955
 
2956
- #: src/admin-views/admin-welcome-message.php:64
2957
  msgid "Sign Up"
2958
  msgstr ""
2959
 
2960
- #: src/admin-views/admin-welcome-message.php:59
2961
- msgid "News and Announcements"
2962
- msgstr ""
2963
-
2964
- #: src/admin-views/admin-welcome-message.php:55
2965
- msgid "Developer News"
2966
- msgstr ""
2967
-
2968
- #: src/admin-views/admin-welcome-message.php:51
2969
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2970
- msgstr ""
2971
-
2972
- #: src/admin-views/admin-welcome-message.php:50
2973
- msgid "Newsletter Signup"
2974
- msgstr ""
2975
-
2976
- #: src/admin-views/admin-welcome-message.php:47
2977
  msgid "Rate It"
2978
  msgstr ""
2979
 
2980
- #: src/admin-views/admin-welcome-message.php:46
2981
  msgid "Rate us today!"
2982
  msgstr ""
2983
 
2984
- #: src/admin-views/admin-welcome-message.php:45
2985
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2986
- msgstr ""
2987
-
2988
- #: src/admin-views/admin-welcome-message.php:44
2989
  msgid "We Need Your Help"
2990
  msgstr ""
2991
 
2992
- #: src/admin-views/admin-welcome-message.php:10
2993
- msgid "You are running Version %s and deserve a hug :-)"
2994
- msgstr ""
2995
-
2996
  #: src/Tribe/Attendees.php:502
2997
  msgctxt "attendee export"
2998
  msgid "Customer Email Address"
@@ -3036,15 +3177,15 @@ msgctxt "attendee event actions"
3036
  msgid "Edit"
3037
  msgstr "Verander"
3038
 
3039
- #: src/Tribe/RSVP.php:326
3040
  msgid "RSVP Ticket"
3041
  msgstr "RSVP Kaartjie"
3042
 
3043
- #: src/Tribe/RSVP.php:325
3044
  msgid "RSVP Tickets"
3045
  msgstr "RSVP Kaartjies"
3046
 
3047
- #: src/Tribe/RSVP.php:158
3048
  msgctxt "ticket provider"
3049
  msgid "RSVP"
3050
  msgstr "RSVP"
@@ -3064,19 +3205,15 @@ msgctxt "attendee summary"
3064
  msgid "Total RSVPs:"
3065
  msgstr "Totale aantal RSVPs:"
3066
 
3067
- #: src/Tribe/Assets.php:111
3068
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3069
  msgstr "Is jy seker jy wil hierdie kaartjie verwyder? Die aksie kan nie ontdoen word nie. "
3070
 
3071
- #: src/Tribe/Main.php:788
3072
  msgctxt "button text"
3073
  msgid "RSVP"
3074
  msgstr "RSVP"
3075
 
3076
- #: src/Tribe/Main.php:653
3077
- msgid "Welcome to Event Tickets"
3078
- msgstr "Welkom by Event Tickets"
3079
-
3080
  #: src/Tribe/CSV_Importer/Rows.php:49
3081
  msgctxt "post type label"
3082
  msgid "RSVPs"
@@ -3087,22 +3224,22 @@ msgctxt "import type"
3087
  msgid "RSVPs"
3088
  msgstr "RSVPs"
3089
 
3090
- #: src/Tribe/Attendees_Table.php:327
3091
  msgctxt "row action"
3092
  msgid "Delete"
3093
  msgstr "Verwyder"
3094
 
3095
- #: src/Tribe/Attendees_Table.php:315
3096
  msgctxt "row action"
3097
  msgid "Move"
3098
  msgstr "Skuif"
3099
 
3100
- #: src/Tribe/Attendees_Table.php:305
3101
  msgctxt "row action"
3102
  msgid "Check In"
3103
  msgstr "Boek in"
3104
 
3105
- #: src/Tribe/Attendees_Table.php:306
3106
  msgctxt "row action"
3107
  msgid "Undo Check In"
3108
  msgstr "Kanseleer in-boek"
@@ -3141,39 +3278,39 @@ msgctxt "attendee table"
3141
  msgid "View history"
3142
  msgstr "Kyk na gesiekdenis"
3143
 
3144
- #: src/Tribe/Admin/Move_Tickets.php:760
3145
  msgid "This ticket was moved to %1$s from %2$s"
3146
  msgstr "Hierdie kaartjie is geskuif na %1$s van %2$s"
3147
 
3148
- #: src/Tribe/Admin/Move_Tickets.php:580
3149
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3150
  msgstr "Hierdie kaartjie is geskuif na %1$s %2$s van %3$s %4$s"
3151
 
3152
- #: src/Tribe/Admin/Move_Tickets.php:462
3153
  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."
3154
  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."
3155
  msgstr[0] ""
3156
  msgstr[1] ""
3157
 
3158
- #: src/Tribe/Admin/Move_Tickets.php:455
3159
  msgctxt "moved tickets success message fragment"
3160
  msgid "moved to %s and"
3161
  msgstr ""
3162
 
3163
- #: src/Tribe/Admin/Move_Tickets.php:448
3164
  msgctxt "moved tickets success message fragment"
3165
  msgid "assigned to %s"
3166
  msgstr ""
3167
 
3168
- #: src/Tribe/Admin/Move_Tickets.php:440
3169
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3170
  msgstr ""
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:432
3173
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3174
  msgstr ""
3175
 
3176
- #: src/Tribe/Admin/Move_Tickets.php:224
3177
  msgctxt "attendee screen bulk actions"
3178
  msgid "Move"
3179
  msgstr ""
@@ -3203,7 +3340,7 @@ msgid "Move Attendees"
3203
  msgstr ""
3204
 
3205
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3206
- #: src/Tribe/Admin/Move_Tickets.php:701
3207
  msgid "Changes to your tickets from %s"
3208
  msgstr ""
3209
 
@@ -3224,34 +3361,17 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3224
  msgstr ""
3225
 
3226
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3227
- #: src/Tribe/Admin/Move_Tickets.php:249
3228
  msgid "All supported types"
3229
  msgstr ""
3230
 
3231
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3232
- #: src/resources/js/app/blocks.js:39759
3233
  msgid "Move Ticket Types"
3234
  msgstr ""
3235
 
3236
- #: common/src/admin-views/tribe-options-licenses.php:30
3237
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3238
- msgstr ""
3239
-
3240
- #: common/src/admin-views/tribe-options-licenses.php:25
3241
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3242
- msgstr ""
3243
-
3244
- #: common/src/admin-views/tribe-options-licenses.php:22
3245
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3246
- msgstr ""
3247
-
3248
- #: common/src/admin-views/tribe-options-licenses.php:15
3249
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3250
- msgstr ""
3251
-
3252
- #: common/src/admin-views/tribe-options-licenses.php:11
3253
- #: common/src/admin-views/tribe-options-licenses.php:16
3254
- msgid " (opens in new window)"
3255
  msgstr ""
3256
 
3257
  #: common/src/admin-views/tribe-options-help.php:55
@@ -3298,104 +3418,104 @@ msgstr ""
3298
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3299
  msgstr ""
3300
 
3301
- #: common/src/Tribe/PUE/Notices.php:440
3302
  msgctxt "formatted plugin list"
3303
  msgid "%1$s and %2$s"
3304
  msgstr ""
3305
 
3306
- #: common/src/Tribe/PUE/Notices.php:359
3307
  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."
3308
  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."
3309
  msgstr[0] ""
3310
  msgstr[1] ""
3311
 
3312
- #: common/src/Tribe/PUE/Notices.php:327
3313
  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"
3314
  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"
3315
  msgstr[0] ""
3316
  msgstr[1] ""
3317
 
3318
- #: common/src/Tribe/PUE/Checker.php:1062
3319
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3320
  msgstr ""
3321
 
3322
- #: common/src/Tribe/PUE/Checker.php:1005
3323
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3324
  msgstr ""
3325
 
3326
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3327
  msgid " (opens in a new window)"
3328
  msgstr ""
3329
 
3330
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3331
  msgid "Renew Your License Now"
3332
  msgstr ""
3333
 
3334
- #: common/src/Tribe/Main.php:261
3335
  msgid ": Selected 1 row"
3336
  msgstr ""
3337
 
3338
- #: common/src/Tribe/Main.php:260
3339
  msgid ": Selected %d rows"
3340
  msgstr ""
3341
 
3342
- #: common/src/Tribe/Main.php:255
3343
  msgid "Previous"
3344
  msgstr ""
3345
 
3346
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3347
  msgid "Next"
3348
  msgstr ""
3349
 
3350
- #: common/src/Tribe/Main.php:253
3351
  msgid "All"
3352
  msgstr ""
3353
 
3354
- #: common/src/Tribe/Main.php:248
3355
  msgid "Search:"
3356
  msgstr ""
3357
 
3358
- #: common/src/Tribe/Main.php:247
3359
  msgid "No matching records found"
3360
  msgstr ""
3361
 
3362
- #: common/src/Tribe/Main.php:246
3363
  msgid "(filtered from _MAX_ total entries)"
3364
  msgstr ""
3365
 
3366
- #: common/src/Tribe/Main.php:245
3367
  msgid "Showing 0 to 0 of 0 entries"
3368
  msgstr ""
3369
 
3370
- #: common/src/Tribe/Main.php:244
3371
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3372
  msgstr ""
3373
 
3374
- #: common/src/Tribe/Main.php:243
3375
  msgid "No data available in table"
3376
  msgstr ""
3377
 
3378
- #: common/src/Tribe/Main.php:242
3379
  msgid "Show _MENU_ entries"
3380
  msgstr ""
3381
 
3382
- #: common/src/Tribe/Main.php:240
3383
  msgid ": activate to sort column descending"
3384
  msgstr ""
3385
 
3386
- #: common/src/Tribe/Main.php:239
3387
  msgid ": activate to sort column ascending"
3388
  msgstr ""
3389
 
3390
- #: common/src/Tribe/Main.php:284
3391
  msgid "Press \"Cmd + C\" to copy"
3392
  msgstr ""
3393
 
3394
- #: common/src/Tribe/Main.php:283
3395
  msgid "System info copied"
3396
  msgstr ""
3397
 
3398
- #: common/src/Tribe/Main.php:282
3399
  #: common/src/admin-views/tribe-options-help.php:50
3400
  msgid "Copy to clipboard"
3401
  msgstr ""
@@ -3424,15 +3544,15 @@ msgstr ""
3424
  msgid "Go to plugins page"
3425
  msgstr ""
3426
 
3427
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3428
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3429
  msgstr ""
3430
 
3431
- #: src/Tribe/Tickets.php:1813
3432
  msgid "Tickets are not available as this %s has passed."
3433
  msgstr ""
3434
 
3435
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3436
  msgid "Please enter in without thousand separators and currency symbols."
3437
  msgstr ""
3438
 
@@ -3440,16 +3560,16 @@ msgstr ""
3440
  msgid "English"
3441
  msgstr ""
3442
 
3443
- #: common/src/Tribe/Plugins_API.php:116
3444
  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."
3445
  msgstr ""
3446
 
3447
- #: common/src/Tribe/Plugins_API.php:105
3448
  msgctxt "Names of required plugins for Community Tickets"
3449
  msgid "Event Tickets Plus and Community Events"
3450
  msgstr ""
3451
 
3452
- #: common/src/Tribe/Plugins_API.php:104
3453
  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"
3454
  msgstr ""
3455
 
@@ -3457,11 +3577,11 @@ msgstr ""
3457
  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."
3458
  msgstr ""
3459
 
3460
- #: common/src/Tribe/Plugins_API.php:84
3461
  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."
3462
  msgstr ""
3463
 
3464
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3465
  msgid "Filter Bar"
3466
  msgstr "Filtreer strook"
3467
 
@@ -3473,7 +3593,7 @@ msgstr ""
3473
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3474
  msgstr ""
3475
 
3476
- #: src/Tribe/RSVP.php:791
3477
  msgid "You confirmed you will not be attending %s"
3478
  msgstr "Jy het bevestig dat jy nie %s gaan bywoon nie"
3479
 
@@ -3481,13 +3601,12 @@ msgstr "Jy het bevestig dat jy nie %s gaan bywoon nie"
3481
  msgid "Thank you for confirming that you will not be attending the above event."
3482
  msgstr "Dankie dat jy bevestig het dat jy nie die boonste gebeurtenis gaan bywoon nie."
3483
 
3484
- #: src/views/tickets/orders-rsvp.php:87
3485
  #: src/views/tickets/orders-pp-tickets.php:76
 
3486
  msgid "Type: "
3487
  msgstr "Tipe:"
3488
 
3489
  #: src/views/tickets/rsvp.php:211
3490
- #: src/views/blocks/rsvp/form/submit-login.php:19
3491
  msgid "Login to RSVP"
3492
  msgstr "Teken in om te RSVP"
3493
 
@@ -3499,13 +3618,13 @@ msgstr "Opdateer %s"
3499
  msgid "View %s"
3500
  msgstr "Kyk na %s"
3501
 
3502
- #: src/views/tickets/orders-rsvp.php:63
3503
  #: src/views/tickets/orders-pp-tickets.php:66
 
3504
  msgid "Attendee %d"
3505
  msgstr "Deelnemer %d"
3506
 
3507
- #: src/views/tickets/orders-rsvp.php:44
3508
  #: src/views/tickets/orders-pp-tickets.php:47
 
3509
  msgid " on %s"
3510
  msgstr " op %s"
3511
 
@@ -3518,12 +3637,12 @@ msgid "My RSVPs for This %s"
3518
  msgstr "My RSVPs vir hierdie %s"
3519
 
3520
  #: src/views/tickets/orders-link.php:39
3521
- #: src/views/blocks/attendees/order-links.php:64
3522
  msgid "View your %s"
3523
  msgstr "Kyk na jou %s"
3524
 
3525
  #: src/views/tickets/orders-link.php:38
3526
- #: src/views/blocks/attendees/order-links.php:47
3527
  msgid "You have %s for this %s."
3528
  msgstr "Jy het %s vir hierdie%s."
3529
 
@@ -3547,49 +3666,47 @@ msgstr "Jy het nog nie aangewys of jy enige opkomende geleenthede gaan bywoon ni
3547
  msgid "To see a list of events you're attending, you will need to log in."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/tribe-options-tickets.php:125
3551
  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."
3552
  msgstr ""
3553
 
3554
- #: src/admin-views/tribe-options-tickets.php:120
3555
  msgid "Login Requirements"
3556
  msgstr ""
3557
 
3558
- #: src/admin-views/tribe-options-tickets.php:43
3559
  msgid "Require users to log in before they RSVP"
3560
  msgstr "Benodig gebruikers om in te teken voor daar geRSVP kan word"
3561
 
3562
- #: src/Tribe/Tickets_View.php:810
3563
  msgid "This RSVP is no longer active."
3564
  msgstr "Die RSVP is nie meer aktief nie."
3565
 
3566
- #: src/Tribe/Tickets_View.php:743
3567
  msgid "Ticket"
3568
  msgstr "Kaartjie"
3569
 
3570
- #: src/Tribe/Tickets_View.php:630
3571
- msgid "Not Going"
3572
- msgstr "Ek gaan nie"
3573
-
3574
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3575
  #: src/modules/blocks/rsvp/counters/template.js:27
3576
- #: src/resources/js/app/blocks.js:37903
3577
  msgid "Going"
3578
  msgstr "Ek gaan"
3579
 
3580
- #: src/Tribe/Tickets.php:1863
3581
  msgid "There are no tickets available at this time."
3582
  msgstr "Daar is geen kaartjies beskikbaar op die oomblik nie"
3583
 
3584
- #: src/Tribe/Tickets.php:1861
3585
  msgid "Tickets are no longer available."
3586
  msgstr "Kaartjies is nie meer beskikbaar nie"
3587
 
3588
- #: src/Tribe/Tickets.php:1858
 
 
3589
  msgid "Tickets are not yet available"
3590
  msgstr ""
3591
 
3592
- #: src/Tribe/Main.php:788
3593
  msgid "Buy"
3594
  msgstr "Koop"
3595
 
@@ -3599,7 +3716,7 @@ msgstr "Koop"
3599
  msgid "Free"
3600
  msgstr "Gratis"
3601
 
3602
- #: src/Tribe/Tickets_View.php:739
3603
  msgid "RSVPs"
3604
  msgstr "RSVP's"
3605
 
@@ -3723,11 +3840,11 @@ msgstr ""
3723
  msgid "Enable global stock"
3724
  msgstr ""
3725
 
3726
- #: src/Tribe/Assets.php:117
3727
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3728
  msgstr ""
3729
 
3730
- #: src/Tribe/Attendees_Table.php:406
3731
  msgid "View order"
3732
  msgstr "Kyk na bestelling"
3733
 
@@ -3775,13 +3892,13 @@ msgstr "Modern Tribe, Inc."
3775
  msgid "Confirm RSVP"
3776
  msgstr "Bevestig RSVP"
3777
 
3778
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3779
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3780
  msgid "Full Name"
3781
  msgstr "Volle naam"
3782
 
3783
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3784
- #: src/views/blocks/rsvp/details/availability.php:22
3785
  msgid "Out of stock!"
3786
  msgstr "Uit voorraad uit!"
3787
 
@@ -3789,52 +3906,50 @@ msgstr "Uit voorraad uit!"
3789
  msgid "%1$s out of %2$s available"
3790
  msgstr "%1$s uit %2$s beskikbaar"
3791
 
3792
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3793
  #: src/admin-views/editor/column-body-price.php:16
3794
- #: src/modules/blocks/rsvp/index.js:22
 
3795
  #: src/modules/blocks/rsvp/container/template.js:31
3796
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3797
  msgid "RSVP"
3798
  msgstr "RSVP"
3799
 
3800
- #: src/views/tickets/email.php:406
3801
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3802
  msgid "Purchaser"
3803
  msgstr "Aankoper"
3804
 
3805
  #: src/views/tickets/email.php:402
3806
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3807
- #: src/resources/js/app/blocks.js:41324
3808
  msgid "Ticket Type"
3809
  msgstr "Kaartjie Tipe"
3810
 
3811
- #: src/views/tickets/email.php:27
3812
- #: src/views/tickets/email-ticket-type-moved.php:25
3813
- #: src/views/tickets/email-non-attendance.php:39
3814
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3815
  msgid "Your tickets"
3816
  msgstr "Jou Kaartjies"
3817
 
3818
  #: src/views/tickets/attendees-email.php:24
 
3819
  #: src/modules/blocks/attendees/index.js:21
3820
- #: src/resources/js/app/blocks.js:43603
3821
  msgid "Attendee List"
3822
  msgstr "Deelnemerslys"
3823
 
3824
- #: src/admin-views/tribe-options-tickets.php:58
3825
  msgid "Post types that can have tickets"
3826
  msgstr ""
3827
 
3828
  #: src/admin-views/editor/panel/settings.php:14
3829
- #: src/admin-views/tribe-options-tickets.php:54
3830
  msgid "Ticket Settings"
3831
  msgstr ""
3832
 
3833
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3834
  #: src/admin-views/editor/panel/settings.php:81
 
 
3835
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3836
  #: src/modules/blocks/ticket/dashboard/template.js:24
3837
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3838
  msgid "Cancel"
3839
  msgstr "Kanselleer"
3840
 
@@ -3850,13 +3965,13 @@ msgstr ""
3850
  msgid "When will ticket sales occur?"
3851
  msgstr ""
3852
 
3853
- #: src/admin-views/meta-box.php:192
3854
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3855
  msgid "End sale:"
3856
  msgstr "Eindig uitverkooping:"
3857
 
3858
- #: src/admin-views/meta-box.php:161
3859
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3860
  msgid "Start sale:"
3861
  msgstr "Uitverkope begin:"
3862
 
@@ -3868,24 +3983,24 @@ msgstr "Kaartjie Beskrywing"
3868
  msgid "Ticket Name:"
3869
  msgstr "Kaartjie Naam:"
3870
 
3871
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3872
  msgid "Sell using:"
3873
  msgstr "Verkoop deur middel van:"
3874
 
3875
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3876
  msgid "Edit ticket"
3877
  msgstr "Wysig Kaartjie"
3878
 
3879
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3880
- #: src/admin-views/editor/panel/ticket.php:53
3881
  msgid "Add new ticket"
3882
  msgstr "Voeg 'n Nuwe Kaartjie by"
3883
 
3884
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3885
  msgid "Remove"
3886
  msgstr "Verwyder"
3887
 
3888
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3889
  msgid "Select an Image"
3890
  msgstr "Kies 'n beeld"
3891
 
@@ -3901,7 +4016,7 @@ msgstr "Laai foto vir die kaartjie hoofstrook op."
3901
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3902
  msgstr "Hierdie geleentheid is geskep met behulp van gemeenskap gebeure. Is jy seker jy wil geld vra vir hierdie kaartjies?"
3903
 
3904
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3905
  msgid "Sold %d"
3906
  msgstr "Verkoop %d"
3907
 
@@ -3913,7 +4028,10 @@ msgstr "Wysig in %s"
3913
  msgid "View"
3914
  msgstr "Sien"
3915
 
3916
- #: src/admin-views/list.php:33
 
 
 
3917
  msgid "Edit"
3918
  msgstr "Verander"
3919
 
@@ -3922,8 +4040,8 @@ msgstr "Verander"
3922
  msgid "(Current sale price - this can be managed via the product editor)"
3923
  msgstr ""
3924
 
3925
- #: src/admin-views/price-fields.php:12
3926
  #: src/admin-views/editor/fieldset/price.php:67
 
3927
  #: src/admin-views/legacy-ticket-fields.php:24
3928
  msgid "Sale Price:"
3929
  msgstr "Verkoop Prys:"
@@ -3933,17 +4051,13 @@ msgstr "Verkoop Prys:"
3933
  msgid "(0 or empty for free tickets)"
3934
  msgstr "(0 of laat leeg vir gratis kaartjies)"
3935
 
3936
- #: src/admin-views/price-fields.php:3
3937
- #: src/admin-views/editor/column-body-price.php:9
3938
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3939
  #: src/admin-views/legacy-ticket-fields.php:15
3940
  msgid "Price:"
3941
  msgstr "Prys:"
3942
 
3943
- #: src/admin-views/tpp-orders.php:63
3944
- msgid "Sales by Ticket"
3945
- msgstr ""
3946
-
3947
  #: src/admin-views/attendees-email.php:59
3948
  msgid "Send Email"
3949
  msgstr "Stuur die e-pos"
@@ -3968,15 +4082,15 @@ msgstr "Kies 'n Gebruiker:"
3968
  msgid "Send the attendee list by email"
3969
  msgstr "Stuur die deelnemers per e-pos"
3970
 
3971
- #: src/Tribe/Attendees.php:709
3972
  msgid "Email sent successfully!"
3973
  msgstr "E-pos suksesvol gestuur!"
3974
 
3975
- #: src/Tribe/Attendees.php:702
3976
  msgid "Error when sending the email"
3977
  msgstr "Daar was 'n probleem met die stuur van die e-pos"
3978
 
3979
- #: src/Tribe/Attendees.php:701
3980
  msgid "Attendee List for: %s"
3981
  msgstr "Besoekerslyn vir: %s"
3982
 
@@ -4004,8 +4118,8 @@ msgstr "Kroek jy?"
4004
  msgid "attendees"
4005
  msgstr "deelenemers"
4006
 
4007
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4008
- #: src/admin-views/tribe-options-tickets.php:249
4009
  msgid "Yes"
4010
  msgstr "Ja"
4011
 
@@ -4026,12 +4140,12 @@ msgid "You need to select a user or type a valid email address"
4026
  msgstr "Jy moet 'n gebruiker kies of 'n geldige e-pos adres insleutel"
4027
 
4028
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4029
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4030
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4031
- #: src/admin-views/attendees.php:23
4032
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4033
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4034
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4035
  msgid "Attendees"
4036
  msgstr "Deelnemers"
4037
 
@@ -4039,51 +4153,51 @@ msgstr "Deelnemers"
4039
  msgid "See who purchased tickets to this event"
4040
  msgstr "Sien wie het kaartjies vir die geleentheid gekoop"
4041
 
4042
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4043
  msgid "Post draft updated."
4044
  msgstr "Artikel konsep opgedateer"
4045
 
4046
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4047
  msgid "Post scheduled."
4048
  msgstr ""
4049
 
4050
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4051
  msgid "Post submitted."
4052
  msgstr "Artikel voorgelê."
4053
 
4054
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4055
  msgid "Post published. %1$s"
4056
  msgstr ""
4057
 
4058
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4059
  msgid "Post updated. %1$s"
4060
  msgstr ""
4061
 
4062
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4063
  msgid "Return to the %1$sAttendees Report%2$s."
4064
  msgstr ""
4065
 
4066
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4067
  msgid "(deleted)"
4068
  msgstr ""
4069
 
4070
- #: src/Tribe/RSVP.php:1096
4071
  msgid "In order to RSVP, you must enter your name and a valid email address."
4072
  msgstr "Om te kan RSVP moet jy jou naam en 'n geldige e-pos adres in tik."
4073
 
4074
- #: src/Tribe/RSVP.php:1091
4075
  msgid "You can't RSVP more than the total remaining tickets."
4076
  msgstr "Jy kan nie meer RSVP as wat die totale aantal oorblywende kaartjies is nie."
4077
 
4078
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4079
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4080
  msgstr "Jou RSVP is gekry! Hou jou e-pos dop vir jou RSVP konfirmasie."
4081
 
4082
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4083
  msgid "Your tickets from %s"
4084
  msgstr "Jou kaartjies van %s"
4085
 
4086
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4087
  msgctxt "Attendee number"
4088
  msgid "Attendee %1$s"
4089
  msgstr "Deelnemer %1$s"
@@ -4092,99 +4206,99 @@ msgstr "Deelnemer %1$s"
4092
  msgid "Set as ticket header"
4093
  msgstr "Stel as kaartjie hoof op"
4094
 
4095
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4096
  msgid "Ticket header image"
4097
  msgstr "Kaartjie Hoof beeld "
4098
 
4099
- #: src/Tribe/Main.php:552
4100
  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)."
4101
  msgstr ""
4102
 
4103
- #: src/Tribe/Main.php:547
4104
  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)."
4105
  msgstr ""
4106
 
4107
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4108
  msgid "post a thread"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/Main.php:544
4112
  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."
4113
  msgstr ""
4114
 
4115
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4116
  msgid "Events Tickets Plus"
4117
  msgstr "Events Tickets Plus"
4118
 
4119
- #: src/Tribe/Main.php:542
4120
  msgid "premium support on our website"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/Main.php:540
4124
  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."
4125
  msgstr ""
4126
 
4127
- #: src/Tribe/Main.php:539
4128
  msgid "open-source forum on WordPress.org"
4129
  msgstr ""
4130
 
4131
- #: src/Tribe/Main.php:522
4132
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4133
  msgstr ""
4134
 
4135
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4136
  msgid "New User Primer"
4137
  msgstr ""
4138
 
4139
- #: src/Tribe/Main.php:503
4140
  msgid "Customizing Event Tickets"
4141
  msgstr ""
4142
 
4143
- #: src/Tribe/Main.php:502
4144
  msgid "Troubleshooting common problems"
4145
  msgstr ""
4146
 
4147
- #: src/Tribe/Main.php:501
4148
  msgid "Features overview"
4149
  msgstr ""
4150
 
4151
- #: src/Tribe/Main.php:500
4152
  msgid "Settings overview"
4153
  msgstr ""
4154
 
4155
- #: src/Tribe/Main.php:498
4156
  msgid "Support for Event Tickets"
4157
  msgstr ""
4158
 
4159
- #: src/Tribe/Main.php:334
4160
  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"
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4164
  msgid "Delete"
4165
  msgstr "Skrap"
4166
 
4167
- #: src/Tribe/Attendees_Table.php:521
4168
  msgid "Export"
4169
  msgstr "Voer uit"
4170
 
4171
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4172
- #: src/Tribe/Attendees_Table.php:520
4173
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4174
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4175
- #: src/admin-views/admin-welcome-message.php:62
 
4176
  msgid "Email"
4177
  msgstr "E-pos"
4178
 
4179
- #: src/Tribe/Attendees_Table.php:519
4180
  msgid "Print"
4181
  msgstr "Druk"
4182
 
4183
- #: src/Tribe/Attendees_Table.php:553
4184
  msgid "Undo Check in"
4185
  msgstr "Kanseleer Aanmelding"
4186
 
4187
- #: src/Tribe/Attendees_Table.php:552
4188
  msgid "Check in"
4189
  msgstr "Meld aan"
4190
 
@@ -4208,10 +4322,10 @@ msgstr ""
4208
  msgid "Purchaser Name"
4209
  msgstr ""
4210
 
4211
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4212
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4213
  #: src/admin-views/editor/list-table.php:30
4214
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4215
  msgid "Tickets"
4216
  msgstr "Kaartjies"
4217
 
@@ -4227,14 +4341,6 @@ msgstr "Dit is waar al die wêreldwye netwerk instellings vir Modern Tribe's The
4227
  msgid "Network Settings"
4228
  msgstr "Netwerk instellings"
4229
 
4230
- #: common/src/admin-views/tribe-options-licenses.php:47
4231
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4232
- msgstr ""
4233
-
4234
- #: common/src/admin-views/tribe-options-licenses.php:38
4235
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4236
- msgstr ""
4237
-
4238
  #: common/src/admin-views/tribe-options-help.php:80
4239
  msgid "More..."
4240
  msgstr "Meer..."
@@ -4359,6 +4465,10 @@ msgstr ""
4359
  msgid "Date Format Settings"
4360
  msgstr ""
4361
 
 
 
 
 
4362
  #: common/src/Tribe/Languages/Locations.php:374
4363
  msgid "Wyoming"
4364
  msgstr "Wyoming"
@@ -5604,7 +5714,7 @@ msgid "There are no fields setup for this tab yet."
5604
  msgstr "Daar is geen velde opgestel vir hierdie afdeling nie."
5605
 
5606
  #: common/src/Tribe/Settings_Manager.php:253
5607
- #: common/src/admin-views/tribe-options-licenses.php:66
5608
  msgid "Licenses"
5609
  msgstr "Lisensies"
5610
 
@@ -5624,21 +5734,21 @@ msgstr "Vertoon"
5624
  msgid "General"
5625
  msgstr "Algemene"
5626
 
5627
- #: common/src/Tribe/Settings.php:643
5628
  msgid "Settings saved."
5629
  msgstr "Verstellings is gestoor."
5630
 
5631
- #: common/src/Tribe/Settings.php:621
5632
  msgid "The above setting was not saved. Other settings were successfully saved."
5633
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5634
  msgstr[0] ""
5635
  msgstr[1] ""
5636
 
5637
- #: common/src/Tribe/Settings.php:620
5638
  msgid "None of your settings were saved. Please try again."
5639
  msgstr "Nie een van jou stellings is gestoor nie. Probeer asseblief weer."
5640
 
5641
- #: common/src/Tribe/Settings.php:610
5642
  msgid "Your form had the following errors:"
5643
  msgstr "Jou vorm het die volgende probleme gehad:"
5644
 
@@ -5654,6 +5764,7 @@ msgstr "Die versoek is onveilig gestuur."
5654
  msgid "You don't have permission to do that."
5655
  msgstr "Jy het nie toestemming om dit te doen nie."
5656
 
 
5657
  #: common/src/Tribe/Settings.php:371
5658
  msgid "Save Changes"
5659
  msgstr "Stoor veranderinge"
@@ -5667,11 +5778,11 @@ msgid "%s Settings"
5667
  msgstr "%s Verstellings"
5668
 
5669
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5670
- #: src/modules/elements/settings-dashboard/element.js:64
 
5671
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5672
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5673
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5674
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5675
  msgid "Settings"
5676
  msgstr "Verstellings"
5677
 
@@ -5679,40 +5790,41 @@ msgstr "Verstellings"
5679
  msgid "Events Settings"
5680
  msgstr "Gebeurtenis Verstellings"
5681
 
 
5682
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5683
  #: common/src/Tribe/Settings.php:242
5684
  msgid "Events"
5685
  msgstr "Geleenthede"
5686
 
5687
- #: common/src/Tribe/PUE/Checker.php:896
5688
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5689
  msgstr ""
5690
 
5691
- #: common/src/Tribe/PUE/Checker.php:940
5692
  msgid "Thanks for setting up a valid key. It will expire on %s"
5693
  msgstr ""
5694
 
5695
- #: common/src/Tribe/PUE/Checker.php:935
5696
  msgid "Valid Key! Expires on %s"
5697
  msgstr "Geldig sleutel! Verval op %s"
5698
 
5699
- #: common/src/Tribe/PUE/Checker.php:915
5700
  msgid "Sorry, key validation server is not available."
5701
  msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
5702
 
5703
- #: common/src/Tribe/PUE/Checker.php:909
5704
  msgid "unknown date"
5705
  msgstr "onbekende datum"
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:650
5708
  msgid "License key(s) updated."
5709
  msgstr "Lisensiesleutel(s) opgedateer"
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:494
5712
  msgid "A valid license key is required for support and updates"
5713
  msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgraderings"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5716
  msgid "License Key"
5717
  msgstr "Lisensiesleutel"
5718
 
@@ -5813,7 +5925,7 @@ msgid "n/a"
5813
  msgstr ""
5814
 
5815
  #: common/src/Tribe/Admin/Help_Page.php:244
5816
- #: common/src/Tribe/Plugins_API.php:100
5817
  msgid "Community Tickets"
5818
  msgstr "Gemeenskap kaartjies"
5819
 
@@ -5821,12 +5933,13 @@ msgstr "Gemeenskap kaartjies"
5821
  msgid "Event Tickets Plus"
5822
  msgstr "Event Tickets Plus"
5823
 
5824
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5825
  msgid "Community Events"
5826
  msgstr "Gemeenskap gebeurtenisse"
5827
 
5828
  #: common/src/Tribe/Admin/Help_Page.php:203
5829
- #: common/src/Tribe/Plugins_API.php:111
5830
  msgid "Eventbrite Tickets"
5831
  msgstr "Eventbrite kaartjies"
5832
 
@@ -5834,8 +5947,8 @@ msgstr "Eventbrite kaartjies"
5834
  msgid "Events Calendar PRO"
5835
  msgstr "Events Calendar PRO"
5836
 
5837
- #: src/views/tickets/orders-link.php:38
5838
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5839
  #: common/src/Tribe/Admin/Help_Page.php:170
5840
  msgid " and "
5841
  msgstr " en "
@@ -5853,7 +5966,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5853
  msgstr ""
5854
 
5855
  #. Plugin Name of the plugin
5856
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5857
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5858
  msgid "Event Tickets"
5859
  msgstr "Geleentheid Kaartjies"
@@ -5862,7 +5975,7 @@ msgstr "Geleentheid Kaartjies"
5862
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5863
  msgstr ""
5864
 
5865
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5866
- #: common/src/Tribe/Customizer.php:642
5867
  msgid "The Events Calendar"
5868
  msgstr "The Events Calendar"
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr ""
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr ""
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr ""
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr ""
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr ""
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr ""
1728
 
1776
  msgstr ""
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr ""
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr ""
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr ""
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr ""
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr ""
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr ""
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr ""
1998
  msgid "This ticket is no longer active."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2001
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2002
  msgid "Sell only available"
2003
  msgstr ""
2075
  msgid "Number of orders per page:"
2076
  msgstr ""
2077
 
2078
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2079
  msgid "Not completed"
2080
  msgstr ""
2081
 
2082
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2083
+ #: src/admin-views/tpp-orders.php:121
2084
  msgid "Completed"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2088
  msgid "Search Orders"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2092
  msgctxt "Browser title"
2093
  msgid "%s - PayPal Orders"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2097
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2098
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2099
  msgid "PayPal Orders"
2100
  msgstr ""
2101
 
2102
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2103
  msgid "See PayPal purchases for this %s"
2104
  msgstr ""
2105
 
2111
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2112
  msgstr ""
2113
 
2114
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  msgid "Report"
2116
  msgstr ""
2117
 
2118
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2119
  msgid "Sales report"
2120
  msgstr ""
2121
 
2122
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2123
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2124
  msgid "Orders"
2125
  msgstr ""
2126
 
2127
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2128
  msgid "Tribe Commerce Ticket"
2129
  msgstr ""
2130
 
2131
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2132
  msgid "Tribe Commerce Tickets"
2133
  msgstr ""
2134
 
2145
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2146
  msgstr ""
2147
 
 
2148
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2149
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2150
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2151
  msgctxt "a PayPal configuration status"
2152
  msgid "incomplete"
2153
  msgstr ""
2194
  msgstr ""
2195
 
2196
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2197
  msgid "pending"
2198
  msgstr ""
2199
 
2207
  msgid "Total Tickets Issued:"
2208
  msgstr ""
2209
 
2210
+ #: src/Tribe/Commerce/Currency.php:305
2211
  msgid "U.S. Dollar (USD)"
2212
  msgstr ""
2213
 
2214
+ #: src/Tribe/Commerce/Currency.php:299
2215
  msgid "Taiwan New Dollar (TWD)"
2216
  msgstr ""
2217
 
2218
+ #: src/Tribe/Commerce/Currency.php:293
2219
  msgid "Thai Baht (THB)"
2220
  msgstr ""
2221
 
2222
+ #: src/Tribe/Commerce/Currency.php:287
2223
  msgid "Singapore Dollar (SGD)"
2224
  msgstr ""
2225
 
2226
+ #: src/Tribe/Commerce/Currency.php:281
2227
  msgid "Swedish Krona (SEK)"
2228
  msgstr ""
2229
 
2230
+ #: src/Tribe/Commerce/Currency.php:269
2231
  msgid "Polish Zloty (PLN)"
2232
  msgstr ""
2233
 
2234
+ #: src/Tribe/Commerce/Currency.php:263
2235
  msgid "Philippine Peso (PHP)"
2236
  msgstr ""
2237
 
2238
+ #: src/Tribe/Commerce/Currency.php:257
2239
  msgid "New Zealand Dollar (NZD)"
2240
  msgstr ""
2241
 
2242
+ #: src/Tribe/Commerce/Currency.php:251
2243
  msgid "Norwegian Krone (NOK)"
2244
  msgstr ""
2245
 
2246
+ #: src/Tribe/Commerce/Currency.php:245
2247
  msgid "Mexican Peso (MXN)"
2248
  msgstr ""
2249
 
2250
+ #: src/Tribe/Commerce/Currency.php:239
2251
  msgid "Malaysian Ringgit (MYR)"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Commerce/Currency.php:233
2255
  msgid "Japanese Yen (JPY)"
2256
  msgstr ""
2257
 
2299
  msgid "Australian Dollar (AUD)"
2300
  msgstr ""
2301
 
2302
+ #: src/Tribe/Attendees_Table.php:814
2303
  msgid "No matching attendees found."
2304
  msgstr ""
2305
 
2315
  msgid "%s must not be empty"
2316
  msgstr ""
2317
 
2318
+ #: src/template-tags/tickets.php:446
2319
  msgctxt "ticket shared capacity message (remaining stock)"
2320
  msgid "%1$d available of shared capacity"
2321
  msgstr ""
2322
 
2323
  #: src/admin-views/rsvp-metabox-capacity.php:19
2324
  #: src/admin-views/tpp-metabox-capacity.php:25
2325
+ #: src/resources/js/app/blocks.js:45336
2326
  msgid "Leave blank for unlimited"
2327
  msgstr ""
2328
 
2359
  msgstr ""
2360
 
2361
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2362
  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."
2363
  msgstr ""
2364
 
2387
  msgstr ""
2388
 
2389
  #: src/admin-views/editor/list-table.php:39
2390
+ #: src/resources/js/app/blocks.js:43637
2391
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2392
  msgid "Capacity"
2393
  msgstr ""
2394
 
2404
  msgid "Available:"
2405
  msgstr ""
2406
 
 
2407
  #: src/admin-views/editor/list-row.php:91
2408
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2409
  #: src/admin-views/tpp-metabox-capacity.php:16
2410
  msgid "Capacity:"
2411
  msgstr ""
2431
  msgstr ""
2432
 
2433
  #: src/admin-views/editor/fieldset/advanced.php:98
2434
+ #: src/resources/js/app/blocks.js:45493
2435
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2436
  msgid "If you do not set a start sale date, tickets will be available immediately."
2437
  msgstr ""
2438
 
2447
 
2448
  #: src/admin-views/editor/fieldset/advanced.php:84
2449
  #: src/admin-views/editor/fieldset/advanced.php:113
2450
+ #: common/src/resources/js/app/elements.js:9804
2451
+ #: common/src/resources/js/app/utils.js:7352
2452
  #: common/src/modules/utils/date.js:103
 
 
2453
  msgid "at"
2454
  msgstr ""
2455
 
2482
  msgid "Start sale date cannot be empty."
2483
  msgstr ""
2484
 
2485
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2486
  msgid "Settings Overview"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2490
  msgid "Welcome to Event Tickets!"
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
2493
  #: src/Tribe/Tickets_Handler.php:84
2494
+ #: src/views/blocks/rsvp/details/availability.php:28
2495
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2496
+ #: src/views/blocks/tickets/extra-available.php:19
2497
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2498
+ #: src/resources/js/app/blocks.js:41083
2499
  #: src/modules/data/blocks/ticket/options.js:19
2500
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2501
  msgid "Unlimited"
2502
  msgstr ""
2503
 
2504
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2505
+ #: src/resources/js/app/blocks.js:5520
2506
+ #: src/modules/data/blocks/ticket/options.js:16
2507
  msgid "Set capacity for this ticket only"
2508
  msgstr ""
2509
 
2511
  msgid "Shared capacity with other tickets"
2512
  msgstr ""
2513
 
2514
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2515
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2516
  msgid "Move Ticket"
2517
  msgstr ""
2518
 
2519
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2520
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2521
  msgid "Move RSVP"
2522
  msgstr ""
2523
 
2570
  msgstr ""
2571
 
2572
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2573
+ #: src/resources/js/app/blocks.js:45362
2574
  msgid "Ticket Capacity"
2575
  msgstr ""
2576
 
2590
  msgid "%s must be an email address."
2591
  msgstr ""
2592
 
2593
+ #: common/src/Tribe/Main.php:266
2594
  msgid "Clear Selection."
2595
  msgstr ""
2596
 
2597
+ #: common/src/Tribe/Main.php:265
2598
  msgid "Select all pages"
2599
  msgstr ""
2600
 
2601
+ #: common/src/Tribe/Main.php:264
2602
  msgid "All items on this page were selected. "
2603
  msgstr ""
2604
 
2634
  msgid "A list of links to the term own, archive and parent REST URL"
2635
  msgstr ""
2636
 
2637
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
2638
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2639
  msgstr ""
2640
 
2641
+ #: src/template-tags/tickets.php:254
2642
  msgctxt "list view buy now ticket button"
2643
  msgid "Buy Now!"
2644
  msgstr ""
2645
 
2646
+ #: src/template-tags/tickets.php:251
2647
  msgctxt "list view rsvp now ticket button"
2648
  msgid "RSVP Now!"
2649
  msgstr ""
2650
 
2651
+ #: src/template-tags/tickets.php:239
2652
  msgid "%s ticket left"
2653
  msgid_plural "%s tickets left"
2654
  msgstr[0] ""
2655
  msgstr[1] ""
2656
 
2657
+ #: src/template-tags/tickets.php:237
2658
  msgid "%s spot left"
2659
  msgid_plural "%s spots left"
2660
  msgstr[0] ""
2665
  msgid "Sold out"
2666
  msgstr ""
2667
 
2668
+ #: common/src/Tribe/Plugins_API.php:139
2669
  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."
2670
  msgstr ""
2671
 
2672
+ #: common/src/Tribe/Plugins_API.php:135
2673
  msgid "Image Widget Plus"
2674
  msgstr ""
2675
 
2676
+ #: common/src/Tribe/Plugins_API.php:104
2677
  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."
2678
  msgstr ""
2679
 
2689
  msgid "Buy now"
2690
  msgstr ""
2691
 
2692
+ #: common/src/Tribe/PUE/Notices.php:398
2693
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2694
  msgstr ""
2695
 
2696
+ #: common/src/Tribe/PUE/Notices.php:279
2697
  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."
2698
  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."
2699
  msgstr[0] ""
2700
  msgstr[1] ""
2701
 
2702
+ #: common/src/Tribe/PUE/Checker.php:987
2703
  msgid "Please refresh the page and try your request again."
2704
  msgstr ""
2705
 
2719
  msgid "Cannot look for Terms without a taxonomy"
2720
  msgstr ""
2721
 
2722
+ #: common/src/Tribe/PUE/Checker.php:1106
2723
  msgid "There is a new version of %1$s available. %2$s"
2724
  msgstr ""
2725
 
2726
+ #: common/src/Tribe/PUE/Checker.php:1095
2727
  msgid "Update now to version %s."
2728
  msgstr ""
2729
 
2730
+ #: common/src/Tribe/PUE/Checker.php:500
2731
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2732
  msgstr ""
2733
 
2843
  msgid "The cost currency symbol"
2844
  msgstr ""
2845
 
2846
+ #: src/template-tags/tickets.php:449
2847
  msgctxt "ticket stock message (remaining stock)"
2848
  msgid "%1$d available"
2849
  msgstr ""
2850
 
2851
+ #: src/template-tags/tickets.php:444
2852
  msgid "%s %d"
2853
  msgstr ""
2854
 
2855
+ #: src/template-tags/tickets.php:438
2856
  msgctxt "separate going and remain RSVPs"
2857
  msgid "RSVP'd Going"
2858
  msgstr ""
2859
 
2860
+ #: src/admin-views/tribe-options-tickets.php:100
2861
  msgid "Location of Tickets form"
2862
  msgstr ""
2863
 
2864
+ #: src/admin-views/tribe-options-tickets.php:90
2865
  msgid "Location of RSVP form"
2866
  msgstr ""
2867
 
2868
+ #: src/admin-views/tribe-options-tickets.php:85
2869
  msgid "Above the event description"
2870
  msgstr ""
2871
 
2872
+ #: src/admin-views/tribe-options-tickets.php:84
2873
  msgid "Below the event description"
2874
  msgstr ""
2875
 
2876
+ #: src/admin-views/tribe-options-tickets.php:83
2877
  msgid "Above the event details"
2878
  msgstr ""
2879
 
2880
+ #: src/admin-views/tribe-options-tickets.php:82
2881
  msgid "Below the event details [default]"
2882
  msgstr ""
2883
 
2896
  msgid "Edit %s"
2897
  msgstr ""
2898
 
2899
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2900
  msgid "Undo"
2901
  msgstr ""
2902
 
2903
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2904
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2905
  msgid "Check In"
2906
  msgstr ""
2907
 
2932
  msgid "Events Help"
2933
  msgstr ""
2934
 
2935
+ #: common/src/Tribe/PUE/Checker.php:1688
2936
  msgid "Expired license. Consult your network administrator."
2937
  msgstr ""
2938
 
2939
+ #: common/src/Tribe/PUE/Checker.php:1687
2940
  msgid "No license entered. Consult your network administrator."
2941
  msgstr ""
2942
 
2943
+ #: common/src/Tribe/PUE/Checker.php:1686
2944
  msgid "A valid license has been entered by your network administrator."
2945
  msgstr ""
2946
 
2947
+ #: common/src/Tribe/PUE/Checker.php:553
2948
  msgid "Site License Key"
2949
  msgstr ""
2950
 
2951
+ #: common/src/Tribe/PUE/Checker.php:542
2952
  msgid "Check this box if you wish to override the network license key with your own"
2953
  msgstr ""
2954
 
2955
+ #: common/src/Tribe/PUE/Checker.php:541
2956
  msgid "Override network license key"
2957
  msgstr ""
2958
 
2959
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2960
  msgid "License Key Status:"
2961
  msgstr ""
2962
 
2963
+ #: common/src/Tribe/Main.php:289
2964
  msgid "Done"
2965
  msgstr ""
2966
 
2967
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2968
  msgid "Today"
2969
  msgstr ""
2970
 
2971
+ #: common/src/Tribe/Main.php:287
2972
  msgid "Prev"
2973
  msgstr ""
2974
 
2984
  msgid "Installed Add-Ons"
2985
  msgstr ""
2986
 
2987
+ #: common/src/Tribe/Extension.php:377
2988
  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."
2989
  msgstr ""
2990
 
2992
  msgid "Tutorial"
2993
  msgstr ""
2994
 
 
2995
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
2996
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
2997
  msgctxt "the final separator in a list of two or more items"
2998
  msgid " and "
2999
  msgstr "en"
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3003
  msgctxt "separator used in a list of items"
3004
  msgid ", "
3005
  msgstr ","
3025
  msgstr[0] ""
3026
  msgstr[1] ""
3027
 
 
3028
  #: src/views/tickets/email-tickets-moved.php:117
3029
+ #: src/views/tickets/email-ticket-type-moved.php:115
3030
  msgid " (taking place on %s)"
3031
  msgstr "(vind plaas op %s)"
3032
 
3036
  msgstr[0] ""
3037
  msgstr[1] ""
3038
 
 
3039
  #: src/views/tickets/email-tickets-moved.php:99
3040
+ #: src/views/tickets/email-ticket-type-moved.php:97
3041
  msgid "Important changes to your tickets"
3042
  msgstr "Belangrike veranderinge aan jou kaartjies"
3043
 
3058
  msgid "Next &raquo;"
3059
  msgstr "Volgende &raquo;"
3060
 
3061
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3062
  msgid "Finish!"
3063
  msgstr "Voltooid!"
3064
 
3076
  msgid "Select the ticket type that the tickets should be transferred to:"
3077
  msgstr "Kies die kaartjie tipe waarheen die kaartjies oorgedra moet word:"
3078
 
3079
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3080
  msgid "Select the post you wish to move the ticket type to:"
3081
  msgstr ""
3082
 
3084
  msgid "You can also enter keywords to help find the target event by title or description:"
3085
  msgstr ""
3086
 
3087
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3088
  msgid "You can optionally focus on a specific post type:"
3089
  msgstr ""
3090
 
3114
  msgid "Move"
3115
  msgstr "Skuif"
3116
 
3117
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3118
  msgid "Getting Started"
3119
  msgstr ""
3120
 
3121
+ #: src/admin-views/admin-welcome-message.php:69
3122
  msgid "Sign Up"
3123
  msgstr ""
3124
 
3125
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3126
  msgid "Rate It"
3127
  msgstr ""
3128
 
3129
+ #: src/admin-views/admin-welcome-message.php:79
3130
  msgid "Rate us today!"
3131
  msgstr ""
3132
 
3133
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3134
  msgid "We Need Your Help"
3135
  msgstr ""
3136
 
 
 
 
 
3137
  #: src/Tribe/Attendees.php:502
3138
  msgctxt "attendee export"
3139
  msgid "Customer Email Address"
3177
  msgid "Edit"
3178
  msgstr "Verander"
3179
 
3180
+ #: src/Tribe/RSVP.php:331
3181
  msgid "RSVP Ticket"
3182
  msgstr "RSVP Kaartjie"
3183
 
3184
+ #: src/Tribe/RSVP.php:330
3185
  msgid "RSVP Tickets"
3186
  msgstr "RSVP Kaartjies"
3187
 
3188
+ #: src/Tribe/RSVP.php:163
3189
  msgctxt "ticket provider"
3190
  msgid "RSVP"
3191
  msgstr "RSVP"
3205
  msgid "Total RSVPs:"
3206
  msgstr "Totale aantal RSVPs:"
3207
 
3208
+ #: src/Tribe/Assets.php:112
3209
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3210
  msgstr "Is jy seker jy wil hierdie kaartjie verwyder? Die aksie kan nie ontdoen word nie. "
3211
 
3212
+ #: src/Tribe/Main.php:803
3213
  msgctxt "button text"
3214
  msgid "RSVP"
3215
  msgstr "RSVP"
3216
 
 
 
 
 
3217
  #: src/Tribe/CSV_Importer/Rows.php:49
3218
  msgctxt "post type label"
3219
  msgid "RSVPs"
3224
  msgid "RSVPs"
3225
  msgstr "RSVPs"
3226
 
3227
+ #: src/Tribe/Attendees_Table.php:330
3228
  msgctxt "row action"
3229
  msgid "Delete"
3230
  msgstr "Verwyder"
3231
 
3232
+ #: src/Tribe/Attendees_Table.php:318
3233
  msgctxt "row action"
3234
  msgid "Move"
3235
  msgstr "Skuif"
3236
 
3237
+ #: src/Tribe/Attendees_Table.php:308
3238
  msgctxt "row action"
3239
  msgid "Check In"
3240
  msgstr "Boek in"
3241
 
3242
+ #: src/Tribe/Attendees_Table.php:309
3243
  msgctxt "row action"
3244
  msgid "Undo Check In"
3245
  msgstr "Kanseleer in-boek"
3278
  msgid "View history"
3279
  msgstr "Kyk na gesiekdenis"
3280
 
3281
+ #: src/Tribe/Admin/Move_Tickets.php:763
3282
  msgid "This ticket was moved to %1$s from %2$s"
3283
  msgstr "Hierdie kaartjie is geskuif na %1$s van %2$s"
3284
 
3285
+ #: src/Tribe/Admin/Move_Tickets.php:583
3286
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3287
  msgstr "Hierdie kaartjie is geskuif na %1$s %2$s van %3$s %4$s"
3288
 
3289
+ #: src/Tribe/Admin/Move_Tickets.php:465
3290
  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."
3291
  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."
3292
  msgstr[0] ""
3293
  msgstr[1] ""
3294
 
3295
+ #: src/Tribe/Admin/Move_Tickets.php:458
3296
  msgctxt "moved tickets success message fragment"
3297
  msgid "moved to %s and"
3298
  msgstr ""
3299
 
3300
+ #: src/Tribe/Admin/Move_Tickets.php:451
3301
  msgctxt "moved tickets success message fragment"
3302
  msgid "assigned to %s"
3303
  msgstr ""
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:443
3306
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Admin/Move_Tickets.php:435
3310
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Admin/Move_Tickets.php:225
3314
  msgctxt "attendee screen bulk actions"
3315
  msgid "Move"
3316
  msgstr ""
3340
  msgstr ""
3341
 
3342
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3343
+ #: src/Tribe/Admin/Move_Tickets.php:704
3344
  msgid "Changes to your tickets from %s"
3345
  msgstr ""
3346
 
3361
  msgstr ""
3362
 
3363
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3364
+ #: src/Tribe/Admin/Move_Tickets.php:252
3365
  msgid "All supported types"
3366
  msgstr ""
3367
 
3368
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3369
+ #: src/resources/js/app/blocks.js:42918
3370
  msgid "Move Ticket Types"
3371
  msgstr ""
3372
 
3373
+ #: common/src/admin-views/tribe-options-licenses.php:19
3374
+ 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."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3375
  msgstr ""
3376
 
3377
  #: common/src/admin-views/tribe-options-help.php:55
3418
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3419
  msgstr ""
3420
 
3421
+ #: common/src/Tribe/PUE/Notices.php:441
3422
  msgctxt "formatted plugin list"
3423
  msgid "%1$s and %2$s"
3424
  msgstr ""
3425
 
3426
+ #: common/src/Tribe/PUE/Notices.php:356
3427
  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."
3428
  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."
3429
  msgstr[0] ""
3430
  msgstr[1] ""
3431
 
3432
+ #: common/src/Tribe/PUE/Notices.php:324
3433
  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"
3434
  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"
3435
  msgstr[0] ""
3436
  msgstr[1] ""
3437
 
3438
+ #: common/src/Tribe/PUE/Checker.php:1065
3439
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3440
  msgstr ""
3441
 
3442
+ #: common/src/Tribe/PUE/Checker.php:1008
3443
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3444
  msgstr ""
3445
 
3446
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3447
  msgid " (opens in a new window)"
3448
  msgstr ""
3449
 
3450
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3451
  msgid "Renew Your License Now"
3452
  msgstr ""
3453
 
3454
+ #: common/src/Tribe/Main.php:276
3455
  msgid ": Selected 1 row"
3456
  msgstr ""
3457
 
3458
+ #: common/src/Tribe/Main.php:275
3459
  msgid ": Selected %d rows"
3460
  msgstr ""
3461
 
3462
+ #: common/src/Tribe/Main.php:270
3463
  msgid "Previous"
3464
  msgstr ""
3465
 
3466
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3467
  msgid "Next"
3468
  msgstr ""
3469
 
3470
+ #: common/src/Tribe/Main.php:268
3471
  msgid "All"
3472
  msgstr ""
3473
 
3474
+ #: common/src/Tribe/Main.php:263
3475
  msgid "Search:"
3476
  msgstr ""
3477
 
3478
+ #: common/src/Tribe/Main.php:262
3479
  msgid "No matching records found"
3480
  msgstr ""
3481
 
3482
+ #: common/src/Tribe/Main.php:261
3483
  msgid "(filtered from _MAX_ total entries)"
3484
  msgstr ""
3485
 
3486
+ #: common/src/Tribe/Main.php:260
3487
  msgid "Showing 0 to 0 of 0 entries"
3488
  msgstr ""
3489
 
3490
+ #: common/src/Tribe/Main.php:259
3491
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3492
  msgstr ""
3493
 
3494
+ #: common/src/Tribe/Main.php:258
3495
  msgid "No data available in table"
3496
  msgstr ""
3497
 
3498
+ #: common/src/Tribe/Main.php:257
3499
  msgid "Show _MENU_ entries"
3500
  msgstr ""
3501
 
3502
+ #: common/src/Tribe/Main.php:255
3503
  msgid ": activate to sort column descending"
3504
  msgstr ""
3505
 
3506
+ #: common/src/Tribe/Main.php:254
3507
  msgid ": activate to sort column ascending"
3508
  msgstr ""
3509
 
3510
+ #: common/src/Tribe/Main.php:299
3511
  msgid "Press \"Cmd + C\" to copy"
3512
  msgstr ""
3513
 
3514
+ #: common/src/Tribe/Main.php:298
3515
  msgid "System info copied"
3516
  msgstr ""
3517
 
3518
+ #: common/src/Tribe/Main.php:297
3519
  #: common/src/admin-views/tribe-options-help.php:50
3520
  msgid "Copy to clipboard"
3521
  msgstr ""
3544
  msgid "Go to plugins page"
3545
  msgstr ""
3546
 
3547
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3548
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3549
  msgstr ""
3550
 
3551
+ #: src/Tribe/Tickets.php:1819
3552
  msgid "Tickets are not available as this %s has passed."
3553
  msgstr ""
3554
 
3555
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3556
  msgid "Please enter in without thousand separators and currency symbols."
3557
  msgstr ""
3558
 
3560
  msgid "English"
3561
  msgstr ""
3562
 
3563
+ #: common/src/Tribe/Plugins_API.php:126
3564
  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."
3565
  msgstr ""
3566
 
3567
+ #: common/src/Tribe/Plugins_API.php:115
3568
  msgctxt "Names of required plugins for Community Tickets"
3569
  msgid "Event Tickets Plus and Community Events"
3570
  msgstr ""
3571
 
3572
+ #: common/src/Tribe/Plugins_API.php:114
3573
  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"
3574
  msgstr ""
3575
 
3577
  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."
3578
  msgstr ""
3579
 
3580
+ #: common/src/Tribe/Plugins_API.php:94
3581
  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."
3582
  msgstr ""
3583
 
3584
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3585
  msgid "Filter Bar"
3586
  msgstr "Filtreer strook"
3587
 
3593
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3594
  msgstr ""
3595
 
3596
+ #: src/Tribe/RSVP.php:810
3597
  msgid "You confirmed you will not be attending %s"
3598
  msgstr "Jy het bevestig dat jy nie %s gaan bywoon nie"
3599
 
3601
  msgid "Thank you for confirming that you will not be attending the above event."
3602
  msgstr "Dankie dat jy bevestig het dat jy nie die boonste gebeurtenis gaan bywoon nie."
3603
 
 
3604
  #: src/views/tickets/orders-pp-tickets.php:76
3605
+ #: src/views/tickets/orders-rsvp.php:87
3606
  msgid "Type: "
3607
  msgstr "Tipe:"
3608
 
3609
  #: src/views/tickets/rsvp.php:211
 
3610
  msgid "Login to RSVP"
3611
  msgstr "Teken in om te RSVP"
3612
 
3618
  msgid "View %s"
3619
  msgstr "Kyk na %s"
3620
 
 
3621
  #: src/views/tickets/orders-pp-tickets.php:66
3622
+ #: src/views/tickets/orders-rsvp.php:63
3623
  msgid "Attendee %d"
3624
  msgstr "Deelnemer %d"
3625
 
 
3626
  #: src/views/tickets/orders-pp-tickets.php:47
3627
+ #: src/views/tickets/orders-rsvp.php:44
3628
  msgid " on %s"
3629
  msgstr " op %s"
3630
 
3637
  msgstr "My RSVPs vir hierdie %s"
3638
 
3639
  #: src/views/tickets/orders-link.php:39
3640
+ #: src/views/blocks/attendees/order-links.php:65
3641
  msgid "View your %s"
3642
  msgstr "Kyk na jou %s"
3643
 
3644
  #: src/views/tickets/orders-link.php:38
3645
+ #: src/views/blocks/attendees/order-links.php:48
3646
  msgid "You have %s for this %s."
3647
  msgstr "Jy het %s vir hierdie%s."
3648
 
3666
  msgid "To see a list of events you're attending, you will need to log in."
3667
  msgstr ""
3668
 
3669
+ #: src/admin-views/tribe-options-tickets.php:127
3670
  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."
3671
  msgstr ""
3672
 
3673
+ #: src/admin-views/tribe-options-tickets.php:122
3674
  msgid "Login Requirements"
3675
  msgstr ""
3676
 
3677
+ #: src/admin-views/tribe-options-tickets.php:51
3678
  msgid "Require users to log in before they RSVP"
3679
  msgstr "Benodig gebruikers om in te teken voor daar geRSVP kan word"
3680
 
3681
+ #: src/Tribe/Tickets_View.php:808
3682
  msgid "This RSVP is no longer active."
3683
  msgstr "Die RSVP is nie meer aktief nie."
3684
 
3685
+ #: src/Tribe/Tickets_View.php:741
3686
  msgid "Ticket"
3687
  msgstr "Kaartjie"
3688
 
3689
+ #: src/views/blocks/rsvp/status/going.php:26
3690
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3691
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3692
  msgid "Going"
3693
  msgstr "Ek gaan"
3694
 
3695
+ #: src/Tribe/Tickets.php:1869
3696
  msgid "There are no tickets available at this time."
3697
  msgstr "Daar is geen kaartjies beskikbaar op die oomblik nie"
3698
 
3699
+ #: src/Tribe/Tickets.php:1867
3700
  msgid "Tickets are no longer available."
3701
  msgstr "Kaartjies is nie meer beskikbaar nie"
3702
 
3703
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3704
+ #: src/resources/js/app/blocks.js:44083
3705
+ #: src/modules/blocks/tickets/container/template.js:47
3706
  msgid "Tickets are not yet available"
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Main.php:803
3710
  msgid "Buy"
3711
  msgstr "Koop"
3712
 
3716
  msgid "Free"
3717
  msgstr "Gratis"
3718
 
3719
+ #: src/Tribe/Tickets_View.php:737
3720
  msgid "RSVPs"
3721
  msgstr "RSVP's"
3722
 
3840
  msgid "Enable global stock"
3841
  msgstr ""
3842
 
3843
+ #: src/Tribe/Assets.php:118
3844
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3845
  msgstr ""
3846
 
3847
+ #: src/Tribe/Attendees_Table.php:410
3848
  msgid "View order"
3849
  msgstr "Kyk na bestelling"
3850
 
3892
  msgid "Confirm RSVP"
3893
  msgstr "Bevestig RSVP"
3894
 
 
3895
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3896
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3897
  msgid "Full Name"
3898
  msgstr "Volle naam"
3899
 
3900
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3901
+ #: src/views/blocks/rsvp/details/availability.php:23
3902
  msgid "Out of stock!"
3903
  msgstr "Uit voorraad uit!"
3904
 
3906
  msgid "%1$s out of %2$s available"
3907
  msgstr "%1$s uit %2$s beskikbaar"
3908
 
3909
+ #: src/Tribe/Tickets_View.php:737
3910
  #: src/admin-views/editor/column-body-price.php:16
3911
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3912
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3913
  #: src/modules/blocks/rsvp/container/template.js:31
 
3914
  msgid "RSVP"
3915
  msgstr "RSVP"
3916
 
 
3917
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3918
+ #: src/views/tickets/email.php:406
3919
  msgid "Purchaser"
3920
  msgstr "Aankoper"
3921
 
3922
  #: src/views/tickets/email.php:402
 
 
3923
  msgid "Ticket Type"
3924
  msgstr "Kaartjie Tipe"
3925
 
 
 
 
3926
  #: src/views/tickets/email-tickets-moved.php:26
3927
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3928
+ #: src/views/tickets/email-ticket-type-moved.php:25
3929
  msgid "Your tickets"
3930
  msgstr "Jou Kaartjies"
3931
 
3932
  #: src/views/tickets/attendees-email.php:24
3933
+ #: src/resources/js/app/blocks.js:46965
3934
  #: src/modules/blocks/attendees/index.js:21
 
3935
  msgid "Attendee List"
3936
  msgstr "Deelnemerslys"
3937
 
3938
+ #: src/admin-views/tribe-options-tickets.php:66
3939
  msgid "Post types that can have tickets"
3940
  msgstr ""
3941
 
3942
  #: src/admin-views/editor/panel/settings.php:14
3943
+ #: src/admin-views/tribe-options-tickets.php:62
3944
  msgid "Ticket Settings"
3945
  msgstr ""
3946
 
3947
+ #: src/admin-views/editor/panel/ticket.php:199
3948
  #: src/admin-views/editor/panel/settings.php:81
3949
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3950
+ #: src/resources/js/app/blocks.js:46423
3951
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3952
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3953
  msgid "Cancel"
3954
  msgstr "Kanselleer"
3955
 
3965
  msgid "When will ticket sales occur?"
3966
  msgstr ""
3967
 
 
3968
  #: src/admin-views/editor/fieldset/advanced.php:102
3969
+ #: src/admin-views/meta-box.php:192
3970
  msgid "End sale:"
3971
  msgstr "Eindig uitverkooping:"
3972
 
 
3973
  #: src/admin-views/editor/fieldset/advanced.php:70
3974
+ #: src/admin-views/meta-box.php:161
3975
  msgid "Start sale:"
3976
  msgstr "Uitverkope begin:"
3977
 
3983
  msgid "Ticket Name:"
3984
  msgstr "Kaartjie Naam:"
3985
 
3986
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
3987
  msgid "Sell using:"
3988
  msgstr "Verkoop deur middel van:"
3989
 
3990
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
3991
  msgid "Edit ticket"
3992
  msgstr "Wysig Kaartjie"
3993
 
3994
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
3995
+ #: src/admin-views/meta-box.php:122
3996
  msgid "Add new ticket"
3997
  msgstr "Voeg 'n Nuwe Kaartjie by"
3998
 
3999
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4000
  msgid "Remove"
4001
  msgstr "Verwyder"
4002
 
4003
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4004
  msgid "Select an Image"
4005
  msgstr "Kies 'n beeld"
4006
 
4016
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4017
  msgstr "Hierdie geleentheid is geskep met behulp van gemeenskap gebeure. Is jy seker jy wil geld vra vir hierdie kaartjies?"
4018
 
4019
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4020
  msgid "Sold %d"
4021
  msgstr "Verkoop %d"
4022
 
4028
  msgid "View"
4029
  msgstr "Sien"
4030
 
4031
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4032
+ #: src/resources/js/app/blocks.js:46179
4033
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4034
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4035
  msgid "Edit"
4036
  msgstr "Verander"
4037
 
4040
  msgid "(Current sale price - this can be managed via the product editor)"
4041
  msgstr ""
4042
 
 
4043
  #: src/admin-views/editor/fieldset/price.php:67
4044
+ #: src/admin-views/price-fields.php:12
4045
  #: src/admin-views/legacy-ticket-fields.php:24
4046
  msgid "Sale Price:"
4047
  msgstr "Verkoop Prys:"
4051
  msgid "(0 or empty for free tickets)"
4052
  msgstr "(0 of laat leeg vir gratis kaartjies)"
4053
 
 
 
4054
  #: src/admin-views/editor/fieldset/price.php:49
4055
+ #: src/admin-views/editor/column-body-price.php:9
4056
+ #: src/admin-views/price-fields.php:3
4057
  #: src/admin-views/legacy-ticket-fields.php:15
4058
  msgid "Price:"
4059
  msgstr "Prys:"
4060
 
 
 
 
 
4061
  #: src/admin-views/attendees-email.php:59
4062
  msgid "Send Email"
4063
  msgstr "Stuur die e-pos"
4082
  msgid "Send the attendee list by email"
4083
  msgstr "Stuur die deelnemers per e-pos"
4084
 
4085
+ #: src/Tribe/Attendees.php:708
4086
  msgid "Email sent successfully!"
4087
  msgstr "E-pos suksesvol gestuur!"
4088
 
4089
+ #: src/Tribe/Attendees.php:701
4090
  msgid "Error when sending the email"
4091
  msgstr "Daar was 'n probleem met die stuur van die e-pos"
4092
 
4093
+ #: src/Tribe/Attendees.php:700
4094
  msgid "Attendee List for: %s"
4095
  msgstr "Besoekerslyn vir: %s"
4096
 
4118
  msgid "attendees"
4119
  msgstr "deelenemers"
4120
 
4121
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4122
+ #: src/admin-views/tribe-options-tickets.php:246
4123
  msgid "Yes"
4124
  msgstr "Ja"
4125
 
4140
  msgstr "Jy moet 'n gebruiker kies of 'n geldige e-pos adres insleutel"
4141
 
4142
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4143
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4144
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4145
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4146
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4147
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4148
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4149
  msgid "Attendees"
4150
  msgstr "Deelnemers"
4151
 
4153
  msgid "See who purchased tickets to this event"
4154
  msgstr "Sien wie het kaartjies vir die geleentheid gekoop"
4155
 
4156
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4157
  msgid "Post draft updated."
4158
  msgstr "Artikel konsep opgedateer"
4159
 
4160
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4161
  msgid "Post scheduled."
4162
  msgstr ""
4163
 
4164
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4165
  msgid "Post submitted."
4166
  msgstr "Artikel voorgelê."
4167
 
4168
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4169
  msgid "Post published. %1$s"
4170
  msgstr ""
4171
 
4172
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4173
  msgid "Post updated. %1$s"
4174
  msgstr ""
4175
 
4176
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4177
  msgid "Return to the %1$sAttendees Report%2$s."
4178
  msgstr ""
4179
 
4180
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4181
  msgid "(deleted)"
4182
  msgstr ""
4183
 
4184
+ #: src/Tribe/RSVP.php:1115
4185
  msgid "In order to RSVP, you must enter your name and a valid email address."
4186
  msgstr "Om te kan RSVP moet jy jou naam en 'n geldige e-pos adres in tik."
4187
 
4188
+ #: src/Tribe/RSVP.php:1110
4189
  msgid "You can't RSVP more than the total remaining tickets."
4190
  msgstr "Jy kan nie meer RSVP as wat die totale aantal oorblywende kaartjies is nie."
4191
 
4192
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4193
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4194
  msgstr "Jou RSVP is gekry! Hou jou e-pos dop vir jou RSVP konfirmasie."
4195
 
4196
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4197
  msgid "Your tickets from %s"
4198
  msgstr "Jou kaartjies van %s"
4199
 
4200
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4201
  msgctxt "Attendee number"
4202
  msgid "Attendee %1$s"
4203
  msgstr "Deelnemer %1$s"
4206
  msgid "Set as ticket header"
4207
  msgstr "Stel as kaartjie hoof op"
4208
 
4209
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4210
  msgid "Ticket header image"
4211
  msgstr "Kaartjie Hoof beeld "
4212
 
4213
+ #: src/Tribe/Main.php:567
4214
  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)."
4215
  msgstr ""
4216
 
4217
+ #: src/Tribe/Main.php:562
4218
  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)."
4219
  msgstr ""
4220
 
4221
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4222
  msgid "post a thread"
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Main.php:559
4226
  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."
4227
  msgstr ""
4228
 
4229
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4230
  msgid "Events Tickets Plus"
4231
  msgstr "Events Tickets Plus"
4232
 
4233
+ #: src/Tribe/Main.php:557
4234
  msgid "premium support on our website"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Main.php:555
4238
  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."
4239
  msgstr ""
4240
 
4241
+ #: src/Tribe/Main.php:554
4242
  msgid "open-source forum on WordPress.org"
4243
  msgstr ""
4244
 
4245
+ #: src/Tribe/Main.php:537
4246
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4247
  msgstr ""
4248
 
4249
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4250
  msgid "New User Primer"
4251
  msgstr ""
4252
 
4253
+ #: src/Tribe/Main.php:518
4254
  msgid "Customizing Event Tickets"
4255
  msgstr ""
4256
 
4257
+ #: src/Tribe/Main.php:517
4258
  msgid "Troubleshooting common problems"
4259
  msgstr ""
4260
 
4261
+ #: src/Tribe/Main.php:516
4262
  msgid "Features overview"
4263
  msgstr ""
4264
 
4265
+ #: src/Tribe/Main.php:515
4266
  msgid "Settings overview"
4267
  msgstr ""
4268
 
4269
+ #: src/Tribe/Main.php:513
4270
  msgid "Support for Event Tickets"
4271
  msgstr ""
4272
 
4273
+ #: src/Tribe/Main.php:332
4274
  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"
4275
  msgstr ""
4276
 
4277
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4278
  msgid "Delete"
4279
  msgstr "Skrap"
4280
 
4281
+ #: src/Tribe/Attendees_Table.php:555
4282
  msgid "Export"
4283
  msgstr "Voer uit"
4284
 
4285
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4286
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4287
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4288
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4289
+ #: src/views/blocks/rsvp/form/email.php:32
4290
  msgid "Email"
4291
  msgstr "E-pos"
4292
 
4293
+ #: src/Tribe/Attendees_Table.php:554
4294
  msgid "Print"
4295
  msgstr "Druk"
4296
 
4297
+ #: src/Tribe/Attendees_Table.php:591
4298
  msgid "Undo Check in"
4299
  msgstr "Kanseleer Aanmelding"
4300
 
4301
+ #: src/Tribe/Attendees_Table.php:590
4302
  msgid "Check in"
4303
  msgstr "Meld aan"
4304
 
4322
  msgid "Purchaser Name"
4323
  msgstr ""
4324
 
4325
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4326
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4327
  #: src/admin-views/editor/list-table.php:30
4328
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4329
  msgid "Tickets"
4330
  msgstr "Kaartjies"
4331
 
4341
  msgid "Network Settings"
4342
  msgstr "Netwerk instellings"
4343
 
 
 
 
 
 
 
 
 
4344
  #: common/src/admin-views/tribe-options-help.php:80
4345
  msgid "More..."
4346
  msgstr "Meer..."
4465
  msgid "Date Format Settings"
4466
  msgstr ""
4467
 
4468
+ #: src/admin-views/admin-welcome-message.php:7
4469
+ msgid "Version"
4470
+ msgstr "Weergawe"
4471
+
4472
  #: common/src/Tribe/Languages/Locations.php:374
4473
  msgid "Wyoming"
4474
  msgstr "Wyoming"
5714
  msgstr "Daar is geen velde opgestel vir hierdie afdeling nie."
5715
 
5716
  #: common/src/Tribe/Settings_Manager.php:253
5717
+ #: common/src/admin-views/tribe-options-licenses.php:57
5718
  msgid "Licenses"
5719
  msgstr "Lisensies"
5720
 
5734
  msgid "General"
5735
  msgstr "Algemene"
5736
 
5737
+ #: common/src/Tribe/Settings.php:641
5738
  msgid "Settings saved."
5739
  msgstr "Verstellings is gestoor."
5740
 
5741
+ #: common/src/Tribe/Settings.php:619
5742
  msgid "The above setting was not saved. Other settings were successfully saved."
5743
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5744
  msgstr[0] ""
5745
  msgstr[1] ""
5746
 
5747
+ #: common/src/Tribe/Settings.php:618
5748
  msgid "None of your settings were saved. Please try again."
5749
  msgstr "Nie een van jou stellings is gestoor nie. Probeer asseblief weer."
5750
 
5751
+ #: common/src/Tribe/Settings.php:608
5752
  msgid "Your form had the following errors:"
5753
  msgstr "Jou vorm het die volgende probleme gehad:"
5754
 
5764
  msgid "You don't have permission to do that."
5765
  msgstr "Jy het nie toestemming om dit te doen nie."
5766
 
5767
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5768
  #: common/src/Tribe/Settings.php:371
5769
  msgid "Save Changes"
5770
  msgstr "Stoor veranderinge"
5778
  msgstr "%s Verstellings"
5779
 
5780
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5781
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5782
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5783
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5784
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5785
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5786
  msgid "Settings"
5787
  msgstr "Verstellings"
5788
 
5790
  msgid "Events Settings"
5791
  msgstr "Gebeurtenis Verstellings"
5792
 
5793
+ #: src/admin-views/admin-welcome-message.php:18
5794
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5795
  #: common/src/Tribe/Settings.php:242
5796
  msgid "Events"
5797
  msgstr "Geleenthede"
5798
 
5799
+ #: common/src/Tribe/PUE/Checker.php:899
5800
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5801
  msgstr ""
5802
 
5803
+ #: common/src/Tribe/PUE/Checker.php:943
5804
  msgid "Thanks for setting up a valid key. It will expire on %s"
5805
  msgstr ""
5806
 
5807
+ #: common/src/Tribe/PUE/Checker.php:938
5808
  msgid "Valid Key! Expires on %s"
5809
  msgstr "Geldig sleutel! Verval op %s"
5810
 
5811
+ #: common/src/Tribe/PUE/Checker.php:918
5812
  msgid "Sorry, key validation server is not available."
5813
  msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:912
5816
  msgid "unknown date"
5817
  msgstr "onbekende datum"
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:653
5820
  msgid "License key(s) updated."
5821
  msgstr "Lisensiesleutel(s) opgedateer"
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:497
5824
  msgid "A valid license key is required for support and updates"
5825
  msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgraderings"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5828
  msgid "License Key"
5829
  msgstr "Lisensiesleutel"
5830
 
5925
  msgstr ""
5926
 
5927
  #: common/src/Tribe/Admin/Help_Page.php:244
5928
+ #: common/src/Tribe/Plugins_API.php:110
5929
  msgid "Community Tickets"
5930
  msgstr "Gemeenskap kaartjies"
5931
 
5933
  msgid "Event Tickets Plus"
5934
  msgstr "Event Tickets Plus"
5935
 
5936
+ #: common/src/Tribe/Admin/Help_Page.php:211
5937
+ #: common/src/Tribe/Plugins_API.php:100
5938
  msgid "Community Events"
5939
  msgstr "Gemeenskap gebeurtenisse"
5940
 
5941
  #: common/src/Tribe/Admin/Help_Page.php:203
5942
+ #: common/src/Tribe/Plugins_API.php:121
5943
  msgid "Eventbrite Tickets"
5944
  msgstr "Eventbrite kaartjies"
5945
 
5947
  msgid "Events Calendar PRO"
5948
  msgstr "Events Calendar PRO"
5949
 
5950
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5951
+ #: src/views/blocks/attendees/order-links.php:48
5952
  #: common/src/Tribe/Admin/Help_Page.php:170
5953
  msgid " and "
5954
  msgstr " en "
5966
  msgstr ""
5967
 
5968
  #. Plugin Name of the plugin
5969
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5970
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5971
  msgid "Event Tickets"
5972
  msgstr "Geleentheid Kaartjies"
5975
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5976
  msgstr ""
5977
 
5978
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5979
+ #: common/src/Tribe/Plugins_API.php:25
5980
  msgid "The Events Calendar"
5981
  msgstr "The Events Calendar"
lang/event-tickets-ca.mo CHANGED
Binary file
lang/event-tickets-ca.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: ca\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr ""
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr ""
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr ""
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr ""
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr ""
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr ""
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr ""
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr ""
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr ""
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr ""
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr ""
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr ""
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr ""
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr ""
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr ""
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr ""
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr ""
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr ""
1665
 
@@ -1671,22 +1990,6 @@ msgstr ""
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr ""
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr ""
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr ""
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr ""
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr ""
@@ -1695,61 +1998,6 @@ msgstr ""
1695
  msgid "This ticket is no longer active."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <span class=\"count\">(%s)</span>"
1700
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1701
- msgstr[0] ""
1702
- msgstr[1] ""
1703
-
1704
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1705
- msgctxt "A PayPal order status"
1706
- msgid "Denied"
1707
- msgstr ""
1708
-
1709
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1710
- msgid "Refunded <span class=\"count\">(%s)</span>"
1711
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1712
- msgstr[0] ""
1713
- msgstr[1] ""
1714
-
1715
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1716
- msgctxt "A PayPal order status"
1717
- msgid "Refunded"
1718
- msgstr ""
1719
-
1720
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1721
- msgid "Pending <span class=\"count\">(%s)</span>"
1722
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1723
- msgstr[0] ""
1724
- msgstr[1] ""
1725
-
1726
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1727
- msgctxt "A PayPal order status"
1728
- msgid "Pending"
1729
- msgstr ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1732
- msgid "Not completed <span class=\"count\">(%s)</span>"
1733
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1734
- msgstr[0] ""
1735
- msgstr[1] ""
1736
-
1737
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1738
- msgctxt "A PayPal order status"
1739
- msgid "Not completed"
1740
- msgstr ""
1741
-
1742
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1743
- msgid "Completed <span class=\"count\">(%s)</span>"
1744
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1745
- msgstr[0] ""
1746
- msgstr[1] ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1749
- msgctxt "A PayPal order status"
1750
- msgid "Completed"
1751
- msgstr ""
1752
-
1753
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1754
  msgid "Sell only available"
1755
  msgstr ""
@@ -1827,30 +2075,31 @@ msgstr ""
1827
  msgid "Number of orders per page:"
1828
  msgstr ""
1829
 
1830
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1831
  msgid "Not completed"
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1835
  msgid "Completed"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1839
  msgid "Search Orders"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1843
  msgctxt "Browser title"
1844
  msgid "%s - PayPal Orders"
1845
  msgstr ""
1846
 
 
 
1847
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1848
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1850
  msgid "PayPal Orders"
1851
  msgstr ""
1852
 
1853
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1854
  msgid "See PayPal purchases for this %s"
1855
  msgstr ""
1856
 
@@ -1862,55 +2111,24 @@ msgstr ""
1862
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1863
  msgstr ""
1864
 
1865
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1866
- msgctxt "a PayPal ticket order status"
1867
- msgid "Not Completed"
1868
- msgstr ""
1869
-
1870
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1871
- msgctxt "a PayPal ticket order status"
1872
- msgid "Denied"
1873
- msgstr ""
1874
-
1875
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1876
- msgctxt "a PayPal ticket order status"
1877
- msgid "Pending"
1878
- msgstr ""
1879
-
1880
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1881
- msgctxt "a PayPal ticket order status"
1882
- msgid "Refunded"
1883
- msgstr ""
1884
-
1885
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1886
- msgctxt "a PayPal ticket order status"
1887
- msgid "Completed"
1888
- msgstr ""
1889
-
1890
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1891
- msgctxt "a PayPal ticket order status"
1892
- msgid "Undefined"
1893
- msgstr ""
1894
-
1895
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1896
  msgid "Report"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1900
  msgid "Sales report"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Commerce/PayPal/Main.php:452
1904
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1905
- #: src/resources/js/app/blocks.js:40151
1906
  msgid "Orders"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Commerce/PayPal/Main.php:427
1910
  msgid "Tribe Commerce Ticket"
1911
  msgstr ""
1912
 
1913
- #: src/Tribe/Commerce/PayPal/Main.php:426
1914
  msgid "Tribe Commerce Tickets"
1915
  msgstr ""
1916
 
@@ -1927,9 +2145,9 @@ msgstr ""
1927
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1931
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1932
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1933
  msgctxt "a PayPal configuration status"
1934
  msgid "incomplete"
1935
  msgstr ""
@@ -1976,7 +2194,6 @@ msgid "There was an error"
1976
  msgstr ""
1977
 
1978
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1979
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1980
  msgid "pending"
1981
  msgstr ""
1982
 
@@ -1990,51 +2207,51 @@ msgctxt "attendee summary"
1990
  msgid "Total Tickets Issued:"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Commerce/Currency.php:293
1994
  msgid "U.S. Dollar (USD)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Commerce/Currency.php:287
1998
  msgid "Taiwan New Dollar (TWD)"
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/Commerce/Currency.php:281
2002
  msgid "Thai Baht (THB)"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/Commerce/Currency.php:275
2006
  msgid "Singapore Dollar (SGD)"
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/Commerce/Currency.php:269
2010
  msgid "Swedish Krona (SEK)"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/Commerce/Currency.php:263
2014
  msgid "Polish Zloty (PLN)"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/Commerce/Currency.php:257
2018
  msgid "Philippine Peso (PHP)"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/Commerce/Currency.php:251
2022
  msgid "New Zealand Dollar (NZD)"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/Commerce/Currency.php:245
2026
  msgid "Norwegian Krone (NOK)"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/Commerce/Currency.php:239
2030
  msgid "Mexican Peso (MXN)"
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/Commerce/Currency.php:233
2034
  msgid "Malaysian Ringgit (MYR)"
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/Commerce/Currency.php:227
2038
  msgid "Japanese Yen (JPY)"
2039
  msgstr ""
2040
 
@@ -2082,7 +2299,7 @@ msgstr ""
2082
  msgid "Australian Dollar (AUD)"
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/Attendees_Table.php:776
2086
  msgid "No matching attendees found."
2087
  msgstr ""
2088
 
@@ -2098,14 +2315,14 @@ msgstr ""
2098
  msgid "%s must not be empty"
2099
  msgstr ""
2100
 
2101
- #: src/template-tags/tickets.php:429
2102
  msgctxt "ticket shared capacity message (remaining stock)"
2103
  msgid "%1$d available of shared capacity"
2104
  msgstr ""
2105
 
2106
  #: src/admin-views/rsvp-metabox-capacity.php:19
2107
  #: src/admin-views/tpp-metabox-capacity.php:25
2108
- #: src/resources/js/app/blocks.js:42093
2109
  msgid "Leave blank for unlimited"
2110
  msgstr ""
2111
 
@@ -2142,9 +2359,6 @@ msgid "Save settings"
2142
  msgstr ""
2143
 
2144
  #: src/admin-views/editor/panel/settings.php:43
2145
- #: src/modules/blocks/rsvp/header-image/template.js:26
2146
- #: src/modules/blocks/tickets/header-image/template.js:26
2147
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2148
  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."
2149
  msgstr ""
2150
 
@@ -2173,8 +2387,8 @@ msgid "Available"
2173
  msgstr ""
2174
 
2175
  #: src/admin-views/editor/list-table.php:39
 
2176
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2177
- #: src/resources/js/app/blocks.js:40496
2178
  msgid "Capacity"
2179
  msgstr ""
2180
 
@@ -2190,8 +2404,8 @@ msgstr ""
2190
  msgid "Available:"
2191
  msgstr ""
2192
 
2193
- #: src/admin-views/rsvp-metabox-capacity.php:10
2194
  #: src/admin-views/editor/list-row.php:91
 
2195
  #: src/admin-views/tpp-metabox-capacity.php:16
2196
  msgid "Capacity:"
2197
  msgstr ""
@@ -2217,8 +2431,8 @@ msgid "Ticket end date"
2217
  msgstr ""
2218
 
2219
  #: src/admin-views/editor/fieldset/advanced.php:98
2220
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2221
- #: src/resources/js/app/blocks.js:42246
2222
  msgid "If you do not set a start sale date, tickets will be available immediately."
2223
  msgstr ""
2224
 
@@ -2233,9 +2447,9 @@ msgstr ""
2233
 
2234
  #: src/admin-views/editor/fieldset/advanced.php:84
2235
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2236
  #: common/src/modules/utils/date.js:103
2237
- #: common/src/resources/js/app/elements.js:9791
2238
- #: common/src/resources/js/app/utils.js:7339
2239
  msgid "at"
2240
  msgstr ""
2241
 
@@ -2268,43 +2482,28 @@ msgstr ""
2268
  msgid "Start sale date cannot be empty."
2269
  msgstr ""
2270
 
2271
- #: src/admin-views/admin-welcome-message.php:25
2272
- msgid "Event Tickets Features"
2273
- msgstr ""
2274
-
2275
- #: src/admin-views/admin-welcome-message.php:24
2276
  msgid "Settings Overview"
2277
  msgstr ""
2278
 
2279
- #: src/admin-views/admin-welcome-message.php:15
2280
- msgid "If you need a little help, hit us up in %s."
2281
- msgstr ""
2282
-
2283
- #: src/admin-views/admin-welcome-message.php:14
2284
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2285
- msgstr ""
2286
-
2287
- #: src/admin-views/admin-welcome-message.php:13
2288
  msgid "Welcome to Event Tickets!"
2289
  msgstr ""
2290
 
2291
- #: src/admin-views/admin-welcome-message.php:5
2292
- msgid "our support forums"
2293
- msgstr ""
2294
-
2295
- #: src/views/blocks/rsvp/details/availability.php:27
2296
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2297
- #: src/views/blocks/tickets/extra-available.php:18
2298
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2299
  #: src/modules/data/blocks/ticket/options.js:19
2300
- #: src/modules/blocks/rsvp/container-header/template.js:70
2301
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2302
- #: src/resources/js/app/data.js:6147
2303
  msgid "Unlimited"
2304
  msgstr ""
2305
 
2306
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2307
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2308
  msgid "Set capacity for this ticket only"
2309
  msgstr ""
2310
 
@@ -2312,15 +2511,13 @@ msgstr ""
2312
  msgid "Shared capacity with other tickets"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Tickets.php:459
2316
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2317
- #: src/resources/js/app/blocks.js:42524
2318
  msgid "Move Ticket"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Tickets.php:459
2322
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2323
- #: src/resources/js/app/blocks.js:38475
2324
  msgid "Move RSVP"
2325
  msgstr ""
2326
 
@@ -2373,7 +2570,7 @@ msgid "Invalid Post ID"
2373
  msgstr ""
2374
 
2375
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2376
- #: src/resources/js/app/blocks.js:42119
2377
  msgid "Ticket Capacity"
2378
  msgstr ""
2379
 
@@ -2393,15 +2590,15 @@ msgstr ""
2393
  msgid "%s must be an email address."
2394
  msgstr ""
2395
 
2396
- #: common/src/Tribe/Main.php:251
2397
  msgid "Clear Selection."
2398
  msgstr ""
2399
 
2400
- #: common/src/Tribe/Main.php:250
2401
  msgid "Select all pages"
2402
  msgstr ""
2403
 
2404
- #: common/src/Tribe/Main.php:249
2405
  msgid "All items on this page were selected. "
2406
  msgstr ""
2407
 
@@ -2437,27 +2634,27 @@ msgstr ""
2437
  msgid "A list of links to the term own, archive and parent REST URL"
2438
  msgstr ""
2439
 
2440
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2441
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2442
  msgstr ""
2443
 
2444
- #: src/template-tags/tickets.php:237
2445
  msgctxt "list view buy now ticket button"
2446
  msgid "Buy Now!"
2447
  msgstr ""
2448
 
2449
- #: src/template-tags/tickets.php:234
2450
  msgctxt "list view rsvp now ticket button"
2451
  msgid "RSVP Now!"
2452
  msgstr ""
2453
 
2454
- #: src/template-tags/tickets.php:223
2455
  msgid "%s ticket left"
2456
  msgid_plural "%s tickets left"
2457
  msgstr[0] ""
2458
  msgstr[1] ""
2459
 
2460
- #: src/template-tags/tickets.php:221
2461
  msgid "%s spot left"
2462
  msgid_plural "%s spots left"
2463
  msgstr[0] ""
@@ -2468,15 +2665,15 @@ msgctxt "list view stock sold out"
2468
  msgid "Sold out"
2469
  msgstr ""
2470
 
2471
- #: common/src/Tribe/Plugins_API.php:129
2472
  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."
2473
  msgstr ""
2474
 
2475
- #: common/src/Tribe/Plugins_API.php:125
2476
  msgid "Image Widget Plus"
2477
  msgstr ""
2478
 
2479
- #: common/src/Tribe/Plugins_API.php:94
2480
  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."
2481
  msgstr ""
2482
 
@@ -2492,17 +2689,17 @@ msgstr ""
2492
  msgid "Buy now"
2493
  msgstr ""
2494
 
2495
- #: common/src/Tribe/PUE/Notices.php:397
2496
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2497
  msgstr ""
2498
 
2499
- #: common/src/Tribe/PUE/Notices.php:282
2500
  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."
2501
  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."
2502
  msgstr[0] ""
2503
  msgstr[1] ""
2504
 
2505
- #: common/src/Tribe/PUE/Checker.php:984
2506
  msgid "Please refresh the page and try your request again."
2507
  msgstr ""
2508
 
@@ -2522,15 +2719,15 @@ msgstr ""
2522
  msgid "Cannot look for Terms without a taxonomy"
2523
  msgstr ""
2524
 
2525
- #: common/src/Tribe/PUE/Checker.php:1103
2526
  msgid "There is a new version of %1$s available. %2$s"
2527
  msgstr ""
2528
 
2529
- #: common/src/Tribe/PUE/Checker.php:1092
2530
  msgid "Update now to version %s."
2531
  msgstr ""
2532
 
2533
- #: common/src/Tribe/PUE/Checker.php:497
2534
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2535
  msgstr ""
2536
 
@@ -2646,41 +2843,41 @@ msgstr ""
2646
  msgid "The cost currency symbol"
2647
  msgstr ""
2648
 
2649
- #: src/template-tags/tickets.php:432
2650
  msgctxt "ticket stock message (remaining stock)"
2651
  msgid "%1$d available"
2652
  msgstr ""
2653
 
2654
- #: src/template-tags/tickets.php:427
2655
  msgid "%s %d"
2656
  msgstr ""
2657
 
2658
- #: src/template-tags/tickets.php:421
2659
  msgctxt "separate going and remain RSVPs"
2660
  msgid "RSVP'd Going"
2661
  msgstr ""
2662
 
2663
- #: src/admin-views/tribe-options-tickets.php:107
2664
  msgid "Location of Tickets form"
2665
  msgstr ""
2666
 
2667
- #: src/admin-views/tribe-options-tickets.php:99
2668
  msgid "Location of RSVP form"
2669
  msgstr ""
2670
 
2671
- #: src/admin-views/tribe-options-tickets.php:93
2672
  msgid "Above the event description"
2673
  msgstr ""
2674
 
2675
- #: src/admin-views/tribe-options-tickets.php:92
2676
  msgid "Below the event description"
2677
  msgstr ""
2678
 
2679
- #: src/admin-views/tribe-options-tickets.php:91
2680
  msgid "Above the event details"
2681
  msgstr ""
2682
 
2683
- #: src/admin-views/tribe-options-tickets.php:90
2684
  msgid "Below the event details [default]"
2685
  msgstr ""
2686
 
@@ -2699,12 +2896,12 @@ msgctxt "attendee event actions"
2699
  msgid "Edit %s"
2700
  msgstr ""
2701
 
2702
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2703
  msgid "Undo"
2704
  msgstr ""
2705
 
2706
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2707
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2708
  msgid "Check In"
2709
  msgstr ""
2710
 
@@ -2735,43 +2932,43 @@ msgstr ""
2735
  msgid "Events Help"
2736
  msgstr ""
2737
 
2738
- #: common/src/Tribe/PUE/Checker.php:1685
2739
  msgid "Expired license. Consult your network administrator."
2740
  msgstr ""
2741
 
2742
- #: common/src/Tribe/PUE/Checker.php:1684
2743
  msgid "No license entered. Consult your network administrator."
2744
  msgstr ""
2745
 
2746
- #: common/src/Tribe/PUE/Checker.php:1683
2747
  msgid "A valid license has been entered by your network administrator."
2748
  msgstr ""
2749
 
2750
- #: common/src/Tribe/PUE/Checker.php:550
2751
  msgid "Site License Key"
2752
  msgstr ""
2753
 
2754
- #: common/src/Tribe/PUE/Checker.php:539
2755
  msgid "Check this box if you wish to override the network license key with your own"
2756
  msgstr ""
2757
 
2758
- #: common/src/Tribe/PUE/Checker.php:538
2759
  msgid "Override network license key"
2760
  msgstr ""
2761
 
2762
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2763
  msgid "License Key Status:"
2764
  msgstr ""
2765
 
2766
- #: common/src/Tribe/Main.php:274
2767
  msgid "Done"
2768
  msgstr ""
2769
 
2770
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2771
  msgid "Today"
2772
  msgstr ""
2773
 
2774
- #: common/src/Tribe/Main.php:272
2775
  msgid "Prev"
2776
  msgstr ""
2777
 
@@ -2787,7 +2984,7 @@ msgstr ""
2787
  msgid "Installed Add-Ons"
2788
  msgstr ""
2789
 
2790
- #: common/src/Tribe/Extension.php:368
2791
  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."
2792
  msgstr ""
2793
 
@@ -2795,14 +2992,14 @@ msgstr ""
2795
  msgid "Tutorial"
2796
  msgstr ""
2797
 
2798
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2799
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2800
  msgctxt "the final separator in a list of two or more items"
2801
  msgid " and "
2802
  msgstr ""
2803
 
2804
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2805
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2806
  msgctxt "separator used in a list of items"
2807
  msgid ", "
2808
  msgstr ""
@@ -2828,8 +3025,8 @@ msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s
2828
  msgstr[0] ""
2829
  msgstr[1] ""
2830
 
2831
- #: src/views/tickets/email-ticket-type-moved.php:115
2832
  #: src/views/tickets/email-tickets-moved.php:117
 
2833
  msgid " (taking place on %s)"
2834
  msgstr ""
2835
 
@@ -2839,8 +3036,8 @@ msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have bee
2839
  msgstr[0] ""
2840
  msgstr[1] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:97
2843
  #: src/views/tickets/email-tickets-moved.php:99
 
2844
  msgid "Important changes to your tickets"
2845
  msgstr ""
2846
 
@@ -2861,7 +3058,7 @@ msgctxt "move tickets dialog"
2861
  msgid "Next &raquo;"
2862
  msgstr ""
2863
 
2864
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2865
  msgid "Finish!"
2866
  msgstr ""
2867
 
@@ -2879,7 +3076,7 @@ msgstr ""
2879
  msgid "Select the ticket type that the tickets should be transferred to:"
2880
  msgstr ""
2881
 
2882
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2883
  msgid "Select the post you wish to move the ticket type to:"
2884
  msgstr ""
2885
 
@@ -2887,7 +3084,7 @@ msgstr ""
2887
  msgid "You can also enter keywords to help find the target event by title or description:"
2888
  msgstr ""
2889
 
2890
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2891
  msgid "You can optionally focus on a specific post type:"
2892
  msgstr ""
2893
 
@@ -2917,82 +3114,26 @@ msgstr ""
2917
  msgid "Move"
2918
  msgstr ""
2919
 
2920
- #: src/admin-views/admin-welcome-message.php:38
2921
- msgid "Product Releases, Tutorials and Community Activity"
2922
- msgstr ""
2923
-
2924
- #: src/admin-views/admin-welcome-message.php:37
2925
- msgid "News For Events Users"
2926
- msgstr ""
2927
-
2928
- #: src/admin-views/admin-welcome-message.php:35
2929
- msgid "Get the Skinny on the Latest Updates"
2930
- msgstr ""
2931
-
2932
- #: src/admin-views/admin-welcome-message.php:34
2933
- msgid "Release Notes"
2934
- msgstr ""
2935
-
2936
- #: src/admin-views/admin-welcome-message.php:28
2937
- msgid "FAQs, Documentation, Tutorials and Forums"
2938
- msgstr ""
2939
-
2940
- #: src/admin-views/admin-welcome-message.php:27
2941
- msgid "Support Resources"
2942
- msgstr ""
2943
-
2944
- #: src/admin-views/admin-welcome-message.php:32
2945
- msgid "Addons for creating tickets, custom registration, events and more."
2946
- msgstr ""
2947
-
2948
- #: src/admin-views/admin-welcome-message.php:31
2949
- msgid "Looking for More Features?"
2950
- msgstr ""
2951
-
2952
- #: src/admin-views/admin-welcome-message.php:22
2953
  msgid "Getting Started"
2954
  msgstr ""
2955
 
2956
- #: src/admin-views/admin-welcome-message.php:64
2957
  msgid "Sign Up"
2958
  msgstr ""
2959
 
2960
- #: src/admin-views/admin-welcome-message.php:59
2961
- msgid "News and Announcements"
2962
- msgstr ""
2963
-
2964
- #: src/admin-views/admin-welcome-message.php:55
2965
- msgid "Developer News"
2966
- msgstr ""
2967
-
2968
- #: src/admin-views/admin-welcome-message.php:51
2969
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2970
- msgstr ""
2971
-
2972
- #: src/admin-views/admin-welcome-message.php:50
2973
- msgid "Newsletter Signup"
2974
- msgstr ""
2975
-
2976
- #: src/admin-views/admin-welcome-message.php:47
2977
  msgid "Rate It"
2978
  msgstr ""
2979
 
2980
- #: src/admin-views/admin-welcome-message.php:46
2981
  msgid "Rate us today!"
2982
  msgstr ""
2983
 
2984
- #: src/admin-views/admin-welcome-message.php:45
2985
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2986
- msgstr ""
2987
-
2988
- #: src/admin-views/admin-welcome-message.php:44
2989
  msgid "We Need Your Help"
2990
  msgstr ""
2991
 
2992
- #: src/admin-views/admin-welcome-message.php:10
2993
- msgid "You are running Version %s and deserve a hug :-)"
2994
- msgstr ""
2995
-
2996
  #: src/Tribe/Attendees.php:502
2997
  msgctxt "attendee export"
2998
  msgid "Customer Email Address"
@@ -3036,15 +3177,15 @@ msgctxt "attendee event actions"
3036
  msgid "Edit"
3037
  msgstr ""
3038
 
3039
- #: src/Tribe/RSVP.php:326
3040
  msgid "RSVP Ticket"
3041
  msgstr ""
3042
 
3043
- #: src/Tribe/RSVP.php:325
3044
  msgid "RSVP Tickets"
3045
  msgstr ""
3046
 
3047
- #: src/Tribe/RSVP.php:158
3048
  msgctxt "ticket provider"
3049
  msgid "RSVP"
3050
  msgstr ""
@@ -3064,19 +3205,15 @@ msgctxt "attendee summary"
3064
  msgid "Total RSVPs:"
3065
  msgstr ""
3066
 
3067
- #: src/Tribe/Assets.php:111
3068
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3069
  msgstr ""
3070
 
3071
- #: src/Tribe/Main.php:788
3072
  msgctxt "button text"
3073
  msgid "RSVP"
3074
  msgstr ""
3075
 
3076
- #: src/Tribe/Main.php:653
3077
- msgid "Welcome to Event Tickets"
3078
- msgstr ""
3079
-
3080
  #: src/Tribe/CSV_Importer/Rows.php:49
3081
  msgctxt "post type label"
3082
  msgid "RSVPs"
@@ -3087,22 +3224,22 @@ msgctxt "import type"
3087
  msgid "RSVPs"
3088
  msgstr ""
3089
 
3090
- #: src/Tribe/Attendees_Table.php:327
3091
  msgctxt "row action"
3092
  msgid "Delete"
3093
  msgstr ""
3094
 
3095
- #: src/Tribe/Attendees_Table.php:315
3096
  msgctxt "row action"
3097
  msgid "Move"
3098
  msgstr ""
3099
 
3100
- #: src/Tribe/Attendees_Table.php:305
3101
  msgctxt "row action"
3102
  msgid "Check In"
3103
  msgstr ""
3104
 
3105
- #: src/Tribe/Attendees_Table.php:306
3106
  msgctxt "row action"
3107
  msgid "Undo Check In"
3108
  msgstr ""
@@ -3141,39 +3278,39 @@ msgctxt "attendee table"
3141
  msgid "View history"
3142
  msgstr ""
3143
 
3144
- #: src/Tribe/Admin/Move_Tickets.php:760
3145
  msgid "This ticket was moved to %1$s from %2$s"
3146
  msgstr ""
3147
 
3148
- #: src/Tribe/Admin/Move_Tickets.php:580
3149
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3150
  msgstr ""
3151
 
3152
- #: src/Tribe/Admin/Move_Tickets.php:462
3153
  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."
3154
  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."
3155
  msgstr[0] ""
3156
  msgstr[1] ""
3157
 
3158
- #: src/Tribe/Admin/Move_Tickets.php:455
3159
  msgctxt "moved tickets success message fragment"
3160
  msgid "moved to %s and"
3161
  msgstr ""
3162
 
3163
- #: src/Tribe/Admin/Move_Tickets.php:448
3164
  msgctxt "moved tickets success message fragment"
3165
  msgid "assigned to %s"
3166
  msgstr ""
3167
 
3168
- #: src/Tribe/Admin/Move_Tickets.php:440
3169
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3170
  msgstr ""
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:432
3173
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3174
  msgstr ""
3175
 
3176
- #: src/Tribe/Admin/Move_Tickets.php:224
3177
  msgctxt "attendee screen bulk actions"
3178
  msgid "Move"
3179
  msgstr ""
@@ -3203,7 +3340,7 @@ msgid "Move Attendees"
3203
  msgstr ""
3204
 
3205
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3206
- #: src/Tribe/Admin/Move_Tickets.php:701
3207
  msgid "Changes to your tickets from %s"
3208
  msgstr ""
3209
 
@@ -3224,34 +3361,17 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3224
  msgstr ""
3225
 
3226
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3227
- #: src/Tribe/Admin/Move_Tickets.php:249
3228
  msgid "All supported types"
3229
  msgstr ""
3230
 
3231
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3232
- #: src/resources/js/app/blocks.js:39759
3233
  msgid "Move Ticket Types"
3234
  msgstr ""
3235
 
3236
- #: common/src/admin-views/tribe-options-licenses.php:30
3237
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3238
- msgstr ""
3239
-
3240
- #: common/src/admin-views/tribe-options-licenses.php:25
3241
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3242
- msgstr ""
3243
-
3244
- #: common/src/admin-views/tribe-options-licenses.php:22
3245
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3246
- msgstr ""
3247
-
3248
- #: common/src/admin-views/tribe-options-licenses.php:15
3249
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3250
- msgstr ""
3251
-
3252
- #: common/src/admin-views/tribe-options-licenses.php:11
3253
- #: common/src/admin-views/tribe-options-licenses.php:16
3254
- msgid " (opens in new window)"
3255
  msgstr ""
3256
 
3257
  #: common/src/admin-views/tribe-options-help.php:55
@@ -3298,104 +3418,104 @@ msgstr ""
3298
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3299
  msgstr ""
3300
 
3301
- #: common/src/Tribe/PUE/Notices.php:440
3302
  msgctxt "formatted plugin list"
3303
  msgid "%1$s and %2$s"
3304
  msgstr ""
3305
 
3306
- #: common/src/Tribe/PUE/Notices.php:359
3307
  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."
3308
  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."
3309
  msgstr[0] ""
3310
  msgstr[1] ""
3311
 
3312
- #: common/src/Tribe/PUE/Notices.php:327
3313
  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"
3314
  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"
3315
  msgstr[0] ""
3316
  msgstr[1] ""
3317
 
3318
- #: common/src/Tribe/PUE/Checker.php:1062
3319
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3320
  msgstr ""
3321
 
3322
- #: common/src/Tribe/PUE/Checker.php:1005
3323
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3324
  msgstr ""
3325
 
3326
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3327
  msgid " (opens in a new window)"
3328
  msgstr ""
3329
 
3330
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3331
  msgid "Renew Your License Now"
3332
  msgstr ""
3333
 
3334
- #: common/src/Tribe/Main.php:261
3335
  msgid ": Selected 1 row"
3336
  msgstr ""
3337
 
3338
- #: common/src/Tribe/Main.php:260
3339
  msgid ": Selected %d rows"
3340
  msgstr ""
3341
 
3342
- #: common/src/Tribe/Main.php:255
3343
  msgid "Previous"
3344
  msgstr ""
3345
 
3346
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3347
  msgid "Next"
3348
  msgstr ""
3349
 
3350
- #: common/src/Tribe/Main.php:253
3351
  msgid "All"
3352
  msgstr ""
3353
 
3354
- #: common/src/Tribe/Main.php:248
3355
  msgid "Search:"
3356
  msgstr ""
3357
 
3358
- #: common/src/Tribe/Main.php:247
3359
  msgid "No matching records found"
3360
  msgstr ""
3361
 
3362
- #: common/src/Tribe/Main.php:246
3363
  msgid "(filtered from _MAX_ total entries)"
3364
  msgstr ""
3365
 
3366
- #: common/src/Tribe/Main.php:245
3367
  msgid "Showing 0 to 0 of 0 entries"
3368
  msgstr ""
3369
 
3370
- #: common/src/Tribe/Main.php:244
3371
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3372
  msgstr ""
3373
 
3374
- #: common/src/Tribe/Main.php:243
3375
  msgid "No data available in table"
3376
  msgstr ""
3377
 
3378
- #: common/src/Tribe/Main.php:242
3379
  msgid "Show _MENU_ entries"
3380
  msgstr ""
3381
 
3382
- #: common/src/Tribe/Main.php:240
3383
  msgid ": activate to sort column descending"
3384
  msgstr ""
3385
 
3386
- #: common/src/Tribe/Main.php:239
3387
  msgid ": activate to sort column ascending"
3388
  msgstr ""
3389
 
3390
- #: common/src/Tribe/Main.php:284
3391
  msgid "Press \"Cmd + C\" to copy"
3392
  msgstr ""
3393
 
3394
- #: common/src/Tribe/Main.php:283
3395
  msgid "System info copied"
3396
  msgstr ""
3397
 
3398
- #: common/src/Tribe/Main.php:282
3399
  #: common/src/admin-views/tribe-options-help.php:50
3400
  msgid "Copy to clipboard"
3401
  msgstr ""
@@ -3424,15 +3544,15 @@ msgstr ""
3424
  msgid "Go to plugins page"
3425
  msgstr ""
3426
 
3427
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3428
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3429
  msgstr ""
3430
 
3431
- #: src/Tribe/Tickets.php:1813
3432
  msgid "Tickets are not available as this %s has passed."
3433
  msgstr ""
3434
 
3435
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3436
  msgid "Please enter in without thousand separators and currency symbols."
3437
  msgstr ""
3438
 
@@ -3440,16 +3560,16 @@ msgstr ""
3440
  msgid "English"
3441
  msgstr ""
3442
 
3443
- #: common/src/Tribe/Plugins_API.php:116
3444
  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."
3445
  msgstr ""
3446
 
3447
- #: common/src/Tribe/Plugins_API.php:105
3448
  msgctxt "Names of required plugins for Community Tickets"
3449
  msgid "Event Tickets Plus and Community Events"
3450
  msgstr ""
3451
 
3452
- #: common/src/Tribe/Plugins_API.php:104
3453
  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"
3454
  msgstr ""
3455
 
@@ -3457,11 +3577,11 @@ msgstr ""
3457
  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."
3458
  msgstr ""
3459
 
3460
- #: common/src/Tribe/Plugins_API.php:84
3461
  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."
3462
  msgstr ""
3463
 
3464
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3465
  msgid "Filter Bar"
3466
  msgstr ""
3467
 
@@ -3473,7 +3593,7 @@ msgstr ""
3473
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3474
  msgstr ""
3475
 
3476
- #: src/Tribe/RSVP.php:791
3477
  msgid "You confirmed you will not be attending %s"
3478
  msgstr ""
3479
 
@@ -3481,13 +3601,12 @@ msgstr ""
3481
  msgid "Thank you for confirming that you will not be attending the above event."
3482
  msgstr ""
3483
 
3484
- #: src/views/tickets/orders-rsvp.php:87
3485
  #: src/views/tickets/orders-pp-tickets.php:76
 
3486
  msgid "Type: "
3487
  msgstr ""
3488
 
3489
  #: src/views/tickets/rsvp.php:211
3490
- #: src/views/blocks/rsvp/form/submit-login.php:19
3491
  msgid "Login to RSVP"
3492
  msgstr ""
3493
 
@@ -3499,13 +3618,13 @@ msgstr ""
3499
  msgid "View %s"
3500
  msgstr ""
3501
 
3502
- #: src/views/tickets/orders-rsvp.php:63
3503
  #: src/views/tickets/orders-pp-tickets.php:66
 
3504
  msgid "Attendee %d"
3505
  msgstr ""
3506
 
3507
- #: src/views/tickets/orders-rsvp.php:44
3508
  #: src/views/tickets/orders-pp-tickets.php:47
 
3509
  msgid " on %s"
3510
  msgstr ""
3511
 
@@ -3518,12 +3637,12 @@ msgid "My RSVPs for This %s"
3518
  msgstr ""
3519
 
3520
  #: src/views/tickets/orders-link.php:39
3521
- #: src/views/blocks/attendees/order-links.php:64
3522
  msgid "View your %s"
3523
  msgstr ""
3524
 
3525
  #: src/views/tickets/orders-link.php:38
3526
- #: src/views/blocks/attendees/order-links.php:47
3527
  msgid "You have %s for this %s."
3528
  msgstr ""
3529
 
@@ -3547,49 +3666,47 @@ msgstr ""
3547
  msgid "To see a list of events you're attending, you will need to log in."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/tribe-options-tickets.php:125
3551
  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."
3552
  msgstr ""
3553
 
3554
- #: src/admin-views/tribe-options-tickets.php:120
3555
  msgid "Login Requirements"
3556
  msgstr ""
3557
 
3558
- #: src/admin-views/tribe-options-tickets.php:43
3559
  msgid "Require users to log in before they RSVP"
3560
  msgstr ""
3561
 
3562
- #: src/Tribe/Tickets_View.php:810
3563
  msgid "This RSVP is no longer active."
3564
  msgstr ""
3565
 
3566
- #: src/Tribe/Tickets_View.php:743
3567
  msgid "Ticket"
3568
  msgstr ""
3569
 
3570
- #: src/Tribe/Tickets_View.php:630
3571
- msgid "Not Going"
3572
- msgstr ""
3573
-
3574
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3575
  #: src/modules/blocks/rsvp/counters/template.js:27
3576
- #: src/resources/js/app/blocks.js:37903
3577
  msgid "Going"
3578
  msgstr ""
3579
 
3580
- #: src/Tribe/Tickets.php:1863
3581
  msgid "There are no tickets available at this time."
3582
  msgstr ""
3583
 
3584
- #: src/Tribe/Tickets.php:1861
3585
  msgid "Tickets are no longer available."
3586
  msgstr ""
3587
 
3588
- #: src/Tribe/Tickets.php:1858
 
 
3589
  msgid "Tickets are not yet available"
3590
  msgstr ""
3591
 
3592
- #: src/Tribe/Main.php:788
3593
  msgid "Buy"
3594
  msgstr ""
3595
 
@@ -3599,7 +3716,7 @@ msgstr ""
3599
  msgid "Free"
3600
  msgstr ""
3601
 
3602
- #: src/Tribe/Tickets_View.php:739
3603
  msgid "RSVPs"
3604
  msgstr ""
3605
 
@@ -3723,11 +3840,11 @@ msgstr "Nivell de previsió global"
3723
  msgid "Enable global stock"
3724
  msgstr "Previsió global disponible"
3725
 
3726
- #: src/Tribe/Assets.php:117
3727
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3728
  msgstr "Sembla que s'ha modificat la configuració de valors globals , però no ha guardat o actualitzada al pal."
3729
 
3730
- #: src/Tribe/Attendees_Table.php:406
3731
  msgid "View order"
3732
  msgstr "Veure comanda"
3733
 
@@ -3775,13 +3892,13 @@ msgstr ""
3775
  msgid "Confirm RSVP"
3776
  msgstr ""
3777
 
3778
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3779
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3780
  msgid "Full Name"
3781
  msgstr "Nom i Cognoms"
3782
 
3783
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3784
- #: src/views/blocks/rsvp/details/availability.php:22
3785
  msgid "Out of stock!"
3786
  msgstr "Sense provisió"
3787
 
@@ -3789,52 +3906,50 @@ msgstr "Sense provisió"
3789
  msgid "%1$s out of %2$s available"
3790
  msgstr ""
3791
 
3792
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3793
  #: src/admin-views/editor/column-body-price.php:16
3794
- #: src/modules/blocks/rsvp/index.js:22
 
3795
  #: src/modules/blocks/rsvp/container/template.js:31
3796
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3797
  msgid "RSVP"
3798
  msgstr "Venda d'entrades"
3799
 
3800
- #: src/views/tickets/email.php:406
3801
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3802
  msgid "Purchaser"
3803
  msgstr "Comprador"
3804
 
3805
  #: src/views/tickets/email.php:402
3806
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3807
- #: src/resources/js/app/blocks.js:41324
3808
  msgid "Ticket Type"
3809
  msgstr "Tipus d'entrades"
3810
 
3811
- #: src/views/tickets/email.php:27
3812
- #: src/views/tickets/email-ticket-type-moved.php:25
3813
- #: src/views/tickets/email-non-attendance.php:39
3814
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3815
  msgid "Your tickets"
3816
  msgstr ""
3817
 
3818
  #: src/views/tickets/attendees-email.php:24
 
3819
  #: src/modules/blocks/attendees/index.js:21
3820
- #: src/resources/js/app/blocks.js:43603
3821
  msgid "Attendee List"
3822
  msgstr "Llista d'assistents"
3823
 
3824
- #: src/admin-views/tribe-options-tickets.php:58
3825
  msgid "Post types that can have tickets"
3826
  msgstr ""
3827
 
3828
  #: src/admin-views/editor/panel/settings.php:14
3829
- #: src/admin-views/tribe-options-tickets.php:54
3830
  msgid "Ticket Settings"
3831
  msgstr ""
3832
 
3833
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3834
  #: src/admin-views/editor/panel/settings.php:81
 
 
3835
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3836
  #: src/modules/blocks/ticket/dashboard/template.js:24
3837
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3838
  msgid "Cancel"
3839
  msgstr ""
3840
 
@@ -3850,13 +3965,13 @@ msgstr ""
3850
  msgid "When will ticket sales occur?"
3851
  msgstr ""
3852
 
3853
- #: src/admin-views/meta-box.php:192
3854
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3855
  msgid "End sale:"
3856
  msgstr "Finalització de l'oferta:"
3857
 
3858
- #: src/admin-views/meta-box.php:161
3859
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3860
  msgid "Start sale:"
3861
  msgstr "Inici de l'oferta:"
3862
 
@@ -3868,24 +3983,24 @@ msgstr "Descripció del tiquet:"
3868
  msgid "Ticket Name:"
3869
  msgstr "Nom del tiquet:"
3870
 
3871
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3872
  msgid "Sell using:"
3873
  msgstr ""
3874
 
3875
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3876
  msgid "Edit ticket"
3877
  msgstr ""
3878
 
3879
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3880
- #: src/admin-views/editor/panel/ticket.php:53
3881
  msgid "Add new ticket"
3882
  msgstr ""
3883
 
3884
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3885
  msgid "Remove"
3886
  msgstr ""
3887
 
3888
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3889
  msgid "Select an Image"
3890
  msgstr "Selecciona una imatge"
3891
 
@@ -3901,7 +4016,7 @@ msgstr "Pugeu una imatge per utilitzar-la a la capçalera del tiquet"
3901
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3902
  msgstr "Aquest esdeveniment s'ha creat utilitzant Community Events. Segur que vols vendre tiquets per a ell?"
3903
 
3904
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3905
  msgid "Sold %d"
3906
  msgstr "Venuts %d"
3907
 
@@ -3913,7 +4028,10 @@ msgstr ""
3913
  msgid "View"
3914
  msgstr "Visualitza"
3915
 
3916
- #: src/admin-views/list.php:33
 
 
 
3917
  msgid "Edit"
3918
  msgstr "Modifier"
3919
 
@@ -3922,8 +4040,8 @@ msgstr "Modifier"
3922
  msgid "(Current sale price - this can be managed via the product editor)"
3923
  msgstr "(Preu especial actual - es pot gestionar mitjançant l'editor del producte)"
3924
 
3925
- #: src/admin-views/price-fields.php:12
3926
  #: src/admin-views/editor/fieldset/price.php:67
 
3927
  #: src/admin-views/legacy-ticket-fields.php:24
3928
  msgid "Sale Price:"
3929
  msgstr "Preu especial:"
@@ -3933,17 +4051,13 @@ msgstr "Preu especial:"
3933
  msgid "(0 or empty for free tickets)"
3934
  msgstr "(0 o buit per a tiquets gratuïts)"
3935
 
3936
- #: src/admin-views/price-fields.php:3
3937
- #: src/admin-views/editor/column-body-price.php:9
3938
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3939
  #: src/admin-views/legacy-ticket-fields.php:15
3940
  msgid "Price:"
3941
  msgstr "Preu:"
3942
 
3943
- #: src/admin-views/tpp-orders.php:63
3944
- msgid "Sales by Ticket"
3945
- msgstr ""
3946
-
3947
  #: src/admin-views/attendees-email.php:59
3948
  msgid "Send Email"
3949
  msgstr "Enviar correu electrònic"
@@ -3968,15 +4082,15 @@ msgstr "Selecciona un usuari:"
3968
  msgid "Send the attendee list by email"
3969
  msgstr "Enviar la llista d'assistents per correu electrònic"
3970
 
3971
- #: src/Tribe/Attendees.php:709
3972
  msgid "Email sent successfully!"
3973
  msgstr ""
3974
 
3975
- #: src/Tribe/Attendees.php:702
3976
  msgid "Error when sending the email"
3977
  msgstr ""
3978
 
3979
- #: src/Tribe/Attendees.php:701
3980
  msgid "Attendee List for: %s"
3981
  msgstr "Llista d'assistents per: %s"
3982
 
@@ -4004,8 +4118,8 @@ msgstr ""
4004
  msgid "attendees"
4005
  msgstr "assistents"
4006
 
4007
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4008
- #: src/admin-views/tribe-options-tickets.php:249
4009
  msgid "Yes"
4010
  msgstr "Si"
4011
 
@@ -4026,12 +4140,12 @@ msgid "You need to select a user or type a valid email address"
4026
  msgstr "Has de seleccionar un usuari o introduir una adreça de correu electrònic vàlida"
4027
 
4028
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4029
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4030
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4031
- #: src/admin-views/attendees.php:23
4032
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4033
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4034
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4035
  msgid "Attendees"
4036
  msgstr "Assistents"
4037
 
@@ -4039,51 +4153,51 @@ msgstr "Assistents"
4039
  msgid "See who purchased tickets to this event"
4040
  msgstr "Veure qui ha comprat tiquets per aquest esdeveniment"
4041
 
4042
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4043
  msgid "Post draft updated."
4044
  msgstr "S'ha actualitzat l'esborrany de l'entrada."
4045
 
4046
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4047
  msgid "Post scheduled."
4048
  msgstr ""
4049
 
4050
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4051
  msgid "Post submitted."
4052
  msgstr "Entrada enviada."
4053
 
4054
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4055
  msgid "Post published. %1$s"
4056
  msgstr ""
4057
 
4058
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4059
  msgid "Post updated. %1$s"
4060
  msgstr ""
4061
 
4062
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4063
  msgid "Return to the %1$sAttendees Report%2$s."
4064
  msgstr ""
4065
 
4066
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4067
  msgid "(deleted)"
4068
  msgstr ""
4069
 
4070
- #: src/Tribe/RSVP.php:1096
4071
  msgid "In order to RSVP, you must enter your name and a valid email address."
4072
  msgstr ""
4073
 
4074
- #: src/Tribe/RSVP.php:1091
4075
  msgid "You can't RSVP more than the total remaining tickets."
4076
  msgstr ""
4077
 
4078
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4079
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4080
  msgstr ""
4081
 
4082
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4083
  msgid "Your tickets from %s"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4087
  msgctxt "Attendee number"
4088
  msgid "Attendee %1$s"
4089
  msgstr ""
@@ -4092,99 +4206,99 @@ msgstr ""
4092
  msgid "Set as ticket header"
4093
  msgstr "Establir com a capçalera de tiquet"
4094
 
4095
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4096
  msgid "Ticket header image"
4097
  msgstr "Imatge de capçalera del tiquet"
4098
 
4099
- #: src/Tribe/Main.php:552
4100
  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)."
4101
  msgstr ""
4102
 
4103
- #: src/Tribe/Main.php:547
4104
  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)."
4105
  msgstr ""
4106
 
4107
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4108
  msgid "post a thread"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/Main.php:544
4112
  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."
4113
  msgstr ""
4114
 
4115
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4116
  msgid "Events Tickets Plus"
4117
  msgstr ""
4118
 
4119
- #: src/Tribe/Main.php:542
4120
  msgid "premium support on our website"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/Main.php:540
4124
  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."
4125
  msgstr ""
4126
 
4127
- #: src/Tribe/Main.php:539
4128
  msgid "open-source forum on WordPress.org"
4129
  msgstr ""
4130
 
4131
- #: src/Tribe/Main.php:522
4132
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4133
  msgstr ""
4134
 
4135
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4136
  msgid "New User Primer"
4137
  msgstr ""
4138
 
4139
- #: src/Tribe/Main.php:503
4140
  msgid "Customizing Event Tickets"
4141
  msgstr ""
4142
 
4143
- #: src/Tribe/Main.php:502
4144
  msgid "Troubleshooting common problems"
4145
  msgstr ""
4146
 
4147
- #: src/Tribe/Main.php:501
4148
  msgid "Features overview"
4149
  msgstr ""
4150
 
4151
- #: src/Tribe/Main.php:500
4152
  msgid "Settings overview"
4153
  msgstr ""
4154
 
4155
- #: src/Tribe/Main.php:498
4156
  msgid "Support for Event Tickets"
4157
  msgstr ""
4158
 
4159
- #: src/Tribe/Main.php:334
4160
  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"
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4164
  msgid "Delete"
4165
  msgstr "Esborra"
4166
 
4167
- #: src/Tribe/Attendees_Table.php:521
4168
  msgid "Export"
4169
  msgstr "Exporta"
4170
 
4171
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4172
- #: src/Tribe/Attendees_Table.php:520
4173
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4174
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4175
- #: src/admin-views/admin-welcome-message.php:62
 
4176
  msgid "Email"
4177
  msgstr "Email"
4178
 
4179
- #: src/Tribe/Attendees_Table.php:519
4180
  msgid "Print"
4181
  msgstr "Imprimir"
4182
 
4183
- #: src/Tribe/Attendees_Table.php:553
4184
  msgid "Undo Check in"
4185
  msgstr "Cancel·lar el registre"
4186
 
4187
- #: src/Tribe/Attendees_Table.php:552
4188
  msgid "Check in"
4189
  msgstr "Registrar-se"
4190
 
@@ -4208,10 +4322,10 @@ msgstr "Correu electrònic del comprador"
4208
  msgid "Purchaser Name"
4209
  msgstr "Nom del comprador"
4210
 
4211
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4212
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4213
  #: src/admin-views/editor/list-table.php:30
4214
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4215
  msgid "Tickets"
4216
  msgstr "Entrades"
4217
 
@@ -4227,14 +4341,6 @@ msgstr "Aquí és on es poden modificar tots els ajustos de xarxa de The Events
4227
  msgid "Network Settings"
4228
  msgstr "Configuració de xarxa"
4229
 
4230
- #: common/src/admin-views/tribe-options-licenses.php:47
4231
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4232
- msgstr ""
4233
-
4234
- #: common/src/admin-views/tribe-options-licenses.php:38
4235
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4236
- msgstr ""
4237
-
4238
  #: common/src/admin-views/tribe-options-help.php:80
4239
  msgid "More..."
4240
  msgstr "Més..."
@@ -4359,6 +4465,10 @@ msgstr "Format de data del selector de dates"
4359
  msgid "Date Format Settings"
4360
  msgstr "Configuració del format de data"
4361
 
 
 
 
 
4362
  #: common/src/Tribe/Languages/Locations.php:374
4363
  msgid "Wyoming"
4364
  msgstr "Wyoming"
@@ -5604,7 +5714,7 @@ msgid "There are no fields setup for this tab yet."
5604
  msgstr "Encara no hi ha cap configuració de camps per aquesta pestanya."
5605
 
5606
  #: common/src/Tribe/Settings_Manager.php:253
5607
- #: common/src/admin-views/tribe-options-licenses.php:66
5608
  msgid "Licenses"
5609
  msgstr "Llicències"
5610
 
@@ -5624,21 +5734,21 @@ msgstr "Visualització"
5624
  msgid "General"
5625
  msgstr "General"
5626
 
5627
- #: common/src/Tribe/Settings.php:643
5628
  msgid "Settings saved."
5629
  msgstr "Configuració guardada."
5630
 
5631
- #: common/src/Tribe/Settings.php:621
5632
  msgid "The above setting was not saved. Other settings were successfully saved."
5633
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5634
  msgstr[0] "L'ajust anterior no s'ha guardat. Els altres ajustos s'han guardat correctament."
5635
  msgstr[1] "Els ajustos anteriors no s'han guardat. Els altres ajustos s'han guardat correctament."
5636
 
5637
- #: common/src/Tribe/Settings.php:620
5638
  msgid "None of your settings were saved. Please try again."
5639
  msgstr "Cap ajust s'ha guardat. Si us plau, torna-ho a intentar."
5640
 
5641
- #: common/src/Tribe/Settings.php:610
5642
  msgid "Your form had the following errors:"
5643
  msgstr "El formulari té els errors següents:"
5644
 
@@ -5654,6 +5764,7 @@ msgstr "La sol·licitud s'ha enviat de forma insegura."
5654
  msgid "You don't have permission to do that."
5655
  msgstr "No tens permís per fer això."
5656
 
 
5657
  #: common/src/Tribe/Settings.php:371
5658
  msgid "Save Changes"
5659
  msgstr "Guardar Canvis"
@@ -5667,11 +5778,11 @@ msgid "%s Settings"
5667
  msgstr "Configuració de %s"
5668
 
5669
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5670
- #: src/modules/elements/settings-dashboard/element.js:64
 
5671
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5672
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5673
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5674
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5675
  msgid "Settings"
5676
  msgstr "Configuració"
5677
 
@@ -5679,40 +5790,41 @@ msgstr "Configuració"
5679
  msgid "Events Settings"
5680
  msgstr "Configuració dels esdeveniments"
5681
 
 
5682
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5683
  #: common/src/Tribe/Settings.php:242
5684
  msgid "Events"
5685
  msgstr "Events"
5686
 
5687
- #: common/src/Tribe/PUE/Checker.php:896
5688
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5689
  msgstr ""
5690
 
5691
- #: common/src/Tribe/PUE/Checker.php:940
5692
  msgid "Thanks for setting up a valid key. It will expire on %s"
5693
  msgstr ""
5694
 
5695
- #: common/src/Tribe/PUE/Checker.php:935
5696
  msgid "Valid Key! Expires on %s"
5697
  msgstr "Clau vàlida! Caduca el %s"
5698
 
5699
- #: common/src/Tribe/PUE/Checker.php:915
5700
  msgid "Sorry, key validation server is not available."
5701
  msgstr "Ho sentim, el servidor de validació de claus no està disponible."
5702
 
5703
- #: common/src/Tribe/PUE/Checker.php:909
5704
  msgid "unknown date"
5705
  msgstr "data desconeguda"
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:650
5708
  msgid "License key(s) updated."
5709
  msgstr "Clau(s) de llicència actualitzada(es)."
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:494
5712
  msgid "A valid license key is required for support and updates"
5713
  msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i actualitzacions"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5716
  msgid "License Key"
5717
  msgstr "Clau de llicència"
5718
 
@@ -5813,7 +5925,7 @@ msgid "n/a"
5813
  msgstr "no disponible"
5814
 
5815
  #: common/src/Tribe/Admin/Help_Page.php:244
5816
- #: common/src/Tribe/Plugins_API.php:100
5817
  msgid "Community Tickets"
5818
  msgstr ""
5819
 
@@ -5821,12 +5933,13 @@ msgstr ""
5821
  msgid "Event Tickets Plus"
5822
  msgstr ""
5823
 
5824
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5825
  msgid "Community Events"
5826
  msgstr "Community Events"
5827
 
5828
  #: common/src/Tribe/Admin/Help_Page.php:203
5829
- #: common/src/Tribe/Plugins_API.php:111
5830
  msgid "Eventbrite Tickets"
5831
  msgstr ""
5832
 
@@ -5834,8 +5947,8 @@ msgstr ""
5834
  msgid "Events Calendar PRO"
5835
  msgstr ""
5836
 
5837
- #: src/views/tickets/orders-link.php:38
5838
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5839
  #: common/src/Tribe/Admin/Help_Page.php:170
5840
  msgid " and "
5841
  msgstr " i "
@@ -5853,7 +5966,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5853
  msgstr ""
5854
 
5855
  #. Plugin Name of the plugin
5856
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5857
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5858
  msgid "Event Tickets"
5859
  msgstr ""
@@ -5862,7 +5975,7 @@ msgstr ""
5862
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5863
  msgstr ""
5864
 
5865
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5866
- #: common/src/Tribe/Customizer.php:642
5867
  msgid "The Events Calendar"
5868
  msgstr "The Events Calendar"
11
  "Language: ca\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr ""
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr ""
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr ""
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr ""
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr ""
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr ""
1728
 
1776
  msgstr ""
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr ""
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr ""
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr ""
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr ""
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr ""
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr ""
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr ""
1998
  msgid "This ticket is no longer active."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2001
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2002
  msgid "Sell only available"
2003
  msgstr ""
2075
  msgid "Number of orders per page:"
2076
  msgstr ""
2077
 
2078
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2079
  msgid "Not completed"
2080
  msgstr ""
2081
 
2082
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2083
+ #: src/admin-views/tpp-orders.php:121
2084
  msgid "Completed"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2088
  msgid "Search Orders"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2092
  msgctxt "Browser title"
2093
  msgid "%s - PayPal Orders"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2097
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2098
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2099
  msgid "PayPal Orders"
2100
  msgstr ""
2101
 
2102
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2103
  msgid "See PayPal purchases for this %s"
2104
  msgstr ""
2105
 
2111
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2112
  msgstr ""
2113
 
2114
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  msgid "Report"
2116
  msgstr ""
2117
 
2118
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2119
  msgid "Sales report"
2120
  msgstr ""
2121
 
2122
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2123
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2124
  msgid "Orders"
2125
  msgstr ""
2126
 
2127
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2128
  msgid "Tribe Commerce Ticket"
2129
  msgstr ""
2130
 
2131
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2132
  msgid "Tribe Commerce Tickets"
2133
  msgstr ""
2134
 
2145
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2146
  msgstr ""
2147
 
 
2148
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2149
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2150
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2151
  msgctxt "a PayPal configuration status"
2152
  msgid "incomplete"
2153
  msgstr ""
2194
  msgstr ""
2195
 
2196
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2197
  msgid "pending"
2198
  msgstr ""
2199
 
2207
  msgid "Total Tickets Issued:"
2208
  msgstr ""
2209
 
2210
+ #: src/Tribe/Commerce/Currency.php:305
2211
  msgid "U.S. Dollar (USD)"
2212
  msgstr ""
2213
 
2214
+ #: src/Tribe/Commerce/Currency.php:299
2215
  msgid "Taiwan New Dollar (TWD)"
2216
  msgstr ""
2217
 
2218
+ #: src/Tribe/Commerce/Currency.php:293
2219
  msgid "Thai Baht (THB)"
2220
  msgstr ""
2221
 
2222
+ #: src/Tribe/Commerce/Currency.php:287
2223
  msgid "Singapore Dollar (SGD)"
2224
  msgstr ""
2225
 
2226
+ #: src/Tribe/Commerce/Currency.php:281
2227
  msgid "Swedish Krona (SEK)"
2228
  msgstr ""
2229
 
2230
+ #: src/Tribe/Commerce/Currency.php:269
2231
  msgid "Polish Zloty (PLN)"
2232
  msgstr ""
2233
 
2234
+ #: src/Tribe/Commerce/Currency.php:263
2235
  msgid "Philippine Peso (PHP)"
2236
  msgstr ""
2237
 
2238
+ #: src/Tribe/Commerce/Currency.php:257
2239
  msgid "New Zealand Dollar (NZD)"
2240
  msgstr ""
2241
 
2242
+ #: src/Tribe/Commerce/Currency.php:251
2243
  msgid "Norwegian Krone (NOK)"
2244
  msgstr ""
2245
 
2246
+ #: src/Tribe/Commerce/Currency.php:245
2247
  msgid "Mexican Peso (MXN)"
2248
  msgstr ""
2249
 
2250
+ #: src/Tribe/Commerce/Currency.php:239
2251
  msgid "Malaysian Ringgit (MYR)"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Commerce/Currency.php:233
2255
  msgid "Japanese Yen (JPY)"
2256
  msgstr ""
2257
 
2299
  msgid "Australian Dollar (AUD)"
2300
  msgstr ""
2301
 
2302
+ #: src/Tribe/Attendees_Table.php:814
2303
  msgid "No matching attendees found."
2304
  msgstr ""
2305
 
2315
  msgid "%s must not be empty"
2316
  msgstr ""
2317
 
2318
+ #: src/template-tags/tickets.php:446
2319
  msgctxt "ticket shared capacity message (remaining stock)"
2320
  msgid "%1$d available of shared capacity"
2321
  msgstr ""
2322
 
2323
  #: src/admin-views/rsvp-metabox-capacity.php:19
2324
  #: src/admin-views/tpp-metabox-capacity.php:25
2325
+ #: src/resources/js/app/blocks.js:45336
2326
  msgid "Leave blank for unlimited"
2327
  msgstr ""
2328
 
2359
  msgstr ""
2360
 
2361
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2362
  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."
2363
  msgstr ""
2364
 
2387
  msgstr ""
2388
 
2389
  #: src/admin-views/editor/list-table.php:39
2390
+ #: src/resources/js/app/blocks.js:43637
2391
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2392
  msgid "Capacity"
2393
  msgstr ""
2394
 
2404
  msgid "Available:"
2405
  msgstr ""
2406
 
 
2407
  #: src/admin-views/editor/list-row.php:91
2408
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2409
  #: src/admin-views/tpp-metabox-capacity.php:16
2410
  msgid "Capacity:"
2411
  msgstr ""
2431
  msgstr ""
2432
 
2433
  #: src/admin-views/editor/fieldset/advanced.php:98
2434
+ #: src/resources/js/app/blocks.js:45493
2435
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2436
  msgid "If you do not set a start sale date, tickets will be available immediately."
2437
  msgstr ""
2438
 
2447
 
2448
  #: src/admin-views/editor/fieldset/advanced.php:84
2449
  #: src/admin-views/editor/fieldset/advanced.php:113
2450
+ #: common/src/resources/js/app/elements.js:9804
2451
+ #: common/src/resources/js/app/utils.js:7352
2452
  #: common/src/modules/utils/date.js:103
 
 
2453
  msgid "at"
2454
  msgstr ""
2455
 
2482
  msgid "Start sale date cannot be empty."
2483
  msgstr ""
2484
 
2485
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2486
  msgid "Settings Overview"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2490
  msgid "Welcome to Event Tickets!"
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
2493
  #: src/Tribe/Tickets_Handler.php:84
2494
+ #: src/views/blocks/rsvp/details/availability.php:28
2495
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2496
+ #: src/views/blocks/tickets/extra-available.php:19
2497
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2498
+ #: src/resources/js/app/blocks.js:41083
2499
  #: src/modules/data/blocks/ticket/options.js:19
2500
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2501
  msgid "Unlimited"
2502
  msgstr ""
2503
 
2504
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2505
+ #: src/resources/js/app/blocks.js:5520
2506
+ #: src/modules/data/blocks/ticket/options.js:16
2507
  msgid "Set capacity for this ticket only"
2508
  msgstr ""
2509
 
2511
  msgid "Shared capacity with other tickets"
2512
  msgstr ""
2513
 
2514
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2515
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2516
  msgid "Move Ticket"
2517
  msgstr ""
2518
 
2519
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2520
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2521
  msgid "Move RSVP"
2522
  msgstr ""
2523
 
2570
  msgstr ""
2571
 
2572
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2573
+ #: src/resources/js/app/blocks.js:45362
2574
  msgid "Ticket Capacity"
2575
  msgstr ""
2576
 
2590
  msgid "%s must be an email address."
2591
  msgstr ""
2592
 
2593
+ #: common/src/Tribe/Main.php:266
2594
  msgid "Clear Selection."
2595
  msgstr ""
2596
 
2597
+ #: common/src/Tribe/Main.php:265
2598
  msgid "Select all pages"
2599
  msgstr ""
2600
 
2601
+ #: common/src/Tribe/Main.php:264
2602
  msgid "All items on this page were selected. "
2603
  msgstr ""
2604
 
2634
  msgid "A list of links to the term own, archive and parent REST URL"
2635
  msgstr ""
2636
 
2637
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
2638
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2639
  msgstr ""
2640
 
2641
+ #: src/template-tags/tickets.php:254
2642
  msgctxt "list view buy now ticket button"
2643
  msgid "Buy Now!"
2644
  msgstr ""
2645
 
2646
+ #: src/template-tags/tickets.php:251
2647
  msgctxt "list view rsvp now ticket button"
2648
  msgid "RSVP Now!"
2649
  msgstr ""
2650
 
2651
+ #: src/template-tags/tickets.php:239
2652
  msgid "%s ticket left"
2653
  msgid_plural "%s tickets left"
2654
  msgstr[0] ""
2655
  msgstr[1] ""
2656
 
2657
+ #: src/template-tags/tickets.php:237
2658
  msgid "%s spot left"
2659
  msgid_plural "%s spots left"
2660
  msgstr[0] ""
2665
  msgid "Sold out"
2666
  msgstr ""
2667
 
2668
+ #: common/src/Tribe/Plugins_API.php:139
2669
  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."
2670
  msgstr ""
2671
 
2672
+ #: common/src/Tribe/Plugins_API.php:135
2673
  msgid "Image Widget Plus"
2674
  msgstr ""
2675
 
2676
+ #: common/src/Tribe/Plugins_API.php:104
2677
  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."
2678
  msgstr ""
2679
 
2689
  msgid "Buy now"
2690
  msgstr ""
2691
 
2692
+ #: common/src/Tribe/PUE/Notices.php:398
2693
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2694
  msgstr ""
2695
 
2696
+ #: common/src/Tribe/PUE/Notices.php:279
2697
  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."
2698
  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."
2699
  msgstr[0] ""
2700
  msgstr[1] ""
2701
 
2702
+ #: common/src/Tribe/PUE/Checker.php:987
2703
  msgid "Please refresh the page and try your request again."
2704
  msgstr ""
2705
 
2719
  msgid "Cannot look for Terms without a taxonomy"
2720
  msgstr ""
2721
 
2722
+ #: common/src/Tribe/PUE/Checker.php:1106
2723
  msgid "There is a new version of %1$s available. %2$s"
2724
  msgstr ""
2725
 
2726
+ #: common/src/Tribe/PUE/Checker.php:1095
2727
  msgid "Update now to version %s."
2728
  msgstr ""
2729
 
2730
+ #: common/src/Tribe/PUE/Checker.php:500
2731
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2732
  msgstr ""
2733
 
2843
  msgid "The cost currency symbol"
2844
  msgstr ""
2845
 
2846
+ #: src/template-tags/tickets.php:449
2847
  msgctxt "ticket stock message (remaining stock)"
2848
  msgid "%1$d available"
2849
  msgstr ""
2850
 
2851
+ #: src/template-tags/tickets.php:444
2852
  msgid "%s %d"
2853
  msgstr ""
2854
 
2855
+ #: src/template-tags/tickets.php:438
2856
  msgctxt "separate going and remain RSVPs"
2857
  msgid "RSVP'd Going"
2858
  msgstr ""
2859
 
2860
+ #: src/admin-views/tribe-options-tickets.php:100
2861
  msgid "Location of Tickets form"
2862
  msgstr ""
2863
 
2864
+ #: src/admin-views/tribe-options-tickets.php:90
2865
  msgid "Location of RSVP form"
2866
  msgstr ""
2867
 
2868
+ #: src/admin-views/tribe-options-tickets.php:85
2869
  msgid "Above the event description"
2870
  msgstr ""
2871
 
2872
+ #: src/admin-views/tribe-options-tickets.php:84
2873
  msgid "Below the event description"
2874
  msgstr ""
2875
 
2876
+ #: src/admin-views/tribe-options-tickets.php:83
2877
  msgid "Above the event details"
2878
  msgstr ""
2879
 
2880
+ #: src/admin-views/tribe-options-tickets.php:82
2881
  msgid "Below the event details [default]"
2882
  msgstr ""
2883
 
2896
  msgid "Edit %s"
2897
  msgstr ""
2898
 
2899
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2900
  msgid "Undo"
2901
  msgstr ""
2902
 
2903
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2904
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2905
  msgid "Check In"
2906
  msgstr ""
2907
 
2932
  msgid "Events Help"
2933
  msgstr ""
2934
 
2935
+ #: common/src/Tribe/PUE/Checker.php:1688
2936
  msgid "Expired license. Consult your network administrator."
2937
  msgstr ""
2938
 
2939
+ #: common/src/Tribe/PUE/Checker.php:1687
2940
  msgid "No license entered. Consult your network administrator."
2941
  msgstr ""
2942
 
2943
+ #: common/src/Tribe/PUE/Checker.php:1686
2944
  msgid "A valid license has been entered by your network administrator."
2945
  msgstr ""
2946
 
2947
+ #: common/src/Tribe/PUE/Checker.php:553
2948
  msgid "Site License Key"
2949
  msgstr ""
2950
 
2951
+ #: common/src/Tribe/PUE/Checker.php:542
2952
  msgid "Check this box if you wish to override the network license key with your own"
2953
  msgstr ""
2954
 
2955
+ #: common/src/Tribe/PUE/Checker.php:541
2956
  msgid "Override network license key"
2957
  msgstr ""
2958
 
2959
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2960
  msgid "License Key Status:"
2961
  msgstr ""
2962
 
2963
+ #: common/src/Tribe/Main.php:289
2964
  msgid "Done"
2965
  msgstr ""
2966
 
2967
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2968
  msgid "Today"
2969
  msgstr ""
2970
 
2971
+ #: common/src/Tribe/Main.php:287
2972
  msgid "Prev"
2973
  msgstr ""
2974
 
2984
  msgid "Installed Add-Ons"
2985
  msgstr ""
2986
 
2987
+ #: common/src/Tribe/Extension.php:377
2988
  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."
2989
  msgstr ""
2990
 
2992
  msgid "Tutorial"
2993
  msgstr ""
2994
 
 
2995
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
2996
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
2997
  msgctxt "the final separator in a list of two or more items"
2998
  msgid " and "
2999
  msgstr ""
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3003
  msgctxt "separator used in a list of items"
3004
  msgid ", "
3005
  msgstr ""
3025
  msgstr[0] ""
3026
  msgstr[1] ""
3027
 
 
3028
  #: src/views/tickets/email-tickets-moved.php:117
3029
+ #: src/views/tickets/email-ticket-type-moved.php:115
3030
  msgid " (taking place on %s)"
3031
  msgstr ""
3032
 
3036
  msgstr[0] ""
3037
  msgstr[1] ""
3038
 
 
3039
  #: src/views/tickets/email-tickets-moved.php:99
3040
+ #: src/views/tickets/email-ticket-type-moved.php:97
3041
  msgid "Important changes to your tickets"
3042
  msgstr ""
3043
 
3058
  msgid "Next &raquo;"
3059
  msgstr ""
3060
 
3061
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3062
  msgid "Finish!"
3063
  msgstr ""
3064
 
3076
  msgid "Select the ticket type that the tickets should be transferred to:"
3077
  msgstr ""
3078
 
3079
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3080
  msgid "Select the post you wish to move the ticket type to:"
3081
  msgstr ""
3082
 
3084
  msgid "You can also enter keywords to help find the target event by title or description:"
3085
  msgstr ""
3086
 
3087
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3088
  msgid "You can optionally focus on a specific post type:"
3089
  msgstr ""
3090
 
3114
  msgid "Move"
3115
  msgstr ""
3116
 
3117
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3118
  msgid "Getting Started"
3119
  msgstr ""
3120
 
3121
+ #: src/admin-views/admin-welcome-message.php:69
3122
  msgid "Sign Up"
3123
  msgstr ""
3124
 
3125
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3126
  msgid "Rate It"
3127
  msgstr ""
3128
 
3129
+ #: src/admin-views/admin-welcome-message.php:79
3130
  msgid "Rate us today!"
3131
  msgstr ""
3132
 
3133
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3134
  msgid "We Need Your Help"
3135
  msgstr ""
3136
 
 
 
 
 
3137
  #: src/Tribe/Attendees.php:502
3138
  msgctxt "attendee export"
3139
  msgid "Customer Email Address"
3177
  msgid "Edit"
3178
  msgstr ""
3179
 
3180
+ #: src/Tribe/RSVP.php:331
3181
  msgid "RSVP Ticket"
3182
  msgstr ""
3183
 
3184
+ #: src/Tribe/RSVP.php:330
3185
  msgid "RSVP Tickets"
3186
  msgstr ""
3187
 
3188
+ #: src/Tribe/RSVP.php:163
3189
  msgctxt "ticket provider"
3190
  msgid "RSVP"
3191
  msgstr ""
3205
  msgid "Total RSVPs:"
3206
  msgstr ""
3207
 
3208
+ #: src/Tribe/Assets.php:112
3209
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3210
  msgstr ""
3211
 
3212
+ #: src/Tribe/Main.php:803
3213
  msgctxt "button text"
3214
  msgid "RSVP"
3215
  msgstr ""
3216
 
 
 
 
 
3217
  #: src/Tribe/CSV_Importer/Rows.php:49
3218
  msgctxt "post type label"
3219
  msgid "RSVPs"
3224
  msgid "RSVPs"
3225
  msgstr ""
3226
 
3227
+ #: src/Tribe/Attendees_Table.php:330
3228
  msgctxt "row action"
3229
  msgid "Delete"
3230
  msgstr ""
3231
 
3232
+ #: src/Tribe/Attendees_Table.php:318
3233
  msgctxt "row action"
3234
  msgid "Move"
3235
  msgstr ""
3236
 
3237
+ #: src/Tribe/Attendees_Table.php:308
3238
  msgctxt "row action"
3239
  msgid "Check In"
3240
  msgstr ""
3241
 
3242
+ #: src/Tribe/Attendees_Table.php:309
3243
  msgctxt "row action"
3244
  msgid "Undo Check In"
3245
  msgstr ""
3278
  msgid "View history"
3279
  msgstr ""
3280
 
3281
+ #: src/Tribe/Admin/Move_Tickets.php:763
3282
  msgid "This ticket was moved to %1$s from %2$s"
3283
  msgstr ""
3284
 
3285
+ #: src/Tribe/Admin/Move_Tickets.php:583
3286
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3287
  msgstr ""
3288
 
3289
+ #: src/Tribe/Admin/Move_Tickets.php:465
3290
  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."
3291
  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."
3292
  msgstr[0] ""
3293
  msgstr[1] ""
3294
 
3295
+ #: src/Tribe/Admin/Move_Tickets.php:458
3296
  msgctxt "moved tickets success message fragment"
3297
  msgid "moved to %s and"
3298
  msgstr ""
3299
 
3300
+ #: src/Tribe/Admin/Move_Tickets.php:451
3301
  msgctxt "moved tickets success message fragment"
3302
  msgid "assigned to %s"
3303
  msgstr ""
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:443
3306
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Admin/Move_Tickets.php:435
3310
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Admin/Move_Tickets.php:225
3314
  msgctxt "attendee screen bulk actions"
3315
  msgid "Move"
3316
  msgstr ""
3340
  msgstr ""
3341
 
3342
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3343
+ #: src/Tribe/Admin/Move_Tickets.php:704
3344
  msgid "Changes to your tickets from %s"
3345
  msgstr ""
3346
 
3361
  msgstr ""
3362
 
3363
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3364
+ #: src/Tribe/Admin/Move_Tickets.php:252
3365
  msgid "All supported types"
3366
  msgstr ""
3367
 
3368
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3369
+ #: src/resources/js/app/blocks.js:42918
3370
  msgid "Move Ticket Types"
3371
  msgstr ""
3372
 
3373
+ #: common/src/admin-views/tribe-options-licenses.php:19
3374
+ 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."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3375
  msgstr ""
3376
 
3377
  #: common/src/admin-views/tribe-options-help.php:55
3418
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3419
  msgstr ""
3420
 
3421
+ #: common/src/Tribe/PUE/Notices.php:441
3422
  msgctxt "formatted plugin list"
3423
  msgid "%1$s and %2$s"
3424
  msgstr ""
3425
 
3426
+ #: common/src/Tribe/PUE/Notices.php:356
3427
  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."
3428
  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."
3429
  msgstr[0] ""
3430
  msgstr[1] ""
3431
 
3432
+ #: common/src/Tribe/PUE/Notices.php:324
3433
  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"
3434
  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"
3435
  msgstr[0] ""
3436
  msgstr[1] ""
3437
 
3438
+ #: common/src/Tribe/PUE/Checker.php:1065
3439
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3440
  msgstr ""
3441
 
3442
+ #: common/src/Tribe/PUE/Checker.php:1008
3443
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3444
  msgstr ""
3445
 
3446
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3447
  msgid " (opens in a new window)"
3448
  msgstr ""
3449
 
3450
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3451
  msgid "Renew Your License Now"
3452
  msgstr ""
3453
 
3454
+ #: common/src/Tribe/Main.php:276
3455
  msgid ": Selected 1 row"
3456
  msgstr ""
3457
 
3458
+ #: common/src/Tribe/Main.php:275
3459
  msgid ": Selected %d rows"
3460
  msgstr ""
3461
 
3462
+ #: common/src/Tribe/Main.php:270
3463
  msgid "Previous"
3464
  msgstr ""
3465
 
3466
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3467
  msgid "Next"
3468
  msgstr ""
3469
 
3470
+ #: common/src/Tribe/Main.php:268
3471
  msgid "All"
3472
  msgstr ""
3473
 
3474
+ #: common/src/Tribe/Main.php:263
3475
  msgid "Search:"
3476
  msgstr ""
3477
 
3478
+ #: common/src/Tribe/Main.php:262
3479
  msgid "No matching records found"
3480
  msgstr ""
3481
 
3482
+ #: common/src/Tribe/Main.php:261
3483
  msgid "(filtered from _MAX_ total entries)"
3484
  msgstr ""
3485
 
3486
+ #: common/src/Tribe/Main.php:260
3487
  msgid "Showing 0 to 0 of 0 entries"
3488
  msgstr ""
3489
 
3490
+ #: common/src/Tribe/Main.php:259
3491
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3492
  msgstr ""
3493
 
3494
+ #: common/src/Tribe/Main.php:258
3495
  msgid "No data available in table"
3496
  msgstr ""
3497
 
3498
+ #: common/src/Tribe/Main.php:257
3499
  msgid "Show _MENU_ entries"
3500
  msgstr ""
3501
 
3502
+ #: common/src/Tribe/Main.php:255
3503
  msgid ": activate to sort column descending"
3504
  msgstr ""
3505
 
3506
+ #: common/src/Tribe/Main.php:254
3507
  msgid ": activate to sort column ascending"
3508
  msgstr ""
3509
 
3510
+ #: common/src/Tribe/Main.php:299
3511
  msgid "Press \"Cmd + C\" to copy"
3512
  msgstr ""
3513
 
3514
+ #: common/src/Tribe/Main.php:298
3515
  msgid "System info copied"
3516
  msgstr ""
3517
 
3518
+ #: common/src/Tribe/Main.php:297
3519
  #: common/src/admin-views/tribe-options-help.php:50
3520
  msgid "Copy to clipboard"
3521
  msgstr ""
3544
  msgid "Go to plugins page"
3545
  msgstr ""
3546
 
3547
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3548
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3549
  msgstr ""
3550
 
3551
+ #: src/Tribe/Tickets.php:1819
3552
  msgid "Tickets are not available as this %s has passed."
3553
  msgstr ""
3554
 
3555
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3556
  msgid "Please enter in without thousand separators and currency symbols."
3557
  msgstr ""
3558
 
3560
  msgid "English"
3561
  msgstr ""
3562
 
3563
+ #: common/src/Tribe/Plugins_API.php:126
3564
  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."
3565
  msgstr ""
3566
 
3567
+ #: common/src/Tribe/Plugins_API.php:115
3568
  msgctxt "Names of required plugins for Community Tickets"
3569
  msgid "Event Tickets Plus and Community Events"
3570
  msgstr ""
3571
 
3572
+ #: common/src/Tribe/Plugins_API.php:114
3573
  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"
3574
  msgstr ""
3575
 
3577
  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."
3578
  msgstr ""
3579
 
3580
+ #: common/src/Tribe/Plugins_API.php:94
3581
  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."
3582
  msgstr ""
3583
 
3584
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3585
  msgid "Filter Bar"
3586
  msgstr ""
3587
 
3593
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3594
  msgstr ""
3595
 
3596
+ #: src/Tribe/RSVP.php:810
3597
  msgid "You confirmed you will not be attending %s"
3598
  msgstr ""
3599
 
3601
  msgid "Thank you for confirming that you will not be attending the above event."
3602
  msgstr ""
3603
 
 
3604
  #: src/views/tickets/orders-pp-tickets.php:76
3605
+ #: src/views/tickets/orders-rsvp.php:87
3606
  msgid "Type: "
3607
  msgstr ""
3608
 
3609
  #: src/views/tickets/rsvp.php:211
 
3610
  msgid "Login to RSVP"
3611
  msgstr ""
3612
 
3618
  msgid "View %s"
3619
  msgstr ""
3620
 
 
3621
  #: src/views/tickets/orders-pp-tickets.php:66
3622
+ #: src/views/tickets/orders-rsvp.php:63
3623
  msgid "Attendee %d"
3624
  msgstr ""
3625
 
 
3626
  #: src/views/tickets/orders-pp-tickets.php:47
3627
+ #: src/views/tickets/orders-rsvp.php:44
3628
  msgid " on %s"
3629
  msgstr ""
3630
 
3637
  msgstr ""
3638
 
3639
  #: src/views/tickets/orders-link.php:39
3640
+ #: src/views/blocks/attendees/order-links.php:65
3641
  msgid "View your %s"
3642
  msgstr ""
3643
 
3644
  #: src/views/tickets/orders-link.php:38
3645
+ #: src/views/blocks/attendees/order-links.php:48
3646
  msgid "You have %s for this %s."
3647
  msgstr ""
3648
 
3666
  msgid "To see a list of events you're attending, you will need to log in."
3667
  msgstr ""
3668
 
3669
+ #: src/admin-views/tribe-options-tickets.php:127
3670
  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."
3671
  msgstr ""
3672
 
3673
+ #: src/admin-views/tribe-options-tickets.php:122
3674
  msgid "Login Requirements"
3675
  msgstr ""
3676
 
3677
+ #: src/admin-views/tribe-options-tickets.php:51
3678
  msgid "Require users to log in before they RSVP"
3679
  msgstr ""
3680
 
3681
+ #: src/Tribe/Tickets_View.php:808
3682
  msgid "This RSVP is no longer active."
3683
  msgstr ""
3684
 
3685
+ #: src/Tribe/Tickets_View.php:741
3686
  msgid "Ticket"
3687
  msgstr ""
3688
 
3689
+ #: src/views/blocks/rsvp/status/going.php:26
3690
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3691
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3692
  msgid "Going"
3693
  msgstr ""
3694
 
3695
+ #: src/Tribe/Tickets.php:1869
3696
  msgid "There are no tickets available at this time."
3697
  msgstr ""
3698
 
3699
+ #: src/Tribe/Tickets.php:1867
3700
  msgid "Tickets are no longer available."
3701
  msgstr ""
3702
 
3703
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3704
+ #: src/resources/js/app/blocks.js:44083
3705
+ #: src/modules/blocks/tickets/container/template.js:47
3706
  msgid "Tickets are not yet available"
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Main.php:803
3710
  msgid "Buy"
3711
  msgstr ""
3712
 
3716
  msgid "Free"
3717
  msgstr ""
3718
 
3719
+ #: src/Tribe/Tickets_View.php:737
3720
  msgid "RSVPs"
3721
  msgstr ""
3722
 
3840
  msgid "Enable global stock"
3841
  msgstr "Previsió global disponible"
3842
 
3843
+ #: src/Tribe/Assets.php:118
3844
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3845
  msgstr "Sembla que s'ha modificat la configuració de valors globals , però no ha guardat o actualitzada al pal."
3846
 
3847
+ #: src/Tribe/Attendees_Table.php:410
3848
  msgid "View order"
3849
  msgstr "Veure comanda"
3850
 
3892
  msgid "Confirm RSVP"
3893
  msgstr ""
3894
 
 
3895
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3896
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3897
  msgid "Full Name"
3898
  msgstr "Nom i Cognoms"
3899
 
3900
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3901
+ #: src/views/blocks/rsvp/details/availability.php:23
3902
  msgid "Out of stock!"
3903
  msgstr "Sense provisió"
3904
 
3906
  msgid "%1$s out of %2$s available"
3907
  msgstr ""
3908
 
3909
+ #: src/Tribe/Tickets_View.php:737
3910
  #: src/admin-views/editor/column-body-price.php:16
3911
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3912
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3913
  #: src/modules/blocks/rsvp/container/template.js:31
 
3914
  msgid "RSVP"
3915
  msgstr "Venda d'entrades"
3916
 
 
3917
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3918
+ #: src/views/tickets/email.php:406
3919
  msgid "Purchaser"
3920
  msgstr "Comprador"
3921
 
3922
  #: src/views/tickets/email.php:402
 
 
3923
  msgid "Ticket Type"
3924
  msgstr "Tipus d'entrades"
3925
 
 
 
 
3926
  #: src/views/tickets/email-tickets-moved.php:26
3927
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3928
+ #: src/views/tickets/email-ticket-type-moved.php:25
3929
  msgid "Your tickets"
3930
  msgstr ""
3931
 
3932
  #: src/views/tickets/attendees-email.php:24
3933
+ #: src/resources/js/app/blocks.js:46965
3934
  #: src/modules/blocks/attendees/index.js:21
 
3935
  msgid "Attendee List"
3936
  msgstr "Llista d'assistents"
3937
 
3938
+ #: src/admin-views/tribe-options-tickets.php:66
3939
  msgid "Post types that can have tickets"
3940
  msgstr ""
3941
 
3942
  #: src/admin-views/editor/panel/settings.php:14
3943
+ #: src/admin-views/tribe-options-tickets.php:62
3944
  msgid "Ticket Settings"
3945
  msgstr ""
3946
 
3947
+ #: src/admin-views/editor/panel/ticket.php:199
3948
  #: src/admin-views/editor/panel/settings.php:81
3949
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3950
+ #: src/resources/js/app/blocks.js:46423
3951
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3952
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3953
  msgid "Cancel"
3954
  msgstr ""
3955
 
3965
  msgid "When will ticket sales occur?"
3966
  msgstr ""
3967
 
 
3968
  #: src/admin-views/editor/fieldset/advanced.php:102
3969
+ #: src/admin-views/meta-box.php:192
3970
  msgid "End sale:"
3971
  msgstr "Finalització de l'oferta:"
3972
 
 
3973
  #: src/admin-views/editor/fieldset/advanced.php:70
3974
+ #: src/admin-views/meta-box.php:161
3975
  msgid "Start sale:"
3976
  msgstr "Inici de l'oferta:"
3977
 
3983
  msgid "Ticket Name:"
3984
  msgstr "Nom del tiquet:"
3985
 
3986
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
3987
  msgid "Sell using:"
3988
  msgstr ""
3989
 
3990
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
3991
  msgid "Edit ticket"
3992
  msgstr ""
3993
 
3994
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
3995
+ #: src/admin-views/meta-box.php:122
3996
  msgid "Add new ticket"
3997
  msgstr ""
3998
 
3999
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4000
  msgid "Remove"
4001
  msgstr ""
4002
 
4003
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4004
  msgid "Select an Image"
4005
  msgstr "Selecciona una imatge"
4006
 
4016
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4017
  msgstr "Aquest esdeveniment s'ha creat utilitzant Community Events. Segur que vols vendre tiquets per a ell?"
4018
 
4019
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4020
  msgid "Sold %d"
4021
  msgstr "Venuts %d"
4022
 
4028
  msgid "View"
4029
  msgstr "Visualitza"
4030
 
4031
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4032
+ #: src/resources/js/app/blocks.js:46179
4033
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4034
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4035
  msgid "Edit"
4036
  msgstr "Modifier"
4037
 
4040
  msgid "(Current sale price - this can be managed via the product editor)"
4041
  msgstr "(Preu especial actual - es pot gestionar mitjançant l'editor del producte)"
4042
 
 
4043
  #: src/admin-views/editor/fieldset/price.php:67
4044
+ #: src/admin-views/price-fields.php:12
4045
  #: src/admin-views/legacy-ticket-fields.php:24
4046
  msgid "Sale Price:"
4047
  msgstr "Preu especial:"
4051
  msgid "(0 or empty for free tickets)"
4052
  msgstr "(0 o buit per a tiquets gratuïts)"
4053
 
 
 
4054
  #: src/admin-views/editor/fieldset/price.php:49
4055
+ #: src/admin-views/editor/column-body-price.php:9
4056
+ #: src/admin-views/price-fields.php:3
4057
  #: src/admin-views/legacy-ticket-fields.php:15
4058
  msgid "Price:"
4059
  msgstr "Preu:"
4060
 
 
 
 
 
4061
  #: src/admin-views/attendees-email.php:59
4062
  msgid "Send Email"
4063
  msgstr "Enviar correu electrònic"
4082
  msgid "Send the attendee list by email"
4083
  msgstr "Enviar la llista d'assistents per correu electrònic"
4084
 
4085
+ #: src/Tribe/Attendees.php:708
4086
  msgid "Email sent successfully!"
4087
  msgstr ""
4088
 
4089
+ #: src/Tribe/Attendees.php:701
4090
  msgid "Error when sending the email"
4091
  msgstr ""
4092
 
4093
+ #: src/Tribe/Attendees.php:700
4094
  msgid "Attendee List for: %s"
4095
  msgstr "Llista d'assistents per: %s"
4096
 
4118
  msgid "attendees"
4119
  msgstr "assistents"
4120
 
4121
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4122
+ #: src/admin-views/tribe-options-tickets.php:246
4123
  msgid "Yes"
4124
  msgstr "Si"
4125
 
4140
  msgstr "Has de seleccionar un usuari o introduir una adreça de correu electrònic vàlida"
4141
 
4142
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4143
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4144
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4145
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4146
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4147
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4148
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4149
  msgid "Attendees"
4150
  msgstr "Assistents"
4151
 
4153
  msgid "See who purchased tickets to this event"
4154
  msgstr "Veure qui ha comprat tiquets per aquest esdeveniment"
4155
 
4156
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4157
  msgid "Post draft updated."
4158
  msgstr "S'ha actualitzat l'esborrany de l'entrada."
4159
 
4160
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4161
  msgid "Post scheduled."
4162
  msgstr ""
4163
 
4164
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4165
  msgid "Post submitted."
4166
  msgstr "Entrada enviada."
4167
 
4168
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4169
  msgid "Post published. %1$s"
4170
  msgstr ""
4171
 
4172
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4173
  msgid "Post updated. %1$s"
4174
  msgstr ""
4175
 
4176
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4177
  msgid "Return to the %1$sAttendees Report%2$s."
4178
  msgstr ""
4179
 
4180
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4181
  msgid "(deleted)"
4182
  msgstr ""
4183
 
4184
+ #: src/Tribe/RSVP.php:1115
4185
  msgid "In order to RSVP, you must enter your name and a valid email address."
4186
  msgstr ""
4187
 
4188
+ #: src/Tribe/RSVP.php:1110
4189
  msgid "You can't RSVP more than the total remaining tickets."
4190
  msgstr ""
4191
 
4192
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4193
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4194
  msgstr ""
4195
 
4196
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4197
  msgid "Your tickets from %s"
4198
  msgstr ""
4199
 
4200
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4201
  msgctxt "Attendee number"
4202
  msgid "Attendee %1$s"
4203
  msgstr ""
4206
  msgid "Set as ticket header"
4207
  msgstr "Establir com a capçalera de tiquet"
4208
 
4209
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4210
  msgid "Ticket header image"
4211
  msgstr "Imatge de capçalera del tiquet"
4212
 
4213
+ #: src/Tribe/Main.php:567
4214
  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)."
4215
  msgstr ""
4216
 
4217
+ #: src/Tribe/Main.php:562
4218
  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)."
4219
  msgstr ""
4220
 
4221
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4222
  msgid "post a thread"
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Main.php:559
4226
  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."
4227
  msgstr ""
4228
 
4229
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4230
  msgid "Events Tickets Plus"
4231
  msgstr ""
4232
 
4233
+ #: src/Tribe/Main.php:557
4234
  msgid "premium support on our website"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Main.php:555
4238
  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."
4239
  msgstr ""
4240
 
4241
+ #: src/Tribe/Main.php:554
4242
  msgid "open-source forum on WordPress.org"
4243
  msgstr ""
4244
 
4245
+ #: src/Tribe/Main.php:537
4246
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4247
  msgstr ""
4248
 
4249
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4250
  msgid "New User Primer"
4251
  msgstr ""
4252
 
4253
+ #: src/Tribe/Main.php:518
4254
  msgid "Customizing Event Tickets"
4255
  msgstr ""
4256
 
4257
+ #: src/Tribe/Main.php:517
4258
  msgid "Troubleshooting common problems"
4259
  msgstr ""
4260
 
4261
+ #: src/Tribe/Main.php:516
4262
  msgid "Features overview"
4263
  msgstr ""
4264
 
4265
+ #: src/Tribe/Main.php:515
4266
  msgid "Settings overview"
4267
  msgstr ""
4268
 
4269
+ #: src/Tribe/Main.php:513
4270
  msgid "Support for Event Tickets"
4271
  msgstr ""
4272
 
4273
+ #: src/Tribe/Main.php:332
4274
  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"
4275
  msgstr ""
4276
 
4277
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4278
  msgid "Delete"
4279
  msgstr "Esborra"
4280
 
4281
+ #: src/Tribe/Attendees_Table.php:555
4282
  msgid "Export"
4283
  msgstr "Exporta"
4284
 
4285
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4286
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4287
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4288
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4289
+ #: src/views/blocks/rsvp/form/email.php:32
4290
  msgid "Email"
4291
  msgstr "Email"
4292
 
4293
+ #: src/Tribe/Attendees_Table.php:554
4294
  msgid "Print"
4295
  msgstr "Imprimir"
4296
 
4297
+ #: src/Tribe/Attendees_Table.php:591
4298
  msgid "Undo Check in"
4299
  msgstr "Cancel·lar el registre"
4300
 
4301
+ #: src/Tribe/Attendees_Table.php:590
4302
  msgid "Check in"
4303
  msgstr "Registrar-se"
4304
 
4322
  msgid "Purchaser Name"
4323
  msgstr "Nom del comprador"
4324
 
4325
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4326
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4327
  #: src/admin-views/editor/list-table.php:30
4328
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4329
  msgid "Tickets"
4330
  msgstr "Entrades"
4331
 
4341
  msgid "Network Settings"
4342
  msgstr "Configuració de xarxa"
4343
 
 
 
 
 
 
 
 
 
4344
  #: common/src/admin-views/tribe-options-help.php:80
4345
  msgid "More..."
4346
  msgstr "Més..."
4465
  msgid "Date Format Settings"
4466
  msgstr "Configuració del format de data"
4467
 
4468
+ #: src/admin-views/admin-welcome-message.php:7
4469
+ msgid "Version"
4470
+ msgstr "Versió"
4471
+
4472
  #: common/src/Tribe/Languages/Locations.php:374
4473
  msgid "Wyoming"
4474
  msgstr "Wyoming"
5714
  msgstr "Encara no hi ha cap configuració de camps per aquesta pestanya."
5715
 
5716
  #: common/src/Tribe/Settings_Manager.php:253
5717
+ #: common/src/admin-views/tribe-options-licenses.php:57
5718
  msgid "Licenses"
5719
  msgstr "Llicències"
5720
 
5734
  msgid "General"
5735
  msgstr "General"
5736
 
5737
+ #: common/src/Tribe/Settings.php:641
5738
  msgid "Settings saved."
5739
  msgstr "Configuració guardada."
5740
 
5741
+ #: common/src/Tribe/Settings.php:619
5742
  msgid "The above setting was not saved. Other settings were successfully saved."
5743
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5744
  msgstr[0] "L'ajust anterior no s'ha guardat. Els altres ajustos s'han guardat correctament."
5745
  msgstr[1] "Els ajustos anteriors no s'han guardat. Els altres ajustos s'han guardat correctament."
5746
 
5747
+ #: common/src/Tribe/Settings.php:618
5748
  msgid "None of your settings were saved. Please try again."
5749
  msgstr "Cap ajust s'ha guardat. Si us plau, torna-ho a intentar."
5750
 
5751
+ #: common/src/Tribe/Settings.php:608
5752
  msgid "Your form had the following errors:"
5753
  msgstr "El formulari té els errors següents:"
5754
 
5764
  msgid "You don't have permission to do that."
5765
  msgstr "No tens permís per fer això."
5766
 
5767
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5768
  #: common/src/Tribe/Settings.php:371
5769
  msgid "Save Changes"
5770
  msgstr "Guardar Canvis"
5778
  msgstr "Configuració de %s"
5779
 
5780
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5781
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5782
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5783
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5784
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5785
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5786
  msgid "Settings"
5787
  msgstr "Configuració"
5788
 
5790
  msgid "Events Settings"
5791
  msgstr "Configuració dels esdeveniments"
5792
 
5793
+ #: src/admin-views/admin-welcome-message.php:18
5794
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5795
  #: common/src/Tribe/Settings.php:242
5796
  msgid "Events"
5797
  msgstr "Events"
5798
 
5799
+ #: common/src/Tribe/PUE/Checker.php:899
5800
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5801
  msgstr ""
5802
 
5803
+ #: common/src/Tribe/PUE/Checker.php:943
5804
  msgid "Thanks for setting up a valid key. It will expire on %s"
5805
  msgstr ""
5806
 
5807
+ #: common/src/Tribe/PUE/Checker.php:938
5808
  msgid "Valid Key! Expires on %s"
5809
  msgstr "Clau vàlida! Caduca el %s"
5810
 
5811
+ #: common/src/Tribe/PUE/Checker.php:918
5812
  msgid "Sorry, key validation server is not available."
5813
  msgstr "Ho sentim, el servidor de validació de claus no està disponible."
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:912
5816
  msgid "unknown date"
5817
  msgstr "data desconeguda"
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:653
5820
  msgid "License key(s) updated."
5821
  msgstr "Clau(s) de llicència actualitzada(es)."
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:497
5824
  msgid "A valid license key is required for support and updates"
5825
  msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i actualitzacions"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5828
  msgid "License Key"
5829
  msgstr "Clau de llicència"
5830
 
5925
  msgstr "no disponible"
5926
 
5927
  #: common/src/Tribe/Admin/Help_Page.php:244
5928
+ #: common/src/Tribe/Plugins_API.php:110
5929
  msgid "Community Tickets"
5930
  msgstr ""
5931
 
5933
  msgid "Event Tickets Plus"
5934
  msgstr ""
5935
 
5936
+ #: common/src/Tribe/Admin/Help_Page.php:211
5937
+ #: common/src/Tribe/Plugins_API.php:100
5938
  msgid "Community Events"
5939
  msgstr "Community Events"
5940
 
5941
  #: common/src/Tribe/Admin/Help_Page.php:203
5942
+ #: common/src/Tribe/Plugins_API.php:121
5943
  msgid "Eventbrite Tickets"
5944
  msgstr ""
5945
 
5947
  msgid "Events Calendar PRO"
5948
  msgstr ""
5949
 
5950
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5951
+ #: src/views/blocks/attendees/order-links.php:48
5952
  #: common/src/Tribe/Admin/Help_Page.php:170
5953
  msgid " and "
5954
  msgstr " i "
5966
  msgstr ""
5967
 
5968
  #. Plugin Name of the plugin
5969
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5970
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5971
  msgid "Event Tickets"
5972
  msgstr ""
5975
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5976
  msgstr ""
5977
 
5978
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5979
+ #: common/src/Tribe/Plugins_API.php:25
5980
  msgid "The Events Calendar"
5981
  msgstr "The Events Calendar"
lang/event-tickets-cs_CZ.mo CHANGED
Binary file
lang/event-tickets-cs_CZ.po CHANGED
@@ -11,372 +11,708 @@ msgstr ""
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +738,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +762,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,101 +787,101 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
  msgstr[2] ""
483
 
484
- #: src/views/blocks/attendees/order-links.php:54
485
- #: src/views/blocks/attendees/order-links.php:58
486
  msgid "%d %s"
487
  msgid_plural "%d %ss"
488
  msgstr[0] ""
489
  msgstr[1] ""
490
  msgstr[2] ""
491
 
492
- #: src/views/blocks/rsvp/form/opt-out.php:38
493
  msgid "Don't show my information on public attendee lists"
494
  msgstr ""
495
 
496
- #: src/views/blocks/rsvp/form/error.php:19
497
  msgid "Please fill in the RSVP confirmation name and email fields."
498
  msgstr ""
499
 
500
- #: src/views/blocks/rsvp/form/submit-button.php:24
501
  msgid "Submit RSVP"
502
  msgstr ""
503
 
504
- #: src/views/blocks/rsvp/details/availability.php:25
505
  msgid "remaining"
506
  msgstr ""
507
 
508
- #: src/views/blocks/rsvp/status/not-going.php:38
 
509
  #: src/modules/blocks/rsvp/counters/template.js:33
510
- #: src/resources/js/app/blocks.js:37908
511
  msgid "Not going"
512
  msgstr ""
513
 
514
- #: src/views/blocks/rsvp/status/full.php:17
515
  msgid "RSVP Full"
516
  msgstr ""
517
 
518
- #: src/views/registration/attendees/fields.php:10
519
  msgid "Attendee"
520
  msgstr ""
521
 
522
- #: src/views/registration/attendees/error.php:11
523
- msgid "Please fill in all required fields"
524
  msgstr ""
525
 
526
- #: src/views/registration/attendees/fields/select.php:34
527
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
528
  msgid "Select an option"
529
  msgstr ""
530
 
531
- #: src/views/registration/summary/tickets-header.php:11
532
  msgid "Ticket summary"
533
  msgstr ""
534
 
535
- #: src/views/registration/button-checkout.php:15
536
  msgid "Checkout"
537
  msgstr ""
538
 
539
- #: src/views/registration/content.php:39
540
  msgid "Save Attendee Info"
541
  msgstr ""
542
 
543
- #: src/views/registration/cart-empty.php:21
544
  msgid "Find events to attend on %1$s"
545
  msgstr ""
546
 
547
- #: src/views/registration/cart-empty.php:18
548
  msgid "the calendar"
549
  msgstr ""
550
 
551
- #: src/views/registration/cart-empty.php:10
552
  msgid "You currently have no events awaiting registration"
553
  msgstr ""
554
 
555
- #: src/views/registration/button-cart.php:15
556
  msgid "Back to cart"
557
  msgstr ""
558
 
559
- #: src/template-tags/tickets.php:419
560
  msgid "issued"
561
  msgstr ""
562
 
@@ -565,11 +890,11 @@ msgctxt "attendee screen summary"
565
  msgid "Overview"
566
  msgstr ""
567
 
568
- #: src/Tribe/Tickets.php:1855
569
  msgid " at "
570
  msgstr ""
571
 
572
- #: src/Tribe/Tickets.php:1849
573
  msgid "Tickets will be available on "
574
  msgstr ""
575
 
@@ -1146,7 +1471,7 @@ msgstr ""
1146
  msgid "Event Tickets TribeCommerce Order"
1147
  msgstr ""
1148
 
1149
- #: src/Tribe/Main.php:358
1150
  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."
1151
  msgstr ""
1152
 
@@ -1158,15 +1483,15 @@ msgstr ""
1158
  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."
1159
  msgstr ""
1160
 
1161
- #: common/src/Tribe/Main.php:276
1162
  msgid "Clear"
1163
  msgstr ""
1164
 
1165
- #: src/admin-views/tribe-options-tickets.php:327
1166
  msgid "You have tickets!"
1167
  msgstr ""
1168
 
1169
- #: src/admin-views/tribe-options-tickets.php:296
1170
  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."
1171
  msgstr ""
1172
 
@@ -1314,9 +1639,8 @@ msgstr ""
1314
  msgid "Event Tickets TribeCommerce Attendee Data"
1315
  msgstr ""
1316
 
1317
- #: src/Tribe/Privacy.php:154
1318
- #: src/modules/blocks/rsvp/container-header/template.js:32
1319
- #: src/resources/js/app/blocks.js:37976
1320
  msgid "RSVP Title"
1321
  msgstr ""
1322
 
@@ -1336,7 +1660,7 @@ msgstr ""
1336
  msgid "You don't have tickets for this event"
1337
  msgstr ""
1338
 
1339
- #: src/admin-views/tribe-options-tickets.php:264
1340
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1341
  msgstr ""
1342
 
@@ -1352,11 +1676,11 @@ msgstr ""
1352
  msgid "Return to Cart"
1353
  msgstr ""
1354
 
1355
- #: src/admin-views/tribe-options-tickets.php:161
1356
  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"
1357
  msgstr ""
1358
 
1359
- #: src/admin-views/tribe-options-tickets.php:157
1360
  msgid "Check it out!"
1361
  msgstr ""
1362
 
@@ -1401,7 +1725,7 @@ msgctxt "form heading"
1401
  msgid "Tickets"
1402
  msgstr ""
1403
 
1404
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1405
  msgid "Order Total"
1406
  msgstr ""
1407
 
@@ -1455,7 +1779,7 @@ msgid "My Tickets for This %s"
1455
  msgstr ""
1456
 
1457
  #: src/views/login-to-purchase.php:16
1458
- #: src/views/blocks/tickets/submit-login.php:19
1459
  msgid "Log in to purchase"
1460
  msgstr ""
1461
 
@@ -1474,149 +1798,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1474
  msgid "Log in before purchasing"
1475
  msgstr ""
1476
 
1477
- #: src/admin-views/tribe-options-tickets.php:358
1478
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1479
  msgstr ""
1480
 
1481
- #: src/admin-views/tribe-options-tickets.php:356
1482
  msgid "IPN Notify URL"
1483
  msgstr ""
1484
 
1485
- #: src/admin-views/tribe-options-tickets.php:347
1486
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1487
  msgstr ""
1488
 
1489
- #: src/admin-views/tribe-options-tickets.php:344
1490
  msgid "See your IPN Notification history"
1491
  msgstr ""
1492
 
1493
- #: src/admin-views/tribe-options-tickets.php:334
1494
  msgid "Enables PayPal Sandbox mode for testing."
1495
  msgstr ""
1496
 
1497
- #: src/admin-views/tribe-options-tickets.php:333
1498
  msgid "PayPal Sandbox"
1499
  msgstr ""
1500
 
1501
- #: src/admin-views/tribe-options-tickets.php:325
1502
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1503
  msgstr ""
1504
 
1505
- #: src/admin-views/tribe-options-tickets.php:324
1506
  msgid "Confirmation email subject"
1507
  msgstr ""
1508
 
1509
- #: src/admin-views/tribe-options-tickets.php:316
1510
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1511
  msgstr ""
1512
 
1513
- #: src/admin-views/tribe-options-tickets.php:315
1514
  msgid "Confirmation email sender name"
1515
  msgstr ""
1516
 
1517
- #: src/admin-views/tribe-options-tickets.php:308
1518
  msgid "Email address PayPal tickets customers will receive confirmation from."
1519
  msgstr ""
1520
 
1521
- #: src/admin-views/tribe-options-tickets.php:307
1522
  msgid "Confirmation email sender address"
1523
  msgstr ""
1524
 
1525
- #: src/admin-views/tribe-options-tickets.php:293
1526
  msgid "Success page"
1527
  msgstr ""
1528
 
1529
- #: src/admin-views/tribe-options-tickets.php:287
1530
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1531
  msgstr ""
1532
 
1533
- #: src/admin-views/tribe-options-tickets.php:286
1534
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1535
  msgstr ""
1536
 
1537
- #: src/admin-views/tribe-options-tickets.php:282
1538
  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."
1539
  msgstr ""
1540
 
1541
- #: src/admin-views/tribe-options-tickets.php:281
1542
  msgid "Stock Handling"
1543
  msgstr ""
1544
 
1545
- #: src/admin-views/tribe-options-tickets.php:274
1546
  msgid "The currency that will be used for Tribe Commerce transactions."
1547
  msgstr ""
1548
 
1549
- #: src/admin-views/tribe-options-tickets.php:273
1550
  msgid "Currency Code"
1551
  msgstr ""
1552
 
1553
- #: src/admin-views/tribe-options-tickets.php:261
1554
  msgid "PayPal configuration status:"
1555
  msgstr ""
1556
 
1557
- #: src/admin-views/tribe-options-tickets.php:238
1558
- #: src/admin-views/tribe-options-tickets.php:250
1559
  msgid "No"
1560
  msgstr ""
1561
 
1562
- #: src/admin-views/tribe-options-tickets.php:235
1563
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1564
  msgstr ""
1565
 
1566
- #: src/admin-views/tribe-options-tickets.php:227
1567
  msgid "PayPal email to receive payments:"
1568
  msgstr ""
1569
 
1570
- #: src/admin-views/tribe-options-tickets.php:221
1571
  msgid "Configure PayPal:"
1572
  msgstr ""
1573
 
1574
- #: src/admin-views/tribe-options-tickets.php:213
1575
  msgid "Your site address is: %s"
1576
  msgstr ""
1577
 
1578
- #: src/admin-views/tribe-options-tickets.php:211
1579
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1580
  msgstr ""
1581
 
1582
- #: src/admin-views/tribe-options-tickets.php:205
1583
  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"
1584
  msgstr ""
1585
 
1586
- #: src/admin-views/tribe-options-tickets.php:203
1587
  msgid "these instructions"
1588
  msgstr ""
1589
 
1590
- #: src/admin-views/tribe-options-tickets.php:176
1591
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1592
  msgstr ""
1593
 
1594
- #: src/admin-views/tribe-options-tickets.php:175
1595
  msgid "Enable Tribe Commerce "
1596
  msgstr ""
1597
 
1598
- #: src/admin-views/tribe-options-tickets.php:140
1599
  msgid "Tribe Commerce"
1600
  msgstr ""
1601
 
1602
- #: src/admin-views/tribe-options-tickets.php:44
1603
  msgid "Require users to log in before they purchase tickets"
1604
  msgstr ""
1605
 
1606
- #: src/admin-views/tpp-orders.php:114
1607
- msgid "Total Sales: %s %s"
1608
- msgstr ""
1609
-
1610
- #: src/admin-views/tpp-orders.php:93
1611
  msgid "SKU: (%s)"
1612
  msgstr ""
1613
 
1614
- #: src/admin-views/tpp-orders.php:26
1615
  msgctxt "post type details"
1616
  msgid "%s Details"
1617
  msgstr ""
1618
 
1619
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1620
  msgid "A unique identifying code for each ticket type you're selling"
1621
  msgstr ""
1622
 
@@ -1660,8 +1980,8 @@ msgstr ""
1660
  msgid "Ticket Price must be greater than zero."
1661
  msgstr ""
1662
 
1663
- #: src/views/registration/summary/tickets-header.php:14
1664
  #: src/admin-views/editor/column-head-price.php:1
 
1665
  msgid "Price"
1666
  msgstr ""
1667
 
@@ -1673,22 +1993,6 @@ msgstr ""
1673
  msgid "The attendee ID is missing from the request parameters."
1674
  msgstr ""
1675
 
1676
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1677
- msgid "denied"
1678
- msgstr ""
1679
-
1680
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1681
- msgid "refunded"
1682
- msgstr ""
1683
-
1684
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1685
- msgid "completed"
1686
- msgstr ""
1687
-
1688
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1689
- msgid "undefined"
1690
- msgstr ""
1691
-
1692
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1693
  msgid "unavailable"
1694
  msgstr ""
@@ -1697,66 +2001,6 @@ msgstr ""
1697
  msgid "This ticket is no longer active."
1698
  msgstr ""
1699
 
1700
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1701
- msgid "Denied <span class=\"count\">(%s)</span>"
1702
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1703
- msgstr[0] ""
1704
- msgstr[1] ""
1705
- msgstr[2] ""
1706
-
1707
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1708
- msgctxt "A PayPal order status"
1709
- msgid "Denied"
1710
- msgstr ""
1711
-
1712
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1713
- msgid "Refunded <span class=\"count\">(%s)</span>"
1714
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1715
- msgstr[0] ""
1716
- msgstr[1] ""
1717
- msgstr[2] ""
1718
-
1719
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1720
- msgctxt "A PayPal order status"
1721
- msgid "Refunded"
1722
- msgstr ""
1723
-
1724
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1725
- msgid "Pending <span class=\"count\">(%s)</span>"
1726
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1727
- msgstr[0] ""
1728
- msgstr[1] ""
1729
- msgstr[2] ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1732
- msgctxt "A PayPal order status"
1733
- msgid "Pending"
1734
- msgstr ""
1735
-
1736
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1737
- msgid "Not completed <span class=\"count\">(%s)</span>"
1738
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1739
- msgstr[0] ""
1740
- msgstr[1] ""
1741
- msgstr[2] ""
1742
-
1743
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1744
- msgctxt "A PayPal order status"
1745
- msgid "Not completed"
1746
- msgstr ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1749
- msgid "Completed <span class=\"count\">(%s)</span>"
1750
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1751
- msgstr[0] ""
1752
- msgstr[1] ""
1753
- msgstr[2] ""
1754
-
1755
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1756
- msgctxt "A PayPal order status"
1757
- msgid "Completed"
1758
- msgstr ""
1759
-
1760
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1761
  msgid "Sell only available"
1762
  msgstr ""
@@ -1834,30 +2078,31 @@ msgstr ""
1834
  msgid "Number of orders per page:"
1835
  msgstr ""
1836
 
1837
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1838
  msgid "Not completed"
1839
  msgstr ""
1840
 
1841
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1842
  msgid "Completed"
1843
  msgstr ""
1844
 
1845
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1846
  msgid "Search Orders"
1847
  msgstr ""
1848
 
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1850
  msgctxt "Browser title"
1851
  msgid "%s - PayPal Orders"
1852
  msgstr ""
1853
 
 
 
1854
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1855
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1856
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1857
  msgid "PayPal Orders"
1858
  msgstr ""
1859
 
1860
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1861
  msgid "See PayPal purchases for this %s"
1862
  msgstr ""
1863
 
@@ -1869,55 +2114,24 @@ msgstr ""
1869
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1870
  msgstr ""
1871
 
1872
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1873
- msgctxt "a PayPal ticket order status"
1874
- msgid "Not Completed"
1875
- msgstr ""
1876
-
1877
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1878
- msgctxt "a PayPal ticket order status"
1879
- msgid "Denied"
1880
- msgstr ""
1881
-
1882
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1883
- msgctxt "a PayPal ticket order status"
1884
- msgid "Pending"
1885
- msgstr ""
1886
-
1887
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1888
- msgctxt "a PayPal ticket order status"
1889
- msgid "Refunded"
1890
- msgstr ""
1891
-
1892
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1893
- msgctxt "a PayPal ticket order status"
1894
- msgid "Completed"
1895
- msgstr ""
1896
-
1897
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1898
- msgctxt "a PayPal ticket order status"
1899
- msgid "Undefined"
1900
- msgstr ""
1901
-
1902
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1903
  msgid "Report"
1904
  msgstr ""
1905
 
1906
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1907
  msgid "Sales report"
1908
  msgstr ""
1909
 
1910
- #: src/Tribe/Commerce/PayPal/Main.php:452
1911
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1912
- #: src/resources/js/app/blocks.js:40151
1913
  msgid "Orders"
1914
  msgstr ""
1915
 
1916
- #: src/Tribe/Commerce/PayPal/Main.php:427
1917
  msgid "Tribe Commerce Ticket"
1918
  msgstr ""
1919
 
1920
- #: src/Tribe/Commerce/PayPal/Main.php:426
1921
  msgid "Tribe Commerce Tickets"
1922
  msgstr ""
1923
 
@@ -1934,9 +2148,9 @@ msgstr ""
1934
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1935
  msgstr ""
1936
 
1937
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1938
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1939
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1940
  msgctxt "a PayPal configuration status"
1941
  msgid "incomplete"
1942
  msgstr ""
@@ -1983,7 +2197,6 @@ msgid "There was an error"
1983
  msgstr ""
1984
 
1985
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1986
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1987
  msgid "pending"
1988
  msgstr ""
1989
 
@@ -1997,51 +2210,51 @@ msgctxt "attendee summary"
1997
  msgid "Total Tickets Issued:"
1998
  msgstr ""
1999
 
2000
- #: src/Tribe/Commerce/Currency.php:293
2001
  msgid "U.S. Dollar (USD)"
2002
  msgstr ""
2003
 
2004
- #: src/Tribe/Commerce/Currency.php:287
2005
  msgid "Taiwan New Dollar (TWD)"
2006
  msgstr ""
2007
 
2008
- #: src/Tribe/Commerce/Currency.php:281
2009
  msgid "Thai Baht (THB)"
2010
  msgstr ""
2011
 
2012
- #: src/Tribe/Commerce/Currency.php:275
2013
  msgid "Singapore Dollar (SGD)"
2014
  msgstr ""
2015
 
2016
- #: src/Tribe/Commerce/Currency.php:269
2017
  msgid "Swedish Krona (SEK)"
2018
  msgstr ""
2019
 
2020
- #: src/Tribe/Commerce/Currency.php:263
2021
  msgid "Polish Zloty (PLN)"
2022
  msgstr ""
2023
 
2024
- #: src/Tribe/Commerce/Currency.php:257
2025
  msgid "Philippine Peso (PHP)"
2026
  msgstr ""
2027
 
2028
- #: src/Tribe/Commerce/Currency.php:251
2029
  msgid "New Zealand Dollar (NZD)"
2030
  msgstr ""
2031
 
2032
- #: src/Tribe/Commerce/Currency.php:245
2033
  msgid "Norwegian Krone (NOK)"
2034
  msgstr ""
2035
 
2036
- #: src/Tribe/Commerce/Currency.php:239
2037
  msgid "Mexican Peso (MXN)"
2038
  msgstr ""
2039
 
2040
- #: src/Tribe/Commerce/Currency.php:233
2041
  msgid "Malaysian Ringgit (MYR)"
2042
  msgstr ""
2043
 
2044
- #: src/Tribe/Commerce/Currency.php:227
2045
  msgid "Japanese Yen (JPY)"
2046
  msgstr ""
2047
 
@@ -2089,7 +2302,7 @@ msgstr ""
2089
  msgid "Australian Dollar (AUD)"
2090
  msgstr ""
2091
 
2092
- #: src/Tribe/Attendees_Table.php:776
2093
  msgid "No matching attendees found."
2094
  msgstr ""
2095
 
@@ -2105,14 +2318,14 @@ msgstr ""
2105
  msgid "%s must not be empty"
2106
  msgstr ""
2107
 
2108
- #: src/template-tags/tickets.php:429
2109
  msgctxt "ticket shared capacity message (remaining stock)"
2110
  msgid "%1$d available of shared capacity"
2111
  msgstr ""
2112
 
2113
  #: src/admin-views/rsvp-metabox-capacity.php:19
2114
  #: src/admin-views/tpp-metabox-capacity.php:25
2115
- #: src/resources/js/app/blocks.js:42093
2116
  msgid "Leave blank for unlimited"
2117
  msgstr ""
2118
 
@@ -2149,9 +2362,6 @@ msgid "Save settings"
2149
  msgstr ""
2150
 
2151
  #: src/admin-views/editor/panel/settings.php:43
2152
- #: src/modules/blocks/rsvp/header-image/template.js:26
2153
- #: src/modules/blocks/tickets/header-image/template.js:26
2154
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2155
  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."
2156
  msgstr ""
2157
 
@@ -2180,8 +2390,8 @@ msgid "Available"
2180
  msgstr ""
2181
 
2182
  #: src/admin-views/editor/list-table.php:39
 
2183
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2184
- #: src/resources/js/app/blocks.js:40496
2185
  msgid "Capacity"
2186
  msgstr ""
2187
 
@@ -2197,8 +2407,8 @@ msgstr ""
2197
  msgid "Available:"
2198
  msgstr ""
2199
 
2200
- #: src/admin-views/rsvp-metabox-capacity.php:10
2201
  #: src/admin-views/editor/list-row.php:91
 
2202
  #: src/admin-views/tpp-metabox-capacity.php:16
2203
  msgid "Capacity:"
2204
  msgstr ""
@@ -2224,8 +2434,8 @@ msgid "Ticket end date"
2224
  msgstr ""
2225
 
2226
  #: src/admin-views/editor/fieldset/advanced.php:98
2227
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2228
- #: src/resources/js/app/blocks.js:42246
2229
  msgid "If you do not set a start sale date, tickets will be available immediately."
2230
  msgstr ""
2231
 
@@ -2240,9 +2450,9 @@ msgstr ""
2240
 
2241
  #: src/admin-views/editor/fieldset/advanced.php:84
2242
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2243
  #: common/src/modules/utils/date.js:103
2244
- #: common/src/resources/js/app/elements.js:9791
2245
- #: common/src/resources/js/app/utils.js:7339
2246
  msgid "at"
2247
  msgstr ""
2248
 
@@ -2275,43 +2485,28 @@ msgstr ""
2275
  msgid "Start sale date cannot be empty."
2276
  msgstr ""
2277
 
2278
- #: src/admin-views/admin-welcome-message.php:25
2279
- msgid "Event Tickets Features"
2280
- msgstr ""
2281
-
2282
- #: src/admin-views/admin-welcome-message.php:24
2283
  msgid "Settings Overview"
2284
  msgstr ""
2285
 
2286
- #: src/admin-views/admin-welcome-message.php:15
2287
- msgid "If you need a little help, hit us up in %s."
2288
- msgstr ""
2289
-
2290
- #: src/admin-views/admin-welcome-message.php:14
2291
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2292
- msgstr ""
2293
-
2294
- #: src/admin-views/admin-welcome-message.php:13
2295
  msgid "Welcome to Event Tickets!"
2296
  msgstr ""
2297
 
2298
- #: src/admin-views/admin-welcome-message.php:5
2299
- msgid "our support forums"
2300
- msgstr ""
2301
-
2302
- #: src/views/blocks/rsvp/details/availability.php:27
2303
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2304
- #: src/views/blocks/tickets/extra-available.php:18
2305
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2306
  #: src/modules/data/blocks/ticket/options.js:19
2307
- #: src/modules/blocks/rsvp/container-header/template.js:70
2308
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2309
- #: src/resources/js/app/data.js:6147
2310
  msgid "Unlimited"
2311
  msgstr ""
2312
 
2313
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2314
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2315
  msgid "Set capacity for this ticket only"
2316
  msgstr ""
2317
 
@@ -2319,15 +2514,13 @@ msgstr ""
2319
  msgid "Shared capacity with other tickets"
2320
  msgstr ""
2321
 
2322
- #: src/Tribe/Tickets.php:459
2323
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2324
- #: src/resources/js/app/blocks.js:42524
2325
  msgid "Move Ticket"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Tickets.php:459
2329
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2330
- #: src/resources/js/app/blocks.js:38475
2331
  msgid "Move RSVP"
2332
  msgstr ""
2333
 
@@ -2380,7 +2573,7 @@ msgid "Invalid Post ID"
2380
  msgstr ""
2381
 
2382
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2383
- #: src/resources/js/app/blocks.js:42119
2384
  msgid "Ticket Capacity"
2385
  msgstr ""
2386
 
@@ -2400,15 +2593,15 @@ msgstr ""
2400
  msgid "%s must be an email address."
2401
  msgstr ""
2402
 
2403
- #: common/src/Tribe/Main.php:251
2404
  msgid "Clear Selection."
2405
  msgstr ""
2406
 
2407
- #: common/src/Tribe/Main.php:250
2408
  msgid "Select all pages"
2409
  msgstr ""
2410
 
2411
- #: common/src/Tribe/Main.php:249
2412
  msgid "All items on this page were selected. "
2413
  msgstr ""
2414
 
@@ -2444,28 +2637,28 @@ msgstr ""
2444
  msgid "A list of links to the term own, archive and parent REST URL"
2445
  msgstr ""
2446
 
2447
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2448
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2449
  msgstr ""
2450
 
2451
- #: src/template-tags/tickets.php:237
2452
  msgctxt "list view buy now ticket button"
2453
  msgid "Buy Now!"
2454
  msgstr ""
2455
 
2456
- #: src/template-tags/tickets.php:234
2457
  msgctxt "list view rsvp now ticket button"
2458
  msgid "RSVP Now!"
2459
  msgstr ""
2460
 
2461
- #: src/template-tags/tickets.php:223
2462
  msgid "%s ticket left"
2463
  msgid_plural "%s tickets left"
2464
  msgstr[0] ""
2465
  msgstr[1] ""
2466
  msgstr[2] ""
2467
 
2468
- #: src/template-tags/tickets.php:221
2469
  msgid "%s spot left"
2470
  msgid_plural "%s spots left"
2471
  msgstr[0] ""
@@ -2477,15 +2670,15 @@ msgctxt "list view stock sold out"
2477
  msgid "Sold out"
2478
  msgstr ""
2479
 
2480
- #: common/src/Tribe/Plugins_API.php:129
2481
  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."
2482
  msgstr ""
2483
 
2484
- #: common/src/Tribe/Plugins_API.php:125
2485
  msgid "Image Widget Plus"
2486
  msgstr ""
2487
 
2488
- #: common/src/Tribe/Plugins_API.php:94
2489
  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."
2490
  msgstr ""
2491
 
@@ -2501,18 +2694,18 @@ msgstr ""
2501
  msgid "Buy now"
2502
  msgstr ""
2503
 
2504
- #: common/src/Tribe/PUE/Notices.php:397
2505
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2506
  msgstr ""
2507
 
2508
- #: common/src/Tribe/PUE/Notices.php:282
2509
  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."
2510
  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."
2511
  msgstr[0] ""
2512
  msgstr[1] ""
2513
  msgstr[2] ""
2514
 
2515
- #: common/src/Tribe/PUE/Checker.php:984
2516
  msgid "Please refresh the page and try your request again."
2517
  msgstr ""
2518
 
@@ -2532,15 +2725,15 @@ msgstr ""
2532
  msgid "Cannot look for Terms without a taxonomy"
2533
  msgstr ""
2534
 
2535
- #: common/src/Tribe/PUE/Checker.php:1103
2536
  msgid "There is a new version of %1$s available. %2$s"
2537
  msgstr ""
2538
 
2539
- #: common/src/Tribe/PUE/Checker.php:1092
2540
  msgid "Update now to version %s."
2541
  msgstr ""
2542
 
2543
- #: common/src/Tribe/PUE/Checker.php:497
2544
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2545
  msgstr ""
2546
 
@@ -2656,41 +2849,41 @@ msgstr ""
2656
  msgid "The cost currency symbol"
2657
  msgstr ""
2658
 
2659
- #: src/template-tags/tickets.php:432
2660
  msgctxt "ticket stock message (remaining stock)"
2661
  msgid "%1$d available"
2662
  msgstr ""
2663
 
2664
- #: src/template-tags/tickets.php:427
2665
  msgid "%s %d"
2666
  msgstr "%s %d"
2667
 
2668
- #: src/template-tags/tickets.php:421
2669
  msgctxt "separate going and remain RSVPs"
2670
  msgid "RSVP'd Going"
2671
  msgstr ""
2672
 
2673
- #: src/admin-views/tribe-options-tickets.php:107
2674
  msgid "Location of Tickets form"
2675
  msgstr ""
2676
 
2677
- #: src/admin-views/tribe-options-tickets.php:99
2678
  msgid "Location of RSVP form"
2679
  msgstr ""
2680
 
2681
- #: src/admin-views/tribe-options-tickets.php:93
2682
  msgid "Above the event description"
2683
  msgstr ""
2684
 
2685
- #: src/admin-views/tribe-options-tickets.php:92
2686
  msgid "Below the event description"
2687
  msgstr ""
2688
 
2689
- #: src/admin-views/tribe-options-tickets.php:91
2690
  msgid "Above the event details"
2691
  msgstr ""
2692
 
2693
- #: src/admin-views/tribe-options-tickets.php:90
2694
  msgid "Below the event details [default]"
2695
  msgstr ""
2696
 
@@ -2709,12 +2902,12 @@ msgctxt "attendee event actions"
2709
  msgid "Edit %s"
2710
  msgstr ""
2711
 
2712
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2713
  msgid "Undo"
2714
  msgstr ""
2715
 
2716
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2717
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2718
  msgid "Check In"
2719
  msgstr ""
2720
 
@@ -2745,43 +2938,43 @@ msgstr ""
2745
  msgid "Events Help"
2746
  msgstr ""
2747
 
2748
- #: common/src/Tribe/PUE/Checker.php:1685
2749
  msgid "Expired license. Consult your network administrator."
2750
  msgstr ""
2751
 
2752
- #: common/src/Tribe/PUE/Checker.php:1684
2753
  msgid "No license entered. Consult your network administrator."
2754
  msgstr ""
2755
 
2756
- #: common/src/Tribe/PUE/Checker.php:1683
2757
  msgid "A valid license has been entered by your network administrator."
2758
  msgstr ""
2759
 
2760
- #: common/src/Tribe/PUE/Checker.php:550
2761
  msgid "Site License Key"
2762
  msgstr ""
2763
 
2764
- #: common/src/Tribe/PUE/Checker.php:539
2765
  msgid "Check this box if you wish to override the network license key with your own"
2766
  msgstr ""
2767
 
2768
- #: common/src/Tribe/PUE/Checker.php:538
2769
  msgid "Override network license key"
2770
  msgstr ""
2771
 
2772
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2773
  msgid "License Key Status:"
2774
  msgstr ""
2775
 
2776
- #: common/src/Tribe/Main.php:274
2777
  msgid "Done"
2778
  msgstr ""
2779
 
2780
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2781
  msgid "Today"
2782
  msgstr ""
2783
 
2784
- #: common/src/Tribe/Main.php:272
2785
  msgid "Prev"
2786
  msgstr ""
2787
 
@@ -2797,7 +2990,7 @@ msgstr "Nainstalováno"
2797
  msgid "Installed Add-Ons"
2798
  msgstr "Nainstalované rozšíření"
2799
 
2800
- #: common/src/Tribe/Extension.php:368
2801
  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."
2802
  msgstr ""
2803
 
@@ -2805,14 +2998,14 @@ msgstr ""
2805
  msgid "Tutorial"
2806
  msgstr ""
2807
 
2808
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2809
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2810
  msgctxt "the final separator in a list of two or more items"
2811
  msgid " and "
2812
  msgstr " a "
2813
 
2814
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2815
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2816
  msgctxt "separator used in a list of items"
2817
  msgid ", "
2818
  msgstr ", "
@@ -2839,8 +3032,8 @@ msgstr[0] ""
2839
  msgstr[1] ""
2840
  msgstr[2] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:115
2843
  #: src/views/tickets/email-tickets-moved.php:117
 
2844
  msgid " (taking place on %s)"
2845
  msgstr ""
2846
 
@@ -2851,8 +3044,8 @@ msgstr[0] ""
2851
  msgstr[1] ""
2852
  msgstr[2] ""
2853
 
2854
- #: src/views/tickets/email-ticket-type-moved.php:97
2855
  #: src/views/tickets/email-tickets-moved.php:99
 
2856
  msgid "Important changes to your tickets"
2857
  msgstr ""
2858
 
@@ -2873,7 +3066,7 @@ msgctxt "move tickets dialog"
2873
  msgid "Next &raquo;"
2874
  msgstr "Další &raquo;"
2875
 
2876
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2877
  msgid "Finish!"
2878
  msgstr "Hotovo!"
2879
 
@@ -2891,7 +3084,7 @@ msgstr ""
2891
  msgid "Select the ticket type that the tickets should be transferred to:"
2892
  msgstr ""
2893
 
2894
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2895
  msgid "Select the post you wish to move the ticket type to:"
2896
  msgstr ""
2897
 
@@ -2899,7 +3092,7 @@ msgstr ""
2899
  msgid "You can also enter keywords to help find the target event by title or description:"
2900
  msgstr ""
2901
 
2902
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2903
  msgid "You can optionally focus on a specific post type:"
2904
  msgstr ""
2905
 
@@ -2930,82 +3123,26 @@ msgstr ""
2930
  msgid "Move"
2931
  msgstr ""
2932
 
2933
- #: src/admin-views/admin-welcome-message.php:38
2934
- msgid "Product Releases, Tutorials and Community Activity"
2935
- msgstr ""
2936
-
2937
- #: src/admin-views/admin-welcome-message.php:37
2938
- msgid "News For Events Users"
2939
- msgstr ""
2940
-
2941
- #: src/admin-views/admin-welcome-message.php:35
2942
- msgid "Get the Skinny on the Latest Updates"
2943
- msgstr ""
2944
-
2945
- #: src/admin-views/admin-welcome-message.php:34
2946
- msgid "Release Notes"
2947
- msgstr "Poznámky k verzi"
2948
-
2949
- #: src/admin-views/admin-welcome-message.php:28
2950
- msgid "FAQs, Documentation, Tutorials and Forums"
2951
- msgstr "FAQ, dokumentace, návody a fóra"
2952
-
2953
- #: src/admin-views/admin-welcome-message.php:27
2954
- msgid "Support Resources"
2955
- msgstr ""
2956
-
2957
- #: src/admin-views/admin-welcome-message.php:32
2958
- msgid "Addons for creating tickets, custom registration, events and more."
2959
- msgstr "Rozšíření ro vytváení vstupenek, vlastní registrace, událostí,&hellip;"
2960
-
2961
- #: src/admin-views/admin-welcome-message.php:31
2962
- msgid "Looking for More Features?"
2963
- msgstr "Hledáte více funkcí?"
2964
-
2965
- #: src/admin-views/admin-welcome-message.php:22
2966
  msgid "Getting Started"
2967
  msgstr "Začínáme"
2968
 
2969
- #: src/admin-views/admin-welcome-message.php:64
2970
  msgid "Sign Up"
2971
  msgstr "Zaregistrovat se"
2972
 
2973
- #: src/admin-views/admin-welcome-message.php:59
2974
- msgid "News and Announcements"
2975
- msgstr ""
2976
-
2977
- #: src/admin-views/admin-welcome-message.php:55
2978
- msgid "Developer News"
2979
- msgstr ""
2980
-
2981
- #: src/admin-views/admin-welcome-message.php:51
2982
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2983
- msgstr ""
2984
-
2985
- #: src/admin-views/admin-welcome-message.php:50
2986
- msgid "Newsletter Signup"
2987
- msgstr "Přihlásit k novinkám"
2988
-
2989
- #: src/admin-views/admin-welcome-message.php:47
2990
  msgid "Rate It"
2991
  msgstr "Ohodnotit"
2992
 
2993
- #: src/admin-views/admin-welcome-message.php:46
2994
  msgid "Rate us today!"
2995
  msgstr "Ohodnoťte nás ještě dnes!"
2996
 
2997
- #: src/admin-views/admin-welcome-message.php:45
2998
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2999
- msgstr ""
3000
-
3001
- #: src/admin-views/admin-welcome-message.php:44
3002
  msgid "We Need Your Help"
3003
  msgstr "Potřebujeme Vaši pomoc"
3004
 
3005
- #: src/admin-views/admin-welcome-message.php:10
3006
- msgid "You are running Version %s and deserve a hug :-)"
3007
- msgstr ""
3008
-
3009
  #: src/Tribe/Attendees.php:502
3010
  msgctxt "attendee export"
3011
  msgid "Customer Email Address"
@@ -3049,15 +3186,15 @@ msgctxt "attendee event actions"
3049
  msgid "Edit"
3050
  msgstr "Upravit"
3051
 
3052
- #: src/Tribe/RSVP.php:326
3053
  msgid "RSVP Ticket"
3054
  msgstr "Rezervace lístku"
3055
 
3056
- #: src/Tribe/RSVP.php:325
3057
  msgid "RSVP Tickets"
3058
  msgstr "Rezervace lístků"
3059
 
3060
- #: src/Tribe/RSVP.php:158
3061
  msgctxt "ticket provider"
3062
  msgid "RSVP"
3063
  msgstr "Rezervace"
@@ -3077,19 +3214,15 @@ msgctxt "attendee summary"
3077
  msgid "Total RSVPs:"
3078
  msgstr "Všechny rezervace:"
3079
 
3080
- #: src/Tribe/Assets.php:111
3081
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3082
  msgstr ""
3083
 
3084
- #: src/Tribe/Main.php:788
3085
  msgctxt "button text"
3086
  msgid "RSVP"
3087
  msgstr "RSVP"
3088
 
3089
- #: src/Tribe/Main.php:653
3090
- msgid "Welcome to Event Tickets"
3091
- msgstr "Vítejte v pluginu Event Tickets"
3092
-
3093
  #: src/Tribe/CSV_Importer/Rows.php:49
3094
  msgctxt "post type label"
3095
  msgid "RSVPs"
@@ -3100,22 +3233,22 @@ msgctxt "import type"
3100
  msgid "RSVPs"
3101
  msgstr "Rezervace"
3102
 
3103
- #: src/Tribe/Attendees_Table.php:327
3104
  msgctxt "row action"
3105
  msgid "Delete"
3106
  msgstr "Smazat"
3107
 
3108
- #: src/Tribe/Attendees_Table.php:315
3109
  msgctxt "row action"
3110
  msgid "Move"
3111
  msgstr "Přesunout"
3112
 
3113
- #: src/Tribe/Attendees_Table.php:305
3114
  msgctxt "row action"
3115
  msgid "Check In"
3116
  msgstr "Zaregistrovat"
3117
 
3118
- #: src/Tribe/Attendees_Table.php:306
3119
  msgctxt "row action"
3120
  msgid "Undo Check In"
3121
  msgstr ""
@@ -3154,40 +3287,40 @@ msgctxt "attendee table"
3154
  msgid "View history"
3155
  msgstr "Zobrazit historii"
3156
 
3157
- #: src/Tribe/Admin/Move_Tickets.php:760
3158
  msgid "This ticket was moved to %1$s from %2$s"
3159
  msgstr "Tato vstupenka byla přesunuta z %2$s do %1$s."
3160
 
3161
- #: src/Tribe/Admin/Move_Tickets.php:580
3162
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3163
  msgstr ""
3164
 
3165
- #: src/Tribe/Admin/Move_Tickets.php:462
3166
  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."
3167
  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."
3168
  msgstr[0] ""
3169
  msgstr[1] ""
3170
  msgstr[2] ""
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:455
3173
  msgctxt "moved tickets success message fragment"
3174
  msgid "moved to %s and"
3175
  msgstr ""
3176
 
3177
- #: src/Tribe/Admin/Move_Tickets.php:448
3178
  msgctxt "moved tickets success message fragment"
3179
  msgid "assigned to %s"
3180
  msgstr "přiřazeno k %s"
3181
 
3182
- #: src/Tribe/Admin/Move_Tickets.php:440
3183
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3184
  msgstr ""
3185
 
3186
- #: src/Tribe/Admin/Move_Tickets.php:432
3187
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3188
  msgstr ""
3189
 
3190
- #: src/Tribe/Admin/Move_Tickets.php:224
3191
  msgctxt "attendee screen bulk actions"
3192
  msgid "Move"
3193
  msgstr "Přesunout"
@@ -3217,7 +3350,7 @@ msgid "Move Attendees"
3217
  msgstr ""
3218
 
3219
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3220
- #: src/Tribe/Admin/Move_Tickets.php:701
3221
  msgid "Changes to your tickets from %s"
3222
  msgstr ""
3223
 
@@ -3238,36 +3371,19 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3238
  msgstr ""
3239
 
3240
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3241
- #: src/Tribe/Admin/Move_Tickets.php:249
3242
  msgid "All supported types"
3243
  msgstr "Všechny podporované typy"
3244
 
3245
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3246
- #: src/resources/js/app/blocks.js:39759
3247
  msgid "Move Ticket Types"
3248
  msgstr ""
3249
 
3250
- #: common/src/admin-views/tribe-options-licenses.php:30
3251
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3252
- msgstr ""
3253
-
3254
- #: common/src/admin-views/tribe-options-licenses.php:25
3255
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3256
- msgstr ""
3257
-
3258
- #: common/src/admin-views/tribe-options-licenses.php:22
3259
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3260
  msgstr ""
3261
 
3262
- #: common/src/admin-views/tribe-options-licenses.php:15
3263
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3264
- msgstr ""
3265
-
3266
- #: common/src/admin-views/tribe-options-licenses.php:11
3267
- #: common/src/admin-views/tribe-options-licenses.php:16
3268
- msgid " (opens in new window)"
3269
- msgstr "(otevře se v novém okně)"
3270
-
3271
  #: common/src/admin-views/tribe-options-help.php:55
3272
  msgid "Event Log"
3273
  msgstr ""
@@ -3312,106 +3428,106 @@ msgstr "Vaše systémové informace budou použity pouze podpůrným týme Moder
3312
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3313
  msgstr ""
3314
 
3315
- #: common/src/Tribe/PUE/Notices.php:440
3316
  msgctxt "formatted plugin list"
3317
  msgid "%1$s and %2$s"
3318
  msgstr "%1$s a %2$s"
3319
 
3320
- #: common/src/Tribe/PUE/Notices.php:359
3321
  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."
3322
  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."
3323
  msgstr[0] ""
3324
  msgstr[1] ""
3325
  msgstr[2] ""
3326
 
3327
- #: common/src/Tribe/PUE/Notices.php:327
3328
  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"
3329
  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"
3330
  msgstr[0] ""
3331
  msgstr[1] ""
3332
  msgstr[2] ""
3333
 
3334
- #: common/src/Tribe/PUE/Checker.php:1062
3335
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3336
  msgstr ""
3337
 
3338
- #: common/src/Tribe/PUE/Checker.php:1005
3339
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3340
  msgstr ""
3341
 
3342
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3343
  msgid " (opens in a new window)"
3344
  msgstr "(otevře se v novém okně)"
3345
 
3346
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3347
  msgid "Renew Your License Now"
3348
  msgstr ""
3349
 
3350
- #: common/src/Tribe/Main.php:261
3351
  msgid ": Selected 1 row"
3352
  msgstr ": Vybrán 1 řádek"
3353
 
3354
- #: common/src/Tribe/Main.php:260
3355
  msgid ": Selected %d rows"
3356
  msgstr ": Vybráno %d řádků"
3357
 
3358
- #: common/src/Tribe/Main.php:255
3359
  msgid "Previous"
3360
  msgstr "Předchozí"
3361
 
3362
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3363
  msgid "Next"
3364
  msgstr "Další"
3365
 
3366
- #: common/src/Tribe/Main.php:253
3367
  msgid "All"
3368
  msgstr "Vše"
3369
 
3370
- #: common/src/Tribe/Main.php:248
3371
  msgid "Search:"
3372
  msgstr "Hledat:"
3373
 
3374
- #: common/src/Tribe/Main.php:247
3375
  msgid "No matching records found"
3376
  msgstr "Nebyly nalezeny žádné odpovídající záznamy."
3377
 
3378
- #: common/src/Tribe/Main.php:246
3379
  msgid "(filtered from _MAX_ total entries)"
3380
  msgstr "(filtrováno z celkem _MAX_ vstupů)"
3381
 
3382
- #: common/src/Tribe/Main.php:245
3383
  msgid "Showing 0 to 0 of 0 entries"
3384
  msgstr "Zobrazuje se 0 - 0 z 0 vstupů"
3385
 
3386
- #: common/src/Tribe/Main.php:244
3387
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3388
  msgstr "Zobrazuje se _START_ - _END_ z _TOTAL_ vstupů"
3389
 
3390
- #: common/src/Tribe/Main.php:243
3391
  msgid "No data available in table"
3392
  msgstr ""
3393
 
3394
- #: common/src/Tribe/Main.php:242
3395
  msgid "Show _MENU_ entries"
3396
  msgstr ""
3397
 
3398
- #: common/src/Tribe/Main.php:240
3399
  msgid ": activate to sort column descending"
3400
  msgstr ""
3401
 
3402
- #: common/src/Tribe/Main.php:239
3403
  msgid ": activate to sort column ascending"
3404
  msgstr ""
3405
 
3406
- #: common/src/Tribe/Main.php:284
3407
  msgid "Press \"Cmd + C\" to copy"
3408
  msgstr "Pro kopírování stiskněte „Cmd + C“"
3409
 
3410
- #: common/src/Tribe/Main.php:283
3411
  msgid "System info copied"
3412
  msgstr "Systémové informace byly zkopírovány"
3413
 
3414
- #: common/src/Tribe/Main.php:282
3415
  #: common/src/admin-views/tribe-options-help.php:50
3416
  msgid "Copy to clipboard"
3417
  msgstr "Kopírovat do schránky"
@@ -3440,15 +3556,15 @@ msgstr "Zpět na stránku pluginů"
3440
  msgid "Go to plugins page"
3441
  msgstr ""
3442
 
3443
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3444
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3445
  msgstr ""
3446
 
3447
- #: src/Tribe/Tickets.php:1813
3448
  msgid "Tickets are not available as this %s has passed."
3449
  msgstr "Vstupenky nejsou k dispozici, protože tato %s již proběhla."
3450
 
3451
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3452
  msgid "Please enter in without thousand separators and currency symbols."
3453
  msgstr "Hodnotu prosím zadejte bez oddělovače tisíců a symbolu měny."
3454
 
@@ -3456,16 +3572,16 @@ msgstr "Hodnotu prosím zadejte bez oddělovače tisíců a symbolu měny."
3456
  msgid "English"
3457
  msgstr "Angličtina "
3458
 
3459
- #: common/src/Tribe/Plugins_API.php:116
3460
  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."
3461
  msgstr ""
3462
 
3463
- #: common/src/Tribe/Plugins_API.php:105
3464
  msgctxt "Names of required plugins for Community Tickets"
3465
  msgid "Event Tickets Plus and Community Events"
3466
  msgstr "Event Tickets Plus a Community Events"
3467
 
3468
- #: common/src/Tribe/Plugins_API.php:104
3469
  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"
3470
  msgstr ""
3471
 
@@ -3473,11 +3589,11 @@ msgstr ""
3473
  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."
3474
  msgstr ""
3475
 
3476
- #: common/src/Tribe/Plugins_API.php:84
3477
  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."
3478
  msgstr ""
3479
 
3480
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3481
  msgid "Filter Bar"
3482
  msgstr "Filter Bar"
3483
 
@@ -3489,7 +3605,7 @@ msgstr "Dejte pluginu %1$sEvent Tickets%2$s hodnocení %3$s"
3489
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3490
  msgstr "Dejte pluginu %1$sThe Events Calendar%2$s hodnocení %3$s"
3491
 
3492
- #: src/Tribe/RSVP.php:791
3493
  msgid "You confirmed you will not be attending %s"
3494
  msgstr "Potvrdili jste neúčast na akci %s"
3495
 
@@ -3497,13 +3613,12 @@ msgstr "Potvrdili jste neúčast na akci %s"
3497
  msgid "Thank you for confirming that you will not be attending the above event."
3498
  msgstr "Děkujeme za potvrzení, že se nechcete zúčastnit výše uvedené akce."
3499
 
3500
- #: src/views/tickets/orders-rsvp.php:87
3501
  #: src/views/tickets/orders-pp-tickets.php:76
 
3502
  msgid "Type: "
3503
  msgstr "Typ: "
3504
 
3505
  #: src/views/tickets/rsvp.php:211
3506
- #: src/views/blocks/rsvp/form/submit-login.php:19
3507
  msgid "Login to RSVP"
3508
  msgstr "Pro rezervování se musíte přihlásit"
3509
 
@@ -3515,13 +3630,13 @@ msgstr "Aktualizovat %s"
3515
  msgid "View %s"
3516
  msgstr "%s"
3517
 
3518
- #: src/views/tickets/orders-rsvp.php:63
3519
  #: src/views/tickets/orders-pp-tickets.php:66
 
3520
  msgid "Attendee %d"
3521
  msgstr "Účastník %d"
3522
 
3523
- #: src/views/tickets/orders-rsvp.php:44
3524
  #: src/views/tickets/orders-pp-tickets.php:47
 
3525
  msgid " on %s"
3526
  msgstr ", dne %s"
3527
 
@@ -3534,12 +3649,12 @@ msgid "My RSVPs for This %s"
3534
  msgstr "Moje rezervace na tuto akci"
3535
 
3536
  #: src/views/tickets/orders-link.php:39
3537
- #: src/views/blocks/attendees/order-links.php:64
3538
  msgid "View your %s"
3539
  msgstr "Zobrazit %s"
3540
 
3541
  #: src/views/tickets/orders-link.php:38
3542
- #: src/views/blocks/attendees/order-links.php:47
3543
  msgid "You have %s for this %s."
3544
  msgstr "Máte %s na tuto akci."
3545
 
@@ -3565,49 +3680,47 @@ msgstr "Nepotvrdili jste účast na žádnou z nadcházejících akcí."
3565
  msgid "To see a list of events you're attending, you will need to log in."
3566
  msgstr "Pro zobrazení seznamu akcí, kterých se chcete zúčastnit, se musíte nejdříve přihlásit."
3567
 
3568
- #: src/admin-views/tribe-options-tickets.php:125
3569
  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."
3570
  msgstr "Můžete vyžadovat, aby se uživatelé museli nejprve přihlásit na váš web, než budou moci provádět rezervace (nebo kupovat vstupenky). Před úpravou tohoto nastavení si prosím zkontrolujte, jak máte nastaveno členství ve WordPressu (na stránce Základní nastavení)."
3571
 
3572
- #: src/admin-views/tribe-options-tickets.php:120
3573
  msgid "Login Requirements"
3574
  msgstr "Nutnost přihlášení"
3575
 
3576
- #: src/admin-views/tribe-options-tickets.php:43
3577
  msgid "Require users to log in before they RSVP"
3578
  msgstr "Vyžadovat přihlášení uživatelů před provedením rezervace"
3579
 
3580
- #: src/Tribe/Tickets_View.php:810
3581
  msgid "This RSVP is no longer active."
3582
  msgstr "Tato rezervace již není aktivní."
3583
 
3584
- #: src/Tribe/Tickets_View.php:743
3585
  msgid "Ticket"
3586
  msgstr "Vstupenka"
3587
 
3588
- #: src/Tribe/Tickets_View.php:630
3589
- msgid "Not Going"
3590
- msgstr "Zrušena"
3591
-
3592
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3593
  #: src/modules/blocks/rsvp/counters/template.js:27
3594
- #: src/resources/js/app/blocks.js:37903
3595
  msgid "Going"
3596
  msgstr "Potvrzena"
3597
 
3598
- #: src/Tribe/Tickets.php:1863
3599
  msgid "There are no tickets available at this time."
3600
  msgstr "Momentálně nejsou k dispozici žádné vstupenky."
3601
 
3602
- #: src/Tribe/Tickets.php:1861
3603
  msgid "Tickets are no longer available."
3604
  msgstr "Vstupenky již nejsou k dispozici."
3605
 
3606
- #: src/Tribe/Tickets.php:1858
 
 
3607
  msgid "Tickets are not yet available"
3608
  msgstr "Vstupenky ještě nejsou k dispozici."
3609
 
3610
- #: src/Tribe/Main.php:788
3611
  msgid "Buy"
3612
  msgstr "Koupit"
3613
 
@@ -3617,7 +3730,7 @@ msgstr "Koupit"
3617
  msgid "Free"
3618
  msgstr "Zdarma"
3619
 
3620
- #: src/Tribe/Tickets_View.php:739
3621
  msgid "RSVPs"
3622
  msgstr "Rezervace"
3623
 
@@ -3742,11 +3855,11 @@ msgstr "Stav celkových zásob"
3742
  msgid "Enable global stock"
3743
  msgstr "Povolit celkové zásoby"
3744
 
3745
- #: src/Tribe/Assets.php:117
3746
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3747
  msgstr ""
3748
 
3749
- #: src/Tribe/Attendees_Table.php:406
3750
  msgid "View order"
3751
  msgstr "Zobrazit objednávku"
3752
 
@@ -3794,13 +3907,13 @@ msgstr "Modern Tribe, Inc."
3794
  msgid "Confirm RSVP"
3795
  msgstr "Potvrdit rezervaci"
3796
 
3797
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3798
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3799
  msgid "Full Name"
3800
  msgstr "Celé jméno"
3801
 
3802
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3803
- #: src/views/blocks/rsvp/details/availability.php:22
3804
  msgid "Out of stock!"
3805
  msgstr "Není k dispozici!"
3806
 
@@ -3808,52 +3921,50 @@ msgstr "Není k dispozici!"
3808
  msgid "%1$s out of %2$s available"
3809
  msgstr "%1$s z celkem %2$s k dispozici"
3810
 
3811
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3812
  #: src/admin-views/editor/column-body-price.php:16
3813
- #: src/modules/blocks/rsvp/index.js:22
 
3814
  #: src/modules/blocks/rsvp/container/template.js:31
3815
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3816
  msgid "RSVP"
3817
  msgstr "Rezervace"
3818
 
3819
- #: src/views/tickets/email.php:406
3820
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3821
  msgid "Purchaser"
3822
  msgstr "Kupující"
3823
 
3824
  #: src/views/tickets/email.php:402
3825
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3826
- #: src/resources/js/app/blocks.js:41324
3827
  msgid "Ticket Type"
3828
  msgstr "Typ vstupenky"
3829
 
3830
- #: src/views/tickets/email.php:27
3831
- #: src/views/tickets/email-ticket-type-moved.php:25
3832
- #: src/views/tickets/email-non-attendance.php:39
3833
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3834
  msgid "Your tickets"
3835
  msgstr "Vaše vstupenky"
3836
 
3837
  #: src/views/tickets/attendees-email.php:24
 
3838
  #: src/modules/blocks/attendees/index.js:21
3839
- #: src/resources/js/app/blocks.js:43603
3840
  msgid "Attendee List"
3841
  msgstr "Seznam účastníků"
3842
 
3843
- #: src/admin-views/tribe-options-tickets.php:58
3844
  msgid "Post types that can have tickets"
3845
  msgstr "Typy příspěvků, které mohou mít vstupenky"
3846
 
3847
  #: src/admin-views/editor/panel/settings.php:14
3848
- #: src/admin-views/tribe-options-tickets.php:54
3849
  msgid "Ticket Settings"
3850
  msgstr "Nastavení pro vstupenky"
3851
 
3852
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3853
  #: src/admin-views/editor/panel/settings.php:81
 
 
3854
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3855
  #: src/modules/blocks/ticket/dashboard/template.js:24
3856
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3857
  msgid "Cancel"
3858
  msgstr "Storno"
3859
 
@@ -3869,13 +3980,13 @@ msgstr "Pokud nenastavíte začátek a konec prodeje, budou vstupenky k dispozic
3869
  msgid "When will ticket sales occur?"
3870
  msgstr "Kdy nastane prodej vstupenek?"
3871
 
3872
- #: src/admin-views/meta-box.php:192
3873
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3874
  msgid "End sale:"
3875
  msgstr "Konec prodeje:"
3876
 
3877
- #: src/admin-views/meta-box.php:161
3878
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3879
  msgid "Start sale:"
3880
  msgstr "Začátek prodeje:"
3881
 
@@ -3887,24 +3998,24 @@ msgstr "Popis vstupenky:"
3887
  msgid "Ticket Name:"
3888
  msgstr "Název vstupenky:"
3889
 
3890
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3891
  msgid "Sell using:"
3892
  msgstr "Prodej pomocí:"
3893
 
3894
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3895
  msgid "Edit ticket"
3896
  msgstr "Upravit vstupenku"
3897
 
3898
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3899
- #: src/admin-views/editor/panel/ticket.php:53
3900
  msgid "Add new ticket"
3901
  msgstr "Přidat novou vstupenku"
3902
 
3903
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3904
  msgid "Remove"
3905
  msgstr "Odebrat"
3906
 
3907
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3908
  msgid "Select an Image"
3909
  msgstr "Zvolit obrázek"
3910
 
@@ -3920,7 +4031,7 @@ msgstr "Nahrát obrázek pro záhlaví vstupenky."
3920
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3921
  msgstr "Tato akce byla vytvořena jako komunitní akce. Opravdu si přejete prodávat vstupenky na tuto akci?"
3922
 
3923
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3924
  msgid "Sold %d"
3925
  msgstr "Prodáno %d"
3926
 
@@ -3932,7 +4043,10 @@ msgstr "Upravit v %s"
3932
  msgid "View"
3933
  msgstr "Zobrazit:"
3934
 
3935
- #: src/admin-views/list.php:33
 
 
 
3936
  msgid "Edit"
3937
  msgstr "Upravit"
3938
 
@@ -3941,8 +4055,8 @@ msgstr "Upravit"
3941
  msgid "(Current sale price - this can be managed via the product editor)"
3942
  msgstr "(aktuální prodejní cena - může být dále upravena v editoru produktů)"
3943
 
3944
- #: src/admin-views/price-fields.php:12
3945
  #: src/admin-views/editor/fieldset/price.php:67
 
3946
  #: src/admin-views/legacy-ticket-fields.php:24
3947
  msgid "Sale Price:"
3948
  msgstr "Prodejní cena:"
@@ -3952,17 +4066,13 @@ msgstr "Prodejní cena:"
3952
  msgid "(0 or empty for free tickets)"
3953
  msgstr "(pro vstupné zdarma ponechte prázdné nebo zadejte 0)"
3954
 
3955
- #: src/admin-views/price-fields.php:3
3956
- #: src/admin-views/editor/column-body-price.php:9
3957
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3958
  #: src/admin-views/legacy-ticket-fields.php:15
3959
  msgid "Price:"
3960
  msgstr "Cena:"
3961
 
3962
- #: src/admin-views/tpp-orders.php:63
3963
- msgid "Sales by Ticket"
3964
- msgstr "Prodeje dle vstupenky"
3965
-
3966
  #: src/admin-views/attendees-email.php:59
3967
  msgid "Send Email"
3968
  msgstr "Poslat email"
@@ -3987,15 +4097,15 @@ msgstr "Vybrat uživatele:"
3987
  msgid "Send the attendee list by email"
3988
  msgstr "Poslat seznam účastníků emailem"
3989
 
3990
- #: src/Tribe/Attendees.php:709
3991
  msgid "Email sent successfully!"
3992
  msgstr "Email byl úspěšně odeslán!"
3993
 
3994
- #: src/Tribe/Attendees.php:702
3995
  msgid "Error when sending the email"
3996
  msgstr "Došlo k chybě při odesílání emailu"
3997
 
3998
- #: src/Tribe/Attendees.php:701
3999
  msgid "Attendee List for: %s"
4000
  msgstr "Seznam účastníků na: %s"
4001
 
@@ -4023,8 +4133,8 @@ msgstr "Co zkúšáš, jak zkúšáš?"
4023
  msgid "attendees"
4024
  msgstr "ucastnici"
4025
 
4026
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4027
- #: src/admin-views/tribe-options-tickets.php:249
4028
  msgid "Yes"
4029
  msgstr "Ano"
4030
 
@@ -4045,12 +4155,12 @@ msgid "You need to select a user or type a valid email address"
4045
  msgstr "Je třeba vybrat uživatele nebo zadat platnou emailovou adresu"
4046
 
4047
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4048
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4049
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4050
- #: src/admin-views/attendees.php:23
4051
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4052
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4053
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4054
  msgid "Attendees"
4055
  msgstr "Účastníci"
4056
 
@@ -4058,51 +4168,51 @@ msgstr "Účastníci"
4058
  msgid "See who purchased tickets to this event"
4059
  msgstr "Kdo si koupil vstupenky na tuto akci"
4060
 
4061
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4062
  msgid "Post draft updated."
4063
  msgstr "Koncept příspěvku byl uložen."
4064
 
4065
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4066
  msgid "Post scheduled."
4067
  msgstr "Příspěvek bude automaticky publikován."
4068
 
4069
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4070
  msgid "Post submitted."
4071
  msgstr "Příspěvek byl odeslán ke schválení."
4072
 
4073
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4074
  msgid "Post published. %1$s"
4075
  msgstr "Příspěvek byl publikován. %1$s"
4076
 
4077
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4078
  msgid "Post updated. %1$s"
4079
  msgstr "Příspěvek byl aktualizován. %1$s"
4080
 
4081
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4082
  msgid "Return to the %1$sAttendees Report%2$s."
4083
  msgstr "Zpět na %1$spřehled účastníků%2$s."
4084
 
4085
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4086
  msgid "(deleted)"
4087
  msgstr "(smazáno)"
4088
 
4089
- #: src/Tribe/RSVP.php:1096
4090
  msgid "In order to RSVP, you must enter your name and a valid email address."
4091
  msgstr "Pro provedení rezervace musíte zadat své jméno a platnou emailovou adresu."
4092
 
4093
- #: src/Tribe/RSVP.php:1091
4094
  msgid "You can't RSVP more than the total remaining tickets."
4095
  msgstr "Nemůžete rezervovat více než kolik je k dispozici zbývajících vstupenek."
4096
 
4097
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4098
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4099
  msgstr "Vaše rezervace byla přijata. Potvrzení rezervace najdete ve své emailové schránce."
4100
 
4101
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4102
  msgid "Your tickets from %s"
4103
  msgstr "Vaše vstupenky z webu %s"
4104
 
4105
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4106
  msgctxt "Attendee number"
4107
  msgid "Attendee %1$s"
4108
  msgstr "Účastník %1$s"
@@ -4111,99 +4221,99 @@ msgstr "Účastník %1$s"
4111
  msgid "Set as ticket header"
4112
  msgstr "Použít jako obrázek v záhlaví vstupenky"
4113
 
4114
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4115
  msgid "Ticket header image"
4116
  msgstr "Obrázek v záhlaví vstupenky"
4117
 
4118
- #: src/Tribe/Main.php:552
4119
  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)."
4120
  msgstr "Pokud máte platnou licenci pro některý z našich placených pluginů, můžete %s v našem prémiovém fóru podpory. Náš tým podpory sleduje toto fórum a odpoví na vaše dotazy během 24-48 hodin (v pracovní dny)."
4121
 
4122
- #: src/Tribe/Main.php:547
4123
  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)."
4124
  msgstr "Už máte Events Tickets Plus? Můžete %s v našem prémiovém fóru podpory. Náš tým podpory sleduje toto fórum a odpoví na vaše dotazy během 24-48 hodin (v pracovní dny)."
4125
 
4126
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4127
  msgid "post a thread"
4128
  msgstr "založit vlákno"
4129
 
4130
- #: src/Tribe/Main.php:544
4131
  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."
4132
  msgstr "Potřebujete okamžitou pomoc? Nabízíme %1$s při zakoupení některého z našich prémiových pluginů (jako např. %2$s). Získejte licenci a můžete očekávat odpověď na své dotazy během 24-48 hodin v pracovní dny."
4133
 
4134
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4135
  msgid "Events Tickets Plus"
4136
  msgstr "Events Tickets Plus"
4137
 
4138
- #: src/Tribe/Main.php:542
4139
  msgid "premium support on our website"
4140
  msgstr "prémiovou podporu na našem webu"
4141
 
4142
- #: src/Tribe/Main.php:540
4143
  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."
4144
  msgstr "Pokud jste vyzkoušeli výše uvedené kroky a stále máte potíže, můžete navštívit naše %s a založit nové vlákno. Pracovníci naší podpory jednou týdně kontrolují tato fóra a rádi vám pomohou."
4145
 
4146
- #: src/Tribe/Main.php:539
4147
  msgid "open-source forum on WordPress.org"
4148
  msgstr "open-source fórum na WordPress.org"
4149
 
4150
- #: src/Tribe/Main.php:522
4151
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4152
  msgstr "Chceme vám pomoci při prodeji vstupenek na vaše akce. Pro začátek by se vám mohla hodit naše %s."
4153
 
4154
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4155
  msgid "New User Primer"
4156
  msgstr "Příručka nového uživatele"
4157
 
4158
- #: src/Tribe/Main.php:503
4159
  msgid "Customizing Event Tickets"
4160
  msgstr "Přizpůsobení pluginu Event Tickets"
4161
 
4162
- #: src/Tribe/Main.php:502
4163
  msgid "Troubleshooting common problems"
4164
  msgstr "Řešení obvyklých problémů"
4165
 
4166
- #: src/Tribe/Main.php:501
4167
  msgid "Features overview"
4168
  msgstr "Přehled funkcí"
4169
 
4170
- #: src/Tribe/Main.php:500
4171
  msgid "Settings overview"
4172
  msgstr "Přehled nastavení"
4173
 
4174
- #: src/Tribe/Main.php:498
4175
  msgid "Support for Event Tickets"
4176
  msgstr "Podpora pro Event Tickets"
4177
 
4178
- #: src/Tribe/Main.php:334
4179
  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"
4180
  msgstr "Když jsou pluginy The Events Calendar a Event Tickets aktivovány oba současně, plugin The Events Calendar musí být ve verzi %1$s nebo vyšší. Proveďte prosím jeho %2$s aktualizaci.%3$s"
4181
 
4182
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4183
  msgid "Delete"
4184
  msgstr "Smazat"
4185
 
4186
- #: src/Tribe/Attendees_Table.php:521
4187
  msgid "Export"
4188
  msgstr "Exportovat"
4189
 
4190
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4191
- #: src/Tribe/Attendees_Table.php:520
4192
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4193
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4194
- #: src/admin-views/admin-welcome-message.php:62
 
4195
  msgid "Email"
4196
  msgstr "Email"
4197
 
4198
- #: src/Tribe/Attendees_Table.php:519
4199
  msgid "Print"
4200
  msgstr "Tisk"
4201
 
4202
- #: src/Tribe/Attendees_Table.php:553
4203
  msgid "Undo Check in"
4204
  msgstr "Zrušit registraci"
4205
 
4206
- #: src/Tribe/Attendees_Table.php:552
4207
  msgid "Check in"
4208
  msgstr "Zaregistrovat"
4209
 
@@ -4227,10 +4337,10 @@ msgstr "Email kupce"
4227
  msgid "Purchaser Name"
4228
  msgstr "Jméno kupce"
4229
 
4230
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4231
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4232
  #: src/admin-views/editor/list-table.php:30
4233
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4234
  msgid "Tickets"
4235
  msgstr "Vstupenky"
4236
 
@@ -4246,14 +4356,6 @@ msgstr "Zde si můžete změnit veškerá globální nastavení pluginu The Even
4246
  msgid "Network Settings"
4247
  msgstr "Nastavení v síti webů"
4248
 
4249
- #: common/src/admin-views/tribe-options-licenses.php:47
4250
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4251
- msgstr "Na této stránce se zobrazí pole pro licenční klíče pouze pro pluginy %1$saktivované v síti webů%2$s."
4252
-
4253
- #: common/src/admin-views/tribe-options-licenses.php:38
4254
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4255
- msgstr "%1$s Používáte naše pluginy v síti webů? %2$s Berte prosím na vědomí, že váš licenční klíč se aplikuje na celou síť webů a nikoli pouze na tento web."
4256
-
4257
  #: common/src/admin-views/tribe-options-help.php:80
4258
  msgid "More..."
4259
  msgstr "Více..."
@@ -4378,6 +4480,10 @@ msgstr "Formát data pro Datepicker"
4378
  msgid "Date Format Settings"
4379
  msgstr "Nastavení formátu data"
4380
 
 
 
 
 
4381
  #: common/src/Tribe/Languages/Locations.php:374
4382
  msgid "Wyoming"
4383
  msgstr "Wyoming"
@@ -5623,7 +5729,7 @@ msgid "There are no fields setup for this tab yet."
5623
  msgstr "Pro tento panel nejsou zatím nastavena žádná pole."
5624
 
5625
  #: common/src/Tribe/Settings_Manager.php:253
5626
- #: common/src/admin-views/tribe-options-licenses.php:66
5627
  msgid "Licenses"
5628
  msgstr "Licence"
5629
 
@@ -5643,22 +5749,22 @@ msgstr "Zobrazování"
5643
  msgid "General"
5644
  msgstr "Obecné"
5645
 
5646
- #: common/src/Tribe/Settings.php:643
5647
  msgid "Settings saved."
5648
  msgstr "Nastavení bylo uloženo."
5649
 
5650
- #: common/src/Tribe/Settings.php:621
5651
  msgid "The above setting was not saved. Other settings were successfully saved."
5652
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5653
  msgstr[0] "Výše uvedené nastavení nebylo uloženo. Ostatní nastavení byla úspěšně uložena."
5654
  msgstr[1] "Výše uvedená nastavení nebyla uložena. Ostatní nastavení byla úspěšně uložena."
5655
  msgstr[2] "Výše uvedená nastavení nebyla uložena. Ostatní nastavení byla úspěšně uložena."
5656
 
5657
- #: common/src/Tribe/Settings.php:620
5658
  msgid "None of your settings were saved. Please try again."
5659
  msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
5660
 
5661
- #: common/src/Tribe/Settings.php:610
5662
  msgid "Your form had the following errors:"
5663
  msgstr "Ve formuláři se vyskytly následující chyby:"
5664
 
@@ -5674,6 +5780,7 @@ msgstr "Požadavek byl odeslán nezabezpečený."
5674
  msgid "You don't have permission to do that."
5675
  msgstr "Nemáte dostatečné oprávnění pro tuto činnost."
5676
 
 
5677
  #: common/src/Tribe/Settings.php:371
5678
  msgid "Save Changes"
5679
  msgstr "Uložit změny"
@@ -5687,11 +5794,11 @@ msgid "%s Settings"
5687
  msgstr "%s Nastavení"
5688
 
5689
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5690
- #: src/modules/elements/settings-dashboard/element.js:64
 
5691
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5692
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5693
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5694
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5695
  msgid "Settings"
5696
  msgstr "Nastavení"
5697
 
@@ -5699,40 +5806,41 @@ msgstr "Nastavení"
5699
  msgid "Events Settings"
5700
  msgstr "Nastavení akcí"
5701
 
 
5702
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5703
  #: common/src/Tribe/Settings.php:242
5704
  msgid "Events"
5705
  msgstr "Akce"
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:896
5708
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5709
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:940
5712
  msgid "Thanks for setting up a valid key. It will expire on %s"
5713
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:935
5716
  msgid "Valid Key! Expires on %s"
5717
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
5718
 
5719
- #: common/src/Tribe/PUE/Checker.php:915
5720
  msgid "Sorry, key validation server is not available."
5721
  msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
5722
 
5723
- #: common/src/Tribe/PUE/Checker.php:909
5724
  msgid "unknown date"
5725
  msgstr "neznámé datum"
5726
 
5727
- #: common/src/Tribe/PUE/Checker.php:650
5728
  msgid "License key(s) updated."
5729
  msgstr "Licenční klíč(e) byl aktualizován."
5730
 
5731
- #: common/src/Tribe/PUE/Checker.php:494
5732
  msgid "A valid license key is required for support and updates"
5733
  msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
5734
 
5735
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5736
  msgid "License Key"
5737
  msgstr "Licenční klíč"
5738
 
@@ -5833,7 +5941,7 @@ msgid "n/a"
5833
  msgstr "není k dispozici"
5834
 
5835
  #: common/src/Tribe/Admin/Help_Page.php:244
5836
- #: common/src/Tribe/Plugins_API.php:100
5837
  msgid "Community Tickets"
5838
  msgstr "Community Tickets"
5839
 
@@ -5841,12 +5949,13 @@ msgstr "Community Tickets"
5841
  msgid "Event Tickets Plus"
5842
  msgstr "Event Tickets Plus"
5843
 
5844
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5845
  msgid "Community Events"
5846
  msgstr "Komunitní akce"
5847
 
5848
  #: common/src/Tribe/Admin/Help_Page.php:203
5849
- #: common/src/Tribe/Plugins_API.php:111
5850
  msgid "Eventbrite Tickets"
5851
  msgstr "Eventbrite Tickets"
5852
 
@@ -5854,8 +5963,8 @@ msgstr "Eventbrite Tickets"
5854
  msgid "Events Calendar PRO"
5855
  msgstr "Events Calendar PRO"
5856
 
5857
- #: src/views/tickets/orders-link.php:38
5858
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5859
  #: common/src/Tribe/Admin/Help_Page.php:170
5860
  msgid " and "
5861
  msgstr " a "
@@ -5873,7 +5982,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5873
  msgstr "Events Tickets je kvalitně zpracovaný a rozšiřitelný plugin, který vám umožní jednoduše prodávat vstupenky na vaše akce."
5874
 
5875
  #. Plugin Name of the plugin
5876
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5877
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5878
  msgid "Event Tickets"
5879
  msgstr "Event Tickets"
@@ -5882,7 +5991,7 @@ msgstr "Event Tickets"
5882
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5883
  msgstr "The Events Calendar je kvalitně zpracovaný a rozšiřitelný plugin, který vám umožní jednoduše sdílet vaše akce."
5884
 
5885
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5886
- #: common/src/Tribe/Customizer.php:642
5887
  msgid "The Events Calendar"
5888
  msgstr "The Events Calendar"
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+ msgstr[2] ""
337
+
338
+ #: src/functions/php-min-version.php:52
339
+ msgctxt "Plugin A\",\" Plugin B"
340
+ msgid ", "
341
+ msgstr ""
342
+
343
+ #: src/functions/php-min-version.php:51
344
+ msgctxt "Plugin A \"and\" Plugin B"
345
+ msgid " and "
346
+ msgstr ""
347
+
348
+ #. Plugin URI of the plugin
349
+ msgid "http://m.tri.be/1acb"
350
+ msgstr ""
351
+
352
+ #: src/resources/js/app/blocks.js:45715
353
  msgid "Ticket SKU"
354
  msgstr ""
355
 
356
+ #: src/resources/js/app/blocks.js:45363
357
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
358
  msgstr ""
359
 
360
+ #: src/resources/js/app/blocks.js:45275
361
  msgid "Number of tickets available"
362
  msgstr ""
363
 
364
+ #: src/resources/js/app/blocks.js:45275
365
  msgid "(optional) Limit sales of this ticket to:"
366
  msgstr ""
367
 
368
+ #: src/resources/js/app/blocks.js:45252
369
  msgid "Set shared capacity:"
370
  msgstr ""
371
 
372
+ #: src/resources/js/app/blocks.js:42864
373
  msgid "You can also enter keywords to help find the target event by title or description"
374
  msgstr ""
375
 
376
+ #: src/resources/js/app/blocks.js:42830
377
  msgid "No posts found"
378
  msgstr ""
379
 
380
+ #: src/resources/js/app/blocks.js:41904
381
+ msgid "Enable \"Not Going\" responses"
382
  msgstr ""
383
 
384
+ #: src/resources/js/app/blocks.js:41875
385
  msgid "Leave blank if unlimited"
386
  msgstr ""
387
 
388
+ #: src/resources/js/app/blocks.js:41870
389
  msgid "RSVP Capacity"
390
  msgstr ""
391
 
392
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
393
  msgid "Advanced Options"
394
  msgstr ""
395
 
396
+ #: common/src/resources/js/app/elements.js:60102
397
+ #: common/src/resources/js/app/elements.js:60204
398
+ #: common/src/modules/elements/time-picker/element.js:57
399
+ #: common/src/modules/elements/time-picker/element.js:148
400
  msgid "All Day"
401
  msgstr ""
402
 
403
+ #: common/src/resources/js/app/elements.js:59581
404
  #: common/src/modules/elements/image-upload/element.js:46
 
405
  msgid "remove"
406
  msgstr ""
407
 
408
+ #: src/resources/js/app/blocks.js:44076
409
+ #: src/modules/blocks/tickets/container/template.js:40
410
  msgid "To create tickets, you'll need to enable an ecommerce solution."
411
  msgstr ""
412
 
413
+ #: src/resources/js/app/blocks.js:44079
414
+ #: src/modules/blocks/tickets/container/template.js:43
415
  msgid "Edit this block to create your first ticket."
416
  msgstr ""
417
 
418
+ #: src/resources/js/app/blocks.js:44075
419
+ #: src/modules/blocks/tickets/container/template.js:39
420
  msgid "There is no ecommerce available"
421
  msgstr ""
422
 
423
+ #: src/resources/js/app/blocks.js:44078
424
+ #: src/modules/blocks/tickets/container/template.js:42
425
  msgid "There are no tickets yet"
426
  msgstr ""
427
 
428
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
429
  msgid "Sell tickets and register attendees."
430
  msgstr ""
431
 
432
+ #: src/resources/js/app/blocks.js:43992
433
  #: src/modules/blocks/tickets/availability/template.js:43
 
434
  msgid "%d total tickets"
435
  msgstr ""
436
 
437
+ #: src/resources/js/app/blocks.js:43991
438
  #: src/modules/blocks/tickets/availability/template.js:42
 
439
  msgid "%d total ticket"
440
  msgstr ""
441
 
442
+ #: src/resources/js/app/blocks.js:43985
443
  #: src/modules/blocks/tickets/availability/template.js:31
 
444
  msgid "%d tickets available"
445
  msgstr ""
446
 
447
+ #: src/resources/js/app/blocks.js:43984
448
  #: src/modules/blocks/tickets/availability/template.js:30
 
449
  msgid "%d ticket available"
450
  msgstr ""
451
 
452
+ #: src/resources/js/app/blocks.js:43432
453
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
454
  msgid "Add Tickets"
455
  msgstr ""
456
 
457
+ #: src/resources/js/app/blocks.js:44237
458
  #: src/modules/blocks/tickets/controls/template.js:62
 
459
  msgid "Sell tickets using"
460
  msgstr ""
461
 
462
+ #: src/resources/js/app/blocks.js:44227
463
  #: src/modules/blocks/tickets/controls/template.js:59
 
464
  msgid "Tickets Settings"
465
  msgstr ""
466
 
467
+ #: src/resources/js/app/blocks.js:44187
468
  #: src/modules/blocks/tickets/controls/template.js:25
 
469
  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"
470
  msgstr ""
471
 
472
+ #: src/resources/js/app/blocks.js:44185
473
  #: src/modules/blocks/tickets/controls/template.js:20
 
474
  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. "
475
  msgstr ""
476
 
477
+ #: src/resources/js/app/blocks.js:43650
478
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
479
  msgid "Total Capacity"
480
  msgstr ""
481
 
482
+ #: src/resources/js/app/blocks.js:43645
483
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
484
  msgid "Independent capacity"
485
  msgstr ""
486
 
487
+ #: src/resources/js/app/blocks.js:43640
488
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
489
  msgid "Shared capacity"
490
  msgstr ""
491
 
492
+ #: src/resources/js/app/blocks.js:46966
493
  #: src/modules/blocks/attendees/index.js:22
 
494
  msgid "Show the gravatars of people coming to this event."
495
  msgstr ""
496
 
497
+ #: src/resources/js/app/blocks.js:46767
498
+ #: src/modules/blocks/attendees/template.js:33
499
  msgid "(X) people are attending this event"
500
  msgstr ""
501
 
502
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
503
  #: src/modules/blocks/attendees/index.js:37
504
+ #: src/modules/blocks/attendees/template.js:32
505
  msgid "Who's Attending?"
506
  msgstr ""
507
 
508
+ #: src/resources/js/app/blocks.js:46176
509
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
510
  msgid "Save your ticket to enable attendee registration fields"
511
  msgstr ""
512
 
513
+ #: src/resources/js/app/blocks.js:45977
514
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
515
  msgid "Remove Ticket"
516
  msgstr ""
517
 
518
+ #: src/resources/js/app/blocks.js:45492
519
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
520
  msgid "Sale Duration"
521
  msgstr ""
522
 
523
+ #: src/resources/js/app/blocks.js:45854
524
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
525
  msgid "Ecommerce"
526
  msgstr ""
527
 
528
+ #: src/resources/js/app/blocks.js:45833
529
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
530
  msgid "View Sales Report"
531
  msgstr ""
532
 
533
+ #: src/resources/js/app/blocks.js:45824
534
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
535
  msgid "Edit Ticket in WooCommerce"
536
  msgstr ""
537
 
538
+ #: src/resources/js/app/blocks.js:45822
539
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
540
  msgid "Edit Ticket in Easy Digital Downloads"
541
  msgstr ""
542
 
543
+ #: src/resources/js/app/blocks.js:44962
544
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
545
  msgid "cap"
546
  msgstr ""
547
 
548
+ #: src/resources/js/app/blocks.js:45027
549
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
550
  msgid "unlimited"
551
  msgstr ""
552
 
553
+ #: src/resources/js/app/blocks.js:45020
554
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
555
  msgid "%d of %d sold"
556
  msgstr ""
557
 
558
+ #: src/resources/js/app/blocks.js:45020
559
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
560
  msgid "%d sold"
561
  msgstr ""
562
 
563
+ #: src/resources/js/app/blocks.js:44729
564
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
565
  msgid "0"
566
  msgstr ""
567
 
568
+ #: src/resources/js/app/blocks.js:44633
569
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
570
  msgid "Description"
571
  msgstr ""
572
 
573
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
574
  msgid "A single configured ticket type."
575
  msgstr ""
576
 
577
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
578
  msgid "Event Ticket"
579
  msgstr ""
580
 
581
+ #: src/resources/js/app/blocks.js:46420
582
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
583
  msgid "Create Ticket"
584
  msgstr ""
585
 
586
+ #: src/resources/js/app/blocks.js:46420
587
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
588
  msgid "Update Ticket"
589
  msgstr ""
590
 
591
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
592
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
593
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
594
  msgid "+ Add"
595
  msgstr ""
596
 
597
+ #: src/resources/js/app/blocks.js:41752
598
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
599
  msgid "Save your RSVP to enable attendee registration fields"
600
  msgstr ""
601
 
602
+ #: src/resources/js/app/blocks.js:41078
603
+ #: src/modules/blocks/rsvp/container-header/template.js:71
604
  msgid "%d available"
605
  msgstr ""
606
 
607
+ #: src/resources/js/app/blocks.js:41066
608
+ #: src/modules/blocks/rsvp/container-header/template.js:57
609
  msgid "description"
610
  msgstr ""
611
 
612
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
613
  msgid "Find out who is planning to attend!"
614
  msgstr ""
615
 
616
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
617
  #: src/modules/blocks/rsvp/header-image/template.js:33
618
  #: src/modules/blocks/tickets/header-image/template.js:33
 
619
  msgid "Upload Image"
620
  msgstr ""
621
 
622
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
623
  #: src/modules/blocks/rsvp/header-image/template.js:25
624
  #: src/modules/blocks/tickets/header-image/template.js:25
 
625
  msgid "Ticket Header Image"
626
  msgstr ""
627
 
628
+ #: src/resources/js/app/blocks.js:41592
629
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
630
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
631
  msgstr ""
632
 
633
+ #: src/resources/js/app/blocks.js:41533
634
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
635
  msgid "Remove RSVP"
636
  msgstr ""
637
 
638
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
639
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
640
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
641
  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."
642
  msgstr ""
643
 
644
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
645
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
646
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
647
  msgid "Warning"
648
  msgstr ""
649
 
650
+ #: src/resources/js/app/blocks.js:42291
651
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
652
  msgid "Create RSVP"
653
  msgstr ""
654
 
655
+ #: src/resources/js/app/blocks.js:42291
656
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
657
  msgid "Update RSVP"
658
  msgstr ""
659
 
660
+ #: src/resources/js/app/blocks.js:41221
661
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
662
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
663
  msgstr ""
664
 
665
+ #: src/resources/js/app/blocks.js:41217
666
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
667
  msgid "Duration"
668
  msgstr ""
669
 
670
+ #: src/resources/js/app/blocks.js:42742
671
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
672
  msgid "Edit this block to create an RSVP form."
673
  msgstr ""
674
 
675
+ #: src/resources/js/app/blocks.js:42742
676
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
677
  msgid "Edit this block to change RSVP settings."
678
  msgstr ""
679
 
680
+ #: src/resources/js/app/blocks.js:42740
681
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
682
  msgid "There is no RSVP configured"
683
  msgstr ""
684
 
685
+ #: src/resources/js/app/blocks.js:42740
686
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
687
  msgid "RSVP is not currently active"
688
  msgstr ""
689
 
690
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
691
  #: src/modules/elements/settings-dashboard/element.js:56
 
692
  msgid "close"
693
  msgstr ""
694
 
695
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
696
  #: src/modules/data/blocks/ticket/options.js:13
 
697
  msgid "Share capacity with other tickets"
698
  msgstr ""
699
 
700
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
701
+ #: src/modules/data/blocks/ticket/sagas.js:566
702
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
703
  msgstr ""
704
 
 
 
 
 
705
  #: common/src/Tribe/Editor/Configuration.php:96
706
  msgid "F j"
707
  msgstr ""
708
 
709
  #: common/src/Tribe/Editor/Configuration.php:95
710
+ #: common/src/Tribe/Editor/Configuration.php:97
711
  msgid "F j, Y"
712
  msgstr ""
713
 
714
  #: common/src/Tribe/Editor/Configuration.php:94
715
+ #: common/src/Tribe/Editor/Configuration.php:97
716
  msgid "g:i a"
717
  msgstr ""
718
 
738
  msgid "Numeric Array"
739
  msgstr ""
740
 
741
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
742
  msgid "Tickets Blocks"
743
  msgstr ""
744
 
745
+ #: src/Tribe/Attendee_Registration/Template.php:345
746
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
747
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
748
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
749
  msgid "Attendee Registration"
750
  msgstr ""
751
 
752
+ #: src/Tribe/Editor/Attendee_Registration.php:140
753
  msgid "Are you sure you want to leave this page?"
754
  msgstr ""
755
 
 
 
 
 
756
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
757
  msgid "Ticket was not able to be updated"
758
  msgstr ""
762
  msgid "Invalid nonce"
763
  msgstr ""
764
 
765
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
766
  msgid "Who's coming?"
767
  msgstr ""
768
 
769
+ #: src/Tribe/Status/Abstract_Commerce.php:204
770
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
771
  msgid "available"
772
  msgstr ""
773
 
774
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
775
  msgid "Sold Out"
776
  msgstr ""
777
 
778
+ #: src/views/blocks/tickets/submit-button.php:23
779
  msgid "Add to cart"
780
  msgstr ""
781
 
782
+ #: src/views/blocks/tickets/quantity-add.php:24
783
  msgid "+"
784
  msgstr ""
785
 
787
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
788
  msgstr ""
789
 
790
+ #: src/views/blocks/tickets/registration/summary/title.php:21
791
  msgid "Ticket Registration"
792
  msgstr ""
793
 
794
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
795
  msgid "1"
796
  msgstr ""
797
 
798
+ #: src/views/blocks/tickets/quantity-remove.php:23
799
  msgid "-"
800
  msgstr ""
801
 
802
+ #: src/views/blocks/attendees/description.php:25
803
  msgid "One person is attending %2$s"
804
  msgid_plural "%d people are attending %s"
805
  msgstr[0] ""
806
  msgstr[1] ""
807
  msgstr[2] ""
808
 
809
+ #: src/views/blocks/attendees/order-links.php:55
810
+ #: src/views/blocks/attendees/order-links.php:59
811
  msgid "%d %s"
812
  msgid_plural "%d %ss"
813
  msgstr[0] ""
814
  msgstr[1] ""
815
  msgstr[2] ""
816
 
817
+ #: src/views/blocks/rsvp/form/opt-out.php:39
818
  msgid "Don't show my information on public attendee lists"
819
  msgstr ""
820
 
821
+ #: src/views/blocks/rsvp/form/error.php:20
822
  msgid "Please fill in the RSVP confirmation name and email fields."
823
  msgstr ""
824
 
825
+ #: src/views/blocks/rsvp/form/submit-button.php:25
826
  msgid "Submit RSVP"
827
  msgstr ""
828
 
829
+ #: src/views/blocks/rsvp/details/availability.php:26
830
  msgid "remaining"
831
  msgstr ""
832
 
833
+ #: src/views/blocks/rsvp/status/not-going.php:45
834
+ #: src/resources/js/app/blocks.js:40975
835
  #: src/modules/blocks/rsvp/counters/template.js:33
 
836
  msgid "Not going"
837
  msgstr ""
838
 
839
+ #: src/views/blocks/rsvp/status/full.php:18
840
  msgid "RSVP Full"
841
  msgstr ""
842
 
843
+ #: src/views/registration/attendees/fields.php:15
844
  msgid "Attendee"
845
  msgstr ""
846
 
847
+ #: src/views/registration/attendees/error.php:16
848
+ msgid "Please fill in all required fields."
849
  msgstr ""
850
 
851
+ #: src/views/registration/attendees/fields/select.php:39
852
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
853
  msgid "Select an option"
854
  msgstr ""
855
 
856
+ #: src/views/registration/summary/tickets-header.php:16
857
  msgid "Ticket summary"
858
  msgstr ""
859
 
860
+ #: src/views/registration/button-checkout.php:30
861
  msgid "Checkout"
862
  msgstr ""
863
 
864
+ #: src/views/registration/content.php:44
865
  msgid "Save Attendee Info"
866
  msgstr ""
867
 
868
+ #: src/views/registration/cart-empty.php:26
869
  msgid "Find events to attend on %1$s"
870
  msgstr ""
871
 
872
+ #: src/views/registration/cart-empty.php:23
873
  msgid "the calendar"
874
  msgstr ""
875
 
876
+ #: src/views/registration/cart-empty.php:15
877
  msgid "You currently have no events awaiting registration"
878
  msgstr ""
879
 
880
+ #: src/views/registration/button-cart.php:20
881
  msgid "Back to cart"
882
  msgstr ""
883
 
884
+ #: src/template-tags/tickets.php:436
885
  msgid "issued"
886
  msgstr ""
887
 
890
  msgid "Overview"
891
  msgstr ""
892
 
893
+ #: src/Tribe/Tickets.php:1861
894
  msgid " at "
895
  msgstr ""
896
 
897
+ #: src/Tribe/Tickets.php:1855
898
  msgid "Tickets will be available on "
899
  msgstr ""
900
 
1471
  msgid "Event Tickets TribeCommerce Order"
1472
  msgstr ""
1473
 
1474
+ #: src/Tribe/Main.php:882
1475
  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."
1476
  msgstr ""
1477
 
1483
  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."
1484
  msgstr ""
1485
 
1486
+ #: common/src/Tribe/Main.php:291
1487
  msgid "Clear"
1488
  msgstr ""
1489
 
1490
+ #: src/admin-views/tribe-options-tickets.php:324
1491
  msgid "You have tickets!"
1492
  msgstr ""
1493
 
1494
+ #: src/admin-views/tribe-options-tickets.php:293
1495
  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."
1496
  msgstr ""
1497
 
1639
  msgid "Event Tickets TribeCommerce Attendee Data"
1640
  msgstr ""
1641
 
1642
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1643
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1644
  msgid "RSVP Title"
1645
  msgstr ""
1646
 
1660
  msgid "You don't have tickets for this event"
1661
  msgstr ""
1662
 
1663
+ #: src/admin-views/tribe-options-tickets.php:261
1664
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1665
  msgstr ""
1666
 
1676
  msgid "Return to Cart"
1677
  msgstr ""
1678
 
1679
+ #: src/admin-views/tribe-options-tickets.php:158
1680
  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"
1681
  msgstr ""
1682
 
1683
+ #: src/admin-views/tribe-options-tickets.php:154
1684
  msgid "Check it out!"
1685
  msgstr ""
1686
 
1725
  msgid "Tickets"
1726
  msgstr ""
1727
 
1728
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1729
  msgid "Order Total"
1730
  msgstr ""
1731
 
1779
  msgstr ""
1780
 
1781
  #: src/views/login-to-purchase.php:16
1782
+ #: src/views/blocks/tickets/submit-login.php:20
1783
  msgid "Log in to purchase"
1784
  msgstr ""
1785
 
1798
  msgid "Log in before purchasing"
1799
  msgstr ""
1800
 
1801
+ #: src/admin-views/tribe-options-tickets.php:355
1802
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1803
  msgstr ""
1804
 
1805
+ #: src/admin-views/tribe-options-tickets.php:353
1806
  msgid "IPN Notify URL"
1807
  msgstr ""
1808
 
1809
+ #: src/admin-views/tribe-options-tickets.php:344
1810
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1811
  msgstr ""
1812
 
1813
+ #: src/admin-views/tribe-options-tickets.php:341
1814
  msgid "See your IPN Notification history"
1815
  msgstr ""
1816
 
1817
+ #: src/admin-views/tribe-options-tickets.php:331
1818
  msgid "Enables PayPal Sandbox mode for testing."
1819
  msgstr ""
1820
 
1821
+ #: src/admin-views/tribe-options-tickets.php:330
1822
  msgid "PayPal Sandbox"
1823
  msgstr ""
1824
 
1825
+ #: src/admin-views/tribe-options-tickets.php:322
1826
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1827
  msgstr ""
1828
 
1829
+ #: src/admin-views/tribe-options-tickets.php:321
1830
  msgid "Confirmation email subject"
1831
  msgstr ""
1832
 
1833
+ #: src/admin-views/tribe-options-tickets.php:313
1834
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1835
  msgstr ""
1836
 
1837
+ #: src/admin-views/tribe-options-tickets.php:312
1838
  msgid "Confirmation email sender name"
1839
  msgstr ""
1840
 
1841
+ #: src/admin-views/tribe-options-tickets.php:305
1842
  msgid "Email address PayPal tickets customers will receive confirmation from."
1843
  msgstr ""
1844
 
1845
+ #: src/admin-views/tribe-options-tickets.php:304
1846
  msgid "Confirmation email sender address"
1847
  msgstr ""
1848
 
1849
+ #: src/admin-views/tribe-options-tickets.php:290
1850
  msgid "Success page"
1851
  msgstr ""
1852
 
1853
+ #: src/admin-views/tribe-options-tickets.php:284
1854
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1855
  msgstr ""
1856
 
1857
+ #: src/admin-views/tribe-options-tickets.php:283
1858
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1859
  msgstr ""
1860
 
1861
+ #: src/admin-views/tribe-options-tickets.php:279
1862
  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."
1863
  msgstr ""
1864
 
1865
+ #: src/admin-views/tribe-options-tickets.php:278
1866
  msgid "Stock Handling"
1867
  msgstr ""
1868
 
1869
+ #: src/admin-views/tribe-options-tickets.php:271
1870
  msgid "The currency that will be used for Tribe Commerce transactions."
1871
  msgstr ""
1872
 
1873
+ #: src/admin-views/tribe-options-tickets.php:270
1874
  msgid "Currency Code"
1875
  msgstr ""
1876
 
1877
+ #: src/admin-views/tribe-options-tickets.php:258
1878
  msgid "PayPal configuration status:"
1879
  msgstr ""
1880
 
1881
+ #: src/admin-views/tribe-options-tickets.php:235
1882
+ #: src/admin-views/tribe-options-tickets.php:247
1883
  msgid "No"
1884
  msgstr ""
1885
 
1886
+ #: src/admin-views/tribe-options-tickets.php:232
1887
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1888
  msgstr ""
1889
 
1890
+ #: src/admin-views/tribe-options-tickets.php:224
1891
  msgid "PayPal email to receive payments:"
1892
  msgstr ""
1893
 
1894
+ #: src/admin-views/tribe-options-tickets.php:218
1895
  msgid "Configure PayPal:"
1896
  msgstr ""
1897
 
1898
+ #: src/admin-views/tribe-options-tickets.php:210
1899
  msgid "Your site address is: %s"
1900
  msgstr ""
1901
 
1902
+ #: src/admin-views/tribe-options-tickets.php:208
1903
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1904
  msgstr ""
1905
 
1906
+ #: src/admin-views/tribe-options-tickets.php:202
1907
  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"
1908
  msgstr ""
1909
 
1910
+ #: src/admin-views/tribe-options-tickets.php:200
1911
  msgid "these instructions"
1912
  msgstr ""
1913
 
1914
+ #: src/admin-views/tribe-options-tickets.php:173
1915
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1916
  msgstr ""
1917
 
1918
+ #: src/admin-views/tribe-options-tickets.php:172
1919
  msgid "Enable Tribe Commerce "
1920
  msgstr ""
1921
 
1922
+ #: src/admin-views/tribe-options-tickets.php:142
1923
  msgid "Tribe Commerce"
1924
  msgstr ""
1925
 
1926
+ #: src/admin-views/tribe-options-tickets.php:52
1927
  msgid "Require users to log in before they purchase tickets"
1928
  msgstr ""
1929
 
1930
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1931
  msgid "SKU: (%s)"
1932
  msgstr ""
1933
 
1934
+ #: src/admin-views/tpp-orders.php:23
1935
  msgctxt "post type details"
1936
  msgid "%s Details"
1937
  msgstr ""
1938
 
1939
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1940
  msgid "A unique identifying code for each ticket type you're selling"
1941
  msgstr ""
1942
 
1980
  msgid "Ticket Price must be greater than zero."
1981
  msgstr ""
1982
 
 
1983
  #: src/admin-views/editor/column-head-price.php:1
1984
+ #: src/views/registration/summary/tickets-header.php:19
1985
  msgid "Price"
1986
  msgstr ""
1987
 
1993
  msgid "The attendee ID is missing from the request parameters."
1994
  msgstr ""
1995
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1996
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1997
  msgid "unavailable"
1998
  msgstr ""
2001
  msgid "This ticket is no longer active."
2002
  msgstr ""
2003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2004
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2005
  msgid "Sell only available"
2006
  msgstr ""
2078
  msgid "Number of orders per page:"
2079
  msgstr ""
2080
 
2081
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2082
  msgid "Not completed"
2083
  msgstr ""
2084
 
2085
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2086
+ #: src/admin-views/tpp-orders.php:121
2087
  msgid "Completed"
2088
  msgstr ""
2089
 
2090
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2091
  msgid "Search Orders"
2092
  msgstr ""
2093
 
2094
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2095
  msgctxt "Browser title"
2096
  msgid "%s - PayPal Orders"
2097
  msgstr ""
2098
 
2099
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2100
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2101
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2102
  msgid "PayPal Orders"
2103
  msgstr ""
2104
 
2105
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2106
  msgid "See PayPal purchases for this %s"
2107
  msgstr ""
2108
 
2114
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2115
  msgstr ""
2116
 
2117
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2118
  msgid "Report"
2119
  msgstr ""
2120
 
2121
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2122
  msgid "Sales report"
2123
  msgstr ""
2124
 
2125
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2126
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2127
  msgid "Orders"
2128
  msgstr ""
2129
 
2130
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2131
  msgid "Tribe Commerce Ticket"
2132
  msgstr ""
2133
 
2134
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2135
  msgid "Tribe Commerce Tickets"
2136
  msgstr ""
2137
 
2148
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2149
  msgstr ""
2150
 
 
2151
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2152
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2153
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2154
  msgctxt "a PayPal configuration status"
2155
  msgid "incomplete"
2156
  msgstr ""
2197
  msgstr ""
2198
 
2199
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2200
  msgid "pending"
2201
  msgstr ""
2202
 
2210
  msgid "Total Tickets Issued:"
2211
  msgstr ""
2212
 
2213
+ #: src/Tribe/Commerce/Currency.php:305
2214
  msgid "U.S. Dollar (USD)"
2215
  msgstr ""
2216
 
2217
+ #: src/Tribe/Commerce/Currency.php:299
2218
  msgid "Taiwan New Dollar (TWD)"
2219
  msgstr ""
2220
 
2221
+ #: src/Tribe/Commerce/Currency.php:293
2222
  msgid "Thai Baht (THB)"
2223
  msgstr ""
2224
 
2225
+ #: src/Tribe/Commerce/Currency.php:287
2226
  msgid "Singapore Dollar (SGD)"
2227
  msgstr ""
2228
 
2229
+ #: src/Tribe/Commerce/Currency.php:281
2230
  msgid "Swedish Krona (SEK)"
2231
  msgstr ""
2232
 
2233
+ #: src/Tribe/Commerce/Currency.php:269
2234
  msgid "Polish Zloty (PLN)"
2235
  msgstr ""
2236
 
2237
+ #: src/Tribe/Commerce/Currency.php:263
2238
  msgid "Philippine Peso (PHP)"
2239
  msgstr ""
2240
 
2241
+ #: src/Tribe/Commerce/Currency.php:257
2242
  msgid "New Zealand Dollar (NZD)"
2243
  msgstr ""
2244
 
2245
+ #: src/Tribe/Commerce/Currency.php:251
2246
  msgid "Norwegian Krone (NOK)"
2247
  msgstr ""
2248
 
2249
+ #: src/Tribe/Commerce/Currency.php:245
2250
  msgid "Mexican Peso (MXN)"
2251
  msgstr ""
2252
 
2253
+ #: src/Tribe/Commerce/Currency.php:239
2254
  msgid "Malaysian Ringgit (MYR)"
2255
  msgstr ""
2256
 
2257
+ #: src/Tribe/Commerce/Currency.php:233
2258
  msgid "Japanese Yen (JPY)"
2259
  msgstr ""
2260
 
2302
  msgid "Australian Dollar (AUD)"
2303
  msgstr ""
2304
 
2305
+ #: src/Tribe/Attendees_Table.php:814
2306
  msgid "No matching attendees found."
2307
  msgstr ""
2308
 
2318
  msgid "%s must not be empty"
2319
  msgstr ""
2320
 
2321
+ #: src/template-tags/tickets.php:446
2322
  msgctxt "ticket shared capacity message (remaining stock)"
2323
  msgid "%1$d available of shared capacity"
2324
  msgstr ""
2325
 
2326
  #: src/admin-views/rsvp-metabox-capacity.php:19
2327
  #: src/admin-views/tpp-metabox-capacity.php:25
2328
+ #: src/resources/js/app/blocks.js:45336
2329
  msgid "Leave blank for unlimited"
2330
  msgstr ""
2331
 
2362
  msgstr ""
2363
 
2364
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2365
  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."
2366
  msgstr ""
2367
 
2390
  msgstr ""
2391
 
2392
  #: src/admin-views/editor/list-table.php:39
2393
+ #: src/resources/js/app/blocks.js:43637
2394
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2395
  msgid "Capacity"
2396
  msgstr ""
2397
 
2407
  msgid "Available:"
2408
  msgstr ""
2409
 
 
2410
  #: src/admin-views/editor/list-row.php:91
2411
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2412
  #: src/admin-views/tpp-metabox-capacity.php:16
2413
  msgid "Capacity:"
2414
  msgstr ""
2434
  msgstr ""
2435
 
2436
  #: src/admin-views/editor/fieldset/advanced.php:98
2437
+ #: src/resources/js/app/blocks.js:45493
2438
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2439
  msgid "If you do not set a start sale date, tickets will be available immediately."
2440
  msgstr ""
2441
 
2450
 
2451
  #: src/admin-views/editor/fieldset/advanced.php:84
2452
  #: 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
  #: common/src/modules/utils/date.js:103
 
 
2456
  msgid "at"
2457
  msgstr ""
2458
 
2485
  msgid "Start sale date cannot be empty."
2486
  msgstr ""
2487
 
2488
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2489
  msgid "Settings Overview"
2490
  msgstr ""
2491
 
2492
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2493
  msgid "Welcome to Event Tickets!"
2494
  msgstr ""
2495
 
 
 
 
 
 
 
 
2496
  #: src/Tribe/Tickets_Handler.php:84
2497
+ #: src/views/blocks/rsvp/details/availability.php:28
2498
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2499
+ #: src/views/blocks/tickets/extra-available.php:19
2500
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2501
+ #: src/resources/js/app/blocks.js:41083
2502
  #: src/modules/data/blocks/ticket/options.js:19
2503
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2504
  msgid "Unlimited"
2505
  msgstr ""
2506
 
2507
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2508
+ #: src/resources/js/app/blocks.js:5520
2509
+ #: src/modules/data/blocks/ticket/options.js:16
2510
  msgid "Set capacity for this ticket only"
2511
  msgstr ""
2512
 
2514
  msgid "Shared capacity with other tickets"
2515
  msgstr ""
2516
 
2517
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2518
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2519
  msgid "Move Ticket"
2520
  msgstr ""
2521
 
2522
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2523
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2524
  msgid "Move RSVP"
2525
  msgstr ""
2526
 
2573
  msgstr ""
2574
 
2575
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2576
+ #: src/resources/js/app/blocks.js:45362
2577
  msgid "Ticket Capacity"
2578
  msgstr ""
2579
 
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
 
2637
  msgid "A list of links to the term own, archive and parent REST URL"
2638
  msgstr ""
2639
 
2640
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
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"
2646
  msgid "Buy Now!"
2647
  msgstr ""
2648
 
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] ""
2658
  msgstr[1] ""
2659
  msgstr[2] ""
2660
 
2661
+ #: src/template-tags/tickets.php:237
2662
  msgid "%s spot left"
2663
  msgid_plural "%s spots left"
2664
  msgstr[0] ""
2670
  msgid "Sold out"
2671
  msgstr ""
2672
 
2673
+ #: common/src/Tribe/Plugins_API.php:139
2674
  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."
2675
  msgstr ""
2676
 
2677
+ #: common/src/Tribe/Plugins_API.php:135
2678
  msgid "Image Widget Plus"
2679
  msgstr ""
2680
 
2681
+ #: common/src/Tribe/Plugins_API.php:104
2682
  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."
2683
  msgstr ""
2684
 
2694
  msgid "Buy now"
2695
  msgstr ""
2696
 
2697
+ #: common/src/Tribe/PUE/Notices.php:398
2698
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2699
  msgstr ""
2700
 
2701
+ #: common/src/Tribe/PUE/Notices.php:279
2702
  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."
2703
  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."
2704
  msgstr[0] ""
2705
  msgstr[1] ""
2706
  msgstr[2] ""
2707
 
2708
+ #: common/src/Tribe/PUE/Checker.php:987
2709
  msgid "Please refresh the page and try your request again."
2710
  msgstr ""
2711
 
2725
  msgid "Cannot look for Terms without a taxonomy"
2726
  msgstr ""
2727
 
2728
+ #: common/src/Tribe/PUE/Checker.php:1106
2729
  msgid "There is a new version of %1$s available. %2$s"
2730
  msgstr ""
2731
 
2732
+ #: common/src/Tribe/PUE/Checker.php:1095
2733
  msgid "Update now to version %s."
2734
  msgstr ""
2735
 
2736
+ #: common/src/Tribe/PUE/Checker.php:500
2737
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2738
  msgstr ""
2739
 
2849
  msgid "The cost currency symbol"
2850
  msgstr ""
2851
 
2852
+ #: src/template-tags/tickets.php:449
2853
  msgctxt "ticket stock message (remaining stock)"
2854
  msgid "%1$d available"
2855
  msgstr ""
2856
 
2857
+ #: src/template-tags/tickets.php:444
2858
  msgid "%s %d"
2859
  msgstr "%s %d"
2860
 
2861
+ #: src/template-tags/tickets.php:438
2862
  msgctxt "separate going and remain RSVPs"
2863
  msgid "RSVP'd Going"
2864
  msgstr ""
2865
 
2866
+ #: src/admin-views/tribe-options-tickets.php:100
2867
  msgid "Location of Tickets form"
2868
  msgstr ""
2869
 
2870
+ #: src/admin-views/tribe-options-tickets.php:90
2871
  msgid "Location of RSVP form"
2872
  msgstr ""
2873
 
2874
+ #: src/admin-views/tribe-options-tickets.php:85
2875
  msgid "Above the event description"
2876
  msgstr ""
2877
 
2878
+ #: src/admin-views/tribe-options-tickets.php:84
2879
  msgid "Below the event description"
2880
  msgstr ""
2881
 
2882
+ #: src/admin-views/tribe-options-tickets.php:83
2883
  msgid "Above the event details"
2884
  msgstr ""
2885
 
2886
+ #: src/admin-views/tribe-options-tickets.php:82
2887
  msgid "Below the event details [default]"
2888
  msgstr ""
2889
 
2902
  msgid "Edit %s"
2903
  msgstr ""
2904
 
2905
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2906
  msgid "Undo"
2907
  msgstr ""
2908
 
2909
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2910
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2911
  msgid "Check In"
2912
  msgstr ""
2913
 
2938
  msgid "Events Help"
2939
  msgstr ""
2940
 
2941
+ #: common/src/Tribe/PUE/Checker.php:1688
2942
  msgid "Expired license. Consult your network administrator."
2943
  msgstr ""
2944
 
2945
+ #: common/src/Tribe/PUE/Checker.php:1687
2946
  msgid "No license entered. Consult your network administrator."
2947
  msgstr ""
2948
 
2949
+ #: common/src/Tribe/PUE/Checker.php:1686
2950
  msgid "A valid license has been entered by your network administrator."
2951
  msgstr ""
2952
 
2953
+ #: common/src/Tribe/PUE/Checker.php:553
2954
  msgid "Site License Key"
2955
  msgstr ""
2956
 
2957
+ #: common/src/Tribe/PUE/Checker.php:542
2958
  msgid "Check this box if you wish to override the network license key with your own"
2959
  msgstr ""
2960
 
2961
+ #: common/src/Tribe/PUE/Checker.php:541
2962
  msgid "Override network license key"
2963
  msgstr ""
2964
 
2965
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2966
  msgid "License Key Status:"
2967
  msgstr ""
2968
 
2969
+ #: common/src/Tribe/Main.php:289
2970
  msgid "Done"
2971
  msgstr ""
2972
 
2973
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2974
  msgid "Today"
2975
  msgstr ""
2976
 
2977
+ #: common/src/Tribe/Main.php:287
2978
  msgid "Prev"
2979
  msgstr ""
2980
 
2990
  msgid "Installed Add-Ons"
2991
  msgstr "Nainstalované rozšíření"
2992
 
2993
+ #: common/src/Tribe/Extension.php:377
2994
  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."
2995
  msgstr ""
2996
 
2998
  msgid "Tutorial"
2999
  msgstr ""
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
3003
  msgctxt "the final separator in a list of two or more items"
3004
  msgid " and "
3005
  msgstr " a "
3006
 
 
3007
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3008
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3009
  msgctxt "separator used in a list of items"
3010
  msgid ", "
3011
  msgstr ", "
3032
  msgstr[1] ""
3033
  msgstr[2] ""
3034
 
 
3035
  #: src/views/tickets/email-tickets-moved.php:117
3036
+ #: src/views/tickets/email-ticket-type-moved.php:115
3037
  msgid " (taking place on %s)"
3038
  msgstr ""
3039
 
3044
  msgstr[1] ""
3045
  msgstr[2] ""
3046
 
 
3047
  #: src/views/tickets/email-tickets-moved.php:99
3048
+ #: src/views/tickets/email-ticket-type-moved.php:97
3049
  msgid "Important changes to your tickets"
3050
  msgstr ""
3051
 
3066
  msgid "Next &raquo;"
3067
  msgstr "Další &raquo;"
3068
 
3069
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3070
  msgid "Finish!"
3071
  msgstr "Hotovo!"
3072
 
3084
  msgid "Select the ticket type that the tickets should be transferred to:"
3085
  msgstr ""
3086
 
3087
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3088
  msgid "Select the post you wish to move the ticket type to:"
3089
  msgstr ""
3090
 
3092
  msgid "You can also enter keywords to help find the target event by title or description:"
3093
  msgstr ""
3094
 
3095
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3096
  msgid "You can optionally focus on a specific post type:"
3097
  msgstr ""
3098
 
3123
  msgid "Move"
3124
  msgstr ""
3125
 
3126
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3127
  msgid "Getting Started"
3128
  msgstr "Začínáme"
3129
 
3130
+ #: src/admin-views/admin-welcome-message.php:69
3131
  msgid "Sign Up"
3132
  msgstr "Zaregistrovat se"
3133
 
3134
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3135
  msgid "Rate It"
3136
  msgstr "Ohodnotit"
3137
 
3138
+ #: src/admin-views/admin-welcome-message.php:79
3139
  msgid "Rate us today!"
3140
  msgstr "Ohodnoťte nás ještě dnes!"
3141
 
3142
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3143
  msgid "We Need Your Help"
3144
  msgstr "Potřebujeme Vaši pomoc"
3145
 
 
 
 
 
3146
  #: src/Tribe/Attendees.php:502
3147
  msgctxt "attendee export"
3148
  msgid "Customer Email Address"
3186
  msgid "Edit"
3187
  msgstr "Upravit"
3188
 
3189
+ #: src/Tribe/RSVP.php:331
3190
  msgid "RSVP Ticket"
3191
  msgstr "Rezervace lístku"
3192
 
3193
+ #: src/Tribe/RSVP.php:330
3194
  msgid "RSVP Tickets"
3195
  msgstr "Rezervace lístků"
3196
 
3197
+ #: src/Tribe/RSVP.php:163
3198
  msgctxt "ticket provider"
3199
  msgid "RSVP"
3200
  msgstr "Rezervace"
3214
  msgid "Total RSVPs:"
3215
  msgstr "Všechny rezervace:"
3216
 
3217
+ #: src/Tribe/Assets.php:112
3218
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3219
  msgstr ""
3220
 
3221
+ #: src/Tribe/Main.php:803
3222
  msgctxt "button text"
3223
  msgid "RSVP"
3224
  msgstr "RSVP"
3225
 
 
 
 
 
3226
  #: src/Tribe/CSV_Importer/Rows.php:49
3227
  msgctxt "post type label"
3228
  msgid "RSVPs"
3233
  msgid "RSVPs"
3234
  msgstr "Rezervace"
3235
 
3236
+ #: src/Tribe/Attendees_Table.php:330
3237
  msgctxt "row action"
3238
  msgid "Delete"
3239
  msgstr "Smazat"
3240
 
3241
+ #: src/Tribe/Attendees_Table.php:318
3242
  msgctxt "row action"
3243
  msgid "Move"
3244
  msgstr "Přesunout"
3245
 
3246
+ #: src/Tribe/Attendees_Table.php:308
3247
  msgctxt "row action"
3248
  msgid "Check In"
3249
  msgstr "Zaregistrovat"
3250
 
3251
+ #: src/Tribe/Attendees_Table.php:309
3252
  msgctxt "row action"
3253
  msgid "Undo Check In"
3254
  msgstr ""
3287
  msgid "View history"
3288
  msgstr "Zobrazit historii"
3289
 
3290
+ #: src/Tribe/Admin/Move_Tickets.php:763
3291
  msgid "This ticket was moved to %1$s from %2$s"
3292
  msgstr "Tato vstupenka byla přesunuta z %2$s do %1$s."
3293
 
3294
+ #: src/Tribe/Admin/Move_Tickets.php:583
3295
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3296
  msgstr ""
3297
 
3298
+ #: src/Tribe/Admin/Move_Tickets.php:465
3299
  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."
3300
  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."
3301
  msgstr[0] ""
3302
  msgstr[1] ""
3303
  msgstr[2] ""
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:458
3306
  msgctxt "moved tickets success message fragment"
3307
  msgid "moved to %s and"
3308
  msgstr ""
3309
 
3310
+ #: src/Tribe/Admin/Move_Tickets.php:451
3311
  msgctxt "moved tickets success message fragment"
3312
  msgid "assigned to %s"
3313
  msgstr "přiřazeno k %s"
3314
 
3315
+ #: src/Tribe/Admin/Move_Tickets.php:443
3316
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3317
  msgstr ""
3318
 
3319
+ #: src/Tribe/Admin/Move_Tickets.php:435
3320
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3321
  msgstr ""
3322
 
3323
+ #: src/Tribe/Admin/Move_Tickets.php:225
3324
  msgctxt "attendee screen bulk actions"
3325
  msgid "Move"
3326
  msgstr "Přesunout"
3350
  msgstr ""
3351
 
3352
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3353
+ #: src/Tribe/Admin/Move_Tickets.php:704
3354
  msgid "Changes to your tickets from %s"
3355
  msgstr ""
3356
 
3371
  msgstr ""
3372
 
3373
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3374
+ #: src/Tribe/Admin/Move_Tickets.php:252
3375
  msgid "All supported types"
3376
  msgstr "Všechny podporované typy"
3377
 
3378
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3379
+ #: src/resources/js/app/blocks.js:42918
3380
  msgid "Move Ticket Types"
3381
  msgstr ""
3382
 
3383
+ #: common/src/admin-views/tribe-options-licenses.php:19
3384
+ 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."
 
 
 
 
 
 
 
 
3385
  msgstr ""
3386
 
 
 
 
 
 
 
 
 
 
3387
  #: common/src/admin-views/tribe-options-help.php:55
3388
  msgid "Event Log"
3389
  msgstr ""
3428
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3429
  msgstr ""
3430
 
3431
+ #: common/src/Tribe/PUE/Notices.php:441
3432
  msgctxt "formatted plugin list"
3433
  msgid "%1$s and %2$s"
3434
  msgstr "%1$s a %2$s"
3435
 
3436
+ #: common/src/Tribe/PUE/Notices.php:356
3437
  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."
3438
  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."
3439
  msgstr[0] ""
3440
  msgstr[1] ""
3441
  msgstr[2] ""
3442
 
3443
+ #: common/src/Tribe/PUE/Notices.php:324
3444
  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"
3445
  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"
3446
  msgstr[0] ""
3447
  msgstr[1] ""
3448
  msgstr[2] ""
3449
 
3450
+ #: common/src/Tribe/PUE/Checker.php:1065
3451
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3452
  msgstr ""
3453
 
3454
+ #: common/src/Tribe/PUE/Checker.php:1008
3455
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3456
  msgstr ""
3457
 
3458
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3459
  msgid " (opens in a new window)"
3460
  msgstr "(otevře se v novém okně)"
3461
 
3462
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3463
  msgid "Renew Your License Now"
3464
  msgstr ""
3465
 
3466
+ #: common/src/Tribe/Main.php:276
3467
  msgid ": Selected 1 row"
3468
  msgstr ": Vybrán 1 řádek"
3469
 
3470
+ #: common/src/Tribe/Main.php:275
3471
  msgid ": Selected %d rows"
3472
  msgstr ": Vybráno %d řádků"
3473
 
3474
+ #: common/src/Tribe/Main.php:270
3475
  msgid "Previous"
3476
  msgstr "Předchozí"
3477
 
3478
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3479
  msgid "Next"
3480
  msgstr "Další"
3481
 
3482
+ #: common/src/Tribe/Main.php:268
3483
  msgid "All"
3484
  msgstr "Vše"
3485
 
3486
+ #: common/src/Tribe/Main.php:263
3487
  msgid "Search:"
3488
  msgstr "Hledat:"
3489
 
3490
+ #: common/src/Tribe/Main.php:262
3491
  msgid "No matching records found"
3492
  msgstr "Nebyly nalezeny žádné odpovídající záznamy."
3493
 
3494
+ #: common/src/Tribe/Main.php:261
3495
  msgid "(filtered from _MAX_ total entries)"
3496
  msgstr "(filtrováno z celkem _MAX_ vstupů)"
3497
 
3498
+ #: common/src/Tribe/Main.php:260
3499
  msgid "Showing 0 to 0 of 0 entries"
3500
  msgstr "Zobrazuje se 0 - 0 z 0 vstupů"
3501
 
3502
+ #: common/src/Tribe/Main.php:259
3503
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3504
  msgstr "Zobrazuje se _START_ - _END_ z _TOTAL_ vstupů"
3505
 
3506
+ #: common/src/Tribe/Main.php:258
3507
  msgid "No data available in table"
3508
  msgstr ""
3509
 
3510
+ #: common/src/Tribe/Main.php:257
3511
  msgid "Show _MENU_ entries"
3512
  msgstr ""
3513
 
3514
+ #: common/src/Tribe/Main.php:255
3515
  msgid ": activate to sort column descending"
3516
  msgstr ""
3517
 
3518
+ #: common/src/Tribe/Main.php:254
3519
  msgid ": activate to sort column ascending"
3520
  msgstr ""
3521
 
3522
+ #: common/src/Tribe/Main.php:299
3523
  msgid "Press \"Cmd + C\" to copy"
3524
  msgstr "Pro kopírování stiskněte „Cmd + C“"
3525
 
3526
+ #: common/src/Tribe/Main.php:298
3527
  msgid "System info copied"
3528
  msgstr "Systémové informace byly zkopírovány"
3529
 
3530
+ #: common/src/Tribe/Main.php:297
3531
  #: common/src/admin-views/tribe-options-help.php:50
3532
  msgid "Copy to clipboard"
3533
  msgstr "Kopírovat do schránky"
3556
  msgid "Go to plugins page"
3557
  msgstr ""
3558
 
3559
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3560
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3561
  msgstr ""
3562
 
3563
+ #: src/Tribe/Tickets.php:1819
3564
  msgid "Tickets are not available as this %s has passed."
3565
  msgstr "Vstupenky nejsou k dispozici, protože tato %s již proběhla."
3566
 
3567
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3568
  msgid "Please enter in without thousand separators and currency symbols."
3569
  msgstr "Hodnotu prosím zadejte bez oddělovače tisíců a symbolu měny."
3570
 
3572
  msgid "English"
3573
  msgstr "Angličtina "
3574
 
3575
+ #: common/src/Tribe/Plugins_API.php:126
3576
  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."
3577
  msgstr ""
3578
 
3579
+ #: common/src/Tribe/Plugins_API.php:115
3580
  msgctxt "Names of required plugins for Community Tickets"
3581
  msgid "Event Tickets Plus and Community Events"
3582
  msgstr "Event Tickets Plus a Community Events"
3583
 
3584
+ #: common/src/Tribe/Plugins_API.php:114
3585
  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"
3586
  msgstr ""
3587
 
3589
  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."
3590
  msgstr ""
3591
 
3592
+ #: common/src/Tribe/Plugins_API.php:94
3593
  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."
3594
  msgstr ""
3595
 
3596
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3597
  msgid "Filter Bar"
3598
  msgstr "Filter Bar"
3599
 
3605
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3606
  msgstr "Dejte pluginu %1$sThe Events Calendar%2$s hodnocení %3$s"
3607
 
3608
+ #: src/Tribe/RSVP.php:810
3609
  msgid "You confirmed you will not be attending %s"
3610
  msgstr "Potvrdili jste neúčast na akci %s"
3611
 
3613
  msgid "Thank you for confirming that you will not be attending the above event."
3614
  msgstr "Děkujeme za potvrzení, že se nechcete zúčastnit výše uvedené akce."
3615
 
 
3616
  #: src/views/tickets/orders-pp-tickets.php:76
3617
+ #: src/views/tickets/orders-rsvp.php:87
3618
  msgid "Type: "
3619
  msgstr "Typ: "
3620
 
3621
  #: src/views/tickets/rsvp.php:211
 
3622
  msgid "Login to RSVP"
3623
  msgstr "Pro rezervování se musíte přihlásit"
3624
 
3630
  msgid "View %s"
3631
  msgstr "%s"
3632
 
 
3633
  #: src/views/tickets/orders-pp-tickets.php:66
3634
+ #: src/views/tickets/orders-rsvp.php:63
3635
  msgid "Attendee %d"
3636
  msgstr "Účastník %d"
3637
 
 
3638
  #: src/views/tickets/orders-pp-tickets.php:47
3639
+ #: src/views/tickets/orders-rsvp.php:44
3640
  msgid " on %s"
3641
  msgstr ", dne %s"
3642
 
3649
  msgstr "Moje rezervace na tuto akci"
3650
 
3651
  #: src/views/tickets/orders-link.php:39
3652
+ #: src/views/blocks/attendees/order-links.php:65
3653
  msgid "View your %s"
3654
  msgstr "Zobrazit %s"
3655
 
3656
  #: src/views/tickets/orders-link.php:38
3657
+ #: src/views/blocks/attendees/order-links.php:48
3658
  msgid "You have %s for this %s."
3659
  msgstr "Máte %s na tuto akci."
3660
 
3680
  msgid "To see a list of events you're attending, you will need to log in."
3681
  msgstr "Pro zobrazení seznamu akcí, kterých se chcete zúčastnit, se musíte nejdříve přihlásit."
3682
 
3683
+ #: src/admin-views/tribe-options-tickets.php:127
3684
  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."
3685
  msgstr "Můžete vyžadovat, aby se uživatelé museli nejprve přihlásit na váš web, než budou moci provádět rezervace (nebo kupovat vstupenky). Před úpravou tohoto nastavení si prosím zkontrolujte, jak máte nastaveno členství ve WordPressu (na stránce Základní nastavení)."
3686
 
3687
+ #: src/admin-views/tribe-options-tickets.php:122
3688
  msgid "Login Requirements"
3689
  msgstr "Nutnost přihlášení"
3690
 
3691
+ #: src/admin-views/tribe-options-tickets.php:51
3692
  msgid "Require users to log in before they RSVP"
3693
  msgstr "Vyžadovat přihlášení uživatelů před provedením rezervace"
3694
 
3695
+ #: src/Tribe/Tickets_View.php:808
3696
  msgid "This RSVP is no longer active."
3697
  msgstr "Tato rezervace již není aktivní."
3698
 
3699
+ #: src/Tribe/Tickets_View.php:741
3700
  msgid "Ticket"
3701
  msgstr "Vstupenka"
3702
 
3703
+ #: src/views/blocks/rsvp/status/going.php:26
3704
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3705
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3706
  msgid "Going"
3707
  msgstr "Potvrzena"
3708
 
3709
+ #: src/Tribe/Tickets.php:1869
3710
  msgid "There are no tickets available at this time."
3711
  msgstr "Momentálně nejsou k dispozici žádné vstupenky."
3712
 
3713
+ #: src/Tribe/Tickets.php:1867
3714
  msgid "Tickets are no longer available."
3715
  msgstr "Vstupenky již nejsou k dispozici."
3716
 
3717
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3718
+ #: src/resources/js/app/blocks.js:44083
3719
+ #: src/modules/blocks/tickets/container/template.js:47
3720
  msgid "Tickets are not yet available"
3721
  msgstr "Vstupenky ještě nejsou k dispozici."
3722
 
3723
+ #: src/Tribe/Main.php:803
3724
  msgid "Buy"
3725
  msgstr "Koupit"
3726
 
3730
  msgid "Free"
3731
  msgstr "Zdarma"
3732
 
3733
+ #: src/Tribe/Tickets_View.php:737
3734
  msgid "RSVPs"
3735
  msgstr "Rezervace"
3736
 
3855
  msgid "Enable global stock"
3856
  msgstr "Povolit celkové zásoby"
3857
 
3858
+ #: src/Tribe/Assets.php:118
3859
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3860
  msgstr ""
3861
 
3862
+ #: src/Tribe/Attendees_Table.php:410
3863
  msgid "View order"
3864
  msgstr "Zobrazit objednávku"
3865
 
3907
  msgid "Confirm RSVP"
3908
  msgstr "Potvrdit rezervaci"
3909
 
 
3910
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3911
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3912
  msgid "Full Name"
3913
  msgstr "Celé jméno"
3914
 
3915
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3916
+ #: src/views/blocks/rsvp/details/availability.php:23
3917
  msgid "Out of stock!"
3918
  msgstr "Není k dispozici!"
3919
 
3921
  msgid "%1$s out of %2$s available"
3922
  msgstr "%1$s z celkem %2$s k dispozici"
3923
 
3924
+ #: src/Tribe/Tickets_View.php:737
3925
  #: src/admin-views/editor/column-body-price.php:16
3926
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3927
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3928
  #: src/modules/blocks/rsvp/container/template.js:31
 
3929
  msgid "RSVP"
3930
  msgstr "Rezervace"
3931
 
 
3932
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3933
+ #: src/views/tickets/email.php:406
3934
  msgid "Purchaser"
3935
  msgstr "Kupující"
3936
 
3937
  #: src/views/tickets/email.php:402
 
 
3938
  msgid "Ticket Type"
3939
  msgstr "Typ vstupenky"
3940
 
 
 
 
3941
  #: src/views/tickets/email-tickets-moved.php:26
3942
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3943
+ #: src/views/tickets/email-ticket-type-moved.php:25
3944
  msgid "Your tickets"
3945
  msgstr "Vaše vstupenky"
3946
 
3947
  #: src/views/tickets/attendees-email.php:24
3948
+ #: src/resources/js/app/blocks.js:46965
3949
  #: src/modules/blocks/attendees/index.js:21
 
3950
  msgid "Attendee List"
3951
  msgstr "Seznam účastníků"
3952
 
3953
+ #: src/admin-views/tribe-options-tickets.php:66
3954
  msgid "Post types that can have tickets"
3955
  msgstr "Typy příspěvků, které mohou mít vstupenky"
3956
 
3957
  #: src/admin-views/editor/panel/settings.php:14
3958
+ #: src/admin-views/tribe-options-tickets.php:62
3959
  msgid "Ticket Settings"
3960
  msgstr "Nastavení pro vstupenky"
3961
 
3962
+ #: src/admin-views/editor/panel/ticket.php:199
3963
  #: src/admin-views/editor/panel/settings.php:81
3964
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3965
+ #: src/resources/js/app/blocks.js:46423
3966
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3967
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3968
  msgid "Cancel"
3969
  msgstr "Storno"
3970
 
3980
  msgid "When will ticket sales occur?"
3981
  msgstr "Kdy nastane prodej vstupenek?"
3982
 
 
3983
  #: src/admin-views/editor/fieldset/advanced.php:102
3984
+ #: src/admin-views/meta-box.php:192
3985
  msgid "End sale:"
3986
  msgstr "Konec prodeje:"
3987
 
 
3988
  #: src/admin-views/editor/fieldset/advanced.php:70
3989
+ #: src/admin-views/meta-box.php:161
3990
  msgid "Start sale:"
3991
  msgstr "Začátek prodeje:"
3992
 
3998
  msgid "Ticket Name:"
3999
  msgstr "Název vstupenky:"
4000
 
4001
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
4002
  msgid "Sell using:"
4003
  msgstr "Prodej pomocí:"
4004
 
4005
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
4006
  msgid "Edit ticket"
4007
  msgstr "Upravit vstupenku"
4008
 
4009
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
4010
+ #: src/admin-views/meta-box.php:122
4011
  msgid "Add new ticket"
4012
  msgstr "Přidat novou vstupenku"
4013
 
4014
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4015
  msgid "Remove"
4016
  msgstr "Odebrat"
4017
 
4018
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4019
  msgid "Select an Image"
4020
  msgstr "Zvolit obrázek"
4021
 
4031
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4032
  msgstr "Tato akce byla vytvořena jako komunitní akce. Opravdu si přejete prodávat vstupenky na tuto akci?"
4033
 
4034
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4035
  msgid "Sold %d"
4036
  msgstr "Prodáno %d"
4037
 
4043
  msgid "View"
4044
  msgstr "Zobrazit:"
4045
 
4046
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4047
+ #: src/resources/js/app/blocks.js:46179
4048
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4049
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4050
  msgid "Edit"
4051
  msgstr "Upravit"
4052
 
4055
  msgid "(Current sale price - this can be managed via the product editor)"
4056
  msgstr "(aktuální prodejní cena - může být dále upravena v editoru produktů)"
4057
 
 
4058
  #: src/admin-views/editor/fieldset/price.php:67
4059
+ #: src/admin-views/price-fields.php:12
4060
  #: src/admin-views/legacy-ticket-fields.php:24
4061
  msgid "Sale Price:"
4062
  msgstr "Prodejní cena:"
4066
  msgid "(0 or empty for free tickets)"
4067
  msgstr "(pro vstupné zdarma ponechte prázdné nebo zadejte 0)"
4068
 
 
 
4069
  #: src/admin-views/editor/fieldset/price.php:49
4070
+ #: src/admin-views/editor/column-body-price.php:9
4071
+ #: src/admin-views/price-fields.php:3
4072
  #: src/admin-views/legacy-ticket-fields.php:15
4073
  msgid "Price:"
4074
  msgstr "Cena:"
4075
 
 
 
 
 
4076
  #: src/admin-views/attendees-email.php:59
4077
  msgid "Send Email"
4078
  msgstr "Poslat email"
4097
  msgid "Send the attendee list by email"
4098
  msgstr "Poslat seznam účastníků emailem"
4099
 
4100
+ #: src/Tribe/Attendees.php:708
4101
  msgid "Email sent successfully!"
4102
  msgstr "Email byl úspěšně odeslán!"
4103
 
4104
+ #: src/Tribe/Attendees.php:701
4105
  msgid "Error when sending the email"
4106
  msgstr "Došlo k chybě při odesílání emailu"
4107
 
4108
+ #: src/Tribe/Attendees.php:700
4109
  msgid "Attendee List for: %s"
4110
  msgstr "Seznam účastníků na: %s"
4111
 
4133
  msgid "attendees"
4134
  msgstr "ucastnici"
4135
 
4136
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4137
+ #: src/admin-views/tribe-options-tickets.php:246
4138
  msgid "Yes"
4139
  msgstr "Ano"
4140
 
4155
  msgstr "Je třeba vybrat uživatele nebo zadat platnou emailovou adresu"
4156
 
4157
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4158
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4159
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4160
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4161
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4162
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4163
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4164
  msgid "Attendees"
4165
  msgstr "Účastníci"
4166
 
4168
  msgid "See who purchased tickets to this event"
4169
  msgstr "Kdo si koupil vstupenky na tuto akci"
4170
 
4171
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4172
  msgid "Post draft updated."
4173
  msgstr "Koncept příspěvku byl uložen."
4174
 
4175
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4176
  msgid "Post scheduled."
4177
  msgstr "Příspěvek bude automaticky publikován."
4178
 
4179
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4180
  msgid "Post submitted."
4181
  msgstr "Příspěvek byl odeslán ke schválení."
4182
 
4183
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4184
  msgid "Post published. %1$s"
4185
  msgstr "Příspěvek byl publikován. %1$s"
4186
 
4187
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4188
  msgid "Post updated. %1$s"
4189
  msgstr "Příspěvek byl aktualizován. %1$s"
4190
 
4191
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4192
  msgid "Return to the %1$sAttendees Report%2$s."
4193
  msgstr "Zpět na %1$spřehled účastníků%2$s."
4194
 
4195
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4196
  msgid "(deleted)"
4197
  msgstr "(smazáno)"
4198
 
4199
+ #: src/Tribe/RSVP.php:1115
4200
  msgid "In order to RSVP, you must enter your name and a valid email address."
4201
  msgstr "Pro provedení rezervace musíte zadat své jméno a platnou emailovou adresu."
4202
 
4203
+ #: src/Tribe/RSVP.php:1110
4204
  msgid "You can't RSVP more than the total remaining tickets."
4205
  msgstr "Nemůžete rezervovat více než kolik je k dispozici zbývajících vstupenek."
4206
 
4207
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4208
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4209
  msgstr "Vaše rezervace byla přijata. Potvrzení rezervace najdete ve své emailové schránce."
4210
 
4211
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4212
  msgid "Your tickets from %s"
4213
  msgstr "Vaše vstupenky z webu %s"
4214
 
4215
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4216
  msgctxt "Attendee number"
4217
  msgid "Attendee %1$s"
4218
  msgstr "Účastník %1$s"
4221
  msgid "Set as ticket header"
4222
  msgstr "Použít jako obrázek v záhlaví vstupenky"
4223
 
4224
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4225
  msgid "Ticket header image"
4226
  msgstr "Obrázek v záhlaví vstupenky"
4227
 
4228
+ #: src/Tribe/Main.php:567
4229
  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)."
4230
  msgstr "Pokud máte platnou licenci pro některý z našich placených pluginů, můžete %s v našem prémiovém fóru podpory. Náš tým podpory sleduje toto fórum a odpoví na vaše dotazy během 24-48 hodin (v pracovní dny)."
4231
 
4232
+ #: src/Tribe/Main.php:562
4233
  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)."
4234
  msgstr "Už máte Events Tickets Plus? Můžete %s v našem prémiovém fóru podpory. Náš tým podpory sleduje toto fórum a odpoví na vaše dotazy během 24-48 hodin (v pracovní dny)."
4235
 
4236
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4237
  msgid "post a thread"
4238
  msgstr "založit vlákno"
4239
 
4240
+ #: src/Tribe/Main.php:559
4241
  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."
4242
  msgstr "Potřebujete okamžitou pomoc? Nabízíme %1$s při zakoupení některého z našich prémiových pluginů (jako např. %2$s). Získejte licenci a můžete očekávat odpověď na své dotazy během 24-48 hodin v pracovní dny."
4243
 
4244
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4245
  msgid "Events Tickets Plus"
4246
  msgstr "Events Tickets Plus"
4247
 
4248
+ #: src/Tribe/Main.php:557
4249
  msgid "premium support on our website"
4250
  msgstr "prémiovou podporu na našem webu"
4251
 
4252
+ #: src/Tribe/Main.php:555
4253
  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."
4254
  msgstr "Pokud jste vyzkoušeli výše uvedené kroky a stále máte potíže, můžete navštívit naše %s a založit nové vlákno. Pracovníci naší podpory jednou týdně kontrolují tato fóra a rádi vám pomohou."
4255
 
4256
+ #: src/Tribe/Main.php:554
4257
  msgid "open-source forum on WordPress.org"
4258
  msgstr "open-source fórum na WordPress.org"
4259
 
4260
+ #: src/Tribe/Main.php:537
4261
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4262
  msgstr "Chceme vám pomoci při prodeji vstupenek na vaše akce. Pro začátek by se vám mohla hodit naše %s."
4263
 
4264
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4265
  msgid "New User Primer"
4266
  msgstr "Příručka nového uživatele"
4267
 
4268
+ #: src/Tribe/Main.php:518
4269
  msgid "Customizing Event Tickets"
4270
  msgstr "Přizpůsobení pluginu Event Tickets"
4271
 
4272
+ #: src/Tribe/Main.php:517
4273
  msgid "Troubleshooting common problems"
4274
  msgstr "Řešení obvyklých problémů"
4275
 
4276
+ #: src/Tribe/Main.php:516
4277
  msgid "Features overview"
4278
  msgstr "Přehled funkcí"
4279
 
4280
+ #: src/Tribe/Main.php:515
4281
  msgid "Settings overview"
4282
  msgstr "Přehled nastavení"
4283
 
4284
+ #: src/Tribe/Main.php:513
4285
  msgid "Support for Event Tickets"
4286
  msgstr "Podpora pro Event Tickets"
4287
 
4288
+ #: src/Tribe/Main.php:332
4289
  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"
4290
  msgstr "Když jsou pluginy The Events Calendar a Event Tickets aktivovány oba současně, plugin The Events Calendar musí být ve verzi %1$s nebo vyšší. Proveďte prosím jeho %2$s aktualizaci.%3$s"
4291
 
4292
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4293
  msgid "Delete"
4294
  msgstr "Smazat"
4295
 
4296
+ #: src/Tribe/Attendees_Table.php:555
4297
  msgid "Export"
4298
  msgstr "Exportovat"
4299
 
4300
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4301
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4302
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4303
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4304
+ #: src/views/blocks/rsvp/form/email.php:32
4305
  msgid "Email"
4306
  msgstr "Email"
4307
 
4308
+ #: src/Tribe/Attendees_Table.php:554
4309
  msgid "Print"
4310
  msgstr "Tisk"
4311
 
4312
+ #: src/Tribe/Attendees_Table.php:591
4313
  msgid "Undo Check in"
4314
  msgstr "Zrušit registraci"
4315
 
4316
+ #: src/Tribe/Attendees_Table.php:590
4317
  msgid "Check in"
4318
  msgstr "Zaregistrovat"
4319
 
4337
  msgid "Purchaser Name"
4338
  msgstr "Jméno kupce"
4339
 
4340
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4341
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4342
  #: src/admin-views/editor/list-table.php:30
4343
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4344
  msgid "Tickets"
4345
  msgstr "Vstupenky"
4346
 
4356
  msgid "Network Settings"
4357
  msgstr "Nastavení v síti webů"
4358
 
 
 
 
 
 
 
 
 
4359
  #: common/src/admin-views/tribe-options-help.php:80
4360
  msgid "More..."
4361
  msgstr "Více..."
4480
  msgid "Date Format Settings"
4481
  msgstr "Nastavení formátu data"
4482
 
4483
+ #: src/admin-views/admin-welcome-message.php:7
4484
+ msgid "Version"
4485
+ msgstr "Verze"
4486
+
4487
  #: common/src/Tribe/Languages/Locations.php:374
4488
  msgid "Wyoming"
4489
  msgstr "Wyoming"
5729
  msgstr "Pro tento panel nejsou zatím nastavena žádná pole."
5730
 
5731
  #: common/src/Tribe/Settings_Manager.php:253
5732
+ #: common/src/admin-views/tribe-options-licenses.php:57
5733
  msgid "Licenses"
5734
  msgstr "Licence"
5735
 
5749
  msgid "General"
5750
  msgstr "Obecné"
5751
 
5752
+ #: common/src/Tribe/Settings.php:641
5753
  msgid "Settings saved."
5754
  msgstr "Nastavení bylo uloženo."
5755
 
5756
+ #: common/src/Tribe/Settings.php:619
5757
  msgid "The above setting was not saved. Other settings were successfully saved."
5758
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5759
  msgstr[0] "Výše uvedené nastavení nebylo uloženo. Ostatní nastavení byla úspěšně uložena."
5760
  msgstr[1] "Výše uvedená nastavení nebyla uložena. Ostatní nastavení byla úspěšně uložena."
5761
  msgstr[2] "Výše uvedená nastavení nebyla uložena. Ostatní nastavení byla úspěšně uložena."
5762
 
5763
+ #: common/src/Tribe/Settings.php:618
5764
  msgid "None of your settings were saved. Please try again."
5765
  msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
5766
 
5767
+ #: common/src/Tribe/Settings.php:608
5768
  msgid "Your form had the following errors:"
5769
  msgstr "Ve formuláři se vyskytly následující chyby:"
5770
 
5780
  msgid "You don't have permission to do that."
5781
  msgstr "Nemáte dostatečné oprávnění pro tuto činnost."
5782
 
5783
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5784
  #: common/src/Tribe/Settings.php:371
5785
  msgid "Save Changes"
5786
  msgstr "Uložit změny"
5794
  msgstr "%s Nastavení"
5795
 
5796
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5797
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5798
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5799
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5800
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5801
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5802
  msgid "Settings"
5803
  msgstr "Nastavení"
5804
 
5806
  msgid "Events Settings"
5807
  msgstr "Nastavení akcí"
5808
 
5809
+ #: src/admin-views/admin-welcome-message.php:18
5810
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5811
  #: common/src/Tribe/Settings.php:242
5812
  msgid "Events"
5813
  msgstr "Akce"
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:899
5816
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5817
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:943
5820
  msgid "Thanks for setting up a valid key. It will expire on %s"
5821
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:938
5824
  msgid "Valid Key! Expires on %s"
5825
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:918
5828
  msgid "Sorry, key validation server is not available."
5829
  msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
5830
 
5831
+ #: common/src/Tribe/PUE/Checker.php:912
5832
  msgid "unknown date"
5833
  msgstr "neznámé datum"
5834
 
5835
+ #: common/src/Tribe/PUE/Checker.php:653
5836
  msgid "License key(s) updated."
5837
  msgstr "Licenční klíč(e) byl aktualizován."
5838
 
5839
+ #: common/src/Tribe/PUE/Checker.php:497
5840
  msgid "A valid license key is required for support and updates"
5841
  msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
5842
 
5843
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5844
  msgid "License Key"
5845
  msgstr "Licenční klíč"
5846
 
5941
  msgstr "není k dispozici"
5942
 
5943
  #: common/src/Tribe/Admin/Help_Page.php:244
5944
+ #: common/src/Tribe/Plugins_API.php:110
5945
  msgid "Community Tickets"
5946
  msgstr "Community Tickets"
5947
 
5949
  msgid "Event Tickets Plus"
5950
  msgstr "Event Tickets Plus"
5951
 
5952
+ #: common/src/Tribe/Admin/Help_Page.php:211
5953
+ #: common/src/Tribe/Plugins_API.php:100
5954
  msgid "Community Events"
5955
  msgstr "Komunitní akce"
5956
 
5957
  #: common/src/Tribe/Admin/Help_Page.php:203
5958
+ #: common/src/Tribe/Plugins_API.php:121
5959
  msgid "Eventbrite Tickets"
5960
  msgstr "Eventbrite Tickets"
5961
 
5963
  msgid "Events Calendar PRO"
5964
  msgstr "Events Calendar PRO"
5965
 
5966
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5967
+ #: src/views/blocks/attendees/order-links.php:48
5968
  #: common/src/Tribe/Admin/Help_Page.php:170
5969
  msgid " and "
5970
  msgstr " a "
5982
  msgstr "Events Tickets je kvalitně zpracovaný a rozšiřitelný plugin, který vám umožní jednoduše prodávat vstupenky na vaše akce."
5983
 
5984
  #. Plugin Name of the plugin
5985
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5986
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5987
  msgid "Event Tickets"
5988
  msgstr "Event Tickets"
5991
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5992
  msgstr "The Events Calendar je kvalitně zpracovaný a rozšiřitelný plugin, který vám umožní jednoduše sdílet vaše akce."
5993
 
5994
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5995
+ #: common/src/Tribe/Plugins_API.php:25
5996
  msgid "The Events Calendar"
5997
  msgstr "The Events Calendar"
lang/event-tickets-da_DK.mo CHANGED
Binary file
lang/event-tickets-da_DK.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr ""
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr ""
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr ""
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr ""
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr ""
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr ""
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr ""
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr ""
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr ""
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr ""
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr ""
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr ""
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr ""
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr ""
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr ""
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr ""
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr ""
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr ""
1665
 
@@ -1671,22 +1990,6 @@ msgstr ""
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr ""
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr ""
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr ""
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr ""
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr ""
@@ -1695,61 +1998,6 @@ msgstr ""
1695
  msgid "This ticket is no longer active."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <span class=\"count\">(%s)</span>"
1700
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1701
- msgstr[0] ""
1702
- msgstr[1] ""
1703
-
1704
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1705
- msgctxt "A PayPal order status"
1706
- msgid "Denied"
1707
- msgstr ""
1708
-
1709
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1710
- msgid "Refunded <span class=\"count\">(%s)</span>"
1711
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1712
- msgstr[0] ""
1713
- msgstr[1] ""
1714
-
1715
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1716
- msgctxt "A PayPal order status"
1717
- msgid "Refunded"
1718
- msgstr ""
1719
-
1720
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1721
- msgid "Pending <span class=\"count\">(%s)</span>"
1722
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1723
- msgstr[0] ""
1724
- msgstr[1] ""
1725
-
1726
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1727
- msgctxt "A PayPal order status"
1728
- msgid "Pending"
1729
- msgstr ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1732
- msgid "Not completed <span class=\"count\">(%s)</span>"
1733
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1734
- msgstr[0] ""
1735
- msgstr[1] ""
1736
-
1737
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1738
- msgctxt "A PayPal order status"
1739
- msgid "Not completed"
1740
- msgstr ""
1741
-
1742
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1743
- msgid "Completed <span class=\"count\">(%s)</span>"
1744
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1745
- msgstr[0] ""
1746
- msgstr[1] ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1749
- msgctxt "A PayPal order status"
1750
- msgid "Completed"
1751
- msgstr ""
1752
-
1753
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1754
  msgid "Sell only available"
1755
  msgstr ""
@@ -1827,30 +2075,31 @@ msgstr ""
1827
  msgid "Number of orders per page:"
1828
  msgstr ""
1829
 
1830
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1831
  msgid "Not completed"
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1835
  msgid "Completed"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1839
  msgid "Search Orders"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1843
  msgctxt "Browser title"
1844
  msgid "%s - PayPal Orders"
1845
  msgstr ""
1846
 
 
 
1847
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1848
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1850
  msgid "PayPal Orders"
1851
  msgstr ""
1852
 
1853
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1854
  msgid "See PayPal purchases for this %s"
1855
  msgstr ""
1856
 
@@ -1862,55 +2111,24 @@ msgstr ""
1862
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1863
  msgstr ""
1864
 
1865
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1866
- msgctxt "a PayPal ticket order status"
1867
- msgid "Not Completed"
1868
- msgstr ""
1869
-
1870
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1871
- msgctxt "a PayPal ticket order status"
1872
- msgid "Denied"
1873
- msgstr ""
1874
-
1875
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1876
- msgctxt "a PayPal ticket order status"
1877
- msgid "Pending"
1878
- msgstr ""
1879
-
1880
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1881
- msgctxt "a PayPal ticket order status"
1882
- msgid "Refunded"
1883
- msgstr ""
1884
-
1885
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1886
- msgctxt "a PayPal ticket order status"
1887
- msgid "Completed"
1888
- msgstr ""
1889
-
1890
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1891
- msgctxt "a PayPal ticket order status"
1892
- msgid "Undefined"
1893
- msgstr ""
1894
-
1895
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1896
  msgid "Report"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1900
  msgid "Sales report"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Commerce/PayPal/Main.php:452
1904
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1905
- #: src/resources/js/app/blocks.js:40151
1906
  msgid "Orders"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Commerce/PayPal/Main.php:427
1910
  msgid "Tribe Commerce Ticket"
1911
  msgstr ""
1912
 
1913
- #: src/Tribe/Commerce/PayPal/Main.php:426
1914
  msgid "Tribe Commerce Tickets"
1915
  msgstr ""
1916
 
@@ -1927,9 +2145,9 @@ msgstr ""
1927
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1931
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1932
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1933
  msgctxt "a PayPal configuration status"
1934
  msgid "incomplete"
1935
  msgstr ""
@@ -1976,7 +2194,6 @@ msgid "There was an error"
1976
  msgstr ""
1977
 
1978
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1979
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1980
  msgid "pending"
1981
  msgstr ""
1982
 
@@ -1990,51 +2207,51 @@ msgctxt "attendee summary"
1990
  msgid "Total Tickets Issued:"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Commerce/Currency.php:293
1994
  msgid "U.S. Dollar (USD)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Commerce/Currency.php:287
1998
  msgid "Taiwan New Dollar (TWD)"
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/Commerce/Currency.php:281
2002
  msgid "Thai Baht (THB)"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/Commerce/Currency.php:275
2006
  msgid "Singapore Dollar (SGD)"
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/Commerce/Currency.php:269
2010
  msgid "Swedish Krona (SEK)"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/Commerce/Currency.php:263
2014
  msgid "Polish Zloty (PLN)"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/Commerce/Currency.php:257
2018
  msgid "Philippine Peso (PHP)"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/Commerce/Currency.php:251
2022
  msgid "New Zealand Dollar (NZD)"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/Commerce/Currency.php:245
2026
  msgid "Norwegian Krone (NOK)"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/Commerce/Currency.php:239
2030
  msgid "Mexican Peso (MXN)"
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/Commerce/Currency.php:233
2034
  msgid "Malaysian Ringgit (MYR)"
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/Commerce/Currency.php:227
2038
  msgid "Japanese Yen (JPY)"
2039
  msgstr ""
2040
 
@@ -2082,7 +2299,7 @@ msgstr ""
2082
  msgid "Australian Dollar (AUD)"
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/Attendees_Table.php:776
2086
  msgid "No matching attendees found."
2087
  msgstr ""
2088
 
@@ -2098,14 +2315,14 @@ msgstr ""
2098
  msgid "%s must not be empty"
2099
  msgstr ""
2100
 
2101
- #: src/template-tags/tickets.php:429
2102
  msgctxt "ticket shared capacity message (remaining stock)"
2103
  msgid "%1$d available of shared capacity"
2104
  msgstr ""
2105
 
2106
  #: src/admin-views/rsvp-metabox-capacity.php:19
2107
  #: src/admin-views/tpp-metabox-capacity.php:25
2108
- #: src/resources/js/app/blocks.js:42093
2109
  msgid "Leave blank for unlimited"
2110
  msgstr ""
2111
 
@@ -2142,9 +2359,6 @@ msgid "Save settings"
2142
  msgstr ""
2143
 
2144
  #: src/admin-views/editor/panel/settings.php:43
2145
- #: src/modules/blocks/rsvp/header-image/template.js:26
2146
- #: src/modules/blocks/tickets/header-image/template.js:26
2147
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2148
  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."
2149
  msgstr ""
2150
 
@@ -2173,8 +2387,8 @@ msgid "Available"
2173
  msgstr ""
2174
 
2175
  #: src/admin-views/editor/list-table.php:39
 
2176
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2177
- #: src/resources/js/app/blocks.js:40496
2178
  msgid "Capacity"
2179
  msgstr ""
2180
 
@@ -2190,8 +2404,8 @@ msgstr ""
2190
  msgid "Available:"
2191
  msgstr ""
2192
 
2193
- #: src/admin-views/rsvp-metabox-capacity.php:10
2194
  #: src/admin-views/editor/list-row.php:91
 
2195
  #: src/admin-views/tpp-metabox-capacity.php:16
2196
  msgid "Capacity:"
2197
  msgstr ""
@@ -2217,8 +2431,8 @@ msgid "Ticket end date"
2217
  msgstr ""
2218
 
2219
  #: src/admin-views/editor/fieldset/advanced.php:98
2220
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2221
- #: src/resources/js/app/blocks.js:42246
2222
  msgid "If you do not set a start sale date, tickets will be available immediately."
2223
  msgstr ""
2224
 
@@ -2233,9 +2447,9 @@ msgstr ""
2233
 
2234
  #: src/admin-views/editor/fieldset/advanced.php:84
2235
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2236
  #: common/src/modules/utils/date.js:103
2237
- #: common/src/resources/js/app/elements.js:9791
2238
- #: common/src/resources/js/app/utils.js:7339
2239
  msgid "at"
2240
  msgstr ""
2241
 
@@ -2268,43 +2482,28 @@ msgstr ""
2268
  msgid "Start sale date cannot be empty."
2269
  msgstr ""
2270
 
2271
- #: src/admin-views/admin-welcome-message.php:25
2272
- msgid "Event Tickets Features"
2273
- msgstr ""
2274
-
2275
- #: src/admin-views/admin-welcome-message.php:24
2276
  msgid "Settings Overview"
2277
  msgstr ""
2278
 
2279
- #: src/admin-views/admin-welcome-message.php:15
2280
- msgid "If you need a little help, hit us up in %s."
2281
- msgstr ""
2282
-
2283
- #: src/admin-views/admin-welcome-message.php:14
2284
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2285
- msgstr ""
2286
-
2287
- #: src/admin-views/admin-welcome-message.php:13
2288
  msgid "Welcome to Event Tickets!"
2289
  msgstr ""
2290
 
2291
- #: src/admin-views/admin-welcome-message.php:5
2292
- msgid "our support forums"
2293
- msgstr ""
2294
-
2295
- #: src/views/blocks/rsvp/details/availability.php:27
2296
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2297
- #: src/views/blocks/tickets/extra-available.php:18
2298
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2299
  #: src/modules/data/blocks/ticket/options.js:19
2300
- #: src/modules/blocks/rsvp/container-header/template.js:70
2301
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2302
- #: src/resources/js/app/data.js:6147
2303
  msgid "Unlimited"
2304
  msgstr ""
2305
 
2306
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2307
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2308
  msgid "Set capacity for this ticket only"
2309
  msgstr ""
2310
 
@@ -2312,15 +2511,13 @@ msgstr ""
2312
  msgid "Shared capacity with other tickets"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Tickets.php:459
2316
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2317
- #: src/resources/js/app/blocks.js:42524
2318
  msgid "Move Ticket"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Tickets.php:459
2322
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2323
- #: src/resources/js/app/blocks.js:38475
2324
  msgid "Move RSVP"
2325
  msgstr ""
2326
 
@@ -2373,7 +2570,7 @@ msgid "Invalid Post ID"
2373
  msgstr ""
2374
 
2375
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2376
- #: src/resources/js/app/blocks.js:42119
2377
  msgid "Ticket Capacity"
2378
  msgstr ""
2379
 
@@ -2393,15 +2590,15 @@ msgstr ""
2393
  msgid "%s must be an email address."
2394
  msgstr ""
2395
 
2396
- #: common/src/Tribe/Main.php:251
2397
  msgid "Clear Selection."
2398
  msgstr ""
2399
 
2400
- #: common/src/Tribe/Main.php:250
2401
  msgid "Select all pages"
2402
  msgstr ""
2403
 
2404
- #: common/src/Tribe/Main.php:249
2405
  msgid "All items on this page were selected. "
2406
  msgstr ""
2407
 
@@ -2437,27 +2634,27 @@ msgstr ""
2437
  msgid "A list of links to the term own, archive and parent REST URL"
2438
  msgstr ""
2439
 
2440
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2441
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2442
  msgstr ""
2443
 
2444
- #: src/template-tags/tickets.php:237
2445
  msgctxt "list view buy now ticket button"
2446
  msgid "Buy Now!"
2447
  msgstr ""
2448
 
2449
- #: src/template-tags/tickets.php:234
2450
  msgctxt "list view rsvp now ticket button"
2451
  msgid "RSVP Now!"
2452
  msgstr ""
2453
 
2454
- #: src/template-tags/tickets.php:223
2455
  msgid "%s ticket left"
2456
  msgid_plural "%s tickets left"
2457
  msgstr[0] ""
2458
  msgstr[1] ""
2459
 
2460
- #: src/template-tags/tickets.php:221
2461
  msgid "%s spot left"
2462
  msgid_plural "%s spots left"
2463
  msgstr[0] ""
@@ -2468,15 +2665,15 @@ msgctxt "list view stock sold out"
2468
  msgid "Sold out"
2469
  msgstr ""
2470
 
2471
- #: common/src/Tribe/Plugins_API.php:129
2472
  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."
2473
  msgstr ""
2474
 
2475
- #: common/src/Tribe/Plugins_API.php:125
2476
  msgid "Image Widget Plus"
2477
  msgstr ""
2478
 
2479
- #: common/src/Tribe/Plugins_API.php:94
2480
  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."
2481
  msgstr ""
2482
 
@@ -2492,17 +2689,17 @@ msgstr ""
2492
  msgid "Buy now"
2493
  msgstr ""
2494
 
2495
- #: common/src/Tribe/PUE/Notices.php:397
2496
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2497
  msgstr ""
2498
 
2499
- #: common/src/Tribe/PUE/Notices.php:282
2500
  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."
2501
  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."
2502
  msgstr[0] ""
2503
  msgstr[1] ""
2504
 
2505
- #: common/src/Tribe/PUE/Checker.php:984
2506
  msgid "Please refresh the page and try your request again."
2507
  msgstr ""
2508
 
@@ -2522,15 +2719,15 @@ msgstr ""
2522
  msgid "Cannot look for Terms without a taxonomy"
2523
  msgstr ""
2524
 
2525
- #: common/src/Tribe/PUE/Checker.php:1103
2526
  msgid "There is a new version of %1$s available. %2$s"
2527
  msgstr ""
2528
 
2529
- #: common/src/Tribe/PUE/Checker.php:1092
2530
  msgid "Update now to version %s."
2531
  msgstr ""
2532
 
2533
- #: common/src/Tribe/PUE/Checker.php:497
2534
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2535
  msgstr ""
2536
 
@@ -2646,41 +2843,41 @@ msgstr ""
2646
  msgid "The cost currency symbol"
2647
  msgstr ""
2648
 
2649
- #: src/template-tags/tickets.php:432
2650
  msgctxt "ticket stock message (remaining stock)"
2651
  msgid "%1$d available"
2652
  msgstr ""
2653
 
2654
- #: src/template-tags/tickets.php:427
2655
  msgid "%s %d"
2656
  msgstr ""
2657
 
2658
- #: src/template-tags/tickets.php:421
2659
  msgctxt "separate going and remain RSVPs"
2660
  msgid "RSVP'd Going"
2661
  msgstr ""
2662
 
2663
- #: src/admin-views/tribe-options-tickets.php:107
2664
  msgid "Location of Tickets form"
2665
  msgstr ""
2666
 
2667
- #: src/admin-views/tribe-options-tickets.php:99
2668
  msgid "Location of RSVP form"
2669
  msgstr ""
2670
 
2671
- #: src/admin-views/tribe-options-tickets.php:93
2672
  msgid "Above the event description"
2673
  msgstr ""
2674
 
2675
- #: src/admin-views/tribe-options-tickets.php:92
2676
  msgid "Below the event description"
2677
  msgstr ""
2678
 
2679
- #: src/admin-views/tribe-options-tickets.php:91
2680
  msgid "Above the event details"
2681
  msgstr ""
2682
 
2683
- #: src/admin-views/tribe-options-tickets.php:90
2684
  msgid "Below the event details [default]"
2685
  msgstr ""
2686
 
@@ -2699,12 +2896,12 @@ msgctxt "attendee event actions"
2699
  msgid "Edit %s"
2700
  msgstr ""
2701
 
2702
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2703
  msgid "Undo"
2704
  msgstr ""
2705
 
2706
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2707
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2708
  msgid "Check In"
2709
  msgstr ""
2710
 
@@ -2735,43 +2932,43 @@ msgstr ""
2735
  msgid "Events Help"
2736
  msgstr ""
2737
 
2738
- #: common/src/Tribe/PUE/Checker.php:1685
2739
  msgid "Expired license. Consult your network administrator."
2740
  msgstr ""
2741
 
2742
- #: common/src/Tribe/PUE/Checker.php:1684
2743
  msgid "No license entered. Consult your network administrator."
2744
  msgstr ""
2745
 
2746
- #: common/src/Tribe/PUE/Checker.php:1683
2747
  msgid "A valid license has been entered by your network administrator."
2748
  msgstr ""
2749
 
2750
- #: common/src/Tribe/PUE/Checker.php:550
2751
  msgid "Site License Key"
2752
  msgstr ""
2753
 
2754
- #: common/src/Tribe/PUE/Checker.php:539
2755
  msgid "Check this box if you wish to override the network license key with your own"
2756
  msgstr ""
2757
 
2758
- #: common/src/Tribe/PUE/Checker.php:538
2759
  msgid "Override network license key"
2760
  msgstr ""
2761
 
2762
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2763
  msgid "License Key Status:"
2764
  msgstr ""
2765
 
2766
- #: common/src/Tribe/Main.php:274
2767
  msgid "Done"
2768
  msgstr ""
2769
 
2770
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2771
  msgid "Today"
2772
  msgstr ""
2773
 
2774
- #: common/src/Tribe/Main.php:272
2775
  msgid "Prev"
2776
  msgstr ""
2777
 
@@ -2787,7 +2984,7 @@ msgstr "Installeret"
2787
  msgid "Installed Add-Ons"
2788
  msgstr "Installerede addons"
2789
 
2790
- #: common/src/Tribe/Extension.php:368
2791
  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."
2792
  msgstr "Kan ikke ikke køre Tribe Extensions. Dit webhotel kører PHP 5.2 eller ældre, og har sikkert deaktiveret eller fejlkonfigureret debug_backtrace(). Du, eller din webhost, er nødt til at opgradere PHP eller konfigurere debug_backtrace() korrekt før Tribe Extentions kan virke."
2793
 
@@ -2795,14 +2992,14 @@ msgstr "Kan ikke ikke køre Tribe Extensions. Dit webhotel kører PHP 5.2 eller
2795
  msgid "Tutorial"
2796
  msgstr "Tutorial"
2797
 
2798
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2799
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2800
  msgctxt "the final separator in a list of two or more items"
2801
  msgid " and "
2802
  msgstr "og"
2803
 
2804
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2805
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2806
  msgctxt "separator used in a list of items"
2807
  msgid ", "
2808
  msgstr "Registrer"
@@ -2828,8 +3025,8 @@ msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s
2828
  msgstr[0] ""
2829
  msgstr[1] ""
2830
 
2831
- #: src/views/tickets/email-ticket-type-moved.php:115
2832
  #: src/views/tickets/email-tickets-moved.php:117
 
2833
  msgid " (taking place on %s)"
2834
  msgstr "(finder sted den %s)"
2835
 
@@ -2839,8 +3036,8 @@ msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have bee
2839
  msgstr[0] ""
2840
  msgstr[1] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:97
2843
  #: src/views/tickets/email-tickets-moved.php:99
 
2844
  msgid "Important changes to your tickets"
2845
  msgstr "Vigtige ændringer i dine billetter"
2846
 
@@ -2861,7 +3058,7 @@ msgctxt "move tickets dialog"
2861
  msgid "Next &raquo;"
2862
  msgstr "Næste &raquo;"
2863
 
2864
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2865
  msgid "Finish!"
2866
  msgstr "Færdig!"
2867
 
@@ -2879,7 +3076,7 @@ msgstr "Vent lige et øjeblik mens din forespørgsel bliver gennemgået&hellip;"
2879
  msgid "Select the ticket type that the tickets should be transferred to:"
2880
  msgstr "Vælg den billettype, som billetterne skal overføres til:"
2881
 
2882
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2883
  msgid "Select the post you wish to move the ticket type to:"
2884
  msgstr "Vælg det indlæg du ønsker at flytte billettypen til:"
2885
 
@@ -2887,7 +3084,7 @@ msgstr "Vælg det indlæg du ønsker at flytte billettypen til:"
2887
  msgid "You can also enter keywords to help find the target event by title or description:"
2888
  msgstr "Du kan også indtaste nøgleord som hjælp til at finde det rette mål efter title eller beskrivelse:"
2889
 
2890
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2891
  msgid "You can optionally focus on a specific post type:"
2892
  msgstr "Du kan eventuelt fokusere på en specifik indholdstype:"
2893
 
@@ -2917,82 +3114,26 @@ msgstr "Ingen deltagere angivet! Prøv venligst igen."
2917
  msgid "Move"
2918
  msgstr "Flyt"
2919
 
2920
- #: src/admin-views/admin-welcome-message.php:38
2921
- msgid "Product Releases, Tutorials and Community Activity"
2922
- msgstr "Produktlanceringer, Tutorials og Fællesskabsaktivitet"
2923
-
2924
- #: src/admin-views/admin-welcome-message.php:37
2925
- msgid "News For Events Users"
2926
- msgstr "Nyheder for Events-brugere"
2927
-
2928
- #: src/admin-views/admin-welcome-message.php:35
2929
- msgid "Get the Skinny on the Latest Updates"
2930
- msgstr "Modtag de seneste nyheder"
2931
-
2932
- #: src/admin-views/admin-welcome-message.php:34
2933
- msgid "Release Notes"
2934
- msgstr "Udgivelsesnoter"
2935
-
2936
- #: src/admin-views/admin-welcome-message.php:28
2937
- msgid "FAQs, Documentation, Tutorials and Forums"
2938
- msgstr "Ofte stillede spørgsmål, dokumentation, Tutorials og fora"
2939
-
2940
- #: src/admin-views/admin-welcome-message.php:27
2941
- msgid "Support Resources"
2942
- msgstr "Supportressourcer"
2943
-
2944
- #: src/admin-views/admin-welcome-message.php:32
2945
- msgid "Addons for creating tickets, custom registration, events and more."
2946
- msgstr "Addons til oprettelse af billetter, brugerdefinerede registrering, begivenheder og meget mere."
2947
-
2948
- #: src/admin-views/admin-welcome-message.php:31
2949
- msgid "Looking for More Features?"
2950
- msgstr "Leder du efter flere funktioner?"
2951
-
2952
- #: src/admin-views/admin-welcome-message.php:22
2953
  msgid "Getting Started"
2954
  msgstr "Kom godt i gang"
2955
 
2956
- #: src/admin-views/admin-welcome-message.php:64
2957
  msgid "Sign Up"
2958
  msgstr "Tilmeld dig"
2959
 
2960
- #: src/admin-views/admin-welcome-message.php:59
2961
- msgid "News and Announcements"
2962
- msgstr "Nyheder og meddelelser"
2963
-
2964
- #: src/admin-views/admin-welcome-message.php:55
2965
- msgid "Developer News"
2966
- msgstr "Udvikler nyheder"
2967
-
2968
- #: src/admin-views/admin-welcome-message.php:51
2969
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2970
- msgstr ""
2971
-
2972
- #: src/admin-views/admin-welcome-message.php:50
2973
- msgid "Newsletter Signup"
2974
- msgstr "Tilmeld nyhedsbrev"
2975
-
2976
- #: src/admin-views/admin-welcome-message.php:47
2977
  msgid "Rate It"
2978
  msgstr "Bedøm den nu"
2979
 
2980
- #: src/admin-views/admin-welcome-message.php:46
2981
  msgid "Rate us today!"
2982
  msgstr "Vurder os i dag!"
2983
 
2984
- #: src/admin-views/admin-welcome-message.php:45
2985
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2986
- msgstr ""
2987
-
2988
- #: src/admin-views/admin-welcome-message.php:44
2989
  msgid "We Need Your Help"
2990
  msgstr "Vi har brug for din hjælp"
2991
 
2992
- #: src/admin-views/admin-welcome-message.php:10
2993
- msgid "You are running Version %s and deserve a hug :-)"
2994
- msgstr "Du kører version %s og fortjener et knus :-)"
2995
-
2996
  #: src/Tribe/Attendees.php:502
2997
  msgctxt "attendee export"
2998
  msgid "Customer Email Address"
@@ -3036,15 +3177,15 @@ msgctxt "attendee event actions"
3036
  msgid "Edit"
3037
  msgstr "Redigér"
3038
 
3039
- #: src/Tribe/RSVP.php:326
3040
  msgid "RSVP Ticket"
3041
  msgstr "Registreringsbillet"
3042
 
3043
- #: src/Tribe/RSVP.php:325
3044
  msgid "RSVP Tickets"
3045
  msgstr "Registreringsbilletter"
3046
 
3047
- #: src/Tribe/RSVP.php:158
3048
  msgctxt "ticket provider"
3049
  msgid "RSVP"
3050
  msgstr "Registrant"
@@ -3064,19 +3205,15 @@ msgctxt "attendee summary"
3064
  msgid "Total RSVPs:"
3065
  msgstr "Totalt registrerede:"
3066
 
3067
- #: src/Tribe/Assets.php:111
3068
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3069
  msgstr "Er du sikker på du vil slette denne billet? Dette kan ikke fortrydes."
3070
 
3071
- #: src/Tribe/Main.php:788
3072
  msgctxt "button text"
3073
  msgid "RSVP"
3074
  msgstr "Registrer"
3075
 
3076
- #: src/Tribe/Main.php:653
3077
- msgid "Welcome to Event Tickets"
3078
- msgstr "Velkommen til Event Tickets"
3079
-
3080
  #: src/Tribe/CSV_Importer/Rows.php:49
3081
  msgctxt "post type label"
3082
  msgid "RSVPs"
@@ -3087,22 +3224,22 @@ msgctxt "import type"
3087
  msgid "RSVPs"
3088
  msgstr "Registrerede"
3089
 
3090
- #: src/Tribe/Attendees_Table.php:327
3091
  msgctxt "row action"
3092
  msgid "Delete"
3093
  msgstr "Slet"
3094
 
3095
- #: src/Tribe/Attendees_Table.php:315
3096
  msgctxt "row action"
3097
  msgid "Move"
3098
  msgstr "Flyt"
3099
 
3100
- #: src/Tribe/Attendees_Table.php:305
3101
  msgctxt "row action"
3102
  msgid "Check In"
3103
  msgstr "Indtjekning"
3104
 
3105
- #: src/Tribe/Attendees_Table.php:306
3106
  msgctxt "row action"
3107
  msgid "Undo Check In"
3108
  msgstr "Fortryd Check-In"
@@ -3141,39 +3278,39 @@ msgctxt "attendee table"
3141
  msgid "View history"
3142
  msgstr "Vis historik"
3143
 
3144
- #: src/Tribe/Admin/Move_Tickets.php:760
3145
  msgid "This ticket was moved to %1$s from %2$s"
3146
  msgstr "Denne billet blev flyttet til %1$s fra %2$s"
3147
 
3148
- #: src/Tribe/Admin/Move_Tickets.php:580
3149
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3150
  msgstr "Denne billet blev flyttet til %1$s %2$s fra %3$s %4$s"
3151
 
3152
- #: src/Tribe/Admin/Move_Tickets.php:462
3153
  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."
3154
  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."
3155
  msgstr[0] ""
3156
  msgstr[1] ""
3157
 
3158
- #: src/Tribe/Admin/Move_Tickets.php:455
3159
  msgctxt "moved tickets success message fragment"
3160
  msgid "moved to %s and"
3161
  msgstr "Flyt til %s og"
3162
 
3163
- #: src/Tribe/Admin/Move_Tickets.php:448
3164
  msgctxt "moved tickets success message fragment"
3165
  msgid "assigned to %s"
3166
  msgstr "tildelt til %s"
3167
 
3168
- #: src/Tribe/Admin/Move_Tickets.php:440
3169
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3170
  msgstr "Billetter kan ikke flyttes: der opstod en uventet fejl under ombytning."
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:432
3173
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3174
  msgstr "Billetter kan ikke flyttes: gyldig billet-id'er eller en destination-ID blev ikke leveret."
3175
 
3176
- #: src/Tribe/Admin/Move_Tickets.php:224
3177
  msgctxt "attendee screen bulk actions"
3178
  msgid "Move"
3179
  msgstr "Flyt"
@@ -3203,7 +3340,7 @@ msgid "Move Attendees"
3203
  msgstr "Flyt deltagere"
3204
 
3205
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3206
- #: src/Tribe/Admin/Move_Tickets.php:701
3207
  msgid "Changes to your tickets from %s"
3208
  msgstr "Ændringer til dine billetter fra %s"
3209
 
@@ -3224,35 +3361,18 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3224
  msgstr "Billettype kunne ikke flyttes: billet type eller destination stillingen var ugyldig."
3225
 
3226
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3227
- #: src/Tribe/Admin/Move_Tickets.php:249
3228
  msgid "All supported types"
3229
  msgstr "Alle understøttede typer"
3230
 
3231
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3232
- #: src/resources/js/app/blocks.js:39759
3233
  msgid "Move Ticket Types"
3234
  msgstr "Flyt billettyper"
3235
 
3236
- #: common/src/admin-views/tribe-options-licenses.php:30
3237
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3238
- msgstr "Ikke at se en opdatering, men forventer en? I WordPress, gå til %1$sDashboard > opdaterer %2$s og klik på \"Check Again\"."
3239
-
3240
- #: common/src/admin-views/tribe-options-licenses.php:25
3241
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3242
- msgstr "Hvis du ser en rød meddelelse om, at produktnøglen ikke er gyldig eller brugt for mange gange, så besøg %1$s for at administrere dine installationer eller forny/opgradere din licens."
3243
-
3244
- #: common/src/admin-views/tribe-options-licenses.php:22
3245
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3246
- msgstr "Hver betalte add-on har sin egen unikke licensnøgle. Indsæt nøglen i det relevante felt nedenfor, og giv os et øjeblik til at validere. Du ved, du er klar når en grøn udløbsdato vises sammen med en \"gyldig\" besked."
3247
-
3248
- #: common/src/admin-views/tribe-options-licenses.php:15
3249
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3250
- msgstr "Licensnøglen, du modtog, da du fuldførte dit køb fra %1$s vil give dig adgang til support og opdateringer indtil den udløber. Du behøver ikke at indtaste nøglen nedenfor for at plugins fungerer, men du skal indtaste for at få automatiske opdateringer. %3$sFind dine licens nøgler på %2$s%4$s."
3251
-
3252
- #: common/src/admin-views/tribe-options-licenses.php:11
3253
- #: common/src/admin-views/tribe-options-licenses.php:16
3254
- msgid " (opens in new window)"
3255
- msgstr " (åbner i nyt vindue)"
3256
 
3257
  #: common/src/admin-views/tribe-options-help.php:55
3258
  msgid "Event Log"
@@ -3298,104 +3418,104 @@ msgstr "Dine systeminformationer vil kun blive brugt af Moderne Tribe supporttea
3298
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3299
  msgstr "Ja, del automatisk mine systeminformationer med Modern Tribe supportteam"
3300
 
3301
- #: common/src/Tribe/PUE/Notices.php:440
3302
  msgctxt "formatted plugin list"
3303
  msgid "%1$s and %2$s"
3304
  msgstr "%1$s og %2$s"
3305
 
3306
- #: common/src/Tribe/PUE/Notices.php:359
3307
  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."
3308
  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."
3309
  msgstr[0] ""
3310
  msgstr[1] ""
3311
 
3312
- #: common/src/Tribe/PUE/Notices.php:327
3313
  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"
3314
  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"
3315
  msgstr[0] "Der findes en opdatering til %1$s, men din licens er udløbet. %2$sBesøg webstedet for The Events Calendar at forny din licens.%3$s"
3316
  msgstr[1] "Der findes opdateringer til %1$s, men dine licenser er udløbet. %2$sBesøg webstedet for The Events Calendar at forny dine licenser.%3$s"
3317
 
3318
- #: common/src/Tribe/PUE/Checker.php:1062
3319
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3320
  msgstr "Der er en opdatering til %s. %sForny din licens %s for at få adgang til fejlrettelser, sikkerhedsopdateringer og nye funktioner."
3321
 
3322
- #: common/src/Tribe/PUE/Checker.php:1005
3323
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3324
  msgstr "Der er en opdatering til %s. Du bliver nødt til %stjekke om din licens %s har adgang til opdateringer, downloads og support."
3325
 
3326
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3327
  msgid " (opens in a new window)"
3328
  msgstr " (åbner i nyt vindue)"
3329
 
3330
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3331
  msgid "Renew Your License Now"
3332
  msgstr "Forny din licens nu"
3333
 
3334
- #: common/src/Tribe/Main.php:261
3335
  msgid ": Selected 1 row"
3336
  msgstr ": Valgte 1 række"
3337
 
3338
- #: common/src/Tribe/Main.php:260
3339
  msgid ": Selected %d rows"
3340
  msgstr ": Valgte %d rækker"
3341
 
3342
- #: common/src/Tribe/Main.php:255
3343
  msgid "Previous"
3344
  msgstr "Forrige"
3345
 
3346
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3347
  msgid "Next"
3348
  msgstr "Næste"
3349
 
3350
- #: common/src/Tribe/Main.php:253
3351
  msgid "All"
3352
  msgstr "Alle"
3353
 
3354
- #: common/src/Tribe/Main.php:248
3355
  msgid "Search:"
3356
  msgstr "Søg:"
3357
 
3358
- #: common/src/Tribe/Main.php:247
3359
  msgid "No matching records found"
3360
  msgstr "Ingen matchende poster fundet"
3361
 
3362
- #: common/src/Tribe/Main.php:246
3363
  msgid "(filtered from _MAX_ total entries)"
3364
  msgstr "(filtreret fra _MAX_ samlede poster)"
3365
 
3366
- #: common/src/Tribe/Main.php:245
3367
  msgid "Showing 0 to 0 of 0 entries"
3368
  msgstr "Viser 0 til 0 af 0 poster"
3369
 
3370
- #: common/src/Tribe/Main.php:244
3371
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3372
  msgstr "Viser _START_ til _END_ af _TOTAL_ emner"
3373
 
3374
- #: common/src/Tribe/Main.php:243
3375
  msgid "No data available in table"
3376
  msgstr "Ingen data tilgængelig i tabellen"
3377
 
3378
- #: common/src/Tribe/Main.php:242
3379
  msgid "Show _MENU_ entries"
3380
  msgstr "Vis _MENU_ elementer"
3381
 
3382
- #: common/src/Tribe/Main.php:240
3383
  msgid ": activate to sort column descending"
3384
  msgstr ": aktiver for at sortere kolonne faldende"
3385
 
3386
- #: common/src/Tribe/Main.php:239
3387
  msgid ": activate to sort column ascending"
3388
  msgstr ": aktiver for at sortere kolonne stigende"
3389
 
3390
- #: common/src/Tribe/Main.php:284
3391
  msgid "Press \"Cmd + C\" to copy"
3392
  msgstr "Tryk på \"Cmd + C\" for at kopiere"
3393
 
3394
- #: common/src/Tribe/Main.php:283
3395
  msgid "System info copied"
3396
  msgstr "Systeminfo kopieret"
3397
 
3398
- #: common/src/Tribe/Main.php:282
3399
  #: common/src/admin-views/tribe-options-help.php:50
3400
  msgid "Copy to clipboard"
3401
  msgstr "Kopiér til udklipsholder"
@@ -3424,15 +3544,15 @@ msgstr "Tilbage til plugins"
3424
  msgid "Go to plugins page"
3425
  msgstr "Gå til pluginsside"
3426
 
3427
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3428
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3429
- msgstr "For at begynde at bruge %1$s, skal du installere og aktivere den nyeste version af%2$s."
3430
 
3431
- #: src/Tribe/Tickets.php:1813
3432
  msgid "Tickets are not available as this %s has passed."
3433
  msgstr "Billetter er ikke tilgængelig, da %s er overstået."
3434
 
3435
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3436
  msgid "Please enter in without thousand separators and currency symbols."
3437
  msgstr "Indtast uden tusindtals separatorer og valutasymboler."
3438
 
@@ -3440,16 +3560,16 @@ msgstr "Indtast uden tusindtals separatorer og valutasymboler."
3440
  msgid "English"
3441
  msgstr "Engelsk"
3442
 
3443
- #: common/src/Tribe/Plugins_API.php:116
3444
  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."
3445
  msgstr "De Eventbrite Tickets addon kan du oprette og sælge billetter gennem The Event Calendar ved hjælp af %1$sEventbrites%2$s styrker. Uanset om du opretter din billet på WordPress kontrolpanel eller importerer detaljerne i en allerede eksisterende begivenhed fra%1$sEventbrite.com%2$s, vil denne tilføjelse føre styrken i ​​Eventbrite API til din kalender."
3446
 
3447
- #: common/src/Tribe/Plugins_API.php:105
3448
  msgctxt "Names of required plugins for Community Tickets"
3449
  msgid "Event Tickets Plus and Community Events"
3450
  msgstr "Event Tickets Plus og Community Events"
3451
 
3452
- #: common/src/Tribe/Plugins_API.php:104
3453
  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"
3454
  msgstr "Aktiver Community Events arrangører for at tilbyde billetter til deres arrangementer. Du kan indstille fleksible betalingsformer og gebyrmuligheder. De kan endda indtjekke deltagere til deres arrangementer! Alt dette styres fra front-end af dit websted uden at du nogensinde behøver at give adgang til din admin."
3455
 
@@ -3457,11 +3577,11 @@ msgstr "Aktiver Community Events arrangører for at tilbyde billetter til deres
3457
  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."
3458
  msgstr "The Events Calendar PRO er en betalt Add-On til vores open source WordPress plugin%1$sThe Events Calendar%2$s. PRO tilbyder en lang række kalenderfunktioner, herunder gentagne begivenheder, brugerdefinerede begivenhedsattributter, gemte spillesteder og arrangører, spillestedssider, avanceret begivenhedsadmin og meget mere."
3459
 
3460
- #: common/src/Tribe/Plugins_API.php:84
3461
  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."
3462
  msgstr "Det er fantastisk, at din kalender er <em>stedet</em> at blive hooked op med førsteklasses måder at tilbringe tiden på. Du har flere arrangementer end Jabba the Hutt har hager. Skidt med at besøgende må ansætte en personlig assistent til at gå igennem alle de valg. Har du nogensinde ønsket, du kunne filtrere kalenderen til kun at vise begivenheder i gåafstand, i en weekend, der er gratis? BOOM. Nu kan du. Vi præsenterer ... Filter Bar."
3463
 
3464
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3465
  msgid "Filter Bar"
3466
  msgstr "Filter Bar"
3467
 
@@ -3473,7 +3593,7 @@ msgstr "Vurder %1$sEvent Tickets%2$s %3$s"
3473
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3474
  msgstr "Bedøm %1$sThe Events Calendar%2$s %3$s"
3475
 
3476
- #: src/Tribe/RSVP.php:791
3477
  msgid "You confirmed you will not be attending %s"
3478
  msgstr "Du bekræftede du vil ikke være til %s"
3479
 
@@ -3481,13 +3601,12 @@ msgstr "Du bekræftede du vil ikke være til %s"
3481
  msgid "Thank you for confirming that you will not be attending the above event."
3482
  msgstr "Tak for bekræftelse på, at du ikke vil deltage i ovenstående hændelse."
3483
 
3484
- #: src/views/tickets/orders-rsvp.php:87
3485
  #: src/views/tickets/orders-pp-tickets.php:76
 
3486
  msgid "Type: "
3487
  msgstr "Filtype:"
3488
 
3489
  #: src/views/tickets/rsvp.php:211
3490
- #: src/views/blocks/rsvp/form/submit-login.php:19
3491
  msgid "Login to RSVP"
3492
  msgstr "Log ind for at registerere"
3493
 
@@ -3499,13 +3618,13 @@ msgstr "Opdater %s"
3499
  msgid "View %s"
3500
  msgstr "Vis %s"
3501
 
3502
- #: src/views/tickets/orders-rsvp.php:63
3503
  #: src/views/tickets/orders-pp-tickets.php:66
 
3504
  msgid "Attendee %d"
3505
  msgstr "Deltager %d"
3506
 
3507
- #: src/views/tickets/orders-rsvp.php:44
3508
  #: src/views/tickets/orders-pp-tickets.php:47
 
3509
  msgid " on %s"
3510
  msgstr "den %s"
3511
 
@@ -3518,12 +3637,12 @@ msgid "My RSVPs for This %s"
3518
  msgstr "Mine registrerede for %s"
3519
 
3520
  #: src/views/tickets/orders-link.php:39
3521
- #: src/views/blocks/attendees/order-links.php:64
3522
  msgid "View your %s"
3523
  msgstr "Se %s"
3524
 
3525
  #: src/views/tickets/orders-link.php:38
3526
- #: src/views/blocks/attendees/order-links.php:47
3527
  msgid "You have %s for this %s."
3528
  msgstr "Du har %s for denne %s"
3529
 
@@ -3547,49 +3666,47 @@ msgstr "Du har ikke angivet din deltagelse for nogen kommende arrangementer."
3547
  msgid "To see a list of events you're attending, you will need to log in."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/tribe-options-tickets.php:125
3551
  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."
3552
  msgstr "Du kan kræve, at brugere logger på dit websted, før de er i stand til at registrere (eller købe billetter). Tjek venligst din WordPress Medlemskab mulighed (via Generelle indstillinger) før du rette denne indstilling."
3553
 
3554
- #: src/admin-views/tribe-options-tickets.php:120
3555
  msgid "Login Requirements"
3556
  msgstr ""
3557
 
3558
- #: src/admin-views/tribe-options-tickets.php:43
3559
  msgid "Require users to log in before they RSVP"
3560
  msgstr "Kræv at brugere er logget ind, før de kan registrere."
3561
 
3562
- #: src/Tribe/Tickets_View.php:810
3563
  msgid "This RSVP is no longer active."
3564
  msgstr ""
3565
 
3566
- #: src/Tribe/Tickets_View.php:743
3567
  msgid "Ticket"
3568
  msgstr "Billet"
3569
 
3570
- #: src/Tribe/Tickets_View.php:630
3571
- msgid "Not Going"
3572
- msgstr ""
3573
-
3574
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3575
  #: src/modules/blocks/rsvp/counters/template.js:27
3576
- #: src/resources/js/app/blocks.js:37903
3577
  msgid "Going"
3578
  msgstr ""
3579
 
3580
- #: src/Tribe/Tickets.php:1863
3581
  msgid "There are no tickets available at this time."
3582
  msgstr ""
3583
 
3584
- #: src/Tribe/Tickets.php:1861
3585
  msgid "Tickets are no longer available."
3586
  msgstr ""
3587
 
3588
- #: src/Tribe/Tickets.php:1858
 
 
3589
  msgid "Tickets are not yet available"
3590
  msgstr ""
3591
 
3592
- #: src/Tribe/Main.php:788
3593
  msgid "Buy"
3594
  msgstr "Køb"
3595
 
@@ -3599,7 +3716,7 @@ msgstr "Køb"
3599
  msgid "Free"
3600
  msgstr "Gratis"
3601
 
3602
- #: src/Tribe/Tickets_View.php:739
3603
  msgid "RSVPs"
3604
  msgstr ""
3605
 
@@ -3723,11 +3840,11 @@ msgstr ""
3723
  msgid "Enable global stock"
3724
  msgstr ""
3725
 
3726
- #: src/Tribe/Assets.php:117
3727
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3728
  msgstr ""
3729
 
3730
- #: src/Tribe/Attendees_Table.php:406
3731
  msgid "View order"
3732
  msgstr ""
3733
 
@@ -3775,13 +3892,13 @@ msgstr ""
3775
  msgid "Confirm RSVP"
3776
  msgstr ""
3777
 
3778
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3779
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3780
  msgid "Full Name"
3781
  msgstr ""
3782
 
3783
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3784
- #: src/views/blocks/rsvp/details/availability.php:22
3785
  msgid "Out of stock!"
3786
  msgstr ""
3787
 
@@ -3789,52 +3906,50 @@ msgstr ""
3789
  msgid "%1$s out of %2$s available"
3790
  msgstr ""
3791
 
3792
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3793
  #: src/admin-views/editor/column-body-price.php:16
3794
- #: src/modules/blocks/rsvp/index.js:22
 
3795
  #: src/modules/blocks/rsvp/container/template.js:31
3796
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3797
  msgid "RSVP"
3798
  msgstr "Tilmelding"
3799
 
3800
- #: src/views/tickets/email.php:406
3801
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3802
  msgid "Purchaser"
3803
  msgstr "Køber"
3804
 
3805
  #: src/views/tickets/email.php:402
3806
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3807
- #: src/resources/js/app/blocks.js:41324
3808
  msgid "Ticket Type"
3809
  msgstr "Billet type"
3810
 
3811
- #: src/views/tickets/email.php:27
3812
- #: src/views/tickets/email-ticket-type-moved.php:25
3813
- #: src/views/tickets/email-non-attendance.php:39
3814
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3815
  msgid "Your tickets"
3816
  msgstr "Dine billetter"
3817
 
3818
  #: src/views/tickets/attendees-email.php:24
 
3819
  #: src/modules/blocks/attendees/index.js:21
3820
- #: src/resources/js/app/blocks.js:43603
3821
  msgid "Attendee List"
3822
  msgstr "Deltagerliste"
3823
 
3824
- #: src/admin-views/tribe-options-tickets.php:58
3825
  msgid "Post types that can have tickets"
3826
  msgstr ""
3827
 
3828
  #: src/admin-views/editor/panel/settings.php:14
3829
- #: src/admin-views/tribe-options-tickets.php:54
3830
  msgid "Ticket Settings"
3831
  msgstr ""
3832
 
3833
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3834
  #: src/admin-views/editor/panel/settings.php:81
 
 
3835
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3836
  #: src/modules/blocks/ticket/dashboard/template.js:24
3837
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3838
  msgid "Cancel"
3839
  msgstr "Annullér"
3840
 
@@ -3850,13 +3965,13 @@ msgstr ""
3850
  msgid "When will ticket sales occur?"
3851
  msgstr ""
3852
 
3853
- #: src/admin-views/meta-box.php:192
3854
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3855
  msgid "End sale:"
3856
  msgstr "Afslut billetsalg:"
3857
 
3858
- #: src/admin-views/meta-box.php:161
3859
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3860
  msgid "Start sale:"
3861
  msgstr "Åben billetsalg:"
3862
 
@@ -3868,24 +3983,24 @@ msgstr "Billetbeskrivelse:"
3868
  msgid "Ticket Name:"
3869
  msgstr "Billetnavn:"
3870
 
3871
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3872
  msgid "Sell using:"
3873
  msgstr "Sælg med:"
3874
 
3875
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3876
  msgid "Edit ticket"
3877
  msgstr "Rediger billet"
3878
 
3879
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3880
- #: src/admin-views/editor/panel/ticket.php:53
3881
  msgid "Add new ticket"
3882
  msgstr "Tilføj ny billet"
3883
 
3884
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3885
  msgid "Remove"
3886
  msgstr "Fjern"
3887
 
3888
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3889
  msgid "Select an Image"
3890
  msgstr "Vælg et billede"
3891
 
@@ -3901,7 +4016,7 @@ msgstr "Upload billede til billettens sidehoved"
3901
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3902
  msgstr "Denne begivenhed blev oprettet med Community Events. Er du sikker på at du vil sælge billetter til begivenheden?"
3903
 
3904
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3905
  msgid "Sold %d"
3906
  msgstr "Solgt %d"
3907
 
@@ -3913,7 +4028,10 @@ msgstr "Rediger i %s"
3913
  msgid "View"
3914
  msgstr "View"
3915
 
3916
- #: src/admin-views/list.php:33
 
 
 
3917
  msgid "Edit"
3918
  msgstr "Ændre"
3919
 
@@ -3922,8 +4040,8 @@ msgstr "Ændre"
3922
  msgid "(Current sale price - this can be managed via the product editor)"
3923
  msgstr "(Nuværende pris - Dette kan ændres vha. produkt editoren)"
3924
 
3925
- #: src/admin-views/price-fields.php:12
3926
  #: src/admin-views/editor/fieldset/price.php:67
 
3927
  #: src/admin-views/legacy-ticket-fields.php:24
3928
  msgid "Sale Price:"
3929
  msgstr "Udsalgspris:"
@@ -3933,17 +4051,13 @@ msgstr "Udsalgspris:"
3933
  msgid "(0 or empty for free tickets)"
3934
  msgstr "(0 eller ikke flere gratis billetter) "
3935
 
3936
- #: src/admin-views/price-fields.php:3
3937
- #: src/admin-views/editor/column-body-price.php:9
3938
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3939
  #: src/admin-views/legacy-ticket-fields.php:15
3940
  msgid "Price:"
3941
  msgstr "Pris:"
3942
 
3943
- #: src/admin-views/tpp-orders.php:63
3944
- msgid "Sales by Ticket"
3945
- msgstr ""
3946
-
3947
  #: src/admin-views/attendees-email.php:59
3948
  msgid "Send Email"
3949
  msgstr "Send email"
@@ -3968,15 +4082,15 @@ msgstr "Vælg en bruger:"
3968
  msgid "Send the attendee list by email"
3969
  msgstr "Send deltagerlisten pr. e-mail"
3970
 
3971
- #: src/Tribe/Attendees.php:709
3972
  msgid "Email sent successfully!"
3973
  msgstr ""
3974
 
3975
- #: src/Tribe/Attendees.php:702
3976
  msgid "Error when sending the email"
3977
  msgstr ""
3978
 
3979
- #: src/Tribe/Attendees.php:701
3980
  msgid "Attendee List for: %s"
3981
  msgstr "Deltagerliste for: %s"
3982
 
@@ -4004,8 +4118,8 @@ msgstr ""
4004
  msgid "attendees"
4005
  msgstr "deltagere"
4006
 
4007
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4008
- #: src/admin-views/tribe-options-tickets.php:249
4009
  msgid "Yes"
4010
  msgstr "Ja"
4011
 
@@ -4026,12 +4140,12 @@ msgid "You need to select a user or type a valid email address"
4026
  msgstr "Vælg en bruger eller indtast en gyldig e-mailadresse"
4027
 
4028
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4029
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4030
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4031
- #: src/admin-views/attendees.php:23
4032
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4033
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4034
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4035
  msgid "Attendees"
4036
  msgstr "Deltagere"
4037
 
@@ -4039,51 +4153,51 @@ msgstr "Deltagere"
4039
  msgid "See who purchased tickets to this event"
4040
  msgstr "Se hvem der har købt billetter til begivenheden"
4041
 
4042
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4043
  msgid "Post draft updated."
4044
  msgstr "Indlægskladde opdateret."
4045
 
4046
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4047
  msgid "Post scheduled."
4048
  msgstr ""
4049
 
4050
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4051
  msgid "Post submitted."
4052
  msgstr "Indlæg indsendt."
4053
 
4054
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4055
  msgid "Post published. %1$s"
4056
  msgstr ""
4057
 
4058
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4059
  msgid "Post updated. %1$s"
4060
  msgstr ""
4061
 
4062
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4063
  msgid "Return to the %1$sAttendees Report%2$s."
4064
  msgstr ""
4065
 
4066
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4067
  msgid "(deleted)"
4068
  msgstr ""
4069
 
4070
- #: src/Tribe/RSVP.php:1096
4071
  msgid "In order to RSVP, you must enter your name and a valid email address."
4072
  msgstr ""
4073
 
4074
- #: src/Tribe/RSVP.php:1091
4075
  msgid "You can't RSVP more than the total remaining tickets."
4076
  msgstr ""
4077
 
4078
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4079
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4080
  msgstr ""
4081
 
4082
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4083
  msgid "Your tickets from %s"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4087
  msgctxt "Attendee number"
4088
  msgid "Attendee %1$s"
4089
  msgstr "Deltager %1$s"
@@ -4092,99 +4206,99 @@ msgstr "Deltager %1$s"
4092
  msgid "Set as ticket header"
4093
  msgstr "Vælg som overskrift på billet"
4094
 
4095
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4096
  msgid "Ticket header image"
4097
  msgstr "Billede på billet"
4098
 
4099
- #: src/Tribe/Main.php:552
4100
  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)."
4101
  msgstr ""
4102
 
4103
- #: src/Tribe/Main.php:547
4104
  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)."
4105
  msgstr ""
4106
 
4107
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4108
  msgid "post a thread"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/Main.php:544
4112
  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."
4113
  msgstr ""
4114
 
4115
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4116
  msgid "Events Tickets Plus"
4117
  msgstr ""
4118
 
4119
- #: src/Tribe/Main.php:542
4120
  msgid "premium support on our website"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/Main.php:540
4124
  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."
4125
  msgstr ""
4126
 
4127
- #: src/Tribe/Main.php:539
4128
  msgid "open-source forum on WordPress.org"
4129
  msgstr ""
4130
 
4131
- #: src/Tribe/Main.php:522
4132
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4133
  msgstr ""
4134
 
4135
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4136
  msgid "New User Primer"
4137
  msgstr ""
4138
 
4139
- #: src/Tribe/Main.php:503
4140
  msgid "Customizing Event Tickets"
4141
  msgstr ""
4142
 
4143
- #: src/Tribe/Main.php:502
4144
  msgid "Troubleshooting common problems"
4145
  msgstr ""
4146
 
4147
- #: src/Tribe/Main.php:501
4148
  msgid "Features overview"
4149
  msgstr ""
4150
 
4151
- #: src/Tribe/Main.php:500
4152
  msgid "Settings overview"
4153
  msgstr ""
4154
 
4155
- #: src/Tribe/Main.php:498
4156
  msgid "Support for Event Tickets"
4157
  msgstr ""
4158
 
4159
- #: src/Tribe/Main.php:334
4160
  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"
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4164
  msgid "Delete"
4165
  msgstr "Slet"
4166
 
4167
- #: src/Tribe/Attendees_Table.php:521
4168
  msgid "Export"
4169
  msgstr "Exporter"
4170
 
4171
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4172
- #: src/Tribe/Attendees_Table.php:520
4173
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4174
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4175
- #: src/admin-views/admin-welcome-message.php:62
 
4176
  msgid "Email"
4177
  msgstr "E-post"
4178
 
4179
- #: src/Tribe/Attendees_Table.php:519
4180
  msgid "Print"
4181
  msgstr "Udskriv"
4182
 
4183
- #: src/Tribe/Attendees_Table.php:553
4184
  msgid "Undo Check in"
4185
  msgstr "Fortryd tjek ind"
4186
 
4187
- #: src/Tribe/Attendees_Table.php:552
4188
  msgid "Check in"
4189
  msgstr "Tjek ind"
4190
 
@@ -4208,10 +4322,10 @@ msgstr ""
4208
  msgid "Purchaser Name"
4209
  msgstr ""
4210
 
4211
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4212
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4213
  #: src/admin-views/editor/list-table.php:30
4214
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4215
  msgid "Tickets"
4216
  msgstr "Billetter"
4217
 
@@ -4227,14 +4341,6 @@ msgstr "Her kan alle globale netværksindstillinger for Modern Tribe's The Event
4227
  msgid "Network Settings"
4228
  msgstr "Netværksindstillinger"
4229
 
4230
- #: common/src/admin-views/tribe-options-licenses.php:47
4231
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4232
- msgstr ""
4233
-
4234
- #: common/src/admin-views/tribe-options-licenses.php:38
4235
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4236
- msgstr ""
4237
-
4238
  #: common/src/admin-views/tribe-options-help.php:80
4239
  msgid "More..."
4240
  msgstr "Mere &hellip;"
@@ -4359,6 +4465,10 @@ msgstr "Dato format"
4359
  msgid "Date Format Settings"
4360
  msgstr "Generelle indstillinger"
4361
 
 
 
 
 
4362
  #: common/src/Tribe/Languages/Locations.php:374
4363
  msgid "Wyoming"
4364
  msgstr "Wyoming"
@@ -5604,7 +5714,7 @@ msgid "There are no fields setup for this tab yet."
5604
  msgstr "Der er endnu ikke sat nogen felter op på dette faneblad."
5605
 
5606
  #: common/src/Tribe/Settings_Manager.php:253
5607
- #: common/src/admin-views/tribe-options-licenses.php:66
5608
  msgid "Licenses"
5609
  msgstr "Licens"
5610
 
@@ -5624,21 +5734,21 @@ msgstr "Vis"
5624
  msgid "General"
5625
  msgstr "Generelle indstillinger"
5626
 
5627
- #: common/src/Tribe/Settings.php:643
5628
  msgid "Settings saved."
5629
  msgstr "Indstillingerne gemt."
5630
 
5631
- #: common/src/Tribe/Settings.php:621
5632
  msgid "The above setting was not saved. Other settings were successfully saved."
5633
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5634
  msgstr[0] "Indstillingen ovenfor blev ikke gemt. Andre indstillinger blev gemt."
5635
  msgstr[1] "Indstillingerne ovenfor blev ikke gemt. Andre indstillinger blev gemt."
5636
 
5637
- #: common/src/Tribe/Settings.php:620
5638
  msgid "None of your settings were saved. Please try again."
5639
  msgstr "Dine indstillinger blev ikke gemt. Prøv igen."
5640
 
5641
- #: common/src/Tribe/Settings.php:610
5642
  msgid "Your form had the following errors:"
5643
  msgstr "Din formular oplevede følgende fejl:"
5644
 
@@ -5654,6 +5764,7 @@ msgstr "Forespørgslen er ikke afsendt sikkert."
5654
  msgid "You don't have permission to do that."
5655
  msgstr "Du har ikke rettigheder til dette."
5656
 
 
5657
  #: common/src/Tribe/Settings.php:371
5658
  msgid "Save Changes"
5659
  msgstr "Gem ændringerne"
@@ -5667,11 +5778,11 @@ msgid "%s Settings"
5667
  msgstr "%s Indstillinger"
5668
 
5669
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5670
- #: src/modules/elements/settings-dashboard/element.js:64
 
5671
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5672
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5673
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5674
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5675
  msgid "Settings"
5676
  msgstr "Instillinger"
5677
 
@@ -5679,40 +5790,41 @@ msgstr "Instillinger"
5679
  msgid "Events Settings"
5680
  msgstr "Indstillinger for Begivenheder"
5681
 
 
5682
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5683
  #: common/src/Tribe/Settings.php:242
5684
  msgid "Events"
5685
  msgstr "Arrangement"
5686
 
5687
- #: common/src/Tribe/PUE/Checker.php:896
5688
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5689
  msgstr ""
5690
 
5691
- #: common/src/Tribe/PUE/Checker.php:940
5692
  msgid "Thanks for setting up a valid key. It will expire on %s"
5693
  msgstr ""
5694
 
5695
- #: common/src/Tribe/PUE/Checker.php:935
5696
  msgid "Valid Key! Expires on %s"
5697
  msgstr "Gyldig nøgle! Udløber %s"
5698
 
5699
- #: common/src/Tribe/PUE/Checker.php:915
5700
  msgid "Sorry, key validation server is not available."
5701
  msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
5702
 
5703
- #: common/src/Tribe/PUE/Checker.php:909
5704
  msgid "unknown date"
5705
  msgstr "Ukendt dato"
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:650
5708
  msgid "License key(s) updated."
5709
  msgstr "Licensnøgle(r) opdateret."
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:494
5712
  msgid "A valid license key is required for support and updates"
5713
  msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5716
  msgid "License Key"
5717
  msgstr "Licensnøgle"
5718
 
@@ -5813,7 +5925,7 @@ msgid "n/a"
5813
  msgstr "n/a"
5814
 
5815
  #: common/src/Tribe/Admin/Help_Page.php:244
5816
- #: common/src/Tribe/Plugins_API.php:100
5817
  msgid "Community Tickets"
5818
  msgstr ""
5819
 
@@ -5821,12 +5933,13 @@ msgstr ""
5821
  msgid "Event Tickets Plus"
5822
  msgstr ""
5823
 
5824
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5825
  msgid "Community Events"
5826
  msgstr "Community begivenheder"
5827
 
5828
  #: common/src/Tribe/Admin/Help_Page.php:203
5829
- #: common/src/Tribe/Plugins_API.php:111
5830
  msgid "Eventbrite Tickets"
5831
  msgstr ""
5832
 
@@ -5834,8 +5947,8 @@ msgstr ""
5834
  msgid "Events Calendar PRO"
5835
  msgstr ""
5836
 
5837
- #: src/views/tickets/orders-link.php:38
5838
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5839
  #: common/src/Tribe/Admin/Help_Page.php:170
5840
  msgid " and "
5841
  msgstr "og"
@@ -5853,7 +5966,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5853
  msgstr ""
5854
 
5855
  #. Plugin Name of the plugin
5856
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5857
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5858
  msgid "Event Tickets"
5859
  msgstr ""
@@ -5862,7 +5975,7 @@ msgstr ""
5862
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5863
  msgstr ""
5864
 
5865
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5866
- #: common/src/Tribe/Customizer.php:642
5867
  msgid "The Events Calendar"
5868
  msgstr "The Events Calendar"
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr ""
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr ""
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr ""
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr ""
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr ""
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr ""
1728
 
1776
  msgstr ""
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr ""
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr ""
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr ""
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr ""
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr ""
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr ""
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr ""
1998
  msgid "This ticket is no longer active."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2001
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2002
  msgid "Sell only available"
2003
  msgstr ""
2075
  msgid "Number of orders per page:"
2076
  msgstr ""
2077
 
2078
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2079
  msgid "Not completed"
2080
  msgstr ""
2081
 
2082
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2083
+ #: src/admin-views/tpp-orders.php:121
2084
  msgid "Completed"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2088
  msgid "Search Orders"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2092
  msgctxt "Browser title"
2093
  msgid "%s - PayPal Orders"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2097
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2098
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2099
  msgid "PayPal Orders"
2100
  msgstr ""
2101
 
2102
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2103
  msgid "See PayPal purchases for this %s"
2104
  msgstr ""
2105
 
2111
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2112
  msgstr ""
2113
 
2114
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  msgid "Report"
2116
  msgstr ""
2117
 
2118
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2119
  msgid "Sales report"
2120
  msgstr ""
2121
 
2122
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2123
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2124
  msgid "Orders"
2125
  msgstr ""
2126
 
2127
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2128
  msgid "Tribe Commerce Ticket"
2129
  msgstr ""
2130
 
2131
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2132
  msgid "Tribe Commerce Tickets"
2133
  msgstr ""
2134
 
2145
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2146
  msgstr ""
2147
 
 
2148
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2149
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2150
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2151
  msgctxt "a PayPal configuration status"
2152
  msgid "incomplete"
2153
  msgstr ""
2194
  msgstr ""
2195
 
2196
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2197
  msgid "pending"
2198
  msgstr ""
2199
 
2207
  msgid "Total Tickets Issued:"
2208
  msgstr ""
2209
 
2210
+ #: src/Tribe/Commerce/Currency.php:305
2211
  msgid "U.S. Dollar (USD)"
2212
  msgstr ""
2213
 
2214
+ #: src/Tribe/Commerce/Currency.php:299
2215
  msgid "Taiwan New Dollar (TWD)"
2216
  msgstr ""
2217
 
2218
+ #: src/Tribe/Commerce/Currency.php:293
2219
  msgid "Thai Baht (THB)"
2220
  msgstr ""
2221
 
2222
+ #: src/Tribe/Commerce/Currency.php:287
2223
  msgid "Singapore Dollar (SGD)"
2224
  msgstr ""
2225
 
2226
+ #: src/Tribe/Commerce/Currency.php:281
2227
  msgid "Swedish Krona (SEK)"
2228
  msgstr ""
2229
 
2230
+ #: src/Tribe/Commerce/Currency.php:269
2231
  msgid "Polish Zloty (PLN)"
2232
  msgstr ""
2233
 
2234
+ #: src/Tribe/Commerce/Currency.php:263
2235
  msgid "Philippine Peso (PHP)"
2236
  msgstr ""
2237
 
2238
+ #: src/Tribe/Commerce/Currency.php:257
2239
  msgid "New Zealand Dollar (NZD)"
2240
  msgstr ""
2241
 
2242
+ #: src/Tribe/Commerce/Currency.php:251
2243
  msgid "Norwegian Krone (NOK)"
2244
  msgstr ""
2245
 
2246
+ #: src/Tribe/Commerce/Currency.php:245
2247
  msgid "Mexican Peso (MXN)"
2248
  msgstr ""
2249
 
2250
+ #: src/Tribe/Commerce/Currency.php:239
2251
  msgid "Malaysian Ringgit (MYR)"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Commerce/Currency.php:233
2255
  msgid "Japanese Yen (JPY)"
2256
  msgstr ""
2257
 
2299
  msgid "Australian Dollar (AUD)"
2300
  msgstr ""
2301
 
2302
+ #: src/Tribe/Attendees_Table.php:814
2303
  msgid "No matching attendees found."
2304
  msgstr ""
2305
 
2315
  msgid "%s must not be empty"
2316
  msgstr ""
2317
 
2318
+ #: src/template-tags/tickets.php:446
2319
  msgctxt "ticket shared capacity message (remaining stock)"
2320
  msgid "%1$d available of shared capacity"
2321
  msgstr ""
2322
 
2323
  #: src/admin-views/rsvp-metabox-capacity.php:19
2324
  #: src/admin-views/tpp-metabox-capacity.php:25
2325
+ #: src/resources/js/app/blocks.js:45336
2326
  msgid "Leave blank for unlimited"
2327
  msgstr ""
2328
 
2359
  msgstr ""
2360
 
2361
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2362
  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."
2363
  msgstr ""
2364
 
2387
  msgstr ""
2388
 
2389
  #: src/admin-views/editor/list-table.php:39
2390
+ #: src/resources/js/app/blocks.js:43637
2391
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2392
  msgid "Capacity"
2393
  msgstr ""
2394
 
2404
  msgid "Available:"
2405
  msgstr ""
2406
 
 
2407
  #: src/admin-views/editor/list-row.php:91
2408
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2409
  #: src/admin-views/tpp-metabox-capacity.php:16
2410
  msgid "Capacity:"
2411
  msgstr ""
2431
  msgstr ""
2432
 
2433
  #: src/admin-views/editor/fieldset/advanced.php:98
2434
+ #: src/resources/js/app/blocks.js:45493
2435
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2436
  msgid "If you do not set a start sale date, tickets will be available immediately."
2437
  msgstr ""
2438
 
2447
 
2448
  #: src/admin-views/editor/fieldset/advanced.php:84
2449
  #: src/admin-views/editor/fieldset/advanced.php:113
2450
+ #: common/src/resources/js/app/elements.js:9804
2451
+ #: common/src/resources/js/app/utils.js:7352
2452
  #: common/src/modules/utils/date.js:103
 
 
2453
  msgid "at"
2454
  msgstr ""
2455
 
2482
  msgid "Start sale date cannot be empty."
2483
  msgstr ""
2484
 
2485
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2486
  msgid "Settings Overview"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2490
  msgid "Welcome to Event Tickets!"
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
2493
  #: src/Tribe/Tickets_Handler.php:84
2494
+ #: src/views/blocks/rsvp/details/availability.php:28
2495
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2496
+ #: src/views/blocks/tickets/extra-available.php:19
2497
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2498
+ #: src/resources/js/app/blocks.js:41083
2499
  #: src/modules/data/blocks/ticket/options.js:19
2500
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2501
  msgid "Unlimited"
2502
  msgstr ""
2503
 
2504
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2505
+ #: src/resources/js/app/blocks.js:5520
2506
+ #: src/modules/data/blocks/ticket/options.js:16
2507
  msgid "Set capacity for this ticket only"
2508
  msgstr ""
2509
 
2511
  msgid "Shared capacity with other tickets"
2512
  msgstr ""
2513
 
2514
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2515
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2516
  msgid "Move Ticket"
2517
  msgstr ""
2518
 
2519
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2520
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2521
  msgid "Move RSVP"
2522
  msgstr ""
2523
 
2570
  msgstr ""
2571
 
2572
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2573
+ #: src/resources/js/app/blocks.js:45362
2574
  msgid "Ticket Capacity"
2575
  msgstr ""
2576
 
2590
  msgid "%s must be an email address."
2591
  msgstr ""
2592
 
2593
+ #: common/src/Tribe/Main.php:266
2594
  msgid "Clear Selection."
2595
  msgstr ""
2596
 
2597
+ #: common/src/Tribe/Main.php:265
2598
  msgid "Select all pages"
2599
  msgstr ""
2600
 
2601
+ #: common/src/Tribe/Main.php:264
2602
  msgid "All items on this page were selected. "
2603
  msgstr ""
2604
 
2634
  msgid "A list of links to the term own, archive and parent REST URL"
2635
  msgstr ""
2636
 
2637
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
2638
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2639
  msgstr ""
2640
 
2641
+ #: src/template-tags/tickets.php:254
2642
  msgctxt "list view buy now ticket button"
2643
  msgid "Buy Now!"
2644
  msgstr ""
2645
 
2646
+ #: src/template-tags/tickets.php:251
2647
  msgctxt "list view rsvp now ticket button"
2648
  msgid "RSVP Now!"
2649
  msgstr ""
2650
 
2651
+ #: src/template-tags/tickets.php:239
2652
  msgid "%s ticket left"
2653
  msgid_plural "%s tickets left"
2654
  msgstr[0] ""
2655
  msgstr[1] ""
2656
 
2657
+ #: src/template-tags/tickets.php:237
2658
  msgid "%s spot left"
2659
  msgid_plural "%s spots left"
2660
  msgstr[0] ""
2665
  msgid "Sold out"
2666
  msgstr ""
2667
 
2668
+ #: common/src/Tribe/Plugins_API.php:139
2669
  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."
2670
  msgstr ""
2671
 
2672
+ #: common/src/Tribe/Plugins_API.php:135
2673
  msgid "Image Widget Plus"
2674
  msgstr ""
2675
 
2676
+ #: common/src/Tribe/Plugins_API.php:104
2677
  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."
2678
  msgstr ""
2679
 
2689
  msgid "Buy now"
2690
  msgstr ""
2691
 
2692
+ #: common/src/Tribe/PUE/Notices.php:398
2693
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2694
  msgstr ""
2695
 
2696
+ #: common/src/Tribe/PUE/Notices.php:279
2697
  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."
2698
  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."
2699
  msgstr[0] ""
2700
  msgstr[1] ""
2701
 
2702
+ #: common/src/Tribe/PUE/Checker.php:987
2703
  msgid "Please refresh the page and try your request again."
2704
  msgstr ""
2705
 
2719
  msgid "Cannot look for Terms without a taxonomy"
2720
  msgstr ""
2721
 
2722
+ #: common/src/Tribe/PUE/Checker.php:1106
2723
  msgid "There is a new version of %1$s available. %2$s"
2724
  msgstr ""
2725
 
2726
+ #: common/src/Tribe/PUE/Checker.php:1095
2727
  msgid "Update now to version %s."
2728
  msgstr ""
2729
 
2730
+ #: common/src/Tribe/PUE/Checker.php:500
2731
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2732
  msgstr ""
2733
 
2843
  msgid "The cost currency symbol"
2844
  msgstr ""
2845
 
2846
+ #: src/template-tags/tickets.php:449
2847
  msgctxt "ticket stock message (remaining stock)"
2848
  msgid "%1$d available"
2849
  msgstr ""
2850
 
2851
+ #: src/template-tags/tickets.php:444
2852
  msgid "%s %d"
2853
  msgstr ""
2854
 
2855
+ #: src/template-tags/tickets.php:438
2856
  msgctxt "separate going and remain RSVPs"
2857
  msgid "RSVP'd Going"
2858
  msgstr ""
2859
 
2860
+ #: src/admin-views/tribe-options-tickets.php:100
2861
  msgid "Location of Tickets form"
2862
  msgstr ""
2863
 
2864
+ #: src/admin-views/tribe-options-tickets.php:90
2865
  msgid "Location of RSVP form"
2866
  msgstr ""
2867
 
2868
+ #: src/admin-views/tribe-options-tickets.php:85
2869
  msgid "Above the event description"
2870
  msgstr ""
2871
 
2872
+ #: src/admin-views/tribe-options-tickets.php:84
2873
  msgid "Below the event description"
2874
  msgstr ""
2875
 
2876
+ #: src/admin-views/tribe-options-tickets.php:83
2877
  msgid "Above the event details"
2878
  msgstr ""
2879
 
2880
+ #: src/admin-views/tribe-options-tickets.php:82
2881
  msgid "Below the event details [default]"
2882
  msgstr ""
2883
 
2896
  msgid "Edit %s"
2897
  msgstr ""
2898
 
2899
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2900
  msgid "Undo"
2901
  msgstr ""
2902
 
2903
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2904
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2905
  msgid "Check In"
2906
  msgstr ""
2907
 
2932
  msgid "Events Help"
2933
  msgstr ""
2934
 
2935
+ #: common/src/Tribe/PUE/Checker.php:1688
2936
  msgid "Expired license. Consult your network administrator."
2937
  msgstr ""
2938
 
2939
+ #: common/src/Tribe/PUE/Checker.php:1687
2940
  msgid "No license entered. Consult your network administrator."
2941
  msgstr ""
2942
 
2943
+ #: common/src/Tribe/PUE/Checker.php:1686
2944
  msgid "A valid license has been entered by your network administrator."
2945
  msgstr ""
2946
 
2947
+ #: common/src/Tribe/PUE/Checker.php:553
2948
  msgid "Site License Key"
2949
  msgstr ""
2950
 
2951
+ #: common/src/Tribe/PUE/Checker.php:542
2952
  msgid "Check this box if you wish to override the network license key with your own"
2953
  msgstr ""
2954
 
2955
+ #: common/src/Tribe/PUE/Checker.php:541
2956
  msgid "Override network license key"
2957
  msgstr ""
2958
 
2959
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2960
  msgid "License Key Status:"
2961
  msgstr ""
2962
 
2963
+ #: common/src/Tribe/Main.php:289
2964
  msgid "Done"
2965
  msgstr ""
2966
 
2967
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2968
  msgid "Today"
2969
  msgstr ""
2970
 
2971
+ #: common/src/Tribe/Main.php:287
2972
  msgid "Prev"
2973
  msgstr ""
2974
 
2984
  msgid "Installed Add-Ons"
2985
  msgstr "Installerede addons"
2986
 
2987
+ #: common/src/Tribe/Extension.php:377
2988
  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."
2989
  msgstr "Kan ikke ikke køre Tribe Extensions. Dit webhotel kører PHP 5.2 eller ældre, og har sikkert deaktiveret eller fejlkonfigureret debug_backtrace(). Du, eller din webhost, er nødt til at opgradere PHP eller konfigurere debug_backtrace() korrekt før Tribe Extentions kan virke."
2990
 
2992
  msgid "Tutorial"
2993
  msgstr "Tutorial"
2994
 
 
2995
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
2996
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
2997
  msgctxt "the final separator in a list of two or more items"
2998
  msgid " and "
2999
  msgstr "og"
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3003
  msgctxt "separator used in a list of items"
3004
  msgid ", "
3005
  msgstr "Registrer"
3025
  msgstr[0] ""
3026
  msgstr[1] ""
3027
 
 
3028
  #: src/views/tickets/email-tickets-moved.php:117
3029
+ #: src/views/tickets/email-ticket-type-moved.php:115
3030
  msgid " (taking place on %s)"
3031
  msgstr "(finder sted den %s)"
3032
 
3036
  msgstr[0] ""
3037
  msgstr[1] ""
3038
 
 
3039
  #: src/views/tickets/email-tickets-moved.php:99
3040
+ #: src/views/tickets/email-ticket-type-moved.php:97
3041
  msgid "Important changes to your tickets"
3042
  msgstr "Vigtige ændringer i dine billetter"
3043
 
3058
  msgid "Next &raquo;"
3059
  msgstr "Næste &raquo;"
3060
 
3061
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3062
  msgid "Finish!"
3063
  msgstr "Færdig!"
3064
 
3076
  msgid "Select the ticket type that the tickets should be transferred to:"
3077
  msgstr "Vælg den billettype, som billetterne skal overføres til:"
3078
 
3079
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3080
  msgid "Select the post you wish to move the ticket type to:"
3081
  msgstr "Vælg det indlæg du ønsker at flytte billettypen til:"
3082
 
3084
  msgid "You can also enter keywords to help find the target event by title or description:"
3085
  msgstr "Du kan også indtaste nøgleord som hjælp til at finde det rette mål efter title eller beskrivelse:"
3086
 
3087
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3088
  msgid "You can optionally focus on a specific post type:"
3089
  msgstr "Du kan eventuelt fokusere på en specifik indholdstype:"
3090
 
3114
  msgid "Move"
3115
  msgstr "Flyt"
3116
 
3117
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3118
  msgid "Getting Started"
3119
  msgstr "Kom godt i gang"
3120
 
3121
+ #: src/admin-views/admin-welcome-message.php:69
3122
  msgid "Sign Up"
3123
  msgstr "Tilmeld dig"
3124
 
3125
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3126
  msgid "Rate It"
3127
  msgstr "Bedøm den nu"
3128
 
3129
+ #: src/admin-views/admin-welcome-message.php:79
3130
  msgid "Rate us today!"
3131
  msgstr "Vurder os i dag!"
3132
 
3133
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3134
  msgid "We Need Your Help"
3135
  msgstr "Vi har brug for din hjælp"
3136
 
 
 
 
 
3137
  #: src/Tribe/Attendees.php:502
3138
  msgctxt "attendee export"
3139
  msgid "Customer Email Address"
3177
  msgid "Edit"
3178
  msgstr "Redigér"
3179
 
3180
+ #: src/Tribe/RSVP.php:331
3181
  msgid "RSVP Ticket"
3182
  msgstr "Registreringsbillet"
3183
 
3184
+ #: src/Tribe/RSVP.php:330
3185
  msgid "RSVP Tickets"
3186
  msgstr "Registreringsbilletter"
3187
 
3188
+ #: src/Tribe/RSVP.php:163
3189
  msgctxt "ticket provider"
3190
  msgid "RSVP"
3191
  msgstr "Registrant"
3205
  msgid "Total RSVPs:"
3206
  msgstr "Totalt registrerede:"
3207
 
3208
+ #: src/Tribe/Assets.php:112
3209
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3210
  msgstr "Er du sikker på du vil slette denne billet? Dette kan ikke fortrydes."
3211
 
3212
+ #: src/Tribe/Main.php:803
3213
  msgctxt "button text"
3214
  msgid "RSVP"
3215
  msgstr "Registrer"
3216
 
 
 
 
 
3217
  #: src/Tribe/CSV_Importer/Rows.php:49
3218
  msgctxt "post type label"
3219
  msgid "RSVPs"
3224
  msgid "RSVPs"
3225
  msgstr "Registrerede"
3226
 
3227
+ #: src/Tribe/Attendees_Table.php:330
3228
  msgctxt "row action"
3229
  msgid "Delete"
3230
  msgstr "Slet"
3231
 
3232
+ #: src/Tribe/Attendees_Table.php:318
3233
  msgctxt "row action"
3234
  msgid "Move"
3235
  msgstr "Flyt"
3236
 
3237
+ #: src/Tribe/Attendees_Table.php:308
3238
  msgctxt "row action"
3239
  msgid "Check In"
3240
  msgstr "Indtjekning"
3241
 
3242
+ #: src/Tribe/Attendees_Table.php:309
3243
  msgctxt "row action"
3244
  msgid "Undo Check In"
3245
  msgstr "Fortryd Check-In"
3278
  msgid "View history"
3279
  msgstr "Vis historik"
3280
 
3281
+ #: src/Tribe/Admin/Move_Tickets.php:763
3282
  msgid "This ticket was moved to %1$s from %2$s"
3283
  msgstr "Denne billet blev flyttet til %1$s fra %2$s"
3284
 
3285
+ #: src/Tribe/Admin/Move_Tickets.php:583
3286
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3287
  msgstr "Denne billet blev flyttet til %1$s %2$s fra %3$s %4$s"
3288
 
3289
+ #: src/Tribe/Admin/Move_Tickets.php:465
3290
  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."
3291
  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."
3292
  msgstr[0] ""
3293
  msgstr[1] ""
3294
 
3295
+ #: src/Tribe/Admin/Move_Tickets.php:458
3296
  msgctxt "moved tickets success message fragment"
3297
  msgid "moved to %s and"
3298
  msgstr "Flyt til %s og"
3299
 
3300
+ #: src/Tribe/Admin/Move_Tickets.php:451
3301
  msgctxt "moved tickets success message fragment"
3302
  msgid "assigned to %s"
3303
  msgstr "tildelt til %s"
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:443
3306
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3307
  msgstr "Billetter kan ikke flyttes: der opstod en uventet fejl under ombytning."
3308
 
3309
+ #: src/Tribe/Admin/Move_Tickets.php:435
3310
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3311
  msgstr "Billetter kan ikke flyttes: gyldig billet-id'er eller en destination-ID blev ikke leveret."
3312
 
3313
+ #: src/Tribe/Admin/Move_Tickets.php:225
3314
  msgctxt "attendee screen bulk actions"
3315
  msgid "Move"
3316
  msgstr "Flyt"
3340
  msgstr "Flyt deltagere"
3341
 
3342
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3343
+ #: src/Tribe/Admin/Move_Tickets.php:704
3344
  msgid "Changes to your tickets from %s"
3345
  msgstr "Ændringer til dine billetter fra %s"
3346
 
3361
  msgstr "Billettype kunne ikke flyttes: billet type eller destination stillingen var ugyldig."
3362
 
3363
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3364
+ #: src/Tribe/Admin/Move_Tickets.php:252
3365
  msgid "All supported types"
3366
  msgstr "Alle understøttede typer"
3367
 
3368
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3369
+ #: src/resources/js/app/blocks.js:42918
3370
  msgid "Move Ticket Types"
3371
  msgstr "Flyt billettyper"
3372
 
3373
+ #: common/src/admin-views/tribe-options-licenses.php:19
3374
+ 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."
3375
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3376
 
3377
  #: common/src/admin-views/tribe-options-help.php:55
3378
  msgid "Event Log"
3418
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3419
  msgstr "Ja, del automatisk mine systeminformationer med Modern Tribe supportteam"
3420
 
3421
+ #: common/src/Tribe/PUE/Notices.php:441
3422
  msgctxt "formatted plugin list"
3423
  msgid "%1$s and %2$s"
3424
  msgstr "%1$s og %2$s"
3425
 
3426
+ #: common/src/Tribe/PUE/Notices.php:356
3427
  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."
3428
  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."
3429
  msgstr[0] ""
3430
  msgstr[1] ""
3431
 
3432
+ #: common/src/Tribe/PUE/Notices.php:324
3433
  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"
3434
  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"
3435
  msgstr[0] "Der findes en opdatering til %1$s, men din licens er udløbet. %2$sBesøg webstedet for The Events Calendar at forny din licens.%3$s"
3436
  msgstr[1] "Der findes opdateringer til %1$s, men dine licenser er udløbet. %2$sBesøg webstedet for The Events Calendar at forny dine licenser.%3$s"
3437
 
3438
+ #: common/src/Tribe/PUE/Checker.php:1065
3439
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3440
  msgstr "Der er en opdatering til %s. %sForny din licens %s for at få adgang til fejlrettelser, sikkerhedsopdateringer og nye funktioner."
3441
 
3442
+ #: common/src/Tribe/PUE/Checker.php:1008
3443
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3444
  msgstr "Der er en opdatering til %s. Du bliver nødt til %stjekke om din licens %s har adgang til opdateringer, downloads og support."
3445
 
3446
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3447
  msgid " (opens in a new window)"
3448
  msgstr " (åbner i nyt vindue)"
3449
 
3450
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3451
  msgid "Renew Your License Now"
3452
  msgstr "Forny din licens nu"
3453
 
3454
+ #: common/src/Tribe/Main.php:276
3455
  msgid ": Selected 1 row"
3456
  msgstr ": Valgte 1 række"
3457
 
3458
+ #: common/src/Tribe/Main.php:275
3459
  msgid ": Selected %d rows"
3460
  msgstr ": Valgte %d rækker"
3461
 
3462
+ #: common/src/Tribe/Main.php:270
3463
  msgid "Previous"
3464
  msgstr "Forrige"
3465
 
3466
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3467
  msgid "Next"
3468
  msgstr "Næste"
3469
 
3470
+ #: common/src/Tribe/Main.php:268
3471
  msgid "All"
3472
  msgstr "Alle"
3473
 
3474
+ #: common/src/Tribe/Main.php:263
3475
  msgid "Search:"
3476
  msgstr "Søg:"
3477
 
3478
+ #: common/src/Tribe/Main.php:262
3479
  msgid "No matching records found"
3480
  msgstr "Ingen matchende poster fundet"
3481
 
3482
+ #: common/src/Tribe/Main.php:261
3483
  msgid "(filtered from _MAX_ total entries)"
3484
  msgstr "(filtreret fra _MAX_ samlede poster)"
3485
 
3486
+ #: common/src/Tribe/Main.php:260
3487
  msgid "Showing 0 to 0 of 0 entries"
3488
  msgstr "Viser 0 til 0 af 0 poster"
3489
 
3490
+ #: common/src/Tribe/Main.php:259
3491
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3492
  msgstr "Viser _START_ til _END_ af _TOTAL_ emner"
3493
 
3494
+ #: common/src/Tribe/Main.php:258
3495
  msgid "No data available in table"
3496
  msgstr "Ingen data tilgængelig i tabellen"
3497
 
3498
+ #: common/src/Tribe/Main.php:257
3499
  msgid "Show _MENU_ entries"
3500
  msgstr "Vis _MENU_ elementer"
3501
 
3502
+ #: common/src/Tribe/Main.php:255
3503
  msgid ": activate to sort column descending"
3504
  msgstr ": aktiver for at sortere kolonne faldende"
3505
 
3506
+ #: common/src/Tribe/Main.php:254
3507
  msgid ": activate to sort column ascending"
3508
  msgstr ": aktiver for at sortere kolonne stigende"
3509
 
3510
+ #: common/src/Tribe/Main.php:299
3511
  msgid "Press \"Cmd + C\" to copy"
3512
  msgstr "Tryk på \"Cmd + C\" for at kopiere"
3513
 
3514
+ #: common/src/Tribe/Main.php:298
3515
  msgid "System info copied"
3516
  msgstr "Systeminfo kopieret"
3517
 
3518
+ #: common/src/Tribe/Main.php:297
3519
  #: common/src/admin-views/tribe-options-help.php:50
3520
  msgid "Copy to clipboard"
3521
  msgstr "Kopiér til udklipsholder"
3544
  msgid "Go to plugins page"
3545
  msgstr "Gå til pluginsside"
3546
 
3547
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3548
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3549
+ msgstr ""
3550
 
3551
+ #: src/Tribe/Tickets.php:1819
3552
  msgid "Tickets are not available as this %s has passed."
3553
  msgstr "Billetter er ikke tilgængelig, da %s er overstået."
3554
 
3555
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3556
  msgid "Please enter in without thousand separators and currency symbols."
3557
  msgstr "Indtast uden tusindtals separatorer og valutasymboler."
3558
 
3560
  msgid "English"
3561
  msgstr "Engelsk"
3562
 
3563
+ #: common/src/Tribe/Plugins_API.php:126
3564
  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."
3565
  msgstr "De Eventbrite Tickets addon kan du oprette og sælge billetter gennem The Event Calendar ved hjælp af %1$sEventbrites%2$s styrker. Uanset om du opretter din billet på WordPress kontrolpanel eller importerer detaljerne i en allerede eksisterende begivenhed fra%1$sEventbrite.com%2$s, vil denne tilføjelse føre styrken i ​​Eventbrite API til din kalender."
3566
 
3567
+ #: common/src/Tribe/Plugins_API.php:115
3568
  msgctxt "Names of required plugins for Community Tickets"
3569
  msgid "Event Tickets Plus and Community Events"
3570
  msgstr "Event Tickets Plus og Community Events"
3571
 
3572
+ #: common/src/Tribe/Plugins_API.php:114
3573
  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"
3574
  msgstr "Aktiver Community Events arrangører for at tilbyde billetter til deres arrangementer. Du kan indstille fleksible betalingsformer og gebyrmuligheder. De kan endda indtjekke deltagere til deres arrangementer! Alt dette styres fra front-end af dit websted uden at du nogensinde behøver at give adgang til din admin."
3575
 
3577
  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."
3578
  msgstr "The Events Calendar PRO er en betalt Add-On til vores open source WordPress plugin%1$sThe Events Calendar%2$s. PRO tilbyder en lang række kalenderfunktioner, herunder gentagne begivenheder, brugerdefinerede begivenhedsattributter, gemte spillesteder og arrangører, spillestedssider, avanceret begivenhedsadmin og meget mere."
3579
 
3580
+ #: common/src/Tribe/Plugins_API.php:94
3581
  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."
3582
  msgstr "Det er fantastisk, at din kalender er <em>stedet</em> at blive hooked op med førsteklasses måder at tilbringe tiden på. Du har flere arrangementer end Jabba the Hutt har hager. Skidt med at besøgende må ansætte en personlig assistent til at gå igennem alle de valg. Har du nogensinde ønsket, du kunne filtrere kalenderen til kun at vise begivenheder i gåafstand, i en weekend, der er gratis? BOOM. Nu kan du. Vi præsenterer ... Filter Bar."
3583
 
3584
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3585
  msgid "Filter Bar"
3586
  msgstr "Filter Bar"
3587
 
3593
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3594
  msgstr "Bedøm %1$sThe Events Calendar%2$s %3$s"
3595
 
3596
+ #: src/Tribe/RSVP.php:810
3597
  msgid "You confirmed you will not be attending %s"
3598
  msgstr "Du bekræftede du vil ikke være til %s"
3599
 
3601
  msgid "Thank you for confirming that you will not be attending the above event."
3602
  msgstr "Tak for bekræftelse på, at du ikke vil deltage i ovenstående hændelse."
3603
 
 
3604
  #: src/views/tickets/orders-pp-tickets.php:76
3605
+ #: src/views/tickets/orders-rsvp.php:87
3606
  msgid "Type: "
3607
  msgstr "Filtype:"
3608
 
3609
  #: src/views/tickets/rsvp.php:211
 
3610
  msgid "Login to RSVP"
3611
  msgstr "Log ind for at registerere"
3612
 
3618
  msgid "View %s"
3619
  msgstr "Vis %s"
3620
 
 
3621
  #: src/views/tickets/orders-pp-tickets.php:66
3622
+ #: src/views/tickets/orders-rsvp.php:63
3623
  msgid "Attendee %d"
3624
  msgstr "Deltager %d"
3625
 
 
3626
  #: src/views/tickets/orders-pp-tickets.php:47
3627
+ #: src/views/tickets/orders-rsvp.php:44
3628
  msgid " on %s"
3629
  msgstr "den %s"
3630
 
3637
  msgstr "Mine registrerede for %s"
3638
 
3639
  #: src/views/tickets/orders-link.php:39
3640
+ #: src/views/blocks/attendees/order-links.php:65
3641
  msgid "View your %s"
3642
  msgstr "Se %s"
3643
 
3644
  #: src/views/tickets/orders-link.php:38
3645
+ #: src/views/blocks/attendees/order-links.php:48
3646
  msgid "You have %s for this %s."
3647
  msgstr "Du har %s for denne %s"
3648
 
3666
  msgid "To see a list of events you're attending, you will need to log in."
3667
  msgstr ""
3668
 
3669
+ #: src/admin-views/tribe-options-tickets.php:127
3670
  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."
3671
  msgstr "Du kan kræve, at brugere logger på dit websted, før de er i stand til at registrere (eller købe billetter). Tjek venligst din WordPress Medlemskab mulighed (via Generelle indstillinger) før du rette denne indstilling."
3672
 
3673
+ #: src/admin-views/tribe-options-tickets.php:122
3674
  msgid "Login Requirements"
3675
  msgstr ""
3676
 
3677
+ #: src/admin-views/tribe-options-tickets.php:51
3678
  msgid "Require users to log in before they RSVP"
3679
  msgstr "Kræv at brugere er logget ind, før de kan registrere."
3680
 
3681
+ #: src/Tribe/Tickets_View.php:808
3682
  msgid "This RSVP is no longer active."
3683
  msgstr ""
3684
 
3685
+ #: src/Tribe/Tickets_View.php:741
3686
  msgid "Ticket"
3687
  msgstr "Billet"
3688
 
3689
+ #: src/views/blocks/rsvp/status/going.php:26
3690
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3691
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3692
  msgid "Going"
3693
  msgstr ""
3694
 
3695
+ #: src/Tribe/Tickets.php:1869
3696
  msgid "There are no tickets available at this time."
3697
  msgstr ""
3698
 
3699
+ #: src/Tribe/Tickets.php:1867
3700
  msgid "Tickets are no longer available."
3701
  msgstr ""
3702
 
3703
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3704
+ #: src/resources/js/app/blocks.js:44083
3705
+ #: src/modules/blocks/tickets/container/template.js:47
3706
  msgid "Tickets are not yet available"
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Main.php:803
3710
  msgid "Buy"
3711
  msgstr "Køb"
3712
 
3716
  msgid "Free"
3717
  msgstr "Gratis"
3718
 
3719
+ #: src/Tribe/Tickets_View.php:737
3720
  msgid "RSVPs"
3721
  msgstr ""
3722
 
3840
  msgid "Enable global stock"
3841
  msgstr ""
3842
 
3843
+ #: src/Tribe/Assets.php:118
3844
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3845
  msgstr ""
3846
 
3847
+ #: src/Tribe/Attendees_Table.php:410
3848
  msgid "View order"
3849
  msgstr ""
3850
 
3892
  msgid "Confirm RSVP"
3893
  msgstr ""
3894
 
 
3895
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3896
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3897
  msgid "Full Name"
3898
  msgstr ""
3899
 
3900
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3901
+ #: src/views/blocks/rsvp/details/availability.php:23
3902
  msgid "Out of stock!"
3903
  msgstr ""
3904
 
3906
  msgid "%1$s out of %2$s available"
3907
  msgstr ""
3908
 
3909
+ #: src/Tribe/Tickets_View.php:737
3910
  #: src/admin-views/editor/column-body-price.php:16
3911
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3912
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3913
  #: src/modules/blocks/rsvp/container/template.js:31
 
3914
  msgid "RSVP"
3915
  msgstr "Tilmelding"
3916
 
 
3917
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3918
+ #: src/views/tickets/email.php:406
3919
  msgid "Purchaser"
3920
  msgstr "Køber"
3921
 
3922
  #: src/views/tickets/email.php:402
 
 
3923
  msgid "Ticket Type"
3924
  msgstr "Billet type"
3925
 
 
 
 
3926
  #: src/views/tickets/email-tickets-moved.php:26
3927
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3928
+ #: src/views/tickets/email-ticket-type-moved.php:25
3929
  msgid "Your tickets"
3930
  msgstr "Dine billetter"
3931
 
3932
  #: src/views/tickets/attendees-email.php:24
3933
+ #: src/resources/js/app/blocks.js:46965
3934
  #: src/modules/blocks/attendees/index.js:21
 
3935
  msgid "Attendee List"
3936
  msgstr "Deltagerliste"
3937
 
3938
+ #: src/admin-views/tribe-options-tickets.php:66
3939
  msgid "Post types that can have tickets"
3940
  msgstr ""
3941
 
3942
  #: src/admin-views/editor/panel/settings.php:14
3943
+ #: src/admin-views/tribe-options-tickets.php:62
3944
  msgid "Ticket Settings"
3945
  msgstr ""
3946
 
3947
+ #: src/admin-views/editor/panel/ticket.php:199
3948
  #: src/admin-views/editor/panel/settings.php:81
3949
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3950
+ #: src/resources/js/app/blocks.js:46423
3951
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3952
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3953
  msgid "Cancel"
3954
  msgstr "Annullér"
3955
 
3965
  msgid "When will ticket sales occur?"
3966
  msgstr ""
3967
 
 
3968
  #: src/admin-views/editor/fieldset/advanced.php:102
3969
+ #: src/admin-views/meta-box.php:192
3970
  msgid "End sale:"
3971
  msgstr "Afslut billetsalg:"
3972
 
 
3973
  #: src/admin-views/editor/fieldset/advanced.php:70
3974
+ #: src/admin-views/meta-box.php:161
3975
  msgid "Start sale:"
3976
  msgstr "Åben billetsalg:"
3977
 
3983
  msgid "Ticket Name:"
3984
  msgstr "Billetnavn:"
3985
 
3986
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
3987
  msgid "Sell using:"
3988
  msgstr "Sælg med:"
3989
 
3990
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
3991
  msgid "Edit ticket"
3992
  msgstr "Rediger billet"
3993
 
3994
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
3995
+ #: src/admin-views/meta-box.php:122
3996
  msgid "Add new ticket"
3997
  msgstr "Tilføj ny billet"
3998
 
3999
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4000
  msgid "Remove"
4001
  msgstr "Fjern"
4002
 
4003
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4004
  msgid "Select an Image"
4005
  msgstr "Vælg et billede"
4006
 
4016
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4017
  msgstr "Denne begivenhed blev oprettet med Community Events. Er du sikker på at du vil sælge billetter til begivenheden?"
4018
 
4019
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4020
  msgid "Sold %d"
4021
  msgstr "Solgt %d"
4022
 
4028
  msgid "View"
4029
  msgstr "View"
4030
 
4031
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4032
+ #: src/resources/js/app/blocks.js:46179
4033
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4034
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4035
  msgid "Edit"
4036
  msgstr "Ændre"
4037
 
4040
  msgid "(Current sale price - this can be managed via the product editor)"
4041
  msgstr "(Nuværende pris - Dette kan ændres vha. produkt editoren)"
4042
 
 
4043
  #: src/admin-views/editor/fieldset/price.php:67
4044
+ #: src/admin-views/price-fields.php:12
4045
  #: src/admin-views/legacy-ticket-fields.php:24
4046
  msgid "Sale Price:"
4047
  msgstr "Udsalgspris:"
4051
  msgid "(0 or empty for free tickets)"
4052
  msgstr "(0 eller ikke flere gratis billetter) "
4053
 
 
 
4054
  #: src/admin-views/editor/fieldset/price.php:49
4055
+ #: src/admin-views/editor/column-body-price.php:9
4056
+ #: src/admin-views/price-fields.php:3
4057
  #: src/admin-views/legacy-ticket-fields.php:15
4058
  msgid "Price:"
4059
  msgstr "Pris:"
4060
 
 
 
 
 
4061
  #: src/admin-views/attendees-email.php:59
4062
  msgid "Send Email"
4063
  msgstr "Send email"
4082
  msgid "Send the attendee list by email"
4083
  msgstr "Send deltagerlisten pr. e-mail"
4084
 
4085
+ #: src/Tribe/Attendees.php:708
4086
  msgid "Email sent successfully!"
4087
  msgstr ""
4088
 
4089
+ #: src/Tribe/Attendees.php:701
4090
  msgid "Error when sending the email"
4091
  msgstr ""
4092
 
4093
+ #: src/Tribe/Attendees.php:700
4094
  msgid "Attendee List for: %s"
4095
  msgstr "Deltagerliste for: %s"
4096
 
4118
  msgid "attendees"
4119
  msgstr "deltagere"
4120
 
4121
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4122
+ #: src/admin-views/tribe-options-tickets.php:246
4123
  msgid "Yes"
4124
  msgstr "Ja"
4125
 
4140
  msgstr "Vælg en bruger eller indtast en gyldig e-mailadresse"
4141
 
4142
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4143
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4144
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4145
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4146
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4147
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4148
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4149
  msgid "Attendees"
4150
  msgstr "Deltagere"
4151
 
4153
  msgid "See who purchased tickets to this event"
4154
  msgstr "Se hvem der har købt billetter til begivenheden"
4155
 
4156
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4157
  msgid "Post draft updated."
4158
  msgstr "Indlægskladde opdateret."
4159
 
4160
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4161
  msgid "Post scheduled."
4162
  msgstr ""
4163
 
4164
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4165
  msgid "Post submitted."
4166
  msgstr "Indlæg indsendt."
4167
 
4168
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4169
  msgid "Post published. %1$s"
4170
  msgstr ""
4171
 
4172
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4173
  msgid "Post updated. %1$s"
4174
  msgstr ""
4175
 
4176
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4177
  msgid "Return to the %1$sAttendees Report%2$s."
4178
  msgstr ""
4179
 
4180
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4181
  msgid "(deleted)"
4182
  msgstr ""
4183
 
4184
+ #: src/Tribe/RSVP.php:1115
4185
  msgid "In order to RSVP, you must enter your name and a valid email address."
4186
  msgstr ""
4187
 
4188
+ #: src/Tribe/RSVP.php:1110
4189
  msgid "You can't RSVP more than the total remaining tickets."
4190
  msgstr ""
4191
 
4192
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4193
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4194
  msgstr ""
4195
 
4196
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4197
  msgid "Your tickets from %s"
4198
  msgstr ""
4199
 
4200
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4201
  msgctxt "Attendee number"
4202
  msgid "Attendee %1$s"
4203
  msgstr "Deltager %1$s"
4206
  msgid "Set as ticket header"
4207
  msgstr "Vælg som overskrift på billet"
4208
 
4209
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4210
  msgid "Ticket header image"
4211
  msgstr "Billede på billet"
4212
 
4213
+ #: src/Tribe/Main.php:567
4214
  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)."
4215
  msgstr ""
4216
 
4217
+ #: src/Tribe/Main.php:562
4218
  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)."
4219
  msgstr ""
4220
 
4221
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4222
  msgid "post a thread"
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Main.php:559
4226
  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."
4227
  msgstr ""
4228
 
4229
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4230
  msgid "Events Tickets Plus"
4231
  msgstr ""
4232
 
4233
+ #: src/Tribe/Main.php:557
4234
  msgid "premium support on our website"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Main.php:555
4238
  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."
4239
  msgstr ""
4240
 
4241
+ #: src/Tribe/Main.php:554
4242
  msgid "open-source forum on WordPress.org"
4243
  msgstr ""
4244
 
4245
+ #: src/Tribe/Main.php:537
4246
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4247
  msgstr ""
4248
 
4249
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4250
  msgid "New User Primer"
4251
  msgstr ""
4252
 
4253
+ #: src/Tribe/Main.php:518
4254
  msgid "Customizing Event Tickets"
4255
  msgstr ""
4256
 
4257
+ #: src/Tribe/Main.php:517
4258
  msgid "Troubleshooting common problems"
4259
  msgstr ""
4260
 
4261
+ #: src/Tribe/Main.php:516
4262
  msgid "Features overview"
4263
  msgstr ""
4264
 
4265
+ #: src/Tribe/Main.php:515
4266
  msgid "Settings overview"
4267
  msgstr ""
4268
 
4269
+ #: src/Tribe/Main.php:513
4270
  msgid "Support for Event Tickets"
4271
  msgstr ""
4272
 
4273
+ #: src/Tribe/Main.php:332
4274
  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"
4275
  msgstr ""
4276
 
4277
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4278
  msgid "Delete"
4279
  msgstr "Slet"
4280
 
4281
+ #: src/Tribe/Attendees_Table.php:555
4282
  msgid "Export"
4283
  msgstr "Exporter"
4284
 
4285
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4286
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4287
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4288
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4289
+ #: src/views/blocks/rsvp/form/email.php:32
4290
  msgid "Email"
4291
  msgstr "E-post"
4292
 
4293
+ #: src/Tribe/Attendees_Table.php:554
4294
  msgid "Print"
4295
  msgstr "Udskriv"
4296
 
4297
+ #: src/Tribe/Attendees_Table.php:591
4298
  msgid "Undo Check in"
4299
  msgstr "Fortryd tjek ind"
4300
 
4301
+ #: src/Tribe/Attendees_Table.php:590
4302
  msgid "Check in"
4303
  msgstr "Tjek ind"
4304
 
4322
  msgid "Purchaser Name"
4323
  msgstr ""
4324
 
4325
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4326
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4327
  #: src/admin-views/editor/list-table.php:30
4328
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4329
  msgid "Tickets"
4330
  msgstr "Billetter"
4331
 
4341
  msgid "Network Settings"
4342
  msgstr "Netværksindstillinger"
4343
 
 
 
 
 
 
 
 
 
4344
  #: common/src/admin-views/tribe-options-help.php:80
4345
  msgid "More..."
4346
  msgstr "Mere &hellip;"
4465
  msgid "Date Format Settings"
4466
  msgstr "Generelle indstillinger"
4467
 
4468
+ #: src/admin-views/admin-welcome-message.php:7
4469
+ msgid "Version"
4470
+ msgstr "Version"
4471
+
4472
  #: common/src/Tribe/Languages/Locations.php:374
4473
  msgid "Wyoming"
4474
  msgstr "Wyoming"
5714
  msgstr "Der er endnu ikke sat nogen felter op på dette faneblad."
5715
 
5716
  #: common/src/Tribe/Settings_Manager.php:253
5717
+ #: common/src/admin-views/tribe-options-licenses.php:57
5718
  msgid "Licenses"
5719
  msgstr "Licens"
5720
 
5734
  msgid "General"
5735
  msgstr "Generelle indstillinger"
5736
 
5737
+ #: common/src/Tribe/Settings.php:641
5738
  msgid "Settings saved."
5739
  msgstr "Indstillingerne gemt."
5740
 
5741
+ #: common/src/Tribe/Settings.php:619
5742
  msgid "The above setting was not saved. Other settings were successfully saved."
5743
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5744
  msgstr[0] "Indstillingen ovenfor blev ikke gemt. Andre indstillinger blev gemt."
5745
  msgstr[1] "Indstillingerne ovenfor blev ikke gemt. Andre indstillinger blev gemt."
5746
 
5747
+ #: common/src/Tribe/Settings.php:618
5748
  msgid "None of your settings were saved. Please try again."
5749
  msgstr "Dine indstillinger blev ikke gemt. Prøv igen."
5750
 
5751
+ #: common/src/Tribe/Settings.php:608
5752
  msgid "Your form had the following errors:"
5753
  msgstr "Din formular oplevede følgende fejl:"
5754
 
5764
  msgid "You don't have permission to do that."
5765
  msgstr "Du har ikke rettigheder til dette."
5766
 
5767
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5768
  #: common/src/Tribe/Settings.php:371
5769
  msgid "Save Changes"
5770
  msgstr "Gem ændringerne"
5778
  msgstr "%s Indstillinger"
5779
 
5780
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5781
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5782
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5783
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5784
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5785
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5786
  msgid "Settings"
5787
  msgstr "Instillinger"
5788
 
5790
  msgid "Events Settings"
5791
  msgstr "Indstillinger for Begivenheder"
5792
 
5793
+ #: src/admin-views/admin-welcome-message.php:18
5794
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5795
  #: common/src/Tribe/Settings.php:242
5796
  msgid "Events"
5797
  msgstr "Arrangement"
5798
 
5799
+ #: common/src/Tribe/PUE/Checker.php:899
5800
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5801
  msgstr ""
5802
 
5803
+ #: common/src/Tribe/PUE/Checker.php:943
5804
  msgid "Thanks for setting up a valid key. It will expire on %s"
5805
  msgstr ""
5806
 
5807
+ #: common/src/Tribe/PUE/Checker.php:938
5808
  msgid "Valid Key! Expires on %s"
5809
  msgstr "Gyldig nøgle! Udløber %s"
5810
 
5811
+ #: common/src/Tribe/PUE/Checker.php:918
5812
  msgid "Sorry, key validation server is not available."
5813
  msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:912
5816
  msgid "unknown date"
5817
  msgstr "Ukendt dato"
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:653
5820
  msgid "License key(s) updated."
5821
  msgstr "Licensnøgle(r) opdateret."
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:497
5824
  msgid "A valid license key is required for support and updates"
5825
  msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5828
  msgid "License Key"
5829
  msgstr "Licensnøgle"
5830
 
5925
  msgstr "n/a"
5926
 
5927
  #: common/src/Tribe/Admin/Help_Page.php:244
5928
+ #: common/src/Tribe/Plugins_API.php:110
5929
  msgid "Community Tickets"
5930
  msgstr ""
5931
 
5933
  msgid "Event Tickets Plus"
5934
  msgstr ""
5935
 
5936
+ #: common/src/Tribe/Admin/Help_Page.php:211
5937
+ #: common/src/Tribe/Plugins_API.php:100
5938
  msgid "Community Events"
5939
  msgstr "Community begivenheder"
5940
 
5941
  #: common/src/Tribe/Admin/Help_Page.php:203
5942
+ #: common/src/Tribe/Plugins_API.php:121
5943
  msgid "Eventbrite Tickets"
5944
  msgstr ""
5945
 
5947
  msgid "Events Calendar PRO"
5948
  msgstr ""
5949
 
5950
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5951
+ #: src/views/blocks/attendees/order-links.php:48
5952
  #: common/src/Tribe/Admin/Help_Page.php:170
5953
  msgid " and "
5954
  msgstr "og"
5966
  msgstr ""
5967
 
5968
  #. Plugin Name of the plugin
5969
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5970
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5971
  msgid "Event Tickets"
5972
  msgstr ""
5975
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5976
  msgstr ""
5977
 
5978
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5979
+ #: common/src/Tribe/Plugins_API.php:25
5980
  msgid "The Events Calendar"
5981
  msgstr "The Events Calendar"
lang/event-tickets-de_DE.mo CHANGED
Binary file
lang/event-tickets-de_DE.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr ""
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr ""
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr ""
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr ""
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr ""
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr ""
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr ""
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr ""
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr ""
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr ""
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr ""
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr ""
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr ""
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr ""
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr ""
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr ""
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr ""
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr ""
1665
 
@@ -1671,22 +1990,6 @@ msgstr ""
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr ""
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr ""
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr ""
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr ""
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr ""
@@ -1695,61 +1998,6 @@ msgstr ""
1695
  msgid "This ticket is no longer active."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <span class=\"count\">(%s)</span>"
1700
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1701
- msgstr[0] ""
1702
- msgstr[1] ""
1703
-
1704
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1705
- msgctxt "A PayPal order status"
1706
- msgid "Denied"
1707
- msgstr ""
1708
-
1709
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1710
- msgid "Refunded <span class=\"count\">(%s)</span>"
1711
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1712
- msgstr[0] ""
1713
- msgstr[1] ""
1714
-
1715
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1716
- msgctxt "A PayPal order status"
1717
- msgid "Refunded"
1718
- msgstr ""
1719
-
1720
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1721
- msgid "Pending <span class=\"count\">(%s)</span>"
1722
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1723
- msgstr[0] ""
1724
- msgstr[1] ""
1725
-
1726
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1727
- msgctxt "A PayPal order status"
1728
- msgid "Pending"
1729
- msgstr ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1732
- msgid "Not completed <span class=\"count\">(%s)</span>"
1733
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1734
- msgstr[0] ""
1735
- msgstr[1] ""
1736
-
1737
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1738
- msgctxt "A PayPal order status"
1739
- msgid "Not completed"
1740
- msgstr ""
1741
-
1742
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1743
- msgid "Completed <span class=\"count\">(%s)</span>"
1744
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1745
- msgstr[0] ""
1746
- msgstr[1] ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1749
- msgctxt "A PayPal order status"
1750
- msgid "Completed"
1751
- msgstr ""
1752
-
1753
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1754
  msgid "Sell only available"
1755
  msgstr ""
@@ -1827,30 +2075,31 @@ msgstr ""
1827
  msgid "Number of orders per page:"
1828
  msgstr ""
1829
 
1830
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1831
  msgid "Not completed"
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1835
  msgid "Completed"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1839
  msgid "Search Orders"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1843
  msgctxt "Browser title"
1844
  msgid "%s - PayPal Orders"
1845
  msgstr ""
1846
 
 
 
1847
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1848
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1850
  msgid "PayPal Orders"
1851
  msgstr ""
1852
 
1853
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1854
  msgid "See PayPal purchases for this %s"
1855
  msgstr ""
1856
 
@@ -1862,55 +2111,24 @@ msgstr ""
1862
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1863
  msgstr ""
1864
 
1865
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1866
- msgctxt "a PayPal ticket order status"
1867
- msgid "Not Completed"
1868
- msgstr ""
1869
-
1870
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1871
- msgctxt "a PayPal ticket order status"
1872
- msgid "Denied"
1873
- msgstr ""
1874
-
1875
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1876
- msgctxt "a PayPal ticket order status"
1877
- msgid "Pending"
1878
- msgstr ""
1879
-
1880
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1881
- msgctxt "a PayPal ticket order status"
1882
- msgid "Refunded"
1883
- msgstr ""
1884
-
1885
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1886
- msgctxt "a PayPal ticket order status"
1887
- msgid "Completed"
1888
- msgstr ""
1889
-
1890
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1891
- msgctxt "a PayPal ticket order status"
1892
- msgid "Undefined"
1893
- msgstr ""
1894
-
1895
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1896
  msgid "Report"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1900
  msgid "Sales report"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Commerce/PayPal/Main.php:452
1904
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1905
- #: src/resources/js/app/blocks.js:40151
1906
  msgid "Orders"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Commerce/PayPal/Main.php:427
1910
  msgid "Tribe Commerce Ticket"
1911
  msgstr ""
1912
 
1913
- #: src/Tribe/Commerce/PayPal/Main.php:426
1914
  msgid "Tribe Commerce Tickets"
1915
  msgstr ""
1916
 
@@ -1927,9 +2145,9 @@ msgstr ""
1927
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1931
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1932
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1933
  msgctxt "a PayPal configuration status"
1934
  msgid "incomplete"
1935
  msgstr ""
@@ -1976,7 +2194,6 @@ msgid "There was an error"
1976
  msgstr ""
1977
 
1978
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1979
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1980
  msgid "pending"
1981
  msgstr ""
1982
 
@@ -1990,51 +2207,51 @@ msgctxt "attendee summary"
1990
  msgid "Total Tickets Issued:"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Commerce/Currency.php:293
1994
  msgid "U.S. Dollar (USD)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Commerce/Currency.php:287
1998
  msgid "Taiwan New Dollar (TWD)"
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/Commerce/Currency.php:281
2002
  msgid "Thai Baht (THB)"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/Commerce/Currency.php:275
2006
  msgid "Singapore Dollar (SGD)"
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/Commerce/Currency.php:269
2010
  msgid "Swedish Krona (SEK)"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/Commerce/Currency.php:263
2014
  msgid "Polish Zloty (PLN)"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/Commerce/Currency.php:257
2018
  msgid "Philippine Peso (PHP)"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/Commerce/Currency.php:251
2022
  msgid "New Zealand Dollar (NZD)"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/Commerce/Currency.php:245
2026
  msgid "Norwegian Krone (NOK)"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/Commerce/Currency.php:239
2030
  msgid "Mexican Peso (MXN)"
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/Commerce/Currency.php:233
2034
  msgid "Malaysian Ringgit (MYR)"
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/Commerce/Currency.php:227
2038
  msgid "Japanese Yen (JPY)"
2039
  msgstr ""
2040
 
@@ -2082,7 +2299,7 @@ msgstr ""
2082
  msgid "Australian Dollar (AUD)"
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/Attendees_Table.php:776
2086
  msgid "No matching attendees found."
2087
  msgstr ""
2088
 
@@ -2098,14 +2315,14 @@ msgstr ""
2098
  msgid "%s must not be empty"
2099
  msgstr ""
2100
 
2101
- #: src/template-tags/tickets.php:429
2102
  msgctxt "ticket shared capacity message (remaining stock)"
2103
  msgid "%1$d available of shared capacity"
2104
  msgstr ""
2105
 
2106
  #: src/admin-views/rsvp-metabox-capacity.php:19
2107
  #: src/admin-views/tpp-metabox-capacity.php:25
2108
- #: src/resources/js/app/blocks.js:42093
2109
  msgid "Leave blank for unlimited"
2110
  msgstr ""
2111
 
@@ -2142,9 +2359,6 @@ msgid "Save settings"
2142
  msgstr ""
2143
 
2144
  #: src/admin-views/editor/panel/settings.php:43
2145
- #: src/modules/blocks/rsvp/header-image/template.js:26
2146
- #: src/modules/blocks/tickets/header-image/template.js:26
2147
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2148
  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."
2149
  msgstr ""
2150
 
@@ -2173,8 +2387,8 @@ msgid "Available"
2173
  msgstr ""
2174
 
2175
  #: src/admin-views/editor/list-table.php:39
 
2176
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2177
- #: src/resources/js/app/blocks.js:40496
2178
  msgid "Capacity"
2179
  msgstr ""
2180
 
@@ -2190,8 +2404,8 @@ msgstr ""
2190
  msgid "Available:"
2191
  msgstr ""
2192
 
2193
- #: src/admin-views/rsvp-metabox-capacity.php:10
2194
  #: src/admin-views/editor/list-row.php:91
 
2195
  #: src/admin-views/tpp-metabox-capacity.php:16
2196
  msgid "Capacity:"
2197
  msgstr ""
@@ -2217,8 +2431,8 @@ msgid "Ticket end date"
2217
  msgstr ""
2218
 
2219
  #: src/admin-views/editor/fieldset/advanced.php:98
2220
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2221
- #: src/resources/js/app/blocks.js:42246
2222
  msgid "If you do not set a start sale date, tickets will be available immediately."
2223
  msgstr ""
2224
 
@@ -2233,9 +2447,9 @@ msgstr ""
2233
 
2234
  #: src/admin-views/editor/fieldset/advanced.php:84
2235
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2236
  #: common/src/modules/utils/date.js:103
2237
- #: common/src/resources/js/app/elements.js:9791
2238
- #: common/src/resources/js/app/utils.js:7339
2239
  msgid "at"
2240
  msgstr ""
2241
 
@@ -2268,43 +2482,28 @@ msgstr ""
2268
  msgid "Start sale date cannot be empty."
2269
  msgstr ""
2270
 
2271
- #: src/admin-views/admin-welcome-message.php:25
2272
- msgid "Event Tickets Features"
2273
- msgstr ""
2274
-
2275
- #: src/admin-views/admin-welcome-message.php:24
2276
  msgid "Settings Overview"
2277
  msgstr ""
2278
 
2279
- #: src/admin-views/admin-welcome-message.php:15
2280
- msgid "If you need a little help, hit us up in %s."
2281
- msgstr ""
2282
-
2283
- #: src/admin-views/admin-welcome-message.php:14
2284
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2285
- msgstr ""
2286
-
2287
- #: src/admin-views/admin-welcome-message.php:13
2288
  msgid "Welcome to Event Tickets!"
2289
  msgstr ""
2290
 
2291
- #: src/admin-views/admin-welcome-message.php:5
2292
- msgid "our support forums"
2293
- msgstr ""
2294
-
2295
- #: src/views/blocks/rsvp/details/availability.php:27
2296
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2297
- #: src/views/blocks/tickets/extra-available.php:18
2298
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2299
  #: src/modules/data/blocks/ticket/options.js:19
2300
- #: src/modules/blocks/rsvp/container-header/template.js:70
2301
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2302
- #: src/resources/js/app/data.js:6147
2303
  msgid "Unlimited"
2304
  msgstr ""
2305
 
2306
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2307
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2308
  msgid "Set capacity for this ticket only"
2309
  msgstr ""
2310
 
@@ -2312,15 +2511,13 @@ msgstr ""
2312
  msgid "Shared capacity with other tickets"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Tickets.php:459
2316
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2317
- #: src/resources/js/app/blocks.js:42524
2318
  msgid "Move Ticket"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Tickets.php:459
2322
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2323
- #: src/resources/js/app/blocks.js:38475
2324
  msgid "Move RSVP"
2325
  msgstr ""
2326
 
@@ -2373,7 +2570,7 @@ msgid "Invalid Post ID"
2373
  msgstr ""
2374
 
2375
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2376
- #: src/resources/js/app/blocks.js:42119
2377
  msgid "Ticket Capacity"
2378
  msgstr ""
2379
 
@@ -2393,15 +2590,15 @@ msgstr ""
2393
  msgid "%s must be an email address."
2394
  msgstr ""
2395
 
2396
- #: common/src/Tribe/Main.php:251
2397
  msgid "Clear Selection."
2398
  msgstr ""
2399
 
2400
- #: common/src/Tribe/Main.php:250
2401
  msgid "Select all pages"
2402
  msgstr ""
2403
 
2404
- #: common/src/Tribe/Main.php:249
2405
  msgid "All items on this page were selected. "
2406
  msgstr ""
2407
 
@@ -2437,27 +2634,27 @@ msgstr ""
2437
  msgid "A list of links to the term own, archive and parent REST URL"
2438
  msgstr ""
2439
 
2440
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2441
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2442
  msgstr ""
2443
 
2444
- #: src/template-tags/tickets.php:237
2445
  msgctxt "list view buy now ticket button"
2446
  msgid "Buy Now!"
2447
  msgstr "Jetzt kaufen!"
2448
 
2449
- #: src/template-tags/tickets.php:234
2450
  msgctxt "list view rsvp now ticket button"
2451
  msgid "RSVP Now!"
2452
  msgstr ""
2453
 
2454
- #: src/template-tags/tickets.php:223
2455
  msgid "%s ticket left"
2456
  msgid_plural "%s tickets left"
2457
  msgstr[0] "%s Karte übrig"
2458
  msgstr[1] "%s Karten übrig"
2459
 
2460
- #: src/template-tags/tickets.php:221
2461
  msgid "%s spot left"
2462
  msgid_plural "%s spots left"
2463
  msgstr[0] "%s Platz verfügbar"
@@ -2468,15 +2665,15 @@ msgctxt "list view stock sold out"
2468
  msgid "Sold out"
2469
  msgstr ""
2470
 
2471
- #: common/src/Tribe/Plugins_API.php:129
2472
  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."
2473
  msgstr ""
2474
 
2475
- #: common/src/Tribe/Plugins_API.php:125
2476
  msgid "Image Widget Plus"
2477
  msgstr "Image Widget Plus"
2478
 
2479
- #: common/src/Tribe/Plugins_API.php:94
2480
  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."
2481
  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."
2482
 
@@ -2492,17 +2689,17 @@ msgstr "Erstelle Sie einen Veranstaltungskalender und verwalte Sie ihn mit Leich
2492
  msgid "Buy now"
2493
  msgstr "Jetzt kaufen"
2494
 
2495
- #: common/src/Tribe/PUE/Notices.php:397
2496
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2497
  msgstr ""
2498
 
2499
- #: common/src/Tribe/PUE/Notices.php:282
2500
  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."
2501
  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."
2502
  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."
2503
  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."
2504
 
2505
- #: common/src/Tribe/PUE/Checker.php:984
2506
  msgid "Please refresh the page and try your request again."
2507
  msgstr ""
2508
 
@@ -2522,15 +2719,15 @@ msgstr "Fehlende Datenquelle für dieses Dropdown Menü"
2522
  msgid "Cannot look for Terms without a taxonomy"
2523
  msgstr "Kann keine Begriffe ohne Taxonomie abrufen"
2524
 
2525
- #: common/src/Tribe/PUE/Checker.php:1103
2526
  msgid "There is a new version of %1$s available. %2$s"
2527
  msgstr ""
2528
 
2529
- #: common/src/Tribe/PUE/Checker.php:1092
2530
  msgid "Update now to version %s."
2531
  msgstr ""
2532
 
2533
- #: common/src/Tribe/PUE/Checker.php:497
2534
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2535
  msgstr "%1$sKaufe Sie eine Lizenz%2$s für den Event Aggregator Service um weitere Importfunktionen freizuschalten."
2536
 
@@ -2646,41 +2843,41 @@ msgstr ""
2646
  msgid "The cost currency symbol"
2647
  msgstr ""
2648
 
2649
- #: src/template-tags/tickets.php:432
2650
  msgctxt "ticket stock message (remaining stock)"
2651
  msgid "%1$d available"
2652
  msgstr ""
2653
 
2654
- #: src/template-tags/tickets.php:427
2655
  msgid "%s %d"
2656
  msgstr "\t%s %d"
2657
 
2658
- #: src/template-tags/tickets.php:421
2659
  msgctxt "separate going and remain RSVPs"
2660
  msgid "RSVP'd Going"
2661
  msgstr ""
2662
 
2663
- #: src/admin-views/tribe-options-tickets.php:107
2664
  msgid "Location of Tickets form"
2665
  msgstr "Standort des Ticketformulars"
2666
 
2667
- #: src/admin-views/tribe-options-tickets.php:99
2668
  msgid "Location of RSVP form"
2669
  msgstr "Standort des Anmeldeformulars"
2670
 
2671
- #: src/admin-views/tribe-options-tickets.php:93
2672
  msgid "Above the event description"
2673
  msgstr "Über der Veranstaltungsbeschreibung"
2674
 
2675
- #: src/admin-views/tribe-options-tickets.php:92
2676
  msgid "Below the event description"
2677
  msgstr "Unter der Veranstaltungsbeschreibung"
2678
 
2679
- #: src/admin-views/tribe-options-tickets.php:91
2680
  msgid "Above the event details"
2681
  msgstr "Über den Veranstaltungsdetails"
2682
 
2683
- #: src/admin-views/tribe-options-tickets.php:90
2684
  msgid "Below the event details [default]"
2685
  msgstr "Unter den Veranstaltungsdetails (Standard)"
2686
 
@@ -2699,12 +2896,12 @@ msgctxt "attendee event actions"
2699
  msgid "Edit %s"
2700
  msgstr "Veranstaltung bearbeiten"
2701
 
2702
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2703
  msgid "Undo"
2704
  msgstr ""
2705
 
2706
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2707
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2708
  msgid "Check In"
2709
  msgstr "einchecken"
2710
 
@@ -2735,43 +2932,43 @@ msgstr ""
2735
  msgid "Events Help"
2736
  msgstr "Hilfe zu Veranstaltungen"
2737
 
2738
- #: common/src/Tribe/PUE/Checker.php:1685
2739
  msgid "Expired license. Consult your network administrator."
2740
  msgstr "Lizenz abgelaufen. Bitte informieren Sie den Administrator."
2741
 
2742
- #: common/src/Tribe/PUE/Checker.php:1684
2743
  msgid "No license entered. Consult your network administrator."
2744
  msgstr ""
2745
 
2746
- #: common/src/Tribe/PUE/Checker.php:1683
2747
  msgid "A valid license has been entered by your network administrator."
2748
  msgstr "Eine gültige Lizenz wurde von Ihrem Netzwerk Administrator eingegeben,"
2749
 
2750
- #: common/src/Tribe/PUE/Checker.php:550
2751
  msgid "Site License Key"
2752
  msgstr ""
2753
 
2754
- #: common/src/Tribe/PUE/Checker.php:539
2755
  msgid "Check this box if you wish to override the network license key with your own"
2756
  msgstr "Aktivieren Sie diese Option, um den Netzwerk Lizenzschlüssel mit Ihrem eigenen zu überschreiben"
2757
 
2758
- #: common/src/Tribe/PUE/Checker.php:538
2759
  msgid "Override network license key"
2760
  msgstr ""
2761
 
2762
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2763
  msgid "License Key Status:"
2764
  msgstr "Status des Lizenz - Schlüssels"
2765
 
2766
- #: common/src/Tribe/Main.php:274
2767
  msgid "Done"
2768
  msgstr "Erledigt"
2769
 
2770
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2771
  msgid "Today"
2772
  msgstr ""
2773
 
2774
- #: common/src/Tribe/Main.php:272
2775
  msgid "Prev"
2776
  msgstr ""
2777
 
@@ -2787,7 +2984,7 @@ msgstr "Installiert"
2787
  msgid "Installed Add-Ons"
2788
  msgstr "Installierte Add-Ons"
2789
 
2790
- #: common/src/Tribe/Extension.php:368
2791
  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."
2792
  msgstr ""
2793
 
@@ -2795,14 +2992,14 @@ msgstr ""
2795
  msgid "Tutorial"
2796
  msgstr ""
2797
 
2798
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2799
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2800
  msgctxt "the final separator in a list of two or more items"
2801
  msgid " and "
2802
  msgstr "und"
2803
 
2804
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2805
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2806
  msgctxt "separator used in a list of items"
2807
  msgid ", "
2808
  msgstr ","
@@ -2828,8 +3025,8 @@ msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s
2828
  msgstr[0] ""
2829
  msgstr[1] ""
2830
 
2831
- #: src/views/tickets/email-ticket-type-moved.php:115
2832
  #: src/views/tickets/email-tickets-moved.php:117
 
2833
  msgid " (taking place on %s)"
2834
  msgstr "\t(Erfolgt auf %s)"
2835
 
@@ -2839,8 +3036,8 @@ msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have bee
2839
  msgstr[0] ""
2840
  msgstr[1] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:97
2843
  #: src/views/tickets/email-tickets-moved.php:99
 
2844
  msgid "Important changes to your tickets"
2845
  msgstr "Wichtige Änderungen an Ihren Tickets"
2846
 
@@ -2861,7 +3058,7 @@ msgctxt "move tickets dialog"
2861
  msgid "Next &raquo;"
2862
  msgstr ""
2863
 
2864
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2865
  msgid "Finish!"
2866
  msgstr "Finish!"
2867
 
@@ -2879,7 +3076,7 @@ msgstr ""
2879
  msgid "Select the ticket type that the tickets should be transferred to:"
2880
  msgstr ""
2881
 
2882
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2883
  msgid "Select the post you wish to move the ticket type to:"
2884
  msgstr ""
2885
 
@@ -2887,7 +3084,7 @@ msgstr ""
2887
  msgid "You can also enter keywords to help find the target event by title or description:"
2888
  msgstr ""
2889
 
2890
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2891
  msgid "You can optionally focus on a specific post type:"
2892
  msgstr ""
2893
 
@@ -2917,82 +3114,26 @@ msgstr ""
2917
  msgid "Move"
2918
  msgstr "Verschieben"
2919
 
2920
- #: src/admin-views/admin-welcome-message.php:38
2921
- msgid "Product Releases, Tutorials and Community Activity"
2922
- msgstr ""
2923
-
2924
- #: src/admin-views/admin-welcome-message.php:37
2925
- msgid "News For Events Users"
2926
- msgstr ""
2927
-
2928
- #: src/admin-views/admin-welcome-message.php:35
2929
- msgid "Get the Skinny on the Latest Updates"
2930
- msgstr "\tErhalten Sie Infos über die aktuellen Updates"
2931
-
2932
- #: src/admin-views/admin-welcome-message.php:34
2933
- msgid "Release Notes"
2934
- msgstr ""
2935
-
2936
- #: src/admin-views/admin-welcome-message.php:28
2937
- msgid "FAQs, Documentation, Tutorials and Forums"
2938
- msgstr "FAQs, Documentation, Tutorials und Forums"
2939
-
2940
- #: src/admin-views/admin-welcome-message.php:27
2941
- msgid "Support Resources"
2942
- msgstr ""
2943
-
2944
- #: src/admin-views/admin-welcome-message.php:32
2945
- msgid "Addons for creating tickets, custom registration, events and more."
2946
- msgstr "Add-Ons für Community, Tickets, Filter, Facebook und mehr."
2947
-
2948
- #: src/admin-views/admin-welcome-message.php:31
2949
- msgid "Looking for More Features?"
2950
- msgstr "Auf der Suche nach weiteren Funktionen?"
2951
-
2952
- #: src/admin-views/admin-welcome-message.php:22
2953
  msgid "Getting Started"
2954
  msgstr "Schnellstart"
2955
 
2956
- #: src/admin-views/admin-welcome-message.php:64
2957
  msgid "Sign Up"
2958
  msgstr ""
2959
 
2960
- #: src/admin-views/admin-welcome-message.php:59
2961
- msgid "News and Announcements"
2962
- msgstr ""
2963
-
2964
- #: src/admin-views/admin-welcome-message.php:55
2965
- msgid "Developer News"
2966
- msgstr "Entwicklernachrichten"
2967
-
2968
- #: src/admin-views/admin-welcome-message.php:51
2969
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2970
- msgstr ""
2971
-
2972
- #: src/admin-views/admin-welcome-message.php:50
2973
- msgid "Newsletter Signup"
2974
- msgstr ""
2975
-
2976
- #: src/admin-views/admin-welcome-message.php:47
2977
  msgid "Rate It"
2978
  msgstr ""
2979
 
2980
- #: src/admin-views/admin-welcome-message.php:46
2981
  msgid "Rate us today!"
2982
  msgstr ""
2983
 
2984
- #: src/admin-views/admin-welcome-message.php:45
2985
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2986
- msgstr ""
2987
-
2988
- #: src/admin-views/admin-welcome-message.php:44
2989
  msgid "We Need Your Help"
2990
  msgstr ""
2991
 
2992
- #: src/admin-views/admin-welcome-message.php:10
2993
- msgid "You are running Version %s and deserve a hug :-)"
2994
- msgstr ""
2995
-
2996
  #: src/Tribe/Attendees.php:502
2997
  msgctxt "attendee export"
2998
  msgid "Customer Email Address"
@@ -3036,15 +3177,15 @@ msgctxt "attendee event actions"
3036
  msgid "Edit"
3037
  msgstr "Bearbeiten"
3038
 
3039
- #: src/Tribe/RSVP.php:326
3040
  msgid "RSVP Ticket"
3041
  msgstr ""
3042
 
3043
- #: src/Tribe/RSVP.php:325
3044
  msgid "RSVP Tickets"
3045
  msgstr ""
3046
 
3047
- #: src/Tribe/RSVP.php:158
3048
  msgctxt "ticket provider"
3049
  msgid "RSVP"
3050
  msgstr ""
@@ -3064,19 +3205,15 @@ msgctxt "attendee summary"
3064
  msgid "Total RSVPs:"
3065
  msgstr ""
3066
 
3067
- #: src/Tribe/Assets.php:111
3068
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3069
  msgstr "Möchten Sie diese Karte löschen? Dies kann nicht rückgängig gemacht werden."
3070
 
3071
- #: src/Tribe/Main.php:788
3072
  msgctxt "button text"
3073
  msgid "RSVP"
3074
  msgstr ""
3075
 
3076
- #: src/Tribe/Main.php:653
3077
- msgid "Welcome to Event Tickets"
3078
- msgstr ""
3079
-
3080
  #: src/Tribe/CSV_Importer/Rows.php:49
3081
  msgctxt "post type label"
3082
  msgid "RSVPs"
@@ -3087,22 +3224,22 @@ msgctxt "import type"
3087
  msgid "RSVPs"
3088
  msgstr ""
3089
 
3090
- #: src/Tribe/Attendees_Table.php:327
3091
  msgctxt "row action"
3092
  msgid "Delete"
3093
  msgstr "Löschen"
3094
 
3095
- #: src/Tribe/Attendees_Table.php:315
3096
  msgctxt "row action"
3097
  msgid "Move"
3098
  msgstr "Verschieben"
3099
 
3100
- #: src/Tribe/Attendees_Table.php:305
3101
  msgctxt "row action"
3102
  msgid "Check In"
3103
  msgstr "\tEinchecken"
3104
 
3105
- #: src/Tribe/Attendees_Table.php:306
3106
  msgctxt "row action"
3107
  msgid "Undo Check In"
3108
  msgstr ""
@@ -3141,39 +3278,39 @@ msgctxt "attendee table"
3141
  msgid "View history"
3142
  msgstr ""
3143
 
3144
- #: src/Tribe/Admin/Move_Tickets.php:760
3145
  msgid "This ticket was moved to %1$s from %2$s"
3146
  msgstr ""
3147
 
3148
- #: src/Tribe/Admin/Move_Tickets.php:580
3149
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3150
  msgstr ""
3151
 
3152
- #: src/Tribe/Admin/Move_Tickets.php:462
3153
  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."
3154
  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."
3155
  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."
3156
  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."
3157
 
3158
- #: src/Tribe/Admin/Move_Tickets.php:455
3159
  msgctxt "moved tickets success message fragment"
3160
  msgid "moved to %s and"
3161
  msgstr ""
3162
 
3163
- #: src/Tribe/Admin/Move_Tickets.php:448
3164
  msgctxt "moved tickets success message fragment"
3165
  msgid "assigned to %s"
3166
  msgstr "%s zugewiesen"
3167
 
3168
- #: src/Tribe/Admin/Move_Tickets.php:440
3169
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3170
  msgstr ""
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:432
3173
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3174
  msgstr ""
3175
 
3176
- #: src/Tribe/Admin/Move_Tickets.php:224
3177
  msgctxt "attendee screen bulk actions"
3178
  msgid "Move"
3179
  msgstr "verschieben"
@@ -3203,7 +3340,7 @@ msgid "Move Attendees"
3203
  msgstr "Teilnehmer verschieben"
3204
 
3205
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3206
- #: src/Tribe/Admin/Move_Tickets.php:701
3207
  msgid "Changes to your tickets from %s"
3208
  msgstr "Änderungen an Ihren Karten ab %s"
3209
 
@@ -3224,36 +3361,19 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3224
  msgstr ""
3225
 
3226
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3227
- #: src/Tribe/Admin/Move_Tickets.php:249
3228
  msgid "All supported types"
3229
  msgstr "Alle unterstützten Typen"
3230
 
3231
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3232
- #: src/resources/js/app/blocks.js:39759
3233
  msgid "Move Ticket Types"
3234
  msgstr ""
3235
 
3236
- #: common/src/admin-views/tribe-options-licenses.php:30
3237
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3238
  msgstr ""
3239
 
3240
- #: common/src/admin-views/tribe-options-licenses.php:25
3241
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3242
- msgstr "Wenn Sie eine rote Meldung sehen, dass Ihr Schlüssel nicht gültig ist oder nicht installiert ist, besuchen Sie %1$s, um Ihre Installationen zu verwalten oder Ihre Lizenz zu aktualisieren."
3243
-
3244
- #: common/src/admin-views/tribe-options-licenses.php:22
3245
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3246
- msgstr "Jedes bezahlte Add-On hat seinen eigenen Lizenzschlüssel. Fügen Sie einfach den Schlüssel in das entsprechende Feld unten ein, und geben Sie ihm einen Moment zu validieren. Wenn es funktioniert hat, erscheint ein grünes Ablaufdatum neben einer gültigen Meldung."
3247
-
3248
- #: common/src/admin-views/tribe-options-licenses.php:15
3249
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3250
- msgstr ""
3251
-
3252
- #: common/src/admin-views/tribe-options-licenses.php:11
3253
- #: common/src/admin-views/tribe-options-licenses.php:16
3254
- msgid " (opens in new window)"
3255
- msgstr "(in neuem Fenster öffnen)"
3256
-
3257
  #: common/src/admin-views/tribe-options-help.php:55
3258
  msgid "Event Log"
3259
  msgstr "Veranstaltungsprotokoll"
@@ -3298,104 +3418,104 @@ msgstr ""
3298
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3299
  msgstr ""
3300
 
3301
- #: common/src/Tribe/PUE/Notices.php:440
3302
  msgctxt "formatted plugin list"
3303
  msgid "%1$s and %2$s"
3304
  msgstr "\t%1$s und %2$s"
3305
 
3306
- #: common/src/Tribe/PUE/Notices.php:359
3307
  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."
3308
  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."
3309
  msgstr[0] ""
3310
  msgstr[1] ""
3311
 
3312
- #: common/src/Tribe/PUE/Notices.php:327
3313
  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"
3314
  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"
3315
  msgstr[0] ""
3316
  msgstr[1] ""
3317
 
3318
- #: common/src/Tribe/PUE/Checker.php:1062
3319
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3320
  msgstr ""
3321
 
3322
- #: common/src/Tribe/PUE/Checker.php:1005
3323
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3324
  msgstr ""
3325
 
3326
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3327
  msgid " (opens in a new window)"
3328
  msgstr "(öffnet in einem neuen Fenster)"
3329
 
3330
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3331
  msgid "Renew Your License Now"
3332
  msgstr ""
3333
 
3334
- #: common/src/Tribe/Main.php:261
3335
  msgid ": Selected 1 row"
3336
  msgstr "\t: 1 Zeile ausgewählt"
3337
 
3338
- #: common/src/Tribe/Main.php:260
3339
  msgid ": Selected %d rows"
3340
  msgstr "\t: %d Zeilen ausgewählt"
3341
 
3342
- #: common/src/Tribe/Main.php:255
3343
  msgid "Previous"
3344
  msgstr ""
3345
 
3346
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3347
  msgid "Next"
3348
  msgstr ""
3349
 
3350
- #: common/src/Tribe/Main.php:253
3351
  msgid "All"
3352
  msgstr "Alle"
3353
 
3354
- #: common/src/Tribe/Main.php:248
3355
  msgid "Search:"
3356
  msgstr ""
3357
 
3358
- #: common/src/Tribe/Main.php:247
3359
  msgid "No matching records found"
3360
  msgstr ""
3361
 
3362
- #: common/src/Tribe/Main.php:246
3363
  msgid "(filtered from _MAX_ total entries)"
3364
  msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
3365
 
3366
- #: common/src/Tribe/Main.php:245
3367
  msgid "Showing 0 to 0 of 0 entries"
3368
  msgstr ""
3369
 
3370
- #: common/src/Tribe/Main.php:244
3371
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3372
  msgstr ""
3373
 
3374
- #: common/src/Tribe/Main.php:243
3375
  msgid "No data available in table"
3376
  msgstr ""
3377
 
3378
- #: common/src/Tribe/Main.php:242
3379
  msgid "Show _MENU_ entries"
3380
  msgstr ""
3381
 
3382
- #: common/src/Tribe/Main.php:240
3383
  msgid ": activate to sort column descending"
3384
  msgstr ": aktivieren, um Spalte absteigend zu sortieren"
3385
 
3386
- #: common/src/Tribe/Main.php:239
3387
  msgid ": activate to sort column ascending"
3388
  msgstr "\t: aktivieren, um Spalte aufsteigend zu sortieren"
3389
 
3390
- #: common/src/Tribe/Main.php:284
3391
  msgid "Press \"Cmd + C\" to copy"
3392
  msgstr ""
3393
 
3394
- #: common/src/Tribe/Main.php:283
3395
  msgid "System info copied"
3396
  msgstr ""
3397
 
3398
- #: common/src/Tribe/Main.php:282
3399
  #: common/src/admin-views/tribe-options-help.php:50
3400
  msgid "Copy to clipboard"
3401
  msgstr "\tIn die Zwischenablage kopieren"
@@ -3424,15 +3544,15 @@ msgstr ""
3424
  msgid "Go to plugins page"
3425
  msgstr "Gehe zur Pluginseite"
3426
 
3427
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3428
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3429
- msgstr "Um die Nutzung von %1$s zu beginnen, installieren & aktivieren Sie bitte die aktuellste(n) Version(en) von %2$s."
3430
 
3431
- #: src/Tribe/Tickets.php:1813
3432
  msgid "Tickets are not available as this %s has passed."
3433
  msgstr "Es sind keine Tickets verfügbar, da diese %s vorbei ist."
3434
 
3435
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3436
  msgid "Please enter in without thousand separators and currency symbols."
3437
  msgstr "Bitte ohne Tausendertrennzeichen oder Währungssymbol eingeben."
3438
 
@@ -3440,16 +3560,16 @@ msgstr "Bitte ohne Tausendertrennzeichen oder Währungssymbol eingeben."
3440
  msgid "English"
3441
  msgstr "Englisch"
3442
 
3443
- #: common/src/Tribe/Plugins_API.php:116
3444
  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."
3445
  msgstr ""
3446
 
3447
- #: common/src/Tribe/Plugins_API.php:105
3448
  msgctxt "Names of required plugins for Community Tickets"
3449
  msgid "Event Tickets Plus and Community Events"
3450
  msgstr "Event Tickets Plus und Community Events"
3451
 
3452
- #: common/src/Tribe/Plugins_API.php:104
3453
  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"
3454
  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."
3455
 
@@ -3457,11 +3577,11 @@ msgstr "Aktivieren Sie Community Events Tickets, um Karten für Veranstaltungen
3457
  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."
3458
  msgstr ""
3459
 
3460
- #: common/src/Tribe/Plugins_API.php:84
3461
  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."
3462
  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!"
3463
 
3464
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3465
  msgid "Filter Bar"
3466
  msgstr "Filter Bar"
3467
 
@@ -3473,7 +3593,7 @@ msgstr "Bewerten Sie %1$sEvent Tickets%2$s %3$s"
3473
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3474
  msgstr "Bewerten Sie %1$sThe Events Calendar%2$s %3$s"
3475
 
3476
- #: src/Tribe/RSVP.php:791
3477
  msgid "You confirmed you will not be attending %s"
3478
  msgstr "Sie haben bestätigt, an %s nicht teilzunehmen"
3479
 
@@ -3481,13 +3601,12 @@ msgstr "Sie haben bestätigt, an %s nicht teilzunehmen"
3481
  msgid "Thank you for confirming that you will not be attending the above event."
3482
  msgstr "Vielen Dank, dass Sie bestätigt haben, nicht teilzunehmen."
3483
 
3484
- #: src/views/tickets/orders-rsvp.php:87
3485
  #: src/views/tickets/orders-pp-tickets.php:76
 
3486
  msgid "Type: "
3487
  msgstr ""
3488
 
3489
  #: src/views/tickets/rsvp.php:211
3490
- #: src/views/blocks/rsvp/form/submit-login.php:19
3491
  msgid "Login to RSVP"
3492
  msgstr "Einloggen um teilzunehmen"
3493
 
@@ -3499,13 +3618,13 @@ msgstr ""
3499
  msgid "View %s"
3500
  msgstr ""
3501
 
3502
- #: src/views/tickets/orders-rsvp.php:63
3503
  #: src/views/tickets/orders-pp-tickets.php:66
 
3504
  msgid "Attendee %d"
3505
  msgstr "Teilnehmer %d"
3506
 
3507
- #: src/views/tickets/orders-rsvp.php:44
3508
  #: src/views/tickets/orders-pp-tickets.php:47
 
3509
  msgid " on %s"
3510
  msgstr "auf %s"
3511
 
@@ -3518,12 +3637,12 @@ msgid "My RSVPs for This %s"
3518
  msgstr ""
3519
 
3520
  #: src/views/tickets/orders-link.php:39
3521
- #: src/views/blocks/attendees/order-links.php:64
3522
  msgid "View your %s"
3523
  msgstr "%s ansehen"
3524
 
3525
  #: src/views/tickets/orders-link.php:38
3526
- #: src/views/blocks/attendees/order-links.php:47
3527
  msgid "You have %s for this %s."
3528
  msgstr "Sie haben %s für diese %s."
3529
 
@@ -3547,49 +3666,47 @@ msgstr ""
3547
  msgid "To see a list of events you're attending, you will need to log in."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/tribe-options-tickets.php:125
3551
  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."
3552
  msgstr ""
3553
 
3554
- #: src/admin-views/tribe-options-tickets.php:120
3555
  msgid "Login Requirements"
3556
  msgstr "Login Voraussetzungen"
3557
 
3558
- #: src/admin-views/tribe-options-tickets.php:43
3559
  msgid "Require users to log in before they RSVP"
3560
  msgstr ""
3561
 
3562
- #: src/Tribe/Tickets_View.php:810
3563
  msgid "This RSVP is no longer active."
3564
  msgstr ""
3565
 
3566
- #: src/Tribe/Tickets_View.php:743
3567
  msgid "Ticket"
3568
  msgstr ""
3569
 
3570
- #: src/Tribe/Tickets_View.php:630
3571
- msgid "Not Going"
3572
- msgstr ""
3573
-
3574
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3575
  #: src/modules/blocks/rsvp/counters/template.js:27
3576
- #: src/resources/js/app/blocks.js:37903
3577
  msgid "Going"
3578
  msgstr "Zugesagt"
3579
 
3580
- #: src/Tribe/Tickets.php:1863
3581
  msgid "There are no tickets available at this time."
3582
  msgstr "Momentan sind keine Tickets verfügbar"
3583
 
3584
- #: src/Tribe/Tickets.php:1861
3585
  msgid "Tickets are no longer available."
3586
  msgstr "Keine Tickets mehr verfügbar"
3587
 
3588
- #: src/Tribe/Tickets.php:1858
 
 
3589
  msgid "Tickets are not yet available"
3590
  msgstr ""
3591
 
3592
- #: src/Tribe/Main.php:788
3593
  msgid "Buy"
3594
  msgstr "Kaufen"
3595
 
@@ -3599,7 +3716,7 @@ msgstr "Kaufen"
3599
  msgid "Free"
3600
  msgstr "Kostenlos"
3601
 
3602
- #: src/Tribe/Tickets_View.php:739
3603
  msgid "RSVPs"
3604
  msgstr ""
3605
 
@@ -3723,11 +3840,11 @@ msgstr "Niveau des globalen Bestandes"
3723
  msgid "Enable global stock"
3724
  msgstr "Globaler Bestand freischalten"
3725
 
3726
- #: src/Tribe/Assets.php:117
3727
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3728
  msgstr "Es scheint, dass Sie Ihre globalen Bestandseinstellungen geändert haben, aber den Beitrag nicht gespeichert oder aktualisiert haben."
3729
 
3730
- #: src/Tribe/Attendees_Table.php:406
3731
  msgid "View order"
3732
  msgstr "Bestellung ansehen"
3733
 
@@ -3775,13 +3892,13 @@ msgstr "Modern Tribe, Inc."
3775
  msgid "Confirm RSVP"
3776
  msgstr ""
3777
 
3778
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3779
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3780
  msgid "Full Name"
3781
  msgstr "Vollständiger Name"
3782
 
3783
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3784
- #: src/views/blocks/rsvp/details/availability.php:22
3785
  msgid "Out of stock!"
3786
  msgstr "Ausverkauft!"
3787
 
@@ -3789,52 +3906,50 @@ msgstr "Ausverkauft!"
3789
  msgid "%1$s out of %2$s available"
3790
  msgstr "%1$s aus %2$s verfügbar"
3791
 
3792
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3793
  #: src/admin-views/editor/column-body-price.php:16
3794
- #: src/modules/blocks/rsvp/index.js:22
 
3795
  #: src/modules/blocks/rsvp/container/template.js:31
3796
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3797
  msgid "RSVP"
3798
  msgstr ""
3799
 
3800
- #: src/views/tickets/email.php:406
3801
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3802
  msgid "Purchaser"
3803
  msgstr ""
3804
 
3805
  #: src/views/tickets/email.php:402
3806
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3807
- #: src/resources/js/app/blocks.js:41324
3808
  msgid "Ticket Type"
3809
  msgstr ""
3810
 
3811
- #: src/views/tickets/email.php:27
3812
- #: src/views/tickets/email-ticket-type-moved.php:25
3813
- #: src/views/tickets/email-non-attendance.php:39
3814
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3815
  msgid "Your tickets"
3816
  msgstr ""
3817
 
3818
  #: src/views/tickets/attendees-email.php:24
 
3819
  #: src/modules/blocks/attendees/index.js:21
3820
- #: src/resources/js/app/blocks.js:43603
3821
  msgid "Attendee List"
3822
  msgstr "Teilnehmerliste"
3823
 
3824
- #: src/admin-views/tribe-options-tickets.php:58
3825
  msgid "Post types that can have tickets"
3826
  msgstr ""
3827
 
3828
  #: src/admin-views/editor/panel/settings.php:14
3829
- #: src/admin-views/tribe-options-tickets.php:54
3830
  msgid "Ticket Settings"
3831
  msgstr ""
3832
 
3833
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3834
  #: src/admin-views/editor/panel/settings.php:81
 
 
3835
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3836
  #: src/modules/blocks/ticket/dashboard/template.js:24
3837
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3838
  msgid "Cancel"
3839
  msgstr "Abbrechen"
3840
 
@@ -3850,13 +3965,13 @@ msgstr "Wenn kein Start-/ Enddatum zum Verkauf gesetzt wird, werden die Karten v
3850
  msgid "When will ticket sales occur?"
3851
  msgstr ""
3852
 
3853
- #: src/admin-views/meta-box.php:192
3854
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3855
  msgid "End sale:"
3856
  msgstr "Verkaufsende:"
3857
 
3858
- #: src/admin-views/meta-box.php:161
3859
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3860
  msgid "Start sale:"
3861
  msgstr ""
3862
 
@@ -3868,24 +3983,24 @@ msgstr "Ticketbeschreibung"
3868
  msgid "Ticket Name:"
3869
  msgstr "Ticketname:"
3870
 
3871
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3872
  msgid "Sell using:"
3873
  msgstr "Verkaufen mittels: "
3874
 
3875
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3876
  msgid "Edit ticket"
3877
  msgstr "Ticket bearbeiten"
3878
 
3879
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3880
- #: src/admin-views/editor/panel/ticket.php:53
3881
  msgid "Add new ticket"
3882
  msgstr "Neues Ticket hinzufügen"
3883
 
3884
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3885
  msgid "Remove"
3886
  msgstr "Löschen"
3887
 
3888
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3889
  msgid "Select an Image"
3890
  msgstr ""
3891
 
@@ -3901,7 +4016,7 @@ msgstr ""
3901
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3902
  msgstr ""
3903
 
3904
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3905
  msgid "Sold %d"
3906
  msgstr ""
3907
 
@@ -3913,7 +4028,10 @@ msgstr "Bearbeiten in %s"
3913
  msgid "View"
3914
  msgstr "Anzeigen"
3915
 
3916
- #: src/admin-views/list.php:33
 
 
 
3917
  msgid "Edit"
3918
  msgstr "(Bearbeiten)"
3919
 
@@ -3922,8 +4040,8 @@ msgstr "(Bearbeiten)"
3922
  msgid "(Current sale price - this can be managed via the product editor)"
3923
  msgstr "(Aktueller Verkaufspreis - kann mit dem Produkt Editor angepasst werden)"
3924
 
3925
- #: src/admin-views/price-fields.php:12
3926
  #: src/admin-views/editor/fieldset/price.php:67
 
3927
  #: src/admin-views/legacy-ticket-fields.php:24
3928
  msgid "Sale Price:"
3929
  msgstr "Angebotspreis:"
@@ -3933,17 +4051,13 @@ msgstr "Angebotspreis:"
3933
  msgid "(0 or empty for free tickets)"
3934
  msgstr "(0 eingeben oder leer lassen für kostenlosen Eintritt)"
3935
 
3936
- #: src/admin-views/price-fields.php:3
3937
- #: src/admin-views/editor/column-body-price.php:9
3938
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3939
  #: src/admin-views/legacy-ticket-fields.php:15
3940
  msgid "Price:"
3941
  msgstr "Preis:"
3942
 
3943
- #: src/admin-views/tpp-orders.php:63
3944
- msgid "Sales by Ticket"
3945
- msgstr "Verkäufe durch Tickets"
3946
-
3947
  #: src/admin-views/attendees-email.php:59
3948
  msgid "Send Email"
3949
  msgstr "E-Mail senden"
@@ -3968,15 +4082,15 @@ msgstr ""
3968
  msgid "Send the attendee list by email"
3969
  msgstr ""
3970
 
3971
- #: src/Tribe/Attendees.php:709
3972
  msgid "Email sent successfully!"
3973
  msgstr "\tE-Mail erfolgreich versendet!"
3974
 
3975
- #: src/Tribe/Attendees.php:702
3976
  msgid "Error when sending the email"
3977
  msgstr "Fehler beim E-Mailversand"
3978
 
3979
- #: src/Tribe/Attendees.php:701
3980
  msgid "Attendee List for: %s"
3981
  msgstr "Teilnehmerliste für: %s"
3982
 
@@ -4004,8 +4118,8 @@ msgstr ""
4004
  msgid "attendees"
4005
  msgstr "Teilnehmer"
4006
 
4007
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4008
- #: src/admin-views/tribe-options-tickets.php:249
4009
  msgid "Yes"
4010
  msgstr "Ja"
4011
 
@@ -4026,12 +4140,12 @@ msgid "You need to select a user or type a valid email address"
4026
  msgstr ""
4027
 
4028
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4029
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4030
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4031
- #: src/admin-views/attendees.php:23
4032
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4033
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4034
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4035
  msgid "Attendees"
4036
  msgstr ""
4037
 
@@ -4039,51 +4153,51 @@ msgstr ""
4039
  msgid "See who purchased tickets to this event"
4040
  msgstr ""
4041
 
4042
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4043
  msgid "Post draft updated."
4044
  msgstr "Beitragsentwurf aktualisiert."
4045
 
4046
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4047
  msgid "Post scheduled."
4048
  msgstr ""
4049
 
4050
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4051
  msgid "Post submitted."
4052
  msgstr "Beitrag abgeschickt."
4053
 
4054
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4055
  msgid "Post published. %1$s"
4056
  msgstr ""
4057
 
4058
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4059
  msgid "Post updated. %1$s"
4060
  msgstr ""
4061
 
4062
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4063
  msgid "Return to the %1$sAttendees Report%2$s."
4064
  msgstr ""
4065
 
4066
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4067
  msgid "(deleted)"
4068
  msgstr "(gelöscht)"
4069
 
4070
- #: src/Tribe/RSVP.php:1096
4071
  msgid "In order to RSVP, you must enter your name and a valid email address."
4072
  msgstr "Um sich anmelden zu können, müssen Sie Ihren Namen und eine gültige E-Mail-Adresse eingeben."
4073
 
4074
- #: src/Tribe/RSVP.php:1091
4075
  msgid "You can't RSVP more than the total remaining tickets."
4076
  msgstr ""
4077
 
4078
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4079
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4080
  msgstr ""
4081
 
4082
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4083
  msgid "Your tickets from %s"
4084
  msgstr "Ihre Tickets für %s"
4085
 
4086
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4087
  msgctxt "Attendee number"
4088
  msgid "Attendee %1$s"
4089
  msgstr "Teilnehmer %1$s"
@@ -4092,99 +4206,99 @@ msgstr "Teilnehmer %1$s"
4092
  msgid "Set as ticket header"
4093
  msgstr ""
4094
 
4095
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4096
  msgid "Ticket header image"
4097
  msgstr ""
4098
 
4099
- #: src/Tribe/Main.php:552
4100
  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)."
4101
  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."
4102
 
4103
- #: src/Tribe/Main.php:547
4104
  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)."
4105
  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."
4106
 
4107
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4108
  msgid "post a thread"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/Main.php:544
4112
  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."
4113
  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."
4114
 
4115
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4116
  msgid "Events Tickets Plus"
4117
  msgstr "Events Tickets Plus"
4118
 
4119
- #: src/Tribe/Main.php:542
4120
  msgid "premium support on our website"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/Main.php:540
4124
  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."
4125
  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"
4126
 
4127
- #: src/Tribe/Main.php:539
4128
  msgid "open-source forum on WordPress.org"
4129
  msgstr ""
4130
 
4131
- #: src/Tribe/Main.php:522
4132
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4133
  msgstr ""
4134
 
4135
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4136
  msgid "New User Primer"
4137
  msgstr ""
4138
 
4139
- #: src/Tribe/Main.php:503
4140
  msgid "Customizing Event Tickets"
4141
  msgstr "Event Tickets anpassen"
4142
 
4143
- #: src/Tribe/Main.php:502
4144
  msgid "Troubleshooting common problems"
4145
  msgstr ""
4146
 
4147
- #: src/Tribe/Main.php:501
4148
  msgid "Features overview"
4149
  msgstr "Funktionsübersicht"
4150
 
4151
- #: src/Tribe/Main.php:500
4152
  msgid "Settings overview"
4153
  msgstr ""
4154
 
4155
- #: src/Tribe/Main.php:498
4156
  msgid "Support for Event Tickets"
4157
  msgstr ""
4158
 
4159
- #: src/Tribe/Main.php:334
4160
  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"
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4164
  msgid "Delete"
4165
  msgstr "Löschen"
4166
 
4167
- #: src/Tribe/Attendees_Table.php:521
4168
  msgid "Export"
4169
  msgstr "Daten exportieren"
4170
 
4171
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4172
- #: src/Tribe/Attendees_Table.php:520
4173
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4174
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4175
- #: src/admin-views/admin-welcome-message.php:62
 
4176
  msgid "Email"
4177
  msgstr "E-Mail-Adresse"
4178
 
4179
- #: src/Tribe/Attendees_Table.php:519
4180
  msgid "Print"
4181
  msgstr "Drucken"
4182
 
4183
- #: src/Tribe/Attendees_Table.php:553
4184
  msgid "Undo Check in"
4185
  msgstr "Das Einchecken zurücknehmen"
4186
 
4187
- #: src/Tribe/Attendees_Table.php:552
4188
  msgid "Check in"
4189
  msgstr "Einchecken"
4190
 
@@ -4208,10 +4322,10 @@ msgstr "Besteller-E-Mail-Adresse"
4208
  msgid "Purchaser Name"
4209
  msgstr "Besteller"
4210
 
4211
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4212
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4213
  #: src/admin-views/editor/list-table.php:30
4214
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4215
  msgid "Tickets"
4216
  msgstr ""
4217
 
@@ -4227,14 +4341,6 @@ msgstr ""
4227
  msgid "Network Settings"
4228
  msgstr "Netzwerk-Einstellungen"
4229
 
4230
- #: common/src/admin-views/tribe-options-licenses.php:47
4231
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4232
- msgstr ""
4233
-
4234
- #: common/src/admin-views/tribe-options-licenses.php:38
4235
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4236
- msgstr "%1$s Nutzen Sie unsere Plugins in einem Multisite Network? %2$s Bitte beachten Sie, dass Ihr Lizenzschlüssel für das gesamte Netzwerk verwendet wird, nicht nur für diese Seite."
4237
-
4238
  #: common/src/admin-views/tribe-options-help.php:80
4239
  msgid "More..."
4240
  msgstr "Weiterlesen …"
@@ -4359,6 +4465,10 @@ msgstr "Datumswahl Format (\"Datepicker\")"
4359
  msgid "Date Format Settings"
4360
  msgstr "Einstellungen Datumsformat"
4361
 
 
 
 
 
4362
  #: common/src/Tribe/Languages/Locations.php:374
4363
  msgid "Wyoming"
4364
  msgstr "Wyoming"
@@ -5604,7 +5714,7 @@ msgid "There are no fields setup for this tab yet."
5604
  msgstr ""
5605
 
5606
  #: common/src/Tribe/Settings_Manager.php:253
5607
- #: common/src/admin-views/tribe-options-licenses.php:66
5608
  msgid "Licenses"
5609
  msgstr "Lizenzen"
5610
 
@@ -5624,21 +5734,21 @@ msgstr "Darstellung"
5624
  msgid "General"
5625
  msgstr "Allgemein"
5626
 
5627
- #: common/src/Tribe/Settings.php:643
5628
  msgid "Settings saved."
5629
  msgstr "Einstellungen gespeichert."
5630
 
5631
- #: common/src/Tribe/Settings.php:621
5632
  msgid "The above setting was not saved. Other settings were successfully saved."
5633
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5634
  msgstr[0] ""
5635
  msgstr[1] ""
5636
 
5637
- #: common/src/Tribe/Settings.php:620
5638
  msgid "None of your settings were saved. Please try again."
5639
  msgstr ""
5640
 
5641
- #: common/src/Tribe/Settings.php:610
5642
  msgid "Your form had the following errors:"
5643
  msgstr ""
5644
 
@@ -5654,6 +5764,7 @@ msgstr ""
5654
  msgid "You don't have permission to do that."
5655
  msgstr ""
5656
 
 
5657
  #: common/src/Tribe/Settings.php:371
5658
  msgid "Save Changes"
5659
  msgstr "Änderungen speichern"
@@ -5667,11 +5778,11 @@ msgid "%s Settings"
5667
  msgstr "%s Einstellungen"
5668
 
5669
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5670
- #: src/modules/elements/settings-dashboard/element.js:64
 
5671
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5672
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5673
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5674
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5675
  msgid "Settings"
5676
  msgstr "Einstellungen"
5677
 
@@ -5679,40 +5790,41 @@ msgstr "Einstellungen"
5679
  msgid "Events Settings"
5680
  msgstr "Veranstaltungseinstellungen"
5681
 
 
5682
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5683
  #: common/src/Tribe/Settings.php:242
5684
  msgid "Events"
5685
  msgstr "Veranstaltungen"
5686
 
5687
- #: common/src/Tribe/PUE/Checker.php:896
5688
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5689
  msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte kontaktiere den %sSupport%s."
5690
 
5691
- #: common/src/Tribe/PUE/Checker.php:940
5692
  msgid "Thanks for setting up a valid key. It will expire on %s"
5693
  msgstr ""
5694
 
5695
- #: common/src/Tribe/PUE/Checker.php:935
5696
  msgid "Valid Key! Expires on %s"
5697
  msgstr ""
5698
 
5699
- #: common/src/Tribe/PUE/Checker.php:915
5700
  msgid "Sorry, key validation server is not available."
5701
  msgstr ""
5702
 
5703
- #: common/src/Tribe/PUE/Checker.php:909
5704
  msgid "unknown date"
5705
  msgstr ""
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:650
5708
  msgid "License key(s) updated."
5709
  msgstr "Lizenz - Schlüssel upgedatet"
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:494
5712
  msgid "A valid license key is required for support and updates"
5713
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5716
  msgid "License Key"
5717
  msgstr "Lizenzschlüssel"
5718
 
@@ -5813,7 +5925,7 @@ msgid "n/a"
5813
  msgstr ""
5814
 
5815
  #: common/src/Tribe/Admin/Help_Page.php:244
5816
- #: common/src/Tribe/Plugins_API.php:100
5817
  msgid "Community Tickets"
5818
  msgstr "Community Tickets"
5819
 
@@ -5821,12 +5933,13 @@ msgstr "Community Tickets"
5821
  msgid "Event Tickets Plus"
5822
  msgstr ""
5823
 
5824
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5825
  msgid "Community Events"
5826
  msgstr "Veranstaltungen bearbeiten"
5827
 
5828
  #: common/src/Tribe/Admin/Help_Page.php:203
5829
- #: common/src/Tribe/Plugins_API.php:111
5830
  msgid "Eventbrite Tickets"
5831
  msgstr "Eventbrite Tickets"
5832
 
@@ -5834,8 +5947,8 @@ msgstr "Eventbrite Tickets"
5834
  msgid "Events Calendar PRO"
5835
  msgstr "Events Calendar PRO"
5836
 
5837
- #: src/views/tickets/orders-link.php:38
5838
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5839
  #: common/src/Tribe/Admin/Help_Page.php:170
5840
  msgid " and "
5841
  msgstr " und "
@@ -5853,7 +5966,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5853
  msgstr "Events Tickets ist ein sorgfältig entwickeltes, erweiterbares Plugin, mit welchem Sie einfach Karten zu Ihrer Veranstaltung verkaufen kannst."
5854
 
5855
  #. Plugin Name of the plugin
5856
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5857
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5858
  msgid "Event Tickets"
5859
  msgstr "Veranstaltungstickets"
@@ -5862,90 +5975,10 @@ msgstr "Veranstaltungstickets"
5862
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5863
  msgstr ""
5864
 
5865
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5866
- #: common/src/Tribe/Customizer.php:642
5867
  msgid "The Events Calendar"
5868
- msgstr "".php:62
5869
- msgid "Email"
5870
- msgstr "Mail"
5871
-
5872
- #: src/Tribe/Attendees_Table.php:519
5873
- msgid "Print"
5874
- msgstr "Druck"
5875
-
5876
- #: src/Tribe/Attendees_Table.php:553
5877
- msgid "Undo Check in"
5878
- msgstr "einchecken rückgängig machen"
5879
-
5880
- #: src/Tribe/Attendees_Table.php:552
5881
- msgid "Check in"
5882
- msgstr "einchecken"
5883
-
5884
- #: src/views/tickets/email.php:410
5885
- msgid "Security Code"
5886
- msgstr "Sicherheits-Code:"
5887
-
5888
- #: src/views/tickets/email.php:398
5889
- msgid "Ticket #"
5890
- msgstr "Kartennummer"
5891
-
5892
- #: src/admin-views/editor/list-row.php:43
5893
- msgid "Ticket Type:"
5894
- msgstr "Kartentyp:"
5895
-
5896
- #: src/views/tickets/tpp-success.php:71
5897
- msgid "Purchaser Email"
5898
- msgstr "Käufer E-Mail"
5899
-
5900
- #: src/views/tickets/tpp-success.php:68
5901
- msgid "Purchaser Name"
5902
- msgstr "Käufername"
5903
-
5904
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
5905
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
5906
- #: src/admin-views/editor/list-table.php:30
5907
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
5908
- msgid "Tickets"
5909
- msgstr "Karten"
5910
-
5911
- #: common/src/admin-views/tribe-options-network.php:27
5912
- msgid "Hide the following settings tabs on every site:"
5913
- msgstr "Blende die folgenden Reiter auf jeder Seite aus:"
5914
-
5915
- #: common/src/admin-views/tribe-options-network.php:19
5916
- msgid "This is where all of the global network settings for Modern Tribe's The Events Calendar can be modified."
5917
- msgstr "Hier werden alle Netzwerkeinstellungen für den Modern Tribe Events Calendar eingestellt."
5918
-
5919
- #: common/src/admin-views/tribe-options-network.php:15
5920
- msgid "Network Settings"
5921
- msgstr "Netzwerk-Einstellungen"
5922
-
5923
- #: common/src/admin-views/tribe-options-licenses.php:47
5924
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
5925
- msgstr "Nur Lizenzen für %1$sNetzwerk aktivierte%2$s Plugins werden auf dieser Seite angezeigt."
5926
-
5927
- #: common/src/admin-views/tribe-options-licenses.php:38
5928
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
5929
- msgstr "%1$s Verwenden Sie unsere Plugins in einem Netzwerk mit mehreren Standorten? %2$s Bitte beachten Sie, dass Ihr Lizenzschlüssel auf das gesamte Netzwerk und nicht nur auf diese Website angewendet wird."
5930
-
5931
- #: common/src/admin-views/tribe-options-help.php:80
5932
- msgid "More..."
5933
- msgstr "Mehr..."
5934
-
5935
- #: common/src/admin-views/tribe-options-help.php:74
5936
- msgid "News and Tutorials"
5937
- msgstr "Neuigkeiten und Tutorials"
5938
-
5939
- #: common/src/admin-views/tribe-options-help.php:41
5940
- msgid "System Information"
5941
- msgstr "System-Information"
5942
-
5943
- #: common/src/admin-views/tribe-options-help.php:38
5944
- msgid "Read more about our support policy"
5945
- msgstr "Mehr über unsere Support Richtlinien erfahren"
5946
-
5947
- #: common/src/admin-views/tribe-options-help.php:37
5948
- 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 😄"
5949
  msgstr "Bitte beachten Sie, dass jeglicher Support über das Forum erfolgt. Sie können uns mailen oder tweeten ... aber wir werden Sie wieder auf das Forum verweisen :-)"
5950
 
5951
  #: common/src/admin-views/tribe-options-help.php:33
@@ -6052,6 +6085,10 @@ msgstr "Datumswahl Format (\"Datepicker\")"
6052
  msgid "Date Format Settings"
6053
  msgstr "Einstellungen Datumsformat"
6054
 
 
 
 
 
6055
  #: common/src/Tribe/Languages/Locations.php:374
6056
  msgid "Wyoming"
6057
  msgstr "Wyoming"
@@ -7297,7 +7334,7 @@ msgid "There are no fields setup for this tab yet."
7297
  msgstr "Es sind noch keine Felder für diesen Reiter definiert."
7298
 
7299
  #: common/src/Tribe/Settings_Manager.php:253
7300
- #: common/src/admin-views/tribe-options-licenses.php:66
7301
  msgid "Licenses"
7302
  msgstr "Lizenz"
7303
 
@@ -7317,21 +7354,21 @@ msgstr "Layout"
7317
  msgid "General"
7318
  msgstr "Generelle Einstellungen"
7319
 
7320
- #: common/src/Tribe/Settings.php:643
7321
  msgid "Settings saved."
7322
  msgstr "Die Einstellungen wurden gespeichert."
7323
 
7324
- #: common/src/Tribe/Settings.php:621
7325
  msgid "The above setting was not saved. Other settings were successfully saved."
7326
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
7327
  msgstr[0] "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
7328
  msgstr[1] "Die obigen Einstellungen wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
7329
 
7330
- #: common/src/Tribe/Settings.php:620
7331
  msgid "None of your settings were saved. Please try again."
7332
  msgstr "Die Eintellungen konnten gespeichert werden. Bitte erneut versuchen."
7333
 
7334
- #: common/src/Tribe/Settings.php:610
7335
  msgid "Your form had the following errors:"
7336
  msgstr "Ihr Formular wies die folgenden Fehler auf:"
7337
 
@@ -7347,6 +7384,7 @@ msgstr "Die Anfrage wurde unverschlüsselt gesendet."
7347
  msgid "You don't have permission to do that."
7348
  msgstr "Sie besitzen nicht die notwendigen Rechte dafür."
7349
 
 
7350
  #: common/src/Tribe/Settings.php:371
7351
  msgid "Save Changes"
7352
  msgstr "Änderungen speichern"
@@ -7360,11 +7398,11 @@ msgid "%s Settings"
7360
  msgstr "%s Einstellungen"
7361
 
7362
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
7363
- #: src/modules/elements/settings-dashboard/element.js:64
 
7364
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
7365
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
7366
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
7367
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
7368
  msgid "Settings"
7369
  msgstr "Einstellungen"
7370
 
@@ -7372,40 +7410,41 @@ msgstr "Einstellungen"
7372
  msgid "Events Settings"
7373
  msgstr "Veranstaltungseinstellungen"
7374
 
 
7375
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
7376
  #: common/src/Tribe/Settings.php:242
7377
  msgid "Events"
7378
  msgstr "Events"
7379
 
7380
- #: common/src/Tribe/PUE/Checker.php:896
7381
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7382
  msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte den %sSupport%s kontaktieren."
7383
 
7384
- #: common/src/Tribe/PUE/Checker.php:940
7385
  msgid "Thanks for setting up a valid key. It will expire on %s"
7386
  msgstr "Danke für das Bereitstellen eine gültigen Lizenzschlüssels. Er läuft am %s aus."
7387
 
7388
- #: common/src/Tribe/PUE/Checker.php:935
7389
  msgid "Valid Key! Expires on %s"
7390
  msgstr "Gültiger Schlüssel! Erlischt am %s"
7391
 
7392
- #: common/src/Tribe/PUE/Checker.php:915
7393
  msgid "Sorry, key validation server is not available."
7394
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
7395
 
7396
- #: common/src/Tribe/PUE/Checker.php:909
7397
  msgid "unknown date"
7398
  msgstr "Unbekanntes Datum"
7399
 
7400
- #: common/src/Tribe/PUE/Checker.php:650
7401
  msgid "License key(s) updated."
7402
  msgstr "Lizenzschlüssel aktualisiert."
7403
 
7404
- #: common/src/Tribe/PUE/Checker.php:494
7405
  msgid "A valid license key is required for support and updates"
7406
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
7407
 
7408
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
7409
  msgid "License Key"
7410
  msgstr "Lizenzschlüssel"
7411
 
@@ -7506,7 +7545,7 @@ msgid "n/a"
7506
  msgstr "n. a."
7507
 
7508
  #: common/src/Tribe/Admin/Help_Page.php:244
7509
- #: common/src/Tribe/Plugins_API.php:100
7510
  msgid "Community Tickets"
7511
  msgstr "Community Tickets"
7512
 
@@ -7514,12 +7553,13 @@ msgstr "Community Tickets"
7514
  msgid "Event Tickets Plus"
7515
  msgstr "Event Tickets Plus"
7516
 
7517
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
7518
  msgid "Community Events"
7519
  msgstr "Veranstaltungen bearbeiten"
7520
 
7521
  #: common/src/Tribe/Admin/Help_Page.php:203
7522
- #: common/src/Tribe/Plugins_API.php:111
7523
  msgid "Eventbrite Tickets"
7524
  msgstr "Eventbrite Tickets"
7525
 
@@ -7527,8 +7567,8 @@ msgstr "Eventbrite Tickets"
7527
  msgid "Events Calendar PRO"
7528
  msgstr "Events Calendar PRO"
7529
 
7530
- #: src/views/tickets/orders-link.php:38
7531
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
7532
  #: common/src/Tribe/Admin/Help_Page.php:170
7533
  msgid " and "
7534
  msgstr "und"
@@ -7546,7 +7586,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
7546
  msgstr "Events Tickets ist ein sorgfältig entwickeltes, erweiterbares Plugin, mit welchem Sie einfach Karten zu ihrer Veranstaltung verkaufen können."
7547
 
7548
  #. Plugin Name of the plugin
7549
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
7550
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
7551
  msgid "Event Tickets"
7552
  msgstr "Event Tickets"
@@ -7555,7 +7595,7 @@ msgstr "Event Tickets"
7555
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
7556
  msgstr "The Events Calendar ist ein sorgfältig entwickeltes, erweiterbares Plugin zu einfachen Teilen Ihrer Veranstaltungen. Schön. Stabil. Beeindruckend."
7557
 
7558
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
7559
- #: common/src/Tribe/Customizer.php:642
7560
  msgid "The Events Calendar"
7561
  msgstr "Der Veranstaltungskalender"
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr ""
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr ""
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr ""
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr ""
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr ""
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr ""
1728
 
1776
  msgstr ""
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr ""
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr ""
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr ""
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr ""
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr ""
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr ""
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr ""
1998
  msgid "This ticket is no longer active."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2001
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2002
  msgid "Sell only available"
2003
  msgstr ""
2075
  msgid "Number of orders per page:"
2076
  msgstr ""
2077
 
2078
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2079
  msgid "Not completed"
2080
  msgstr ""
2081
 
2082
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2083
+ #: src/admin-views/tpp-orders.php:121
2084
  msgid "Completed"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2088
  msgid "Search Orders"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2092
  msgctxt "Browser title"
2093
  msgid "%s - PayPal Orders"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2097
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2098
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2099
  msgid "PayPal Orders"
2100
  msgstr ""
2101
 
2102
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2103
  msgid "See PayPal purchases for this %s"
2104
  msgstr ""
2105
 
2111
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2112
  msgstr ""
2113
 
2114
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  msgid "Report"
2116
  msgstr ""
2117
 
2118
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2119
  msgid "Sales report"
2120
  msgstr ""
2121
 
2122
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2123
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2124
  msgid "Orders"
2125
  msgstr ""
2126
 
2127
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2128
  msgid "Tribe Commerce Ticket"
2129
  msgstr ""
2130
 
2131
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2132
  msgid "Tribe Commerce Tickets"
2133
  msgstr ""
2134
 
2145
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2146
  msgstr ""
2147
 
 
2148
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2149
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2150
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2151
  msgctxt "a PayPal configuration status"
2152
  msgid "incomplete"
2153
  msgstr ""
2194
  msgstr ""
2195
 
2196
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2197
  msgid "pending"
2198
  msgstr ""
2199
 
2207
  msgid "Total Tickets Issued:"
2208
  msgstr ""
2209
 
2210
+ #: src/Tribe/Commerce/Currency.php:305
2211
  msgid "U.S. Dollar (USD)"
2212
  msgstr ""
2213
 
2214
+ #: src/Tribe/Commerce/Currency.php:299
2215
  msgid "Taiwan New Dollar (TWD)"
2216
  msgstr ""
2217
 
2218
+ #: src/Tribe/Commerce/Currency.php:293
2219
  msgid "Thai Baht (THB)"
2220
  msgstr ""
2221
 
2222
+ #: src/Tribe/Commerce/Currency.php:287
2223
  msgid "Singapore Dollar (SGD)"
2224
  msgstr ""
2225
 
2226
+ #: src/Tribe/Commerce/Currency.php:281
2227
  msgid "Swedish Krona (SEK)"
2228
  msgstr ""
2229
 
2230
+ #: src/Tribe/Commerce/Currency.php:269
2231
  msgid "Polish Zloty (PLN)"
2232
  msgstr ""
2233
 
2234
+ #: src/Tribe/Commerce/Currency.php:263
2235
  msgid "Philippine Peso (PHP)"
2236
  msgstr ""
2237
 
2238
+ #: src/Tribe/Commerce/Currency.php:257
2239
  msgid "New Zealand Dollar (NZD)"
2240
  msgstr ""
2241
 
2242
+ #: src/Tribe/Commerce/Currency.php:251
2243
  msgid "Norwegian Krone (NOK)"
2244
  msgstr ""
2245
 
2246
+ #: src/Tribe/Commerce/Currency.php:245
2247
  msgid "Mexican Peso (MXN)"
2248
  msgstr ""
2249
 
2250
+ #: src/Tribe/Commerce/Currency.php:239
2251
  msgid "Malaysian Ringgit (MYR)"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Commerce/Currency.php:233
2255
  msgid "Japanese Yen (JPY)"
2256
  msgstr ""
2257
 
2299
  msgid "Australian Dollar (AUD)"
2300
  msgstr ""
2301
 
2302
+ #: src/Tribe/Attendees_Table.php:814
2303
  msgid "No matching attendees found."
2304
  msgstr ""
2305
 
2315
  msgid "%s must not be empty"
2316
  msgstr ""
2317
 
2318
+ #: src/template-tags/tickets.php:446
2319
  msgctxt "ticket shared capacity message (remaining stock)"
2320
  msgid "%1$d available of shared capacity"
2321
  msgstr ""
2322
 
2323
  #: src/admin-views/rsvp-metabox-capacity.php:19
2324
  #: src/admin-views/tpp-metabox-capacity.php:25
2325
+ #: src/resources/js/app/blocks.js:45336
2326
  msgid "Leave blank for unlimited"
2327
  msgstr ""
2328
 
2359
  msgstr ""
2360
 
2361
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2362
  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."
2363
  msgstr ""
2364
 
2387
  msgstr ""
2388
 
2389
  #: src/admin-views/editor/list-table.php:39
2390
+ #: src/resources/js/app/blocks.js:43637
2391
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2392
  msgid "Capacity"
2393
  msgstr ""
2394
 
2404
  msgid "Available:"
2405
  msgstr ""
2406
 
 
2407
  #: src/admin-views/editor/list-row.php:91
2408
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2409
  #: src/admin-views/tpp-metabox-capacity.php:16
2410
  msgid "Capacity:"
2411
  msgstr ""
2431
  msgstr ""
2432
 
2433
  #: src/admin-views/editor/fieldset/advanced.php:98
2434
+ #: src/resources/js/app/blocks.js:45493
2435
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2436
  msgid "If you do not set a start sale date, tickets will be available immediately."
2437
  msgstr ""
2438
 
2447
 
2448
  #: src/admin-views/editor/fieldset/advanced.php:84
2449
  #: src/admin-views/editor/fieldset/advanced.php:113
2450
+ #: common/src/resources/js/app/elements.js:9804
2451
+ #: common/src/resources/js/app/utils.js:7352
2452
  #: common/src/modules/utils/date.js:103
 
 
2453
  msgid "at"
2454
  msgstr ""
2455
 
2482
  msgid "Start sale date cannot be empty."
2483
  msgstr ""
2484
 
2485
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2486
  msgid "Settings Overview"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2490
  msgid "Welcome to Event Tickets!"
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
2493
  #: src/Tribe/Tickets_Handler.php:84
2494
+ #: src/views/blocks/rsvp/details/availability.php:28
2495
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2496
+ #: src/views/blocks/tickets/extra-available.php:19
2497
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2498
+ #: src/resources/js/app/blocks.js:41083
2499
  #: src/modules/data/blocks/ticket/options.js:19
2500
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2501
  msgid "Unlimited"
2502
  msgstr ""
2503
 
2504
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2505
+ #: src/resources/js/app/blocks.js:5520
2506
+ #: src/modules/data/blocks/ticket/options.js:16
2507
  msgid "Set capacity for this ticket only"
2508
  msgstr ""
2509
 
2511
  msgid "Shared capacity with other tickets"
2512
  msgstr ""
2513
 
2514
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2515
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2516
  msgid "Move Ticket"
2517
  msgstr ""
2518
 
2519
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2520
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2521
  msgid "Move RSVP"
2522
  msgstr ""
2523
 
2570
  msgstr ""
2571
 
2572
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2573
+ #: src/resources/js/app/blocks.js:45362
2574
  msgid "Ticket Capacity"
2575
  msgstr ""
2576
 
2590
  msgid "%s must be an email address."
2591
  msgstr ""
2592
 
2593
+ #: common/src/Tribe/Main.php:266
2594
  msgid "Clear Selection."
2595
  msgstr ""
2596
 
2597
+ #: common/src/Tribe/Main.php:265
2598
  msgid "Select all pages"
2599
  msgstr ""
2600
 
2601
+ #: common/src/Tribe/Main.php:264
2602
  msgid "All items on this page were selected. "
2603
  msgstr ""
2604
 
2634
  msgid "A list of links to the term own, archive and parent REST URL"
2635
  msgstr ""
2636
 
2637
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
2638
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2639
  msgstr ""
2640
 
2641
+ #: src/template-tags/tickets.php:254
2642
  msgctxt "list view buy now ticket button"
2643
  msgid "Buy Now!"
2644
  msgstr "Jetzt kaufen!"
2645
 
2646
+ #: src/template-tags/tickets.php:251
2647
  msgctxt "list view rsvp now ticket button"
2648
  msgid "RSVP Now!"
2649
  msgstr ""
2650
 
2651
+ #: src/template-tags/tickets.php:239
2652
  msgid "%s ticket left"
2653
  msgid_plural "%s tickets left"
2654
  msgstr[0] "%s Karte übrig"
2655
  msgstr[1] "%s Karten übrig"
2656
 
2657
+ #: src/template-tags/tickets.php:237
2658
  msgid "%s spot left"
2659
  msgid_plural "%s spots left"
2660
  msgstr[0] "%s Platz verfügbar"
2665
  msgid "Sold out"
2666
  msgstr ""
2667
 
2668
+ #: common/src/Tribe/Plugins_API.php:139
2669
  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."
2670
  msgstr ""
2671
 
2672
+ #: common/src/Tribe/Plugins_API.php:135
2673
  msgid "Image Widget Plus"
2674
  msgstr "Image Widget Plus"
2675
 
2676
+ #: common/src/Tribe/Plugins_API.php:104
2677
  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."
2678
  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."
2679
 
2689
  msgid "Buy now"
2690
  msgstr "Jetzt kaufen"
2691
 
2692
+ #: common/src/Tribe/PUE/Notices.php:398
2693
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2694
  msgstr ""
2695
 
2696
+ #: common/src/Tribe/PUE/Notices.php:279
2697
  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."
2698
  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."
2699
  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."
2700
  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."
2701
 
2702
+ #: common/src/Tribe/PUE/Checker.php:987
2703
  msgid "Please refresh the page and try your request again."
2704
  msgstr ""
2705
 
2719
  msgid "Cannot look for Terms without a taxonomy"
2720
  msgstr "Kann keine Begriffe ohne Taxonomie abrufen"
2721
 
2722
+ #: common/src/Tribe/PUE/Checker.php:1106
2723
  msgid "There is a new version of %1$s available. %2$s"
2724
  msgstr ""
2725
 
2726
+ #: common/src/Tribe/PUE/Checker.php:1095
2727
  msgid "Update now to version %s."
2728
  msgstr ""
2729
 
2730
+ #: common/src/Tribe/PUE/Checker.php:500
2731
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2732
  msgstr "%1$sKaufe Sie eine Lizenz%2$s für den Event Aggregator Service um weitere Importfunktionen freizuschalten."
2733
 
2843
  msgid "The cost currency symbol"
2844
  msgstr ""
2845
 
2846
+ #: src/template-tags/tickets.php:449
2847
  msgctxt "ticket stock message (remaining stock)"
2848
  msgid "%1$d available"
2849
  msgstr ""
2850
 
2851
+ #: src/template-tags/tickets.php:444
2852
  msgid "%s %d"
2853
  msgstr "\t%s %d"
2854
 
2855
+ #: src/template-tags/tickets.php:438
2856
  msgctxt "separate going and remain RSVPs"
2857
  msgid "RSVP'd Going"
2858
  msgstr ""
2859
 
2860
+ #: src/admin-views/tribe-options-tickets.php:100
2861
  msgid "Location of Tickets form"
2862
  msgstr "Standort des Ticketformulars"
2863
 
2864
+ #: src/admin-views/tribe-options-tickets.php:90
2865
  msgid "Location of RSVP form"
2866
  msgstr "Standort des Anmeldeformulars"
2867
 
2868
+ #: src/admin-views/tribe-options-tickets.php:85
2869
  msgid "Above the event description"
2870
  msgstr "Über der Veranstaltungsbeschreibung"
2871
 
2872
+ #: src/admin-views/tribe-options-tickets.php:84
2873
  msgid "Below the event description"
2874
  msgstr "Unter der Veranstaltungsbeschreibung"
2875
 
2876
+ #: src/admin-views/tribe-options-tickets.php:83
2877
  msgid "Above the event details"
2878
  msgstr "Über den Veranstaltungsdetails"
2879
 
2880
+ #: src/admin-views/tribe-options-tickets.php:82
2881
  msgid "Below the event details [default]"
2882
  msgstr "Unter den Veranstaltungsdetails (Standard)"
2883
 
2896
  msgid "Edit %s"
2897
  msgstr "Veranstaltung bearbeiten"
2898
 
2899
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2900
  msgid "Undo"
2901
  msgstr ""
2902
 
2903
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2904
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2905
  msgid "Check In"
2906
  msgstr "einchecken"
2907
 
2932
  msgid "Events Help"
2933
  msgstr "Hilfe zu Veranstaltungen"
2934
 
2935
+ #: common/src/Tribe/PUE/Checker.php:1688
2936
  msgid "Expired license. Consult your network administrator."
2937
  msgstr "Lizenz abgelaufen. Bitte informieren Sie den Administrator."
2938
 
2939
+ #: common/src/Tribe/PUE/Checker.php:1687
2940
  msgid "No license entered. Consult your network administrator."
2941
  msgstr ""
2942
 
2943
+ #: common/src/Tribe/PUE/Checker.php:1686
2944
  msgid "A valid license has been entered by your network administrator."
2945
  msgstr "Eine gültige Lizenz wurde von Ihrem Netzwerk Administrator eingegeben,"
2946
 
2947
+ #: common/src/Tribe/PUE/Checker.php:553
2948
  msgid "Site License Key"
2949
  msgstr ""
2950
 
2951
+ #: common/src/Tribe/PUE/Checker.php:542
2952
  msgid "Check this box if you wish to override the network license key with your own"
2953
  msgstr "Aktivieren Sie diese Option, um den Netzwerk Lizenzschlüssel mit Ihrem eigenen zu überschreiben"
2954
 
2955
+ #: common/src/Tribe/PUE/Checker.php:541
2956
  msgid "Override network license key"
2957
  msgstr ""
2958
 
2959
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2960
  msgid "License Key Status:"
2961
  msgstr "Status des Lizenz - Schlüssels"
2962
 
2963
+ #: common/src/Tribe/Main.php:289
2964
  msgid "Done"
2965
  msgstr "Erledigt"
2966
 
2967
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2968
  msgid "Today"
2969
  msgstr ""
2970
 
2971
+ #: common/src/Tribe/Main.php:287
2972
  msgid "Prev"
2973
  msgstr ""
2974
 
2984
  msgid "Installed Add-Ons"
2985
  msgstr "Installierte Add-Ons"
2986
 
2987
+ #: common/src/Tribe/Extension.php:377
2988
  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."
2989
  msgstr ""
2990
 
2992
  msgid "Tutorial"
2993
  msgstr ""
2994
 
 
2995
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
2996
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
2997
  msgctxt "the final separator in a list of two or more items"
2998
  msgid " and "
2999
  msgstr "und"
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3003
  msgctxt "separator used in a list of items"
3004
  msgid ", "
3005
  msgstr ","
3025
  msgstr[0] ""
3026
  msgstr[1] ""
3027
 
 
3028
  #: src/views/tickets/email-tickets-moved.php:117
3029
+ #: src/views/tickets/email-ticket-type-moved.php:115
3030
  msgid " (taking place on %s)"
3031
  msgstr "\t(Erfolgt auf %s)"
3032
 
3036
  msgstr[0] ""
3037
  msgstr[1] ""
3038
 
 
3039
  #: src/views/tickets/email-tickets-moved.php:99
3040
+ #: src/views/tickets/email-ticket-type-moved.php:97
3041
  msgid "Important changes to your tickets"
3042
  msgstr "Wichtige Änderungen an Ihren Tickets"
3043
 
3058
  msgid "Next &raquo;"
3059
  msgstr ""
3060
 
3061
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3062
  msgid "Finish!"
3063
  msgstr "Finish!"
3064
 
3076
  msgid "Select the ticket type that the tickets should be transferred to:"
3077
  msgstr ""
3078
 
3079
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3080
  msgid "Select the post you wish to move the ticket type to:"
3081
  msgstr ""
3082
 
3084
  msgid "You can also enter keywords to help find the target event by title or description:"
3085
  msgstr ""
3086
 
3087
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3088
  msgid "You can optionally focus on a specific post type:"
3089
  msgstr ""
3090
 
3114
  msgid "Move"
3115
  msgstr "Verschieben"
3116
 
3117
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3118
  msgid "Getting Started"
3119
  msgstr "Schnellstart"
3120
 
3121
+ #: src/admin-views/admin-welcome-message.php:69
3122
  msgid "Sign Up"
3123
  msgstr ""
3124
 
3125
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3126
  msgid "Rate It"
3127
  msgstr ""
3128
 
3129
+ #: src/admin-views/admin-welcome-message.php:79
3130
  msgid "Rate us today!"
3131
  msgstr ""
3132
 
3133
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3134
  msgid "We Need Your Help"
3135
  msgstr ""
3136
 
 
 
 
 
3137
  #: src/Tribe/Attendees.php:502
3138
  msgctxt "attendee export"
3139
  msgid "Customer Email Address"
3177
  msgid "Edit"
3178
  msgstr "Bearbeiten"
3179
 
3180
+ #: src/Tribe/RSVP.php:331
3181
  msgid "RSVP Ticket"
3182
  msgstr ""
3183
 
3184
+ #: src/Tribe/RSVP.php:330
3185
  msgid "RSVP Tickets"
3186
  msgstr ""
3187
 
3188
+ #: src/Tribe/RSVP.php:163
3189
  msgctxt "ticket provider"
3190
  msgid "RSVP"
3191
  msgstr ""
3205
  msgid "Total RSVPs:"
3206
  msgstr ""
3207
 
3208
+ #: src/Tribe/Assets.php:112
3209
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3210
  msgstr "Möchten Sie diese Karte löschen? Dies kann nicht rückgängig gemacht werden."
3211
 
3212
+ #: src/Tribe/Main.php:803
3213
  msgctxt "button text"
3214
  msgid "RSVP"
3215
  msgstr ""
3216
 
 
 
 
 
3217
  #: src/Tribe/CSV_Importer/Rows.php:49
3218
  msgctxt "post type label"
3219
  msgid "RSVPs"
3224
  msgid "RSVPs"
3225
  msgstr ""
3226
 
3227
+ #: src/Tribe/Attendees_Table.php:330
3228
  msgctxt "row action"
3229
  msgid "Delete"
3230
  msgstr "Löschen"
3231
 
3232
+ #: src/Tribe/Attendees_Table.php:318
3233
  msgctxt "row action"
3234
  msgid "Move"
3235
  msgstr "Verschieben"
3236
 
3237
+ #: src/Tribe/Attendees_Table.php:308
3238
  msgctxt "row action"
3239
  msgid "Check In"
3240
  msgstr "\tEinchecken"
3241
 
3242
+ #: src/Tribe/Attendees_Table.php:309
3243
  msgctxt "row action"
3244
  msgid "Undo Check In"
3245
  msgstr ""
3278
  msgid "View history"
3279
  msgstr ""
3280
 
3281
+ #: src/Tribe/Admin/Move_Tickets.php:763
3282
  msgid "This ticket was moved to %1$s from %2$s"
3283
  msgstr ""
3284
 
3285
+ #: src/Tribe/Admin/Move_Tickets.php:583
3286
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3287
  msgstr ""
3288
 
3289
+ #: src/Tribe/Admin/Move_Tickets.php:465
3290
  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."
3291
  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."
3292
  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."
3293
  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."
3294
 
3295
+ #: src/Tribe/Admin/Move_Tickets.php:458
3296
  msgctxt "moved tickets success message fragment"
3297
  msgid "moved to %s and"
3298
  msgstr ""
3299
 
3300
+ #: src/Tribe/Admin/Move_Tickets.php:451
3301
  msgctxt "moved tickets success message fragment"
3302
  msgid "assigned to %s"
3303
  msgstr "%s zugewiesen"
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:443
3306
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Admin/Move_Tickets.php:435
3310
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Admin/Move_Tickets.php:225
3314
  msgctxt "attendee screen bulk actions"
3315
  msgid "Move"
3316
  msgstr "verschieben"
3340
  msgstr "Teilnehmer verschieben"
3341
 
3342
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3343
+ #: src/Tribe/Admin/Move_Tickets.php:704
3344
  msgid "Changes to your tickets from %s"
3345
  msgstr "Änderungen an Ihren Karten ab %s"
3346
 
3361
  msgstr ""
3362
 
3363
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3364
+ #: src/Tribe/Admin/Move_Tickets.php:252
3365
  msgid "All supported types"
3366
  msgstr "Alle unterstützten Typen"
3367
 
3368
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3369
+ #: src/resources/js/app/blocks.js:42918
3370
  msgid "Move Ticket Types"
3371
  msgstr ""
3372
 
3373
+ #: common/src/admin-views/tribe-options-licenses.php:19
3374
+ 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."
3375
  msgstr ""
3376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3377
  #: common/src/admin-views/tribe-options-help.php:55
3378
  msgid "Event Log"
3379
  msgstr "Veranstaltungsprotokoll"
3418
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3419
  msgstr ""
3420
 
3421
+ #: common/src/Tribe/PUE/Notices.php:441
3422
  msgctxt "formatted plugin list"
3423
  msgid "%1$s and %2$s"
3424
  msgstr "\t%1$s und %2$s"
3425
 
3426
+ #: common/src/Tribe/PUE/Notices.php:356
3427
  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."
3428
  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."
3429
  msgstr[0] ""
3430
  msgstr[1] ""
3431
 
3432
+ #: common/src/Tribe/PUE/Notices.php:324
3433
  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"
3434
  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"
3435
  msgstr[0] ""
3436
  msgstr[1] ""
3437
 
3438
+ #: common/src/Tribe/PUE/Checker.php:1065
3439
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3440
  msgstr ""
3441
 
3442
+ #: common/src/Tribe/PUE/Checker.php:1008
3443
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3444
  msgstr ""
3445
 
3446
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3447
  msgid " (opens in a new window)"
3448
  msgstr "(öffnet in einem neuen Fenster)"
3449
 
3450
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3451
  msgid "Renew Your License Now"
3452
  msgstr ""
3453
 
3454
+ #: common/src/Tribe/Main.php:276
3455
  msgid ": Selected 1 row"
3456
  msgstr "\t: 1 Zeile ausgewählt"
3457
 
3458
+ #: common/src/Tribe/Main.php:275
3459
  msgid ": Selected %d rows"
3460
  msgstr "\t: %d Zeilen ausgewählt"
3461
 
3462
+ #: common/src/Tribe/Main.php:270
3463
  msgid "Previous"
3464
  msgstr ""
3465
 
3466
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3467
  msgid "Next"
3468
  msgstr ""
3469
 
3470
+ #: common/src/Tribe/Main.php:268
3471
  msgid "All"
3472
  msgstr "Alle"
3473
 
3474
+ #: common/src/Tribe/Main.php:263
3475
  msgid "Search:"
3476
  msgstr ""
3477
 
3478
+ #: common/src/Tribe/Main.php:262
3479
  msgid "No matching records found"
3480
  msgstr ""
3481
 
3482
+ #: common/src/Tribe/Main.php:261
3483
  msgid "(filtered from _MAX_ total entries)"
3484
  msgstr "(gefiltert von _MAX_ Gesamt Einträgen)"
3485
 
3486
+ #: common/src/Tribe/Main.php:260
3487
  msgid "Showing 0 to 0 of 0 entries"
3488
  msgstr ""
3489
 
3490
+ #: common/src/Tribe/Main.php:259
3491
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3492
  msgstr ""
3493
 
3494
+ #: common/src/Tribe/Main.php:258
3495
  msgid "No data available in table"
3496
  msgstr ""
3497
 
3498
+ #: common/src/Tribe/Main.php:257
3499
  msgid "Show _MENU_ entries"
3500
  msgstr ""
3501
 
3502
+ #: common/src/Tribe/Main.php:255
3503
  msgid ": activate to sort column descending"
3504
  msgstr ": aktivieren, um Spalte absteigend zu sortieren"
3505
 
3506
+ #: common/src/Tribe/Main.php:254
3507
  msgid ": activate to sort column ascending"
3508
  msgstr "\t: aktivieren, um Spalte aufsteigend zu sortieren"
3509
 
3510
+ #: common/src/Tribe/Main.php:299
3511
  msgid "Press \"Cmd + C\" to copy"
3512
  msgstr ""
3513
 
3514
+ #: common/src/Tribe/Main.php:298
3515
  msgid "System info copied"
3516
  msgstr ""
3517
 
3518
+ #: common/src/Tribe/Main.php:297
3519
  #: common/src/admin-views/tribe-options-help.php:50
3520
  msgid "Copy to clipboard"
3521
  msgstr "\tIn die Zwischenablage kopieren"
3544
  msgid "Go to plugins page"
3545
  msgstr "Gehe zur Pluginseite"
3546
 
3547
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3548
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3549
+ msgstr ""
3550
 
3551
+ #: src/Tribe/Tickets.php:1819
3552
  msgid "Tickets are not available as this %s has passed."
3553
  msgstr "Es sind keine Tickets verfügbar, da diese %s vorbei ist."
3554
 
3555
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3556
  msgid "Please enter in without thousand separators and currency symbols."
3557
  msgstr "Bitte ohne Tausendertrennzeichen oder Währungssymbol eingeben."
3558
 
3560
  msgid "English"
3561
  msgstr "Englisch"
3562
 
3563
+ #: common/src/Tribe/Plugins_API.php:126
3564
  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."
3565
  msgstr ""
3566
 
3567
+ #: common/src/Tribe/Plugins_API.php:115
3568
  msgctxt "Names of required plugins for Community Tickets"
3569
  msgid "Event Tickets Plus and Community Events"
3570
  msgstr "Event Tickets Plus und Community Events"
3571
 
3572
+ #: common/src/Tribe/Plugins_API.php:114
3573
  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"
3574
  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."
3575
 
3577
  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."
3578
  msgstr ""
3579
 
3580
+ #: common/src/Tribe/Plugins_API.php:94
3581
  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."
3582
  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!"
3583
 
3584
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3585
  msgid "Filter Bar"
3586
  msgstr "Filter Bar"
3587
 
3593
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3594
  msgstr "Bewerten Sie %1$sThe Events Calendar%2$s %3$s"
3595
 
3596
+ #: src/Tribe/RSVP.php:810
3597
  msgid "You confirmed you will not be attending %s"
3598
  msgstr "Sie haben bestätigt, an %s nicht teilzunehmen"
3599
 
3601
  msgid "Thank you for confirming that you will not be attending the above event."
3602
  msgstr "Vielen Dank, dass Sie bestätigt haben, nicht teilzunehmen."
3603
 
 
3604
  #: src/views/tickets/orders-pp-tickets.php:76
3605
+ #: src/views/tickets/orders-rsvp.php:87
3606
  msgid "Type: "
3607
  msgstr ""
3608
 
3609
  #: src/views/tickets/rsvp.php:211
 
3610
  msgid "Login to RSVP"
3611
  msgstr "Einloggen um teilzunehmen"
3612
 
3618
  msgid "View %s"
3619
  msgstr ""
3620
 
 
3621
  #: src/views/tickets/orders-pp-tickets.php:66
3622
+ #: src/views/tickets/orders-rsvp.php:63
3623
  msgid "Attendee %d"
3624
  msgstr "Teilnehmer %d"
3625
 
 
3626
  #: src/views/tickets/orders-pp-tickets.php:47
3627
+ #: src/views/tickets/orders-rsvp.php:44
3628
  msgid " on %s"
3629
  msgstr "auf %s"
3630
 
3637
  msgstr ""
3638
 
3639
  #: src/views/tickets/orders-link.php:39
3640
+ #: src/views/blocks/attendees/order-links.php:65
3641
  msgid "View your %s"
3642
  msgstr "%s ansehen"
3643
 
3644
  #: src/views/tickets/orders-link.php:38
3645
+ #: src/views/blocks/attendees/order-links.php:48
3646
  msgid "You have %s for this %s."
3647
  msgstr "Sie haben %s für diese %s."
3648
 
3666
  msgid "To see a list of events you're attending, you will need to log in."
3667
  msgstr ""
3668
 
3669
+ #: src/admin-views/tribe-options-tickets.php:127
3670
  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."
3671
  msgstr ""
3672
 
3673
+ #: src/admin-views/tribe-options-tickets.php:122
3674
  msgid "Login Requirements"
3675
  msgstr "Login Voraussetzungen"
3676
 
3677
+ #: src/admin-views/tribe-options-tickets.php:51
3678
  msgid "Require users to log in before they RSVP"
3679
  msgstr ""
3680
 
3681
+ #: src/Tribe/Tickets_View.php:808
3682
  msgid "This RSVP is no longer active."
3683
  msgstr ""
3684
 
3685
+ #: src/Tribe/Tickets_View.php:741
3686
  msgid "Ticket"
3687
  msgstr ""
3688
 
3689
+ #: src/views/blocks/rsvp/status/going.php:26
3690
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3691
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3692
  msgid "Going"
3693
  msgstr "Zugesagt"
3694
 
3695
+ #: src/Tribe/Tickets.php:1869
3696
  msgid "There are no tickets available at this time."
3697
  msgstr "Momentan sind keine Tickets verfügbar"
3698
 
3699
+ #: src/Tribe/Tickets.php:1867
3700
  msgid "Tickets are no longer available."
3701
  msgstr "Keine Tickets mehr verfügbar"
3702
 
3703
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3704
+ #: src/resources/js/app/blocks.js:44083
3705
+ #: src/modules/blocks/tickets/container/template.js:47
3706
  msgid "Tickets are not yet available"
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Main.php:803
3710
  msgid "Buy"
3711
  msgstr "Kaufen"
3712
 
3716
  msgid "Free"
3717
  msgstr "Kostenlos"
3718
 
3719
+ #: src/Tribe/Tickets_View.php:737
3720
  msgid "RSVPs"
3721
  msgstr ""
3722
 
3840
  msgid "Enable global stock"
3841
  msgstr "Globaler Bestand freischalten"
3842
 
3843
+ #: src/Tribe/Assets.php:118
3844
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3845
  msgstr "Es scheint, dass Sie Ihre globalen Bestandseinstellungen geändert haben, aber den Beitrag nicht gespeichert oder aktualisiert haben."
3846
 
3847
+ #: src/Tribe/Attendees_Table.php:410
3848
  msgid "View order"
3849
  msgstr "Bestellung ansehen"
3850
 
3892
  msgid "Confirm RSVP"
3893
  msgstr ""
3894
 
 
3895
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3896
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3897
  msgid "Full Name"
3898
  msgstr "Vollständiger Name"
3899
 
3900
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3901
+ #: src/views/blocks/rsvp/details/availability.php:23
3902
  msgid "Out of stock!"
3903
  msgstr "Ausverkauft!"
3904
 
3906
  msgid "%1$s out of %2$s available"
3907
  msgstr "%1$s aus %2$s verfügbar"
3908
 
3909
+ #: src/Tribe/Tickets_View.php:737
3910
  #: src/admin-views/editor/column-body-price.php:16
3911
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3912
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3913
  #: src/modules/blocks/rsvp/container/template.js:31
 
3914
  msgid "RSVP"
3915
  msgstr ""
3916
 
 
3917
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3918
+ #: src/views/tickets/email.php:406
3919
  msgid "Purchaser"
3920
  msgstr ""
3921
 
3922
  #: src/views/tickets/email.php:402
 
 
3923
  msgid "Ticket Type"
3924
  msgstr ""
3925
 
 
 
 
3926
  #: src/views/tickets/email-tickets-moved.php:26
3927
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3928
+ #: src/views/tickets/email-ticket-type-moved.php:25
3929
  msgid "Your tickets"
3930
  msgstr ""
3931
 
3932
  #: src/views/tickets/attendees-email.php:24
3933
+ #: src/resources/js/app/blocks.js:46965
3934
  #: src/modules/blocks/attendees/index.js:21
 
3935
  msgid "Attendee List"
3936
  msgstr "Teilnehmerliste"
3937
 
3938
+ #: src/admin-views/tribe-options-tickets.php:66
3939
  msgid "Post types that can have tickets"
3940
  msgstr ""
3941
 
3942
  #: src/admin-views/editor/panel/settings.php:14
3943
+ #: src/admin-views/tribe-options-tickets.php:62
3944
  msgid "Ticket Settings"
3945
  msgstr ""
3946
 
3947
+ #: src/admin-views/editor/panel/ticket.php:199
3948
  #: src/admin-views/editor/panel/settings.php:81
3949
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3950
+ #: src/resources/js/app/blocks.js:46423
3951
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3952
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3953
  msgid "Cancel"
3954
  msgstr "Abbrechen"
3955
 
3965
  msgid "When will ticket sales occur?"
3966
  msgstr ""
3967
 
 
3968
  #: src/admin-views/editor/fieldset/advanced.php:102
3969
+ #: src/admin-views/meta-box.php:192
3970
  msgid "End sale:"
3971
  msgstr "Verkaufsende:"
3972
 
 
3973
  #: src/admin-views/editor/fieldset/advanced.php:70
3974
+ #: src/admin-views/meta-box.php:161
3975
  msgid "Start sale:"
3976
  msgstr ""
3977
 
3983
  msgid "Ticket Name:"
3984
  msgstr "Ticketname:"
3985
 
3986
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
3987
  msgid "Sell using:"
3988
  msgstr "Verkaufen mittels: "
3989
 
3990
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
3991
  msgid "Edit ticket"
3992
  msgstr "Ticket bearbeiten"
3993
 
3994
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
3995
+ #: src/admin-views/meta-box.php:122
3996
  msgid "Add new ticket"
3997
  msgstr "Neues Ticket hinzufügen"
3998
 
3999
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4000
  msgid "Remove"
4001
  msgstr "Löschen"
4002
 
4003
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4004
  msgid "Select an Image"
4005
  msgstr ""
4006
 
4016
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4017
  msgstr ""
4018
 
4019
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4020
  msgid "Sold %d"
4021
  msgstr ""
4022
 
4028
  msgid "View"
4029
  msgstr "Anzeigen"
4030
 
4031
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4032
+ #: src/resources/js/app/blocks.js:46179
4033
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4034
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4035
  msgid "Edit"
4036
  msgstr "(Bearbeiten)"
4037
 
4040
  msgid "(Current sale price - this can be managed via the product editor)"
4041
  msgstr "(Aktueller Verkaufspreis - kann mit dem Produkt Editor angepasst werden)"
4042
 
 
4043
  #: src/admin-views/editor/fieldset/price.php:67
4044
+ #: src/admin-views/price-fields.php:12
4045
  #: src/admin-views/legacy-ticket-fields.php:24
4046
  msgid "Sale Price:"
4047
  msgstr "Angebotspreis:"
4051
  msgid "(0 or empty for free tickets)"
4052
  msgstr "(0 eingeben oder leer lassen für kostenlosen Eintritt)"
4053
 
 
 
4054
  #: src/admin-views/editor/fieldset/price.php:49
4055
+ #: src/admin-views/editor/column-body-price.php:9
4056
+ #: src/admin-views/price-fields.php:3
4057
  #: src/admin-views/legacy-ticket-fields.php:15
4058
  msgid "Price:"
4059
  msgstr "Preis:"
4060
 
 
 
 
 
4061
  #: src/admin-views/attendees-email.php:59
4062
  msgid "Send Email"
4063
  msgstr "E-Mail senden"
4082
  msgid "Send the attendee list by email"
4083
  msgstr ""
4084
 
4085
+ #: src/Tribe/Attendees.php:708
4086
  msgid "Email sent successfully!"
4087
  msgstr "\tE-Mail erfolgreich versendet!"
4088
 
4089
+ #: src/Tribe/Attendees.php:701
4090
  msgid "Error when sending the email"
4091
  msgstr "Fehler beim E-Mailversand"
4092
 
4093
+ #: src/Tribe/Attendees.php:700
4094
  msgid "Attendee List for: %s"
4095
  msgstr "Teilnehmerliste für: %s"
4096
 
4118
  msgid "attendees"
4119
  msgstr "Teilnehmer"
4120
 
4121
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4122
+ #: src/admin-views/tribe-options-tickets.php:246
4123
  msgid "Yes"
4124
  msgstr "Ja"
4125
 
4140
  msgstr ""
4141
 
4142
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4143
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4144
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4145
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4146
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4147
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4148
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4149
  msgid "Attendees"
4150
  msgstr ""
4151
 
4153
  msgid "See who purchased tickets to this event"
4154
  msgstr ""
4155
 
4156
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4157
  msgid "Post draft updated."
4158
  msgstr "Beitragsentwurf aktualisiert."
4159
 
4160
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4161
  msgid "Post scheduled."
4162
  msgstr ""
4163
 
4164
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4165
  msgid "Post submitted."
4166
  msgstr "Beitrag abgeschickt."
4167
 
4168
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4169
  msgid "Post published. %1$s"
4170
  msgstr ""
4171
 
4172
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4173
  msgid "Post updated. %1$s"
4174
  msgstr ""
4175
 
4176
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4177
  msgid "Return to the %1$sAttendees Report%2$s."
4178
  msgstr ""
4179
 
4180
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4181
  msgid "(deleted)"
4182
  msgstr "(gelöscht)"
4183
 
4184
+ #: src/Tribe/RSVP.php:1115
4185
  msgid "In order to RSVP, you must enter your name and a valid email address."
4186
  msgstr "Um sich anmelden zu können, müssen Sie Ihren Namen und eine gültige E-Mail-Adresse eingeben."
4187
 
4188
+ #: src/Tribe/RSVP.php:1110
4189
  msgid "You can't RSVP more than the total remaining tickets."
4190
  msgstr ""
4191
 
4192
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4193
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4194
  msgstr ""
4195
 
4196
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4197
  msgid "Your tickets from %s"
4198
  msgstr "Ihre Tickets für %s"
4199
 
4200
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4201
  msgctxt "Attendee number"
4202
  msgid "Attendee %1$s"
4203
  msgstr "Teilnehmer %1$s"
4206
  msgid "Set as ticket header"
4207
  msgstr ""
4208
 
4209
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4210
  msgid "Ticket header image"
4211
  msgstr ""
4212
 
4213
+ #: src/Tribe/Main.php:567
4214
  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)."
4215
  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."
4216
 
4217
+ #: src/Tribe/Main.php:562
4218
  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)."
4219
  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."
4220
 
4221
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4222
  msgid "post a thread"
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Main.php:559
4226
  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."
4227
  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."
4228
 
4229
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4230
  msgid "Events Tickets Plus"
4231
  msgstr "Events Tickets Plus"
4232
 
4233
+ #: src/Tribe/Main.php:557
4234
  msgid "premium support on our website"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Main.php:555
4238
  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."
4239
  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"
4240
 
4241
+ #: src/Tribe/Main.php:554
4242
  msgid "open-source forum on WordPress.org"
4243
  msgstr ""
4244
 
4245
+ #: src/Tribe/Main.php:537
4246
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4247
  msgstr ""
4248
 
4249
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4250
  msgid "New User Primer"
4251
  msgstr ""
4252
 
4253
+ #: src/Tribe/Main.php:518
4254
  msgid "Customizing Event Tickets"
4255
  msgstr "Event Tickets anpassen"
4256
 
4257
+ #: src/Tribe/Main.php:517
4258
  msgid "Troubleshooting common problems"
4259
  msgstr ""
4260
 
4261
+ #: src/Tribe/Main.php:516
4262
  msgid "Features overview"
4263
  msgstr "Funktionsübersicht"
4264
 
4265
+ #: src/Tribe/Main.php:515
4266
  msgid "Settings overview"
4267
  msgstr ""
4268
 
4269
+ #: src/Tribe/Main.php:513
4270
  msgid "Support for Event Tickets"
4271
  msgstr ""
4272
 
4273
+ #: src/Tribe/Main.php:332
4274
  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"
4275
  msgstr ""
4276
 
4277
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4278
  msgid "Delete"
4279
  msgstr "Löschen"
4280
 
4281
+ #: src/Tribe/Attendees_Table.php:555
4282
  msgid "Export"
4283
  msgstr "Daten exportieren"
4284
 
4285
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4286
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4287
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4288
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4289
+ #: src/views/blocks/rsvp/form/email.php:32
4290
  msgid "Email"
4291
  msgstr "E-Mail-Adresse"
4292
 
4293
+ #: src/Tribe/Attendees_Table.php:554
4294
  msgid "Print"
4295
  msgstr "Drucken"
4296
 
4297
+ #: src/Tribe/Attendees_Table.php:591
4298
  msgid "Undo Check in"
4299
  msgstr "Das Einchecken zurücknehmen"
4300
 
4301
+ #: src/Tribe/Attendees_Table.php:590
4302
  msgid "Check in"
4303
  msgstr "Einchecken"
4304
 
4322
  msgid "Purchaser Name"
4323
  msgstr "Besteller"
4324
 
4325
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4326
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4327
  #: src/admin-views/editor/list-table.php:30
4328
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4329
  msgid "Tickets"
4330
  msgstr ""
4331
 
4341
  msgid "Network Settings"
4342
  msgstr "Netzwerk-Einstellungen"
4343
 
 
 
 
 
 
 
 
 
4344
  #: common/src/admin-views/tribe-options-help.php:80
4345
  msgid "More..."
4346
  msgstr "Weiterlesen …"
4465
  msgid "Date Format Settings"
4466
  msgstr "Einstellungen Datumsformat"
4467
 
4468
+ #: src/admin-views/admin-welcome-message.php:7
4469
+ msgid "Version"
4470
+ msgstr "Version"
4471
+
4472
  #: common/src/Tribe/Languages/Locations.php:374
4473
  msgid "Wyoming"
4474
  msgstr "Wyoming"
5714
  msgstr ""
5715
 
5716
  #: common/src/Tribe/Settings_Manager.php:253
5717
+ #: common/src/admin-views/tribe-options-licenses.php:57
5718
  msgid "Licenses"
5719
  msgstr "Lizenzen"
5720
 
5734
  msgid "General"
5735
  msgstr "Allgemein"
5736
 
5737
+ #: common/src/Tribe/Settings.php:641
5738
  msgid "Settings saved."
5739
  msgstr "Einstellungen gespeichert."
5740
 
5741
+ #: common/src/Tribe/Settings.php:619
5742
  msgid "The above setting was not saved. Other settings were successfully saved."
5743
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5744
  msgstr[0] ""
5745
  msgstr[1] ""
5746
 
5747
+ #: common/src/Tribe/Settings.php:618
5748
  msgid "None of your settings were saved. Please try again."
5749
  msgstr ""
5750
 
5751
+ #: common/src/Tribe/Settings.php:608
5752
  msgid "Your form had the following errors:"
5753
  msgstr ""
5754
 
5764
  msgid "You don't have permission to do that."
5765
  msgstr ""
5766
 
5767
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5768
  #: common/src/Tribe/Settings.php:371
5769
  msgid "Save Changes"
5770
  msgstr "Änderungen speichern"
5778
  msgstr "%s Einstellungen"
5779
 
5780
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5781
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5782
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5783
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5784
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5785
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5786
  msgid "Settings"
5787
  msgstr "Einstellungen"
5788
 
5790
  msgid "Events Settings"
5791
  msgstr "Veranstaltungseinstellungen"
5792
 
5793
+ #: src/admin-views/admin-welcome-message.php:18
5794
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5795
  #: common/src/Tribe/Settings.php:242
5796
  msgid "Events"
5797
  msgstr "Veranstaltungen"
5798
 
5799
+ #: common/src/Tribe/PUE/Checker.php:899
5800
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5801
  msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte kontaktiere den %sSupport%s."
5802
 
5803
+ #: common/src/Tribe/PUE/Checker.php:943
5804
  msgid "Thanks for setting up a valid key. It will expire on %s"
5805
  msgstr ""
5806
 
5807
+ #: common/src/Tribe/PUE/Checker.php:938
5808
  msgid "Valid Key! Expires on %s"
5809
  msgstr ""
5810
 
5811
+ #: common/src/Tribe/PUE/Checker.php:918
5812
  msgid "Sorry, key validation server is not available."
5813
  msgstr ""
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:912
5816
  msgid "unknown date"
5817
  msgstr ""
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:653
5820
  msgid "License key(s) updated."
5821
  msgstr "Lizenz - Schlüssel upgedatet"
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:497
5824
  msgid "A valid license key is required for support and updates"
5825
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5828
  msgid "License Key"
5829
  msgstr "Lizenzschlüssel"
5830
 
5925
  msgstr ""
5926
 
5927
  #: common/src/Tribe/Admin/Help_Page.php:244
5928
+ #: common/src/Tribe/Plugins_API.php:110
5929
  msgid "Community Tickets"
5930
  msgstr "Community Tickets"
5931
 
5933
  msgid "Event Tickets Plus"
5934
  msgstr ""
5935
 
5936
+ #: common/src/Tribe/Admin/Help_Page.php:211
5937
+ #: common/src/Tribe/Plugins_API.php:100
5938
  msgid "Community Events"
5939
  msgstr "Veranstaltungen bearbeiten"
5940
 
5941
  #: common/src/Tribe/Admin/Help_Page.php:203
5942
+ #: common/src/Tribe/Plugins_API.php:121
5943
  msgid "Eventbrite Tickets"
5944
  msgstr "Eventbrite Tickets"
5945
 
5947
  msgid "Events Calendar PRO"
5948
  msgstr "Events Calendar PRO"
5949
 
5950
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5951
+ #: src/views/blocks/attendees/order-links.php:48
5952
  #: common/src/Tribe/Admin/Help_Page.php:170
5953
  msgid " and "
5954
  msgstr " und "
5966
  msgstr "Events Tickets ist ein sorgfältig entwickeltes, erweiterbares Plugin, mit welchem Sie einfach Karten zu Ihrer Veranstaltung verkaufen kannst."
5967
 
5968
  #. Plugin Name of the plugin
5969
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5970
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5971
  msgid "Event Tickets"
5972
  msgstr "Veranstaltungstickets"
5975
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5976
  msgstr ""
5977
 
5978
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5979
+ #: common/src/Tribe/Plugins_API.php:25
5980
  msgid "The Events Calendar"
5981
+ msgstr ""ll 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 😄"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5982
  msgstr "Bitte beachten Sie, dass jeglicher Support über das Forum erfolgt. Sie können uns mailen oder tweeten ... aber wir werden Sie wieder auf das Forum verweisen :-)"
5983
 
5984
  #: common/src/admin-views/tribe-options-help.php:33
6085
  msgid "Date Format Settings"
6086
  msgstr "Einstellungen Datumsformat"
6087
 
6088
+ #: src/admin-views/admin-welcome-message.php:7
6089
+ msgid "Version"
6090
+ msgstr "Version"
6091
+
6092
  #: common/src/Tribe/Languages/Locations.php:374
6093
  msgid "Wyoming"
6094
  msgstr "Wyoming"
7334
  msgstr "Es sind noch keine Felder für diesen Reiter definiert."
7335
 
7336
  #: common/src/Tribe/Settings_Manager.php:253
7337
+ #: common/src/admin-views/tribe-options-licenses.php:57
7338
  msgid "Licenses"
7339
  msgstr "Lizenz"
7340
 
7354
  msgid "General"
7355
  msgstr "Generelle Einstellungen"
7356
 
7357
+ #: common/src/Tribe/Settings.php:641
7358
  msgid "Settings saved."
7359
  msgstr "Die Einstellungen wurden gespeichert."
7360
 
7361
+ #: common/src/Tribe/Settings.php:619
7362
  msgid "The above setting was not saved. Other settings were successfully saved."
7363
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
7364
  msgstr[0] "Die obige Einstellung wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
7365
  msgstr[1] "Die obigen Einstellungen wurde nicht gespeichert. Andere Einstellungen wurden erfolgreich gespeichert."
7366
 
7367
+ #: common/src/Tribe/Settings.php:618
7368
  msgid "None of your settings were saved. Please try again."
7369
  msgstr "Die Eintellungen konnten gespeichert werden. Bitte erneut versuchen."
7370
 
7371
+ #: common/src/Tribe/Settings.php:608
7372
  msgid "Your form had the following errors:"
7373
  msgstr "Ihr Formular wies die folgenden Fehler auf:"
7374
 
7384
  msgid "You don't have permission to do that."
7385
  msgstr "Sie besitzen nicht die notwendigen Rechte dafür."
7386
 
7387
+ #: src/Tribe/Editor/Attendee_Registration.php:128
7388
  #: common/src/Tribe/Settings.php:371
7389
  msgid "Save Changes"
7390
  msgstr "Änderungen speichern"
7398
  msgstr "%s Einstellungen"
7399
 
7400
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
7401
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
7402
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
7403
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
7404
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
7405
+ #: src/modules/elements/settings-dashboard/element.js:64
 
7406
  msgid "Settings"
7407
  msgstr "Einstellungen"
7408
 
7410
  msgid "Events Settings"
7411
  msgstr "Veranstaltungseinstellungen"
7412
 
7413
+ #: src/admin-views/admin-welcome-message.php:18
7414
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
7415
  #: common/src/Tribe/Settings.php:242
7416
  msgid "Events"
7417
  msgstr "Events"
7418
 
7419
+ #: common/src/Tribe/PUE/Checker.php:899
7420
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7421
  msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte den %sSupport%s kontaktieren."
7422
 
7423
+ #: common/src/Tribe/PUE/Checker.php:943
7424
  msgid "Thanks for setting up a valid key. It will expire on %s"
7425
  msgstr "Danke für das Bereitstellen eine gültigen Lizenzschlüssels. Er läuft am %s aus."
7426
 
7427
+ #: common/src/Tribe/PUE/Checker.php:938
7428
  msgid "Valid Key! Expires on %s"
7429
  msgstr "Gültiger Schlüssel! Erlischt am %s"
7430
 
7431
+ #: common/src/Tribe/PUE/Checker.php:918
7432
  msgid "Sorry, key validation server is not available."
7433
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
7434
 
7435
+ #: common/src/Tribe/PUE/Checker.php:912
7436
  msgid "unknown date"
7437
  msgstr "Unbekanntes Datum"
7438
 
7439
+ #: common/src/Tribe/PUE/Checker.php:653
7440
  msgid "License key(s) updated."
7441
  msgstr "Lizenzschlüssel aktualisiert."
7442
 
7443
+ #: common/src/Tribe/PUE/Checker.php:497
7444
  msgid "A valid license key is required for support and updates"
7445
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
7446
 
7447
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
7448
  msgid "License Key"
7449
  msgstr "Lizenzschlüssel"
7450
 
7545
  msgstr "n. a."
7546
 
7547
  #: common/src/Tribe/Admin/Help_Page.php:244
7548
+ #: common/src/Tribe/Plugins_API.php:110
7549
  msgid "Community Tickets"
7550
  msgstr "Community Tickets"
7551
 
7553
  msgid "Event Tickets Plus"
7554
  msgstr "Event Tickets Plus"
7555
 
7556
+ #: common/src/Tribe/Admin/Help_Page.php:211
7557
+ #: common/src/Tribe/Plugins_API.php:100
7558
  msgid "Community Events"
7559
  msgstr "Veranstaltungen bearbeiten"
7560
 
7561
  #: common/src/Tribe/Admin/Help_Page.php:203
7562
+ #: common/src/Tribe/Plugins_API.php:121
7563
  msgid "Eventbrite Tickets"
7564
  msgstr "Eventbrite Tickets"
7565
 
7567
  msgid "Events Calendar PRO"
7568
  msgstr "Events Calendar PRO"
7569
 
7570
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
7571
+ #: src/views/blocks/attendees/order-links.php:48
7572
  #: common/src/Tribe/Admin/Help_Page.php:170
7573
  msgid " and "
7574
  msgstr "und"
7586
  msgstr "Events Tickets ist ein sorgfältig entwickeltes, erweiterbares Plugin, mit welchem Sie einfach Karten zu ihrer Veranstaltung verkaufen können."
7587
 
7588
  #. Plugin Name of the plugin
7589
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
7590
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
7591
  msgid "Event Tickets"
7592
  msgstr "Event Tickets"
7595
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
7596
  msgstr "The Events Calendar ist ein sorgfältig entwickeltes, erweiterbares Plugin zu einfachen Teilen Ihrer Veranstaltungen. Schön. Stabil. Beeindruckend."
7597
 
7598
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
7599
+ #: common/src/Tribe/Plugins_API.php:25
7600
  msgid "The Events Calendar"
7601
  msgstr "Der Veranstaltungskalender"
lang/event-tickets-el.mo CHANGED
Binary file
lang/event-tickets-el.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: el_GR\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr ""
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr ""
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr ""
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr ""
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr ""
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr ""
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr ""
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr ""
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr ""
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr ""
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr ""
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr ""
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr ""
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr ""
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr ""
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr ""
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr ""
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr ""
1665
 
@@ -1671,22 +1990,6 @@ msgstr ""
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr ""
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr ""
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr ""
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr ""
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr ""
@@ -1695,61 +1998,6 @@ msgstr ""
1695
  msgid "This ticket is no longer active."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <span class=\"count\">(%s)</span>"
1700
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1701
- msgstr[0] ""
1702
- msgstr[1] ""
1703
-
1704
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1705
- msgctxt "A PayPal order status"
1706
- msgid "Denied"
1707
- msgstr ""
1708
-
1709
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1710
- msgid "Refunded <span class=\"count\">(%s)</span>"
1711
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1712
- msgstr[0] ""
1713
- msgstr[1] ""
1714
-
1715
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1716
- msgctxt "A PayPal order status"
1717
- msgid "Refunded"
1718
- msgstr ""
1719
-
1720
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1721
- msgid "Pending <span class=\"count\">(%s)</span>"
1722
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1723
- msgstr[0] ""
1724
- msgstr[1] ""
1725
-
1726
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1727
- msgctxt "A PayPal order status"
1728
- msgid "Pending"
1729
- msgstr ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1732
- msgid "Not completed <span class=\"count\">(%s)</span>"
1733
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1734
- msgstr[0] ""
1735
- msgstr[1] ""
1736
-
1737
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1738
- msgctxt "A PayPal order status"
1739
- msgid "Not completed"
1740
- msgstr ""
1741
-
1742
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1743
- msgid "Completed <span class=\"count\">(%s)</span>"
1744
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1745
- msgstr[0] ""
1746
- msgstr[1] ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1749
- msgctxt "A PayPal order status"
1750
- msgid "Completed"
1751
- msgstr ""
1752
-
1753
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1754
  msgid "Sell only available"
1755
  msgstr ""
@@ -1827,30 +2075,31 @@ msgstr ""
1827
  msgid "Number of orders per page:"
1828
  msgstr ""
1829
 
1830
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1831
  msgid "Not completed"
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1835
  msgid "Completed"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1839
  msgid "Search Orders"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1843
  msgctxt "Browser title"
1844
  msgid "%s - PayPal Orders"
1845
  msgstr ""
1846
 
 
 
1847
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1848
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1850
  msgid "PayPal Orders"
1851
  msgstr ""
1852
 
1853
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1854
  msgid "See PayPal purchases for this %s"
1855
  msgstr ""
1856
 
@@ -1862,55 +2111,24 @@ msgstr ""
1862
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1863
  msgstr ""
1864
 
1865
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1866
- msgctxt "a PayPal ticket order status"
1867
- msgid "Not Completed"
1868
- msgstr ""
1869
-
1870
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1871
- msgctxt "a PayPal ticket order status"
1872
- msgid "Denied"
1873
- msgstr ""
1874
-
1875
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1876
- msgctxt "a PayPal ticket order status"
1877
- msgid "Pending"
1878
- msgstr ""
1879
-
1880
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1881
- msgctxt "a PayPal ticket order status"
1882
- msgid "Refunded"
1883
- msgstr ""
1884
-
1885
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1886
- msgctxt "a PayPal ticket order status"
1887
- msgid "Completed"
1888
- msgstr ""
1889
-
1890
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1891
- msgctxt "a PayPal ticket order status"
1892
- msgid "Undefined"
1893
- msgstr ""
1894
-
1895
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1896
  msgid "Report"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1900
  msgid "Sales report"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Commerce/PayPal/Main.php:452
1904
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1905
- #: src/resources/js/app/blocks.js:40151
1906
  msgid "Orders"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Commerce/PayPal/Main.php:427
1910
  msgid "Tribe Commerce Ticket"
1911
  msgstr ""
1912
 
1913
- #: src/Tribe/Commerce/PayPal/Main.php:426
1914
  msgid "Tribe Commerce Tickets"
1915
  msgstr ""
1916
 
@@ -1927,9 +2145,9 @@ msgstr ""
1927
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1931
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1932
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1933
  msgctxt "a PayPal configuration status"
1934
  msgid "incomplete"
1935
  msgstr ""
@@ -1976,7 +2194,6 @@ msgid "There was an error"
1976
  msgstr ""
1977
 
1978
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1979
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1980
  msgid "pending"
1981
  msgstr ""
1982
 
@@ -1990,51 +2207,51 @@ msgctxt "attendee summary"
1990
  msgid "Total Tickets Issued:"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Commerce/Currency.php:293
1994
  msgid "U.S. Dollar (USD)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Commerce/Currency.php:287
1998
  msgid "Taiwan New Dollar (TWD)"
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/Commerce/Currency.php:281
2002
  msgid "Thai Baht (THB)"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/Commerce/Currency.php:275
2006
  msgid "Singapore Dollar (SGD)"
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/Commerce/Currency.php:269
2010
  msgid "Swedish Krona (SEK)"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/Commerce/Currency.php:263
2014
  msgid "Polish Zloty (PLN)"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/Commerce/Currency.php:257
2018
  msgid "Philippine Peso (PHP)"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/Commerce/Currency.php:251
2022
  msgid "New Zealand Dollar (NZD)"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/Commerce/Currency.php:245
2026
  msgid "Norwegian Krone (NOK)"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/Commerce/Currency.php:239
2030
  msgid "Mexican Peso (MXN)"
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/Commerce/Currency.php:233
2034
  msgid "Malaysian Ringgit (MYR)"
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/Commerce/Currency.php:227
2038
  msgid "Japanese Yen (JPY)"
2039
  msgstr ""
2040
 
@@ -2082,7 +2299,7 @@ msgstr ""
2082
  msgid "Australian Dollar (AUD)"
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/Attendees_Table.php:776
2086
  msgid "No matching attendees found."
2087
  msgstr ""
2088
 
@@ -2098,14 +2315,14 @@ msgstr ""
2098
  msgid "%s must not be empty"
2099
  msgstr ""
2100
 
2101
- #: src/template-tags/tickets.php:429
2102
  msgctxt "ticket shared capacity message (remaining stock)"
2103
  msgid "%1$d available of shared capacity"
2104
  msgstr ""
2105
 
2106
  #: src/admin-views/rsvp-metabox-capacity.php:19
2107
  #: src/admin-views/tpp-metabox-capacity.php:25
2108
- #: src/resources/js/app/blocks.js:42093
2109
  msgid "Leave blank for unlimited"
2110
  msgstr ""
2111
 
@@ -2142,9 +2359,6 @@ msgid "Save settings"
2142
  msgstr ""
2143
 
2144
  #: src/admin-views/editor/panel/settings.php:43
2145
- #: src/modules/blocks/rsvp/header-image/template.js:26
2146
- #: src/modules/blocks/tickets/header-image/template.js:26
2147
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2148
  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."
2149
  msgstr ""
2150
 
@@ -2173,8 +2387,8 @@ msgid "Available"
2173
  msgstr ""
2174
 
2175
  #: src/admin-views/editor/list-table.php:39
 
2176
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2177
- #: src/resources/js/app/blocks.js:40496
2178
  msgid "Capacity"
2179
  msgstr ""
2180
 
@@ -2190,8 +2404,8 @@ msgstr ""
2190
  msgid "Available:"
2191
  msgstr ""
2192
 
2193
- #: src/admin-views/rsvp-metabox-capacity.php:10
2194
  #: src/admin-views/editor/list-row.php:91
 
2195
  #: src/admin-views/tpp-metabox-capacity.php:16
2196
  msgid "Capacity:"
2197
  msgstr ""
@@ -2217,8 +2431,8 @@ msgid "Ticket end date"
2217
  msgstr ""
2218
 
2219
  #: src/admin-views/editor/fieldset/advanced.php:98
2220
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2221
- #: src/resources/js/app/blocks.js:42246
2222
  msgid "If you do not set a start sale date, tickets will be available immediately."
2223
  msgstr ""
2224
 
@@ -2233,9 +2447,9 @@ msgstr ""
2233
 
2234
  #: src/admin-views/editor/fieldset/advanced.php:84
2235
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2236
  #: common/src/modules/utils/date.js:103
2237
- #: common/src/resources/js/app/elements.js:9791
2238
- #: common/src/resources/js/app/utils.js:7339
2239
  msgid "at"
2240
  msgstr ""
2241
 
@@ -2268,43 +2482,28 @@ msgstr ""
2268
  msgid "Start sale date cannot be empty."
2269
  msgstr ""
2270
 
2271
- #: src/admin-views/admin-welcome-message.php:25
2272
- msgid "Event Tickets Features"
2273
- msgstr ""
2274
-
2275
- #: src/admin-views/admin-welcome-message.php:24
2276
  msgid "Settings Overview"
2277
  msgstr ""
2278
 
2279
- #: src/admin-views/admin-welcome-message.php:15
2280
- msgid "If you need a little help, hit us up in %s."
2281
- msgstr ""
2282
-
2283
- #: src/admin-views/admin-welcome-message.php:14
2284
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2285
- msgstr ""
2286
-
2287
- #: src/admin-views/admin-welcome-message.php:13
2288
  msgid "Welcome to Event Tickets!"
2289
  msgstr ""
2290
 
2291
- #: src/admin-views/admin-welcome-message.php:5
2292
- msgid "our support forums"
2293
- msgstr ""
2294
-
2295
- #: src/views/blocks/rsvp/details/availability.php:27
2296
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2297
- #: src/views/blocks/tickets/extra-available.php:18
2298
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2299
  #: src/modules/data/blocks/ticket/options.js:19
2300
- #: src/modules/blocks/rsvp/container-header/template.js:70
2301
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2302
- #: src/resources/js/app/data.js:6147
2303
  msgid "Unlimited"
2304
  msgstr ""
2305
 
2306
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2307
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2308
  msgid "Set capacity for this ticket only"
2309
  msgstr ""
2310
 
@@ -2312,15 +2511,13 @@ msgstr ""
2312
  msgid "Shared capacity with other tickets"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Tickets.php:459
2316
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2317
- #: src/resources/js/app/blocks.js:42524
2318
  msgid "Move Ticket"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Tickets.php:459
2322
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2323
- #: src/resources/js/app/blocks.js:38475
2324
  msgid "Move RSVP"
2325
  msgstr ""
2326
 
@@ -2373,7 +2570,7 @@ msgid "Invalid Post ID"
2373
  msgstr ""
2374
 
2375
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2376
- #: src/resources/js/app/blocks.js:42119
2377
  msgid "Ticket Capacity"
2378
  msgstr ""
2379
 
@@ -2393,15 +2590,15 @@ msgstr ""
2393
  msgid "%s must be an email address."
2394
  msgstr ""
2395
 
2396
- #: common/src/Tribe/Main.php:251
2397
  msgid "Clear Selection."
2398
  msgstr ""
2399
 
2400
- #: common/src/Tribe/Main.php:250
2401
  msgid "Select all pages"
2402
  msgstr ""
2403
 
2404
- #: common/src/Tribe/Main.php:249
2405
  msgid "All items on this page were selected. "
2406
  msgstr ""
2407
 
@@ -2437,27 +2634,27 @@ msgstr ""
2437
  msgid "A list of links to the term own, archive and parent REST URL"
2438
  msgstr ""
2439
 
2440
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2441
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2442
  msgstr ""
2443
 
2444
- #: src/template-tags/tickets.php:237
2445
  msgctxt "list view buy now ticket button"
2446
  msgid "Buy Now!"
2447
  msgstr ""
2448
 
2449
- #: src/template-tags/tickets.php:234
2450
  msgctxt "list view rsvp now ticket button"
2451
  msgid "RSVP Now!"
2452
  msgstr ""
2453
 
2454
- #: src/template-tags/tickets.php:223
2455
  msgid "%s ticket left"
2456
  msgid_plural "%s tickets left"
2457
  msgstr[0] ""
2458
  msgstr[1] ""
2459
 
2460
- #: src/template-tags/tickets.php:221
2461
  msgid "%s spot left"
2462
  msgid_plural "%s spots left"
2463
  msgstr[0] ""
@@ -2468,15 +2665,15 @@ msgctxt "list view stock sold out"
2468
  msgid "Sold out"
2469
  msgstr ""
2470
 
2471
- #: common/src/Tribe/Plugins_API.php:129
2472
  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."
2473
  msgstr ""
2474
 
2475
- #: common/src/Tribe/Plugins_API.php:125
2476
  msgid "Image Widget Plus"
2477
  msgstr ""
2478
 
2479
- #: common/src/Tribe/Plugins_API.php:94
2480
  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."
2481
  msgstr ""
2482
 
@@ -2492,17 +2689,17 @@ msgstr ""
2492
  msgid "Buy now"
2493
  msgstr ""
2494
 
2495
- #: common/src/Tribe/PUE/Notices.php:397
2496
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2497
  msgstr ""
2498
 
2499
- #: common/src/Tribe/PUE/Notices.php:282
2500
  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."
2501
  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."
2502
  msgstr[0] ""
2503
  msgstr[1] ""
2504
 
2505
- #: common/src/Tribe/PUE/Checker.php:984
2506
  msgid "Please refresh the page and try your request again."
2507
  msgstr ""
2508
 
@@ -2522,15 +2719,15 @@ msgstr ""
2522
  msgid "Cannot look for Terms without a taxonomy"
2523
  msgstr ""
2524
 
2525
- #: common/src/Tribe/PUE/Checker.php:1103
2526
  msgid "There is a new version of %1$s available. %2$s"
2527
  msgstr ""
2528
 
2529
- #: common/src/Tribe/PUE/Checker.php:1092
2530
  msgid "Update now to version %s."
2531
  msgstr ""
2532
 
2533
- #: common/src/Tribe/PUE/Checker.php:497
2534
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2535
  msgstr ""
2536
 
@@ -2646,41 +2843,41 @@ msgstr ""
2646
  msgid "The cost currency symbol"
2647
  msgstr ""
2648
 
2649
- #: src/template-tags/tickets.php:432
2650
  msgctxt "ticket stock message (remaining stock)"
2651
  msgid "%1$d available"
2652
  msgstr ""
2653
 
2654
- #: src/template-tags/tickets.php:427
2655
  msgid "%s %d"
2656
  msgstr ""
2657
 
2658
- #: src/template-tags/tickets.php:421
2659
  msgctxt "separate going and remain RSVPs"
2660
  msgid "RSVP'd Going"
2661
  msgstr ""
2662
 
2663
- #: src/admin-views/tribe-options-tickets.php:107
2664
  msgid "Location of Tickets form"
2665
  msgstr ""
2666
 
2667
- #: src/admin-views/tribe-options-tickets.php:99
2668
  msgid "Location of RSVP form"
2669
  msgstr ""
2670
 
2671
- #: src/admin-views/tribe-options-tickets.php:93
2672
  msgid "Above the event description"
2673
  msgstr ""
2674
 
2675
- #: src/admin-views/tribe-options-tickets.php:92
2676
  msgid "Below the event description"
2677
  msgstr ""
2678
 
2679
- #: src/admin-views/tribe-options-tickets.php:91
2680
  msgid "Above the event details"
2681
  msgstr ""
2682
 
2683
- #: src/admin-views/tribe-options-tickets.php:90
2684
  msgid "Below the event details [default]"
2685
  msgstr ""
2686
 
@@ -2699,12 +2896,12 @@ msgctxt "attendee event actions"
2699
  msgid "Edit %s"
2700
  msgstr ""
2701
 
2702
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2703
  msgid "Undo"
2704
  msgstr ""
2705
 
2706
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2707
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2708
  msgid "Check In"
2709
  msgstr ""
2710
 
@@ -2735,43 +2932,43 @@ msgstr ""
2735
  msgid "Events Help"
2736
  msgstr ""
2737
 
2738
- #: common/src/Tribe/PUE/Checker.php:1685
2739
  msgid "Expired license. Consult your network administrator."
2740
  msgstr ""
2741
 
2742
- #: common/src/Tribe/PUE/Checker.php:1684
2743
  msgid "No license entered. Consult your network administrator."
2744
  msgstr ""
2745
 
2746
- #: common/src/Tribe/PUE/Checker.php:1683
2747
  msgid "A valid license has been entered by your network administrator."
2748
  msgstr ""
2749
 
2750
- #: common/src/Tribe/PUE/Checker.php:550
2751
  msgid "Site License Key"
2752
  msgstr ""
2753
 
2754
- #: common/src/Tribe/PUE/Checker.php:539
2755
  msgid "Check this box if you wish to override the network license key with your own"
2756
  msgstr ""
2757
 
2758
- #: common/src/Tribe/PUE/Checker.php:538
2759
  msgid "Override network license key"
2760
  msgstr ""
2761
 
2762
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2763
  msgid "License Key Status:"
2764
  msgstr ""
2765
 
2766
- #: common/src/Tribe/Main.php:274
2767
  msgid "Done"
2768
  msgstr ""
2769
 
2770
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2771
  msgid "Today"
2772
  msgstr ""
2773
 
2774
- #: common/src/Tribe/Main.php:272
2775
  msgid "Prev"
2776
  msgstr ""
2777
 
@@ -2787,7 +2984,7 @@ msgstr ""
2787
  msgid "Installed Add-Ons"
2788
  msgstr ""
2789
 
2790
- #: common/src/Tribe/Extension.php:368
2791
  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."
2792
  msgstr ""
2793
 
@@ -2795,14 +2992,14 @@ msgstr ""
2795
  msgid "Tutorial"
2796
  msgstr ""
2797
 
2798
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2799
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2800
  msgctxt "the final separator in a list of two or more items"
2801
  msgid " and "
2802
  msgstr ""
2803
 
2804
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2805
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2806
  msgctxt "separator used in a list of items"
2807
  msgid ", "
2808
  msgstr ""
@@ -2828,8 +3025,8 @@ msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s
2828
  msgstr[0] ""
2829
  msgstr[1] ""
2830
 
2831
- #: src/views/tickets/email-ticket-type-moved.php:115
2832
  #: src/views/tickets/email-tickets-moved.php:117
 
2833
  msgid " (taking place on %s)"
2834
  msgstr ""
2835
 
@@ -2839,8 +3036,8 @@ msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have bee
2839
  msgstr[0] ""
2840
  msgstr[1] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:97
2843
  #: src/views/tickets/email-tickets-moved.php:99
 
2844
  msgid "Important changes to your tickets"
2845
  msgstr ""
2846
 
@@ -2861,7 +3058,7 @@ msgctxt "move tickets dialog"
2861
  msgid "Next &raquo;"
2862
  msgstr ""
2863
 
2864
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2865
  msgid "Finish!"
2866
  msgstr ""
2867
 
@@ -2879,7 +3076,7 @@ msgstr ""
2879
  msgid "Select the ticket type that the tickets should be transferred to:"
2880
  msgstr ""
2881
 
2882
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2883
  msgid "Select the post you wish to move the ticket type to:"
2884
  msgstr ""
2885
 
@@ -2887,7 +3084,7 @@ msgstr ""
2887
  msgid "You can also enter keywords to help find the target event by title or description:"
2888
  msgstr ""
2889
 
2890
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2891
  msgid "You can optionally focus on a specific post type:"
2892
  msgstr ""
2893
 
@@ -2917,82 +3114,26 @@ msgstr ""
2917
  msgid "Move"
2918
  msgstr ""
2919
 
2920
- #: src/admin-views/admin-welcome-message.php:38
2921
- msgid "Product Releases, Tutorials and Community Activity"
2922
- msgstr ""
2923
-
2924
- #: src/admin-views/admin-welcome-message.php:37
2925
- msgid "News For Events Users"
2926
- msgstr ""
2927
-
2928
- #: src/admin-views/admin-welcome-message.php:35
2929
- msgid "Get the Skinny on the Latest Updates"
2930
- msgstr ""
2931
-
2932
- #: src/admin-views/admin-welcome-message.php:34
2933
- msgid "Release Notes"
2934
- msgstr ""
2935
-
2936
- #: src/admin-views/admin-welcome-message.php:28
2937
- msgid "FAQs, Documentation, Tutorials and Forums"
2938
- msgstr ""
2939
-
2940
- #: src/admin-views/admin-welcome-message.php:27
2941
- msgid "Support Resources"
2942
- msgstr ""
2943
-
2944
- #: src/admin-views/admin-welcome-message.php:32
2945
- msgid "Addons for creating tickets, custom registration, events and more."
2946
- msgstr ""
2947
-
2948
- #: src/admin-views/admin-welcome-message.php:31
2949
- msgid "Looking for More Features?"
2950
- msgstr ""
2951
-
2952
- #: src/admin-views/admin-welcome-message.php:22
2953
  msgid "Getting Started"
2954
  msgstr ""
2955
 
2956
- #: src/admin-views/admin-welcome-message.php:64
2957
  msgid "Sign Up"
2958
  msgstr ""
2959
 
2960
- #: src/admin-views/admin-welcome-message.php:59
2961
- msgid "News and Announcements"
2962
- msgstr ""
2963
-
2964
- #: src/admin-views/admin-welcome-message.php:55
2965
- msgid "Developer News"
2966
- msgstr ""
2967
-
2968
- #: src/admin-views/admin-welcome-message.php:51
2969
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2970
- msgstr ""
2971
-
2972
- #: src/admin-views/admin-welcome-message.php:50
2973
- msgid "Newsletter Signup"
2974
- msgstr ""
2975
-
2976
- #: src/admin-views/admin-welcome-message.php:47
2977
  msgid "Rate It"
2978
  msgstr ""
2979
 
2980
- #: src/admin-views/admin-welcome-message.php:46
2981
  msgid "Rate us today!"
2982
  msgstr ""
2983
 
2984
- #: src/admin-views/admin-welcome-message.php:45
2985
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2986
- msgstr ""
2987
-
2988
- #: src/admin-views/admin-welcome-message.php:44
2989
  msgid "We Need Your Help"
2990
  msgstr ""
2991
 
2992
- #: src/admin-views/admin-welcome-message.php:10
2993
- msgid "You are running Version %s and deserve a hug :-)"
2994
- msgstr ""
2995
-
2996
  #: src/Tribe/Attendees.php:502
2997
  msgctxt "attendee export"
2998
  msgid "Customer Email Address"
@@ -3036,15 +3177,15 @@ msgctxt "attendee event actions"
3036
  msgid "Edit"
3037
  msgstr ""
3038
 
3039
- #: src/Tribe/RSVP.php:326
3040
  msgid "RSVP Ticket"
3041
  msgstr ""
3042
 
3043
- #: src/Tribe/RSVP.php:325
3044
  msgid "RSVP Tickets"
3045
  msgstr ""
3046
 
3047
- #: src/Tribe/RSVP.php:158
3048
  msgctxt "ticket provider"
3049
  msgid "RSVP"
3050
  msgstr ""
@@ -3064,19 +3205,15 @@ msgctxt "attendee summary"
3064
  msgid "Total RSVPs:"
3065
  msgstr ""
3066
 
3067
- #: src/Tribe/Assets.php:111
3068
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3069
  msgstr ""
3070
 
3071
- #: src/Tribe/Main.php:788
3072
  msgctxt "button text"
3073
  msgid "RSVP"
3074
  msgstr ""
3075
 
3076
- #: src/Tribe/Main.php:653
3077
- msgid "Welcome to Event Tickets"
3078
- msgstr ""
3079
-
3080
  #: src/Tribe/CSV_Importer/Rows.php:49
3081
  msgctxt "post type label"
3082
  msgid "RSVPs"
@@ -3087,22 +3224,22 @@ msgctxt "import type"
3087
  msgid "RSVPs"
3088
  msgstr ""
3089
 
3090
- #: src/Tribe/Attendees_Table.php:327
3091
  msgctxt "row action"
3092
  msgid "Delete"
3093
  msgstr ""
3094
 
3095
- #: src/Tribe/Attendees_Table.php:315
3096
  msgctxt "row action"
3097
  msgid "Move"
3098
  msgstr ""
3099
 
3100
- #: src/Tribe/Attendees_Table.php:305
3101
  msgctxt "row action"
3102
  msgid "Check In"
3103
  msgstr ""
3104
 
3105
- #: src/Tribe/Attendees_Table.php:306
3106
  msgctxt "row action"
3107
  msgid "Undo Check In"
3108
  msgstr ""
@@ -3141,39 +3278,39 @@ msgctxt "attendee table"
3141
  msgid "View history"
3142
  msgstr ""
3143
 
3144
- #: src/Tribe/Admin/Move_Tickets.php:760
3145
  msgid "This ticket was moved to %1$s from %2$s"
3146
  msgstr ""
3147
 
3148
- #: src/Tribe/Admin/Move_Tickets.php:580
3149
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3150
  msgstr ""
3151
 
3152
- #: src/Tribe/Admin/Move_Tickets.php:462
3153
  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."
3154
  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."
3155
  msgstr[0] ""
3156
  msgstr[1] ""
3157
 
3158
- #: src/Tribe/Admin/Move_Tickets.php:455
3159
  msgctxt "moved tickets success message fragment"
3160
  msgid "moved to %s and"
3161
  msgstr ""
3162
 
3163
- #: src/Tribe/Admin/Move_Tickets.php:448
3164
  msgctxt "moved tickets success message fragment"
3165
  msgid "assigned to %s"
3166
  msgstr ""
3167
 
3168
- #: src/Tribe/Admin/Move_Tickets.php:440
3169
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3170
  msgstr ""
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:432
3173
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3174
  msgstr ""
3175
 
3176
- #: src/Tribe/Admin/Move_Tickets.php:224
3177
  msgctxt "attendee screen bulk actions"
3178
  msgid "Move"
3179
  msgstr ""
@@ -3203,7 +3340,7 @@ msgid "Move Attendees"
3203
  msgstr ""
3204
 
3205
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3206
- #: src/Tribe/Admin/Move_Tickets.php:701
3207
  msgid "Changes to your tickets from %s"
3208
  msgstr ""
3209
 
@@ -3224,34 +3361,17 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3224
  msgstr ""
3225
 
3226
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3227
- #: src/Tribe/Admin/Move_Tickets.php:249
3228
  msgid "All supported types"
3229
  msgstr ""
3230
 
3231
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3232
- #: src/resources/js/app/blocks.js:39759
3233
  msgid "Move Ticket Types"
3234
  msgstr ""
3235
 
3236
- #: common/src/admin-views/tribe-options-licenses.php:30
3237
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3238
- msgstr ""
3239
-
3240
- #: common/src/admin-views/tribe-options-licenses.php:25
3241
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3242
- msgstr ""
3243
-
3244
- #: common/src/admin-views/tribe-options-licenses.php:22
3245
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3246
- msgstr ""
3247
-
3248
- #: common/src/admin-views/tribe-options-licenses.php:15
3249
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3250
- msgstr ""
3251
-
3252
- #: common/src/admin-views/tribe-options-licenses.php:11
3253
- #: common/src/admin-views/tribe-options-licenses.php:16
3254
- msgid " (opens in new window)"
3255
  msgstr ""
3256
 
3257
  #: common/src/admin-views/tribe-options-help.php:55
@@ -3298,104 +3418,104 @@ msgstr ""
3298
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3299
  msgstr ""
3300
 
3301
- #: common/src/Tribe/PUE/Notices.php:440
3302
  msgctxt "formatted plugin list"
3303
  msgid "%1$s and %2$s"
3304
  msgstr ""
3305
 
3306
- #: common/src/Tribe/PUE/Notices.php:359
3307
  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."
3308
  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."
3309
  msgstr[0] ""
3310
  msgstr[1] ""
3311
 
3312
- #: common/src/Tribe/PUE/Notices.php:327
3313
  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"
3314
  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"
3315
  msgstr[0] ""
3316
  msgstr[1] ""
3317
 
3318
- #: common/src/Tribe/PUE/Checker.php:1062
3319
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3320
  msgstr ""
3321
 
3322
- #: common/src/Tribe/PUE/Checker.php:1005
3323
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3324
  msgstr ""
3325
 
3326
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3327
  msgid " (opens in a new window)"
3328
  msgstr ""
3329
 
3330
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3331
  msgid "Renew Your License Now"
3332
  msgstr ""
3333
 
3334
- #: common/src/Tribe/Main.php:261
3335
  msgid ": Selected 1 row"
3336
  msgstr ""
3337
 
3338
- #: common/src/Tribe/Main.php:260
3339
  msgid ": Selected %d rows"
3340
  msgstr ""
3341
 
3342
- #: common/src/Tribe/Main.php:255
3343
  msgid "Previous"
3344
  msgstr ""
3345
 
3346
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3347
  msgid "Next"
3348
  msgstr ""
3349
 
3350
- #: common/src/Tribe/Main.php:253
3351
  msgid "All"
3352
  msgstr ""
3353
 
3354
- #: common/src/Tribe/Main.php:248
3355
  msgid "Search:"
3356
  msgstr ""
3357
 
3358
- #: common/src/Tribe/Main.php:247
3359
  msgid "No matching records found"
3360
  msgstr ""
3361
 
3362
- #: common/src/Tribe/Main.php:246
3363
  msgid "(filtered from _MAX_ total entries)"
3364
  msgstr ""
3365
 
3366
- #: common/src/Tribe/Main.php:245
3367
  msgid "Showing 0 to 0 of 0 entries"
3368
  msgstr ""
3369
 
3370
- #: common/src/Tribe/Main.php:244
3371
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3372
  msgstr ""
3373
 
3374
- #: common/src/Tribe/Main.php:243
3375
  msgid "No data available in table"
3376
  msgstr ""
3377
 
3378
- #: common/src/Tribe/Main.php:242
3379
  msgid "Show _MENU_ entries"
3380
  msgstr ""
3381
 
3382
- #: common/src/Tribe/Main.php:240
3383
  msgid ": activate to sort column descending"
3384
  msgstr ""
3385
 
3386
- #: common/src/Tribe/Main.php:239
3387
  msgid ": activate to sort column ascending"
3388
  msgstr ""
3389
 
3390
- #: common/src/Tribe/Main.php:284
3391
  msgid "Press \"Cmd + C\" to copy"
3392
  msgstr ""
3393
 
3394
- #: common/src/Tribe/Main.php:283
3395
  msgid "System info copied"
3396
  msgstr ""
3397
 
3398
- #: common/src/Tribe/Main.php:282
3399
  #: common/src/admin-views/tribe-options-help.php:50
3400
  msgid "Copy to clipboard"
3401
  msgstr ""
@@ -3424,15 +3544,15 @@ msgstr ""
3424
  msgid "Go to plugins page"
3425
  msgstr ""
3426
 
3427
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3428
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3429
  msgstr ""
3430
 
3431
- #: src/Tribe/Tickets.php:1813
3432
  msgid "Tickets are not available as this %s has passed."
3433
  msgstr ""
3434
 
3435
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3436
  msgid "Please enter in without thousand separators and currency symbols."
3437
  msgstr ""
3438
 
@@ -3440,16 +3560,16 @@ msgstr ""
3440
  msgid "English"
3441
  msgstr ""
3442
 
3443
- #: common/src/Tribe/Plugins_API.php:116
3444
  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."
3445
  msgstr ""
3446
 
3447
- #: common/src/Tribe/Plugins_API.php:105
3448
  msgctxt "Names of required plugins for Community Tickets"
3449
  msgid "Event Tickets Plus and Community Events"
3450
  msgstr ""
3451
 
3452
- #: common/src/Tribe/Plugins_API.php:104
3453
  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"
3454
  msgstr ""
3455
 
@@ -3457,11 +3577,11 @@ msgstr ""
3457
  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."
3458
  msgstr ""
3459
 
3460
- #: common/src/Tribe/Plugins_API.php:84
3461
  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."
3462
  msgstr ""
3463
 
3464
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3465
  msgid "Filter Bar"
3466
  msgstr ""
3467
 
@@ -3473,7 +3593,7 @@ msgstr ""
3473
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3474
  msgstr ""
3475
 
3476
- #: src/Tribe/RSVP.php:791
3477
  msgid "You confirmed you will not be attending %s"
3478
  msgstr ""
3479
 
@@ -3481,13 +3601,12 @@ msgstr ""
3481
  msgid "Thank you for confirming that you will not be attending the above event."
3482
  msgstr ""
3483
 
3484
- #: src/views/tickets/orders-rsvp.php:87
3485
  #: src/views/tickets/orders-pp-tickets.php:76
 
3486
  msgid "Type: "
3487
  msgstr ""
3488
 
3489
  #: src/views/tickets/rsvp.php:211
3490
- #: src/views/blocks/rsvp/form/submit-login.php:19
3491
  msgid "Login to RSVP"
3492
  msgstr ""
3493
 
@@ -3499,13 +3618,13 @@ msgstr ""
3499
  msgid "View %s"
3500
  msgstr ""
3501
 
3502
- #: src/views/tickets/orders-rsvp.php:63
3503
  #: src/views/tickets/orders-pp-tickets.php:66
 
3504
  msgid "Attendee %d"
3505
  msgstr ""
3506
 
3507
- #: src/views/tickets/orders-rsvp.php:44
3508
  #: src/views/tickets/orders-pp-tickets.php:47
 
3509
  msgid " on %s"
3510
  msgstr ""
3511
 
@@ -3518,12 +3637,12 @@ msgid "My RSVPs for This %s"
3518
  msgstr ""
3519
 
3520
  #: src/views/tickets/orders-link.php:39
3521
- #: src/views/blocks/attendees/order-links.php:64
3522
  msgid "View your %s"
3523
  msgstr ""
3524
 
3525
  #: src/views/tickets/orders-link.php:38
3526
- #: src/views/blocks/attendees/order-links.php:47
3527
  msgid "You have %s for this %s."
3528
  msgstr ""
3529
 
@@ -3547,49 +3666,47 @@ msgstr ""
3547
  msgid "To see a list of events you're attending, you will need to log in."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/tribe-options-tickets.php:125
3551
  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."
3552
  msgstr ""
3553
 
3554
- #: src/admin-views/tribe-options-tickets.php:120
3555
  msgid "Login Requirements"
3556
  msgstr ""
3557
 
3558
- #: src/admin-views/tribe-options-tickets.php:43
3559
  msgid "Require users to log in before they RSVP"
3560
  msgstr ""
3561
 
3562
- #: src/Tribe/Tickets_View.php:810
3563
  msgid "This RSVP is no longer active."
3564
  msgstr ""
3565
 
3566
- #: src/Tribe/Tickets_View.php:743
3567
  msgid "Ticket"
3568
  msgstr ""
3569
 
3570
- #: src/Tribe/Tickets_View.php:630
3571
- msgid "Not Going"
3572
- msgstr ""
3573
-
3574
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3575
  #: src/modules/blocks/rsvp/counters/template.js:27
3576
- #: src/resources/js/app/blocks.js:37903
3577
  msgid "Going"
3578
  msgstr ""
3579
 
3580
- #: src/Tribe/Tickets.php:1863
3581
  msgid "There are no tickets available at this time."
3582
  msgstr ""
3583
 
3584
- #: src/Tribe/Tickets.php:1861
3585
  msgid "Tickets are no longer available."
3586
  msgstr ""
3587
 
3588
- #: src/Tribe/Tickets.php:1858
 
 
3589
  msgid "Tickets are not yet available"
3590
  msgstr ""
3591
 
3592
- #: src/Tribe/Main.php:788
3593
  msgid "Buy"
3594
  msgstr ""
3595
 
@@ -3599,7 +3716,7 @@ msgstr ""
3599
  msgid "Free"
3600
  msgstr ""
3601
 
3602
- #: src/Tribe/Tickets_View.php:739
3603
  msgid "RSVPs"
3604
  msgstr ""
3605
 
@@ -3723,11 +3840,11 @@ msgstr ""
3723
  msgid "Enable global stock"
3724
  msgstr ""
3725
 
3726
- #: src/Tribe/Assets.php:117
3727
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3728
  msgstr ""
3729
 
3730
- #: src/Tribe/Attendees_Table.php:406
3731
  msgid "View order"
3732
  msgstr ""
3733
 
@@ -3775,13 +3892,13 @@ msgstr "Modern Tribe, Inc."
3775
  msgid "Confirm RSVP"
3776
  msgstr ""
3777
 
3778
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3779
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3780
  msgid "Full Name"
3781
  msgstr ""
3782
 
3783
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3784
- #: src/views/blocks/rsvp/details/availability.php:22
3785
  msgid "Out of stock!"
3786
  msgstr ""
3787
 
@@ -3789,52 +3906,50 @@ msgstr ""
3789
  msgid "%1$s out of %2$s available"
3790
  msgstr ""
3791
 
3792
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3793
  #: src/admin-views/editor/column-body-price.php:16
3794
- #: src/modules/blocks/rsvp/index.js:22
 
3795
  #: src/modules/blocks/rsvp/container/template.js:31
3796
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3797
  msgid "RSVP"
3798
  msgstr ""
3799
 
3800
- #: src/views/tickets/email.php:406
3801
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3802
  msgid "Purchaser"
3803
  msgstr "Αγοραστής"
3804
 
3805
  #: src/views/tickets/email.php:402
3806
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3807
- #: src/resources/js/app/blocks.js:41324
3808
  msgid "Ticket Type"
3809
  msgstr "Τύπος Εισιτηρίου"
3810
 
3811
- #: src/views/tickets/email.php:27
3812
- #: src/views/tickets/email-ticket-type-moved.php:25
3813
- #: src/views/tickets/email-non-attendance.php:39
3814
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3815
  msgid "Your tickets"
3816
  msgstr "Τα εισιτήριά σας"
3817
 
3818
  #: src/views/tickets/attendees-email.php:24
 
3819
  #: src/modules/blocks/attendees/index.js:21
3820
- #: src/resources/js/app/blocks.js:43603
3821
  msgid "Attendee List"
3822
  msgstr "Λίστα Συμμετεχόντων"
3823
 
3824
- #: src/admin-views/tribe-options-tickets.php:58
3825
  msgid "Post types that can have tickets"
3826
  msgstr ""
3827
 
3828
  #: src/admin-views/editor/panel/settings.php:14
3829
- #: src/admin-views/tribe-options-tickets.php:54
3830
  msgid "Ticket Settings"
3831
  msgstr ""
3832
 
3833
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3834
  #: src/admin-views/editor/panel/settings.php:81
 
 
3835
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3836
  #: src/modules/blocks/ticket/dashboard/template.js:24
3837
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3838
  msgid "Cancel"
3839
  msgstr "Άκυρο"
3840
 
@@ -3850,13 +3965,13 @@ msgstr ""
3850
  msgid "When will ticket sales occur?"
3851
  msgstr ""
3852
 
3853
- #: src/admin-views/meta-box.php:192
3854
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3855
  msgid "End sale:"
3856
  msgstr "Λήξη πωλήσεων:"
3857
 
3858
- #: src/admin-views/meta-box.php:161
3859
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3860
  msgid "Start sale:"
3861
  msgstr "Έναρξη πωλήσεων:"
3862
 
@@ -3868,24 +3983,24 @@ msgstr "Περιγραφή Εισιτηρίου:"
3868
  msgid "Ticket Name:"
3869
  msgstr "Όνομα Εισιτηρίου:"
3870
 
3871
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3872
  msgid "Sell using:"
3873
  msgstr "Πώληση με:"
3874
 
3875
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3876
  msgid "Edit ticket"
3877
  msgstr "Επεξεργασία εισιτηρίου"
3878
 
3879
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3880
- #: src/admin-views/editor/panel/ticket.php:53
3881
  msgid "Add new ticket"
3882
  msgstr "Προσθήκη εισιτηρίου"
3883
 
3884
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3885
  msgid "Remove"
3886
  msgstr "Διαγραφή"
3887
 
3888
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3889
  msgid "Select an Image"
3890
  msgstr "Επιλέξτε μια εικόνα"
3891
 
@@ -3901,7 +4016,7 @@ msgstr "Ανεβάστε εικόνα για την κεφαλίδα του ει
3901
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3902
  msgstr "Η εκδήλωση αυτή δημιουργήθηκε χρησιμοποιώντας το Community Events. Είστε σίγουρος ότι θέλετε να πουλήσετε εισιτήρια γι' αυτήν;"
3903
 
3904
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3905
  msgid "Sold %d"
3906
  msgstr "Πωλήθηκαν %d"
3907
 
@@ -3913,7 +4028,10 @@ msgstr "Επεξεργασία σε %s"
3913
  msgid "View"
3914
  msgstr "Εμφάνιση"
3915
 
3916
- #: src/admin-views/list.php:33
 
 
 
3917
  msgid "Edit"
3918
  msgstr "Επεξεργασία"
3919
 
@@ -3922,8 +4040,8 @@ msgstr "Επεξεργασία"
3922
  msgid "(Current sale price - this can be managed via the product editor)"
3923
  msgstr ""
3924
 
3925
- #: src/admin-views/price-fields.php:12
3926
  #: src/admin-views/editor/fieldset/price.php:67
 
3927
  #: src/admin-views/legacy-ticket-fields.php:24
3928
  msgid "Sale Price:"
3929
  msgstr "Τιμή Πώλησης:"
@@ -3933,17 +4051,13 @@ msgstr "Τιμή Πώλησης:"
3933
  msgid "(0 or empty for free tickets)"
3934
  msgstr "(0 ή κενό για δωρεάν εισητήρια)"
3935
 
3936
- #: src/admin-views/price-fields.php:3
3937
- #: src/admin-views/editor/column-body-price.php:9
3938
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3939
  #: src/admin-views/legacy-ticket-fields.php:15
3940
  msgid "Price:"
3941
  msgstr "Τιμή:"
3942
 
3943
- #: src/admin-views/tpp-orders.php:63
3944
- msgid "Sales by Ticket"
3945
- msgstr ""
3946
-
3947
  #: src/admin-views/attendees-email.php:59
3948
  msgid "Send Email"
3949
  msgstr "Αποστολή email"
@@ -3968,15 +4082,15 @@ msgstr "Επιλέξτε ένα Χρήστη:"
3968
  msgid "Send the attendee list by email"
3969
  msgstr "Στείλτε τη λίστα συμμετεχόντων μέσω email"
3970
 
3971
- #: src/Tribe/Attendees.php:709
3972
  msgid "Email sent successfully!"
3973
  msgstr ""
3974
 
3975
- #: src/Tribe/Attendees.php:702
3976
  msgid "Error when sending the email"
3977
  msgstr ""
3978
 
3979
- #: src/Tribe/Attendees.php:701
3980
  msgid "Attendee List for: %s"
3981
  msgstr "Λίστα Συμμετεχόντων για: %s"
3982
 
@@ -4004,8 +4118,8 @@ msgstr ""
4004
  msgid "attendees"
4005
  msgstr "attendees"
4006
 
4007
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4008
- #: src/admin-views/tribe-options-tickets.php:249
4009
  msgid "Yes"
4010
  msgstr "Ναί"
4011
 
@@ -4026,12 +4140,12 @@ msgid "You need to select a user or type a valid email address"
4026
  msgstr "Πρέπει να επιλέξετε ένα χρήστη ή να πληκτρολογήσετε μία έγκυρη διεύθυνση email"
4027
 
4028
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4029
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4030
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4031
- #: src/admin-views/attendees.php:23
4032
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4033
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4034
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4035
  msgid "Attendees"
4036
  msgstr "Συμμετέχοντες"
4037
 
@@ -4039,51 +4153,51 @@ msgstr "Συμμετέχοντες"
4039
  msgid "See who purchased tickets to this event"
4040
  msgstr "Δείτε ποιος αγόρασε εισιτήρια γι' αυτήν την εκδήλωση"
4041
 
4042
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4043
  msgid "Post draft updated."
4044
  msgstr "Το πρόχειρο άρθρο ενημερώθηκε."
4045
 
4046
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4047
  msgid "Post scheduled."
4048
  msgstr ""
4049
 
4050
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4051
  msgid "Post submitted."
4052
  msgstr "Το άρθρο υποβλήθηκε."
4053
 
4054
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4055
  msgid "Post published. %1$s"
4056
  msgstr ""
4057
 
4058
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4059
  msgid "Post updated. %1$s"
4060
  msgstr ""
4061
 
4062
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4063
  msgid "Return to the %1$sAttendees Report%2$s."
4064
  msgstr ""
4065
 
4066
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4067
  msgid "(deleted)"
4068
  msgstr ""
4069
 
4070
- #: src/Tribe/RSVP.php:1096
4071
  msgid "In order to RSVP, you must enter your name and a valid email address."
4072
  msgstr ""
4073
 
4074
- #: src/Tribe/RSVP.php:1091
4075
  msgid "You can't RSVP more than the total remaining tickets."
4076
  msgstr ""
4077
 
4078
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4079
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4080
  msgstr ""
4081
 
4082
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4083
  msgid "Your tickets from %s"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4087
  msgctxt "Attendee number"
4088
  msgid "Attendee %1$s"
4089
  msgstr ""
@@ -4092,99 +4206,99 @@ msgstr ""
4092
  msgid "Set as ticket header"
4093
  msgstr "Ορισμός ως κεφαλίδα εισιτηρίου"
4094
 
4095
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4096
  msgid "Ticket header image"
4097
  msgstr "Εικόνα κεφαλίδας εισιτηρίου"
4098
 
4099
- #: src/Tribe/Main.php:552
4100
  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)."
4101
  msgstr ""
4102
 
4103
- #: src/Tribe/Main.php:547
4104
  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)."
4105
  msgstr ""
4106
 
4107
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4108
  msgid "post a thread"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/Main.php:544
4112
  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."
4113
  msgstr ""
4114
 
4115
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4116
  msgid "Events Tickets Plus"
4117
  msgstr ""
4118
 
4119
- #: src/Tribe/Main.php:542
4120
  msgid "premium support on our website"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/Main.php:540
4124
  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."
4125
  msgstr ""
4126
 
4127
- #: src/Tribe/Main.php:539
4128
  msgid "open-source forum on WordPress.org"
4129
  msgstr ""
4130
 
4131
- #: src/Tribe/Main.php:522
4132
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4133
  msgstr ""
4134
 
4135
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4136
  msgid "New User Primer"
4137
  msgstr ""
4138
 
4139
- #: src/Tribe/Main.php:503
4140
  msgid "Customizing Event Tickets"
4141
  msgstr ""
4142
 
4143
- #: src/Tribe/Main.php:502
4144
  msgid "Troubleshooting common problems"
4145
  msgstr ""
4146
 
4147
- #: src/Tribe/Main.php:501
4148
  msgid "Features overview"
4149
  msgstr ""
4150
 
4151
- #: src/Tribe/Main.php:500
4152
  msgid "Settings overview"
4153
  msgstr ""
4154
 
4155
- #: src/Tribe/Main.php:498
4156
  msgid "Support for Event Tickets"
4157
  msgstr ""
4158
 
4159
- #: src/Tribe/Main.php:334
4160
  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"
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4164
  msgid "Delete"
4165
  msgstr "Διαγράψετε"
4166
 
4167
- #: src/Tribe/Attendees_Table.php:521
4168
  msgid "Export"
4169
  msgstr "Εξαγωγή"
4170
 
4171
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4172
- #: src/Tribe/Attendees_Table.php:520
4173
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4174
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4175
- #: src/admin-views/admin-welcome-message.php:62
 
4176
  msgid "Email"
4177
  msgstr "E-mail"
4178
 
4179
- #: src/Tribe/Attendees_Table.php:519
4180
  msgid "Print"
4181
  msgstr "Εκτύπωση"
4182
 
4183
- #: src/Tribe/Attendees_Table.php:553
4184
  msgid "Undo Check in"
4185
  msgstr "Αναίρεση Άφιξης"
4186
 
4187
- #: src/Tribe/Attendees_Table.php:552
4188
  msgid "Check in"
4189
  msgstr "Άφιξη"
4190
 
@@ -4208,10 +4322,10 @@ msgstr "Εmail αγοραστή"
4208
  msgid "Purchaser Name"
4209
  msgstr "Όνομα αγοραστή"
4210
 
4211
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4212
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4213
  #: src/admin-views/editor/list-table.php:30
4214
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4215
  msgid "Tickets"
4216
  msgstr "Εισιτήρια"
4217
 
@@ -4227,14 +4341,6 @@ msgstr "Εδώ μπορείτε να τροποποιήσετε όλες τις
4227
  msgid "Network Settings"
4228
  msgstr "Ρυθμίσεις Δικτύου"
4229
 
4230
- #: common/src/admin-views/tribe-options-licenses.php:47
4231
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4232
- msgstr ""
4233
-
4234
- #: common/src/admin-views/tribe-options-licenses.php:38
4235
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4236
- msgstr ""
4237
-
4238
  #: common/src/admin-views/tribe-options-help.php:80
4239
  msgid "More..."
4240
  msgstr "Περισσότερα…"
@@ -4359,6 +4465,10 @@ msgstr "Μορφή ημερομηνίας στον επιλογέα ημερομ
4359
  msgid "Date Format Settings"
4360
  msgstr "Ρυθμίσεις Προβολής Ημερομηνίας"
4361
 
 
 
 
 
4362
  #: common/src/Tribe/Languages/Locations.php:374
4363
  msgid "Wyoming"
4364
  msgstr "Ουαϊόμινγκ"
@@ -5604,7 +5714,7 @@ msgid "There are no fields setup for this tab yet."
5604
  msgstr "Δεν έχουν ρυθμιστεί ακόμα πεδία γι' αυτήν την καρτέλα."
5605
 
5606
  #: common/src/Tribe/Settings_Manager.php:253
5607
- #: common/src/admin-views/tribe-options-licenses.php:66
5608
  msgid "Licenses"
5609
  msgstr "Άδειες"
5610
 
@@ -5624,21 +5734,21 @@ msgstr "Εμφάνιση"
5624
  msgid "General"
5625
  msgstr "Γενικά"
5626
 
5627
- #: common/src/Tribe/Settings.php:643
5628
  msgid "Settings saved."
5629
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν!"
5630
 
5631
- #: common/src/Tribe/Settings.php:621
5632
  msgid "The above setting was not saved. Other settings were successfully saved."
5633
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5634
  msgstr[0] "Η παραπάνω ρύθμιση δεν αποθηκεύθηκε. Οι άλλες ρυθμίσεις αποθηκεύθηκαν με επιτυχία."
5635
  msgstr[1] "Η παραπάνω ρυθμίσεις δεν αποθηκεύθηκαν. Οι άλλες ρυθμίσεις αποθηκεύθηκαν με επιτυχία."
5636
 
5637
- #: common/src/Tribe/Settings.php:620
5638
  msgid "None of your settings were saved. Please try again."
5639
  msgstr "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
5640
 
5641
- #: common/src/Tribe/Settings.php:610
5642
  msgid "Your form had the following errors:"
5643
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
5644
 
@@ -5654,6 +5764,7 @@ msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
5654
  msgid "You don't have permission to do that."
5655
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
5656
 
 
5657
  #: common/src/Tribe/Settings.php:371
5658
  msgid "Save Changes"
5659
  msgstr "Αποθηκεύσετε τις Αλλαγές"
@@ -5667,11 +5778,11 @@ msgid "%s Settings"
5667
  msgstr "%s Ρυθμίσεις"
5668
 
5669
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5670
- #: src/modules/elements/settings-dashboard/element.js:64
 
5671
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5672
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5673
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5674
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5675
  msgid "Settings"
5676
  msgstr "Παράμετροι"
5677
 
@@ -5679,40 +5790,41 @@ msgstr "Παράμετροι"
5679
  msgid "Events Settings"
5680
  msgstr "Ρυθμίσεις Εκδηλώσεων"
5681
 
 
5682
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5683
  #: common/src/Tribe/Settings.php:242
5684
  msgid "Events"
5685
  msgstr "Γεγονότα"
5686
 
5687
- #: common/src/Tribe/PUE/Checker.php:896
5688
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5689
  msgstr ""
5690
 
5691
- #: common/src/Tribe/PUE/Checker.php:940
5692
  msgid "Thanks for setting up a valid key. It will expire on %s"
5693
  msgstr ""
5694
 
5695
- #: common/src/Tribe/PUE/Checker.php:935
5696
  msgid "Valid Key! Expires on %s"
5697
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
5698
 
5699
- #: common/src/Tribe/PUE/Checker.php:915
5700
  msgid "Sorry, key validation server is not available."
5701
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
5702
 
5703
- #: common/src/Tribe/PUE/Checker.php:909
5704
  msgid "unknown date"
5705
  msgstr "Άγνωστη Ημερομηνία"
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:650
5708
  msgid "License key(s) updated."
5709
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:494
5712
  msgid "A valid license key is required for support and updates"
5713
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5716
  msgid "License Key"
5717
  msgstr "Κλειδί Άδειας"
5718
 
@@ -5767,7 +5879,7 @@ msgstr ""
5767
 
5768
  #: common/src/Tribe/Admin/Help_Page.php:823
5769
  msgid "WordPress "
5770
- msgstr "WordPress "
5771
 
5772
  #: common/src/Tribe/Admin/Help_Page.php:822
5773
  #: common/src/admin-views/app-shop.php:77
@@ -5813,7 +5925,7 @@ msgid "n/a"
5813
  msgstr "μ/δ (μη διαθέσιμο)"
5814
 
5815
  #: common/src/Tribe/Admin/Help_Page.php:244
5816
- #: common/src/Tribe/Plugins_API.php:100
5817
  msgid "Community Tickets"
5818
  msgstr ""
5819
 
@@ -5821,12 +5933,13 @@ msgstr ""
5821
  msgid "Event Tickets Plus"
5822
  msgstr ""
5823
 
5824
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5825
  msgid "Community Events"
5826
  msgstr "Εκδηλώσεις Κοινότητας"
5827
 
5828
  #: common/src/Tribe/Admin/Help_Page.php:203
5829
- #: common/src/Tribe/Plugins_API.php:111
5830
  msgid "Eventbrite Tickets"
5831
  msgstr ""
5832
 
@@ -5834,8 +5947,8 @@ msgstr ""
5834
  msgid "Events Calendar PRO"
5835
  msgstr ""
5836
 
5837
- #: src/views/tickets/orders-link.php:38
5838
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5839
  #: common/src/Tribe/Admin/Help_Page.php:170
5840
  msgid " and "
5841
  msgstr " και "
@@ -5853,7 +5966,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5853
  msgstr ""
5854
 
5855
  #. Plugin Name of the plugin
5856
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5857
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5858
  msgid "Event Tickets"
5859
  msgstr ""
@@ -5862,7 +5975,7 @@ msgstr ""
5862
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5863
  msgstr ""
5864
 
5865
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5866
- #: common/src/Tribe/Customizer.php:642
5867
  msgid "The Events Calendar"
5868
  msgstr "The Events Calendar"
11
  "Language: el_GR\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr ""
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr ""
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr ""
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr ""
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr ""
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr ""
1728
 
1776
  msgstr ""
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr ""
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr ""
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr ""
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr ""
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr ""
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr ""
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr ""
1998
  msgid "This ticket is no longer active."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2001
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2002
  msgid "Sell only available"
2003
  msgstr ""
2075
  msgid "Number of orders per page:"
2076
  msgstr ""
2077
 
2078
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2079
  msgid "Not completed"
2080
  msgstr ""
2081
 
2082
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2083
+ #: src/admin-views/tpp-orders.php:121
2084
  msgid "Completed"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2088
  msgid "Search Orders"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2092
  msgctxt "Browser title"
2093
  msgid "%s - PayPal Orders"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2097
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2098
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2099
  msgid "PayPal Orders"
2100
  msgstr ""
2101
 
2102
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2103
  msgid "See PayPal purchases for this %s"
2104
  msgstr ""
2105
 
2111
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2112
  msgstr ""
2113
 
2114
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  msgid "Report"
2116
  msgstr ""
2117
 
2118
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2119
  msgid "Sales report"
2120
  msgstr ""
2121
 
2122
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2123
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2124
  msgid "Orders"
2125
  msgstr ""
2126
 
2127
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2128
  msgid "Tribe Commerce Ticket"
2129
  msgstr ""
2130
 
2131
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2132
  msgid "Tribe Commerce Tickets"
2133
  msgstr ""
2134
 
2145
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2146
  msgstr ""
2147
 
 
2148
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2149
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2150
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2151
  msgctxt "a PayPal configuration status"
2152
  msgid "incomplete"
2153
  msgstr ""
2194
  msgstr ""
2195
 
2196
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2197
  msgid "pending"
2198
  msgstr ""
2199
 
2207
  msgid "Total Tickets Issued:"
2208
  msgstr ""
2209
 
2210
+ #: src/Tribe/Commerce/Currency.php:305
2211
  msgid "U.S. Dollar (USD)"
2212
  msgstr ""
2213
 
2214
+ #: src/Tribe/Commerce/Currency.php:299
2215
  msgid "Taiwan New Dollar (TWD)"
2216
  msgstr ""
2217
 
2218
+ #: src/Tribe/Commerce/Currency.php:293
2219
  msgid "Thai Baht (THB)"
2220
  msgstr ""
2221
 
2222
+ #: src/Tribe/Commerce/Currency.php:287
2223
  msgid "Singapore Dollar (SGD)"
2224
  msgstr ""
2225
 
2226
+ #: src/Tribe/Commerce/Currency.php:281
2227
  msgid "Swedish Krona (SEK)"
2228
  msgstr ""
2229
 
2230
+ #: src/Tribe/Commerce/Currency.php:269
2231
  msgid "Polish Zloty (PLN)"
2232
  msgstr ""
2233
 
2234
+ #: src/Tribe/Commerce/Currency.php:263
2235
  msgid "Philippine Peso (PHP)"
2236
  msgstr ""
2237
 
2238
+ #: src/Tribe/Commerce/Currency.php:257
2239
  msgid "New Zealand Dollar (NZD)"
2240
  msgstr ""
2241
 
2242
+ #: src/Tribe/Commerce/Currency.php:251
2243
  msgid "Norwegian Krone (NOK)"
2244
  msgstr ""
2245
 
2246
+ #: src/Tribe/Commerce/Currency.php:245
2247
  msgid "Mexican Peso (MXN)"
2248
  msgstr ""
2249
 
2250
+ #: src/Tribe/Commerce/Currency.php:239
2251
  msgid "Malaysian Ringgit (MYR)"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Commerce/Currency.php:233
2255
  msgid "Japanese Yen (JPY)"
2256
  msgstr ""
2257
 
2299
  msgid "Australian Dollar (AUD)"
2300
  msgstr ""
2301
 
2302
+ #: src/Tribe/Attendees_Table.php:814
2303
  msgid "No matching attendees found."
2304
  msgstr ""
2305
 
2315
  msgid "%s must not be empty"
2316
  msgstr ""
2317
 
2318
+ #: src/template-tags/tickets.php:446
2319
  msgctxt "ticket shared capacity message (remaining stock)"
2320
  msgid "%1$d available of shared capacity"
2321
  msgstr ""
2322
 
2323
  #: src/admin-views/rsvp-metabox-capacity.php:19
2324
  #: src/admin-views/tpp-metabox-capacity.php:25
2325
+ #: src/resources/js/app/blocks.js:45336
2326
  msgid "Leave blank for unlimited"
2327
  msgstr ""
2328
 
2359
  msgstr ""
2360
 
2361
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2362
  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."
2363
  msgstr ""
2364
 
2387
  msgstr ""
2388
 
2389
  #: src/admin-views/editor/list-table.php:39
2390
+ #: src/resources/js/app/blocks.js:43637
2391
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2392
  msgid "Capacity"
2393
  msgstr ""
2394
 
2404
  msgid "Available:"
2405
  msgstr ""
2406
 
 
2407
  #: src/admin-views/editor/list-row.php:91
2408
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2409
  #: src/admin-views/tpp-metabox-capacity.php:16
2410
  msgid "Capacity:"
2411
  msgstr ""
2431
  msgstr ""
2432
 
2433
  #: src/admin-views/editor/fieldset/advanced.php:98
2434
+ #: src/resources/js/app/blocks.js:45493
2435
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2436
  msgid "If you do not set a start sale date, tickets will be available immediately."
2437
  msgstr ""
2438
 
2447
 
2448
  #: src/admin-views/editor/fieldset/advanced.php:84
2449
  #: src/admin-views/editor/fieldset/advanced.php:113
2450
+ #: common/src/resources/js/app/elements.js:9804
2451
+ #: common/src/resources/js/app/utils.js:7352
2452
  #: common/src/modules/utils/date.js:103
 
 
2453
  msgid "at"
2454
  msgstr ""
2455
 
2482
  msgid "Start sale date cannot be empty."
2483
  msgstr ""
2484
 
2485
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2486
  msgid "Settings Overview"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2490
  msgid "Welcome to Event Tickets!"
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
2493
  #: src/Tribe/Tickets_Handler.php:84
2494
+ #: src/views/blocks/rsvp/details/availability.php:28
2495
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2496
+ #: src/views/blocks/tickets/extra-available.php:19
2497
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2498
+ #: src/resources/js/app/blocks.js:41083
2499
  #: src/modules/data/blocks/ticket/options.js:19
2500
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2501
  msgid "Unlimited"
2502
  msgstr ""
2503
 
2504
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2505
+ #: src/resources/js/app/blocks.js:5520
2506
+ #: src/modules/data/blocks/ticket/options.js:16
2507
  msgid "Set capacity for this ticket only"
2508
  msgstr ""
2509
 
2511
  msgid "Shared capacity with other tickets"
2512
  msgstr ""
2513
 
2514
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2515
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2516
  msgid "Move Ticket"
2517
  msgstr ""
2518
 
2519
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2520
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2521
  msgid "Move RSVP"
2522
  msgstr ""
2523
 
2570
  msgstr ""
2571
 
2572
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2573
+ #: src/resources/js/app/blocks.js:45362
2574
  msgid "Ticket Capacity"
2575
  msgstr ""
2576
 
2590
  msgid "%s must be an email address."
2591
  msgstr ""
2592
 
2593
+ #: common/src/Tribe/Main.php:266
2594
  msgid "Clear Selection."
2595
  msgstr ""
2596
 
2597
+ #: common/src/Tribe/Main.php:265
2598
  msgid "Select all pages"
2599
  msgstr ""
2600
 
2601
+ #: common/src/Tribe/Main.php:264
2602
  msgid "All items on this page were selected. "
2603
  msgstr ""
2604
 
2634
  msgid "A list of links to the term own, archive and parent REST URL"
2635
  msgstr ""
2636
 
2637
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
2638
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2639
  msgstr ""
2640
 
2641
+ #: src/template-tags/tickets.php:254
2642
  msgctxt "list view buy now ticket button"
2643
  msgid "Buy Now!"
2644
  msgstr ""
2645
 
2646
+ #: src/template-tags/tickets.php:251
2647
  msgctxt "list view rsvp now ticket button"
2648
  msgid "RSVP Now!"
2649
  msgstr ""
2650
 
2651
+ #: src/template-tags/tickets.php:239
2652
  msgid "%s ticket left"
2653
  msgid_plural "%s tickets left"
2654
  msgstr[0] ""
2655
  msgstr[1] ""
2656
 
2657
+ #: src/template-tags/tickets.php:237
2658
  msgid "%s spot left"
2659
  msgid_plural "%s spots left"
2660
  msgstr[0] ""
2665
  msgid "Sold out"
2666
  msgstr ""
2667
 
2668
+ #: common/src/Tribe/Plugins_API.php:139
2669
  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."
2670
  msgstr ""
2671
 
2672
+ #: common/src/Tribe/Plugins_API.php:135
2673
  msgid "Image Widget Plus"
2674
  msgstr ""
2675
 
2676
+ #: common/src/Tribe/Plugins_API.php:104
2677
  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."
2678
  msgstr ""
2679
 
2689
  msgid "Buy now"
2690
  msgstr ""
2691
 
2692
+ #: common/src/Tribe/PUE/Notices.php:398
2693
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2694
  msgstr ""
2695
 
2696
+ #: common/src/Tribe/PUE/Notices.php:279
2697
  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."
2698
  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."
2699
  msgstr[0] ""
2700
  msgstr[1] ""
2701
 
2702
+ #: common/src/Tribe/PUE/Checker.php:987
2703
  msgid "Please refresh the page and try your request again."
2704
  msgstr ""
2705
 
2719
  msgid "Cannot look for Terms without a taxonomy"
2720
  msgstr ""
2721
 
2722
+ #: common/src/Tribe/PUE/Checker.php:1106
2723
  msgid "There is a new version of %1$s available. %2$s"
2724
  msgstr ""
2725
 
2726
+ #: common/src/Tribe/PUE/Checker.php:1095
2727
  msgid "Update now to version %s."
2728
  msgstr ""
2729
 
2730
+ #: common/src/Tribe/PUE/Checker.php:500
2731
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2732
  msgstr ""
2733
 
2843
  msgid "The cost currency symbol"
2844
  msgstr ""
2845
 
2846
+ #: src/template-tags/tickets.php:449
2847
  msgctxt "ticket stock message (remaining stock)"
2848
  msgid "%1$d available"
2849
  msgstr ""
2850
 
2851
+ #: src/template-tags/tickets.php:444
2852
  msgid "%s %d"
2853
  msgstr ""
2854
 
2855
+ #: src/template-tags/tickets.php:438
2856
  msgctxt "separate going and remain RSVPs"
2857
  msgid "RSVP'd Going"
2858
  msgstr ""
2859
 
2860
+ #: src/admin-views/tribe-options-tickets.php:100
2861
  msgid "Location of Tickets form"
2862
  msgstr ""
2863
 
2864
+ #: src/admin-views/tribe-options-tickets.php:90
2865
  msgid "Location of RSVP form"
2866
  msgstr ""
2867
 
2868
+ #: src/admin-views/tribe-options-tickets.php:85
2869
  msgid "Above the event description"
2870
  msgstr ""
2871
 
2872
+ #: src/admin-views/tribe-options-tickets.php:84
2873
  msgid "Below the event description"
2874
  msgstr ""
2875
 
2876
+ #: src/admin-views/tribe-options-tickets.php:83
2877
  msgid "Above the event details"
2878
  msgstr ""
2879
 
2880
+ #: src/admin-views/tribe-options-tickets.php:82
2881
  msgid "Below the event details [default]"
2882
  msgstr ""
2883
 
2896
  msgid "Edit %s"
2897
  msgstr ""
2898
 
2899
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2900
  msgid "Undo"
2901
  msgstr ""
2902
 
2903
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2904
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2905
  msgid "Check In"
2906
  msgstr ""
2907
 
2932
  msgid "Events Help"
2933
  msgstr ""
2934
 
2935
+ #: common/src/Tribe/PUE/Checker.php:1688
2936
  msgid "Expired license. Consult your network administrator."
2937
  msgstr ""
2938
 
2939
+ #: common/src/Tribe/PUE/Checker.php:1687
2940
  msgid "No license entered. Consult your network administrator."
2941
  msgstr ""
2942
 
2943
+ #: common/src/Tribe/PUE/Checker.php:1686
2944
  msgid "A valid license has been entered by your network administrator."
2945
  msgstr ""
2946
 
2947
+ #: common/src/Tribe/PUE/Checker.php:553
2948
  msgid "Site License Key"
2949
  msgstr ""
2950
 
2951
+ #: common/src/Tribe/PUE/Checker.php:542
2952
  msgid "Check this box if you wish to override the network license key with your own"
2953
  msgstr ""
2954
 
2955
+ #: common/src/Tribe/PUE/Checker.php:541
2956
  msgid "Override network license key"
2957
  msgstr ""
2958
 
2959
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2960
  msgid "License Key Status:"
2961
  msgstr ""
2962
 
2963
+ #: common/src/Tribe/Main.php:289
2964
  msgid "Done"
2965
  msgstr ""
2966
 
2967
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2968
  msgid "Today"
2969
  msgstr ""
2970
 
2971
+ #: common/src/Tribe/Main.php:287
2972
  msgid "Prev"
2973
  msgstr ""
2974
 
2984
  msgid "Installed Add-Ons"
2985
  msgstr ""
2986
 
2987
+ #: common/src/Tribe/Extension.php:377
2988
  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."
2989
  msgstr ""
2990
 
2992
  msgid "Tutorial"
2993
  msgstr ""
2994
 
 
2995
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
2996
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
2997
  msgctxt "the final separator in a list of two or more items"
2998
  msgid " and "
2999
  msgstr ""
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3003
  msgctxt "separator used in a list of items"
3004
  msgid ", "
3005
  msgstr ""
3025
  msgstr[0] ""
3026
  msgstr[1] ""
3027
 
 
3028
  #: src/views/tickets/email-tickets-moved.php:117
3029
+ #: src/views/tickets/email-ticket-type-moved.php:115
3030
  msgid " (taking place on %s)"
3031
  msgstr ""
3032
 
3036
  msgstr[0] ""
3037
  msgstr[1] ""
3038
 
 
3039
  #: src/views/tickets/email-tickets-moved.php:99
3040
+ #: src/views/tickets/email-ticket-type-moved.php:97
3041
  msgid "Important changes to your tickets"
3042
  msgstr ""
3043
 
3058
  msgid "Next &raquo;"
3059
  msgstr ""
3060
 
3061
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3062
  msgid "Finish!"
3063
  msgstr ""
3064
 
3076
  msgid "Select the ticket type that the tickets should be transferred to:"
3077
  msgstr ""
3078
 
3079
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3080
  msgid "Select the post you wish to move the ticket type to:"
3081
  msgstr ""
3082
 
3084
  msgid "You can also enter keywords to help find the target event by title or description:"
3085
  msgstr ""
3086
 
3087
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3088
  msgid "You can optionally focus on a specific post type:"
3089
  msgstr ""
3090
 
3114
  msgid "Move"
3115
  msgstr ""
3116
 
3117
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3118
  msgid "Getting Started"
3119
  msgstr ""
3120
 
3121
+ #: src/admin-views/admin-welcome-message.php:69
3122
  msgid "Sign Up"
3123
  msgstr ""
3124
 
3125
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3126
  msgid "Rate It"
3127
  msgstr ""
3128
 
3129
+ #: src/admin-views/admin-welcome-message.php:79
3130
  msgid "Rate us today!"
3131
  msgstr ""
3132
 
3133
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3134
  msgid "We Need Your Help"
3135
  msgstr ""
3136
 
 
 
 
 
3137
  #: src/Tribe/Attendees.php:502
3138
  msgctxt "attendee export"
3139
  msgid "Customer Email Address"
3177
  msgid "Edit"
3178
  msgstr ""
3179
 
3180
+ #: src/Tribe/RSVP.php:331
3181
  msgid "RSVP Ticket"
3182
  msgstr ""
3183
 
3184
+ #: src/Tribe/RSVP.php:330
3185
  msgid "RSVP Tickets"
3186
  msgstr ""
3187
 
3188
+ #: src/Tribe/RSVP.php:163
3189
  msgctxt "ticket provider"
3190
  msgid "RSVP"
3191
  msgstr ""
3205
  msgid "Total RSVPs:"
3206
  msgstr ""
3207
 
3208
+ #: src/Tribe/Assets.php:112
3209
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3210
  msgstr ""
3211
 
3212
+ #: src/Tribe/Main.php:803
3213
  msgctxt "button text"
3214
  msgid "RSVP"
3215
  msgstr ""
3216
 
 
 
 
 
3217
  #: src/Tribe/CSV_Importer/Rows.php:49
3218
  msgctxt "post type label"
3219
  msgid "RSVPs"
3224
  msgid "RSVPs"
3225
  msgstr ""
3226
 
3227
+ #: src/Tribe/Attendees_Table.php:330
3228
  msgctxt "row action"
3229
  msgid "Delete"
3230
  msgstr ""
3231
 
3232
+ #: src/Tribe/Attendees_Table.php:318
3233
  msgctxt "row action"
3234
  msgid "Move"
3235
  msgstr ""
3236
 
3237
+ #: src/Tribe/Attendees_Table.php:308
3238
  msgctxt "row action"
3239
  msgid "Check In"
3240
  msgstr ""
3241
 
3242
+ #: src/Tribe/Attendees_Table.php:309
3243
  msgctxt "row action"
3244
  msgid "Undo Check In"
3245
  msgstr ""
3278
  msgid "View history"
3279
  msgstr ""
3280
 
3281
+ #: src/Tribe/Admin/Move_Tickets.php:763
3282
  msgid "This ticket was moved to %1$s from %2$s"
3283
  msgstr ""
3284
 
3285
+ #: src/Tribe/Admin/Move_Tickets.php:583
3286
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3287
  msgstr ""
3288
 
3289
+ #: src/Tribe/Admin/Move_Tickets.php:465
3290
  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."
3291
  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."
3292
  msgstr[0] ""
3293
  msgstr[1] ""
3294
 
3295
+ #: src/Tribe/Admin/Move_Tickets.php:458
3296
  msgctxt "moved tickets success message fragment"
3297
  msgid "moved to %s and"
3298
  msgstr ""
3299
 
3300
+ #: src/Tribe/Admin/Move_Tickets.php:451
3301
  msgctxt "moved tickets success message fragment"
3302
  msgid "assigned to %s"
3303
  msgstr ""
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:443
3306
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Admin/Move_Tickets.php:435
3310
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Admin/Move_Tickets.php:225
3314
  msgctxt "attendee screen bulk actions"
3315
  msgid "Move"
3316
  msgstr ""
3340
  msgstr ""
3341
 
3342
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3343
+ #: src/Tribe/Admin/Move_Tickets.php:704
3344
  msgid "Changes to your tickets from %s"
3345
  msgstr ""
3346
 
3361
  msgstr ""
3362
 
3363
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3364
+ #: src/Tribe/Admin/Move_Tickets.php:252
3365
  msgid "All supported types"
3366
  msgstr ""
3367
 
3368
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3369
+ #: src/resources/js/app/blocks.js:42918
3370
  msgid "Move Ticket Types"
3371
  msgstr ""
3372
 
3373
+ #: common/src/admin-views/tribe-options-licenses.php:19
3374
+ 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."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3375
  msgstr ""
3376
 
3377
  #: common/src/admin-views/tribe-options-help.php:55
3418
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3419
  msgstr ""
3420
 
3421
+ #: common/src/Tribe/PUE/Notices.php:441
3422
  msgctxt "formatted plugin list"
3423
  msgid "%1$s and %2$s"
3424
  msgstr ""
3425
 
3426
+ #: common/src/Tribe/PUE/Notices.php:356
3427
  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."
3428
  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."
3429
  msgstr[0] ""
3430
  msgstr[1] ""
3431
 
3432
+ #: common/src/Tribe/PUE/Notices.php:324
3433
  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"
3434
  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"
3435
  msgstr[0] ""
3436
  msgstr[1] ""
3437
 
3438
+ #: common/src/Tribe/PUE/Checker.php:1065
3439
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3440
  msgstr ""
3441
 
3442
+ #: common/src/Tribe/PUE/Checker.php:1008
3443
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3444
  msgstr ""
3445
 
3446
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3447
  msgid " (opens in a new window)"
3448
  msgstr ""
3449
 
3450
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3451
  msgid "Renew Your License Now"
3452
  msgstr ""
3453
 
3454
+ #: common/src/Tribe/Main.php:276
3455
  msgid ": Selected 1 row"
3456
  msgstr ""
3457
 
3458
+ #: common/src/Tribe/Main.php:275
3459
  msgid ": Selected %d rows"
3460
  msgstr ""
3461
 
3462
+ #: common/src/Tribe/Main.php:270
3463
  msgid "Previous"
3464
  msgstr ""
3465
 
3466
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3467
  msgid "Next"
3468
  msgstr ""
3469
 
3470
+ #: common/src/Tribe/Main.php:268
3471
  msgid "All"
3472
  msgstr ""
3473
 
3474
+ #: common/src/Tribe/Main.php:263
3475
  msgid "Search:"
3476
  msgstr ""
3477
 
3478
+ #: common/src/Tribe/Main.php:262
3479
  msgid "No matching records found"
3480
  msgstr ""
3481
 
3482
+ #: common/src/Tribe/Main.php:261
3483
  msgid "(filtered from _MAX_ total entries)"
3484
  msgstr ""
3485
 
3486
+ #: common/src/Tribe/Main.php:260
3487
  msgid "Showing 0 to 0 of 0 entries"
3488
  msgstr ""
3489
 
3490
+ #: common/src/Tribe/Main.php:259
3491
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3492
  msgstr ""
3493
 
3494
+ #: common/src/Tribe/Main.php:258
3495
  msgid "No data available in table"
3496
  msgstr ""
3497
 
3498
+ #: common/src/Tribe/Main.php:257
3499
  msgid "Show _MENU_ entries"
3500
  msgstr ""
3501
 
3502
+ #: common/src/Tribe/Main.php:255
3503
  msgid ": activate to sort column descending"
3504
  msgstr ""
3505
 
3506
+ #: common/src/Tribe/Main.php:254
3507
  msgid ": activate to sort column ascending"
3508
  msgstr ""
3509
 
3510
+ #: common/src/Tribe/Main.php:299
3511
  msgid "Press \"Cmd + C\" to copy"
3512
  msgstr ""
3513
 
3514
+ #: common/src/Tribe/Main.php:298
3515
  msgid "System info copied"
3516
  msgstr ""
3517
 
3518
+ #: common/src/Tribe/Main.php:297
3519
  #: common/src/admin-views/tribe-options-help.php:50
3520
  msgid "Copy to clipboard"
3521
  msgstr ""
3544
  msgid "Go to plugins page"
3545
  msgstr ""
3546
 
3547
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3548
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3549
  msgstr ""
3550
 
3551
+ #: src/Tribe/Tickets.php:1819
3552
  msgid "Tickets are not available as this %s has passed."
3553
  msgstr ""
3554
 
3555
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3556
  msgid "Please enter in without thousand separators and currency symbols."
3557
  msgstr ""
3558
 
3560
  msgid "English"
3561
  msgstr ""
3562
 
3563
+ #: common/src/Tribe/Plugins_API.php:126
3564
  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."
3565
  msgstr ""
3566
 
3567
+ #: common/src/Tribe/Plugins_API.php:115
3568
  msgctxt "Names of required plugins for Community Tickets"
3569
  msgid "Event Tickets Plus and Community Events"
3570
  msgstr ""
3571
 
3572
+ #: common/src/Tribe/Plugins_API.php:114
3573
  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"
3574
  msgstr ""
3575
 
3577
  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."
3578
  msgstr ""
3579
 
3580
+ #: common/src/Tribe/Plugins_API.php:94
3581
  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."
3582
  msgstr ""
3583
 
3584
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3585
  msgid "Filter Bar"
3586
  msgstr ""
3587
 
3593
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3594
  msgstr ""
3595
 
3596
+ #: src/Tribe/RSVP.php:810
3597
  msgid "You confirmed you will not be attending %s"
3598
  msgstr ""
3599
 
3601
  msgid "Thank you for confirming that you will not be attending the above event."
3602
  msgstr ""
3603
 
 
3604
  #: src/views/tickets/orders-pp-tickets.php:76
3605
+ #: src/views/tickets/orders-rsvp.php:87
3606
  msgid "Type: "
3607
  msgstr ""
3608
 
3609
  #: src/views/tickets/rsvp.php:211
 
3610
  msgid "Login to RSVP"
3611
  msgstr ""
3612
 
3618
  msgid "View %s"
3619
  msgstr ""
3620
 
 
3621
  #: src/views/tickets/orders-pp-tickets.php:66
3622
+ #: src/views/tickets/orders-rsvp.php:63
3623
  msgid "Attendee %d"
3624
  msgstr ""
3625
 
 
3626
  #: src/views/tickets/orders-pp-tickets.php:47
3627
+ #: src/views/tickets/orders-rsvp.php:44
3628
  msgid " on %s"
3629
  msgstr ""
3630
 
3637
  msgstr ""
3638
 
3639
  #: src/views/tickets/orders-link.php:39
3640
+ #: src/views/blocks/attendees/order-links.php:65
3641
  msgid "View your %s"
3642
  msgstr ""
3643
 
3644
  #: src/views/tickets/orders-link.php:38
3645
+ #: src/views/blocks/attendees/order-links.php:48
3646
  msgid "You have %s for this %s."
3647
  msgstr ""
3648
 
3666
  msgid "To see a list of events you're attending, you will need to log in."
3667
  msgstr ""
3668
 
3669
+ #: src/admin-views/tribe-options-tickets.php:127
3670
  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."
3671
  msgstr ""
3672
 
3673
+ #: src/admin-views/tribe-options-tickets.php:122
3674
  msgid "Login Requirements"
3675
  msgstr ""
3676
 
3677
+ #: src/admin-views/tribe-options-tickets.php:51
3678
  msgid "Require users to log in before they RSVP"
3679
  msgstr ""
3680
 
3681
+ #: src/Tribe/Tickets_View.php:808
3682
  msgid "This RSVP is no longer active."
3683
  msgstr ""
3684
 
3685
+ #: src/Tribe/Tickets_View.php:741
3686
  msgid "Ticket"
3687
  msgstr ""
3688
 
3689
+ #: src/views/blocks/rsvp/status/going.php:26
3690
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3691
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3692
  msgid "Going"
3693
  msgstr ""
3694
 
3695
+ #: src/Tribe/Tickets.php:1869
3696
  msgid "There are no tickets available at this time."
3697
  msgstr ""
3698
 
3699
+ #: src/Tribe/Tickets.php:1867
3700
  msgid "Tickets are no longer available."
3701
  msgstr ""
3702
 
3703
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3704
+ #: src/resources/js/app/blocks.js:44083
3705
+ #: src/modules/blocks/tickets/container/template.js:47
3706
  msgid "Tickets are not yet available"
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Main.php:803
3710
  msgid "Buy"
3711
  msgstr ""
3712
 
3716
  msgid "Free"
3717
  msgstr ""
3718
 
3719
+ #: src/Tribe/Tickets_View.php:737
3720
  msgid "RSVPs"
3721
  msgstr ""
3722
 
3840
  msgid "Enable global stock"
3841
  msgstr ""
3842
 
3843
+ #: src/Tribe/Assets.php:118
3844
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3845
  msgstr ""
3846
 
3847
+ #: src/Tribe/Attendees_Table.php:410
3848
  msgid "View order"
3849
  msgstr ""
3850
 
3892
  msgid "Confirm RSVP"
3893
  msgstr ""
3894
 
 
3895
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3896
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3897
  msgid "Full Name"
3898
  msgstr ""
3899
 
3900
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3901
+ #: src/views/blocks/rsvp/details/availability.php:23
3902
  msgid "Out of stock!"
3903
  msgstr ""
3904
 
3906
  msgid "%1$s out of %2$s available"
3907
  msgstr ""
3908
 
3909
+ #: src/Tribe/Tickets_View.php:737
3910
  #: src/admin-views/editor/column-body-price.php:16
3911
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3912
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3913
  #: src/modules/blocks/rsvp/container/template.js:31
 
3914
  msgid "RSVP"
3915
  msgstr ""
3916
 
 
3917
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3918
+ #: src/views/tickets/email.php:406
3919
  msgid "Purchaser"
3920
  msgstr "Αγοραστής"
3921
 
3922
  #: src/views/tickets/email.php:402
 
 
3923
  msgid "Ticket Type"
3924
  msgstr "Τύπος Εισιτηρίου"
3925
 
 
 
 
3926
  #: src/views/tickets/email-tickets-moved.php:26
3927
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3928
+ #: src/views/tickets/email-ticket-type-moved.php:25
3929
  msgid "Your tickets"
3930
  msgstr "Τα εισιτήριά σας"
3931
 
3932
  #: src/views/tickets/attendees-email.php:24
3933
+ #: src/resources/js/app/blocks.js:46965
3934
  #: src/modules/blocks/attendees/index.js:21
 
3935
  msgid "Attendee List"
3936
  msgstr "Λίστα Συμμετεχόντων"
3937
 
3938
+ #: src/admin-views/tribe-options-tickets.php:66
3939
  msgid "Post types that can have tickets"
3940
  msgstr ""
3941
 
3942
  #: src/admin-views/editor/panel/settings.php:14
3943
+ #: src/admin-views/tribe-options-tickets.php:62
3944
  msgid "Ticket Settings"
3945
  msgstr ""
3946
 
3947
+ #: src/admin-views/editor/panel/ticket.php:199
3948
  #: src/admin-views/editor/panel/settings.php:81
3949
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3950
+ #: src/resources/js/app/blocks.js:46423
3951
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3952
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3953
  msgid "Cancel"
3954
  msgstr "Άκυρο"
3955
 
3965
  msgid "When will ticket sales occur?"
3966
  msgstr ""
3967
 
 
3968
  #: src/admin-views/editor/fieldset/advanced.php:102
3969
+ #: src/admin-views/meta-box.php:192
3970
  msgid "End sale:"
3971
  msgstr "Λήξη πωλήσεων:"
3972
 
 
3973
  #: src/admin-views/editor/fieldset/advanced.php:70
3974
+ #: src/admin-views/meta-box.php:161
3975
  msgid "Start sale:"
3976
  msgstr "Έναρξη πωλήσεων:"
3977
 
3983
  msgid "Ticket Name:"
3984
  msgstr "Όνομα Εισιτηρίου:"
3985
 
3986
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
3987
  msgid "Sell using:"
3988
  msgstr "Πώληση με:"
3989
 
3990
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
3991
  msgid "Edit ticket"
3992
  msgstr "Επεξεργασία εισιτηρίου"
3993
 
3994
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
3995
+ #: src/admin-views/meta-box.php:122
3996
  msgid "Add new ticket"
3997
  msgstr "Προσθήκη εισιτηρίου"
3998
 
3999
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4000
  msgid "Remove"
4001
  msgstr "Διαγραφή"
4002
 
4003
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4004
  msgid "Select an Image"
4005
  msgstr "Επιλέξτε μια εικόνα"
4006
 
4016
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4017
  msgstr "Η εκδήλωση αυτή δημιουργήθηκε χρησιμοποιώντας το Community Events. Είστε σίγουρος ότι θέλετε να πουλήσετε εισιτήρια γι' αυτήν;"
4018
 
4019
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4020
  msgid "Sold %d"
4021
  msgstr "Πωλήθηκαν %d"
4022
 
4028
  msgid "View"
4029
  msgstr "Εμφάνιση"
4030
 
4031
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4032
+ #: src/resources/js/app/blocks.js:46179
4033
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4034
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4035
  msgid "Edit"
4036
  msgstr "Επεξεργασία"
4037
 
4040
  msgid "(Current sale price - this can be managed via the product editor)"
4041
  msgstr ""
4042
 
 
4043
  #: src/admin-views/editor/fieldset/price.php:67
4044
+ #: src/admin-views/price-fields.php:12
4045
  #: src/admin-views/legacy-ticket-fields.php:24
4046
  msgid "Sale Price:"
4047
  msgstr "Τιμή Πώλησης:"
4051
  msgid "(0 or empty for free tickets)"
4052
  msgstr "(0 ή κενό για δωρεάν εισητήρια)"
4053
 
 
 
4054
  #: src/admin-views/editor/fieldset/price.php:49
4055
+ #: src/admin-views/editor/column-body-price.php:9
4056
+ #: src/admin-views/price-fields.php:3
4057
  #: src/admin-views/legacy-ticket-fields.php:15
4058
  msgid "Price:"
4059
  msgstr "Τιμή:"
4060
 
 
 
 
 
4061
  #: src/admin-views/attendees-email.php:59
4062
  msgid "Send Email"
4063
  msgstr "Αποστολή email"
4082
  msgid "Send the attendee list by email"
4083
  msgstr "Στείλτε τη λίστα συμμετεχόντων μέσω email"
4084
 
4085
+ #: src/Tribe/Attendees.php:708
4086
  msgid "Email sent successfully!"
4087
  msgstr ""
4088
 
4089
+ #: src/Tribe/Attendees.php:701
4090
  msgid "Error when sending the email"
4091
  msgstr ""
4092
 
4093
+ #: src/Tribe/Attendees.php:700
4094
  msgid "Attendee List for: %s"
4095
  msgstr "Λίστα Συμμετεχόντων για: %s"
4096
 
4118
  msgid "attendees"
4119
  msgstr "attendees"
4120
 
4121
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4122
+ #: src/admin-views/tribe-options-tickets.php:246
4123
  msgid "Yes"
4124
  msgstr "Ναί"
4125
 
4140
  msgstr "Πρέπει να επιλέξετε ένα χρήστη ή να πληκτρολογήσετε μία έγκυρη διεύθυνση email"
4141
 
4142
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4143
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4144
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4145
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4146
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4147
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4148
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4149
  msgid "Attendees"
4150
  msgstr "Συμμετέχοντες"
4151
 
4153
  msgid "See who purchased tickets to this event"
4154
  msgstr "Δείτε ποιος αγόρασε εισιτήρια γι' αυτήν την εκδήλωση"
4155
 
4156
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4157
  msgid "Post draft updated."
4158
  msgstr "Το πρόχειρο άρθρο ενημερώθηκε."
4159
 
4160
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4161
  msgid "Post scheduled."
4162
  msgstr ""
4163
 
4164
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4165
  msgid "Post submitted."
4166
  msgstr "Το άρθρο υποβλήθηκε."
4167
 
4168
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4169
  msgid "Post published. %1$s"
4170
  msgstr ""
4171
 
4172
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4173
  msgid "Post updated. %1$s"
4174
  msgstr ""
4175
 
4176
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4177
  msgid "Return to the %1$sAttendees Report%2$s."
4178
  msgstr ""
4179
 
4180
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4181
  msgid "(deleted)"
4182
  msgstr ""
4183
 
4184
+ #: src/Tribe/RSVP.php:1115
4185
  msgid "In order to RSVP, you must enter your name and a valid email address."
4186
  msgstr ""
4187
 
4188
+ #: src/Tribe/RSVP.php:1110
4189
  msgid "You can't RSVP more than the total remaining tickets."
4190
  msgstr ""
4191
 
4192
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4193
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4194
  msgstr ""
4195
 
4196
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4197
  msgid "Your tickets from %s"
4198
  msgstr ""
4199
 
4200
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4201
  msgctxt "Attendee number"
4202
  msgid "Attendee %1$s"
4203
  msgstr ""
4206
  msgid "Set as ticket header"
4207
  msgstr "Ορισμός ως κεφαλίδα εισιτηρίου"
4208
 
4209
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4210
  msgid "Ticket header image"
4211
  msgstr "Εικόνα κεφαλίδας εισιτηρίου"
4212
 
4213
+ #: src/Tribe/Main.php:567
4214
  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)."
4215
  msgstr ""
4216
 
4217
+ #: src/Tribe/Main.php:562
4218
  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)."
4219
  msgstr ""
4220
 
4221
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4222
  msgid "post a thread"
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Main.php:559
4226
  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."
4227
  msgstr ""
4228
 
4229
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4230
  msgid "Events Tickets Plus"
4231
  msgstr ""
4232
 
4233
+ #: src/Tribe/Main.php:557
4234
  msgid "premium support on our website"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Main.php:555
4238
  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."
4239
  msgstr ""
4240
 
4241
+ #: src/Tribe/Main.php:554
4242
  msgid "open-source forum on WordPress.org"
4243
  msgstr ""
4244
 
4245
+ #: src/Tribe/Main.php:537
4246
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4247
  msgstr ""
4248
 
4249
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4250
  msgid "New User Primer"
4251
  msgstr ""
4252
 
4253
+ #: src/Tribe/Main.php:518
4254
  msgid "Customizing Event Tickets"
4255
  msgstr ""
4256
 
4257
+ #: src/Tribe/Main.php:517
4258
  msgid "Troubleshooting common problems"
4259
  msgstr ""
4260
 
4261
+ #: src/Tribe/Main.php:516
4262
  msgid "Features overview"
4263
  msgstr ""
4264
 
4265
+ #: src/Tribe/Main.php:515
4266
  msgid "Settings overview"
4267
  msgstr ""
4268
 
4269
+ #: src/Tribe/Main.php:513
4270
  msgid "Support for Event Tickets"
4271
  msgstr ""
4272
 
4273
+ #: src/Tribe/Main.php:332
4274
  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"
4275
  msgstr ""
4276
 
4277
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4278
  msgid "Delete"
4279
  msgstr "Διαγράψετε"
4280
 
4281
+ #: src/Tribe/Attendees_Table.php:555
4282
  msgid "Export"
4283
  msgstr "Εξαγωγή"
4284
 
4285
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4286
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4287
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4288
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4289
+ #: src/views/blocks/rsvp/form/email.php:32
4290
  msgid "Email"
4291
  msgstr "E-mail"
4292
 
4293
+ #: src/Tribe/Attendees_Table.php:554
4294
  msgid "Print"
4295
  msgstr "Εκτύπωση"
4296
 
4297
+ #: src/Tribe/Attendees_Table.php:591
4298
  msgid "Undo Check in"
4299
  msgstr "Αναίρεση Άφιξης"
4300
 
4301
+ #: src/Tribe/Attendees_Table.php:590
4302
  msgid "Check in"
4303
  msgstr "Άφιξη"
4304
 
4322
  msgid "Purchaser Name"
4323
  msgstr "Όνομα αγοραστή"
4324
 
4325
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4326
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4327
  #: src/admin-views/editor/list-table.php:30
4328
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4329
  msgid "Tickets"
4330
  msgstr "Εισιτήρια"
4331
 
4341
  msgid "Network Settings"
4342
  msgstr "Ρυθμίσεις Δικτύου"
4343
 
 
 
 
 
 
 
 
 
4344
  #: common/src/admin-views/tribe-options-help.php:80
4345
  msgid "More..."
4346
  msgstr "Περισσότερα…"
4465
  msgid "Date Format Settings"
4466
  msgstr "Ρυθμίσεις Προβολής Ημερομηνίας"
4467
 
4468
+ #: src/admin-views/admin-welcome-message.php:7
4469
+ msgid "Version"
4470
+ msgstr "Έκδοση"
4471
+
4472
  #: common/src/Tribe/Languages/Locations.php:374
4473
  msgid "Wyoming"
4474
  msgstr "Ουαϊόμινγκ"
5714
  msgstr "Δεν έχουν ρυθμιστεί ακόμα πεδία γι' αυτήν την καρτέλα."
5715
 
5716
  #: common/src/Tribe/Settings_Manager.php:253
5717
+ #: common/src/admin-views/tribe-options-licenses.php:57
5718
  msgid "Licenses"
5719
  msgstr "Άδειες"
5720
 
5734
  msgid "General"
5735
  msgstr "Γενικά"
5736
 
5737
+ #: common/src/Tribe/Settings.php:641
5738
  msgid "Settings saved."
5739
  msgstr "Οι ρυθμίσεις αποθηκεύτηκαν!"
5740
 
5741
+ #: common/src/Tribe/Settings.php:619
5742
  msgid "The above setting was not saved. Other settings were successfully saved."
5743
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5744
  msgstr[0] "Η παραπάνω ρύθμιση δεν αποθηκεύθηκε. Οι άλλες ρυθμίσεις αποθηκεύθηκαν με επιτυχία."
5745
  msgstr[1] "Η παραπάνω ρυθμίσεις δεν αποθηκεύθηκαν. Οι άλλες ρυθμίσεις αποθηκεύθηκαν με επιτυχία."
5746
 
5747
+ #: common/src/Tribe/Settings.php:618
5748
  msgid "None of your settings were saved. Please try again."
5749
  msgstr "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
5750
 
5751
+ #: common/src/Tribe/Settings.php:608
5752
  msgid "Your form had the following errors:"
5753
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
5754
 
5764
  msgid "You don't have permission to do that."
5765
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
5766
 
5767
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5768
  #: common/src/Tribe/Settings.php:371
5769
  msgid "Save Changes"
5770
  msgstr "Αποθηκεύσετε τις Αλλαγές"
5778
  msgstr "%s Ρυθμίσεις"
5779
 
5780
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5781
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5782
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5783
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5784
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5785
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5786
  msgid "Settings"
5787
  msgstr "Παράμετροι"
5788
 
5790
  msgid "Events Settings"
5791
  msgstr "Ρυθμίσεις Εκδηλώσεων"
5792
 
5793
+ #: src/admin-views/admin-welcome-message.php:18
5794
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5795
  #: common/src/Tribe/Settings.php:242
5796
  msgid "Events"
5797
  msgstr "Γεγονότα"
5798
 
5799
+ #: common/src/Tribe/PUE/Checker.php:899
5800
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5801
  msgstr ""
5802
 
5803
+ #: common/src/Tribe/PUE/Checker.php:943
5804
  msgid "Thanks for setting up a valid key. It will expire on %s"
5805
  msgstr ""
5806
 
5807
+ #: common/src/Tribe/PUE/Checker.php:938
5808
  msgid "Valid Key! Expires on %s"
5809
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
5810
 
5811
+ #: common/src/Tribe/PUE/Checker.php:918
5812
  msgid "Sorry, key validation server is not available."
5813
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:912
5816
  msgid "unknown date"
5817
  msgstr "Άγνωστη Ημερομηνία"
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:653
5820
  msgid "License key(s) updated."
5821
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:497
5824
  msgid "A valid license key is required for support and updates"
5825
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5828
  msgid "License Key"
5829
  msgstr "Κλειδί Άδειας"
5830
 
5879
 
5880
  #: common/src/Tribe/Admin/Help_Page.php:823
5881
  msgid "WordPress "
5882
+ msgstr ""
5883
 
5884
  #: common/src/Tribe/Admin/Help_Page.php:822
5885
  #: common/src/admin-views/app-shop.php:77
5925
  msgstr "μ/δ (μη διαθέσιμο)"
5926
 
5927
  #: common/src/Tribe/Admin/Help_Page.php:244
5928
+ #: common/src/Tribe/Plugins_API.php:110
5929
  msgid "Community Tickets"
5930
  msgstr ""
5931
 
5933
  msgid "Event Tickets Plus"
5934
  msgstr ""
5935
 
5936
+ #: common/src/Tribe/Admin/Help_Page.php:211
5937
+ #: common/src/Tribe/Plugins_API.php:100
5938
  msgid "Community Events"
5939
  msgstr "Εκδηλώσεις Κοινότητας"
5940
 
5941
  #: common/src/Tribe/Admin/Help_Page.php:203
5942
+ #: common/src/Tribe/Plugins_API.php:121
5943
  msgid "Eventbrite Tickets"
5944
  msgstr ""
5945
 
5947
  msgid "Events Calendar PRO"
5948
  msgstr ""
5949
 
5950
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5951
+ #: src/views/blocks/attendees/order-links.php:48
5952
  #: common/src/Tribe/Admin/Help_Page.php:170
5953
  msgid " and "
5954
  msgstr " και "
5966
  msgstr ""
5967
 
5968
  #. Plugin Name of the plugin
5969
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5970
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5971
  msgid "Event Tickets"
5972
  msgstr ""
5975
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5976
  msgstr ""
5977
 
5978
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5979
+ #: common/src/Tribe/Plugins_API.php:25
5980
  msgid "The Events Calendar"
5981
  msgstr "The Events Calendar"
lang/event-tickets-en_GB.mo CHANGED
Binary file
lang/event-tickets-en_GB.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr ""
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr ""
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr ""
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr ""
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr ""
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr ""
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr ""
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr ""
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr ""
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr ""
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr ""
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr ""
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr ""
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr ""
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr ""
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr ""
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr ""
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr ""
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr ""
1665
 
@@ -1671,22 +1990,6 @@ msgstr ""
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr ""
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr ""
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr ""
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr ""
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr ""
@@ -1695,61 +1998,6 @@ msgstr ""
1695
  msgid "This ticket is no longer active."
1696
  msgstr ""
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <span class=\"count\">(%s)</span>"
1700
- msgid_plural "Denied <span class=\"count\">(%s)</span>"
1701
- msgstr[0] ""
1702
- msgstr[1] ""
1703
-
1704
- #: src/Tribe/Commerce/PayPal/Stati.php:126
1705
- msgctxt "A PayPal order status"
1706
- msgid "Denied"
1707
- msgstr ""
1708
-
1709
- #: src/Tribe/Commerce/PayPal/Stati.php:122
1710
- msgid "Refunded <span class=\"count\">(%s)</span>"
1711
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
1712
- msgstr[0] ""
1713
- msgstr[1] ""
1714
-
1715
- #: src/Tribe/Commerce/PayPal/Stati.php:117
1716
- msgctxt "A PayPal order status"
1717
- msgid "Refunded"
1718
- msgstr ""
1719
-
1720
- #: src/Tribe/Commerce/PayPal/Stati.php:113
1721
- msgid "Pending <span class=\"count\">(%s)</span>"
1722
- msgid_plural "Pending <span class=\"count\">(%s)</span>"
1723
- msgstr[0] ""
1724
- msgstr[1] ""
1725
-
1726
- #: src/Tribe/Commerce/PayPal/Stati.php:108
1727
- msgctxt "A PayPal order status"
1728
- msgid "Pending"
1729
- msgstr ""
1730
-
1731
- #: src/Tribe/Commerce/PayPal/Stati.php:104
1732
- msgid "Not completed <span class=\"count\">(%s)</span>"
1733
- msgid_plural "Not completed <span class=\"count\">(%s)</span>"
1734
- msgstr[0] ""
1735
- msgstr[1] ""
1736
-
1737
- #: src/Tribe/Commerce/PayPal/Stati.php:99
1738
- msgctxt "A PayPal order status"
1739
- msgid "Not completed"
1740
- msgstr ""
1741
-
1742
- #: src/Tribe/Commerce/PayPal/Stati.php:95
1743
- msgid "Completed <span class=\"count\">(%s)</span>"
1744
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
1745
- msgstr[0] ""
1746
- msgstr[1] ""
1747
-
1748
- #: src/Tribe/Commerce/PayPal/Stati.php:90
1749
- msgctxt "A PayPal order status"
1750
- msgid "Completed"
1751
- msgstr ""
1752
-
1753
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
1754
  msgid "Sell only available"
1755
  msgstr ""
@@ -1827,30 +2075,31 @@ msgstr ""
1827
  msgid "Number of orders per page:"
1828
  msgstr ""
1829
 
1830
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:261
1831
  msgid "Not completed"
1832
  msgstr ""
1833
 
1834
- #: src/Tribe/Commerce/PayPal/Orders/Sales.php:257
 
1835
  msgid "Completed"
1836
  msgstr ""
1837
 
1838
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:271
1839
  msgid "Search Orders"
1840
  msgstr ""
1841
 
1842
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:207
1843
  msgctxt "Browser title"
1844
  msgid "%s - PayPal Orders"
1845
  msgstr ""
1846
 
 
 
1847
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
1848
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:102
1849
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:151
1850
  msgid "PayPal Orders"
1851
  msgstr ""
1852
 
1853
- #: src/Tribe/Commerce/PayPal/Orders/Report.php:100
1854
  msgid "See PayPal purchases for this %s"
1855
  msgstr ""
1856
 
@@ -1862,55 +2111,24 @@ msgstr ""
1862
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
1863
  msgstr ""
1864
 
1865
- #: src/Tribe/Commerce/PayPal/Main.php:2184
1866
- msgctxt "a PayPal ticket order status"
1867
- msgid "Not Completed"
1868
- msgstr ""
1869
-
1870
- #: src/Tribe/Commerce/PayPal/Main.php:2183
1871
- msgctxt "a PayPal ticket order status"
1872
- msgid "Denied"
1873
- msgstr ""
1874
-
1875
- #: src/Tribe/Commerce/PayPal/Main.php:2182
1876
- msgctxt "a PayPal ticket order status"
1877
- msgid "Pending"
1878
- msgstr ""
1879
-
1880
- #: src/Tribe/Commerce/PayPal/Main.php:2181
1881
- msgctxt "a PayPal ticket order status"
1882
- msgid "Refunded"
1883
- msgstr ""
1884
-
1885
- #: src/Tribe/Commerce/PayPal/Main.php:2180
1886
- msgctxt "a PayPal ticket order status"
1887
- msgid "Completed"
1888
- msgstr ""
1889
-
1890
- #: src/Tribe/Commerce/PayPal/Main.php:2179
1891
- msgctxt "a PayPal ticket order status"
1892
- msgid "Undefined"
1893
- msgstr ""
1894
-
1895
- #: src/Tribe/Commerce/PayPal/Main.php:1755
1896
  msgid "Report"
1897
  msgstr ""
1898
 
1899
- #: src/Tribe/Commerce/PayPal/Main.php:1729
1900
  msgid "Sales report"
1901
  msgstr ""
1902
 
1903
- #: src/Tribe/Commerce/PayPal/Main.php:452
1904
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
1905
- #: src/resources/js/app/blocks.js:40151
1906
  msgid "Orders"
1907
  msgstr ""
1908
 
1909
- #: src/Tribe/Commerce/PayPal/Main.php:427
1910
  msgid "Tribe Commerce Ticket"
1911
  msgstr ""
1912
 
1913
- #: src/Tribe/Commerce/PayPal/Main.php:426
1914
  msgid "Tribe Commerce Tickets"
1915
  msgstr ""
1916
 
@@ -1927,9 +2145,9 @@ msgstr ""
1927
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
1928
  msgstr ""
1929
 
1930
- #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
1931
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
1932
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
 
1933
  msgctxt "a PayPal configuration status"
1934
  msgid "incomplete"
1935
  msgstr ""
@@ -1976,7 +2194,6 @@ msgid "There was an error"
1976
  msgstr ""
1977
 
1978
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
1979
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:155
1980
  msgid "pending"
1981
  msgstr ""
1982
 
@@ -1990,51 +2207,51 @@ msgctxt "attendee summary"
1990
  msgid "Total Tickets Issued:"
1991
  msgstr ""
1992
 
1993
- #: src/Tribe/Commerce/Currency.php:293
1994
  msgid "U.S. Dollar (USD)"
1995
  msgstr ""
1996
 
1997
- #: src/Tribe/Commerce/Currency.php:287
1998
  msgid "Taiwan New Dollar (TWD)"
1999
  msgstr ""
2000
 
2001
- #: src/Tribe/Commerce/Currency.php:281
2002
  msgid "Thai Baht (THB)"
2003
  msgstr ""
2004
 
2005
- #: src/Tribe/Commerce/Currency.php:275
2006
  msgid "Singapore Dollar (SGD)"
2007
  msgstr ""
2008
 
2009
- #: src/Tribe/Commerce/Currency.php:269
2010
  msgid "Swedish Krona (SEK)"
2011
  msgstr ""
2012
 
2013
- #: src/Tribe/Commerce/Currency.php:263
2014
  msgid "Polish Zloty (PLN)"
2015
  msgstr ""
2016
 
2017
- #: src/Tribe/Commerce/Currency.php:257
2018
  msgid "Philippine Peso (PHP)"
2019
  msgstr ""
2020
 
2021
- #: src/Tribe/Commerce/Currency.php:251
2022
  msgid "New Zealand Dollar (NZD)"
2023
  msgstr ""
2024
 
2025
- #: src/Tribe/Commerce/Currency.php:245
2026
  msgid "Norwegian Krone (NOK)"
2027
  msgstr ""
2028
 
2029
- #: src/Tribe/Commerce/Currency.php:239
2030
  msgid "Mexican Peso (MXN)"
2031
  msgstr ""
2032
 
2033
- #: src/Tribe/Commerce/Currency.php:233
2034
  msgid "Malaysian Ringgit (MYR)"
2035
  msgstr ""
2036
 
2037
- #: src/Tribe/Commerce/Currency.php:227
2038
  msgid "Japanese Yen (JPY)"
2039
  msgstr ""
2040
 
@@ -2082,7 +2299,7 @@ msgstr ""
2082
  msgid "Australian Dollar (AUD)"
2083
  msgstr ""
2084
 
2085
- #: src/Tribe/Attendees_Table.php:776
2086
  msgid "No matching attendees found."
2087
  msgstr ""
2088
 
@@ -2098,14 +2315,14 @@ msgstr ""
2098
  msgid "%s must not be empty"
2099
  msgstr ""
2100
 
2101
- #: src/template-tags/tickets.php:429
2102
  msgctxt "ticket shared capacity message (remaining stock)"
2103
  msgid "%1$d available of shared capacity"
2104
  msgstr ""
2105
 
2106
  #: src/admin-views/rsvp-metabox-capacity.php:19
2107
  #: src/admin-views/tpp-metabox-capacity.php:25
2108
- #: src/resources/js/app/blocks.js:42093
2109
  msgid "Leave blank for unlimited"
2110
  msgstr ""
2111
 
@@ -2142,9 +2359,6 @@ msgid "Save settings"
2142
  msgstr ""
2143
 
2144
  #: src/admin-views/editor/panel/settings.php:43
2145
- #: src/modules/blocks/rsvp/header-image/template.js:26
2146
- #: src/modules/blocks/tickets/header-image/template.js:26
2147
- #: src/resources/js/app/blocks.js:39347 src/resources/js/app/blocks.js:40609
2148
  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."
2149
  msgstr ""
2150
 
@@ -2173,8 +2387,8 @@ msgid "Available"
2173
  msgstr ""
2174
 
2175
  #: src/admin-views/editor/list-table.php:39
 
2176
  #: src/modules/blocks/tickets/capacity-table/template.js:36
2177
- #: src/resources/js/app/blocks.js:40496
2178
  msgid "Capacity"
2179
  msgstr ""
2180
 
@@ -2190,8 +2404,8 @@ msgstr ""
2190
  msgid "Available:"
2191
  msgstr ""
2192
 
2193
- #: src/admin-views/rsvp-metabox-capacity.php:10
2194
  #: src/admin-views/editor/list-row.php:91
 
2195
  #: src/admin-views/tpp-metabox-capacity.php:16
2196
  msgid "Capacity:"
2197
  msgstr ""
@@ -2217,8 +2431,8 @@ msgid "Ticket end date"
2217
  msgstr ""
2218
 
2219
  #: src/admin-views/editor/fieldset/advanced.php:98
2220
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:29
2221
- #: src/resources/js/app/blocks.js:42246
2222
  msgid "If you do not set a start sale date, tickets will be available immediately."
2223
  msgstr ""
2224
 
@@ -2233,9 +2447,9 @@ msgstr ""
2233
 
2234
  #: src/admin-views/editor/fieldset/advanced.php:84
2235
  #: src/admin-views/editor/fieldset/advanced.php:113
 
 
2236
  #: common/src/modules/utils/date.js:103
2237
- #: common/src/resources/js/app/elements.js:9791
2238
- #: common/src/resources/js/app/utils.js:7339
2239
  msgid "at"
2240
  msgstr ""
2241
 
@@ -2268,43 +2482,28 @@ msgstr ""
2268
  msgid "Start sale date cannot be empty."
2269
  msgstr ""
2270
 
2271
- #: src/admin-views/admin-welcome-message.php:25
2272
- msgid "Event Tickets Features"
2273
- msgstr ""
2274
-
2275
- #: src/admin-views/admin-welcome-message.php:24
2276
  msgid "Settings Overview"
2277
  msgstr ""
2278
 
2279
- #: src/admin-views/admin-welcome-message.php:15
2280
- msgid "If you need a little help, hit us up in %s."
2281
- msgstr ""
2282
-
2283
- #: src/admin-views/admin-welcome-message.php:14
2284
- msgid "Giving you the best experience with our plugin is our top goal. Check out the resources below for a step-by-step introduction to your new features or head straight to the Events section in your admin to create your first ticket."
2285
- msgstr ""
2286
-
2287
- #: src/admin-views/admin-welcome-message.php:13
2288
  msgid "Welcome to Event Tickets!"
2289
  msgstr ""
2290
 
2291
- #: src/admin-views/admin-welcome-message.php:5
2292
- msgid "our support forums"
2293
- msgstr ""
2294
-
2295
- #: src/views/blocks/rsvp/details/availability.php:27
2296
- #: src/views/blocks/tickets/extra-available-unlimited.php:17
2297
- #: src/views/blocks/tickets/extra-available.php:18
2298
  #: src/Tribe/Tickets_Handler.php:84
 
 
 
 
 
2299
  #: src/modules/data/blocks/ticket/options.js:19
2300
- #: src/modules/blocks/rsvp/container-header/template.js:70
2301
- #: src/resources/js/app/blocks.js:6169 src/resources/js/app/blocks.js:38007
2302
- #: src/resources/js/app/data.js:6147
2303
  msgid "Unlimited"
2304
  msgstr ""
2305
 
2306
- #: src/Tribe/Tickets.php:1196 src/modules/data/blocks/ticket/options.js:16
2307
- #: src/resources/js/app/blocks.js:6166 src/resources/js/app/data.js:6144
 
2308
  msgid "Set capacity for this ticket only"
2309
  msgstr ""
2310
 
@@ -2312,15 +2511,13 @@ msgstr ""
2312
  msgid "Shared capacity with other tickets"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Tickets.php:459
2316
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:17
2317
- #: src/resources/js/app/blocks.js:42524
2318
  msgid "Move Ticket"
2319
  msgstr ""
2320
 
2321
- #: src/Tribe/Tickets.php:459
2322
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:17
2323
- #: src/resources/js/app/blocks.js:38475
2324
  msgid "Move RSVP"
2325
  msgstr ""
2326
 
@@ -2373,7 +2570,7 @@ msgid "Invalid Post ID"
2373
  msgstr ""
2374
 
2375
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2376
- #: src/resources/js/app/blocks.js:42119
2377
  msgid "Ticket Capacity"
2378
  msgstr ""
2379
 
@@ -2393,15 +2590,15 @@ msgstr ""
2393
  msgid "%s must be an email address."
2394
  msgstr ""
2395
 
2396
- #: common/src/Tribe/Main.php:251
2397
  msgid "Clear Selection."
2398
  msgstr ""
2399
 
2400
- #: common/src/Tribe/Main.php:250
2401
  msgid "Select all pages"
2402
  msgstr ""
2403
 
2404
- #: common/src/Tribe/Main.php:249
2405
  msgid "All items on this page were selected. "
2406
  msgstr ""
2407
 
@@ -2437,27 +2634,27 @@ msgstr ""
2437
  msgid "A list of links to the term own, archive and parent REST URL"
2438
  msgstr ""
2439
 
2440
- #: src/views/tickets/tpp.php:154 src/views/tickets/rsvp.php:230
2441
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2442
  msgstr ""
2443
 
2444
- #: src/template-tags/tickets.php:237
2445
  msgctxt "list view buy now ticket button"
2446
  msgid "Buy Now!"
2447
  msgstr ""
2448
 
2449
- #: src/template-tags/tickets.php:234
2450
  msgctxt "list view rsvp now ticket button"
2451
  msgid "RSVP Now!"
2452
  msgstr ""
2453
 
2454
- #: src/template-tags/tickets.php:223
2455
  msgid "%s ticket left"
2456
  msgid_plural "%s tickets left"
2457
  msgstr[0] ""
2458
  msgstr[1] ""
2459
 
2460
- #: src/template-tags/tickets.php:221
2461
  msgid "%s spot left"
2462
  msgid_plural "%s spots left"
2463
  msgstr[0] ""
@@ -2468,15 +2665,15 @@ msgctxt "list view stock sold out"
2468
  msgid "Sold out"
2469
  msgstr ""
2470
 
2471
- #: common/src/Tribe/Plugins_API.php:129
2472
  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."
2473
  msgstr ""
2474
 
2475
- #: common/src/Tribe/Plugins_API.php:125
2476
  msgid "Image Widget Plus"
2477
  msgstr ""
2478
 
2479
- #: common/src/Tribe/Plugins_API.php:94
2480
  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."
2481
  msgstr ""
2482
 
@@ -2492,17 +2689,17 @@ msgstr ""
2492
  msgid "Buy now"
2493
  msgstr ""
2494
 
2495
- #: common/src/Tribe/PUE/Notices.php:397
2496
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2497
  msgstr ""
2498
 
2499
- #: common/src/Tribe/PUE/Notices.php:282
2500
  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."
2501
  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."
2502
  msgstr[0] ""
2503
  msgstr[1] ""
2504
 
2505
- #: common/src/Tribe/PUE/Checker.php:984
2506
  msgid "Please refresh the page and try your request again."
2507
  msgstr ""
2508
 
@@ -2522,15 +2719,15 @@ msgstr ""
2522
  msgid "Cannot look for Terms without a taxonomy"
2523
  msgstr ""
2524
 
2525
- #: common/src/Tribe/PUE/Checker.php:1103
2526
  msgid "There is a new version of %1$s available. %2$s"
2527
  msgstr ""
2528
 
2529
- #: common/src/Tribe/PUE/Checker.php:1092
2530
  msgid "Update now to version %s."
2531
  msgstr ""
2532
 
2533
- #: common/src/Tribe/PUE/Checker.php:497
2534
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2535
  msgstr ""
2536
 
@@ -2646,41 +2843,41 @@ msgstr ""
2646
  msgid "The cost currency symbol"
2647
  msgstr ""
2648
 
2649
- #: src/template-tags/tickets.php:432
2650
  msgctxt "ticket stock message (remaining stock)"
2651
  msgid "%1$d available"
2652
  msgstr ""
2653
 
2654
- #: src/template-tags/tickets.php:427
2655
  msgid "%s %d"
2656
  msgstr ""
2657
 
2658
- #: src/template-tags/tickets.php:421
2659
  msgctxt "separate going and remain RSVPs"
2660
  msgid "RSVP'd Going"
2661
  msgstr ""
2662
 
2663
- #: src/admin-views/tribe-options-tickets.php:107
2664
  msgid "Location of Tickets form"
2665
  msgstr ""
2666
 
2667
- #: src/admin-views/tribe-options-tickets.php:99
2668
  msgid "Location of RSVP form"
2669
  msgstr ""
2670
 
2671
- #: src/admin-views/tribe-options-tickets.php:93
2672
  msgid "Above the event description"
2673
  msgstr ""
2674
 
2675
- #: src/admin-views/tribe-options-tickets.php:92
2676
  msgid "Below the event description"
2677
  msgstr ""
2678
 
2679
- #: src/admin-views/tribe-options-tickets.php:91
2680
  msgid "Above the event details"
2681
  msgstr ""
2682
 
2683
- #: src/admin-views/tribe-options-tickets.php:90
2684
  msgid "Below the event details [default]"
2685
  msgstr ""
2686
 
@@ -2699,12 +2896,12 @@ msgctxt "attendee event actions"
2699
  msgid "Edit %s"
2700
  msgstr ""
2701
 
2702
- #: src/Tribe/Attendees_Table.php:426 src/Tribe/Attendees_Table.php:446
2703
  msgid "Undo"
2704
  msgstr ""
2705
 
2706
- #: src/Tribe/Attendees_Table.php:418 src/Tribe/Attendees_Table.php:427
2707
- #: src/Tribe/Attendees_Table.php:438 src/Tribe/Attendees_Table.php:447
2708
  msgid "Check In"
2709
  msgstr ""
2710
 
@@ -2735,43 +2932,43 @@ msgstr ""
2735
  msgid "Events Help"
2736
  msgstr ""
2737
 
2738
- #: common/src/Tribe/PUE/Checker.php:1685
2739
  msgid "Expired license. Consult your network administrator."
2740
  msgstr ""
2741
 
2742
- #: common/src/Tribe/PUE/Checker.php:1684
2743
  msgid "No license entered. Consult your network administrator."
2744
  msgstr ""
2745
 
2746
- #: common/src/Tribe/PUE/Checker.php:1683
2747
  msgid "A valid license has been entered by your network administrator."
2748
  msgstr ""
2749
 
2750
- #: common/src/Tribe/PUE/Checker.php:550
2751
  msgid "Site License Key"
2752
  msgstr ""
2753
 
2754
- #: common/src/Tribe/PUE/Checker.php:539
2755
  msgid "Check this box if you wish to override the network license key with your own"
2756
  msgstr ""
2757
 
2758
- #: common/src/Tribe/PUE/Checker.php:538
2759
  msgid "Override network license key"
2760
  msgstr ""
2761
 
2762
- #: common/src/Tribe/PUE/Checker.php:529 common/src/Tribe/PUE/Checker.php:563
2763
  msgid "License Key Status:"
2764
  msgstr ""
2765
 
2766
- #: common/src/Tribe/Main.php:274
2767
  msgid "Done"
2768
  msgstr ""
2769
 
2770
- #: common/src/Tribe/Main.php:273 common/src/Tribe/Main.php:275
2771
  msgid "Today"
2772
  msgstr ""
2773
 
2774
- #: common/src/Tribe/Main.php:272
2775
  msgid "Prev"
2776
  msgstr ""
2777
 
@@ -2787,7 +2984,7 @@ msgstr ""
2787
  msgid "Installed Add-Ons"
2788
  msgstr ""
2789
 
2790
- #: common/src/Tribe/Extension.php:368
2791
  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."
2792
  msgstr ""
2793
 
@@ -2795,14 +2992,14 @@ msgstr ""
2795
  msgid "Tutorial"
2796
  msgstr ""
2797
 
2798
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
2799
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
 
2800
  msgctxt "the final separator in a list of two or more items"
2801
  msgid " and "
2802
  msgstr ""
2803
 
2804
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
2805
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
 
2806
  msgctxt "separator used in a list of items"
2807
  msgid ", "
2808
  msgstr ""
@@ -2828,8 +3025,8 @@ msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s
2828
  msgstr[0] ""
2829
  msgstr[1] ""
2830
 
2831
- #: src/views/tickets/email-ticket-type-moved.php:115
2832
  #: src/views/tickets/email-tickets-moved.php:117
 
2833
  msgid " (taking place on %s)"
2834
  msgstr ""
2835
 
@@ -2839,8 +3036,8 @@ msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have bee
2839
  msgstr[0] ""
2840
  msgstr[1] ""
2841
 
2842
- #: src/views/tickets/email-ticket-type-moved.php:97
2843
  #: src/views/tickets/email-tickets-moved.php:99
 
2844
  msgid "Important changes to your tickets"
2845
  msgstr ""
2846
 
@@ -2861,7 +3058,7 @@ msgctxt "move tickets dialog"
2861
  msgid "Next &raquo;"
2862
  msgstr ""
2863
 
2864
- #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:39731
2865
  msgid "Finish!"
2866
  msgstr ""
2867
 
@@ -2879,7 +3076,7 @@ msgstr ""
2879
  msgid "Select the ticket type that the tickets should be transferred to:"
2880
  msgstr ""
2881
 
2882
- #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:39716
2883
  msgid "Select the post you wish to move the ticket type to:"
2884
  msgstr ""
2885
 
@@ -2887,7 +3084,7 @@ msgstr ""
2887
  msgid "You can also enter keywords to help find the target event by title or description:"
2888
  msgstr ""
2889
 
2890
- #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:39694
2891
  msgid "You can optionally focus on a specific post type:"
2892
  msgstr ""
2893
 
@@ -2917,82 +3114,26 @@ msgstr ""
2917
  msgid "Move"
2918
  msgstr ""
2919
 
2920
- #: src/admin-views/admin-welcome-message.php:38
2921
- msgid "Product Releases, Tutorials and Community Activity"
2922
- msgstr ""
2923
-
2924
- #: src/admin-views/admin-welcome-message.php:37
2925
- msgid "News For Events Users"
2926
- msgstr ""
2927
-
2928
- #: src/admin-views/admin-welcome-message.php:35
2929
- msgid "Get the Skinny on the Latest Updates"
2930
- msgstr ""
2931
-
2932
- #: src/admin-views/admin-welcome-message.php:34
2933
- msgid "Release Notes"
2934
- msgstr ""
2935
-
2936
- #: src/admin-views/admin-welcome-message.php:28
2937
- msgid "FAQs, Documentation, Tutorials and Forums"
2938
- msgstr ""
2939
-
2940
- #: src/admin-views/admin-welcome-message.php:27
2941
- msgid "Support Resources"
2942
- msgstr ""
2943
-
2944
- #: src/admin-views/admin-welcome-message.php:32
2945
- msgid "Addons for creating tickets, custom registration, events and more."
2946
- msgstr ""
2947
-
2948
- #: src/admin-views/admin-welcome-message.php:31
2949
- msgid "Looking for More Features?"
2950
- msgstr ""
2951
-
2952
- #: src/admin-views/admin-welcome-message.php:22
2953
  msgid "Getting Started"
2954
  msgstr ""
2955
 
2956
- #: src/admin-views/admin-welcome-message.php:64
2957
  msgid "Sign Up"
2958
  msgstr ""
2959
 
2960
- #: src/admin-views/admin-welcome-message.php:59
2961
- msgid "News and Announcements"
2962
- msgstr ""
2963
-
2964
- #: src/admin-views/admin-welcome-message.php:55
2965
- msgid "Developer News"
2966
- msgstr ""
2967
-
2968
- #: src/admin-views/admin-welcome-message.php:51
2969
- msgid "Stay in touch with Event Tickets. We send out periodic updates, key developer notices, and even the occasional discount."
2970
- msgstr ""
2971
-
2972
- #: src/admin-views/admin-welcome-message.php:50
2973
- msgid "Newsletter Signup"
2974
- msgstr ""
2975
-
2976
- #: src/admin-views/admin-welcome-message.php:47
2977
  msgid "Rate It"
2978
  msgstr ""
2979
 
2980
- #: src/admin-views/admin-welcome-message.php:46
2981
  msgid "Rate us today!"
2982
  msgstr ""
2983
 
2984
- #: src/admin-views/admin-welcome-message.php:45
2985
- msgid "Your ratings help us bring Event Tickets to more users. More happy users mean more support, more features, and more of everything you know and love about Event Tickets. We couldn't do this without your support."
2986
- msgstr ""
2987
-
2988
- #: src/admin-views/admin-welcome-message.php:44
2989
  msgid "We Need Your Help"
2990
  msgstr ""
2991
 
2992
- #: src/admin-views/admin-welcome-message.php:10
2993
- msgid "You are running Version %s and deserve a hug :-)"
2994
- msgstr ""
2995
-
2996
  #: src/Tribe/Attendees.php:502
2997
  msgctxt "attendee export"
2998
  msgid "Customer Email Address"
@@ -3036,15 +3177,15 @@ msgctxt "attendee event actions"
3036
  msgid "Edit"
3037
  msgstr ""
3038
 
3039
- #: src/Tribe/RSVP.php:326
3040
  msgid "RSVP Ticket"
3041
  msgstr ""
3042
 
3043
- #: src/Tribe/RSVP.php:325
3044
  msgid "RSVP Tickets"
3045
  msgstr ""
3046
 
3047
- #: src/Tribe/RSVP.php:158
3048
  msgctxt "ticket provider"
3049
  msgid "RSVP"
3050
  msgstr ""
@@ -3064,19 +3205,15 @@ msgctxt "attendee summary"
3064
  msgid "Total RSVPs:"
3065
  msgstr ""
3066
 
3067
- #: src/Tribe/Assets.php:111
3068
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3069
  msgstr ""
3070
 
3071
- #: src/Tribe/Main.php:788
3072
  msgctxt "button text"
3073
  msgid "RSVP"
3074
  msgstr ""
3075
 
3076
- #: src/Tribe/Main.php:653
3077
- msgid "Welcome to Event Tickets"
3078
- msgstr ""
3079
-
3080
  #: src/Tribe/CSV_Importer/Rows.php:49
3081
  msgctxt "post type label"
3082
  msgid "RSVPs"
@@ -3087,22 +3224,22 @@ msgctxt "import type"
3087
  msgid "RSVPs"
3088
  msgstr ""
3089
 
3090
- #: src/Tribe/Attendees_Table.php:327
3091
  msgctxt "row action"
3092
  msgid "Delete"
3093
  msgstr ""
3094
 
3095
- #: src/Tribe/Attendees_Table.php:315
3096
  msgctxt "row action"
3097
  msgid "Move"
3098
  msgstr ""
3099
 
3100
- #: src/Tribe/Attendees_Table.php:305
3101
  msgctxt "row action"
3102
  msgid "Check In"
3103
  msgstr ""
3104
 
3105
- #: src/Tribe/Attendees_Table.php:306
3106
  msgctxt "row action"
3107
  msgid "Undo Check In"
3108
  msgstr ""
@@ -3141,39 +3278,39 @@ msgctxt "attendee table"
3141
  msgid "View history"
3142
  msgstr ""
3143
 
3144
- #: src/Tribe/Admin/Move_Tickets.php:760
3145
  msgid "This ticket was moved to %1$s from %2$s"
3146
  msgstr ""
3147
 
3148
- #: src/Tribe/Admin/Move_Tickets.php:580
3149
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3150
  msgstr ""
3151
 
3152
- #: src/Tribe/Admin/Move_Tickets.php:462
3153
  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."
3154
  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."
3155
  msgstr[0] ""
3156
  msgstr[1] ""
3157
 
3158
- #: src/Tribe/Admin/Move_Tickets.php:455
3159
  msgctxt "moved tickets success message fragment"
3160
  msgid "moved to %s and"
3161
  msgstr ""
3162
 
3163
- #: src/Tribe/Admin/Move_Tickets.php:448
3164
  msgctxt "moved tickets success message fragment"
3165
  msgid "assigned to %s"
3166
  msgstr ""
3167
 
3168
- #: src/Tribe/Admin/Move_Tickets.php:440
3169
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3170
  msgstr ""
3171
 
3172
- #: src/Tribe/Admin/Move_Tickets.php:432
3173
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3174
  msgstr ""
3175
 
3176
- #: src/Tribe/Admin/Move_Tickets.php:224
3177
  msgctxt "attendee screen bulk actions"
3178
  msgid "Move"
3179
  msgstr ""
@@ -3203,7 +3340,7 @@ msgid "Move Attendees"
3203
  msgstr ""
3204
 
3205
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3206
- #: src/Tribe/Admin/Move_Tickets.php:701
3207
  msgid "Changes to your tickets from %s"
3208
  msgstr ""
3209
 
@@ -3224,34 +3361,17 @@ msgid "Ticket type could not be moved: the ticket type or destination post was i
3224
  msgstr ""
3225
 
3226
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3227
- #: src/Tribe/Admin/Move_Tickets.php:249
3228
  msgid "All supported types"
3229
  msgstr ""
3230
 
3231
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3232
- #: src/resources/js/app/blocks.js:39759
3233
  msgid "Move Ticket Types"
3234
  msgstr ""
3235
 
3236
- #: common/src/admin-views/tribe-options-licenses.php:30
3237
- msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
3238
- msgstr ""
3239
-
3240
- #: common/src/admin-views/tribe-options-licenses.php:25
3241
- msgid "If you're seeing a red message telling you that your key isn't valid or is out of installs, visit %1$s to manage your installs or renew / upgrade your license."
3242
- msgstr ""
3243
-
3244
- #: common/src/admin-views/tribe-options-licenses.php:22
3245
- msgid "Each paid add-on has its own unique license key. Simply paste the key into its appropriate field below, and give it a moment to validate. You know you're set when a green expiration date appears alongside a \"valid\" message."
3246
- msgstr ""
3247
-
3248
- #: common/src/admin-views/tribe-options-licenses.php:15
3249
- msgid "The license key you received when completing your purchase from %1$s will grant you access to support and updates until it expires. You do not need to enter the key below for the plugins to work, but you will need to enter it to get automatic updates. %3$sFind your license keys at %2$s%4$s."
3250
- msgstr ""
3251
-
3252
- #: common/src/admin-views/tribe-options-licenses.php:11
3253
- #: common/src/admin-views/tribe-options-licenses.php:16
3254
- msgid " (opens in new window)"
3255
  msgstr ""
3256
 
3257
  #: common/src/admin-views/tribe-options-help.php:55
@@ -3298,104 +3418,104 @@ msgstr ""
3298
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3299
  msgstr ""
3300
 
3301
- #: common/src/Tribe/PUE/Notices.php:440
3302
  msgctxt "formatted plugin list"
3303
  msgid "%1$s and %2$s"
3304
  msgstr ""
3305
 
3306
- #: common/src/Tribe/PUE/Notices.php:359
3307
  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."
3308
  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."
3309
  msgstr[0] ""
3310
  msgstr[1] ""
3311
 
3312
- #: common/src/Tribe/PUE/Notices.php:327
3313
  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"
3314
  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"
3315
  msgstr[0] ""
3316
  msgstr[1] ""
3317
 
3318
- #: common/src/Tribe/PUE/Checker.php:1062
3319
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3320
  msgstr ""
3321
 
3322
- #: common/src/Tribe/PUE/Checker.php:1005
3323
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3324
  msgstr ""
3325
 
3326
- #: common/src/Tribe/PUE/Notices.php:342 common/src/Tribe/PUE/Checker.php:969
3327
  msgid " (opens in a new window)"
3328
  msgstr ""
3329
 
3330
- #: common/src/Tribe/PUE/Notices.php:340 common/src/Tribe/PUE/Checker.php:967
3331
  msgid "Renew Your License Now"
3332
  msgstr ""
3333
 
3334
- #: common/src/Tribe/Main.php:261
3335
  msgid ": Selected 1 row"
3336
  msgstr ""
3337
 
3338
- #: common/src/Tribe/Main.php:260
3339
  msgid ": Selected %d rows"
3340
  msgstr ""
3341
 
3342
- #: common/src/Tribe/Main.php:255
3343
  msgid "Previous"
3344
  msgstr ""
3345
 
3346
- #: common/src/Tribe/Main.php:254 common/src/Tribe/Main.php:271
3347
  msgid "Next"
3348
  msgstr ""
3349
 
3350
- #: common/src/Tribe/Main.php:253
3351
  msgid "All"
3352
  msgstr ""
3353
 
3354
- #: common/src/Tribe/Main.php:248
3355
  msgid "Search:"
3356
  msgstr ""
3357
 
3358
- #: common/src/Tribe/Main.php:247
3359
  msgid "No matching records found"
3360
  msgstr ""
3361
 
3362
- #: common/src/Tribe/Main.php:246
3363
  msgid "(filtered from _MAX_ total entries)"
3364
  msgstr ""
3365
 
3366
- #: common/src/Tribe/Main.php:245
3367
  msgid "Showing 0 to 0 of 0 entries"
3368
  msgstr ""
3369
 
3370
- #: common/src/Tribe/Main.php:244
3371
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3372
  msgstr ""
3373
 
3374
- #: common/src/Tribe/Main.php:243
3375
  msgid "No data available in table"
3376
  msgstr ""
3377
 
3378
- #: common/src/Tribe/Main.php:242
3379
  msgid "Show _MENU_ entries"
3380
  msgstr ""
3381
 
3382
- #: common/src/Tribe/Main.php:240
3383
  msgid ": activate to sort column descending"
3384
  msgstr ""
3385
 
3386
- #: common/src/Tribe/Main.php:239
3387
  msgid ": activate to sort column ascending"
3388
  msgstr ""
3389
 
3390
- #: common/src/Tribe/Main.php:284
3391
  msgid "Press \"Cmd + C\" to copy"
3392
  msgstr ""
3393
 
3394
- #: common/src/Tribe/Main.php:283
3395
  msgid "System info copied"
3396
  msgstr ""
3397
 
3398
- #: common/src/Tribe/Main.php:282
3399
  #: common/src/admin-views/tribe-options-help.php:50
3400
  msgid "Copy to clipboard"
3401
  msgstr ""
@@ -3424,15 +3544,15 @@ msgstr ""
3424
  msgid "Go to plugins page"
3425
  msgstr ""
3426
 
3427
- #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
3428
- msgid "To begin using %1$s, please install and activate the latest version of %2$s."
3429
  msgstr ""
3430
 
3431
- #: src/Tribe/Tickets.php:1813
3432
  msgid "Tickets are not available as this %s has passed."
3433
  msgstr ""
3434
 
3435
- #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:124
3436
  msgid "Please enter in without thousand separators and currency symbols."
3437
  msgstr ""
3438
 
@@ -3440,16 +3560,16 @@ msgstr ""
3440
  msgid "English"
3441
  msgstr ""
3442
 
3443
- #: common/src/Tribe/Plugins_API.php:116
3444
  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."
3445
  msgstr ""
3446
 
3447
- #: common/src/Tribe/Plugins_API.php:105
3448
  msgctxt "Names of required plugins for Community Tickets"
3449
  msgid "Event Tickets Plus and Community Events"
3450
  msgstr ""
3451
 
3452
- #: common/src/Tribe/Plugins_API.php:104
3453
  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"
3454
  msgstr ""
3455
 
@@ -3457,11 +3577,11 @@ msgstr ""
3457
  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."
3458
  msgstr ""
3459
 
3460
- #: common/src/Tribe/Plugins_API.php:84
3461
  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."
3462
  msgstr ""
3463
 
3464
- #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:80
3465
  msgid "Filter Bar"
3466
  msgstr ""
3467
 
@@ -3473,7 +3593,7 @@ msgstr ""
3473
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3474
  msgstr ""
3475
 
3476
- #: src/Tribe/RSVP.php:791
3477
  msgid "You confirmed you will not be attending %s"
3478
  msgstr ""
3479
 
@@ -3481,13 +3601,12 @@ msgstr ""
3481
  msgid "Thank you for confirming that you will not be attending the above event."
3482
  msgstr ""
3483
 
3484
- #: src/views/tickets/orders-rsvp.php:87
3485
  #: src/views/tickets/orders-pp-tickets.php:76
 
3486
  msgid "Type: "
3487
  msgstr ""
3488
 
3489
  #: src/views/tickets/rsvp.php:211
3490
- #: src/views/blocks/rsvp/form/submit-login.php:19
3491
  msgid "Login to RSVP"
3492
  msgstr ""
3493
 
@@ -3499,13 +3618,13 @@ msgstr ""
3499
  msgid "View %s"
3500
  msgstr ""
3501
 
3502
- #: src/views/tickets/orders-rsvp.php:63
3503
  #: src/views/tickets/orders-pp-tickets.php:66
 
3504
  msgid "Attendee %d"
3505
  msgstr ""
3506
 
3507
- #: src/views/tickets/orders-rsvp.php:44
3508
  #: src/views/tickets/orders-pp-tickets.php:47
 
3509
  msgid " on %s"
3510
  msgstr ""
3511
 
@@ -3518,12 +3637,12 @@ msgid "My RSVPs for This %s"
3518
  msgstr ""
3519
 
3520
  #: src/views/tickets/orders-link.php:39
3521
- #: src/views/blocks/attendees/order-links.php:64
3522
  msgid "View your %s"
3523
  msgstr ""
3524
 
3525
  #: src/views/tickets/orders-link.php:38
3526
- #: src/views/blocks/attendees/order-links.php:47
3527
  msgid "You have %s for this %s."
3528
  msgstr ""
3529
 
@@ -3547,49 +3666,47 @@ msgstr ""
3547
  msgid "To see a list of events you're attending, you will need to log in."
3548
  msgstr ""
3549
 
3550
- #: src/admin-views/tribe-options-tickets.php:125
3551
  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."
3552
  msgstr ""
3553
 
3554
- #: src/admin-views/tribe-options-tickets.php:120
3555
  msgid "Login Requirements"
3556
  msgstr ""
3557
 
3558
- #: src/admin-views/tribe-options-tickets.php:43
3559
  msgid "Require users to log in before they RSVP"
3560
  msgstr ""
3561
 
3562
- #: src/Tribe/Tickets_View.php:810
3563
  msgid "This RSVP is no longer active."
3564
  msgstr ""
3565
 
3566
- #: src/Tribe/Tickets_View.php:743
3567
  msgid "Ticket"
3568
  msgstr ""
3569
 
3570
- #: src/Tribe/Tickets_View.php:630
3571
- msgid "Not Going"
3572
- msgstr ""
3573
-
3574
- #: src/views/blocks/rsvp/status/going.php:21 src/Tribe/Tickets_View.php:629
3575
  #: src/modules/blocks/rsvp/counters/template.js:27
3576
- #: src/resources/js/app/blocks.js:37903
3577
  msgid "Going"
3578
  msgstr ""
3579
 
3580
- #: src/Tribe/Tickets.php:1863
3581
  msgid "There are no tickets available at this time."
3582
  msgstr ""
3583
 
3584
- #: src/Tribe/Tickets.php:1861
3585
  msgid "Tickets are no longer available."
3586
  msgstr ""
3587
 
3588
- #: src/Tribe/Tickets.php:1858
 
 
3589
  msgid "Tickets are not yet available"
3590
  msgstr ""
3591
 
3592
- #: src/Tribe/Main.php:788
3593
  msgid "Buy"
3594
  msgstr ""
3595
 
@@ -3599,7 +3716,7 @@ msgstr ""
3599
  msgid "Free"
3600
  msgstr ""
3601
 
3602
- #: src/Tribe/Tickets_View.php:739
3603
  msgid "RSVPs"
3604
  msgstr ""
3605
 
@@ -3723,11 +3840,11 @@ msgstr ""
3723
  msgid "Enable global stock"
3724
  msgstr ""
3725
 
3726
- #: src/Tribe/Assets.php:117
3727
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3728
  msgstr ""
3729
 
3730
- #: src/Tribe/Attendees_Table.php:406
3731
  msgid "View order"
3732
  msgstr ""
3733
 
@@ -3775,13 +3892,13 @@ msgstr ""
3775
  msgid "Confirm RSVP"
3776
  msgstr ""
3777
 
3778
- #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:30
3779
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
 
3780
  msgid "Full Name"
3781
  msgstr ""
3782
 
3783
- #: src/views/tickets/tpp.php:98 src/views/tickets/rsvp.php:97
3784
- #: src/views/blocks/rsvp/details/availability.php:22
3785
  msgid "Out of stock!"
3786
  msgstr ""
3787
 
@@ -3789,52 +3906,50 @@ msgstr ""
3789
  msgid "%1$s out of %2$s available"
3790
  msgstr ""
3791
 
3792
- #: src/views/blocks/rsvp/icon.php:20 src/Tribe/Tickets_View.php:739
3793
  #: src/admin-views/editor/column-body-price.php:16
3794
- #: src/modules/blocks/rsvp/index.js:22
 
3795
  #: src/modules/blocks/rsvp/container/template.js:31
3796
- #: src/resources/js/app/blocks.js:38896 src/resources/js/app/blocks.js:40027
3797
  msgid "RSVP"
3798
  msgstr ""
3799
 
3800
- #: src/views/tickets/email.php:406
3801
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
 
3802
  msgid "Purchaser"
3803
  msgstr "Purchaser"
3804
 
3805
  #: src/views/tickets/email.php:402
3806
- #: src/modules/blocks/ticket/container-header/title/template.js:29
3807
- #: src/resources/js/app/blocks.js:41324
3808
  msgid "Ticket Type"
3809
  msgstr "Ticket Type"
3810
 
3811
- #: src/views/tickets/email.php:27
3812
- #: src/views/tickets/email-ticket-type-moved.php:25
3813
- #: src/views/tickets/email-non-attendance.php:39
3814
  #: src/views/tickets/email-tickets-moved.php:26
 
 
3815
  msgid "Your tickets"
3816
  msgstr "Your tickets"
3817
 
3818
  #: src/views/tickets/attendees-email.php:24
 
3819
  #: src/modules/blocks/attendees/index.js:21
3820
- #: src/resources/js/app/blocks.js:43603
3821
  msgid "Attendee List"
3822
  msgstr "Attendee List"
3823
 
3824
- #: src/admin-views/tribe-options-tickets.php:58
3825
  msgid "Post types that can have tickets"
3826
  msgstr ""
3827
 
3828
  #: src/admin-views/editor/panel/settings.php:14
3829
- #: src/admin-views/tribe-options-tickets.php:54
3830
  msgid "Ticket Settings"
3831
  msgstr ""
3832
 
3833
- #: src/admin-views/meta-box.php:240 src/admin-views/editor/panel/ticket.php:199
3834
  #: src/admin-views/editor/panel/settings.php:81
 
 
3835
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3836
  #: src/modules/blocks/ticket/dashboard/template.js:24
3837
- #: src/resources/js/app/blocks.js:39134 src/resources/js/app/blocks.js:43134
3838
  msgid "Cancel"
3839
  msgstr "Cancel"
3840
 
@@ -3850,13 +3965,13 @@ msgstr ""
3850
  msgid "When will ticket sales occur?"
3851
  msgstr ""
3852
 
3853
- #: src/admin-views/meta-box.php:192
3854
  #: src/admin-views/editor/fieldset/advanced.php:102
 
3855
  msgid "End sale:"
3856
  msgstr "End sale:"
3857
 
3858
- #: src/admin-views/meta-box.php:161
3859
  #: src/admin-views/editor/fieldset/advanced.php:70
 
3860
  msgid "Start sale:"
3861
  msgstr "Start sale:"
3862
 
@@ -3868,24 +3983,24 @@ msgstr "Ticket Description:"
3868
  msgid "Ticket Name:"
3869
  msgstr "Ticket Name:"
3870
 
3871
- #: src/admin-views/meta-box.php:128 src/admin-views/editor/panel/ticket.php:102
3872
  msgid "Sell using:"
3873
  msgstr "Sell using:"
3874
 
3875
- #: src/admin-views/meta-box.php:123 src/admin-views/editor/panel/ticket.php:61
3876
  msgid "Edit ticket"
3877
  msgstr "Edit ticket"
3878
 
3879
- #: src/admin-views/meta-box.php:112 src/admin-views/meta-box.php:122
3880
- #: src/admin-views/editor/panel/ticket.php:53
3881
  msgid "Add new ticket"
3882
  msgstr "Add new ticket"
3883
 
3884
- #: src/admin-views/meta-box.php:54 src/admin-views/editor/panel/settings.php:67
3885
  msgid "Remove"
3886
  msgstr "Remove"
3887
 
3888
- #: src/admin-views/meta-box.php:46 src/admin-views/editor/panel/settings.php:51
3889
  msgid "Select an Image"
3890
  msgstr "Select an Image"
3891
 
@@ -3901,7 +4016,7 @@ msgstr "Upload image for the ticket header."
3901
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3902
  msgstr "This event was created using Community Events. Are you sure you want to sell tickets for it?"
3903
 
3904
- #: src/admin-views/tpp-orders.php:78 src/admin-views/tpp-orders.php:82
3905
  msgid "Sold %d"
3906
  msgstr "Sold %d"
3907
 
@@ -3913,7 +4028,10 @@ msgstr "Edit in %s"
3913
  msgid "View"
3914
  msgstr "View"
3915
 
3916
- #: src/admin-views/list.php:33
 
 
 
3917
  msgid "Edit"
3918
  msgstr "Edit"
3919
 
@@ -3922,8 +4040,8 @@ msgstr "Edit"
3922
  msgid "(Current sale price - this can be managed via the product editor)"
3923
  msgstr ""
3924
 
3925
- #: src/admin-views/price-fields.php:12
3926
  #: src/admin-views/editor/fieldset/price.php:67
 
3927
  #: src/admin-views/legacy-ticket-fields.php:24
3928
  msgid "Sale Price:"
3929
  msgstr "Sale Price:"
@@ -3933,17 +4051,13 @@ msgstr "Sale Price:"
3933
  msgid "(0 or empty for free tickets)"
3934
  msgstr "(0 or empty for free tickets)"
3935
 
3936
- #: src/admin-views/price-fields.php:3
3937
- #: src/admin-views/editor/column-body-price.php:9
3938
  #: src/admin-views/editor/fieldset/price.php:49
 
 
3939
  #: src/admin-views/legacy-ticket-fields.php:15
3940
  msgid "Price:"
3941
  msgstr "Price:"
3942
 
3943
- #: src/admin-views/tpp-orders.php:63
3944
- msgid "Sales by Ticket"
3945
- msgstr ""
3946
-
3947
  #: src/admin-views/attendees-email.php:59
3948
  msgid "Send Email"
3949
  msgstr "Send Email"
@@ -3968,15 +4082,15 @@ msgstr "Select a User:"
3968
  msgid "Send the attendee list by email"
3969
  msgstr "Send the attendee list by email"
3970
 
3971
- #: src/Tribe/Attendees.php:709
3972
  msgid "Email sent successfully!"
3973
  msgstr ""
3974
 
3975
- #: src/Tribe/Attendees.php:702
3976
  msgid "Error when sending the email"
3977
  msgstr ""
3978
 
3979
- #: src/Tribe/Attendees.php:701
3980
  msgid "Attendee List for: %s"
3981
  msgstr "Attendee List for: %s"
3982
 
@@ -4004,8 +4118,8 @@ msgstr ""
4004
  msgid "attendees"
4005
  msgstr "attendees"
4006
 
4007
- #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:237
4008
- #: src/admin-views/tribe-options-tickets.php:249
4009
  msgid "Yes"
4010
  msgstr "Yes"
4011
 
@@ -4026,12 +4140,12 @@ msgid "You need to select a user or type a valid email address"
4026
  msgstr "You need to select a user or type a valid email address"
4027
 
4028
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
 
4029
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4030
- #: src/Tribe/Commerce/PayPal/Main.php:440 src/admin-views/list.php:92
4031
- #: src/admin-views/attendees.php:23
4032
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4033
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
4034
- #: src/resources/js/app/blocks.js:38981 src/resources/js/app/blocks.js:40222
4035
  msgid "Attendees"
4036
  msgstr "Attendees"
4037
 
@@ -4039,51 +4153,51 @@ msgstr "Attendees"
4039
  msgid "See who purchased tickets to this event"
4040
  msgstr "See who purchased tickets to this event"
4041
 
4042
- #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1743
4043
  msgid "Post draft updated."
4044
  msgstr "Post draft updated."
4045
 
4046
- #: src/Tribe/Commerce/PayPal/Main.php:1923 src/Tribe/RSVP.php:1742
4047
  msgid "Post scheduled."
4048
  msgstr ""
4049
 
4050
- #: src/Tribe/Commerce/PayPal/Main.php:1922 src/Tribe/RSVP.php:1741
4051
  msgid "Post submitted."
4052
  msgstr "Post submitted."
4053
 
4054
- #: src/Tribe/Commerce/PayPal/Main.php:1919 src/Tribe/RSVP.php:1738
4055
  msgid "Post published. %1$s"
4056
  msgstr ""
4057
 
4058
- #: src/Tribe/Commerce/PayPal/Main.php:1915 src/Tribe/RSVP.php:1734
4059
  msgid "Post updated. %1$s"
4060
  msgstr ""
4061
 
4062
- #: src/Tribe/Commerce/PayPal/Main.php:1908 src/Tribe/RSVP.php:1727
4063
  msgid "Return to the %1$sAttendees Report%2$s."
4064
  msgstr ""
4065
 
4066
- #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1399
4067
  msgid "(deleted)"
4068
  msgstr ""
4069
 
4070
- #: src/Tribe/RSVP.php:1096
4071
  msgid "In order to RSVP, you must enter your name and a valid email address."
4072
  msgstr ""
4073
 
4074
- #: src/Tribe/RSVP.php:1091
4075
  msgid "You can't RSVP more than the total remaining tickets."
4076
  msgstr ""
4077
 
4078
- #: src/views/blocks/rsvp/messages/success.php:20 src/Tribe/RSVP.php:1085
4079
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4080
  msgstr ""
4081
 
4082
- #: src/Tribe/Commerce/PayPal/Main.php:1128 src/Tribe/RSVP.php:703
4083
  msgid "Your tickets from %s"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/Commerce/PayPal/Main.php:359 src/Tribe/RSVP.php:287
4087
  msgctxt "Attendee number"
4088
  msgid "Attendee %1$s"
4089
  msgstr ""
@@ -4092,99 +4206,99 @@ msgstr ""
4092
  msgid "Set as ticket header"
4093
  msgstr "Set as ticket header"
4094
 
4095
- #: src/views/tickets/tpp-success.php:95 src/Tribe/Assets.php:53
4096
  msgid "Ticket header image"
4097
  msgstr "Ticket header image"
4098
 
4099
- #: src/Tribe/Main.php:552
4100
  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)."
4101
  msgstr ""
4102
 
4103
- #: src/Tribe/Main.php:547
4104
  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)."
4105
  msgstr ""
4106
 
4107
- #: src/Tribe/Main.php:546 src/Tribe/Main.php:551
4108
  msgid "post a thread"
4109
  msgstr ""
4110
 
4111
- #: src/Tribe/Main.php:544
4112
  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."
4113
  msgstr ""
4114
 
4115
- #: src/Tribe/Main.php:543 src/admin-views/tribe-options-tickets.php:152
4116
  msgid "Events Tickets Plus"
4117
  msgstr ""
4118
 
4119
- #: src/Tribe/Main.php:542
4120
  msgid "premium support on our website"
4121
  msgstr ""
4122
 
4123
- #: src/Tribe/Main.php:540
4124
  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."
4125
  msgstr ""
4126
 
4127
- #: src/Tribe/Main.php:539
4128
  msgid "open-source forum on WordPress.org"
4129
  msgstr ""
4130
 
4131
- #: src/Tribe/Main.php:522
4132
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4133
  msgstr ""
4134
 
4135
- #: src/Tribe/Main.php:520 src/admin-views/admin-welcome-message.php:23
4136
  msgid "New User Primer"
4137
  msgstr ""
4138
 
4139
- #: src/Tribe/Main.php:503
4140
  msgid "Customizing Event Tickets"
4141
  msgstr ""
4142
 
4143
- #: src/Tribe/Main.php:502
4144
  msgid "Troubleshooting common problems"
4145
  msgstr ""
4146
 
4147
- #: src/Tribe/Main.php:501
4148
  msgid "Features overview"
4149
  msgstr ""
4150
 
4151
- #: src/Tribe/Main.php:500
4152
  msgid "Settings overview"
4153
  msgstr ""
4154
 
4155
- #: src/Tribe/Main.php:498
4156
  msgid "Support for Event Tickets"
4157
  msgstr ""
4158
 
4159
- #: src/Tribe/Main.php:334
4160
  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"
4161
  msgstr ""
4162
 
4163
- #: src/Tribe/Attendees_Table.php:548 src/admin-views/list.php:43
4164
  msgid "Delete"
4165
  msgstr "Delete"
4166
 
4167
- #: src/Tribe/Attendees_Table.php:521
4168
  msgid "Export"
4169
  msgstr "Export"
4170
 
4171
- #: src/views/tickets/rsvp.php:162 src/views/blocks/rsvp/form/email.php:31
4172
- #: src/Tribe/Attendees_Table.php:520
4173
- #: src/Tribe/Commerce/PayPal/Orders/Table.php:73 src/Tribe/Privacy.php:164
4174
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4175
- #: src/admin-views/admin-welcome-message.php:62
 
4176
  msgid "Email"
4177
  msgstr "E-mail"
4178
 
4179
- #: src/Tribe/Attendees_Table.php:519
4180
  msgid "Print"
4181
  msgstr "Print"
4182
 
4183
- #: src/Tribe/Attendees_Table.php:553
4184
  msgid "Undo Check in"
4185
  msgstr "Undo Check in"
4186
 
4187
- #: src/Tribe/Attendees_Table.php:552
4188
  msgid "Check in"
4189
  msgstr "Check in"
4190
 
@@ -4208,10 +4322,10 @@ msgstr "Purchaser Email"
4208
  msgid "Purchaser Name"
4209
  msgstr "Purchaser Name"
4210
 
4211
- #: src/Tribe/Metabox.php:53 src/Tribe/Admin/Ticket_Settings.php:22
4212
- #: src/Tribe/Commerce/PayPal/Main.php:424 src/Tribe/Tickets_View.php:743
4213
  #: src/admin-views/editor/list-table.php:30
4214
- #: src/modules/blocks/tickets/index.js:25 src/resources/js/app/blocks.js:41249
4215
  msgid "Tickets"
4216
  msgstr "Tickets"
4217
 
@@ -4227,14 +4341,6 @@ msgstr "This is where all of the global network settings for Modern Tribe's The
4227
  msgid "Network Settings"
4228
  msgstr "Network Settings"
4229
 
4230
- #: common/src/admin-views/tribe-options-licenses.php:47
4231
- msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
4232
- msgstr ""
4233
-
4234
- #: common/src/admin-views/tribe-options-licenses.php:38
4235
- msgid "%1$s Using our plugins in a multisite network? %2$s Please note that your license key will be applied to the entire network, not just this site."
4236
- msgstr ""
4237
-
4238
  #: common/src/admin-views/tribe-options-help.php:80
4239
  msgid "More..."
4240
  msgstr "More..."
@@ -4359,6 +4465,10 @@ msgstr "Datepicker Date Format"
4359
  msgid "Date Format Settings"
4360
  msgstr "Date Format Settings"
4361
 
 
 
 
 
4362
  #: common/src/Tribe/Languages/Locations.php:374
4363
  msgid "Wyoming"
4364
  msgstr "Wyoming"
@@ -5604,7 +5714,7 @@ msgid "There are no fields setup for this tab yet."
5604
  msgstr "There are no fields setup for this tab yet."
5605
 
5606
  #: common/src/Tribe/Settings_Manager.php:253
5607
- #: common/src/admin-views/tribe-options-licenses.php:66
5608
  msgid "Licenses"
5609
  msgstr "Licences"
5610
 
@@ -5624,21 +5734,21 @@ msgstr "Display"
5624
  msgid "General"
5625
  msgstr "General"
5626
 
5627
- #: common/src/Tribe/Settings.php:643
5628
  msgid "Settings saved."
5629
  msgstr "Settings saved."
5630
 
5631
- #: common/src/Tribe/Settings.php:621
5632
  msgid "The above setting was not saved. Other settings were successfully saved."
5633
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5634
  msgstr[0] "The above setting was not saved. Other settings were successfully saved."
5635
  msgstr[1] "The above settings were not saved. Other settings were successfully saved."
5636
 
5637
- #: common/src/Tribe/Settings.php:620
5638
  msgid "None of your settings were saved. Please try again."
5639
  msgstr "None of your settings were saved. Please try again."
5640
 
5641
- #: common/src/Tribe/Settings.php:610
5642
  msgid "Your form had the following errors:"
5643
  msgstr "Your form had the following errors:"
5644
 
@@ -5654,6 +5764,7 @@ msgstr "The request was sent insecurely."
5654
  msgid "You don't have permission to do that."
5655
  msgstr "You don't have permission to do that."
5656
 
 
5657
  #: common/src/Tribe/Settings.php:371
5658
  msgid "Save Changes"
5659
  msgstr "Save Changes"
@@ -5667,11 +5778,11 @@ msgid "%s Settings"
5667
  msgstr "%s Settings"
5668
 
5669
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5670
- #: src/modules/elements/settings-dashboard/element.js:64
 
5671
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5672
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5673
- #: src/resources/js/app/blocks.js:11937 src/resources/js/app/blocks.js:39061
5674
- #: src/resources/js/app/blocks.js:40087 src/resources/js/app/elements.js:5536
5675
  msgid "Settings"
5676
  msgstr "Settings"
5677
 
@@ -5679,40 +5790,41 @@ msgstr "Settings"
5679
  msgid "Events Settings"
5680
  msgstr "Events Settings"
5681
 
 
5682
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5683
  #: common/src/Tribe/Settings.php:242
5684
  msgid "Events"
5685
  msgstr "Events"
5686
 
5687
- #: common/src/Tribe/PUE/Checker.php:896
5688
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5689
  msgstr "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5690
 
5691
- #: common/src/Tribe/PUE/Checker.php:940
5692
  msgid "Thanks for setting up a valid key. It will expire on %s"
5693
  msgstr ""
5694
 
5695
- #: common/src/Tribe/PUE/Checker.php:935
5696
  msgid "Valid Key! Expires on %s"
5697
  msgstr "Valid Key! Expires on %s"
5698
 
5699
- #: common/src/Tribe/PUE/Checker.php:915
5700
  msgid "Sorry, key validation server is not available."
5701
  msgstr "Sorry, key validation server is not available."
5702
 
5703
- #: common/src/Tribe/PUE/Checker.php:909
5704
  msgid "unknown date"
5705
  msgstr ""
5706
 
5707
- #: common/src/Tribe/PUE/Checker.php:650
5708
  msgid "License key(s) updated."
5709
  msgstr "Licence key(s) updated."
5710
 
5711
- #: common/src/Tribe/PUE/Checker.php:494
5712
  msgid "A valid license key is required for support and updates"
5713
  msgstr "A valid licence key is required for support and updates"
5714
 
5715
- #: common/src/Tribe/PUE/Checker.php:509 common/src/Tribe/PUE/Checker.php:520
5716
  msgid "License Key"
5717
  msgstr "Licence Key"
5718
 
@@ -5813,7 +5925,7 @@ msgid "n/a"
5813
  msgstr "n/a"
5814
 
5815
  #: common/src/Tribe/Admin/Help_Page.php:244
5816
- #: common/src/Tribe/Plugins_API.php:100
5817
  msgid "Community Tickets"
5818
  msgstr ""
5819
 
@@ -5821,12 +5933,13 @@ msgstr ""
5821
  msgid "Event Tickets Plus"
5822
  msgstr ""
5823
 
5824
- #: common/src/Tribe/Admin/Help_Page.php:211 common/src/Tribe/Plugins_API.php:90
 
5825
  msgid "Community Events"
5826
  msgstr ""
5827
 
5828
  #: common/src/Tribe/Admin/Help_Page.php:203
5829
- #: common/src/Tribe/Plugins_API.php:111
5830
  msgid "Eventbrite Tickets"
5831
  msgstr ""
5832
 
@@ -5834,8 +5947,8 @@ msgstr ""
5834
  msgid "Events Calendar PRO"
5835
  msgstr "Events Calendar PRO"
5836
 
5837
- #: src/views/tickets/orders-link.php:38
5838
- #: src/views/blocks/attendees/order-links.php:47 src/Tribe/Tickets_View.php:751
5839
  #: common/src/Tribe/Admin/Help_Page.php:170
5840
  msgid " and "
5841
  msgstr " and "
@@ -5853,7 +5966,7 @@ msgid "Events Tickets is a carefully crafted, extensible plugin that lets you ea
5853
  msgstr ""
5854
 
5855
  #. Plugin Name of the plugin
5856
- #: src/Tribe/Privacy.php:32 src/Tribe/Main.php:566
5857
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5858
  msgid "Event Tickets"
5859
  msgstr ""
@@ -5862,7 +5975,7 @@ msgstr ""
5862
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5863
  msgstr ""
5864
 
5865
- #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Plugins_API.php:25
5866
- #: common/src/Tribe/Customizer.php:642
5867
  msgid "The Events Calendar"
5868
  msgstr "The Events Calendar"
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr ""
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr ""
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr ""
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr ""
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr ""
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr ""
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr ""
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr ""
1728
 
1776
  msgstr ""
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr ""
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr ""
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr ""
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr ""
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr ""
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr ""
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr ""
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr ""
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr ""
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr ""
1998
  msgid "This ticket is no longer active."
1999
  msgstr ""
2000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2001
  #: src/Tribe/Commerce/PayPal/Oversell/Sell_Available.php:47
2002
  msgid "Sell only available"
2003
  msgstr ""
2075
  msgid "Number of orders per page:"
2076
  msgstr ""
2077
 
2078
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:259
2079
  msgid "Not completed"
2080
  msgstr ""
2081
 
2082
+ #: src/Tribe/Commerce/PayPal/Orders/Sales.php:255
2083
+ #: src/admin-views/tpp-orders.php:121
2084
  msgid "Completed"
2085
  msgstr ""
2086
 
2087
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:315
2088
  msgid "Search Orders"
2089
  msgstr ""
2090
 
2091
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:213
2092
  msgctxt "Browser title"
2093
  msgid "%s - PayPal Orders"
2094
  msgstr ""
2095
 
2096
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:108
2097
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:157
2098
  #: src/Tribe/Commerce/PayPal/Orders/Tab.php:33
 
 
2099
  msgid "PayPal Orders"
2100
  msgstr ""
2101
 
2102
+ #: src/Tribe/Commerce/PayPal/Orders/Report.php:106
2103
  msgid "See PayPal purchases for this %s"
2104
  msgstr ""
2105
 
2111
  msgid "PayPal is using PDT data but you have not set the PDT identity token"
2112
  msgstr ""
2113
 
2114
+ #: src/Tribe/Commerce/PayPal/Main.php:1757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2115
  msgid "Report"
2116
  msgstr ""
2117
 
2118
+ #: src/Tribe/Commerce/PayPal/Main.php:1731
2119
  msgid "Sales report"
2120
  msgstr ""
2121
 
2122
+ #: src/Tribe/Commerce/PayPal/Main.php:454 src/resources/js/app/blocks.js:43292
2123
  #: src/modules/blocks/tickets/action-buttons/orders/template.js:25
 
2124
  msgid "Orders"
2125
  msgstr ""
2126
 
2127
+ #: src/Tribe/Commerce/PayPal/Main.php:429
2128
  msgid "Tribe Commerce Ticket"
2129
  msgstr ""
2130
 
2131
+ #: src/Tribe/Commerce/PayPal/Main.php:428
2132
  msgid "Tribe Commerce Tickets"
2133
  msgstr ""
2134
 
2145
  msgid "Profile and Settings > My selling tools > Instant Payment Notification > IPN History Page"
2146
  msgstr ""
2147
 
 
2148
  #: src/Tribe/Commerce/PayPal/Handler/Invalid_PDT.php:74
2149
  #: src/Tribe/Commerce/PayPal/Handler/PDT.php:136
2150
+ #: src/Tribe/Commerce/PayPal/Handler/IPN.php:147
2151
  msgctxt "a PayPal configuration status"
2152
  msgid "incomplete"
2153
  msgstr ""
2194
  msgstr ""
2195
 
2196
  #: src/Tribe/Commerce/PayPal/Endpoints/Success_Template.php:99
 
2197
  msgid "pending"
2198
  msgstr ""
2199
 
2207
  msgid "Total Tickets Issued:"
2208
  msgstr ""
2209
 
2210
+ #: src/Tribe/Commerce/Currency.php:305
2211
  msgid "U.S. Dollar (USD)"
2212
  msgstr ""
2213
 
2214
+ #: src/Tribe/Commerce/Currency.php:299
2215
  msgid "Taiwan New Dollar (TWD)"
2216
  msgstr ""
2217
 
2218
+ #: src/Tribe/Commerce/Currency.php:293
2219
  msgid "Thai Baht (THB)"
2220
  msgstr ""
2221
 
2222
+ #: src/Tribe/Commerce/Currency.php:287
2223
  msgid "Singapore Dollar (SGD)"
2224
  msgstr ""
2225
 
2226
+ #: src/Tribe/Commerce/Currency.php:281
2227
  msgid "Swedish Krona (SEK)"
2228
  msgstr ""
2229
 
2230
+ #: src/Tribe/Commerce/Currency.php:269
2231
  msgid "Polish Zloty (PLN)"
2232
  msgstr ""
2233
 
2234
+ #: src/Tribe/Commerce/Currency.php:263
2235
  msgid "Philippine Peso (PHP)"
2236
  msgstr ""
2237
 
2238
+ #: src/Tribe/Commerce/Currency.php:257
2239
  msgid "New Zealand Dollar (NZD)"
2240
  msgstr ""
2241
 
2242
+ #: src/Tribe/Commerce/Currency.php:251
2243
  msgid "Norwegian Krone (NOK)"
2244
  msgstr ""
2245
 
2246
+ #: src/Tribe/Commerce/Currency.php:245
2247
  msgid "Mexican Peso (MXN)"
2248
  msgstr ""
2249
 
2250
+ #: src/Tribe/Commerce/Currency.php:239
2251
  msgid "Malaysian Ringgit (MYR)"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Commerce/Currency.php:233
2255
  msgid "Japanese Yen (JPY)"
2256
  msgstr ""
2257
 
2299
  msgid "Australian Dollar (AUD)"
2300
  msgstr ""
2301
 
2302
+ #: src/Tribe/Attendees_Table.php:814
2303
  msgid "No matching attendees found."
2304
  msgstr ""
2305
 
2315
  msgid "%s must not be empty"
2316
  msgstr ""
2317
 
2318
+ #: src/template-tags/tickets.php:446
2319
  msgctxt "ticket shared capacity message (remaining stock)"
2320
  msgid "%1$d available of shared capacity"
2321
  msgstr ""
2322
 
2323
  #: src/admin-views/rsvp-metabox-capacity.php:19
2324
  #: src/admin-views/tpp-metabox-capacity.php:25
2325
+ #: src/resources/js/app/blocks.js:45336
2326
  msgid "Leave blank for unlimited"
2327
  msgstr ""
2328
 
2359
  msgstr ""
2360
 
2361
  #: src/admin-views/editor/panel/settings.php:43
 
 
 
2362
  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."
2363
  msgstr ""
2364
 
2387
  msgstr ""
2388
 
2389
  #: src/admin-views/editor/list-table.php:39
2390
+ #: src/resources/js/app/blocks.js:43637
2391
  #: src/modules/blocks/tickets/capacity-table/template.js:36
 
2392
  msgid "Capacity"
2393
  msgstr ""
2394
 
2404
  msgid "Available:"
2405
  msgstr ""
2406
 
 
2407
  #: src/admin-views/editor/list-row.php:91
2408
+ #: src/admin-views/rsvp-metabox-capacity.php:10
2409
  #: src/admin-views/tpp-metabox-capacity.php:16
2410
  msgid "Capacity:"
2411
  msgstr ""
2431
  msgstr ""
2432
 
2433
  #: src/admin-views/editor/fieldset/advanced.php:98
2434
+ #: src/resources/js/app/blocks.js:45493
2435
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:32
2436
  msgid "If you do not set a start sale date, tickets will be available immediately."
2437
  msgstr ""
2438
 
2447
 
2448
  #: src/admin-views/editor/fieldset/advanced.php:84
2449
  #: src/admin-views/editor/fieldset/advanced.php:113
2450
+ #: common/src/resources/js/app/elements.js:9804
2451
+ #: common/src/resources/js/app/utils.js:7352
2452
  #: common/src/modules/utils/date.js:103
 
 
2453
  msgid "at"
2454
  msgstr ""
2455
 
2482
  msgid "Start sale date cannot be empty."
2483
  msgstr ""
2484
 
2485
+ #: src/admin-views/admin-welcome-message.php:33
 
 
 
 
2486
  msgid "Settings Overview"
2487
  msgstr ""
2488
 
2489
+ #: src/Tribe/Main.php:668
 
 
 
 
 
 
 
 
2490
  msgid "Welcome to Event Tickets!"
2491
  msgstr ""
2492
 
 
 
 
 
 
 
 
2493
  #: src/Tribe/Tickets_Handler.php:84
2494
+ #: src/views/blocks/rsvp/details/availability.php:28
2495
+ #: src/views/blocks/tickets/extra-available-unlimited.php:18
2496
+ #: src/views/blocks/tickets/extra-available.php:19
2497
+ #: src/resources/js/app/data.js:5506 src/resources/js/app/blocks.js:5523
2498
+ #: src/resources/js/app/blocks.js:41083
2499
  #: src/modules/data/blocks/ticket/options.js:19
2500
+ #: src/modules/blocks/rsvp/container-header/template.js:75
 
 
2501
  msgid "Unlimited"
2502
  msgstr ""
2503
 
2504
+ #: src/Tribe/Tickets.php:1196 src/resources/js/app/data.js:5503
2505
+ #: src/resources/js/app/blocks.js:5520
2506
+ #: src/modules/data/blocks/ticket/options.js:16
2507
  msgid "Set capacity for this ticket only"
2508
  msgstr ""
2509
 
2511
  msgid "Shared capacity with other tickets"
2512
  msgstr ""
2513
 
2514
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:45972
2515
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:18
 
2516
  msgid "Move Ticket"
2517
  msgstr ""
2518
 
2519
+ #: src/Tribe/Tickets.php:459 src/resources/js/app/blocks.js:41528
2520
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:18
 
2521
  msgid "Move RSVP"
2522
  msgstr ""
2523
 
2570
  msgstr ""
2571
 
2572
  #: src/Tribe/CSV_Importer/Column_Names.php:43
2573
+ #: src/resources/js/app/blocks.js:45362
2574
  msgid "Ticket Capacity"
2575
  msgstr ""
2576
 
2590
  msgid "%s must be an email address."
2591
  msgstr ""
2592
 
2593
+ #: common/src/Tribe/Main.php:266
2594
  msgid "Clear Selection."
2595
  msgstr ""
2596
 
2597
+ #: common/src/Tribe/Main.php:265
2598
  msgid "Select all pages"
2599
  msgstr ""
2600
 
2601
+ #: common/src/Tribe/Main.php:264
2602
  msgid "All items on this page were selected. "
2603
  msgstr ""
2604
 
2634
  msgid "A list of links to the term own, archive and parent REST URL"
2635
  msgstr ""
2636
 
2637
+ #: src/views/tickets/rsvp.php:230 src/views/tickets/tpp.php:154
2638
  msgid "You must have JavaScript activated to purchase tickets. Please enable JavaScript in your browser."
2639
  msgstr ""
2640
 
2641
+ #: src/template-tags/tickets.php:254
2642
  msgctxt "list view buy now ticket button"
2643
  msgid "Buy Now!"
2644
  msgstr ""
2645
 
2646
+ #: src/template-tags/tickets.php:251
2647
  msgctxt "list view rsvp now ticket button"
2648
  msgid "RSVP Now!"
2649
  msgstr ""
2650
 
2651
+ #: src/template-tags/tickets.php:239
2652
  msgid "%s ticket left"
2653
  msgid_plural "%s tickets left"
2654
  msgstr[0] ""
2655
  msgstr[1] ""
2656
 
2657
+ #: src/template-tags/tickets.php:237
2658
  msgid "%s spot left"
2659
  msgid_plural "%s spots left"
2660
  msgstr[0] ""
2665
  msgid "Sold out"
2666
  msgstr ""
2667
 
2668
+ #: common/src/Tribe/Plugins_API.php:139
2669
  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."
2670
  msgstr ""
2671
 
2672
+ #: common/src/Tribe/Plugins_API.php:135
2673
  msgid "Image Widget Plus"
2674
  msgstr ""
2675
 
2676
+ #: common/src/Tribe/Plugins_API.php:104
2677
  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."
2678
  msgstr ""
2679
 
2689
  msgid "Buy now"
2690
  msgstr ""
2691
 
2692
+ #: common/src/Tribe/PUE/Notices.php:398
2693
  msgid "You can always check the status of your licenses by logging in to %1$syour account on theeventscalendar.com%2$s."
2694
  msgstr ""
2695
 
2696
+ #: common/src/Tribe/PUE/Notices.php:279
2697
  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."
2698
  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."
2699
  msgstr[0] ""
2700
  msgstr[1] ""
2701
 
2702
+ #: common/src/Tribe/PUE/Checker.php:987
2703
  msgid "Please refresh the page and try your request again."
2704
  msgstr ""
2705
 
2719
  msgid "Cannot look for Terms without a taxonomy"
2720
  msgstr ""
2721
 
2722
+ #: common/src/Tribe/PUE/Checker.php:1106
2723
  msgid "There is a new version of %1$s available. %2$s"
2724
  msgstr ""
2725
 
2726
+ #: common/src/Tribe/PUE/Checker.php:1095
2727
  msgid "Update now to version %s."
2728
  msgstr ""
2729
 
2730
+ #: common/src/Tribe/PUE/Checker.php:500
2731
  msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
2732
  msgstr ""
2733
 
2843
  msgid "The cost currency symbol"
2844
  msgstr ""
2845
 
2846
+ #: src/template-tags/tickets.php:449
2847
  msgctxt "ticket stock message (remaining stock)"
2848
  msgid "%1$d available"
2849
  msgstr ""
2850
 
2851
+ #: src/template-tags/tickets.php:444
2852
  msgid "%s %d"
2853
  msgstr ""
2854
 
2855
+ #: src/template-tags/tickets.php:438
2856
  msgctxt "separate going and remain RSVPs"
2857
  msgid "RSVP'd Going"
2858
  msgstr ""
2859
 
2860
+ #: src/admin-views/tribe-options-tickets.php:100
2861
  msgid "Location of Tickets form"
2862
  msgstr ""
2863
 
2864
+ #: src/admin-views/tribe-options-tickets.php:90
2865
  msgid "Location of RSVP form"
2866
  msgstr ""
2867
 
2868
+ #: src/admin-views/tribe-options-tickets.php:85
2869
  msgid "Above the event description"
2870
  msgstr ""
2871
 
2872
+ #: src/admin-views/tribe-options-tickets.php:84
2873
  msgid "Below the event description"
2874
  msgstr ""
2875
 
2876
+ #: src/admin-views/tribe-options-tickets.php:83
2877
  msgid "Above the event details"
2878
  msgstr ""
2879
 
2880
+ #: src/admin-views/tribe-options-tickets.php:82
2881
  msgid "Below the event details [default]"
2882
  msgstr ""
2883
 
2896
  msgid "Edit %s"
2897
  msgstr ""
2898
 
2899
+ #: src/Tribe/Attendees_Table.php:430 src/Tribe/Attendees_Table.php:450
2900
  msgid "Undo"
2901
  msgstr ""
2902
 
2903
+ #: src/Tribe/Attendees_Table.php:422 src/Tribe/Attendees_Table.php:431
2904
+ #: src/Tribe/Attendees_Table.php:442 src/Tribe/Attendees_Table.php:451
2905
  msgid "Check In"
2906
  msgstr ""
2907
 
2932
  msgid "Events Help"
2933
  msgstr ""
2934
 
2935
+ #: common/src/Tribe/PUE/Checker.php:1688
2936
  msgid "Expired license. Consult your network administrator."
2937
  msgstr ""
2938
 
2939
+ #: common/src/Tribe/PUE/Checker.php:1687
2940
  msgid "No license entered. Consult your network administrator."
2941
  msgstr ""
2942
 
2943
+ #: common/src/Tribe/PUE/Checker.php:1686
2944
  msgid "A valid license has been entered by your network administrator."
2945
  msgstr ""
2946
 
2947
+ #: common/src/Tribe/PUE/Checker.php:553
2948
  msgid "Site License Key"
2949
  msgstr ""
2950
 
2951
+ #: common/src/Tribe/PUE/Checker.php:542
2952
  msgid "Check this box if you wish to override the network license key with your own"
2953
  msgstr ""
2954
 
2955
+ #: common/src/Tribe/PUE/Checker.php:541
2956
  msgid "Override network license key"
2957
  msgstr ""
2958
 
2959
+ #: common/src/Tribe/PUE/Checker.php:532 common/src/Tribe/PUE/Checker.php:566
2960
  msgid "License Key Status:"
2961
  msgstr ""
2962
 
2963
+ #: common/src/Tribe/Main.php:289
2964
  msgid "Done"
2965
  msgstr ""
2966
 
2967
+ #: common/src/Tribe/Main.php:288 common/src/Tribe/Main.php:290
2968
  msgid "Today"
2969
  msgstr ""
2970
 
2971
+ #: common/src/Tribe/Main.php:287
2972
  msgid "Prev"
2973
  msgstr ""
2974
 
2984
  msgid "Installed Add-Ons"
2985
  msgstr ""
2986
 
2987
+ #: common/src/Tribe/Extension.php:377
2988
  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."
2989
  msgstr ""
2990
 
2992
  msgid "Tutorial"
2993
  msgstr ""
2994
 
 
2995
  #: common/src/Tribe/Admin/Notice/Php_Version.php:60
2996
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:118
2997
  msgctxt "the final separator in a list of two or more items"
2998
  msgid " and "
2999
  msgstr ""
3000
 
 
3001
  #: common/src/Tribe/Admin/Notice/Php_Version.php:59
3002
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:117
3003
  msgctxt "separator used in a list of items"
3004
  msgid ", "
3005
  msgstr ""
3025
  msgstr[0] ""
3026
  msgstr[1] ""
3027
 
 
3028
  #: src/views/tickets/email-tickets-moved.php:117
3029
+ #: src/views/tickets/email-ticket-type-moved.php:115
3030
  msgid " (taking place on %s)"
3031
  msgstr ""
3032
 
3036
  msgstr[0] ""
3037
  msgstr[1] ""
3038
 
 
3039
  #: src/views/tickets/email-tickets-moved.php:99
3040
+ #: src/views/tickets/email-ticket-type-moved.php:97
3041
  msgid "Important changes to your tickets"
3042
  msgstr ""
3043
 
3058
  msgid "Next &raquo;"
3059
  msgstr ""
3060
 
3061
+ #: src/admin-views/move-tickets.php:88 src/resources/js/app/blocks.js:42890
3062
  msgid "Finish!"
3063
  msgstr ""
3064
 
3076
  msgid "Select the ticket type that the tickets should be transferred to:"
3077
  msgstr ""
3078
 
3079
+ #: src/admin-views/move-tickets.php:64 src/resources/js/app/blocks.js:42875
3080
  msgid "Select the post you wish to move the ticket type to:"
3081
  msgstr ""
3082
 
3084
  msgid "You can also enter keywords to help find the target event by title or description:"
3085
  msgstr ""
3086
 
3087
+ #: src/admin-views/move-tickets.php:54 src/resources/js/app/blocks.js:42853
3088
  msgid "You can optionally focus on a specific post type:"
3089
  msgstr ""
3090
 
3114
  msgid "Move"
3115
  msgstr ""
3116
 
3117
+ #: src/admin-views/admin-welcome-message.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3118
  msgid "Getting Started"
3119
  msgstr ""
3120
 
3121
+ #: src/admin-views/admin-welcome-message.php:69
3122
  msgid "Sign Up"
3123
  msgstr ""
3124
 
3125
+ #: src/admin-views/admin-welcome-message.php:80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3126
  msgid "Rate It"
3127
  msgstr ""
3128
 
3129
+ #: src/admin-views/admin-welcome-message.php:79
3130
  msgid "Rate us today!"
3131
  msgstr ""
3132
 
3133
+ #: src/admin-views/admin-welcome-message.php:77
 
 
 
 
3134
  msgid "We Need Your Help"
3135
  msgstr ""
3136
 
 
 
 
 
3137
  #: src/Tribe/Attendees.php:502
3138
  msgctxt "attendee export"
3139
  msgid "Customer Email Address"
3177
  msgid "Edit"
3178
  msgstr ""
3179
 
3180
+ #: src/Tribe/RSVP.php:331
3181
  msgid "RSVP Ticket"
3182
  msgstr ""
3183
 
3184
+ #: src/Tribe/RSVP.php:330
3185
  msgid "RSVP Tickets"
3186
  msgstr ""
3187
 
3188
+ #: src/Tribe/RSVP.php:163
3189
  msgctxt "ticket provider"
3190
  msgid "RSVP"
3191
  msgstr ""
3205
  msgid "Total RSVPs:"
3206
  msgstr ""
3207
 
3208
+ #: src/Tribe/Assets.php:112
3209
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
3210
  msgstr ""
3211
 
3212
+ #: src/Tribe/Main.php:803
3213
  msgctxt "button text"
3214
  msgid "RSVP"
3215
  msgstr ""
3216
 
 
 
 
 
3217
  #: src/Tribe/CSV_Importer/Rows.php:49
3218
  msgctxt "post type label"
3219
  msgid "RSVPs"
3224
  msgid "RSVPs"
3225
  msgstr ""
3226
 
3227
+ #: src/Tribe/Attendees_Table.php:330
3228
  msgctxt "row action"
3229
  msgid "Delete"
3230
  msgstr ""
3231
 
3232
+ #: src/Tribe/Attendees_Table.php:318
3233
  msgctxt "row action"
3234
  msgid "Move"
3235
  msgstr ""
3236
 
3237
+ #: src/Tribe/Attendees_Table.php:308
3238
  msgctxt "row action"
3239
  msgid "Check In"
3240
  msgstr ""
3241
 
3242
+ #: src/Tribe/Attendees_Table.php:309
3243
  msgctxt "row action"
3244
  msgid "Undo Check In"
3245
  msgstr ""
3278
  msgid "View history"
3279
  msgstr ""
3280
 
3281
+ #: src/Tribe/Admin/Move_Tickets.php:763
3282
  msgid "This ticket was moved to %1$s from %2$s"
3283
  msgstr ""
3284
 
3285
+ #: src/Tribe/Admin/Move_Tickets.php:583
3286
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
3287
  msgstr ""
3288
 
3289
+ #: src/Tribe/Admin/Move_Tickets.php:465
3290
  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."
3291
  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."
3292
  msgstr[0] ""
3293
  msgstr[1] ""
3294
 
3295
+ #: src/Tribe/Admin/Move_Tickets.php:458
3296
  msgctxt "moved tickets success message fragment"
3297
  msgid "moved to %s and"
3298
  msgstr ""
3299
 
3300
+ #: src/Tribe/Admin/Move_Tickets.php:451
3301
  msgctxt "moved tickets success message fragment"
3302
  msgid "assigned to %s"
3303
  msgstr ""
3304
 
3305
+ #: src/Tribe/Admin/Move_Tickets.php:443
3306
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
3307
  msgstr ""
3308
 
3309
+ #: src/Tribe/Admin/Move_Tickets.php:435
3310
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
3311
  msgstr ""
3312
 
3313
+ #: src/Tribe/Admin/Move_Tickets.php:225
3314
  msgctxt "attendee screen bulk actions"
3315
  msgid "Move"
3316
  msgstr ""
3340
  msgstr ""
3341
 
3342
  #: src/Tribe/Admin/Move_Ticket_Types.php:301
3343
+ #: src/Tribe/Admin/Move_Tickets.php:704
3344
  msgid "Changes to your tickets from %s"
3345
  msgstr ""
3346
 
3361
  msgstr ""
3362
 
3363
  #: src/Tribe/Admin/Move_Ticket_Types.php:72
3364
+ #: src/Tribe/Admin/Move_Tickets.php:252
3365
  msgid "All supported types"
3366
  msgstr ""
3367
 
3368
  #: src/Tribe/Admin/Move_Ticket_Types.php:28
3369
+ #: src/resources/js/app/blocks.js:42918
3370
  msgid "Move Ticket Types"
3371
  msgstr ""
3372
 
3373
+ #: common/src/admin-views/tribe-options-licenses.php:19
3374
+ 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."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3375
  msgstr ""
3376
 
3377
  #: common/src/admin-views/tribe-options-help.php:55
3418
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
3419
  msgstr ""
3420
 
3421
+ #: common/src/Tribe/PUE/Notices.php:441
3422
  msgctxt "formatted plugin list"
3423
  msgid "%1$s and %2$s"
3424
  msgstr ""
3425
 
3426
+ #: common/src/Tribe/PUE/Notices.php:356
3427
  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."
3428
  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."
3429
  msgstr[0] ""
3430
  msgstr[1] ""
3431
 
3432
+ #: common/src/Tribe/PUE/Notices.php:324
3433
  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"
3434
  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"
3435
  msgstr[0] ""
3436
  msgstr[1] ""
3437
 
3438
+ #: common/src/Tribe/PUE/Checker.php:1065
3439
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3440
  msgstr ""
3441
 
3442
+ #: common/src/Tribe/PUE/Checker.php:1008
3443
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3444
  msgstr ""
3445
 
3446
+ #: common/src/Tribe/PUE/Notices.php:339 common/src/Tribe/PUE/Checker.php:972
3447
  msgid " (opens in a new window)"
3448
  msgstr ""
3449
 
3450
+ #: common/src/Tribe/PUE/Notices.php:337 common/src/Tribe/PUE/Checker.php:970
3451
  msgid "Renew Your License Now"
3452
  msgstr ""
3453
 
3454
+ #: common/src/Tribe/Main.php:276
3455
  msgid ": Selected 1 row"
3456
  msgstr ""
3457
 
3458
+ #: common/src/Tribe/Main.php:275
3459
  msgid ": Selected %d rows"
3460
  msgstr ""
3461
 
3462
+ #: common/src/Tribe/Main.php:270
3463
  msgid "Previous"
3464
  msgstr ""
3465
 
3466
+ #: common/src/Tribe/Main.php:269 common/src/Tribe/Main.php:286
3467
  msgid "Next"
3468
  msgstr ""
3469
 
3470
+ #: common/src/Tribe/Main.php:268
3471
  msgid "All"
3472
  msgstr ""
3473
 
3474
+ #: common/src/Tribe/Main.php:263
3475
  msgid "Search:"
3476
  msgstr ""
3477
 
3478
+ #: common/src/Tribe/Main.php:262
3479
  msgid "No matching records found"
3480
  msgstr ""
3481
 
3482
+ #: common/src/Tribe/Main.php:261
3483
  msgid "(filtered from _MAX_ total entries)"
3484
  msgstr ""
3485
 
3486
+ #: common/src/Tribe/Main.php:260
3487
  msgid "Showing 0 to 0 of 0 entries"
3488
  msgstr ""
3489
 
3490
+ #: common/src/Tribe/Main.php:259
3491
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3492
  msgstr ""
3493
 
3494
+ #: common/src/Tribe/Main.php:258
3495
  msgid "No data available in table"
3496
  msgstr ""
3497
 
3498
+ #: common/src/Tribe/Main.php:257
3499
  msgid "Show _MENU_ entries"
3500
  msgstr ""
3501
 
3502
+ #: common/src/Tribe/Main.php:255
3503
  msgid ": activate to sort column descending"
3504
  msgstr ""
3505
 
3506
+ #: common/src/Tribe/Main.php:254
3507
  msgid ": activate to sort column ascending"
3508
  msgstr ""
3509
 
3510
+ #: common/src/Tribe/Main.php:299
3511
  msgid "Press \"Cmd + C\" to copy"
3512
  msgstr ""
3513
 
3514
+ #: common/src/Tribe/Main.php:298
3515
  msgid "System info copied"
3516
  msgstr ""
3517
 
3518
+ #: common/src/Tribe/Main.php:297
3519
  #: common/src/admin-views/tribe-options-help.php:50
3520
  msgid "Copy to clipboard"
3521
  msgstr ""
3544
  msgid "Go to plugins page"
3545
  msgstr ""
3546
 
3547
+ #: common/src/Tribe/Admin/Notice/Plugin_Download.php:101
3548
+ msgid "To begin using %2$s, please install and activate the latest version of %3$s."
3549
  msgstr ""
3550
 
3551
+ #: src/Tribe/Tickets.php:1819
3552
  msgid "Tickets are not available as this %s has passed."
3553
  msgstr ""
3554
 
3555
+ #: src/Tribe/Metabox.php:559 src/Tribe/Assets.php:125
3556
  msgid "Please enter in without thousand separators and currency symbols."
3557
  msgstr ""
3558
 
3560
  msgid "English"
3561
  msgstr ""
3562
 
3563
+ #: common/src/Tribe/Plugins_API.php:126
3564
  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."
3565
  msgstr ""
3566
 
3567
+ #: common/src/Tribe/Plugins_API.php:115
3568
  msgctxt "Names of required plugins for Community Tickets"
3569
  msgid "Event Tickets Plus and Community Events"
3570
  msgstr ""
3571
 
3572
+ #: common/src/Tribe/Plugins_API.php:114
3573
  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"
3574
  msgstr ""
3575
 
3577
  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."
3578
  msgstr ""
3579
 
3580
+ #: common/src/Tribe/Plugins_API.php:94
3581
  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."
3582
  msgstr ""
3583
 
3584
+ #: common/src/Tribe/Admin/Help_Page.php:227 common/src/Tribe/Plugins_API.php:90
3585
  msgid "Filter Bar"
3586
  msgstr ""
3587
 
3593
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3594
  msgstr ""
3595
 
3596
+ #: src/Tribe/RSVP.php:810
3597
  msgid "You confirmed you will not be attending %s"
3598
  msgstr ""
3599
 
3601
  msgid "Thank you for confirming that you will not be attending the above event."
3602
  msgstr ""
3603
 
 
3604
  #: src/views/tickets/orders-pp-tickets.php:76
3605
+ #: src/views/tickets/orders-rsvp.php:87
3606
  msgid "Type: "
3607
  msgstr ""
3608
 
3609
  #: src/views/tickets/rsvp.php:211
 
3610
  msgid "Login to RSVP"
3611
  msgstr ""
3612
 
3618
  msgid "View %s"
3619
  msgstr ""
3620
 
 
3621
  #: src/views/tickets/orders-pp-tickets.php:66
3622
+ #: src/views/tickets/orders-rsvp.php:63
3623
  msgid "Attendee %d"
3624
  msgstr ""
3625
 
 
3626
  #: src/views/tickets/orders-pp-tickets.php:47
3627
+ #: src/views/tickets/orders-rsvp.php:44
3628
  msgid " on %s"
3629
  msgstr ""
3630
 
3637
  msgstr ""
3638
 
3639
  #: src/views/tickets/orders-link.php:39
3640
+ #: src/views/blocks/attendees/order-links.php:65
3641
  msgid "View your %s"
3642
  msgstr ""
3643
 
3644
  #: src/views/tickets/orders-link.php:38
3645
+ #: src/views/blocks/attendees/order-links.php:48
3646
  msgid "You have %s for this %s."
3647
  msgstr ""
3648
 
3666
  msgid "To see a list of events you're attending, you will need to log in."
3667
  msgstr ""
3668
 
3669
+ #: src/admin-views/tribe-options-tickets.php:127
3670
  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."
3671
  msgstr ""
3672
 
3673
+ #: src/admin-views/tribe-options-tickets.php:122
3674
  msgid "Login Requirements"
3675
  msgstr ""
3676
 
3677
+ #: src/admin-views/tribe-options-tickets.php:51
3678
  msgid "Require users to log in before they RSVP"
3679
  msgstr ""
3680
 
3681
+ #: src/Tribe/Tickets_View.php:808
3682
  msgid "This RSVP is no longer active."
3683
  msgstr ""
3684
 
3685
+ #: src/Tribe/Tickets_View.php:741
3686
  msgid "Ticket"
3687
  msgstr ""
3688
 
3689
+ #: src/views/blocks/rsvp/status/going.php:26
3690
+ #: src/resources/js/app/blocks.js:40970
 
 
 
3691
  #: src/modules/blocks/rsvp/counters/template.js:27
 
3692
  msgid "Going"
3693
  msgstr ""
3694
 
3695
+ #: src/Tribe/Tickets.php:1869
3696
  msgid "There are no tickets available at this time."
3697
  msgstr ""
3698
 
3699
+ #: src/Tribe/Tickets.php:1867
3700
  msgid "Tickets are no longer available."
3701
  msgstr ""
3702
 
3703
+ #: src/Tribe/Tickets.php:1864 src/views/blocks/tickets/content-inactive.php:18
3704
+ #: src/resources/js/app/blocks.js:44083
3705
+ #: src/modules/blocks/tickets/container/template.js:47
3706
  msgid "Tickets are not yet available"
3707
  msgstr ""
3708
 
3709
+ #: src/Tribe/Main.php:803
3710
  msgid "Buy"
3711
  msgstr ""
3712
 
3716
  msgid "Free"
3717
  msgstr ""
3718
 
3719
+ #: src/Tribe/Tickets_View.php:737
3720
  msgid "RSVPs"
3721
  msgstr ""
3722
 
3840
  msgid "Enable global stock"
3841
  msgstr ""
3842
 
3843
+ #: src/Tribe/Assets.php:118
3844
  msgid "It looks like you have modified your shared capacity setting but have not saved or updated the post."
3845
  msgstr ""
3846
 
3847
+ #: src/Tribe/Attendees_Table.php:410
3848
  msgid "View order"
3849
  msgstr ""
3850
 
3892
  msgid "Confirm RSVP"
3893
  msgstr ""
3894
 
 
3895
  #: src/Tribe/Privacy.php:159 src/Tribe/Privacy.php:440
3896
+ #: src/views/tickets/rsvp.php:154 src/views/blocks/rsvp/form/name.php:31
3897
  msgid "Full Name"
3898
  msgstr ""
3899
 
3900
+ #: src/views/tickets/rsvp.php:97 src/views/tickets/tpp.php:98
3901
+ #: src/views/blocks/rsvp/details/availability.php:23
3902
  msgid "Out of stock!"
3903
  msgstr ""
3904
 
3906
  msgid "%1$s out of %2$s available"
3907
  msgstr ""
3908
 
3909
+ #: src/Tribe/Tickets_View.php:737
3910
  #: src/admin-views/editor/column-body-price.php:16
3911
+ #: src/views/blocks/rsvp/icon.php:21 src/resources/js/app/blocks.js:42059
3912
+ #: src/resources/js/app/blocks.js:43168 src/modules/blocks/rsvp/index.js:22
3913
  #: src/modules/blocks/rsvp/container/template.js:31
 
3914
  msgid "RSVP"
3915
  msgstr ""
3916
 
 
3917
  #: src/Tribe/Commerce/PayPal/Orders/Table.php:72
3918
+ #: src/views/tickets/email.php:406
3919
  msgid "Purchaser"
3920
  msgstr "Purchaser"
3921
 
3922
  #: src/views/tickets/email.php:402
 
 
3923
  msgid "Ticket Type"
3924
  msgstr "Ticket Type"
3925
 
 
 
 
3926
  #: src/views/tickets/email-tickets-moved.php:26
3927
+ #: src/views/tickets/email-non-attendance.php:39 src/views/tickets/email.php:27
3928
+ #: src/views/tickets/email-ticket-type-moved.php:25
3929
  msgid "Your tickets"
3930
  msgstr "Your tickets"
3931
 
3932
  #: src/views/tickets/attendees-email.php:24
3933
+ #: src/resources/js/app/blocks.js:46965
3934
  #: src/modules/blocks/attendees/index.js:21
 
3935
  msgid "Attendee List"
3936
  msgstr "Attendee List"
3937
 
3938
+ #: src/admin-views/tribe-options-tickets.php:66
3939
  msgid "Post types that can have tickets"
3940
  msgstr ""
3941
 
3942
  #: src/admin-views/editor/panel/settings.php:14
3943
+ #: src/admin-views/tribe-options-tickets.php:62
3944
  msgid "Ticket Settings"
3945
  msgstr ""
3946
 
3947
+ #: src/admin-views/editor/panel/ticket.php:199
3948
  #: src/admin-views/editor/panel/settings.php:81
3949
+ #: src/admin-views/meta-box.php:240 src/resources/js/app/blocks.js:42294
3950
+ #: src/resources/js/app/blocks.js:46423
3951
  #: src/modules/blocks/rsvp/action-dashboard/template.js:29
3952
  #: src/modules/blocks/ticket/dashboard/template.js:24
 
3953
  msgid "Cancel"
3954
  msgstr "Cancel"
3955
 
3965
  msgid "When will ticket sales occur?"
3966
  msgstr ""
3967
 
 
3968
  #: src/admin-views/editor/fieldset/advanced.php:102
3969
+ #: src/admin-views/meta-box.php:192
3970
  msgid "End sale:"
3971
  msgstr "End sale:"
3972
 
 
3973
  #: src/admin-views/editor/fieldset/advanced.php:70
3974
+ #: src/admin-views/meta-box.php:161
3975
  msgid "Start sale:"
3976
  msgstr "Start sale:"
3977
 
3983
  msgid "Ticket Name:"
3984
  msgstr "Ticket Name:"
3985
 
3986
+ #: src/admin-views/editor/panel/ticket.php:102 src/admin-views/meta-box.php:128
3987
  msgid "Sell using:"
3988
  msgstr "Sell using:"
3989
 
3990
+ #: src/admin-views/editor/panel/ticket.php:61 src/admin-views/meta-box.php:123
3991
  msgid "Edit ticket"
3992
  msgstr "Edit ticket"
3993
 
3994
+ #: src/admin-views/editor/panel/ticket.php:53 src/admin-views/meta-box.php:112
3995
+ #: src/admin-views/meta-box.php:122
3996
  msgid "Add new ticket"
3997
  msgstr "Add new ticket"
3998
 
3999
+ #: src/admin-views/editor/panel/settings.php:67 src/admin-views/meta-box.php:54
4000
  msgid "Remove"
4001
  msgstr "Remove"
4002
 
4003
+ #: src/admin-views/editor/panel/settings.php:51 src/admin-views/meta-box.php:46
4004
  msgid "Select an Image"
4005
  msgstr "Select an Image"
4006
 
4016
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4017
  msgstr "This event was created using Community Events. Are you sure you want to sell tickets for it?"
4018
 
4019
+ #: src/Tribe/Status/Abstract_Commerce.php:168
4020
  msgid "Sold %d"
4021
  msgstr "Sold %d"
4022
 
4028
  msgid "View"
4029
  msgstr "View"
4030
 
4031
+ #: src/admin-views/list.php:33 src/resources/js/app/blocks.js:41757
4032
+ #: src/resources/js/app/blocks.js:46179
4033
+ #: src/modules/blocks/rsvp/attendee-registration/template.js:23
4034
+ #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:21
4035
  msgid "Edit"
4036
  msgstr "Edit"
4037
 
4040
  msgid "(Current sale price - this can be managed via the product editor)"
4041
  msgstr ""
4042
 
 
4043
  #: src/admin-views/editor/fieldset/price.php:67
4044
+ #: src/admin-views/price-fields.php:12
4045
  #: src/admin-views/legacy-ticket-fields.php:24
4046
  msgid "Sale Price:"
4047
  msgstr "Sale Price:"
4051
  msgid "(0 or empty for free tickets)"
4052
  msgstr "(0 or empty for free tickets)"
4053
 
 
 
4054
  #: src/admin-views/editor/fieldset/price.php:49
4055
+ #: src/admin-views/editor/column-body-price.php:9
4056
+ #: src/admin-views/price-fields.php:3
4057
  #: src/admin-views/legacy-ticket-fields.php:15
4058
  msgid "Price:"
4059
  msgstr "Price:"
4060
 
 
 
 
 
4061
  #: src/admin-views/attendees-email.php:59
4062
  msgid "Send Email"
4063
  msgstr "Send Email"
4082
  msgid "Send the attendee list by email"
4083
  msgstr "Send the attendee list by email"
4084
 
4085
+ #: src/Tribe/Attendees.php:708
4086
  msgid "Email sent successfully!"
4087
  msgstr ""
4088
 
4089
+ #: src/Tribe/Attendees.php:701
4090
  msgid "Error when sending the email"
4091
  msgstr ""
4092
 
4093
+ #: src/Tribe/Attendees.php:700
4094
  msgid "Attendee List for: %s"
4095
  msgstr "Attendee List for: %s"
4096
 
4118
  msgid "attendees"
4119
  msgstr "attendees"
4120
 
4121
+ #: src/Tribe/Attendees.php:531 src/admin-views/tribe-options-tickets.php:234
4122
+ #: src/admin-views/tribe-options-tickets.php:246
4123
  msgid "Yes"
4124
  msgstr "Yes"
4125
 
4140
  msgstr "You need to select a user or type a valid email address"
4141
 
4142
  #: src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
4143
+ #: src/Tribe/Commerce/PayPal/Main.php:442
4144
  #: src/Tribe/Admin/Columns/Tickets.php:57 src/Tribe/Attendees.php:210
4145
+ #: src/admin-views/attendees.php:23 src/admin-views/list.php:92
4146
+ #: src/resources/js/app/blocks.js:42144 src/resources/js/app/blocks.js:43363
4147
  #: src/modules/blocks/rsvp/action-buttons/attendees-action-button/template.js:27
4148
  #: src/modules/blocks/tickets/action-buttons/attendees/template.js:25
 
4149
  msgid "Attendees"
4150
  msgstr "Attendees"
4151
 
4153
  msgid "See who purchased tickets to this event"
4154
  msgstr "See who purchased tickets to this event"
4155
 
4156
+ #: src/Tribe/Commerce/PayPal/Main.php:1926 src/Tribe/RSVP.php:1765
4157
  msgid "Post draft updated."
4158
  msgstr "Post draft updated."
4159
 
4160
+ #: src/Tribe/Commerce/PayPal/Main.php:1925 src/Tribe/RSVP.php:1764
4161
  msgid "Post scheduled."
4162
  msgstr ""
4163
 
4164
+ #: src/Tribe/Commerce/PayPal/Main.php:1924 src/Tribe/RSVP.php:1763
4165
  msgid "Post submitted."
4166
  msgstr "Post submitted."
4167
 
4168
+ #: src/Tribe/Commerce/PayPal/Main.php:1921 src/Tribe/RSVP.php:1760
4169
  msgid "Post published. %1$s"
4170
  msgstr ""
4171
 
4172
+ #: src/Tribe/Commerce/PayPal/Main.php:1917 src/Tribe/RSVP.php:1756
4173
  msgid "Post updated. %1$s"
4174
  msgstr ""
4175
 
4176
+ #: src/Tribe/Commerce/PayPal/Main.php:1910 src/Tribe/RSVP.php:1749
4177
  msgid "Return to the %1$sAttendees Report%2$s."
4178
  msgstr ""
4179
 
4180
+ #: src/Tribe/Commerce/PayPal/Main.php:2623 src/Tribe/RSVP.php:1418
4181
  msgid "(deleted)"
4182
  msgstr ""
4183
 
4184
+ #: src/Tribe/RSVP.php:1115
4185
  msgid "In order to RSVP, you must enter your name and a valid email address."
4186
  msgstr ""
4187
 
4188
+ #: src/Tribe/RSVP.php:1110
4189
  msgid "You can't RSVP more than the total remaining tickets."
4190
  msgstr ""
4191
 
4192
+ #: src/Tribe/RSVP.php:1104 src/views/blocks/rsvp/messages/success.php:21
4193
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
4194
  msgstr ""
4195
 
4196
+ #: src/Tribe/Commerce/PayPal/Main.php:1130 src/Tribe/RSVP.php:722
4197
  msgid "Your tickets from %s"
4198
  msgstr ""
4199
 
4200
+ #: src/Tribe/Commerce/PayPal/Main.php:361 src/Tribe/RSVP.php:292
4201
  msgctxt "Attendee number"
4202
  msgid "Attendee %1$s"
4203
  msgstr ""
4206
  msgid "Set as ticket header"
4207
  msgstr "Set as ticket header"
4208
 
4209
+ #: src/Tribe/Assets.php:53 src/views/tickets/tpp-success.php:95
4210
  msgid "Ticket header image"
4211
  msgstr "Ticket header image"
4212
 
4213
+ #: src/Tribe/Main.php:567
4214
  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)."
4215
  msgstr ""
4216
 
4217
+ #: src/Tribe/Main.php:562
4218
  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)."
4219
  msgstr ""
4220
 
4221
+ #: src/Tribe/Main.php:561 src/Tribe/Main.php:566
4222
  msgid "post a thread"
4223
  msgstr ""
4224
 
4225
+ #: src/Tribe/Main.php:559
4226
  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."
4227
  msgstr ""
4228
 
4229
+ #: src/Tribe/Main.php:558 src/admin-views/tribe-options-tickets.php:149
4230
  msgid "Events Tickets Plus"
4231
  msgstr ""
4232
 
4233
+ #: src/Tribe/Main.php:557
4234
  msgid "premium support on our website"
4235
  msgstr ""
4236
 
4237
+ #: src/Tribe/Main.php:555
4238
  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."
4239
  msgstr ""
4240
 
4241
+ #: src/Tribe/Main.php:554
4242
  msgid "open-source forum on WordPress.org"
4243
  msgstr ""
4244
 
4245
+ #: src/Tribe/Main.php:537
4246
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
4247
  msgstr ""
4248
 
4249
+ #: src/Tribe/Main.php:535 src/admin-views/admin-welcome-message.php:34
4250
  msgid "New User Primer"
4251
  msgstr ""
4252
 
4253
+ #: src/Tribe/Main.php:518
4254
  msgid "Customizing Event Tickets"
4255
  msgstr ""
4256
 
4257
+ #: src/Tribe/Main.php:517
4258
  msgid "Troubleshooting common problems"
4259
  msgstr ""
4260
 
4261
+ #: src/Tribe/Main.php:516
4262
  msgid "Features overview"
4263
  msgstr ""
4264
 
4265
+ #: src/Tribe/Main.php:515
4266
  msgid "Settings overview"
4267
  msgstr ""
4268
 
4269
+ #: src/Tribe/Main.php:513
4270
  msgid "Support for Event Tickets"
4271
  msgstr ""
4272
 
4273
+ #: src/Tribe/Main.php:332
4274
  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"
4275
  msgstr ""
4276
 
4277
+ #: src/Tribe/Attendees_Table.php:589 src/admin-views/list.php:43
4278
  msgid "Delete"
4279
  msgstr "Delete"
4280
 
4281
+ #: src/Tribe/Attendees_Table.php:555
4282
  msgid "Export"
4283
  msgstr "Export"
4284
 
4285
+ #: src/Tribe/Commerce/PayPal/Orders/Table.php:73
4286
+ #: src/Tribe/Attendees_Table.php:562 src/Tribe/Privacy.php:164
 
4287
  #: src/Tribe/Privacy.php:445 src/Tribe/Privacy.php:541
4288
+ #: src/admin-views/admin-welcome-message.php:62 src/views/tickets/rsvp.php:162
4289
+ #: src/views/blocks/rsvp/form/email.php:32
4290
  msgid "Email"
4291
  msgstr "E-mail"
4292
 
4293
+ #: src/Tribe/Attendees_Table.php:554
4294
  msgid "Print"
4295
  msgstr "Print"
4296
 
4297
+ #: src/Tribe/Attendees_Table.php:591
4298
  msgid "Undo Check in"
4299
  msgstr "Undo Check in"
4300
 
4301
+ #: src/Tribe/Attendees_Table.php:590
4302
  msgid "Check in"
4303
  msgstr "Check in"
4304
 
4322
  msgid "Purchaser Name"
4323
  msgstr "Purchaser Name"
4324
 
4325
+ #: src/Tribe/Metabox.php:53 src/Tribe/Commerce/PayPal/Main.php:426
4326
+ #: src/Tribe/Admin/Ticket_Settings.php:22 src/Tribe/Tickets_View.php:741
4327
  #: src/admin-views/editor/list-table.php:30
4328
+ #: src/resources/js/app/blocks.js:44447 src/modules/blocks/tickets/index.js:25
4329
  msgid "Tickets"
4330
  msgstr "Tickets"
4331
 
4341
  msgid "Network Settings"
4342
  msgstr "Network Settings"
4343
 
 
 
 
 
 
 
 
 
4344
  #: common/src/admin-views/tribe-options-help.php:80
4345
  msgid "More..."
4346
  msgstr "More..."
4465
  msgid "Date Format Settings"
4466
  msgstr "Date Format Settings"
4467
 
4468
+ #: src/admin-views/admin-welcome-message.php:7
4469
+ msgid "Version"
4470
+ msgstr "Version"
4471
+
4472
  #: common/src/Tribe/Languages/Locations.php:374
4473
  msgid "Wyoming"
4474
  msgstr "Wyoming"
5714
  msgstr "There are no fields setup for this tab yet."
5715
 
5716
  #: common/src/Tribe/Settings_Manager.php:253
5717
+ #: common/src/admin-views/tribe-options-licenses.php:57
5718
  msgid "Licenses"
5719
  msgstr "Licences"
5720
 
5734
  msgid "General"
5735
  msgstr "General"
5736
 
5737
+ #: common/src/Tribe/Settings.php:641
5738
  msgid "Settings saved."
5739
  msgstr "Settings saved."
5740
 
5741
+ #: common/src/Tribe/Settings.php:619
5742
  msgid "The above setting was not saved. Other settings were successfully saved."
5743
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
5744
  msgstr[0] "The above setting was not saved. Other settings were successfully saved."
5745
  msgstr[1] "The above settings were not saved. Other settings were successfully saved."
5746
 
5747
+ #: common/src/Tribe/Settings.php:618
5748
  msgid "None of your settings were saved. Please try again."
5749
  msgstr "None of your settings were saved. Please try again."
5750
 
5751
+ #: common/src/Tribe/Settings.php:608
5752
  msgid "Your form had the following errors:"
5753
  msgstr "Your form had the following errors:"
5754
 
5764
  msgid "You don't have permission to do that."
5765
  msgstr "You don't have permission to do that."
5766
 
5767
+ #: src/Tribe/Editor/Attendee_Registration.php:128
5768
  #: common/src/Tribe/Settings.php:371
5769
  msgid "Save Changes"
5770
  msgstr "Save Changes"
5778
  msgstr "%s Settings"
5779
 
5780
  #: src/admin-views/editor/panel/list.php:79 common/src/Tribe/Settings.php:254
5781
+ #: src/resources/js/app/elements.js:5520 src/resources/js/app/blocks.js:14458
5782
+ #: src/resources/js/app/blocks.js:42221 src/resources/js/app/blocks.js:43228
5783
  #: src/modules/blocks/rsvp/action-buttons/settings-action-button/template.js:26
5784
  #: src/modules/blocks/tickets/action-buttons/settings/template.js:20
5785
+ #: src/modules/elements/settings-dashboard/element.js:64
 
5786
  msgid "Settings"
5787
  msgstr "Settings"
5788
 
5790
  msgid "Events Settings"
5791
  msgstr "Events Settings"
5792
 
5793
+ #: src/admin-views/admin-welcome-message.php:18
5794
  #: common/src/Tribe/Settings.php:177 common/src/Tribe/Settings.php:241
5795
  #: common/src/Tribe/Settings.php:242
5796
  msgid "Events"
5797
  msgstr "Events"
5798
 
5799
+ #: common/src/Tribe/PUE/Checker.php:899
5800
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5801
  msgstr "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
5802
 
5803
+ #: common/src/Tribe/PUE/Checker.php:943
5804
  msgid "Thanks for setting up a valid key. It will expire on %s"
5805
  msgstr ""
5806
 
5807
+ #: common/src/Tribe/PUE/Checker.php:938
5808
  msgid "Valid Key! Expires on %s"
5809
  msgstr "Valid Key! Expires on %s"
5810
 
5811
+ #: common/src/Tribe/PUE/Checker.php:918
5812
  msgid "Sorry, key validation server is not available."
5813
  msgstr "Sorry, key validation server is not available."
5814
 
5815
+ #: common/src/Tribe/PUE/Checker.php:912
5816
  msgid "unknown date"
5817
  msgstr ""
5818
 
5819
+ #: common/src/Tribe/PUE/Checker.php:653
5820
  msgid "License key(s) updated."
5821
  msgstr "Licence key(s) updated."
5822
 
5823
+ #: common/src/Tribe/PUE/Checker.php:497
5824
  msgid "A valid license key is required for support and updates"
5825
  msgstr "A valid licence key is required for support and updates"
5826
 
5827
+ #: common/src/Tribe/PUE/Checker.php:512 common/src/Tribe/PUE/Checker.php:523
5828
  msgid "License Key"
5829
  msgstr "Licence Key"
5830
 
5925
  msgstr "n/a"
5926
 
5927
  #: common/src/Tribe/Admin/Help_Page.php:244
5928
+ #: common/src/Tribe/Plugins_API.php:110
5929
  msgid "Community Tickets"
5930
  msgstr ""
5931
 
5933
  msgid "Event Tickets Plus"
5934
  msgstr ""
5935
 
5936
+ #: common/src/Tribe/Admin/Help_Page.php:211
5937
+ #: common/src/Tribe/Plugins_API.php:100
5938
  msgid "Community Events"
5939
  msgstr ""
5940
 
5941
  #: common/src/Tribe/Admin/Help_Page.php:203
5942
+ #: common/src/Tribe/Plugins_API.php:121
5943
  msgid "Eventbrite Tickets"
5944
  msgstr ""
5945
 
5947
  msgid "Events Calendar PRO"
5948
  msgstr "Events Calendar PRO"
5949
 
5950
+ #: src/Tribe/Tickets_View.php:749 src/views/tickets/orders-link.php:38
5951
+ #: src/views/blocks/attendees/order-links.php:48
5952
  #: common/src/Tribe/Admin/Help_Page.php:170
5953
  msgid " and "
5954
  msgstr " and "
5966
  msgstr ""
5967
 
5968
  #. Plugin Name of the plugin
5969
+ #: event-tickets.php:59 src/Tribe/Privacy.php:32 src/Tribe/Main.php:581
5970
  #: common/src/Tribe/Admin/Help_Page.php:75 common/src/Tribe/Plugins_API.php:57
5971
  msgid "Event Tickets"
5972
  msgstr ""
5975
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
5976
  msgstr ""
5977
 
5978
+ #: common/src/Tribe/Admin/Help_Page.php:59 common/src/Tribe/Customizer.php:642
5979
+ #: common/src/Tribe/Plugins_API.php:25
5980
  msgid "The Events Calendar"
5981
  msgstr "The Events Calendar"
lang/event-tickets-es_ES.mo CHANGED
Binary file
lang/event-tickets-es_ES.po CHANGED
@@ -11,372 +11,707 @@ msgstr ""
11
  "Language: es\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
- #: src/resources/js/app/blocks.js:42441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  msgid "Ticket SKU"
16
  msgstr ""
17
 
18
- #: src/resources/js/app/blocks.js:42120
19
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
20
  msgstr ""
21
 
22
- #: src/resources/js/app/blocks.js:42033
23
  msgid "Number of tickets available"
24
  msgstr ""
25
 
26
- #: src/resources/js/app/blocks.js:42033
27
  msgid "(optional) Limit sales of this ticket to:"
28
  msgstr ""
29
 
30
- #: src/resources/js/app/blocks.js:42017
31
  msgid "Set shared capacity:"
32
  msgstr ""
33
 
34
- #: src/resources/js/app/blocks.js:39705
35
  msgid "You can also enter keywords to help find the target event by title or description"
36
  msgstr ""
37
 
38
- #: src/resources/js/app/blocks.js:39671
39
  msgid "No posts found"
40
  msgstr ""
41
 
42
- #: src/resources/js/app/blocks.js:38753
43
- msgid "Enable \"Not Going responses\""
44
  msgstr ""
45
 
46
- #: src/resources/js/app/blocks.js:38723
47
  msgid "Leave blank if unlimited"
48
  msgstr ""
49
 
50
- #: src/resources/js/app/blocks.js:38718
51
  msgid "RSVP Capacity"
52
  msgstr ""
53
 
54
- #: src/resources/js/app/blocks.js:38611 src/resources/js/app/blocks.js:42629
55
  msgid "Advanced Options"
56
  msgstr ""
57
 
58
- #: common/src/modules/elements/time-picker/element.js:54
59
- #: common/src/modules/elements/time-picker/element.js:147
60
- #: common/src/resources/js/app/elements.js:59982
61
- #: common/src/resources/js/app/elements.js:60083
62
  msgid "All Day"
63
  msgstr ""
64
 
 
65
  #: common/src/modules/elements/image-upload/element.js:46
66
- #: common/src/resources/js/app/elements.js:59497
67
  msgid "remove"
68
  msgstr ""
69
 
70
- #: src/modules/blocks/tickets/container/template.js:36
71
- #: src/resources/js/app/blocks.js:40927
72
  msgid "To create tickets, you'll need to enable an ecommerce solution."
73
  msgstr ""
74
 
75
- #: src/modules/blocks/tickets/container/template.js:35
76
- #: src/resources/js/app/blocks.js:40927
77
  msgid "Edit this block to create your first ticket."
78
  msgstr ""
79
 
80
- #: src/modules/blocks/tickets/container/template.js:33
81
- #: src/resources/js/app/blocks.js:40926
82
  msgid "There is no ecommerce available"
83
  msgstr ""
84
 
85
- #: src/modules/blocks/tickets/container/template.js:32
86
- #: src/resources/js/app/blocks.js:40926
87
  msgid "There are no tickets yet"
88
  msgstr ""
89
 
90
- #: src/modules/blocks/tickets/index.js:26 src/resources/js/app/blocks.js:41250
91
  msgid "Sell tickets and register attendees."
92
  msgstr ""
93
 
 
94
  #: src/modules/blocks/tickets/availability/template.js:43
95
- #: src/resources/js/app/blocks.js:40851
96
  msgid "%d total tickets"
97
  msgstr ""
98
 
 
99
  #: src/modules/blocks/tickets/availability/template.js:42
100
- #: src/resources/js/app/blocks.js:40850
101
  msgid "%d total ticket"
102
  msgstr ""
103
 
 
104
  #: src/modules/blocks/tickets/availability/template.js:31
105
- #: src/resources/js/app/blocks.js:40844
106
  msgid "%d tickets available"
107
  msgstr ""
108
 
 
109
  #: src/modules/blocks/tickets/availability/template.js:30
110
- #: src/resources/js/app/blocks.js:40843
111
  msgid "%d ticket available"
112
  msgstr ""
113
 
 
114
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
115
- #: src/resources/js/app/blocks.js:40291
116
  msgid "Add Tickets"
117
  msgstr ""
118
 
 
119
  #: src/modules/blocks/tickets/controls/template.js:62
120
- #: src/resources/js/app/blocks.js:41063
121
  msgid "Sell tickets using"
122
  msgstr ""
123
 
 
124
  #: src/modules/blocks/tickets/controls/template.js:59
125
- #: src/resources/js/app/blocks.js:41053
126
  msgid "Tickets Settings"
127
  msgstr ""
128
 
 
129
  #: src/modules/blocks/tickets/controls/template.js:25
130
- #: src/resources/js/app/blocks.js:41013
131
  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"
132
  msgstr ""
133
 
 
134
  #: src/modules/blocks/tickets/controls/template.js:20
135
- #: src/resources/js/app/blocks.js:41011
136
  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. "
137
  msgstr ""
138
 
 
139
  #: src/modules/blocks/tickets/capacity-table/template.js:49
140
- #: src/resources/js/app/blocks.js:40509
141
  msgid "Total Capacity"
142
  msgstr ""
143
 
 
144
  #: src/modules/blocks/tickets/capacity-table/template.js:44
145
- #: src/resources/js/app/blocks.js:40504
146
  msgid "Independent capacity"
147
  msgstr ""
148
 
 
149
  #: src/modules/blocks/tickets/capacity-table/template.js:39
150
- #: src/resources/js/app/blocks.js:40499
151
  msgid "Shared capacity"
152
  msgstr ""
153
 
 
154
  #: src/modules/blocks/attendees/index.js:22
155
- #: src/resources/js/app/blocks.js:43604
156
  msgid "Show the gravatars of people coming to this event."
157
  msgstr ""
158
 
159
- #: src/modules/blocks/attendees/template.js:27
160
- #: src/resources/js/app/blocks.js:43461
161
  msgid "(X) people are attending this event"
162
  msgstr ""
163
 
164
- #: src/modules/blocks/attendees/template.js:26
165
  #: src/modules/blocks/attendees/index.js:37
166
- #: src/resources/js/app/blocks.js:43460 src/resources/js/app/blocks.js:43616
167
  msgid "Who's Attending?"
168
  msgstr ""
169
 
 
170
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
171
- #: src/resources/js/app/blocks.js:42892
172
  msgid "Save your ticket to enable attendee registration fields"
173
  msgstr ""
174
 
175
- #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:20
176
- #: src/resources/js/app/blocks.js:42529
177
  msgid "Remove Ticket"
178
  msgstr ""
179
 
180
- #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:28
181
- #: src/resources/js/app/blocks.js:42245
182
  msgid "Sale Duration"
183
  msgstr ""
184
 
185
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:78
186
- #: src/resources/js/app/blocks.js:42777
187
  msgid "Ecommerce"
188
  msgstr ""
189
 
190
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:51
191
- #: src/resources/js/app/blocks.js:42756
192
  msgid "View Sales Report"
193
  msgstr ""
194
 
195
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:38
196
- #: src/resources/js/app/blocks.js:42747
197
  msgid "Edit Ticket in WooCommerce"
198
  msgstr ""
199
 
200
- #: src/modules/blocks/ticket/container-content/ecommerce-options/template.js:36
201
- #: src/resources/js/app/blocks.js:42745
202
  msgid "Edit Ticket in Easy Digital Downloads"
203
  msgstr ""
204
 
 
205
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
206
- #: src/resources/js/app/blocks.js:41728
207
  msgid "cap"
208
  msgstr ""
209
 
 
210
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
211
- #: src/resources/js/app/blocks.js:41793
212
  msgid "unlimited"
213
  msgstr ""
214
 
 
215
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
216
- #: src/resources/js/app/blocks.js:41786
217
  msgid "%d of %d sold"
218
  msgstr ""
219
 
 
220
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
221
- #: src/resources/js/app/blocks.js:41786
222
  msgid "%d sold"
223
  msgstr ""
224
 
 
225
  #: src/modules/blocks/ticket/container-header/price/template.js:33
226
- #: src/resources/js/app/blocks.js:41501
227
  msgid "0"
228
  msgstr ""
229
 
 
230
  #: src/modules/blocks/ticket/container-header/description/template.js:30
231
- #: src/resources/js/app/blocks.js:41409
232
  msgid "Description"
233
  msgstr ""
234
 
235
- #: src/modules/blocks/ticket/index.js:16 src/resources/js/app/blocks.js:43394
236
  msgid "A single configured ticket type."
237
  msgstr ""
238
 
239
- #: src/modules/blocks/ticket/index.js:15 src/resources/js/app/blocks.js:43393
240
  msgid "Event Ticket"
241
  msgstr ""
242
 
 
243
  #: src/modules/blocks/ticket/dashboard/template.js:21
244
- #: src/resources/js/app/blocks.js:43131
245
  msgid "Create Ticket"
246
  msgstr ""
247
 
 
248
  #: src/modules/blocks/ticket/dashboard/template.js:20
249
- #: src/resources/js/app/blocks.js:43131
250
  msgid "Update Ticket"
251
  msgstr ""
252
 
 
253
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
254
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
255
- #: src/resources/js/app/blocks.js:38380 src/resources/js/app/blocks.js:42894
256
  msgid "+ Add"
257
  msgstr ""
258
 
 
259
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
260
- #: src/resources/js/app/blocks.js:38376
261
  msgid "Save your RSVP to enable attendee registration fields"
262
  msgstr ""
263
 
264
- #: src/modules/blocks/rsvp/container-header/template.js:66
265
- #: src/resources/js/app/blocks.js:38002
266
  msgid "%d available"
267
  msgstr ""
268
 
269
- #: src/modules/blocks/rsvp/container-header/template.js:52
270
- #: src/resources/js/app/blocks.js:37990
271
  msgid "description"
272
  msgstr ""
273
 
274
- #: src/modules/blocks/rsvp/index.js:23 src/resources/js/app/blocks.js:40028
275
  msgid "Find out who is planning to attend!"
276
  msgstr ""
277
 
 
278
  #: src/modules/blocks/rsvp/header-image/template.js:33
279
  #: src/modules/blocks/tickets/header-image/template.js:33
280
- #: src/resources/js/app/blocks.js:39352 src/resources/js/app/blocks.js:40614
281
  msgid "Upload Image"
282
  msgstr ""
283
 
 
284
  #: src/modules/blocks/rsvp/header-image/template.js:25
285
  #: src/modules/blocks/tickets/header-image/template.js:25
286
- #: src/resources/js/app/blocks.js:39346 src/resources/js/app/blocks.js:40608
287
  msgid "Ticket Header Image"
288
  msgstr ""
289
 
290
- #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:43
291
- #: src/resources/js/app/blocks.js:38537
292
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
293
  msgstr ""
294
 
295
- #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:20
296
- #: src/resources/js/app/blocks.js:38480
297
  msgid "Remove RSVP"
298
  msgstr ""
299
 
 
300
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
301
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
302
- #: src/resources/js/app/blocks.js:39150 src/resources/js/app/blocks.js:40305
303
  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."
304
  msgstr ""
305
 
 
306
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
307
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
308
- #: src/resources/js/app/blocks.js:39147 src/resources/js/app/blocks.js:40303
309
  msgid "Warning"
310
  msgstr ""
311
 
 
312
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
313
- #: src/resources/js/app/blocks.js:39131
314
  msgid "Create RSVP"
315
  msgstr ""
316
 
 
317
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
318
- #: src/resources/js/app/blocks.js:39131
319
  msgid "Update RSVP"
320
  msgstr ""
321
 
 
322
  #: src/modules/blocks/rsvp/duration-label/template.js:32
323
- #: src/resources/js/app/blocks.js:38142
324
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
325
  msgstr ""
326
 
 
327
  #: src/modules/blocks/rsvp/duration-label/template.js:28
328
- #: src/resources/js/app/blocks.js:38138
329
  msgid "Duration"
330
  msgstr ""
331
 
 
332
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
333
- #: src/resources/js/app/blocks.js:39583
334
  msgid "Edit this block to create an RSVP form."
335
  msgstr ""
336
 
 
337
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
338
- #: src/resources/js/app/blocks.js:39583
339
  msgid "Edit this block to change RSVP settings."
340
  msgstr ""
341
 
 
342
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
343
- #: src/resources/js/app/blocks.js:39581
344
  msgid "There is no RSVP configured"
345
  msgstr ""
346
 
 
347
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
348
- #: src/resources/js/app/blocks.js:39581
349
  msgid "RSVP is not currently active"
350
  msgstr ""
351
 
 
352
  #: src/modules/elements/settings-dashboard/element.js:56
353
- #: src/resources/js/app/blocks.js:11927 src/resources/js/app/elements.js:5526
354
  msgid "close"
355
  msgstr ""
356
 
 
357
  #: src/modules/data/blocks/ticket/options.js:13
358
- #: src/resources/js/app/blocks.js:6163 src/resources/js/app/data.js:6141
359
  msgid "Share capacity with other tickets"
360
  msgstr ""
361
 
362
- #: src/modules/data/blocks/ticket/sagas.js:476
363
- #: src/resources/js/app/blocks.js:8142 src/resources/js/app/data.js:8120
364
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
365
  msgstr ""
366
 
367
- #: common/src/Tribe/Editor/Configuration.php:97
368
- msgid "F j, Y g:i a"
369
- msgstr ""
370
-
371
  #: common/src/Tribe/Editor/Configuration.php:96
372
  msgid "F j"
373
  msgstr ""
374
 
375
  #: common/src/Tribe/Editor/Configuration.php:95
 
376
  msgid "F j, Y"
377
  msgstr ""
378
 
379
  #: common/src/Tribe/Editor/Configuration.php:94
 
380
  msgid "g:i a"
381
  msgstr ""
382
 
@@ -402,33 +737,21 @@ msgstr ""
402
  msgid "Numeric Array"
403
  msgstr ""
404
 
405
- #: src/admin-views/tribe-options-tickets.php:75
406
- msgid "The slug used for building the URL for the Attendee Registration Info page."
407
- msgstr ""
408
-
409
- #: src/admin-views/tribe-options-tickets.php:74
410
- msgid "Attendee Registration URL slug"
411
- msgstr ""
412
-
413
- #: src/Tribe/Editor.php:183
414
  msgid "Tickets Blocks"
415
  msgstr ""
416
 
417
- #: src/Tribe/Attendee_Registration/Template.php:268
 
418
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
419
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
420
- #: src/resources/js/app/blocks.js:38378 src/resources/js/app/blocks.js:42893
421
  msgid "Attendee Registration"
422
  msgstr ""
423
 
424
- #: src/Tribe/Editor/Attendee_Registration.php:139
425
  msgid "Are you sure you want to leave this page?"
426
  msgstr ""
427
 
428
- #: src/Tribe/Editor/Attendee_Registration.php:90
429
- msgid "Attendee Registration fields saved."
430
- msgstr ""
431
-
432
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
433
  msgid "Ticket was not able to be updated"
434
  msgstr ""
@@ -438,23 +761,24 @@ msgstr ""
438
  msgid "Invalid nonce"
439
  msgstr ""
440
 
441
- #: src/Tribe/Editor/Blocks/Attendees.php:26
442
  msgid "Who's coming?"
443
  msgstr ""
444
 
445
- #: src/views/blocks/tickets/extra-available-quantity.php:21
 
446
  msgid "available"
447
  msgstr ""
448
 
449
- #: src/views/blocks/tickets/quantity-unavailable.php:22
450
  msgid "Sold Out"
451
  msgstr ""
452
 
453
- #: src/views/blocks/tickets/submit-button.php:22
454
  msgid "Add to cart"
455
  msgstr ""
456
 
457
- #: src/views/blocks/tickets/quantity-add.php:23
458
  msgid "+"
459
  msgstr ""
460
 
@@ -462,99 +786,99 @@ msgstr ""
462
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
463
  msgstr ""
464
 
465
- #: src/views/blocks/tickets/registration/summary/title.php:20
466
  msgid "Ticket Registration"
467
  msgstr ""
468
 
469
- #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:18
470
  msgid "1"
471
  msgstr ""
472
 
473
- #: src/views/blocks/tickets/quantity-remove.php:22
474
  msgid "-"
475
  msgstr ""
476
 
477
- #: src/views/blocks/attendees/description.php:19
478
  msgid "One person is attending %2$s"
479
  msgid_plural "%d people are attending %s"
480
  msgstr[0] ""
481
  msgstr[1] ""
482
 
483
- #: src/views/blocks/attendees/order-links.php:54
484
- #: src/views/blocks/attendees/order-links.php:58
485
  msgid "%d %s"
486
  msgid_plural "%d %ss"
487
  msgstr[0] ""
488
  msgstr[1] ""
489
 
490
- #: src/views/blocks/rsvp/form/opt-out.php:38
491
  msgid "Don't show my information on public attendee lists"
492
  msgstr ""
493
 
494
- #: src/views/blocks/rsvp/form/error.php:19
495
  msgid "Please fill in the RSVP confirmation name and email fields."
496
  msgstr ""
497
 
498
- #: src/views/blocks/rsvp/form/submit-button.php:24
499
  msgid "Submit RSVP"
500
  msgstr ""
501
 
502
- #: src/views/blocks/rsvp/details/availability.php:25
503
  msgid "remaining"
504
  msgstr ""
505
 
506
- #: src/views/blocks/rsvp/status/not-going.php:38
 
507
  #: src/modules/blocks/rsvp/counters/template.js:33
508
- #: src/resources/js/app/blocks.js:37908
509
  msgid "Not going"
510
  msgstr ""
511
 
512
- #: src/views/blocks/rsvp/status/full.php:17
513
  msgid "RSVP Full"
514
  msgstr ""
515
 
516
- #: src/views/registration/attendees/fields.php:10
517
  msgid "Attendee"
518
  msgstr "Asistente"
519
 
520
- #: src/views/registration/attendees/error.php:11
521
- msgid "Please fill in all required fields"
522
  msgstr ""
523
 
524
- #: src/views/registration/attendees/fields/select.php:34
525
- #: src/views/blocks/tickets/registration/attendee/fields/select.php:46
526
  msgid "Select an option"
527
  msgstr ""
528
 
529
- #: src/views/registration/summary/tickets-header.php:11
530
  msgid "Ticket summary"
531
  msgstr ""
532
 
533
- #: src/views/registration/button-checkout.php:15
534
  msgid "Checkout"
535
  msgstr "Finalizar compra"
536
 
537
- #: src/views/registration/content.php:39
538
  msgid "Save Attendee Info"
539
  msgstr ""
540
 
541
- #: src/views/registration/cart-empty.php:21
542
  msgid "Find events to attend on %1$s"
543
  msgstr ""
544
 
545
- #: src/views/registration/cart-empty.php:18
546
  msgid "the calendar"
547
  msgstr ""
548
 
549
- #: src/views/registration/cart-empty.php:10
550
  msgid "You currently have no events awaiting registration"
551
  msgstr ""
552
 
553
- #: src/views/registration/button-cart.php:15
554
  msgid "Back to cart"
555
  msgstr "Volver al carrito"
556
 
557
- #: src/template-tags/tickets.php:419
558
  msgid "issued"
559
  msgstr ""
560
 
@@ -563,11 +887,11 @@ msgctxt "attendee screen summary"
563
  msgid "Overview"
564
  msgstr ""
565
 
566
- #: src/Tribe/Tickets.php:1855
567
  msgid " at "
568
  msgstr ""
569
 
570
- #: src/Tribe/Tickets.php:1849
571
  msgid "Tickets will be available on "
572
  msgstr ""
573
 
@@ -1144,7 +1468,7 @@ msgstr ""
1144
  msgid "Event Tickets TribeCommerce Order"
1145
  msgstr ""
1146
 
1147
- #: src/Tribe/Main.php:358
1148
  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."
1149
  msgstr ""
1150
 
@@ -1156,15 +1480,15 @@ msgstr ""
1156
  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."
1157
  msgstr ""
1158
 
1159
- #: common/src/Tribe/Main.php:276
1160
  msgid "Clear"
1161
  msgstr ""
1162
 
1163
- #: src/admin-views/tribe-options-tickets.php:327
1164
  msgid "You have tickets!"
1165
  msgstr "¡Tienes tickets!"
1166
 
1167
- #: src/admin-views/tribe-options-tickets.php:296
1168
  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."
1169
  msgstr "Después de realizar un pedido con éxito en PayPal, los usuarios serán redirigidos a esta Página; usa el shortcode %s para mostrar la confirmación del pedido al usuario en el contenido de la página."
1170
 
@@ -1312,9 +1636,8 @@ msgstr ""
1312
  msgid "Event Tickets TribeCommerce Attendee Data"
1313
  msgstr ""
1314
 
1315
- #: src/Tribe/Privacy.php:154
1316
- #: src/modules/blocks/rsvp/container-header/template.js:32
1317
- #: src/resources/js/app/blocks.js:37976
1318
  msgid "RSVP Title"
1319
  msgstr ""
1320
 
@@ -1334,7 +1657,7 @@ msgstr ""
1334
  msgid "You don't have tickets for this event"
1335
  msgstr ""
1336
 
1337
- #: src/admin-views/tribe-options-tickets.php:264
1338
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1339
  msgstr ""
1340
 
@@ -1350,11 +1673,11 @@ msgstr ""
1350
  msgid "Return to Cart"
1351
  msgstr "Volver al carrito"
1352
 
1353
- #: src/admin-views/tribe-options-tickets.php:161
1354
  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"
1355
  msgstr ""
1356
 
1357
- #: src/admin-views/tribe-options-tickets.php:157
1358
  msgid "Check it out!"
1359
  msgstr ""
1360
 
@@ -1399,7 +1722,7 @@ msgctxt "form heading"
1399
  msgid "Tickets"
1400
  msgstr "Entradas"
1401
 
1402
- #: src/views/tickets/tpp-success.php:134 src/Tribe/Privacy.php:524
1403
  msgid "Order Total"
1404
  msgstr "Total del pedido"
1405
 
@@ -1453,7 +1776,7 @@ msgid "My Tickets for This %s"
1453
  msgstr "Mis entradas para este %s"
1454
 
1455
  #: src/views/login-to-purchase.php:16
1456
- #: src/views/blocks/tickets/submit-login.php:19
1457
  msgid "Log in to purchase"
1458
  msgstr "Accede para comprar"
1459
 
@@ -1472,149 +1795,145 @@ msgctxt "Login link on Tribe Commerce checkout page"
1472
  msgid "Log in before purchasing"
1473
  msgstr "Accede antes de comprar"
1474
 
1475
- #: src/admin-views/tribe-options-tickets.php:358
1476
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1477
  msgstr ""
1478
 
1479
- #: src/admin-views/tribe-options-tickets.php:356
1480
  msgid "IPN Notify URL"
1481
  msgstr ""
1482
 
1483
- #: src/admin-views/tribe-options-tickets.php:347
1484
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1485
  msgstr ""
1486
 
1487
- #: src/admin-views/tribe-options-tickets.php:344
1488
  msgid "See your IPN Notification history"
1489
  msgstr ""
1490
 
1491
- #: src/admin-views/tribe-options-tickets.php:334
1492
  msgid "Enables PayPal Sandbox mode for testing."
1493
  msgstr ""
1494
 
1495
- #: src/admin-views/tribe-options-tickets.php:333
1496
  msgid "PayPal Sandbox"
1497
  msgstr ""
1498
 
1499
- #: src/admin-views/tribe-options-tickets.php:325
1500
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1501
  msgstr ""
1502
 
1503
- #: src/admin-views/tribe-options-tickets.php:324
1504
  msgid "Confirmation email subject"
1505
  msgstr ""
1506
 
1507
- #: src/admin-views/tribe-options-tickets.php:316
1508
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1509
  msgstr ""
1510
 
1511
- #: src/admin-views/tribe-options-tickets.php:315
1512
  msgid "Confirmation email sender name"
1513
  msgstr ""
1514
 
1515
- #: src/admin-views/tribe-options-tickets.php:308
1516
  msgid "Email address PayPal tickets customers will receive confirmation from."
1517
  msgstr ""
1518
 
1519
- #: src/admin-views/tribe-options-tickets.php:307
1520
  msgid "Confirmation email sender address"
1521
  msgstr ""
1522
 
1523
- #: src/admin-views/tribe-options-tickets.php:293
1524
  msgid "Success page"
1525
  msgstr ""
1526
 
1527
- #: src/admin-views/tribe-options-tickets.php:287
1528
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1529
  msgstr ""
1530
 
1531
- #: src/admin-views/tribe-options-tickets.php:286
1532
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1533
  msgstr ""
1534
 
1535
- #: src/admin-views/tribe-options-tickets.php:282
1536
  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."
1537
  msgstr ""
1538
 
1539
- #: src/admin-views/tribe-options-tickets.php:281
1540
  msgid "Stock Handling"
1541
  msgstr ""
1542
 
1543
- #: src/admin-views/tribe-options-tickets.php:274
1544
  msgid "The currency that will be used for Tribe Commerce transactions."
1545
  msgstr ""
1546
 
1547
- #: src/admin-views/tribe-options-tickets.php:273
1548
  msgid "Currency Code"
1549
  msgstr ""
1550
 
1551
- #: src/admin-views/tribe-options-tickets.php:261
1552
  msgid "PayPal configuration status:"
1553
  msgstr ""
1554
 
1555
- #: src/admin-views/tribe-options-tickets.php:238
1556
- #: src/admin-views/tribe-options-tickets.php:250
1557
  msgid "No"
1558
  msgstr ""
1559
 
1560
- #: src/admin-views/tribe-options-tickets.php:235
1561
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1562
  msgstr ""
1563
 
1564
- #: src/admin-views/tribe-options-tickets.php:227
1565
  msgid "PayPal email to receive payments:"
1566
  msgstr ""
1567
 
1568
- #: src/admin-views/tribe-options-tickets.php:221
1569
  msgid "Configure PayPal:"
1570
  msgstr ""
1571
 
1572
- #: src/admin-views/tribe-options-tickets.php:213
1573
  msgid "Your site address is: %s"
1574
  msgstr ""
1575
 
1576
- #: src/admin-views/tribe-options-tickets.php:211
1577
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1578
  msgstr ""
1579
 
1580
- #: src/admin-views/tribe-options-tickets.php:205
1581
  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"
1582
  msgstr ""
1583
 
1584
- #: src/admin-views/tribe-options-tickets.php:203
1585
  msgid "these instructions"
1586
  msgstr ""
1587
 
1588
- #: src/admin-views/tribe-options-tickets.php:176
1589
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1590
  msgstr ""
1591
 
1592
- #: src/admin-views/tribe-options-tickets.php:175
1593
  msgid "Enable Tribe Commerce "
1594
  msgstr "Activar Tribe Commerce "
1595
 
1596
- #: src/admin-views/tribe-options-tickets.php:140
1597
  msgid "Tribe Commerce"
1598
  msgstr "Tribe Commerce"
1599
 
1600
- #: src/admin-views/tribe-options-tickets.php:44
1601
  msgid "Require users to log in before they purchase tickets"
1602
  msgstr "Requiere acceso de usuarios antes de que ellos compren tickets"
1603
 
1604
- #: src/admin-views/tpp-orders.php:114
1605
- msgid "Total Sales: %s %s"
1606
- msgstr "Ventas totales: %s %s"
1607
-
1608
- #: src/admin-views/tpp-orders.php:93
1609
  msgid "SKU: (%s)"
1610
  msgstr "SKU: (%s)"
1611
 
1612
- #: src/admin-views/tpp-orders.php:26
1613
  msgctxt "post type details"
1614
  msgid "%s Details"
1615
  msgstr "%s Detalles"
1616
 
1617
- #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:42442
1618
  msgid "A unique identifying code for each ticket type you're selling"
1619
  msgstr "Un código de identificación único para cada tipo de ticket que estás vendiendo"
1620
 
@@ -1658,8 +1977,8 @@ msgstr ""
1658
  msgid "Ticket Price must be greater than zero."
1659
  msgstr ""
1660
 
1661
- #: src/views/registration/summary/tickets-header.php:14
1662
  #: src/admin-views/editor/column-head-price.php:1
 
1663
  msgid "Price"
1664
  msgstr "Precio"
1665
 
@@ -1671,22 +1990,6 @@ msgstr "Ver pedidos"
1671
  msgid "The attendee ID is missing from the request parameters."
1672
  msgstr ""
1673
 
1674
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:157
1675
- msgid "denied"
1676
- msgstr "denegado"
1677
-
1678
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:156
1679
- msgid "refunded"
1680
- msgstr "reembolsado"
1681
-
1682
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:154
1683
- msgid "completed"
1684
- msgstr "completado"
1685
-
1686
- #: src/Tribe/Commerce/PayPal/Tickets_View.php:153
1687
- msgid "undefined"
1688
- msgstr "indefinido"
1689
-
1690
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1691
  msgid "unavailable"
1692
  msgstr "no disponible"
@@ -1695,61 +1998,6 @@ msgstr "no disponible"
1695
  msgid "This ticket is no longer active."
1696
  msgstr "Este ticket ya no esta activo"
1697
 
1698
- #: src/Tribe/Commerce/PayPal/Stati.php:131
1699
- msgid "Denied <spa
11
  "Language: es\n"
12
  "Project-Id-Version: Plugins - Event Tickets - Stable (latest release)\n"
13
 
14
+ #: src/resources/js/app/blocks.js:46870
15
+ #: src/modules/blocks/attendees/template.js:122
16
+ msgid "Display Subtitle"
17
+ msgstr ""
18
+
19
+ #: src/resources/js/app/blocks.js:46865
20
+ #: src/modules/blocks/attendees/template.js:117
21
+ msgid "Display Title"
22
+ msgstr ""
23
+
24
+ #: src/resources/js/app/blocks.js:46863
25
+ #: src/modules/blocks/attendees/template.js:115
26
+ msgid "Attendees Settings"
27
+ msgstr ""
28
+
29
+ #: src/resources/js/app/blocks.js:44538
30
+ #: src/modules/blocks/ticket/container-header/title/template.js:48
31
+ msgid "Ticket Type *"
32
+ msgstr ""
33
+
34
+ #: src/resources/js/app/blocks.js:44526
35
+ #: src/modules/blocks/ticket/container-header/title/template.js:32
36
+ msgid "This ticket has Additional Fields configured."
37
+ msgstr ""
38
+
39
+ #: src/resources/js/app/blocks.js:42512 src/resources/js/app/blocks.js:43750
40
+ #: src/modules/blocks/rsvp/header-image/template.js:26
41
+ #: src/modules/blocks/tickets/header-image/template.js:26
42
+ 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."
43
+ msgstr ""
44
+
45
+ #: src/resources/js/app/blocks.js:41477 src/resources/js/app/blocks.js:45502
46
+ #: src/modules/blocks/rsvp/duration/template.js:24
47
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:44
48
+ msgid "There is an error with the selected sales duration. Please fix the issue before saving."
49
+ msgstr ""
50
+
51
+ #: common/src/views/promoter/auth.php:84
52
+ msgid "Terms"
53
+ msgstr ""
54
+
55
+ #: common/src/views/promoter/auth.php:83
56
+ msgid "and"
57
+ msgstr ""
58
+
59
+ #: common/src/views/promoter/auth.php:82
60
+ msgid "Privacy"
61
+ msgstr ""
62
+
63
+ #: common/src/views/promoter/auth.php:81
64
+ msgid "Promoter All rights reserved."
65
+ msgstr ""
66
+
67
+ #: common/src/views/promoter/auth.php:68
68
+ msgid "Authorize Promoter"
69
+ msgstr ""
70
+
71
+ #: common/src/views/promoter/auth.php:60
72
+ msgid "Please authorize to continue onboarding."
73
+ msgstr ""
74
+
75
+ #: common/src/views/promoter/auth.php:58
76
+ msgid "Sorry, unable to authenticate your site. Please contact Promoter support."
77
+ msgstr ""
78
+
79
+ #: common/src/views/promoter/auth.php:52
80
+ msgid "Please log out and log back in as an admin account"
81
+ msgstr ""
82
+
83
+ #: common/src/views/promoter/auth.php:50
84
+ msgid "You do not have access to authenticate this site."
85
+ msgstr ""
86
+
87
+ #: common/src/views/promoter/auth.php:45
88
+ msgid "Please log in to continue"
89
+ msgstr ""
90
+
91
+ #: common/src/views/promoter/auth.php:40
92
+ msgid "You're ready to begin using Promoter! Please close this window."
93
+ msgstr ""
94
+
95
+ #: common/src/views/promoter/auth.php:34
96
+ msgid "Promoter would like to sync with your site"
97
+ msgstr ""
98
+
99
+ #: common/src/admin-views/tribe-options-licenses.php:43
100
+ msgid "Licenses for Multisites"
101
+ msgstr ""
102
+
103
+ #: common/src/admin-views/tribe-options-licenses.php:37
104
+ msgid "Expired license keys and subscriptions"
105
+ msgstr ""
106
+
107
+ #: common/src/admin-views/tribe-options-licenses.php:34
108
+ msgid "Moving your license keys"
109
+ msgstr ""
110
+
111
+ #: common/src/admin-views/tribe-options-licenses.php:31
112
+ msgid "View and manage your license keys"
113
+ msgstr ""
114
+
115
+ #: common/src/admin-views/tribe-options-licenses.php:28
116
+ msgid "Why am I being told my license key is out of installs?"
117
+ msgstr ""
118
+
119
+ #: common/src/admin-views/tribe-options-licenses.php:23
120
+ msgid "Helpful Links:"
121
+ msgstr ""
122
+
123
+ #: common/src/admin-views/tribe-options-licenses.php:10
124
+ 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."
125
+ msgstr ""
126
+
127
+ #: common/src/admin-views/tribe-options-licenses.php:5
128
+ 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."
129
+ msgstr ""
130
+
131
+ #: common/src/Tribe/Plugins_API.php:84
132
+ 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."
133
+ msgstr ""
134
+
135
+ #: common/src/Tribe/Plugins_API.php:80 common/src/Tribe/Promoter/PUE.php:28
136
+ #: common/src/views/promoter/auth.php:29 common/src/views/promoter/auth.php:77
137
+ msgid "Promoter"
138
+ msgstr ""
139
+
140
+ #: src/views/blocks/tickets/content-inactive.php:18
141
+ #: src/resources/js/app/blocks.js:44081
142
+ #: src/modules/blocks/tickets/container/template.js:45
143
+ msgid "Tickets are no longer available"
144
+ msgstr ""
145
+
146
+ #: src/views/blocks/rsvp/content-inactive.php:18
147
+ msgid "RSVPs are not yet available"
148
+ msgstr ""
149
+
150
+ #: src/views/blocks/rsvp/content-inactive.php:18
151
+ msgid "RSVPs are no longer available"
152
+ msgstr ""
153
+
154
+ #: src/views/blocks/rsvp/form/submit-login.php:23
155
+ msgid "Log in to RSVP"
156
+ msgstr ""
157
+
158
+ #: src/views/registration/attendees/success.php:15
159
+ msgid "Attendee information has been saved."
160
+ msgstr ""
161
+
162
+ #: src/views/registration/attendees/error.php:19
163
+ msgid "An error occurred while saving, please try again."
164
+ msgstr ""
165
+
166
+ #: src/admin-views/tpp-orders.php:103
167
+ msgid "Total Tickets Ordered"
168
+ msgstr ""
169
+
170
+ #: src/admin-views/tpp-orders.php:90
171
+ msgid "Total Ticket Sales"
172
+ msgstr ""
173
+
174
+ #: src/admin-views/tpp-orders.php:61
175
+ msgid "Sales by Ticket Type"
176
+ msgstr ""
177
+
178
+ #: src/admin-views/admin-welcome-message.php:78
179
+ msgid "Your ratings keep us focused on making our plugins as useful as possible so we can help other WordPress users just like you."
180
+ msgstr ""
181
+
182
+ #: src/admin-views/admin-welcome-message.php:65
183
+ msgid "Add me to the list"
184
+ msgstr ""
185
+
186
+ #: src/admin-views/admin-welcome-message.php:59
187
+ msgid "Stay in touch with Event Tickets and our entire family of events management tools. We share news, occasional discounts, and hilarious gifs."
188
+ msgstr ""
189
+
190
+ #: src/admin-views/admin-welcome-message.php:58
191
+ msgid "Don't Miss Out"
192
+ msgstr ""
193
+
194
+ #: src/admin-views/admin-welcome-message.php:54
195
+ msgid "Get the latest block editor news"
196
+ msgstr ""
197
+
198
+ #: src/admin-views/admin-welcome-message.php:54
199
+ msgid "Gearing up with Gutenberg?"
200
+ msgstr ""
201
+
202
+ #: src/admin-views/admin-welcome-message.php:53
203
+ msgid "View the latest changelog"
204
+ msgstr ""
205
+
206
+ #: src/admin-views/admin-welcome-message.php:53
207
+ msgid "Frequent maintenance releases keep your ticket sales running smoothly."
208
+ msgstr ""
209
+
210
+ #: src/admin-views/admin-welcome-message.php:52
211
+ msgid "The Latest and Greatest"
212
+ msgstr ""
213
+
214
+ #: src/admin-views/admin-welcome-message.php:44
215
+ msgid "Submit a Help Desk Request"
216
+ msgstr ""
217
+
218
+ #: src/admin-views/admin-welcome-message.php:43
219
+ msgid "Available Translations"
220
+ msgstr ""
221
+
222
+ #: src/admin-views/admin-welcome-message.php:42
223
+ msgid "Search the Knowledgebase"
224
+ msgstr ""
225
+
226
+ #: src/admin-views/admin-welcome-message.php:40
227
+ msgid "We’ve got your back every step of the way."
228
+ msgstr ""
229
+
230
+ #: src/admin-views/admin-welcome-message.php:39
231
+ msgid "Resources and Support"
232
+ msgstr ""
233
+
234
+ #: src/admin-views/admin-welcome-message.php:32
235
+ msgid "Key Features"
236
+ msgstr ""
237
+
238
+ #: src/admin-views/admin-welcome-message.php:30
239
+ msgid "Start strong with these helpful resources."
240
+ msgstr ""
241
+
242
+ #: src/admin-views/admin-welcome-message.php:20
243
+ msgid "to create your very first ticket!"
244
+ msgstr ""
245
+
246
+ #: src/admin-views/admin-welcome-message.php:19
247
+ msgid "section of the admin"
248
+ msgstr ""
249
+
250
+ #: src/admin-views/admin-welcome-message.php:17
251
+ msgid "the"
252
+ msgstr ""
253
+
254
+ #: src/admin-views/admin-welcome-message.php:15
255
+ msgid "Check out the resources below for a comprehensive intro to the plugin, or head to"
256
+ msgstr ""
257
+
258
+ #: src/admin-views/admin-welcome-message.php:9
259
+ msgid "Event Tickets is all about getting tickets into the hands of your attendees as efficiently as possible. No muss, no fuss&mdash;just one seamless transaction on your site."
260
+ msgstr ""
261
+
262
+ #: src/admin-views/tribe-options-tickets.php:111
263
+ 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."
264
+ msgstr ""
265
+
266
+ #: src/admin-views/tribe-options-tickets.php:110
267
+ msgid "Display # tickets left threshold"
268
+ msgstr ""
269
+
270
+ #: src/admin-views/tribe-options-tickets.php:91
271
+ #: src/admin-views/tribe-options-tickets.php:101
272
+ msgid "This setting only impacts events made with the classic editor."
273
+ msgstr ""
274
+
275
+ #: src/Tribe/Assets.php:193
276
+ msgid "There is unsaved attendee information. Are you sure you want to continue?"
277
+ msgstr ""
278
+
279
+ #: src/Tribe/Editor/Attendee_Registration.php:119
280
+ msgid "Back to Editor"
281
+ msgstr ""
282
+
283
+ #: src/Tribe/Editor/Attendee_Registration.php:92
284
+ msgid "Attendee Registration fields saved. Make additional changes or %1$s"
285
+ msgstr ""
286
+
287
+ #: src/Tribe/Editor/Attendee_Registration.php:90
288
+ msgid "return to the content editor"
289
+ msgstr ""
290
+
291
+ #: src/Tribe/Main.php:399
292
+ msgid "Sorry, Event Tickets requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
293
+ msgstr ""
294
+
295
+ #: src/Tribe/Main.php:395
296
+ msgid "Sorry, Event Tickets requires WordPress %s or higher. Please upgrade your WordPress install."
297
+ msgstr ""
298
+
299
+ #: src/Tribe/Status/Abstract_Commerce.php:275
300
+ msgid "Total Ordered counts tickets from orders of any status, including pending and refunded."
301
+ msgstr ""
302
+
303
+ #: src/Tribe/Status/Abstract_Commerce.php:255
304
+ msgid "Total Sales counts tickets from all completed orders."
305
+ msgstr ""
306
+
307
+ #: src/Tribe/Status/Abstract_Commerce.php:235
308
+ msgid "Sold counts tickets from completed orders only."
309
+ msgstr ""
310
+
311
+ #: src/Tribe/Status/Abstract_Commerce.php:210
312
+ msgid "pending order completion"
313
+ msgstr ""
314
+
315
+ #: src/Tribe/Commerce/Currency.php:275
316
+ msgid "Russian Ruble (RUB)"
317
+ msgstr ""
318
+
319
+ #: src/Tribe/Commerce/Currency.php:227
320
+ msgid "Indian Rupee (INR)"
321
+ msgstr ""
322
+
323
+ #: src/functions/php-min-version.php:76
324
+ msgid "Contact your Host or your system administrator and ask to upgrade to the latest version of PHP."
325
+ msgstr ""
326
+
327
+ #: src/functions/php-min-version.php:74
328
+ msgid "To allow better control over dates, advanced security improvements and performance gain."
329
+ msgstr ""
330
+
331
+ #: src/functions/php-min-version.php:64
332
+ msgid "<b>%1$s</b> requires <b>PHP %2$s</b> or higher."
333
+ msgid_plural "<b>%1$s</b> require <b>PHP %2$s</b> or higher."
334
+ msgstr[0] ""
335
+ msgstr[1] ""
336
+
337
+ #: src/functions/php-min-version.php:52
338
+ msgctxt "Plugin A\",\" Plugin B"
339
+ msgid ", "
340
+ msgstr ""
341
+
342
+ #: src/functions/php-min-version.php:51
343
+ msgctxt "Plugin A \"and\" Plugin B"
344
+ msgid " and "
345
+ msgstr ""
346
+
347
+ #. Plugin URI of the plugin
348
+ msgid "http://m.tri.be/1acb"
349
+ msgstr ""
350
+
351
+ #: src/resources/js/app/blocks.js:45715
352
  msgid "Ticket SKU"
353
  msgstr ""
354
 
355
+ #: src/resources/js/app/blocks.js:45363
356
  msgid "Ticket capacity will only be used by attendees buying this ticket type"
357
  msgstr ""
358
 
359
+ #: src/resources/js/app/blocks.js:45275
360
  msgid "Number of tickets available"
361
  msgstr ""
362
 
363
+ #: src/resources/js/app/blocks.js:45275
364
  msgid "(optional) Limit sales of this ticket to:"
365
  msgstr ""
366
 
367
+ #: src/resources/js/app/blocks.js:45252
368
  msgid "Set shared capacity:"
369
  msgstr ""
370
 
371
+ #: src/resources/js/app/blocks.js:42864
372
  msgid "You can also enter keywords to help find the target event by title or description"
373
  msgstr ""
374
 
375
+ #: src/resources/js/app/blocks.js:42830
376
  msgid "No posts found"
377
  msgstr ""
378
 
379
+ #: src/resources/js/app/blocks.js:41904
380
+ msgid "Enable \"Not Going\" responses"
381
  msgstr ""
382
 
383
+ #: src/resources/js/app/blocks.js:41875
384
  msgid "Leave blank if unlimited"
385
  msgstr ""
386
 
387
+ #: src/resources/js/app/blocks.js:41870
388
  msgid "RSVP Capacity"
389
  msgstr ""
390
 
391
+ #: src/resources/js/app/blocks.js:41664 src/resources/js/app/blocks.js:46080
392
  msgid "Advanced Options"
393
  msgstr ""
394
 
395
+ #: common/src/resources/js/app/elements.js:60102
396
+ #: common/src/resources/js/app/elements.js:60204
397
+ #: common/src/modules/elements/time-picker/element.js:57
398
+ #: common/src/modules/elements/time-picker/element.js:148
399
  msgid "All Day"
400
  msgstr ""
401
 
402
+ #: common/src/resources/js/app/elements.js:59581
403
  #: common/src/modules/elements/image-upload/element.js:46
 
404
  msgid "remove"
405
  msgstr ""
406
 
407
+ #: src/resources/js/app/blocks.js:44076
408
+ #: src/modules/blocks/tickets/container/template.js:40
409
  msgid "To create tickets, you'll need to enable an ecommerce solution."
410
  msgstr ""
411
 
412
+ #: src/resources/js/app/blocks.js:44079
413
+ #: src/modules/blocks/tickets/container/template.js:43
414
  msgid "Edit this block to create your first ticket."
415
  msgstr ""
416
 
417
+ #: src/resources/js/app/blocks.js:44075
418
+ #: src/modules/blocks/tickets/container/template.js:39
419
  msgid "There is no ecommerce available"
420
  msgstr ""
421
 
422
+ #: src/resources/js/app/blocks.js:44078
423
+ #: src/modules/blocks/tickets/container/template.js:42
424
  msgid "There are no tickets yet"
425
  msgstr ""
426
 
427
+ #: src/resources/js/app/blocks.js:44448 src/modules/blocks/tickets/index.js:26
428
  msgid "Sell tickets and register attendees."
429
  msgstr ""
430
 
431
+ #: src/resources/js/app/blocks.js:43992
432
  #: src/modules/blocks/tickets/availability/template.js:43
 
433
  msgid "%d total tickets"
434
  msgstr ""
435
 
436
+ #: src/resources/js/app/blocks.js:43991
437
  #: src/modules/blocks/tickets/availability/template.js:42
 
438
  msgid "%d total ticket"
439
  msgstr ""
440
 
441
+ #: src/resources/js/app/blocks.js:43985
442
  #: src/modules/blocks/tickets/availability/template.js:31
 
443
  msgid "%d tickets available"
444
  msgstr ""
445
 
446
+ #: src/resources/js/app/blocks.js:43984
447
  #: src/modules/blocks/tickets/availability/template.js:30
 
448
  msgid "%d ticket available"
449
  msgstr ""
450
 
451
+ #: src/resources/js/app/blocks.js:43432
452
  #: src/modules/blocks/tickets/action-dashboard/template.js:24
 
453
  msgid "Add Tickets"
454
  msgstr ""
455
 
456
+ #: src/resources/js/app/blocks.js:44237
457
  #: src/modules/blocks/tickets/controls/template.js:62
 
458
  msgid "Sell tickets using"
459
  msgstr ""
460
 
461
+ #: src/resources/js/app/blocks.js:44227
462
  #: src/modules/blocks/tickets/controls/template.js:59
 
463
  msgid "Tickets Settings"
464
  msgstr ""
465
 
466
+ #: src/resources/js/app/blocks.js:44187
467
  #: src/modules/blocks/tickets/controls/template.js:25
 
468
  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"
469
  msgstr ""
470
 
471
+ #: src/resources/js/app/blocks.js:44185
472
  #: src/modules/blocks/tickets/controls/template.js:20
 
473
  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. "
474
  msgstr ""
475
 
476
+ #: src/resources/js/app/blocks.js:43650
477
  #: src/modules/blocks/tickets/capacity-table/template.js:49
 
478
  msgid "Total Capacity"
479
  msgstr ""
480
 
481
+ #: src/resources/js/app/blocks.js:43645
482
  #: src/modules/blocks/tickets/capacity-table/template.js:44
 
483
  msgid "Independent capacity"
484
  msgstr ""
485
 
486
+ #: src/resources/js/app/blocks.js:43640
487
  #: src/modules/blocks/tickets/capacity-table/template.js:39
 
488
  msgid "Shared capacity"
489
  msgstr ""
490
 
491
+ #: src/resources/js/app/blocks.js:46966
492
  #: src/modules/blocks/attendees/index.js:22
 
493
  msgid "Show the gravatars of people coming to this event."
494
  msgstr ""
495
 
496
+ #: src/resources/js/app/blocks.js:46767
497
+ #: src/modules/blocks/attendees/template.js:33
498
  msgid "(X) people are attending this event"
499
  msgstr ""
500
 
501
+ #: src/resources/js/app/blocks.js:46766 src/resources/js/app/blocks.js:46978
502
  #: src/modules/blocks/attendees/index.js:37
503
+ #: src/modules/blocks/attendees/template.js:32
504
  msgid "Who's Attending?"
505
  msgstr ""
506
 
507
+ #: src/resources/js/app/blocks.js:46176
508
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:18
 
509
  msgid "Save your ticket to enable attendee registration fields"
510
  msgstr ""
511
 
512
+ #: src/resources/js/app/blocks.js:45977
513
+ #: src/modules/blocks/ticket/container-content/advanced-options/move-delete/template.js:21
514
  msgid "Remove Ticket"
515
  msgstr ""
516
 
517
+ #: src/resources/js/app/blocks.js:45492
518
+ #: src/modules/blocks/ticket/container-content/advanced-options/duration/template.js:31
519
  msgid "Sale Duration"
520
  msgstr ""
521
 
522
+ #: src/resources/js/app/blocks.js:45854
523
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:78
524
  msgid "Ecommerce"
525
  msgstr ""
526
 
527
+ #: src/resources/js/app/blocks.js:45833
528
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:51
529
  msgid "View Sales Report"
530
  msgstr ""
531
 
532
+ #: src/resources/js/app/blocks.js:45824
533
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:38
534
  msgid "Edit Ticket in WooCommerce"
535
  msgstr ""
536
 
537
+ #: src/resources/js/app/blocks.js:45822
538
+ #: src/modules/blocks/ticket/container-content/advanced-options/ecommerce-options/template.js:36
539
  msgid "Edit Ticket in Easy Digital Downloads"
540
  msgstr ""
541
 
542
+ #: src/resources/js/app/blocks.js:44962
543
  #: src/modules/blocks/ticket/container-header/quantity/quantity-bar/element.js:37
 
544
  msgid "cap"
545
  msgstr ""
546
 
547
+ #: src/resources/js/app/blocks.js:45027
548
  #: src/modules/blocks/ticket/container-header/quantity/template.js:40
 
549
  msgid "unlimited"
550
  msgstr ""
551
 
552
+ #: src/resources/js/app/blocks.js:45020
553
  #: src/modules/blocks/ticket/container-header/quantity/template.js:33
 
554
  msgid "%d of %d sold"
555
  msgstr ""
556
 
557
+ #: src/resources/js/app/blocks.js:45020
558
  #: src/modules/blocks/ticket/container-header/quantity/template.js:32
 
559
  msgid "%d sold"
560
  msgstr ""
561
 
562
+ #: src/resources/js/app/blocks.js:44729
563
  #: src/modules/blocks/ticket/container-header/price/template.js:33
 
564
  msgid "0"
565
  msgstr ""
566
 
567
+ #: src/resources/js/app/blocks.js:44633
568
  #: src/modules/blocks/ticket/container-header/description/template.js:30
 
569
  msgid "Description"
570
  msgstr ""
571
 
572
+ #: src/resources/js/app/blocks.js:46700 src/modules/blocks/ticket/index.js:16
573
  msgid "A single configured ticket type."
574
  msgstr ""
575
 
576
+ #: src/resources/js/app/blocks.js:46699 src/modules/blocks/ticket/index.js:15
577
  msgid "Event Ticket"
578
  msgstr ""
579
 
580
+ #: src/resources/js/app/blocks.js:46420
581
  #: src/modules/blocks/ticket/dashboard/template.js:21
 
582
  msgid "Create Ticket"
583
  msgstr ""
584
 
585
+ #: src/resources/js/app/blocks.js:46420
586
  #: src/modules/blocks/ticket/dashboard/template.js:20
 
587
  msgid "Update Ticket"
588
  msgstr ""
589
 
590
+ #: src/resources/js/app/blocks.js:41756 src/resources/js/app/blocks.js:46178
591
  #: src/modules/blocks/rsvp/attendee-registration/template.js:22
592
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:20
 
593
  msgid "+ Add"
594
  msgstr ""
595
 
596
+ #: src/resources/js/app/blocks.js:41752
597
  #: src/modules/blocks/rsvp/attendee-registration/template.js:18
 
598
  msgid "Save your RSVP to enable attendee registration fields"
599
  msgstr ""
600
 
601
+ #: src/resources/js/app/blocks.js:41078
602
+ #: src/modules/blocks/rsvp/container-header/template.js:71
603
  msgid "%d available"
604
  msgstr ""
605
 
606
+ #: src/resources/js/app/blocks.js:41066
607
+ #: src/modules/blocks/rsvp/container-header/template.js:57
608
  msgid "description"
609
  msgstr ""
610
 
611
+ #: src/resources/js/app/blocks.js:43169 src/modules/blocks/rsvp/index.js:23
612
  msgid "Find out who is planning to attend!"
613
  msgstr ""
614
 
615
+ #: src/resources/js/app/blocks.js:42517 src/resources/js/app/blocks.js:43755
616
  #: src/modules/blocks/rsvp/header-image/template.js:33
617
  #: src/modules/blocks/tickets/header-image/template.js:33
 
618
  msgid "Upload Image"
619
  msgstr ""
620
 
621
+ #: src/resources/js/app/blocks.js:42511 src/resources/js/app/blocks.js:43749
622
  #: src/modules/blocks/rsvp/header-image/template.js:25
623
  #: src/modules/blocks/tickets/header-image/template.js:25
 
624
  msgid "Ticket Header Image"
625
  msgstr ""
626
 
627
+ #: src/resources/js/app/blocks.js:41592
628
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/container.js:44
629
  msgid "Are you sure you want to delete this RSVP? It cannot be undone."
630
  msgstr ""
631
 
632
+ #: src/resources/js/app/blocks.js:41533
633
+ #: src/modules/blocks/rsvp/advanced-options/move-delete/template.js:21
634
  msgid "Remove RSVP"
635
  msgstr ""
636
 
637
+ #: src/resources/js/app/blocks.js:42310 src/resources/js/app/blocks.js:43446
638
  #: src/modules/blocks/rsvp/action-dashboard/template.js:44
639
  #: src/modules/blocks/tickets/action-dashboard/template.js:38
 
640
  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."
641
  msgstr ""
642
 
643
+ #: src/resources/js/app/blocks.js:42307 src/resources/js/app/blocks.js:43444
644
  #: src/modules/blocks/rsvp/action-dashboard/template.js:41
645
  #: src/modules/blocks/tickets/action-dashboard/template.js:36
 
646
  msgid "Warning"
647
  msgstr ""
648
 
649
+ #: src/resources/js/app/blocks.js:42291
650
  #: src/modules/blocks/rsvp/action-dashboard/template.js:26
 
651
  msgid "Create RSVP"
652
  msgstr ""
653
 
654
+ #: src/resources/js/app/blocks.js:42291
655
  #: src/modules/blocks/rsvp/action-dashboard/template.js:25
 
656
  msgid "Update RSVP"
657
  msgstr ""
658
 
659
+ #: src/resources/js/app/blocks.js:41221
660
  #: src/modules/blocks/rsvp/duration-label/template.js:32
 
661
  msgid "By default, sales will begin as soon as you save the ticket and end when the event begins"
662
  msgstr ""
663
 
664
+ #: src/resources/js/app/blocks.js:41217
665
  #: src/modules/blocks/rsvp/duration-label/template.js:28
 
666
  msgid "Duration"
667
  msgstr ""
668
 
669
+ #: src/resources/js/app/blocks.js:42742
670
  #: src/modules/blocks/rsvp/inactive-block/template.js:31
 
671
  msgid "Edit this block to create an RSVP form."
672
  msgstr ""
673
 
674
+ #: src/resources/js/app/blocks.js:42742
675
  #: src/modules/blocks/rsvp/inactive-block/template.js:30
 
676
  msgid "Edit this block to change RSVP settings."
677
  msgstr ""
678
 
679
+ #: src/resources/js/app/blocks.js:42740
680
  #: src/modules/blocks/rsvp/inactive-block/template.js:27
 
681
  msgid "There is no RSVP configured"
682
  msgstr ""
683
 
684
+ #: src/resources/js/app/blocks.js:42740
685
  #: src/modules/blocks/rsvp/inactive-block/template.js:26
 
686
  msgid "RSVP is not currently active"
687
  msgstr ""
688
 
689
+ #: src/resources/js/app/elements.js:5510 src/resources/js/app/blocks.js:14448
690
  #: src/modules/elements/settings-dashboard/element.js:56
 
691
  msgid "close"
692
  msgstr ""
693
 
694
+ #: src/resources/js/app/data.js:5500 src/resources/js/app/blocks.js:5517
695
  #: src/modules/data/blocks/ticket/options.js:13
 
696
  msgid "Share capacity with other tickets"
697
  msgstr ""
698
 
699
+ #: src/resources/js/app/data.js:7728 src/resources/js/app/blocks.js:7745
700
+ #: src/modules/data/blocks/ticket/sagas.js:566
701
  msgid "Are you sure you want to delete this ticket? It cannot be undone."
702
  msgstr ""
703
 
 
 
 
 
704
  #: common/src/Tribe/Editor/Configuration.php:96
705
  msgid "F j"
706
  msgstr ""
707
 
708
  #: common/src/Tribe/Editor/Configuration.php:95
709
+ #: common/src/Tribe/Editor/Configuration.php:97
710
  msgid "F j, Y"
711
  msgstr ""
712
 
713
  #: common/src/Tribe/Editor/Configuration.php:94
714
+ #: common/src/Tribe/Editor/Configuration.php:97
715
  msgid "g:i a"
716
  msgstr ""
717
 
737
  msgid "Numeric Array"
738
  msgstr ""
739
 
740
+ #: src/Tribe/Editor.php:209
 
 
 
 
 
 
 
 
741
  msgid "Tickets Blocks"
742
  msgstr ""
743
 
744
+ #: src/Tribe/Attendee_Registration/Template.php:345
745
+ #: src/resources/js/app/blocks.js:41754 src/resources/js/app/blocks.js:46177
746
  #: src/modules/blocks/rsvp/attendee-registration/template.js:20
747
  #: src/modules/blocks/ticket/container-content/attendees-registration/template.js:19
 
748
  msgid "Attendee Registration"
749
  msgstr ""
750
 
751
+ #: src/Tribe/Editor/Attendee_Registration.php:140
752
  msgid "Are you sure you want to leave this page?"
753
  msgstr ""
754
 
 
 
 
 
755
  #: src/Tribe/Editor/REST/V1/Endpoints/Single_Ticket.php:272
756
  msgid "Ticket was not able to be updated"
757
  msgstr ""
761
  msgid "Invalid nonce"
762
  msgstr ""
763
 
764
+ #: src/Tribe/Editor/Blocks/Attendees.php:27
765
  msgid "Who's coming?"
766
  msgstr ""
767
 
768
+ #: src/Tribe/Status/Abstract_Commerce.php:204
769
+ #: src/views/blocks/tickets/extra-available-quantity.php:22
770
  msgid "available"
771
  msgstr ""
772
 
773
+ #: src/views/blocks/tickets/quantity-unavailable.php:23
774
  msgid "Sold Out"
775
  msgstr ""
776
 
777
+ #: src/views/blocks/tickets/submit-button.php:23
778
  msgid "Add to cart"
779
  msgstr ""
780
 
781
+ #: src/views/blocks/tickets/quantity-add.php:24
782
  msgid "+"
783
  msgstr ""
784
 
786
  msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor."
787
  msgstr ""
788
 
789
+ #: src/views/blocks/tickets/registration/summary/title.php:21
790
  msgid "Ticket Registration"
791
  msgstr ""
792
 
793
+ #: src/views/blocks/tickets/registration/summary/ticket-quantity.php:19
794
  msgid "1"
795
  msgstr ""
796
 
797
+ #: src/views/blocks/tickets/quantity-remove.php:23
798
  msgid "-"
799
  msgstr ""
800
 
801
+ #: src/views/blocks/attendees/description.php:25
802
  msgid "One person is attending %2$s"
803
  msgid_plural "%d people are attending %s"
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: src/views/blocks/attendees/order-links.php:55
808
+ #: src/views/blocks/attendees/order-links.php:59
809
  msgid "%d %s"
810
  msgid_plural "%d %ss"
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: src/views/blocks/rsvp/form/opt-out.php:39
815
  msgid "Don't show my information on public attendee lists"
816
  msgstr ""
817
 
818
+ #: src/views/blocks/rsvp/form/error.php:20
819
  msgid "Please fill in the RSVP confirmation name and email fields."
820
  msgstr ""
821
 
822
+ #: src/views/blocks/rsvp/form/submit-button.php:25
823
  msgid "Submit RSVP"
824
  msgstr ""
825
 
826
+ #: src/views/blocks/rsvp/details/availability.php:26
827
  msgid "remaining"
828
  msgstr ""
829
 
830
+ #: src/views/blocks/rsvp/status/not-going.php:45
831
+ #: src/resources/js/app/blocks.js:40975
832
  #: src/modules/blocks/rsvp/counters/template.js:33
 
833
  msgid "Not going"
834
  msgstr ""
835
 
836
+ #: src/views/blocks/rsvp/status/full.php:18
837
  msgid "RSVP Full"
838
  msgstr ""
839
 
840
+ #: src/views/registration/attendees/fields.php:15
841
  msgid "Attendee"
842
  msgstr "Asistente"
843
 
844
+ #: src/views/registration/attendees/error.php:16
845
+ msgid "Please fill in all required fields."
846
  msgstr ""
847
 
848
+ #: src/views/registration/attendees/fields/select.php:39
849
+ #: src/views/blocks/tickets/registration/attendee/fields/select.php:47
850
  msgid "Select an option"
851
  msgstr ""
852
 
853
+ #: src/views/registration/summary/tickets-header.php:16
854
  msgid "Ticket summary"
855
  msgstr ""
856
 
857
+ #: src/views/registration/button-checkout.php:30
858
  msgid "Checkout"
859
  msgstr "Finalizar compra"
860
 
861
+ #: src/views/registration/content.php:44
862
  msgid "Save Attendee Info"
863
  msgstr ""
864
 
865
+ #: src/views/registration/cart-empty.php:26
866
  msgid "Find events to attend on %1$s"
867
  msgstr ""
868
 
869
+ #: src/views/registration/cart-empty.php:23
870
  msgid "the calendar"
871
  msgstr ""
872
 
873
+ #: src/views/registration/cart-empty.php:15
874
  msgid "You currently have no events awaiting registration"
875
  msgstr ""
876
 
877
+ #: src/views/registration/button-cart.php:20
878
  msgid "Back to cart"
879
  msgstr "Volver al carrito"
880
 
881
+ #: src/template-tags/tickets.php:436
882
  msgid "issued"
883
  msgstr ""
884
 
887
  msgid "Overview"
888
  msgstr ""
889
 
890
+ #: src/Tribe/Tickets.php:1861
891
  msgid " at "
892
  msgstr ""
893
 
894
+ #: src/Tribe/Tickets.php:1855
895
  msgid "Tickets will be available on "
896
  msgstr ""
897
 
1468
  msgid "Event Tickets TribeCommerce Order"
1469
  msgstr ""
1470
 
1471
+ #: src/Tribe/Main.php:882
1472
  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."
1473
  msgstr ""
1474
 
1480
  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."
1481
  msgstr ""
1482
 
1483
+ #: common/src/Tribe/Main.php:291
1484
  msgid "Clear"
1485
  msgstr ""
1486
 
1487
+ #: src/admin-views/tribe-options-tickets.php:324
1488
  msgid "You have tickets!"
1489
  msgstr "¡Tienes tickets!"
1490
 
1491
+ #: src/admin-views/tribe-options-tickets.php:293
1492
  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."
1493
  msgstr "Después de realizar un pedido con éxito en PayPal, los usuarios serán redirigidos a esta Página; usa el shortcode %s para mostrar la confirmación del pedido al usuario en el contenido de la página."
1494
 
1636
  msgid "Event Tickets TribeCommerce Attendee Data"
1637
  msgstr ""
1638
 
1639
+ #: src/Tribe/Privacy.php:154 src/resources/js/app/blocks.js:41050
1640
+ #: src/modules/blocks/rsvp/container-header/template.js:35
 
1641
  msgid "RSVP Title"
1642
  msgstr ""
1643
 
1657
  msgid "You don't have tickets for this event"
1658
  msgstr ""
1659
 
1660
+ #: src/admin-views/tribe-options-tickets.php:261
1661
  msgid "For help creating and configuring your account, call PayPal at 1-844-720-4038 (USA)"
1662
  msgstr ""
1663
 
1673
  msgid "Return to Cart"
1674
  msgstr "Volver al carrito"
1675
 
1676
+ #: src/admin-views/tribe-options-tickets.php:158
1677
  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"
1678
  msgstr ""
1679
 
1680
+ #: src/admin-views/tribe-options-tickets.php:154
1681
  msgid "Check it out!"
1682
  msgstr ""
1683
 
1722
  msgid "Tickets"
1723
  msgstr "Entradas"
1724
 
1725
+ #: src/Tribe/Privacy.php:524 src/views/tickets/tpp-success.php:134
1726
  msgid "Order Total"
1727
  msgstr "Total del pedido"
1728
 
1776
  msgstr "Mis entradas para este %s"
1777
 
1778
  #: src/views/login-to-purchase.php:16
1779
+ #: src/views/blocks/tickets/submit-login.php:20
1780
  msgid "Log in to purchase"
1781
  msgstr "Accede para comprar"
1782
 
1795
  msgid "Log in before purchasing"
1796
  msgstr "Accede antes de comprar"
1797
 
1798
+ #: src/admin-views/tribe-options-tickets.php:355
1799
  msgid "Override the default IPN notify URL with this value. This value must be the same set in PayPal IPN Notifications settings area (%s)."
1800
  msgstr ""
1801
 
1802
+ #: src/admin-views/tribe-options-tickets.php:353
1803
  msgid "IPN Notify URL"
1804
  msgstr ""
1805
 
1806
+ #: src/admin-views/tribe-options-tickets.php:344
1807
  msgid "You can see and manage your IPN Notifications history from the IPN Notifications settings area (%s)."
1808
  msgstr ""
1809
 
1810
+ #: src/admin-views/tribe-options-tickets.php:341
1811
  msgid "See your IPN Notification history"
1812
  msgstr ""
1813
 
1814
+ #: src/admin-views/tribe-options-tickets.php:331
1815
  msgid "Enables PayPal Sandbox mode for testing."
1816
  msgstr ""
1817
 
1818
+ #: src/admin-views/tribe-options-tickets.php:330
1819
  msgid "PayPal Sandbox"
1820
  msgstr ""
1821
 
1822
+ #: src/admin-views/tribe-options-tickets.php:322
1823
  msgid "Subject of the confirmation email sent to customers when confirming a ticket purchase."
1824
  msgstr ""
1825
 
1826
+ #: src/admin-views/tribe-options-tickets.php:321
1827
  msgid "Confirmation email subject"
1828
  msgstr ""
1829
 
1830
+ #: src/admin-views/tribe-options-tickets.php:313
1831
  msgid "Sender name of the confirmation email sent to customers when confirming a ticket purchase."
1832
  msgstr ""
1833
 
1834
+ #: src/admin-views/tribe-options-tickets.php:312
1835
  msgid "Confirmation email sender name"
1836
  msgstr ""
1837
 
1838
+ #: src/admin-views/tribe-options-tickets.php:305
1839
  msgid "Email address PayPal tickets customers will receive confirmation from."
1840
  msgstr ""
1841
 
1842
+ #: src/admin-views/tribe-options-tickets.php:304
1843
  msgid "Confirmation email sender address"
1844
  msgstr ""
1845
 
1846
+ #: src/admin-views/tribe-options-tickets.php:290
1847
  msgid "Success page"
1848
  msgstr ""
1849
 
1850
+ #: src/admin-views/tribe-options-tickets.php:284
1851
  msgid "Only decrease available ticket stock if an order is confirmed as Completed by PayPal."
1852
  msgstr ""
1853
 
1854
+ #: src/admin-views/tribe-options-tickets.php:283
1855
  msgid "Decrease available ticket stock as soon as a Pending order is created."
1856
  msgstr ""
1857
 
1858
+ #: src/admin-views/tribe-options-tickets.php:279
1859
  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."
1860
  msgstr ""
1861
 
1862
+ #: src/admin-views/tribe-options-tickets.php:278
1863
  msgid "Stock Handling"
1864
  msgstr ""
1865
 
1866
+ #: src/admin-views/tribe-options-tickets.php:271
1867
  msgid "The currency that will be used for Tribe Commerce transactions."
1868
  msgstr ""
1869
 
1870
+ #: src/admin-views/tribe-options-tickets.php:270
1871
  msgid "Currency Code"
1872
  msgstr ""
1873
 
1874
+ #: src/admin-views/tribe-options-tickets.php:258
1875
  msgid "PayPal configuration status:"
1876
  msgstr ""
1877
 
1878
+ #: src/admin-views/tribe-options-tickets.php:235
1879
+ #: src/admin-views/tribe-options-tickets.php:247
1880
  msgid "No"
1881
  msgstr ""
1882
 
1883
+ #: src/admin-views/tribe-options-tickets.php:232
1884
  msgid "Have you enabled instant payment notifications (IPN) in your PayPal account's Selling Tools?"
1885
  msgstr ""
1886
 
1887
+ #: src/admin-views/tribe-options-tickets.php:224
1888
  msgid "PayPal email to receive payments:"
1889
  msgstr ""
1890
 
1891
+ #: src/admin-views/tribe-options-tickets.php:218
1892
  msgid "Configure PayPal:"
1893
  msgstr ""
1894
 
1895
+ #: src/admin-views/tribe-options-tickets.php:210
1896
  msgid "Your site address is: %s"
1897
  msgstr ""
1898
 
1899
+ #: src/admin-views/tribe-options-tickets.php:208
1900
  msgid "Have you entered this site's address in the Notification URL field in IPN Settings?"
1901
  msgstr ""
1902
 
1903
+ #: src/admin-views/tribe-options-tickets.php:202
1904
  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"
1905
  msgstr ""
1906
 
1907
+ #: src/admin-views/tribe-options-tickets.php:200
1908
  msgid "these instructions"
1909
  msgstr ""
1910
 
1911
+ #: src/admin-views/tribe-options-tickets.php:173
1912
  msgid "Check this box if you wish to turn on Tribe Commerce functionality"
1913
  msgstr ""
1914
 
1915
+ #: src/admin-views/tribe-options-tickets.php:172
1916
  msgid "Enable Tribe Commerce "
1917
  msgstr "Activar Tribe Commerce "
1918
 
1919
+ #: src/admin-views/tribe-options-tickets.php:142
1920
  msgid "Tribe Commerce"
1921
  msgstr "Tribe Commerce"
1922
 
1923
+ #: src/admin-views/tribe-options-tickets.php:52
1924
  msgid "Require users to log in before they purchase tickets"
1925
  msgstr "Requiere acceso de usuarios antes de que ellos compren tickets"
1926
 
1927
+ #: src/Tribe/Status/Abstract_Commerce.php:176
 
 
 
 
1928
  msgid "SKU: (%s)"
1929
  msgstr "SKU: (%s)"
1930
 
1931
+ #: src/admin-views/tpp-orders.php:23
1932
  msgctxt "post type details"
1933
  msgid "%s Details"
1934
  msgstr "%s Detalles"
1935
 
1936
+ #: src/admin-views/tpp-metabox-sku.php:30 src/resources/js/app/blocks.js:45716
1937
  msgid "A unique identifying code for each ticket type you're selling"
1938
  msgstr "Un código de identificación único para cada tipo de ticket que estás vendiendo"
1939
 
1977
  msgid "Ticket Price must be greater than zero."
1978
  msgstr ""
1979
 
 
1980
  #: src/admin-views/editor/column-head-price.php:1
1981
+ #: src/views/registration/summary/tickets-header.php:19
1982
  msgid "Price"
1983
  msgstr "Precio"
1984
 
1990
  msgid "The attendee ID is missing from the request parameters."
1991
  msgstr ""
1992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1993
  #: src/Tribe/Commerce/PayPal/Tickets_View.php:149
1994
  msgid "unavailable"
1995
  msgstr "no disponible"
1998
  msgid "This ticket is no longer active."
1999
  msgstr "Este ticket ya no esta activo"
2000