The Events Calendar - Version 4.4.5

Version Description

= [4.3] =

Please see the changelog for the complete list of changes in this release. Remember to always make a backup of your database and files before updating!

Download this release

Release Info

Developer barry.hughes
Plugin Icon The Events Calendar
Version 4.4.5
Comparing to
See all releases

Code changes from version 4.4.4 to 4.4.5

Files changed (48) hide show
  1. common/src/Tribe/Admin/Help_Page.php +12 -12
  2. common/src/Tribe/Credits.php +2 -2
  3. common/src/Tribe/Main.php +1 -1
  4. common/src/Tribe/PUE/Checker.php +3 -3
  5. common/src/Tribe/Utils/Coordinates_Provider.php +4 -4
  6. common/src/admin-views/tribe-options-general.php +1 -1
  7. common/tribe-common.php +1 -1
  8. lang/the-events-calendar-af.po +177 -171
  9. lang/the-events-calendar-bg_BG.mo +0 -0
  10. lang/the-events-calendar-bg_BG.po +177 -171
  11. lang/the-events-calendar-ca.mo +0 -0
  12. lang/the-events-calendar-ca.po +177 -171
  13. lang/the-events-calendar-cs_CZ.mo +0 -0
  14. lang/the-events-calendar-cs_CZ.po +177 -171
  15. lang/the-events-calendar-cy.mo +0 -0
  16. lang/the-events-calendar-cy.po +177 -171
  17. lang/the-events-calendar-da_DK.mo +0 -0
  18. lang/the-events-calendar-da_DK.po +177 -171
  19. lang/the-events-calendar-de_DE.mo +0 -0
  20. lang/the-events-calendar-de_DE.po +179 -173
  21. lang/the-events-calendar-el.mo +0 -0
  22. lang/the-events-calendar-el.po +177 -171
  23. lang/the-events-calendar-en_CA.mo +0 -0
  24. lang/the-events-calendar-en_CA.po +1301 -1295
  25. lang/the-events-calendar-en_GB.po +177 -171
  26. lang/the-events-calendar-es_ES.mo +0 -0
  27. lang/the-events-calendar-es_ES.po +240 -234
  28. lang/the-events-calendar-et.mo +0 -0
  29. lang/the-events-calendar-et.po +182 -176
  30. lang/the-events-calendar-eu.mo +0 -0
  31. lang/the-events-calendar-eu.po +177 -171
  32. lang/the-events-calendar-fi.mo +0 -0
  33. lang/the-events-calendar-fi.po +177 -171
  34. lang/the-events-calendar-fr_CA.po +177 -171
  35. lang/the-events-calendar-fr_FR.mo +0 -0
  36. lang/the-events-calendar-fr_FR.po +177 -171
  37. lang/the-events-calendar-he_IL.mo +0 -0
  38. lang/the-events-calendar-he_IL.po +177 -171
  39. lang/the-events-calendar-hu_HU.mo +0 -0
  40. lang/the-events-calendar-hu_HU.po +177 -171
  41. lang/the-events-calendar-id_ID.po +177 -171
  42. lang/the-events-calendar-is_IS.mo +0 -0
  43. lang/the-events-calendar-is_IS.po +177 -171
  44. lang/the-events-calendar-it_IT.mo +0 -0
  45. lang/the-events-calendar-it_IT.po +215 -209
  46. lang/the-events-calendar-ja.mo +0 -0
  47. lang/the-events-calendar-ja.po +177 -171
  48. lang/the-events-calendar-lt_LT.po +150 -148
common/src/Tribe/Admin/Help_Page.php CHANGED
@@ -46,9 +46,9 @@ class Tribe__Admin__Help_Page {
46
  $plugins['the-events-calendar'] = array(
47
  'name' => 'the-events-calendar',
48
  'title' => esc_html__( 'The Events Calendar', 'tribe-common' ),
49
- 'repo' => 'http://wordpress.org/extend/plugins/the-events-calendar/',
50
  'forum' => 'https://wordpress.org/support/plugin/the-events-calendar/',
51
- 'stars_url' => 'http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5',
52
  'description' => esc_html__( 'The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events.', 'tribe-common' ),
53
  'is_active' => false,
54
  'version' => null,
@@ -62,9 +62,9 @@ class Tribe__Admin__Help_Page {
62
  $plugins['event-tickets'] = array(
63
  'name' => 'event-tickets',
64
  'title' => esc_html__( 'Event Tickets', 'tribe-common' ),
65
- 'repo' => 'http://wordpress.org/extend/plugins/event-tickets/',
66
  'forum' => 'https://wordpress.org/support/plugin/event-tickets',
67
- 'stars_url' => 'http://wordpress.org/support/view/plugin-reviews/event-tickets?filter=5',
68
  'description' => esc_html__( 'Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events.', 'tribe-common' ),
69
  'is_active' => false,
70
  'version' => null,
@@ -78,9 +78,9 @@ class Tribe__Admin__Help_Page {
78
  $plugins['advanced-post-manager'] = array(
79
  'name' => 'advanced-post-manager',
80
  'title' => esc_html__( 'Advanced Post Manager', 'tribe-common' ),
81
- 'repo' => 'http://wordpress.org/extend/plugins/advanced-post-manager/',
82
  'forum' => 'https://wordpress.org/support/plugin/advanced-post-manager/',
83
- 'stars_url' => 'http://wordpress.org/support/view/plugin-reviews/advanced-post-manager?filter=5',
84
  'description' => esc_html__( 'Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes.', 'tribe-common' ),
85
  'is_active' => false,
86
  'version' => null,
@@ -203,17 +203,17 @@ class Tribe__Admin__Help_Page {
203
  'is_active' => class_exists( 'Tribe__Events__Community__Main' ),
204
  );
205
 
206
- $addons['facebook-events'] = array(
207
- 'id' => 'facebook-events',
208
- 'title' => esc_html__( 'Facebook Events', 'tribe-common' ),
209
- 'link' => 'http://m.tri.be/du',
210
  'plugin' => array( 'the-events-calendar' ),
211
- 'is_active' => class_exists( 'Tribe__Events__Facebook__Importer' ),
212
  );
213
 
214
  $addons['events-filter-bar'] = array(
215
  'id' => 'events-filter-bar',
216
- 'title' => esc_html__( 'Events Filter Bar', 'tribe-common' ),
217
  'link' => 'http://m.tri.be/hu',
218
  'plugin' => array( 'the-events-calendar' ),
219
  'is_active' => class_exists( 'Tribe__Events__Filterbar__View' ),
46
  $plugins['the-events-calendar'] = array(
47
  'name' => 'the-events-calendar',
48
  'title' => esc_html__( 'The Events Calendar', 'tribe-common' ),
49
+ 'repo' => 'https://wordpress.org/plugins/the-events-calendar/',
50
  'forum' => 'https://wordpress.org/support/plugin/the-events-calendar/',
51
+ 'stars_url' => 'https://wordpress.org/support/plugin/the-events-calendar/reviews/?filter=5',
52
  'description' => esc_html__( 'The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events.', 'tribe-common' ),
53
  'is_active' => false,
54
  'version' => null,
62
  $plugins['event-tickets'] = array(
63
  'name' => 'event-tickets',
64
  'title' => esc_html__( 'Event Tickets', 'tribe-common' ),
65
+ 'repo' => 'https://wordpress.org/plugins/event-tickets/',
66
  'forum' => 'https://wordpress.org/support/plugin/event-tickets',
67
+ 'stars_url' => 'https://wordpress.org/support/plugin/event-tickets/reviews/?filter=5',
68
  'description' => esc_html__( 'Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events.', 'tribe-common' ),
69
  'is_active' => false,
70
  'version' => null,
78
  $plugins['advanced-post-manager'] = array(
79
  'name' => 'advanced-post-manager',
80
  'title' => esc_html__( 'Advanced Post Manager', 'tribe-common' ),
81
+ 'repo' => 'https://wordpress.org/plugins/advanced-post-manager/',
82
  'forum' => 'https://wordpress.org/support/plugin/advanced-post-manager/',
83
+ 'stars_url' => 'https://wordpress.org/support/plugin/advanced-post-manager/reviews/?filter=5',
84
  'description' => esc_html__( 'Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes.', 'tribe-common' ),
85
  'is_active' => false,
86
  'version' => null,
203
  'is_active' => class_exists( 'Tribe__Events__Community__Main' ),
204
  );
205
 
206
+ $addons['event-aggregator'] = array(
207
+ 'id' => 'event-aggregator',
208
+ 'title' => esc_html__( 'Event Aggregator', 'tribe-common' ),
209
+ 'link' => 'http://m.tri.be/19mk',
210
  'plugin' => array( 'the-events-calendar' ),
211
+ 'is_active' => class_exists( 'Tribe__Events__Aggregator' ) && tribe( 'events-aggregator.main' )->is_service_active(),
212
  );
213
 
214
  $addons['events-filter-bar'] = array(
215
  'id' => 'events-filter-bar',
216
+ 'title' => esc_html__( 'Filter Bar', 'tribe-common' ),
217
  'link' => 'http://m.tri.be/hu',
218
  'plugin' => array( 'the-events-calendar' ),
219
  'is_active' => class_exists( 'Tribe__Events__Filterbar__View' ),
common/src/Tribe/Credits.php CHANGED
@@ -49,7 +49,7 @@ class Tribe__Credits {
49
  if ( $admin_helpers->is_screen() || $admin_helpers->is_post_type_screen() ) {
50
 
51
  if ( class_exists( 'Tribe__Events__Main' ) ) {
52
- $review_url = 'https://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5';
53
 
54
  $footer_text = sprintf(
55
  esc_html__( 'Rate %1$sThe Events Calendar%2$s %3$s', 'tribe-common' ),
@@ -58,7 +58,7 @@ class Tribe__Credits {
58
  '<a href="' . $review_url . '" target="_blank">&#9733;&#9733;&#9733;&#9733;&#9733;</a>'
59
  );
60
  } else {
61
- $review_url = 'https://wordpress.org/support/view/plugin-reviews/event-tickets?filter=5';
62
 
63
  $footer_text = sprintf(
64
  esc_html__( 'Rate %1$sEvent Tickets%2$s %3$s', 'tribe-common' ),
49
  if ( $admin_helpers->is_screen() || $admin_helpers->is_post_type_screen() ) {
50
 
51
  if ( class_exists( 'Tribe__Events__Main' ) ) {
52
+ $review_url = 'https://wordpress.org/support/plugin/the-events-calendar/reviews/?filter=5';
53
 
54
  $footer_text = sprintf(
55
  esc_html__( 'Rate %1$sThe Events Calendar%2$s %3$s', 'tribe-common' ),
58
  '<a href="' . $review_url . '" target="_blank">&#9733;&#9733;&#9733;&#9733;&#9733;</a>'
59
  );
60
  } else {
61
+ $review_url = 'https://wordpress.org/support/plugin/event-tickets/reviews/?filter=5';
62
 
63
  $footer_text = sprintf(
64
  esc_html__( 'Rate %1$sEvent Tickets%2$s %3$s', 'tribe-common' ),
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.4.4';
21
  const FEED_URL = 'https://theeventscalendar.com/feed/';
22
 
23
  protected $plugin_context;
17
  const OPTIONNAME = 'tribe_events_calendar_options';
18
  const OPTIONNAMENETWORK = 'tribe_events_calendar_network_options';
19
 
20
+ const VERSION = '4.4.5dev1';
21
  const FEED_URL = 'https://theeventscalendar.com/feed/';
22
 
23
  protected $plugin_context;
common/src/Tribe/PUE/Checker.php CHANGED
@@ -420,7 +420,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
420
  if ( 'event-aggregator' === $this->get_slug() ) {
421
  $no_license_tooltip = sprintf(
422
  esc_html__( '%1$sBuy a license%2$s for the Event Aggregator service to access additional import features.', 'tribe-common' ),
423
- '<a href="http://m.tri.be/196y" target="_blank">',
424
  '</a>'
425
  );
426
  }
@@ -583,7 +583,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
583
  $response['status'] = 0;
584
 
585
  if ( ! $key ) {
586
- $response['message'] = sprintf( esc_html__( 'Hmmm... something\'s wrong with this validator. Please contact %ssupport%s.', 'tribe-common' ), '<a href="http://m.tri.be/1u">', '</a>' );
587
  return $response;
588
  }
589
 
@@ -675,7 +675,7 @@ if ( ! class_exists( 'Tribe__PUE__Checker' ) ) {
675
  }
676
 
677
  public function get_license_expired_message() {
678
- return '<a href="http://m.tri.be/195y" target="_blank" class="button button-primary">' .
679
  __( 'Renew Your License Now', 'tribe-common' ) .
680
  '<span class="screen-reader-text">' .
681
  __( ' (opens in a new window)', 'tribe-common' ) .
420
  if ( 'event-aggregator' === $this->get_slug() ) {
421
  $no_license_tooltip = sprintf(
422
  esc_html__( '%1$sBuy a license%2$s for the Event Aggregator service to access additional import features.', 'tribe-common' ),
423
+ '<a href="https://m.tri.be/196y" target="_blank">',
424
  '</a>'
425
  );
426
  }
583
  $response['status'] = 0;
584
 
585
  if ( ! $key ) {
586
+ $response['message'] = sprintf( esc_html__( 'Hmmm... something\'s wrong with this validator. Please contact %ssupport%s.', 'tribe-common' ), '<a href="https://m.tri.be/1u">', '</a>' );
587
  return $response;
588
  }
589
 
675
  }
676
 
677
  public function get_license_expired_message() {
678
+ return '<a href="https://m.tri.be/195y" target="_blank" class="button button-primary">' .
679
  __( 'Renew Your License Now', 'tribe-common' ) .
680
  '<span class="screen-reader-text">' .
681
  __( ' (opens in a new window)', 'tribe-common' ) .
common/src/Tribe/Utils/Coordinates_Provider.php CHANGED
@@ -11,7 +11,7 @@ class Tribe__Utils__Coordinates_Provider {
11
  /**
12
  * @var string
13
  */
14
- public static $google_api_base = 'http://maps.googleapis.com/maps/api/geocode/';
15
 
16
  /**
17
  * @var string
@@ -54,10 +54,10 @@ class Tribe__Utils__Coordinates_Provider {
54
  /**
55
  * Tribe__Utils__Coordinates_Provider constructor.
56
  *
57
- * @param WP_Http|null $http
58
  */
59
- public function __construct( WP_Http $http = null ) {
60
- $this->http = ! empty( $http ) ? $http : _wp_http_get_object();
61
  }
62
 
63
  /**
11
  /**
12
  * @var string
13
  */
14
+ public static $google_api_base = 'https://maps.googleapis.com/maps/api/geocode/';
15
 
16
  /**
17
  * @var string
54
  /**
55
  * Tribe__Utils__Coordinates_Provider constructor.
56
  *
57
+ * @param WP_Http|null $https
58
  */
59
+ public function __construct( WP_Http $https = null ) {
60
+ $this->http = ! empty( $https ) ? $https : _wp_http_get_object();
61
  }
62
 
63
  /**
common/src/admin-views/tribe-options-general.php CHANGED
@@ -61,7 +61,7 @@ if ( is_super_admin() ) {
61
  );
62
  $generalTabFields['debugEventsHelper'] = array(
63
  'type' => 'html',
64
- 'html' => '<p class="tribe-field-indent tribe-field-description description" style="max-width:400px;">' . sprintf( esc_html__( 'Enable this option to log debug information. By default this will log to your server PHP error log. If you\'d like to see the log messages in your browser, then we recommend that you install the %s and look for the "Tribe" tab in the debug output.', 'tribe-common' ), '<a href="http://wordpress.org/extend/plugins/debug-bar/" target="_blank">' . esc_html__( 'Debug Bar Plugin', 'tribe-common' ) . '</a>' ) . '</p>',
65
  'conditional' => ( '' != get_option( 'permalink_structure' ) ),
66
  );
67
  }
61
  );
62
  $generalTabFields['debugEventsHelper'] = array(
63
  'type' => 'html',
64
+ 'html' => '<p class="tribe-field-indent tribe-field-description description" style="max-width:400px;">' . sprintf( esc_html__( 'Enable this option to log debug information. By default this will log to your server PHP error log. If you\'d like to see the log messages in your browser, then we recommend that you install the %s and look for the "Tribe" tab in the debug output.', 'tribe-common' ), '<a href="https://wordpress.org/extend/plugins/debug-bar/" target="_blank">' . esc_html__( 'Debug Bar Plugin', 'tribe-common' ) . '</a>' ) . '</p>',
65
  'conditional' => ( '' != get_option( 'permalink_structure' ) ),
66
  );
67
  }
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.4.4
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.4.5dev1
5
  Author: Modern Tribe, Inc.
6
  Author URI: http://m.tri.be/1x
7
  Text Domain: tribe-common
lang/the-events-calendar-af.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr "(Besigitg volle %1$se Beskrywing hier: %2$s)"
3572
 
@@ -3808,137 +3811,137 @@ msgstr "Daar was geen resultate gevind vir die %s in die maand nie. Probeer om d
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr "Geen %1$s geskeduleer vir %2$s. Probeer 'n ander dag."
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr "Gebeurtenis kaartjies"
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Meer..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr ""
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7088,11 +7091,11 @@ msgstr "Sekuriteitskode"
7088
  msgid "Ticket #"
7089
  msgstr "Kaartjie #"
7090
 
7091
- #: src/Tribe/Templates.php:663
7092
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7093
  msgstr "Bloudruk oorheersers moet geskuif word na die korrekte subgids: tribe_get_template_part('%s')"
7094
 
7095
- #: src/Tribe/Templates.php:619
7096
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7097
  msgstr "Bloudruk Oorheersers moet geskuif word na die korrekte subgids:% s"
7098
 
@@ -7211,40 +7214,39 @@ msgstr "%se Verstellings"
7211
  msgid "Events Settings"
7212
  msgstr "Gebeurtenis Verstellings"
7213
 
7214
- #: common/src/Tribe/PUE/Checker.php:583
7215
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7216
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7217
  msgstr ""
7218
 
7219
- #: common/src/Tribe/PUE/Checker.php:642
7220
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7221
  msgid "Valid Key! Expires on %s"
7222
  msgstr "Geldig sleutel! Verval op %s"
7223
 
7224
- #: common/src/Tribe/PUE/Checker.php:624
7225
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7226
  msgid "Sorry, key validation server is not available."
7227
  msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
7228
 
7229
- #: common/src/Tribe/PUE/Checker.php:618
7230
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7231
  msgid "unknown date"
7232
  msgstr "Onbekende datum"
7233
 
7234
- #: common/src/Tribe/PUE/Checker.php:566
7235
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7236
  msgid "License key(s) updated."
7237
  msgstr "Lisensiesleutel(s) opgedateer"
7238
 
7239
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7240
- #: common/src/Tribe/PUE/Checker.php:469
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgraderings"
7246
 
7247
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7255,49 +7257,49 @@ msgstr "Lisensiesleutel"
7255
  msgid "Error"
7256
  msgstr "Probleem"
7257
 
7258
- #: src/Tribe/Main.php:4220
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Eenkeer elke 30 Minute"
7261
 
7262
- #: src/Tribe/Main.php:4147
7263
  msgid "Day Of"
7264
  msgstr "Dag van"
7265
 
7266
- #: src/Tribe/Main.php:4145
7267
  msgid "%s From"
7268
  msgstr "%s Vanaf"
7269
 
7270
- #: src/Tribe/Main.php:4143
7271
  msgid "%s In"
7272
  msgstr "%s In"
7273
 
7274
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Datum"
7278
 
7279
- #: src/Tribe/Main.php:4115
7280
  msgid "Search"
7281
  msgstr "Soek"
7282
 
7283
- #: src/Tribe/Main.php:4090
7284
  msgid "Day"
7285
  msgstr "Dag"
7286
 
7287
- #: src/Tribe/Main.php:4073
7288
  msgid "Month"
7289
  msgstr "Maand"
7290
 
7291
- #: src/Tribe/Main.php:4055
7292
  msgid "List"
7293
  msgstr "Lys"
7294
 
7295
- #: src/Tribe/Main.php:4039
7296
  msgid "Calendar"
7297
  msgstr "Kalender"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Verstellings"
@@ -7311,7 +7313,7 @@ msgstr "CSV"
7311
  msgid "Add %s"
7312
  msgstr "Voeg %s by"
7313
 
7314
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7315
  msgid "View Calendar"
7316
  msgstr "Vertoon Kalender"
7317
 
@@ -7319,53 +7321,53 @@ msgstr "Vertoon Kalender"
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
- #: src/Tribe/Main.php:3936
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Op soek na bykomende funksionaliteit, insluitend herhalende gebeure, kaartjieverkope, gemeenskaplike gebeure, nuwe aansigte en meer?"
7325
 
7326
- #: src/Tribe/Main.php:3931
7327
  msgid "Additional Functionality"
7328
  msgstr "Bykomende Funksionaliteit"
7329
 
7330
- #: src/Tribe/Main.php:3886
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Nuus vanaf Modern Tribe"
7333
 
7334
- #: src/Tribe/Main.php:3866
7335
  msgid "View All Add-Ons"
7336
  msgstr "Vertoon alle toevoegings"
7337
 
7338
- #: src/Tribe/Main.php:3863
7339
  msgid "Support"
7340
  msgstr "Ondersteuning"
7341
 
7342
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7343
  msgid "%s Information"
7344
  msgstr "%s Informasie"
7345
 
7346
- #: src/Tribe/Main.php:3509
7347
  msgid "%s Options"
7348
  msgstr "%s Opsies"
7349
 
7350
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Datum is buite die verlangde reeks."
7355
 
7356
- #: src/Tribe/Main.php:2204
7357
  msgid "all"
7358
  msgstr "alle"
7359
 
7360
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "gebeurtenisse"
7363
 
7364
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "gebeurtenis"
7367
 
7368
- #: src/Tribe/Main.php:2201
7369
  msgid "page"
7370
  msgstr "bladsy"
7371
 
@@ -7406,129 +7408,129 @@ msgstr "Beskikbare %s"
7406
  msgid "My %s"
7407
  msgstr "My %s"
7408
 
7409
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7410
  msgid "%s draft updated."
7411
  msgstr ""
7412
 
7413
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7414
  msgid "%s submitted."
7415
  msgstr ""
7416
 
7417
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7418
  msgid "%s published."
7419
  msgstr ""
7420
 
7421
  #. translators: %s: date and time of the revision
7422
- #: src/Tribe/Main.php:1752
7423
  msgid "%s restored to revision from %s"
7424
  msgstr ""
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7432
  msgid "%s saved."
7433
  msgstr ""
7434
 
7435
  #. translators: %s: date and time of the revision
7436
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7441
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7442
  msgid "%s updated."
7443
  msgstr ""
7444
 
7445
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7446
  msgid "Custom field deleted."
7447
  msgstr "Bykomende veld verwyder."
7448
 
7449
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7450
  msgid "Custom field updated."
7451
  msgstr "Bykomende veld opgedateer."
7452
 
7453
- #: src/Tribe/Main.php:1669
7454
  msgid "New %s Category Name"
7455
  msgstr ""
7456
 
7457
- #: src/Tribe/Main.php:1668
7458
  msgid "Add New %s Category"
7459
  msgstr ""
7460
 
7461
- #: src/Tribe/Main.php:1667
7462
  msgid "Update %s Category"
7463
  msgstr ""
7464
 
7465
- #: src/Tribe/Main.php:1666
7466
  msgid "Edit %s Category"
7467
  msgstr ""
7468
 
7469
- #: src/Tribe/Main.php:1665
7470
  msgid "Parent %s Category:"
7471
  msgstr ""
7472
 
7473
- #: src/Tribe/Main.php:1664
7474
  msgid "Parent %s Category"
7475
  msgstr "Hoof %s Kategorie"
7476
 
7477
- #: src/Tribe/Main.php:1663
7478
  msgid "All %s Categories"
7479
  msgstr "Alle %s Kategorieë"
7480
 
7481
- #: src/Tribe/Main.php:1662
7482
  msgid "Search %s Categories"
7483
  msgstr "Soek deur %s Kategorieë"
7484
 
7485
- #: src/Tribe/Main.php:1661
7486
  msgid "%s Category"
7487
  msgstr "%s Kategorie"
7488
 
7489
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Geen %s in die asblik gevind nie"
7492
 
7493
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Geen %s gevind nie"
7496
 
7497
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Soek %s"
7500
 
7501
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Besigtig %s"
7505
 
7506
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Nuwe %s"
7509
 
7510
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Voeg nuwe %s by"
7514
 
7515
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Voeg By"
7518
 
7519
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7520
  msgid "tag"
7521
  msgstr "sleutelwoord"
7522
 
7523
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7524
  msgid "category"
7525
  msgstr "Kategorie"
7526
 
7527
- #: src/Tribe/Main.php:1378
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Jammer, Die Kalender vereis PHP% s of hoër. Praat met jou web host oor die beweging van jou na 'n nuwer weergawe van PHP."
7530
 
7531
- #: src/Tribe/Main.php:1375
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Jammer, Die Kalender vereis WordPress% s of hoër. Gradeer asseblief jou WordPress installasie op."
7534
 
@@ -7550,53 +7552,53 @@ msgstr "Help"
7550
  msgid "Display"
7551
  msgstr "Aansig"
7552
 
7553
- #: src/Tribe/Main.php:1224
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
- #: src/Tribe/Main.php:1212
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Jou weergawe van The Events Calendar is nie up-op datum met een van jou The Events Calendarr byvoegings. %sDateer asseblief nou op.%s"
7560
 
7561
- #: src/Tribe/Main.php:746
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "InisialiseerTribe Events op %s"
7564
 
7565
- #: src/Tribe/Main.php:721
7566
  msgid "today"
7567
  msgstr "vandag"
7568
 
7569
- #: src/Tribe/Main.php:720
7570
  msgid "day"
7571
  msgstr "dag"
7572
 
7573
- #: src/Tribe/Main.php:719
7574
  msgid "past"
7575
  msgstr "vorige"
7576
 
7577
- #: src/Tribe/Main.php:718
7578
  msgid "upcoming"
7579
  msgstr "komende"
7580
 
7581
- #: src/Tribe/Main.php:717
7582
  msgid "list"
7583
  msgstr "lys"
7584
 
7585
- #: src/Tribe/Main.php:716
7586
  msgid "month"
7587
  msgstr "maand"
7588
 
7589
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
@@ -7604,7 +7606,7 @@ msgstr "Gebeurtenis"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7839,6 +7841,10 @@ msgstr "Geen radio opsies gespesifiseer"
7839
  msgid "Invalid field type specified"
7840
  msgstr "Ongeldig veld tipe gespesifiseer"
7841
 
 
 
 
 
7842
  #: common/src/Tribe/Cost_Utils.php:108
7843
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7844
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7899,7 +7905,7 @@ msgstr "Eind Datum"
7899
  msgid "Start Date"
7900
  msgstr "Begin Datum"
7901
 
7902
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7903
  msgid "%s Categories"
7904
  msgstr "%s Kategorieë"
7905
 
@@ -7923,26 +7929,26 @@ msgid "Please wait while timezone data is added to your events."
7923
  msgstr ""
7924
 
7925
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7926
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7927
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7928
  #: src/Tribe/Venue.php:79
7929
  msgid "Edit %s"
7930
  msgstr "Wysig %s"
7931
 
7932
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7933
- #: src/Tribe/Main.php:4517
7934
  msgid "Use Saved %s:"
7935
  msgstr ""
7936
 
7937
- #: src/Tribe/Main.php:943
7938
  msgid " ask the site administrator set a different Events URL slug."
7939
  msgstr ""
7940
 
7941
- #: src/Tribe/Main.php:937
7942
  msgid "Ask the site administrator to edit the %s slug"
7943
  msgstr ""
7944
 
7945
- #: src/Tribe/Main.php:939
7946
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7947
  msgstr ""
7948
 
@@ -7950,7 +7956,7 @@ msgstr ""
7950
  msgid "Thanks for Updating The Events Calendar"
7951
  msgstr ""
7952
 
7953
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7954
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7955
  msgid "Welcome to The Events Calendar"
7956
  msgstr ""
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr "(Besigitg volle %1$se Beskrywing hier: %2$s)"
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr "Geen %1$s geskeduleer vir %2$s. Probeer 'n ander dag."
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr "Gebeurtenis kaartjies"
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Meer..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr ""
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7091
  msgid "Ticket #"
7092
  msgstr "Kaartjie #"
7093
 
7094
+ #: src/Tribe/Templates.php:664
7095
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7096
  msgstr "Bloudruk oorheersers moet geskuif word na die korrekte subgids: tribe_get_template_part('%s')"
7097
 
7098
+ #: src/Tribe/Templates.php:620
7099
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7100
  msgstr "Bloudruk Oorheersers moet geskuif word na die korrekte subgids:% s"
7101
 
7214
  msgid "Events Settings"
7215
  msgstr "Gebeurtenis Verstellings"
7216
 
7217
+ #: common/src/Tribe/PUE/Checker.php:586
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7219
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7220
  msgstr ""
7221
 
7222
+ #: common/src/Tribe/PUE/Checker.php:645
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7224
  msgid "Valid Key! Expires on %s"
7225
  msgstr "Geldig sleutel! Verval op %s"
7226
 
7227
+ #: common/src/Tribe/PUE/Checker.php:627
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7229
  msgid "Sorry, key validation server is not available."
7230
  msgstr "Jammer, sleutel validering bediener is nie beskikbaar nie."
7231
 
7232
+ #: common/src/Tribe/PUE/Checker.php:621
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7234
  msgid "unknown date"
7235
  msgstr "Onbekende datum"
7236
 
7237
+ #: common/src/Tribe/PUE/Checker.php:569
7238
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7239
  msgid "License key(s) updated."
7240
  msgstr "Lisensiesleutel(s) opgedateer"
7241
 
7242
+ #: common/src/Tribe/PUE/Checker.php:419
 
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7244
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7245
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7246
  msgid "A valid license key is required for support and updates"
7247
  msgstr "'n Geldige lisensie sleutel word benodig vir die ondersteuning en opgraderings"
7248
 
7249
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7250
  #: src/admin-views/aggregator/status.php:41
7251
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7252
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7257
  msgid "Error"
7258
  msgstr "Probleem"
7259
 
7260
+ #: src/Tribe/Main.php:4221
7261
  msgid "Once Every 30 Mins"
7262
  msgstr "Eenkeer elke 30 Minute"
7263
 
7264
+ #: src/Tribe/Main.php:4148
7265
  msgid "Day Of"
7266
  msgstr "Dag van"
7267
 
7268
+ #: src/Tribe/Main.php:4146
7269
  msgid "%s From"
7270
  msgstr "%s Vanaf"
7271
 
7272
+ #: src/Tribe/Main.php:4144
7273
  msgid "%s In"
7274
  msgstr "%s In"
7275
 
7276
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7277
  #: src/admin-views/aggregator/origins/refine.php:7
7278
  msgid "Date"
7279
  msgstr "Datum"
7280
 
7281
+ #: src/Tribe/Main.php:4116
7282
  msgid "Search"
7283
  msgstr "Soek"
7284
 
7285
+ #: src/Tribe/Main.php:4091
7286
  msgid "Day"
7287
  msgstr "Dag"
7288
 
7289
+ #: src/Tribe/Main.php:4074
7290
  msgid "Month"
7291
  msgstr "Maand"
7292
 
7293
+ #: src/Tribe/Main.php:4056
7294
  msgid "List"
7295
  msgstr "Lys"
7296
 
7297
+ #: src/Tribe/Main.php:4040
7298
  msgid "Calendar"
7299
  msgstr "Kalender"
7300
 
7301
  #: common/src/Tribe/Settings.php:242
7302
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7303
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7304
  msgid "Settings"
7305
  msgstr "Verstellings"
7313
  msgid "Add %s"
7314
  msgstr "Voeg %s by"
7315
 
7316
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7317
  msgid "View Calendar"
7318
  msgstr "Vertoon Kalender"
7319
 
7321
  msgid "%s"
7322
  msgstr "%s"
7323
 
7324
+ #: src/Tribe/Main.php:3937
7325
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7326
  msgstr "Op soek na bykomende funksionaliteit, insluitend herhalende gebeure, kaartjieverkope, gemeenskaplike gebeure, nuwe aansigte en meer?"
7327
 
7328
+ #: src/Tribe/Main.php:3932
7329
  msgid "Additional Functionality"
7330
  msgstr "Bykomende Funksionaliteit"
7331
 
7332
+ #: src/Tribe/Main.php:3887
7333
  msgid "News from Modern Tribe"
7334
  msgstr "Nuus vanaf Modern Tribe"
7335
 
7336
+ #: src/Tribe/Main.php:3867
7337
  msgid "View All Add-Ons"
7338
  msgstr "Vertoon alle toevoegings"
7339
 
7340
+ #: src/Tribe/Main.php:3864
7341
  msgid "Support"
7342
  msgstr "Ondersteuning"
7343
 
7344
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7345
  msgid "%s Information"
7346
  msgstr "%s Informasie"
7347
 
7348
+ #: src/Tribe/Main.php:3510
7349
  msgid "%s Options"
7350
  msgstr "%s Opsies"
7351
 
7352
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7353
  #: src/functions/template-tags/day.php:157
7354
  #: src/functions/template-tags/day.php:178
7355
  msgid "Date out of range."
7356
  msgstr "Datum is buite die verlangde reeks."
7357
 
7358
+ #: src/Tribe/Main.php:2205
7359
  msgid "all"
7360
  msgstr "alle"
7361
 
7362
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7363
  msgid "events"
7364
  msgstr "gebeurtenisse"
7365
 
7366
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7367
  msgid "event"
7368
  msgstr "gebeurtenis"
7369
 
7370
+ #: src/Tribe/Main.php:2202
7371
  msgid "page"
7372
  msgstr "bladsy"
7373
 
7408
  msgid "My %s"
7409
  msgstr "My %s"
7410
 
7411
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7412
  msgid "%s draft updated."
7413
  msgstr ""
7414
 
7415
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7416
  msgid "%s submitted."
7417
  msgstr ""
7418
 
7419
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7420
  msgid "%s published."
7421
  msgstr ""
7422
 
7423
  #. translators: %s: date and time of the revision
7424
+ #: src/Tribe/Main.php:1753
7425
  msgid "%s restored to revision from %s"
7426
  msgstr ""
7427
 
7428
  #. translators: Publish box date format, see http://php.net/date
7429
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7430
  msgid "M j, Y @ G:i"
7431
  msgstr "M j, Y @ G:i"
7432
 
7433
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7434
  msgid "%s saved."
7435
  msgstr ""
7436
 
7437
  #. translators: %s: date and time of the revision
7438
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7439
  msgid "%1$s restored to revision from %2$s"
7440
  msgstr ""
7441
 
7442
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7443
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7444
  msgid "%s updated."
7445
  msgstr ""
7446
 
7447
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7448
  msgid "Custom field deleted."
7449
  msgstr "Bykomende veld verwyder."
7450
 
7451
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7452
  msgid "Custom field updated."
7453
  msgstr "Bykomende veld opgedateer."
7454
 
7455
+ #: src/Tribe/Main.php:1670
7456
  msgid "New %s Category Name"
7457
  msgstr ""
7458
 
7459
+ #: src/Tribe/Main.php:1669
7460
  msgid "Add New %s Category"
7461
  msgstr ""
7462
 
7463
+ #: src/Tribe/Main.php:1668
7464
  msgid "Update %s Category"
7465
  msgstr ""
7466
 
7467
+ #: src/Tribe/Main.php:1667
7468
  msgid "Edit %s Category"
7469
  msgstr ""
7470
 
7471
+ #: src/Tribe/Main.php:1666
7472
  msgid "Parent %s Category:"
7473
  msgstr ""
7474
 
7475
+ #: src/Tribe/Main.php:1665
7476
  msgid "Parent %s Category"
7477
  msgstr "Hoof %s Kategorie"
7478
 
7479
+ #: src/Tribe/Main.php:1664
7480
  msgid "All %s Categories"
7481
  msgstr "Alle %s Kategorieë"
7482
 
7483
+ #: src/Tribe/Main.php:1663
7484
  msgid "Search %s Categories"
7485
  msgstr "Soek deur %s Kategorieë"
7486
 
7487
+ #: src/Tribe/Main.php:1662
7488
  msgid "%s Category"
7489
  msgstr "%s Kategorie"
7490
 
7491
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7492
  msgid "No %s found in Trash"
7493
  msgstr "Geen %s in die asblik gevind nie"
7494
 
7495
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7496
  msgid "No %s found"
7497
  msgstr "Geen %s gevind nie"
7498
 
7499
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7500
  msgid "Search %s"
7501
  msgstr "Soek %s"
7502
 
7503
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7504
  #: vendor/tickets/src/views/tickets/orders.php:26
7505
  msgid "View %s"
7506
  msgstr "Besigtig %s"
7507
 
7508
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7509
  msgid "New %s"
7510
  msgstr "Nuwe %s"
7511
 
7512
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7513
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7514
  msgid "Add New %s"
7515
  msgstr "Voeg nuwe %s by"
7516
 
7517
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7518
  msgid "Add New"
7519
  msgstr "Voeg By"
7520
 
7521
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7522
  msgid "tag"
7523
  msgstr "sleutelwoord"
7524
 
7525
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7526
  msgid "category"
7527
  msgstr "Kategorie"
7528
 
7529
+ #: src/Tribe/Main.php:1379
7530
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7531
  msgstr "Jammer, Die Kalender vereis PHP% s of hoër. Praat met jou web host oor die beweging van jou na 'n nuwer weergawe van PHP."
7532
 
7533
+ #: src/Tribe/Main.php:1376
7534
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7535
  msgstr "Jammer, Die Kalender vereis WordPress% s of hoër. Gradeer asseblief jou WordPress installasie op."
7536
 
7552
  msgid "Display"
7553
  msgstr "Aansig"
7554
 
7555
+ #: src/Tribe/Main.php:1225
7556
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7557
  msgstr ""
7558
 
7559
+ #: src/Tribe/Main.php:1213
7560
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7561
  msgstr "Jou weergawe van The Events Calendar is nie up-op datum met een van jou The Events Calendarr byvoegings. %sDateer asseblief nou op.%s"
7562
 
7563
+ #: src/Tribe/Main.php:747
7564
  msgid "Initializing Tribe Events on %s"
7565
  msgstr "InisialiseerTribe Events op %s"
7566
 
7567
+ #: src/Tribe/Main.php:722
7568
  msgid "today"
7569
  msgstr "vandag"
7570
 
7571
+ #: src/Tribe/Main.php:721
7572
  msgid "day"
7573
  msgstr "dag"
7574
 
7575
+ #: src/Tribe/Main.php:720
7576
  msgid "past"
7577
  msgstr "vorige"
7578
 
7579
+ #: src/Tribe/Main.php:719
7580
  msgid "upcoming"
7581
  msgstr "komende"
7582
 
7583
+ #: src/Tribe/Main.php:718
7584
  msgid "list"
7585
  msgstr "lys"
7586
 
7587
+ #: src/Tribe/Main.php:717
7588
  msgid "month"
7589
  msgstr "maand"
7590
 
7591
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7592
  #. #-#-#-#-#
7593
  #. Plugin Name of the plugin/theme
7594
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7595
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7596
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7597
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7598
  msgid "The Events Calendar"
7599
  msgstr "The Events Calendar"
7600
 
7601
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7602
  #: src/admin-views/aggregator/tabs/import-form.php:169
7603
  #: src/functions/template-tags/general.php:58
7604
  msgid "Event"
7606
 
7607
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7608
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7609
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7611
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7612
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7841
  msgid "Invalid field type specified"
7842
  msgstr "Ongeldig veld tipe gespesifiseer"
7843
 
7844
+ #: common/src/Tribe/Credits.php:31
7845
+ msgid "This calendar is powered by The Events Calendar."
7846
+ msgstr ""
7847
+
7848
  #: common/src/Tribe/Cost_Utils.php:108
7849
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7850
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7905
  msgid "Start Date"
7906
  msgstr "Begin Datum"
7907
 
7908
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7909
  msgid "%s Categories"
7910
  msgstr "%s Kategorieë"
7911
 
7929
  msgstr ""
7930
 
7931
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7932
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7933
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7934
  #: src/Tribe/Venue.php:79
7935
  msgid "Edit %s"
7936
  msgstr "Wysig %s"
7937
 
7938
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7939
+ #: src/Tribe/Main.php:4518
7940
  msgid "Use Saved %s:"
7941
  msgstr ""
7942
 
7943
+ #: src/Tribe/Main.php:944
7944
  msgid " ask the site administrator set a different Events URL slug."
7945
  msgstr ""
7946
 
7947
+ #: src/Tribe/Main.php:938
7948
  msgid "Ask the site administrator to edit the %s slug"
7949
  msgstr ""
7950
 
7951
+ #: src/Tribe/Main.php:940
7952
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7953
  msgstr ""
7954
 
7956
  msgid "Thanks for Updating The Events Calendar"
7957
  msgstr ""
7958
 
7959
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7960
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7961
  msgid "Welcome to The Events Calendar"
7962
  msgstr ""
lang/the-events-calendar-bg_BG.mo CHANGED
Binary file
lang/the-events-calendar-bg_BG.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: bg\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr "Не са намерени резултати за %s този месе
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr "Няма %1$s планирано за %2$s. Моля, опитайте с друг ден."
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr "Проверете %sналичните добавки%s."
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr "Без зададено местоположение, вашето събитие няма да показва %sGoogle Rich Snippet%s в резултатите от търсенето."
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr "%1$s е планирано за: %2$s."
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr "Черновата на %1$s е обновена. %2$sПреглед %3$s"
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr "%1$s е планирано за: %2$s. %3$sПреглед %4$s"
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr "%1$s е изпратено. %2$sПреглед %3$s"
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr "Събитието е публикувано. %1$sПреглед %2$s"
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr "%1$s е обновено. %2$sПреглед %3$s"
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr "За съжаление tribe-common библиотеките не могат да бъдат открити! Папката трябва да бъде в директория \"common/\" на The Events Calendar."
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr "Ако имате валиден лиценз за някоя от нашите Премиум добавки, можете да %s в премиум форумът за поддръжка. Екипът ни преглежда форумите и отговаря на зададените въпроси в рамките на 24-48 часа (в работни дни)."
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr "публикуване на тема"
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr "<strong>Нуждаете се от по-бърза техническа поддръжка?</strong> Предлагаме %1$s с поръчката на което и да е от нашите премиум разширения (напр. %2$s). Изберете лиценз и можете да пишете там, а ние гарантираме отговор в рамките на 24-48 часа (в работни дни)."
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr "Ако сте опитали стъпките по-горе и все още имате проблем, можете да публикувате нова тема в нашият %s. Екипът ни преглежда тези форуми веднъж седмично и с радост ще ви помогне."
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr "свободен форум на WordPress.org"
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr "<strong>Нуждаете се от по-бърза техническа поддръжка?</strong> Предлагаме %s с поръчката на което и да е от нашите премиум разширения. Изберете лиценз и можете да пишете там, а ние гарантираме отговор в рамките на 24-48 часа (в работни дни)"
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr "премиум поддръжка на нашият сайт"
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr "Ако сте опитали стъпките по-горе и проблемът ви все още не е решен, можете да публикувате тема в нашите WordPress.org форуми за %1$s или %2$s. Нашият екип по поддръжката преглежда тези форуми веднъж в седмицата и с удоволствие ще ви асистира."
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr "Events Tickets"
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr "Персонализиране на разширенията за събития"
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr "%s: Код и напътствия за персонализиране на вашият календар, представени по удобен и интересен начин."
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr "Отстраняване на често срещани проблеми"
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr "%s: Виждате проблем с календара си? Проверете тук от къде идва проблема и как да го решите."
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr "Използване на стилове и шаблони за страници"
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr "%s: Преглед на шаблоните и стиловете по подразбиране, които са включени в разширението, както и информация как да ги промените."
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr "Напътствия за разработчици на теми"
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr "%s: Нашето най-изчерпателно изложение на възможностите за персонализиране на календара, включително индивидуални шаблони и стилове."
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr "Преглед на функциите"
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr "%s: Пълен преглед на функциите, които да очаквате и информация как да ги използвате."
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr "Преглед на настройките"
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr "%s: Обстоен преклед на The Events Calendar и на наличните настройки."
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr "Поддръжка на The Events Calendar"
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr "Ние сме отдадени на това, да ви помогнем да направите своя календар неповторим и по тази причина предоставяме голямо количество ресурси, включително полезен %s, за да можете по-лесно да подготвите календара си."
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr "Нов Наръчник за начинаещи"
3944
 
@@ -4075,12 +4078,12 @@ msgstr "Благодарим ви, че използвате Event Tickets! Це
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr "Въведете формата на дата и часа. Използва се при показване на дата в следваща година."
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr "<a href=\"%s\">редакция на настройките за събития</a>."
4086
 
@@ -4226,7 +4229,7 @@ msgstr "%s трябва да е положително число или про
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr "Промяната на цената на билета в момента е забранена."
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Още..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Новини за потребители на календара"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Код за сигурност"
7086
  msgid "Ticket #"
7087
  msgstr "Билет №"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Презаписаните шаблони трябва да са преместени в правилната поддиректория: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Презаписаните шаблони трябва да са преместени в правилната поддиректория: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s Настройки"
7209
  msgid "Events Settings"
7210
  msgstr "Настройки на събития"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Хмм... нещо с този валидатор се обърка. Моля, свържете се с %sподдръжката%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Валиден сериен номер. Изтича на %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "За съжаление сървъра за валидиране не е достъпен."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "неизвестна дата"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Серийния/те номер(а) са обновени."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Валиден сериен номер е необходим за поддръжка и актуализации"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Сериен номер"
7253
  msgid "Error"
7254
  msgstr "Грешка"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "На всеки 30 минути"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Почивен ден"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s от"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s в"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Дата"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Търсене"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Ден"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Месец"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Списък"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Календар"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Настройки"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Добави %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Към календара"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Към календара"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Имате нужда от допълнителна функционалност, включително повтарящи се събития, продажба на билети, публикуване на събития от потребителите, повече изгледи и др.?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Допълнителна функционалност"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Новини от Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Покажи всички Add-Ons"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Поддръжка"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s Информация"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s Опции"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Изберете по-близка дата."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "всички"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "събития"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "събитие"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "страница"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Налични %s"
7404
  msgid "My %s"
7405
  msgstr "Моето %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s чернови са обновени."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s изпратено."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s публикувано."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s е възстановено от %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s записано."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s възстановени в нова версия от %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s обновени."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Custom полето е изтрито."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Custom полето е обновено."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Ново %s Име на Категория"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Добави нова %s категория"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Обнови %s категория"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Редактирай %s категория"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "По-горна %s категория"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "По-горна %s категория"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Всички %s Категории"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Търси %s Категории"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s Категория"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Няма намерени %s в кошчето."
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Няма намерени %s"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Търсене %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Преглед %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Нов %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Добавяне %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Добавяне"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "таг"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "категория"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "За съжаление, The Events Calendar изисква PHP %s или по-висока версия. Свържете се с уеб администратора си, за да ви прехвърли към по-нова версия на PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "The Events Calendar изисква WordPress %s или по-нова версия. Моля, обновете WordPress."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Помощ"
7548
  msgid "Display"
7549
  msgstr "Изглед"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "Следните plugin-и са стари версии: %1$s. Всички добавки съдържат зависимости от The Events Calendar и няма да функционират изправно освен ако не са в комбинация с подходящата версия. %2$sНаучете повече%3$s."
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Версията на вашия The Events Calendar е по-стара от тази на вашите The Events Calendar add-on-и. Моля, %sобновете сега.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Стартиране на Tribe Events на %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "днес"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "ден"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "изминали"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "предстоящи"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "списък"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "месец"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Събитие"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Не е избран радио бутон"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Посочен е невалиден тип на полето"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Крайна дата"
7897
  msgid "Start Date"
7898
  msgstr "Начална дата"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s Категории"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Моля изчакайте часовата зона бъде добавена в събитията ви."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Редактиране на %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Използвай запаметено %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr "поискайте от администратора на сайта да промени URL адреса за събития."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Благодарим, че актуализирахте The Events Calendar"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Добре дошли в The Events Calendar"
11
  "Language: bg\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr "Няма %1$s планирано за %2$s. Моля, опитайте с друг ден."
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr "Проверете %sналичните добавки%s."
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr "Без зададено местоположение, вашето събитие няма да показва %sGoogle Rich Snippet%s в резултатите от търсенето."
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr "%1$s е планирано за: %2$s."
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr "Черновата на %1$s е обновена. %2$sПреглед %3$s"
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr "%1$s е планирано за: %2$s. %3$sПреглед %4$s"
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr "%1$s е изпратено. %2$sПреглед %3$s"
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr "Събитието е публикувано. %1$sПреглед %2$s"
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr "%1$s е обновено. %2$sПреглед %3$s"
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr "За съжаление tribe-common библиотеките не могат да бъдат открити! Папката трябва да бъде в директория \"common/\" на The Events Calendar."
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr "Ако имате валиден лиценз за някоя от нашите Премиум добавки, можете да %s в премиум форумът за поддръжка. Екипът ни преглежда форумите и отговаря на зададените въпроси в рамките на 24-48 часа (в работни дни)."
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr "публикуване на тема"
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr "<strong>Нуждаете се от по-бърза техническа поддръжка?</strong> Предлагаме %1$s с поръчката на което и да е от нашите премиум разширения (напр. %2$s). Изберете лиценз и можете да пишете там, а ние гарантираме отговор в рамките на 24-48 часа (в работни дни)."
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr "Ако сте опитали стъпките по-горе и все още имате проблем, можете да публикувате нова тема в нашият %s. Екипът ни преглежда тези форуми веднъж седмично и с радост ще ви помогне."
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr "свободен форум на WordPress.org"
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr "<strong>Нуждаете се от по-бърза техническа поддръжка?</strong> Предлагаме %s с поръчката на което и да е от нашите премиум разширения. Изберете лиценз и можете да пишете там, а ние гарантираме отговор в рамките на 24-48 часа (в работни дни)"
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr "премиум поддръжка на нашият сайт"
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr "Ако сте опитали стъпките по-горе и проблемът ви все още не е решен, можете да публикувате тема в нашите WordPress.org форуми за %1$s или %2$s. Нашият екип по поддръжката преглежда тези форуми веднъж в седмицата и с удоволствие ще ви асистира."
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr "Events Tickets"
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr "Персонализиране на разширенията за събития"
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr "%s: Код и напътствия за персонализиране на вашият календар, представени по удобен и интересен начин."
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr "Отстраняване на често срещани проблеми"
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr "%s: Виждате проблем с календара си? Проверете тук от къде идва проблема и как да го решите."
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr "Използване на стилове и шаблони за страници"
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr "%s: Преглед на шаблоните и стиловете по подразбиране, които са включени в разширението, както и информация как да ги промените."
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr "Напътствия за разработчици на теми"
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr "%s: Нашето най-изчерпателно изложение на възможностите за персонализиране на календара, включително индивидуални шаблони и стилове."
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr "Преглед на функциите"
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr "%s: Пълен преглед на функциите, които да очаквате и информация как да ги използвате."
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr "Преглед на настройките"
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr "%s: Обстоен преклед на The Events Calendar и на наличните настройки."
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr "Поддръжка на The Events Calendar"
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr "Ние сме отдадени на това, да ви помогнем да направите своя календар неповторим и по тази причина предоставяме голямо количество ресурси, включително полезен %s, за да можете по-лесно да подготвите календара си."
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr "Нов Наръчник за начинаещи"
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr "Въведете формата на дата и часа. Използва се при показване на дата в следваща година."
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr "<a href=\"%s\">редакция на настройките за събития</a>."
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "Промяната на цената на билета в момента е забранена."
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Още..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Новини за потребители на календара"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Билет №"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Презаписаните шаблони трябва да са преместени в правилната поддиректория: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Презаписаните шаблони трябва да са преместени в правилната поддиректория: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Настройки на събития"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Хмм... нещо с този валидатор се обърка. Моля, свържете се с %sподдръжката%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Валиден сериен номер. Изтича на %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "За съжаление сървъра за валидиране не е достъпен."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "неизвестна дата"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Серийния/те номер(а) са обновени."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Валиден сериен номер е необходим за поддръжка и актуализации"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Грешка"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "На всеки 30 минути"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Почивен ден"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s от"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s в"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Дата"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Търсене"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Ден"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Месец"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Списък"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Календар"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Настройки"
7311
  msgid "Add %s"
7312
  msgstr "Добави %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Към календара"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Имате нужда от допълнителна функционалност, включително повтарящи се събития, продажба на билети, публикуване на събития от потребителите, повече изгледи и др.?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Допълнителна функционалност"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Новини от Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Покажи всички Add-Ons"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Поддръжка"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s Информация"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s Опции"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Изберете по-близка дата."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "всички"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "събития"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "събитие"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "страница"
7371
 
7406
  msgid "My %s"
7407
  msgstr "Моето %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s чернови са обновени."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s изпратено."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s публикувано."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s е възстановено от %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s записано."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s възстановени в нова версия от %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s обновени."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Custom полето е изтрито."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Custom полето е обновено."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Ново %s Име на Категория"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Добави нова %s категория"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Обнови %s категория"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Редактирай %s категория"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "По-горна %s категория"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "По-горна %s категория"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Всички %s Категории"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Търси %s Категории"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s Категория"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Няма намерени %s в кошчето."
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Няма намерени %s"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Търсене %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Преглед %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Нов %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Добавяне %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Добавяне"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "таг"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "категория"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "За съжаление, The Events Calendar изисква PHP %s или по-висока версия. Свържете се с уеб администратора си, за да ви прехвърли към по-нова версия на PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "The Events Calendar изисква WordPress %s или по-нова версия. Моля, обновете WordPress."
7534
 
7550
  msgid "Display"
7551
  msgstr "Изглед"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "Следните plugin-и са стари версии: %1$s. Всички добавки съдържат зависимости от The Events Calendar и няма да функционират изправно освен ако не са в комбинация с подходящата версия. %2$sНаучете повече%3$s."
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Версията на вашия The Events Calendar е по-стара от тази на вашите The Events Calendar add-on-и. Моля, %sобновете сега.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Стартиране на Tribe Events на %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "днес"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "ден"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "изминали"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "предстоящи"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "списък"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "месец"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Посочен е невалиден тип на полето"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Този календар е задвижван от The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Начална дата"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s Категории"
7909
 
7927
  msgstr "Моля изчакайте часовата зона бъде добавена в събитията ви."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Редактиране на %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Използвай запаметено %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr "поискайте от администратора на сайта да промени URL адреса за събития."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Благодарим, че актуализирахте The Events Calendar"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Добре дошли в The Events Calendar"
lang/the-events-calendar-ca.mo CHANGED
Binary file
lang/the-events-calendar-ca.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: ca\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Més..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Notícies per usuaris de Events"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Codi de seguretat"
7086
  msgid "Ticket #"
7087
  msgstr "# de tiquet"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Les plantilles sobreescrites han de moure's al subdirectori correcte: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Las plantilles sobreescrites han de moure's al subdirectori correcte: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "Configuració de %s"
7209
  msgid "Events Settings"
7210
  msgstr "Configuració dels esdeveniments"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Clau vàlida! Caduca el %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Ho sentim, el servidor de validació de claus no està disponible."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "data desconeguda"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Clau(s) de llicència actualitzada(es)."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i actualitzacions"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Clau de llicència"
7253
  msgid "Error"
7254
  msgstr "Error"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Un cop cada 30 minuts"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Dia de"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s de"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s a"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Data"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Buscar"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Dia"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Mes"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Llista"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Calendari"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Configuració"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Afegir %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Veure calendari"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Veure calendari"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Busques funcionalitats addicionals com ara esdeveniments recurrents, venda de tiquets, esdeveniments afegits pel públic, vistes addicionals i més?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Funcionalitats addicionals"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Notícies de Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Veure tots els complements"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Suport"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "Informació de %s"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "Opcions d'%s"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Data fora de rang."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr ""
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr ""
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr ""
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr "%s disponibles"
7404
  msgid "My %s"
7405
  msgstr "El meu %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s esborrany actualitzat."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s enviat."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s publicat."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s restaurat a la revisió de %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s guardat."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s restaurat amb la revisió de %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s actualitzat."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Camp personalitzat eliminat."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Camp personalitzat actualitzat."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Nom de la nova categoria d'%s"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Afegir nova categoria d'%s"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Actualitzar categoria d'%s"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Editar categoria d'%s"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Categoria d'%s superior:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Categoria d'%s superior"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Totes les categories d'%s"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Busca categories d'%s"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "Categoria d'%s"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "No s'han trobat %s a la paperera"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "No s'han trobat %s"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Buscar %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Veure %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Nou %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Afegir nou %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Afegir nou"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "etiqueta"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "categoria"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Ho sentim, The Events Calendar requereix PHP %s o superior. Parla amb el teu proveïdor d'allotjament web per que instal·li una versió de PHP superior."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Ho sentim, The Events Calendar requereix WordPress %s o superior. Si us plau, actualitza la teva instal·lació de WordPress."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Ajuda"
7548
  msgid "Display"
7549
  msgstr "Visualització"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "La teva versió de The Events Calendar no està al dia amb un dels teus complements. Si us plau, %sactualitza-la.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Inicialitzant Tribe Events a %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "avui"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "dia"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "passats"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "pròxims"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "llista"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "mes"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Esdeveniment"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "No s'ha especificat cap opció "
7837
  msgid "Invalid field type specified"
7838
  msgstr "El tipus de camp especificat és incorrecte"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Data de finalització"
7897
  msgid "Start Date"
7898
  msgstr "Data d'inici"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "Categories d'%s"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Editar %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Utilitza %s guardat:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Gràcies per actualitzar The Events Calendar"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Benvingut/da a The Events Calendar"
11
  "Language: ca\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Més..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Notícies per usuaris de Events"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "# de tiquet"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Les plantilles sobreescrites han de moure's al subdirectori correcte: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Las plantilles sobreescrites han de moure's al subdirectori correcte: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Configuració dels esdeveniments"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr ""
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Clau vàlida! Caduca el %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Ho sentim, el servidor de validació de claus no està disponible."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "data desconeguda"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Clau(s) de llicència actualitzada(es)."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Una clau de llicència vàlida es obligatòria per a gaudir de suport i actualitzacions"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Error"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Un cop cada 30 minuts"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Dia de"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s de"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s a"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Data"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Buscar"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Dia"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Mes"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Llista"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Calendari"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Configuració"
7311
  msgid "Add %s"
7312
  msgstr "Afegir %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Veure calendari"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Busques funcionalitats addicionals com ara esdeveniments recurrents, venda de tiquets, esdeveniments afegits pel públic, vistes addicionals i més?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Funcionalitats addicionals"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Notícies de Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Veure tots els complements"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Suport"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "Informació de %s"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "Opcions d'%s"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Data fora de rang."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr ""
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr ""
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr ""
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "El meu %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s esborrany actualitzat."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s enviat."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s publicat."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s restaurat a la revisió de %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s guardat."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s restaurat amb la revisió de %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s actualitzat."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Camp personalitzat eliminat."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Camp personalitzat actualitzat."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Nom de la nova categoria d'%s"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Afegir nova categoria d'%s"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Actualitzar categoria d'%s"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Editar categoria d'%s"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Categoria d'%s superior:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Categoria d'%s superior"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Totes les categories d'%s"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Busca categories d'%s"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "Categoria d'%s"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "No s'han trobat %s a la paperera"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "No s'han trobat %s"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Buscar %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Veure %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Nou %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Afegir nou %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Afegir nou"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "etiqueta"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "categoria"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Ho sentim, The Events Calendar requereix PHP %s o superior. Parla amb el teu proveïdor d'allotjament web per que instal·li una versió de PHP superior."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Ho sentim, The Events Calendar requereix WordPress %s o superior. Si us plau, actualitza la teva instal·lació de WordPress."
7534
 
7550
  msgid "Display"
7551
  msgstr "Visualització"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "La teva versió de The Events Calendar no està al dia amb un dels teus complements. Si us plau, %sactualitza-la.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Inicialitzant Tribe Events a %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "avui"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "dia"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "passats"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "pròxims"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "llista"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "mes"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "El tipus de camp especificat és incorrecte"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Aquest calendari està creat amb The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Data d'inici"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "Categories d'%s"
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Editar %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Utilitza %s guardat:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Gràcies per actualitzar The Events Calendar"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Benvingut/da a The Events Calendar"
lang/the-events-calendar-cs_CZ.mo CHANGED
Binary file
lang/the-events-calendar-cs_CZ.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1439,10 +1447,6 @@ msgstr ""
1439
  msgid "Default Status"
1440
  msgstr ""
1441
 
1442
- #: src/admin-views/aggregator/settings.php:55
1443
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1444
- msgstr ""
1445
-
1446
  #: src/admin-views/aggregator/settings.php:54
1447
  msgid "Do not re-import events. Changes made locally will be preserved."
1448
  msgstr ""
@@ -1747,7 +1751,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1747
  msgid "mi"
1748
  msgstr ""
1749
 
1750
- #: src/Tribe/Main.php:934
1751
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1752
  msgstr ""
1753
 
@@ -2265,7 +2269,7 @@ msgstr ""
2265
  msgid "Sorry, but something went wrong. Please try again."
2266
  msgstr ""
2267
 
2268
- #: src/Tribe/Aggregator/Records.php:237
2269
  msgctxt "event aggregator status"
2270
  msgid "Draft <span class=\"count\">(%s)</span>"
2271
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
@@ -2273,12 +2277,12 @@ msgstr[0] ""
2273
  msgstr[1] ""
2274
  msgstr[2] ""
2275
 
2276
- #: src/Tribe/Aggregator/Records.php:236
2277
  msgctxt "event aggregator status"
2278
  msgid "Draft"
2279
  msgstr ""
2280
 
2281
- #: src/Tribe/Aggregator/Records.php:227
2282
  msgctxt "event aggregator status"
2283
  msgid "Pending <span class=\"count\">(%s)</span>"
2284
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
@@ -2286,12 +2290,12 @@ msgstr[0] ""
2286
  msgstr[1] ""
2287
  msgstr[2] ""
2288
 
2289
- #: src/Tribe/Aggregator/Records.php:226
2290
  msgctxt "event aggregator status"
2291
  msgid "Pending"
2292
  msgstr ""
2293
 
2294
- #: src/Tribe/Aggregator/Records.php:217
2295
  msgctxt "event aggregator status"
2296
  msgid "Schedule <span class=\"count\">(%s)</span>"
2297
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
@@ -2299,12 +2303,12 @@ msgstr[0] ""
2299
  msgstr[1] ""
2300
  msgstr[2] ""
2301
 
2302
- #: src/Tribe/Aggregator/Records.php:216
2303
  msgctxt "event aggregator status"
2304
  msgid "Schedule"
2305
  msgstr ""
2306
 
2307
- #: src/Tribe/Aggregator/Records.php:207
2308
  msgctxt "event aggregator status"
2309
  msgid "Failed <span class=\"count\">(%s)</span>"
2310
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
@@ -2312,12 +2316,12 @@ msgstr[0] ""
2312
  msgstr[1] ""
2313
  msgstr[2] ""
2314
 
2315
- #: src/Tribe/Aggregator/Records.php:206
2316
  msgctxt "event aggregator status"
2317
  msgid "Failed"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:197
2321
  msgctxt "event aggregator status"
2322
  msgid "Imported <span class=\"count\">(%s)</span>"
2323
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
@@ -2325,73 +2329,73 @@ msgstr[0] ""
2325
  msgstr[1] ""
2326
  msgstr[2] ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:196
2329
  msgctxt "event aggregator status"
2330
  msgid "Imported"
2331
  msgstr ""
2332
 
2333
- #: src/Tribe/Aggregator/Records.php:159
2334
  msgid "No Aggregator Records found in Trash."
2335
  msgstr ""
2336
 
2337
- #: src/Tribe/Aggregator/Records.php:158
2338
  msgid "No Aggregator Records found."
2339
  msgstr ""
2340
 
2341
- #: src/Tribe/Aggregator/Records.php:157
2342
  msgid "Parent Aggregator Record:"
2343
  msgstr ""
2344
 
2345
- #: src/Tribe/Aggregator/Records.php:156
2346
  msgid "Search Aggregator Records"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:155
2350
  msgid "All Aggregator Records"
2351
  msgstr ""
2352
 
2353
- #: src/Tribe/Aggregator/Records.php:154
2354
  msgid "View Aggregator Record"
2355
  msgstr ""
2356
 
2357
- #: src/Tribe/Aggregator/Records.php:153
2358
  msgid "Edit Aggregator Record"
2359
  msgstr ""
2360
 
2361
- #: src/Tribe/Aggregator/Records.php:152
2362
  msgid "New Aggregator Record"
2363
  msgstr ""
2364
 
2365
- #: src/Tribe/Aggregator/Records.php:151
2366
  msgid "Add New Aggregator Record"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:150
2370
  msgctxt "record"
2371
  msgid "Add New"
2372
  msgstr ""
2373
 
2374
- #: src/Tribe/Aggregator/Records.php:149
2375
  msgctxt "add new on admin bar"
2376
  msgid "Aggregator Record"
2377
  msgstr ""
2378
 
2379
- #: src/Tribe/Aggregator/Records.php:148
2380
  msgctxt "admin menu"
2381
  msgid "Aggregator Records"
2382
  msgstr ""
2383
 
2384
- #: src/Tribe/Aggregator/Records.php:147
2385
  msgctxt "post type singular name"
2386
  msgid "Aggregator Record"
2387
  msgstr ""
2388
 
2389
- #: src/Tribe/Aggregator/Records.php:146
2390
  msgctxt "post type general name"
2391
  msgid "Aggregator Records"
2392
  msgstr ""
2393
 
2394
- #: src/Tribe/Aggregator/Records.php:129
2395
  msgid "Events Aggregator Record"
2396
  msgstr ""
2397
 
@@ -3001,24 +3005,24 @@ msgstr[0] ""
3001
  msgstr[1] ""
3002
  msgstr[2] ""
3003
 
3004
- #: common/src/Tribe/PUE/Checker.php:760
3005
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
3006
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3007
  msgstr ""
3008
 
3009
- #: common/src/Tribe/PUE/Checker.php:704
3010
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
3011
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3012
  msgstr ""
3013
 
3014
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
3015
  #: src/Tribe/Aggregator/Record/Abstract.php:850
3016
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
3017
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
3018
  msgid " (opens in a new window)"
3019
  msgstr ""
3020
 
3021
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
3022
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
3023
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
3024
  msgid "Renew Your License Now"
@@ -3182,7 +3186,6 @@ msgstr "Dejte pluginu %1$sEvent Tickets%2$s hodnocení %3$s"
3182
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3183
  msgstr "Dejte pluginu %1$sThe Events Calendar%2$s hodnocení %3$s"
3184
 
3185
- #: common/src/Tribe/Credits.php:31
3186
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3187
  msgid "This calendar is powered by %1$s."
3188
  msgstr "Tento kalendář používá plugin %1$s."
@@ -3599,7 +3602,7 @@ msgstr "Nové nebo aktualizované šablony v této verzi (%s):"
3599
  msgid "No notable changes detected"
3600
  msgstr "Nebyly zjištěny žádné významné změny"
3601
 
3602
- #: src/Tribe/Main.php:2579
3603
  msgid " (View Full %1$s Description Here: %2$s)"
3604
  msgstr " (úplný popis %1$s najdete zde: %2$s)"
3605
 
@@ -3841,137 +3844,137 @@ msgstr "Nebyly nalezeny žádné záznamy pro %s v tomto měsíci. Zkuste hledat
3841
  msgid "No %1$s scheduled for %2$s. Please try another day."
3842
  msgstr "Nebyly nalezeny žádné %1$s naplánované na %2$s. Zkuste prosím zvolit jiný den."
3843
 
3844
- #: src/Tribe/Main.php:3937
3845
  msgid "Check out the %savailable add-ons%s."
3846
  msgstr "Podívejte se na %sdostupné doplňky%s."
3847
 
3848
- #: src/Tribe/Main.php:1806
3849
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3850
  msgstr "Pokud nezadáte žádné místo, vaše akce se zobrazí ve výsledcích vyhledávání bez doplňujících údajů %sGoogle Rich Snippet%s."
3851
 
3852
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3853
  msgid "%1$s scheduled for: %2$s."
3854
  msgstr "%1$s – bude automaticky publikováno: %2$s."
3855
 
3856
- #: src/Tribe/Main.php:1718
3857
  msgid "%1$s draft updated. %2$sPreview %3$s"
3858
  msgstr "Koncept %1$s byl uložen. %2$sZobrazit náhled %3$s"
3859
 
3860
- #: src/Tribe/Main.php:1709
3861
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3862
  msgstr "%1$s bude automaticky publikována: %2$s. %3$sZobrazit náhled %4$s"
3863
 
3864
- #: src/Tribe/Main.php:1703
3865
  msgid "%1$s submitted. %2$sPreview %3$s"
3866
  msgstr "%1$s byla odeslána ke schválení. %2$sZobrazit náhled %3$s"
3867
 
3868
- #: src/Tribe/Main.php:1697
3869
  msgid "Event published. %1$sView %2$s"
3870
  msgstr "Akce byla publikována. %1$sZobrazit %2$s"
3871
 
3872
- #: src/Tribe/Main.php:1686
3873
  msgid "%1$s updated. %2$sView %3$s"
3874
  msgstr "%1$s byla aktualizována. %2$sZobrazit stránku %3$s"
3875
 
3876
- #: src/Tribe/Main.php:1390
3877
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3878
  msgstr "Vypadá to, že se nepodařilo nalézt knihovny tribe-common! Složka by se měla nacházet v podadresáři \"common/\" pluginu pro kalendář akcí."
3879
 
3880
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3881
  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)."
3882
  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)."
3883
 
3884
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3885
  #: vendor/tickets/src/Tribe/Main.php:476
3886
  msgid "post a thread"
3887
  msgstr "založit vlákno"
3888
 
3889
- #: src/Tribe/Main.php:1025
3890
  msgid "<strong>Looking for more immediate support?</strong> 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."
3891
  msgstr "<strong>Potřebujete okamžitou pomoc?</strong> 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."
3892
 
3893
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3894
  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."
3895
  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."
3896
 
3897
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3898
  msgid "open-source forum on WordPress.org"
3899
  msgstr "open-source fórum na WordPress.org"
3900
 
3901
- #: src/Tribe/Main.php:1016
3902
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3903
  msgstr "<strong>Potřebujete okamžitou pomoc?</strong> Nabízíme %s při zakoupení některého z našich prémiových pluginů. Získejte licenci a můžete očekávat odpověď na své dotazy během 24-48 hodin v pracovní dny."
3904
 
3905
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3906
  #: vendor/tickets/src/Tribe/Main.php:467
3907
  msgid "premium support on our website"
3908
  msgstr "prémiovou podporu na našem webu"
3909
 
3910
- #: src/Tribe/Main.php:1013
3911
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3912
  msgstr "Pokud jste vyzkoušeli výše uvedené kroky a stále máte potíže, můžete založit nové vlákno na WordPress.org fórech pro plugin %1$s nebo %2$s. Pracovníci naší podpory jednou týdně kontrolují tato fóra a rádi vám pomohou."
3913
 
3914
- #: src/Tribe/Main.php:1012
3915
  msgid "Events Tickets"
3916
  msgstr "Events Tickets"
3917
 
3918
- #: src/Tribe/Main.php:997
3919
  msgid "Customizing the Events plugins"
3920
  msgstr "Přizpůsobení pluginů pro Akce"
3921
 
3922
- #: src/Tribe/Main.php:997
3923
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3924
  msgstr "%s: Kód a návody pro přizpůsobení vašeho kalendáře užitečnými a zajímavými způsoby."
3925
 
3926
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3927
  msgid "Troubleshooting common problems"
3928
  msgstr "Řešení obvyklých problémů"
3929
 
3930
- #: src/Tribe/Main.php:995
3931
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3932
  msgstr "%s: Máte problém s vaším kalendářem? Prvně zkuste zjistit zde, jaký je možný zdroj chyby a jak ji opravit."
3933
 
3934
- #: src/Tribe/Main.php:993
3935
  msgid "Using stylesheets and page templates"
3936
  msgstr "Používání CSS stylů a šablon stránek"
3937
 
3938
- #: src/Tribe/Main.php:993
3939
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3940
  msgstr "%s: Přehled výchozích šablon a stylů, které jsou zahrnuty v pluginu, včetně postupů k jejich úpravě."
3941
 
3942
- #: src/Tribe/Main.php:991
3943
  msgid "Themer’s Guide"
3944
  msgstr "Příručka šablonáře"
3945
 
3946
- #: src/Tribe/Main.php:991
3947
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3948
  msgstr "%s: Náš nejkomplexnější návod pro přizpůsobení kalendáře vašim potřebám, včetně vlastních rozvržení a stylů."
3949
 
3950
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3951
  msgid "Features overview"
3952
  msgstr "Přehled funkcí"
3953
 
3954
- #: src/Tribe/Main.php:989
3955
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3956
  msgstr "%s: Kompletní přehled funkcí, které budete mít k dispozici ihned po instalaci, včetně popisu jak je používat. "
3957
 
3958
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3959
  msgid "Settings overview"
3960
  msgstr "Přehled nastavení"
3961
 
3962
- #: src/Tribe/Main.php:987
3963
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3964
  msgstr "%s: Detailní průvodce pluginem The Events Calendar a všech jeho nastavení, která máte k dispozici."
3965
 
3966
- #: src/Tribe/Main.php:984
3967
  msgid "Support for The Events Calendar"
3968
  msgstr "Podpora pro The Events Calendar"
3969
 
3970
- #: src/Tribe/Main.php:973
3971
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3972
  msgstr "Chceme vám pomoci udělat váš kalendář akcí působivým a k tomu pro vás máme dostatek informačních zdrojů. Pro začátek by se vám mohla hodit naše %s."
3973
 
3974
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3975
  msgid "New User Primer"
3976
  msgstr "Příručka nového uživatele"
3977
 
@@ -4108,12 +4111,12 @@ msgstr "Děkujeme, že používáte Event Tickets! Všichni v Modern Tribe si up
4108
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4109
  msgstr "Zadejte formát pro zobrazování data včetně roku. Používá se při zobrazení data v příštím roce."
4110
 
4111
- #: common/src/Tribe/PUE/Checker.php:651
4112
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4113
  msgid "Thanks for setting up a valid key. It will expire on %s"
4114
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
4115
 
4116
- #: src/Tribe/Main.php:948
4117
  msgid "<a href=\"%s\">edit Events settings</a>."
4118
  msgstr "<a href=\"%s\">změňte nastavení akcí</a>."
4119
 
@@ -4260,7 +4263,7 @@ msgstr "%s musí být kladné číslo nebo procento."
4260
  msgid "Editing the ticket price is currently disallowed."
4261
  msgstr "Upravovaní ceny vstupenky není aktuálně povoleno."
4262
 
4263
- #: src/Tribe/Main.php:951
4264
  msgid "%1$s or %2$s"
4265
  msgstr "%1$s nebo %2$s"
4266
 
@@ -4693,7 +4696,7 @@ msgid "More..."
4693
  msgstr "Více..."
4694
 
4695
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4696
- #: src/Tribe/Main.php:1024
4697
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4698
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4699
  msgid "Events Calendar PRO"
@@ -5370,7 +5373,7 @@ msgid "News For Events Users"
5370
  msgstr "Novinky pro uživatele Akcí"
5371
 
5372
  #: src/Tribe/Aggregator/API/Origins.php:36
5373
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5374
  #: src/admin-views/admin-update-message.php:55
5375
  #: src/admin-views/aggregator/settings.php:393
5376
  #: src/admin-views/aggregator/status.php:181
@@ -7121,11 +7124,11 @@ msgstr "Kontrolní kód"
7121
  msgid "Ticket #"
7122
  msgstr "Vstupenka"
7123
 
7124
- #: src/Tribe/Templates.php:663
7125
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7126
  msgstr "Přepisy šablon je třeba přemístit do správného podadresáře: tribe_get_template_part('%s')"
7127
 
7128
- #: src/Tribe/Templates.php:619
7129
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7130
  msgstr "Přepisy šablon je třeba přemístit do správného podadresáře: %s"
7131
 
@@ -7245,40 +7248,39 @@ msgstr "Nastavení %s"
7245
  msgid "Events Settings"
7246
  msgstr "Nastavení akcí"
7247
 
7248
- #: common/src/Tribe/PUE/Checker.php:583
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7250
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7251
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
7252
 
7253
- #: common/src/Tribe/PUE/Checker.php:642
7254
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7255
  msgid "Valid Key! Expires on %s"
7256
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
7257
 
7258
- #: common/src/Tribe/PUE/Checker.php:624
7259
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7260
  msgid "Sorry, key validation server is not available."
7261
  msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
7262
 
7263
- #: common/src/Tribe/PUE/Checker.php:618
7264
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7265
  msgid "unknown date"
7266
  msgstr "neznámé datum"
7267
 
7268
- #: common/src/Tribe/PUE/Checker.php:566
7269
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7270
  msgid "License key(s) updated."
7271
  msgstr "Licenční klíč(e) byl aktualizován."
7272
 
7273
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7274
- #: common/src/Tribe/PUE/Checker.php:469
7275
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7276
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7277
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7278
  msgid "A valid license key is required for support and updates"
7279
  msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
7280
 
7281
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7282
  #: src/admin-views/aggregator/status.php:41
7283
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7284
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7289,49 +7291,49 @@ msgstr "Licenční klíč"
7289
  msgid "Error"
7290
  msgstr "Chyba"
7291
 
7292
- #: src/Tribe/Main.php:4220
7293
  msgid "Once Every 30 Mins"
7294
  msgstr "Jednou za 30 minut"
7295
 
7296
- #: src/Tribe/Main.php:4147
7297
  msgid "Day Of"
7298
  msgstr "Dne"
7299
 
7300
- #: src/Tribe/Main.php:4145
7301
  msgid "%s From"
7302
  msgstr "%s od"
7303
 
7304
- #: src/Tribe/Main.php:4143
7305
  msgid "%s In"
7306
  msgstr "%s v"
7307
 
7308
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7309
  #: src/admin-views/aggregator/origins/refine.php:7
7310
  msgid "Date"
7311
  msgstr "Datum"
7312
 
7313
- #: src/Tribe/Main.php:4115
7314
  msgid "Search"
7315
  msgstr "Hledat"
7316
 
7317
- #: src/Tribe/Main.php:4090
7318
  msgid "Day"
7319
  msgstr "Den"
7320
 
7321
- #: src/Tribe/Main.php:4073
7322
  msgid "Month"
7323
  msgstr "Měsíc"
7324
 
7325
- #: src/Tribe/Main.php:4055
7326
  msgid "List"
7327
  msgstr "Seznam"
7328
 
7329
- #: src/Tribe/Main.php:4039
7330
  msgid "Calendar"
7331
  msgstr "Kalendář"
7332
 
7333
  #: common/src/Tribe/Settings.php:242
7334
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7335
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7336
  msgid "Settings"
7337
  msgstr "Nastavení"
@@ -7345,7 +7347,7 @@ msgstr "CSV"
7345
  msgid "Add %s"
7346
  msgstr "Vytvořit (%s)"
7347
 
7348
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7349
  msgid "View Calendar"
7350
  msgstr "Zobrazit kalendář"
7351
 
@@ -7353,53 +7355,53 @@ msgstr "Zobrazit kalendář"
7353
  msgid "%s"
7354
  msgstr "%s"
7355
 
7356
- #: src/Tribe/Main.php:3936
7357
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7358
  msgstr "Hledáte další funkce, včetně opakujících se akcí, prodeje vstupenek, veřejně přidávaných akcí, nových způsobů zobrazení a další?"
7359
 
7360
- #: src/Tribe/Main.php:3931
7361
  msgid "Additional Functionality"
7362
  msgstr "Další funkce"
7363
 
7364
- #: src/Tribe/Main.php:3886
7365
  msgid "News from Modern Tribe"
7366
  msgstr "Novinky od Modern Tribe"
7367
 
7368
- #: src/Tribe/Main.php:3866
7369
  msgid "View All Add-Ons"
7370
  msgstr "Prohlédnout všechny doplňky"
7371
 
7372
- #: src/Tribe/Main.php:3863
7373
  msgid "Support"
7374
  msgstr "Podpora"
7375
 
7376
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7377
  msgid "%s Information"
7378
  msgstr "%s – údaje"
7379
 
7380
- #: src/Tribe/Main.php:3509
7381
  msgid "%s Options"
7382
  msgstr "Nastavení %s"
7383
 
7384
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7385
  #: src/functions/template-tags/day.php:157
7386
  #: src/functions/template-tags/day.php:178
7387
  msgid "Date out of range."
7388
  msgstr "Datum je mimo platný rozsah."
7389
 
7390
- #: src/Tribe/Main.php:2204
7391
  msgid "all"
7392
  msgstr "vse"
7393
 
7394
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7395
  msgid "events"
7396
  msgstr "kalendar-akci"
7397
 
7398
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7399
  msgid "event"
7400
  msgstr "akce"
7401
 
7402
- #: src/Tribe/Main.php:2201
7403
  msgid "page"
7404
  msgstr "strana"
7405
 
@@ -7440,129 +7442,129 @@ msgstr "%s k dispozici"
7440
  msgid "My %s"
7441
  msgstr "Moje záznamy"
7442
 
7443
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7444
  msgid "%s draft updated."
7445
  msgstr "Koncept (%s) byl uložen."
7446
 
7447
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7448
  msgid "%s submitted."
7449
  msgstr "%s – odesláno ke schválení."
7450
 
7451
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7452
  msgid "%s published."
7453
  msgstr "%s – publikováno."
7454
 
7455
  #. translators: %s: date and time of the revision
7456
- #: src/Tribe/Main.php:1752
7457
  msgid "%s restored to revision from %s"
7458
  msgstr "Následující verze (%s) byla úspěšně obnovena: %s"
7459
 
7460
  #. translators: Publish box date format, see http://php.net/date
7461
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7462
  msgid "M j, Y @ G:i"
7463
  msgstr "j.n.Y, G:i"
7464
 
7465
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7466
  msgid "%s saved."
7467
  msgstr "%s – uloženo."
7468
 
7469
  #. translators: %s: date and time of the revision
7470
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7471
  msgid "%1$s restored to revision from %2$s"
7472
  msgstr "Následující verze %1$s byla úspěšně obnovena: %2$s"
7473
 
7474
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7475
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7476
  msgid "%s updated."
7477
  msgstr "%s – aktualizováno."
7478
 
7479
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7480
  msgid "Custom field deleted."
7481
  msgstr "Uživatelské pole bylo smazáno."
7482
 
7483
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7484
  msgid "Custom field updated."
7485
  msgstr "Uživatelské pole bylo aktualizováno."
7486
 
7487
- #: src/Tribe/Main.php:1669
7488
  msgid "New %s Category Name"
7489
  msgstr "Název nové rubriky %s"
7490
 
7491
- #: src/Tribe/Main.php:1668
7492
  msgid "Add New %s Category"
7493
  msgstr "Vytvořit novou rubriku %s"
7494
 
7495
- #: src/Tribe/Main.php:1667
7496
  msgid "Update %s Category"
7497
  msgstr "Aktualizovat rubriku %s"
7498
 
7499
- #: src/Tribe/Main.php:1666
7500
  msgid "Edit %s Category"
7501
  msgstr "Upravit rubriku %s"
7502
 
7503
- #: src/Tribe/Main.php:1665
7504
  msgid "Parent %s Category:"
7505
  msgstr "Nadřazená rubrika %s:"
7506
 
7507
- #: src/Tribe/Main.php:1664
7508
  msgid "Parent %s Category"
7509
  msgstr "Nadřazená rubrika %s"
7510
 
7511
- #: src/Tribe/Main.php:1663
7512
  msgid "All %s Categories"
7513
  msgstr "Všechny rubriky %s"
7514
 
7515
- #: src/Tribe/Main.php:1662
7516
  msgid "Search %s Categories"
7517
  msgstr "Hledat rubriky %s"
7518
 
7519
- #: src/Tribe/Main.php:1661
7520
  msgid "%s Category"
7521
  msgstr "Rubrika %s"
7522
 
7523
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7524
  msgid "No %s found in Trash"
7525
  msgstr "V koši nebyly nalezeny žádné záznamy (%s)"
7526
 
7527
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7528
  msgid "No %s found"
7529
  msgstr "Nebyly nalezeny žádné záznamy (%s)"
7530
 
7531
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7532
  msgid "Search %s"
7533
  msgstr "Hledat %s"
7534
 
7535
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7536
  #: vendor/tickets/src/views/tickets/orders.php:26
7537
  msgid "View %s"
7538
  msgstr "Zobrazit (%s)"
7539
 
7540
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7541
  msgid "New %s"
7542
  msgstr "Vytvořit (%s)"
7543
 
7544
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7545
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7546
  msgid "Add New %s"
7547
  msgstr "Vytvořit nový záznam (%s)"
7548
 
7549
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7550
  msgid "Add New"
7551
  msgstr "Vytvořit"
7552
 
7553
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7554
  msgid "tag"
7555
  msgstr "stitek"
7556
 
7557
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7558
  msgid "category"
7559
  msgstr "rubrika"
7560
 
7561
- #: src/Tribe/Main.php:1378
7562
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7563
  msgstr "Omlouváme se, ale plugin The Events Calendar vyžaduje alespoň PHP %s. Požádejte svého poskytovatele webhostingu o přechod na novější verzi PHP."
7564
 
7565
- #: src/Tribe/Main.php:1375
7566
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7567
  msgstr "Omlouváme se, ale plugin The Events Calendar vyžaduje alespoň WordPress %s. Aktualizujte si prosím svůj WordPress."
7568
 
@@ -7584,53 +7586,53 @@ msgstr "Nápověda"
7584
  msgid "Display"
7585
  msgstr "Zobrazování"
7586
 
7587
- #: src/Tribe/Main.php:1224
7588
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7589
  msgstr "Následující pluginy jsou zastaralé: %1$s. Všechny doplňky jsou závislé na pluginu The Events Calendar a nebudou fungovat správně, pokud nejsou spárovány se správnou verzí. %2$sPodrobnější informace%3$s."
7590
 
7591
- #: src/Tribe/Main.php:1212
7592
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7593
  msgstr "Vaše verze pluginu The Events Calendar není dostatečně aktuální s jedním z jeho doplňků. Proveďte prosím %saktualizaci.%s"
7594
 
7595
- #: src/Tribe/Main.php:746
7596
  msgid "Initializing Tribe Events on %s"
7597
  msgstr "Initializing Tribe Events on %s"
7598
 
7599
- #: src/Tribe/Main.php:721
7600
  msgid "today"
7601
  msgstr "dnes"
7602
 
7603
- #: src/Tribe/Main.php:720
7604
  msgid "day"
7605
  msgstr "den"
7606
 
7607
- #: src/Tribe/Main.php:719
7608
  msgid "past"
7609
  msgstr "uplynulé"
7610
 
7611
- #: src/Tribe/Main.php:718
7612
  msgid "upcoming"
7613
  msgstr "nadcházející"
7614
 
7615
- #: src/Tribe/Main.php:717
7616
  msgid "list"
7617
  msgstr "seznam"
7618
 
7619
- #: src/Tribe/Main.php:716
7620
  msgid "month"
7621
  msgstr "měsíc"
7622
 
7623
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7624
  #. #-#-#-#-#
7625
  #. Plugin Name of the plugin/theme
7626
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7627
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7628
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7629
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7630
  msgid "The Events Calendar"
7631
  msgstr "The Events Calendar"
7632
 
7633
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7634
  #: src/admin-views/aggregator/tabs/import-form.php:169
7635
  #: src/functions/template-tags/general.php:58
7636
  msgid "Event"
@@ -7638,7 +7640,7 @@ msgstr "Akce"
7638
 
7639
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7640
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7641
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7642
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7643
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7644
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7873,6 +7875,10 @@ msgstr "Nebyly specifikovány položky přepínače"
7873
  msgid "Invalid field type specified"
7874
  msgstr "Uvedený typ pole je neplatný"
7875
 
 
 
 
 
7876
  #: common/src/Tribe/Cost_Utils.php:108
7877
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7878
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7933,7 +7939,7 @@ msgstr "Koncové datum"
7933
  msgid "Start Date"
7934
  msgstr "Počáteční datum"
7935
 
7936
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7937
  msgid "%s Categories"
7938
  msgstr "Rubriky %s"
7939
 
@@ -7957,26 +7963,26 @@ msgid "Please wait while timezone data is added to your events."
7957
  msgstr "Počkejte prosím dokud se k vašim akcím nepřidají údaje o časovém pásmu."
7958
 
7959
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7960
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7961
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7962
  #: src/Tribe/Venue.php:79
7963
  msgid "Edit %s"
7964
  msgstr "Upravit (%s)"
7965
 
7966
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7967
- #: src/Tribe/Main.php:4517
7968
  msgid "Use Saved %s:"
7969
  msgstr "Použít dřívější hodnoty"
7970
 
7971
- #: src/Tribe/Main.php:943
7972
  msgid " ask the site administrator set a different Events URL slug."
7973
  msgstr "požádejte administrátora webu aby změnil název v URL u akcí."
7974
 
7975
- #: src/Tribe/Main.php:937
7976
  msgid "Ask the site administrator to edit the %s slug"
7977
  msgstr "Požádejte administrátora webu aby upravil název v URL (%s)"
7978
 
7979
- #: src/Tribe/Main.php:939
7980
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7981
  msgstr "<a href=\"%s\">Upravte název v URL (%s)</a>"
7982
 
@@ -7984,7 +7990,7 @@ msgstr "<a href=\"%s\">Upravte název v URL (%s)</a>"
7984
  msgid "Thanks for Updating The Events Calendar"
7985
  msgstr "Děkujeme za aktualizování pluginu The Events Calendar"
7986
 
7987
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7988
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7989
  msgid "Welcome to The Events Calendar"
7990
  msgstr "Vítejte u pluginu The Events Calendar"
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1447
  msgid "Default Status"
1448
  msgstr ""
1449
 
 
 
 
 
1450
  #: src/admin-views/aggregator/settings.php:54
1451
  msgid "Do not re-import events. Changes made locally will be preserved."
1452
  msgstr ""
1751
  msgid "mi"
1752
  msgstr ""
1753
 
1754
+ #: src/Tribe/Main.php:935
1755
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1756
  msgstr ""
1757
 
2269
  msgid "Sorry, but something went wrong. Please try again."
2270
  msgstr ""
2271
 
2272
+ #: src/Tribe/Aggregator/Records.php:252
2273
  msgctxt "event aggregator status"
2274
  msgid "Draft <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2277
  msgstr[1] ""
2278
  msgstr[2] ""
2279
 
2280
+ #: src/Tribe/Aggregator/Records.php:251
2281
  msgctxt "event aggregator status"
2282
  msgid "Draft"
2283
  msgstr ""
2284
 
2285
+ #: src/Tribe/Aggregator/Records.php:242
2286
  msgctxt "event aggregator status"
2287
  msgid "Pending <span class=\"count\">(%s)</span>"
2288
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2290
  msgstr[1] ""
2291
  msgstr[2] ""
2292
 
2293
+ #: src/Tribe/Aggregator/Records.php:241
2294
  msgctxt "event aggregator status"
2295
  msgid "Pending"
2296
  msgstr ""
2297
 
2298
+ #: src/Tribe/Aggregator/Records.php:232
2299
  msgctxt "event aggregator status"
2300
  msgid "Schedule <span class=\"count\">(%s)</span>"
2301
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2303
  msgstr[1] ""
2304
  msgstr[2] ""
2305
 
2306
+ #: src/Tribe/Aggregator/Records.php:231
2307
  msgctxt "event aggregator status"
2308
  msgid "Schedule"
2309
  msgstr ""
2310
 
2311
+ #: src/Tribe/Aggregator/Records.php:222
2312
  msgctxt "event aggregator status"
2313
  msgid "Failed <span class=\"count\">(%s)</span>"
2314
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2316
  msgstr[1] ""
2317
  msgstr[2] ""
2318
 
2319
+ #: src/Tribe/Aggregator/Records.php:221
2320
  msgctxt "event aggregator status"
2321
  msgid "Failed"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:212
2325
  msgctxt "event aggregator status"
2326
  msgid "Imported <span class=\"count\">(%s)</span>"
2327
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2329
  msgstr[1] ""
2330
  msgstr[2] ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:211
2333
  msgctxt "event aggregator status"
2334
  msgid "Imported"
2335
  msgstr ""
2336
 
2337
+ #: src/Tribe/Aggregator/Records.php:174
2338
  msgid "No Aggregator Records found in Trash."
2339
  msgstr ""
2340
 
2341
+ #: src/Tribe/Aggregator/Records.php:173
2342
  msgid "No Aggregator Records found."
2343
  msgstr ""
2344
 
2345
+ #: src/Tribe/Aggregator/Records.php:172
2346
  msgid "Parent Aggregator Record:"
2347
  msgstr ""
2348
 
2349
+ #: src/Tribe/Aggregator/Records.php:171
2350
  msgid "Search Aggregator Records"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:170
2354
  msgid "All Aggregator Records"
2355
  msgstr ""
2356
 
2357
+ #: src/Tribe/Aggregator/Records.php:169
2358
  msgid "View Aggregator Record"
2359
  msgstr ""
2360
 
2361
+ #: src/Tribe/Aggregator/Records.php:168
2362
  msgid "Edit Aggregator Record"
2363
  msgstr ""
2364
 
2365
+ #: src/Tribe/Aggregator/Records.php:167
2366
  msgid "New Aggregator Record"
2367
  msgstr ""
2368
 
2369
+ #: src/Tribe/Aggregator/Records.php:166
2370
  msgid "Add New Aggregator Record"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:165
2374
  msgctxt "record"
2375
  msgid "Add New"
2376
  msgstr ""
2377
 
2378
+ #: src/Tribe/Aggregator/Records.php:164
2379
  msgctxt "add new on admin bar"
2380
  msgid "Aggregator Record"
2381
  msgstr ""
2382
 
2383
+ #: src/Tribe/Aggregator/Records.php:163
2384
  msgctxt "admin menu"
2385
  msgid "Aggregator Records"
2386
  msgstr ""
2387
 
2388
+ #: src/Tribe/Aggregator/Records.php:162
2389
  msgctxt "post type singular name"
2390
  msgid "Aggregator Record"
2391
  msgstr ""
2392
 
2393
+ #: src/Tribe/Aggregator/Records.php:161
2394
  msgctxt "post type general name"
2395
  msgid "Aggregator Records"
2396
  msgstr ""
2397
 
2398
+ #: src/Tribe/Aggregator/Records.php:144
2399
  msgid "Events Aggregator Record"
2400
  msgstr ""
2401
 
3005
  msgstr[1] ""
3006
  msgstr[2] ""
3007
 
3008
+ #: common/src/Tribe/PUE/Checker.php:763
3009
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
3010
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3011
  msgstr ""
3012
 
3013
+ #: common/src/Tribe/PUE/Checker.php:707
3014
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
3015
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3016
  msgstr ""
3017
 
3018
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
3019
  #: src/Tribe/Aggregator/Record/Abstract.php:850
3020
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
3021
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
3022
  msgid " (opens in a new window)"
3023
  msgstr ""
3024
 
3025
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
3026
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
3027
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
3028
  msgid "Renew Your License Now"
3186
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3187
  msgstr "Dejte pluginu %1$sThe Events Calendar%2$s hodnocení %3$s"
3188
 
 
3189
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3190
  msgid "This calendar is powered by %1$s."
3191
  msgstr "Tento kalendář používá plugin %1$s."
3602
  msgid "No notable changes detected"
3603
  msgstr "Nebyly zjištěny žádné významné změny"
3604
 
3605
+ #: src/Tribe/Main.php:2580
3606
  msgid " (View Full %1$s Description Here: %2$s)"
3607
  msgstr " (úplný popis %1$s najdete zde: %2$s)"
3608
 
3844
  msgid "No %1$s scheduled for %2$s. Please try another day."
3845
  msgstr "Nebyly nalezeny žádné %1$s naplánované na %2$s. Zkuste prosím zvolit jiný den."
3846
 
3847
+ #: src/Tribe/Main.php:3938
3848
  msgid "Check out the %savailable add-ons%s."
3849
  msgstr "Podívejte se na %sdostupné doplňky%s."
3850
 
3851
+ #: src/Tribe/Main.php:1807
3852
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3853
  msgstr "Pokud nezadáte žádné místo, vaše akce se zobrazí ve výsledcích vyhledávání bez doplňujících údajů %sGoogle Rich Snippet%s."
3854
 
3855
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3856
  msgid "%1$s scheduled for: %2$s."
3857
  msgstr "%1$s – bude automaticky publikováno: %2$s."
3858
 
3859
+ #: src/Tribe/Main.php:1719
3860
  msgid "%1$s draft updated. %2$sPreview %3$s"
3861
  msgstr "Koncept %1$s byl uložen. %2$sZobrazit náhled %3$s"
3862
 
3863
+ #: src/Tribe/Main.php:1710
3864
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3865
  msgstr "%1$s bude automaticky publikována: %2$s. %3$sZobrazit náhled %4$s"
3866
 
3867
+ #: src/Tribe/Main.php:1704
3868
  msgid "%1$s submitted. %2$sPreview %3$s"
3869
  msgstr "%1$s byla odeslána ke schválení. %2$sZobrazit náhled %3$s"
3870
 
3871
+ #: src/Tribe/Main.php:1698
3872
  msgid "Event published. %1$sView %2$s"
3873
  msgstr "Akce byla publikována. %1$sZobrazit %2$s"
3874
 
3875
+ #: src/Tribe/Main.php:1687
3876
  msgid "%1$s updated. %2$sView %3$s"
3877
  msgstr "%1$s byla aktualizována. %2$sZobrazit stránku %3$s"
3878
 
3879
+ #: src/Tribe/Main.php:1391
3880
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3881
  msgstr "Vypadá to, že se nepodařilo nalézt knihovny tribe-common! Složka by se měla nacházet v podadresáři \"common/\" pluginu pro kalendář akcí."
3882
 
3883
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3884
  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)."
3885
  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)."
3886
 
3887
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3888
  #: vendor/tickets/src/Tribe/Main.php:476
3889
  msgid "post a thread"
3890
  msgstr "založit vlákno"
3891
 
3892
+ #: src/Tribe/Main.php:1026
3893
  msgid "<strong>Looking for more immediate support?</strong> 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."
3894
  msgstr "<strong>Potřebujete okamžitou pomoc?</strong> 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."
3895
 
3896
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3897
  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."
3898
  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."
3899
 
3900
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3901
  msgid "open-source forum on WordPress.org"
3902
  msgstr "open-source fórum na WordPress.org"
3903
 
3904
+ #: src/Tribe/Main.php:1017
3905
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3906
  msgstr "<strong>Potřebujete okamžitou pomoc?</strong> Nabízíme %s při zakoupení některého z našich prémiových pluginů. Získejte licenci a můžete očekávat odpověď na své dotazy během 24-48 hodin v pracovní dny."
3907
 
3908
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3909
  #: vendor/tickets/src/Tribe/Main.php:467
3910
  msgid "premium support on our website"
3911
  msgstr "prémiovou podporu na našem webu"
3912
 
3913
+ #: src/Tribe/Main.php:1014
3914
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3915
  msgstr "Pokud jste vyzkoušeli výše uvedené kroky a stále máte potíže, můžete založit nové vlákno na WordPress.org fórech pro plugin %1$s nebo %2$s. Pracovníci naší podpory jednou týdně kontrolují tato fóra a rádi vám pomohou."
3916
 
3917
+ #: src/Tribe/Main.php:1013
3918
  msgid "Events Tickets"
3919
  msgstr "Events Tickets"
3920
 
3921
+ #: src/Tribe/Main.php:998
3922
  msgid "Customizing the Events plugins"
3923
  msgstr "Přizpůsobení pluginů pro Akce"
3924
 
3925
+ #: src/Tribe/Main.php:998
3926
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3927
  msgstr "%s: Kód a návody pro přizpůsobení vašeho kalendáře užitečnými a zajímavými způsoby."
3928
 
3929
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3930
  msgid "Troubleshooting common problems"
3931
  msgstr "Řešení obvyklých problémů"
3932
 
3933
+ #: src/Tribe/Main.php:996
3934
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3935
  msgstr "%s: Máte problém s vaším kalendářem? Prvně zkuste zjistit zde, jaký je možný zdroj chyby a jak ji opravit."
3936
 
3937
+ #: src/Tribe/Main.php:994
3938
  msgid "Using stylesheets and page templates"
3939
  msgstr "Používání CSS stylů a šablon stránek"
3940
 
3941
+ #: src/Tribe/Main.php:994
3942
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3943
  msgstr "%s: Přehled výchozích šablon a stylů, které jsou zahrnuty v pluginu, včetně postupů k jejich úpravě."
3944
 
3945
+ #: src/Tribe/Main.php:992
3946
  msgid "Themer’s Guide"
3947
  msgstr "Příručka šablonáře"
3948
 
3949
+ #: src/Tribe/Main.php:992
3950
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3951
  msgstr "%s: Náš nejkomplexnější návod pro přizpůsobení kalendáře vašim potřebám, včetně vlastních rozvržení a stylů."
3952
 
3953
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3954
  msgid "Features overview"
3955
  msgstr "Přehled funkcí"
3956
 
3957
+ #: src/Tribe/Main.php:990
3958
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3959
  msgstr "%s: Kompletní přehled funkcí, které budete mít k dispozici ihned po instalaci, včetně popisu jak je používat. "
3960
 
3961
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3962
  msgid "Settings overview"
3963
  msgstr "Přehled nastavení"
3964
 
3965
+ #: src/Tribe/Main.php:988
3966
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3967
  msgstr "%s: Detailní průvodce pluginem The Events Calendar a všech jeho nastavení, která máte k dispozici."
3968
 
3969
+ #: src/Tribe/Main.php:985
3970
  msgid "Support for The Events Calendar"
3971
  msgstr "Podpora pro The Events Calendar"
3972
 
3973
+ #: src/Tribe/Main.php:974
3974
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3975
  msgstr "Chceme vám pomoci udělat váš kalendář akcí působivým a k tomu pro vás máme dostatek informačních zdrojů. Pro začátek by se vám mohla hodit naše %s."
3976
 
3977
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3978
  msgid "New User Primer"
3979
  msgstr "Příručka nového uživatele"
3980
 
4111
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4112
  msgstr "Zadejte formát pro zobrazování data včetně roku. Používá se při zobrazení data v příštím roce."
4113
 
4114
+ #: common/src/Tribe/PUE/Checker.php:654
4115
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4116
  msgid "Thanks for setting up a valid key. It will expire on %s"
4117
  msgstr "Děkujeme za vložení platného klíče. Jeho platnost skončí %s"
4118
 
4119
+ #: src/Tribe/Main.php:949
4120
  msgid "<a href=\"%s\">edit Events settings</a>."
4121
  msgstr "<a href=\"%s\">změňte nastavení akcí</a>."
4122
 
4263
  msgid "Editing the ticket price is currently disallowed."
4264
  msgstr "Upravovaní ceny vstupenky není aktuálně povoleno."
4265
 
4266
+ #: src/Tribe/Main.php:952
4267
  msgid "%1$s or %2$s"
4268
  msgstr "%1$s nebo %2$s"
4269
 
4696
  msgstr "Více..."
4697
 
4698
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4699
+ #: src/Tribe/Main.php:1025
4700
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4701
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4702
  msgid "Events Calendar PRO"
5373
  msgstr "Novinky pro uživatele Akcí"
5374
 
5375
  #: src/Tribe/Aggregator/API/Origins.php:36
5376
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5377
  #: src/admin-views/admin-update-message.php:55
5378
  #: src/admin-views/aggregator/settings.php:393
5379
  #: src/admin-views/aggregator/status.php:181
7124
  msgid "Ticket #"
7125
  msgstr "Vstupenka"
7126
 
7127
+ #: src/Tribe/Templates.php:664
7128
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7129
  msgstr "Přepisy šablon je třeba přemístit do správného podadresáře: tribe_get_template_part('%s')"
7130
 
7131
+ #: src/Tribe/Templates.php:620
7132
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7133
  msgstr "Přepisy šablon je třeba přemístit do správného podadresáře: %s"
7134
 
7248
  msgid "Events Settings"
7249
  msgstr "Nastavení akcí"
7250
 
7251
+ #: common/src/Tribe/PUE/Checker.php:586
7252
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7253
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7254
  msgstr "Hmmm... něco je špatně s tímto validátorem. Kontaktujte prosím %spodporu%s."
7255
 
7256
+ #: common/src/Tribe/PUE/Checker.php:645
7257
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7258
  msgid "Valid Key! Expires on %s"
7259
  msgstr "Platný klíč! Platnost tohoto klíče skončí %s"
7260
 
7261
+ #: common/src/Tribe/PUE/Checker.php:627
7262
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7263
  msgid "Sorry, key validation server is not available."
7264
  msgstr "Omlouváme se, ale server k ověření klíče není dostupný."
7265
 
7266
+ #: common/src/Tribe/PUE/Checker.php:621
7267
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7268
  msgid "unknown date"
7269
  msgstr "neznámé datum"
7270
 
7271
+ #: common/src/Tribe/PUE/Checker.php:569
7272
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7273
  msgid "License key(s) updated."
7274
  msgstr "Licenční klíč(e) byl aktualizován."
7275
 
7276
+ #: common/src/Tribe/PUE/Checker.php:419
 
7277
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7278
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7279
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7280
  msgid "A valid license key is required for support and updates"
7281
  msgstr "Platný licenční klíč je vyžadován pro podporu a aktualizace"
7282
 
7283
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7284
  #: src/admin-views/aggregator/status.php:41
7285
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7286
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7291
  msgid "Error"
7292
  msgstr "Chyba"
7293
 
7294
+ #: src/Tribe/Main.php:4221
7295
  msgid "Once Every 30 Mins"
7296
  msgstr "Jednou za 30 minut"
7297
 
7298
+ #: src/Tribe/Main.php:4148
7299
  msgid "Day Of"
7300
  msgstr "Dne"
7301
 
7302
+ #: src/Tribe/Main.php:4146
7303
  msgid "%s From"
7304
  msgstr "%s od"
7305
 
7306
+ #: src/Tribe/Main.php:4144
7307
  msgid "%s In"
7308
  msgstr "%s v"
7309
 
7310
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7311
  #: src/admin-views/aggregator/origins/refine.php:7
7312
  msgid "Date"
7313
  msgstr "Datum"
7314
 
7315
+ #: src/Tribe/Main.php:4116
7316
  msgid "Search"
7317
  msgstr "Hledat"
7318
 
7319
+ #: src/Tribe/Main.php:4091
7320
  msgid "Day"
7321
  msgstr "Den"
7322
 
7323
+ #: src/Tribe/Main.php:4074
7324
  msgid "Month"
7325
  msgstr "Měsíc"
7326
 
7327
+ #: src/Tribe/Main.php:4056
7328
  msgid "List"
7329
  msgstr "Seznam"
7330
 
7331
+ #: src/Tribe/Main.php:4040
7332
  msgid "Calendar"
7333
  msgstr "Kalendář"
7334
 
7335
  #: common/src/Tribe/Settings.php:242
7336
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7337
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7338
  msgid "Settings"
7339
  msgstr "Nastavení"
7347
  msgid "Add %s"
7348
  msgstr "Vytvořit (%s)"
7349
 
7350
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7351
  msgid "View Calendar"
7352
  msgstr "Zobrazit kalendář"
7353
 
7355
  msgid "%s"
7356
  msgstr "%s"
7357
 
7358
+ #: src/Tribe/Main.php:3937
7359
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7360
  msgstr "Hledáte další funkce, včetně opakujících se akcí, prodeje vstupenek, veřejně přidávaných akcí, nových způsobů zobrazení a další?"
7361
 
7362
+ #: src/Tribe/Main.php:3932
7363
  msgid "Additional Functionality"
7364
  msgstr "Další funkce"
7365
 
7366
+ #: src/Tribe/Main.php:3887
7367
  msgid "News from Modern Tribe"
7368
  msgstr "Novinky od Modern Tribe"
7369
 
7370
+ #: src/Tribe/Main.php:3867
7371
  msgid "View All Add-Ons"
7372
  msgstr "Prohlédnout všechny doplňky"
7373
 
7374
+ #: src/Tribe/Main.php:3864
7375
  msgid "Support"
7376
  msgstr "Podpora"
7377
 
7378
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7379
  msgid "%s Information"
7380
  msgstr "%s – údaje"
7381
 
7382
+ #: src/Tribe/Main.php:3510
7383
  msgid "%s Options"
7384
  msgstr "Nastavení %s"
7385
 
7386
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7387
  #: src/functions/template-tags/day.php:157
7388
  #: src/functions/template-tags/day.php:178
7389
  msgid "Date out of range."
7390
  msgstr "Datum je mimo platný rozsah."
7391
 
7392
+ #: src/Tribe/Main.php:2205
7393
  msgid "all"
7394
  msgstr "vse"
7395
 
7396
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7397
  msgid "events"
7398
  msgstr "kalendar-akci"
7399
 
7400
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7401
  msgid "event"
7402
  msgstr "akce"
7403
 
7404
+ #: src/Tribe/Main.php:2202
7405
  msgid "page"
7406
  msgstr "strana"
7407
 
7442
  msgid "My %s"
7443
  msgstr "Moje záznamy"
7444
 
7445
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7446
  msgid "%s draft updated."
7447
  msgstr "Koncept (%s) byl uložen."
7448
 
7449
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7450
  msgid "%s submitted."
7451
  msgstr "%s – odesláno ke schválení."
7452
 
7453
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7454
  msgid "%s published."
7455
  msgstr "%s – publikováno."
7456
 
7457
  #. translators: %s: date and time of the revision
7458
+ #: src/Tribe/Main.php:1753
7459
  msgid "%s restored to revision from %s"
7460
  msgstr "Následující verze (%s) byla úspěšně obnovena: %s"
7461
 
7462
  #. translators: Publish box date format, see http://php.net/date
7463
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7464
  msgid "M j, Y @ G:i"
7465
  msgstr "j.n.Y, G:i"
7466
 
7467
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7468
  msgid "%s saved."
7469
  msgstr "%s – uloženo."
7470
 
7471
  #. translators: %s: date and time of the revision
7472
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7473
  msgid "%1$s restored to revision from %2$s"
7474
  msgstr "Následující verze %1$s byla úspěšně obnovena: %2$s"
7475
 
7476
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7477
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7478
  msgid "%s updated."
7479
  msgstr "%s – aktualizováno."
7480
 
7481
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7482
  msgid "Custom field deleted."
7483
  msgstr "Uživatelské pole bylo smazáno."
7484
 
7485
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7486
  msgid "Custom field updated."
7487
  msgstr "Uživatelské pole bylo aktualizováno."
7488
 
7489
+ #: src/Tribe/Main.php:1670
7490
  msgid "New %s Category Name"
7491
  msgstr "Název nové rubriky %s"
7492
 
7493
+ #: src/Tribe/Main.php:1669
7494
  msgid "Add New %s Category"
7495
  msgstr "Vytvořit novou rubriku %s"
7496
 
7497
+ #: src/Tribe/Main.php:1668
7498
  msgid "Update %s Category"
7499
  msgstr "Aktualizovat rubriku %s"
7500
 
7501
+ #: src/Tribe/Main.php:1667
7502
  msgid "Edit %s Category"
7503
  msgstr "Upravit rubriku %s"
7504
 
7505
+ #: src/Tribe/Main.php:1666
7506
  msgid "Parent %s Category:"
7507
  msgstr "Nadřazená rubrika %s:"
7508
 
7509
+ #: src/Tribe/Main.php:1665
7510
  msgid "Parent %s Category"
7511
  msgstr "Nadřazená rubrika %s"
7512
 
7513
+ #: src/Tribe/Main.php:1664
7514
  msgid "All %s Categories"
7515
  msgstr "Všechny rubriky %s"
7516
 
7517
+ #: src/Tribe/Main.php:1663
7518
  msgid "Search %s Categories"
7519
  msgstr "Hledat rubriky %s"
7520
 
7521
+ #: src/Tribe/Main.php:1662
7522
  msgid "%s Category"
7523
  msgstr "Rubrika %s"
7524
 
7525
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7526
  msgid "No %s found in Trash"
7527
  msgstr "V koši nebyly nalezeny žádné záznamy (%s)"
7528
 
7529
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7530
  msgid "No %s found"
7531
  msgstr "Nebyly nalezeny žádné záznamy (%s)"
7532
 
7533
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7534
  msgid "Search %s"
7535
  msgstr "Hledat %s"
7536
 
7537
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7538
  #: vendor/tickets/src/views/tickets/orders.php:26
7539
  msgid "View %s"
7540
  msgstr "Zobrazit (%s)"
7541
 
7542
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7543
  msgid "New %s"
7544
  msgstr "Vytvořit (%s)"
7545
 
7546
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7547
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7548
  msgid "Add New %s"
7549
  msgstr "Vytvořit nový záznam (%s)"
7550
 
7551
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7552
  msgid "Add New"
7553
  msgstr "Vytvořit"
7554
 
7555
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7556
  msgid "tag"
7557
  msgstr "stitek"
7558
 
7559
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7560
  msgid "category"
7561
  msgstr "rubrika"
7562
 
7563
+ #: src/Tribe/Main.php:1379
7564
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7565
  msgstr "Omlouváme se, ale plugin The Events Calendar vyžaduje alespoň PHP %s. Požádejte svého poskytovatele webhostingu o přechod na novější verzi PHP."
7566
 
7567
+ #: src/Tribe/Main.php:1376
7568
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7569
  msgstr "Omlouváme se, ale plugin The Events Calendar vyžaduje alespoň WordPress %s. Aktualizujte si prosím svůj WordPress."
7570
 
7586
  msgid "Display"
7587
  msgstr "Zobrazování"
7588
 
7589
+ #: src/Tribe/Main.php:1225
7590
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7591
  msgstr "Následující pluginy jsou zastaralé: %1$s. Všechny doplňky jsou závislé na pluginu The Events Calendar a nebudou fungovat správně, pokud nejsou spárovány se správnou verzí. %2$sPodrobnější informace%3$s."
7592
 
7593
+ #: src/Tribe/Main.php:1213
7594
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7595
  msgstr "Vaše verze pluginu The Events Calendar není dostatečně aktuální s jedním z jeho doplňků. Proveďte prosím %saktualizaci.%s"
7596
 
7597
+ #: src/Tribe/Main.php:747
7598
  msgid "Initializing Tribe Events on %s"
7599
  msgstr "Initializing Tribe Events on %s"
7600
 
7601
+ #: src/Tribe/Main.php:722
7602
  msgid "today"
7603
  msgstr "dnes"
7604
 
7605
+ #: src/Tribe/Main.php:721
7606
  msgid "day"
7607
  msgstr "den"
7608
 
7609
+ #: src/Tribe/Main.php:720
7610
  msgid "past"
7611
  msgstr "uplynulé"
7612
 
7613
+ #: src/Tribe/Main.php:719
7614
  msgid "upcoming"
7615
  msgstr "nadcházející"
7616
 
7617
+ #: src/Tribe/Main.php:718
7618
  msgid "list"
7619
  msgstr "seznam"
7620
 
7621
+ #: src/Tribe/Main.php:717
7622
  msgid "month"
7623
  msgstr "měsíc"
7624
 
7625
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7626
  #. #-#-#-#-#
7627
  #. Plugin Name of the plugin/theme
7628
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7629
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7630
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7631
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7632
  msgid "The Events Calendar"
7633
  msgstr "The Events Calendar"
7634
 
7635
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7636
  #: src/admin-views/aggregator/tabs/import-form.php:169
7637
  #: src/functions/template-tags/general.php:58
7638
  msgid "Event"
7640
 
7641
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7642
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7643
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7644
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7645
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7646
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7875
  msgid "Invalid field type specified"
7876
  msgstr "Uvedený typ pole je neplatný"
7877
 
7878
+ #: common/src/Tribe/Credits.php:31
7879
+ msgid "This calendar is powered by The Events Calendar."
7880
+ msgstr "Tento kalendář používá plugin The Events Calendar."
7881
+
7882
  #: common/src/Tribe/Cost_Utils.php:108
7883
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7884
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7939
  msgid "Start Date"
7940
  msgstr "Počáteční datum"
7941
 
7942
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7943
  msgid "%s Categories"
7944
  msgstr "Rubriky %s"
7945
 
7963
  msgstr "Počkejte prosím dokud se k vašim akcím nepřidají údaje o časovém pásmu."
7964
 
7965
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7966
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7967
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7968
  #: src/Tribe/Venue.php:79
7969
  msgid "Edit %s"
7970
  msgstr "Upravit (%s)"
7971
 
7972
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7973
+ #: src/Tribe/Main.php:4518
7974
  msgid "Use Saved %s:"
7975
  msgstr "Použít dřívější hodnoty"
7976
 
7977
+ #: src/Tribe/Main.php:944
7978
  msgid " ask the site administrator set a different Events URL slug."
7979
  msgstr "požádejte administrátora webu aby změnil název v URL u akcí."
7980
 
7981
+ #: src/Tribe/Main.php:938
7982
  msgid "Ask the site administrator to edit the %s slug"
7983
  msgstr "Požádejte administrátora webu aby upravil název v URL (%s)"
7984
 
7985
+ #: src/Tribe/Main.php:940
7986
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7987
  msgstr "<a href=\"%s\">Upravte název v URL (%s)</a>"
7988
 
7990
  msgid "Thanks for Updating The Events Calendar"
7991
  msgstr "Děkujeme za aktualizování pluginu The Events Calendar"
7992
 
7993
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7994
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7995
  msgid "Welcome to The Events Calendar"
7996
  msgstr "Vítejte u pluginu The Events Calendar"
lang/the-events-calendar-cy.mo CHANGED
Binary file
lang/the-events-calendar-cy.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: cy_GB\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1444,10 +1452,6 @@ msgstr ""
1444
  msgid "Default Status"
1445
  msgstr ""
1446
 
1447
- #: src/admin-views/aggregator/settings.php:55
1448
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1449
- msgstr ""
1450
-
1451
  #: src/admin-views/aggregator/settings.php:54
1452
  msgid "Do not re-import events. Changes made locally will be preserved."
1453
  msgstr ""
@@ -1752,7 +1756,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1752
  msgid "mi"
1753
  msgstr ""
1754
 
1755
- #: src/Tribe/Main.php:934
1756
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1757
  msgstr ""
1758
 
@@ -2285,7 +2289,7 @@ msgstr ""
2285
  msgid "Sorry, but something went wrong. Please try again."
2286
  msgstr ""
2287
 
2288
- #: src/Tribe/Aggregator/Records.php:237
2289
  msgctxt "event aggregator status"
2290
  msgid "Draft <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
@@ -2294,12 +2298,12 @@ msgstr[1] ""
2294
  msgstr[2] ""
2295
  msgstr[3] ""
2296
 
2297
- #: src/Tribe/Aggregator/Records.php:236
2298
  msgctxt "event aggregator status"
2299
  msgid "Draft"
2300
  msgstr ""
2301
 
2302
- #: src/Tribe/Aggregator/Records.php:227
2303
  msgctxt "event aggregator status"
2304
  msgid "Pending <span class=\"count\">(%s)</span>"
2305
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
@@ -2308,12 +2312,12 @@ msgstr[1] ""
2308
  msgstr[2] ""
2309
  msgstr[3] ""
2310
 
2311
- #: src/Tribe/Aggregator/Records.php:226
2312
  msgctxt "event aggregator status"
2313
  msgid "Pending"
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:217
2317
  msgctxt "event aggregator status"
2318
  msgid "Schedule <span class=\"count\">(%s)</span>"
2319
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
@@ -2322,12 +2326,12 @@ msgstr[1] ""
2322
  msgstr[2] ""
2323
  msgstr[3] ""
2324
 
2325
- #: src/Tribe/Aggregator/Records.php:216
2326
  msgctxt "event aggregator status"
2327
  msgid "Schedule"
2328
  msgstr ""
2329
 
2330
- #: src/Tribe/Aggregator/Records.php:207
2331
  msgctxt "event aggregator status"
2332
  msgid "Failed <span class=\"count\">(%s)</span>"
2333
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
@@ -2336,12 +2340,12 @@ msgstr[1] ""
2336
  msgstr[2] ""
2337
  msgstr[3] ""
2338
 
2339
- #: src/Tribe/Aggregator/Records.php:206
2340
  msgctxt "event aggregator status"
2341
  msgid "Failed"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:197
2345
  msgctxt "event aggregator status"
2346
  msgid "Imported <span class=\"count\">(%s)</span>"
2347
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
@@ -2350,73 +2354,73 @@ msgstr[1] ""
2350
  msgstr[2] ""
2351
  msgstr[3] ""
2352
 
2353
- #: src/Tribe/Aggregator/Records.php:196
2354
  msgctxt "event aggregator status"
2355
  msgid "Imported"
2356
  msgstr ""
2357
 
2358
- #: src/Tribe/Aggregator/Records.php:159
2359
  msgid "No Aggregator Records found in Trash."
2360
  msgstr ""
2361
 
2362
- #: src/Tribe/Aggregator/Records.php:158
2363
  msgid "No Aggregator Records found."
2364
  msgstr ""
2365
 
2366
- #: src/Tribe/Aggregator/Records.php:157
2367
  msgid "Parent Aggregator Record:"
2368
  msgstr ""
2369
 
2370
- #: src/Tribe/Aggregator/Records.php:156
2371
  msgid "Search Aggregator Records"
2372
  msgstr ""
2373
 
2374
- #: src/Tribe/Aggregator/Records.php:155
2375
  msgid "All Aggregator Records"
2376
  msgstr ""
2377
 
2378
- #: src/Tribe/Aggregator/Records.php:154
2379
  msgid "View Aggregator Record"
2380
  msgstr ""
2381
 
2382
- #: src/Tribe/Aggregator/Records.php:153
2383
  msgid "Edit Aggregator Record"
2384
  msgstr ""
2385
 
2386
- #: src/Tribe/Aggregator/Records.php:152
2387
  msgid "New Aggregator Record"
2388
  msgstr ""
2389
 
2390
- #: src/Tribe/Aggregator/Records.php:151
2391
  msgid "Add New Aggregator Record"
2392
  msgstr ""
2393
 
2394
- #: src/Tribe/Aggregator/Records.php:150
2395
  msgctxt "record"
2396
  msgid "Add New"
2397
  msgstr ""
2398
 
2399
- #: src/Tribe/Aggregator/Records.php:149
2400
  msgctxt "add new on admin bar"
2401
  msgid "Aggregator Record"
2402
  msgstr ""
2403
 
2404
- #: src/Tribe/Aggregator/Records.php:148
2405
  msgctxt "admin menu"
2406
  msgid "Aggregator Records"
2407
  msgstr ""
2408
 
2409
- #: src/Tribe/Aggregator/Records.php:147
2410
  msgctxt "post type singular name"
2411
  msgid "Aggregator Record"
2412
  msgstr ""
2413
 
2414
- #: src/Tribe/Aggregator/Records.php:146
2415
  msgctxt "post type general name"
2416
  msgid "Aggregator Records"
2417
  msgstr ""
2418
 
2419
- #: src/Tribe/Aggregator/Records.php:129
2420
  msgid "Events Aggregator Record"
2421
  msgstr ""
2422
 
@@ -3031,24 +3035,24 @@ msgstr[1] ""
3031
  msgstr[2] ""
3032
  msgstr[3] ""
3033
 
3034
- #: common/src/Tribe/PUE/Checker.php:760
3035
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
3036
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3037
  msgstr ""
3038
 
3039
- #: common/src/Tribe/PUE/Checker.php:704
3040
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
3041
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3042
  msgstr ""
3043
 
3044
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
3045
  #: src/Tribe/Aggregator/Record/Abstract.php:850
3046
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
3047
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
3048
  msgid " (opens in a new window)"
3049
  msgstr ""
3050
 
3051
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
3052
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
3053
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
3054
  msgid "Renew Your License Now"
@@ -3212,7 +3216,6 @@ msgstr ""
3212
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3213
  msgstr ""
3214
 
3215
- #: common/src/Tribe/Credits.php:31
3216
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3217
  msgid "This calendar is powered by %1$s."
3218
  msgstr ""
@@ -3632,7 +3635,7 @@ msgstr ""
3632
  msgid "No notable changes detected"
3633
  msgstr ""
3634
 
3635
- #: src/Tribe/Main.php:2579
3636
  msgid " (View Full %1$s Description Here: %2$s)"
3637
  msgstr ""
3638
 
@@ -3874,137 +3877,137 @@ msgstr ""
3874
  msgid "No %1$s scheduled for %2$s. Please try another day."
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:3937
3878
  msgid "Check out the %savailable add-ons%s."
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1806
3882
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3886
  msgid "%1$s scheduled for: %2$s."
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:1718
3890
  msgid "%1$s draft updated. %2$sPreview %3$s"
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:1709
3894
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:1703
3898
  msgid "%1$s submitted. %2$sPreview %3$s"
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:1697
3902
  msgid "Event published. %1$sView %2$s"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:1686
3906
  msgid "%1$s updated. %2$sView %3$s"
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:1390
3910
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3914
  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)."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3918
  #: vendor/tickets/src/Tribe/Main.php:476
3919
  msgid "post a thread"
3920
  msgstr ""
3921
 
3922
- #: src/Tribe/Main.php:1025
3923
  msgid "<strong>Looking for more immediate support?</strong> 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."
3924
  msgstr ""
3925
 
3926
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3927
  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."
3928
  msgstr ""
3929
 
3930
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3931
  msgid "open-source forum on WordPress.org"
3932
  msgstr ""
3933
 
3934
- #: src/Tribe/Main.php:1016
3935
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3936
  msgstr ""
3937
 
3938
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3939
  #: vendor/tickets/src/Tribe/Main.php:467
3940
  msgid "premium support on our website"
3941
  msgstr ""
3942
 
3943
- #: src/Tribe/Main.php:1013
3944
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3945
  msgstr ""
3946
 
3947
- #: src/Tribe/Main.php:1012
3948
  msgid "Events Tickets"
3949
  msgstr ""
3950
 
3951
- #: src/Tribe/Main.php:997
3952
  msgid "Customizing the Events plugins"
3953
  msgstr ""
3954
 
3955
- #: src/Tribe/Main.php:997
3956
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3957
  msgstr ""
3958
 
3959
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3960
  msgid "Troubleshooting common problems"
3961
  msgstr ""
3962
 
3963
- #: src/Tribe/Main.php:995
3964
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3965
  msgstr ""
3966
 
3967
- #: src/Tribe/Main.php:993
3968
  msgid "Using stylesheets and page templates"
3969
  msgstr ""
3970
 
3971
- #: src/Tribe/Main.php:993
3972
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3973
  msgstr ""
3974
 
3975
- #: src/Tribe/Main.php:991
3976
  msgid "Themer’s Guide"
3977
  msgstr ""
3978
 
3979
- #: src/Tribe/Main.php:991
3980
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3981
  msgstr ""
3982
 
3983
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3984
  msgid "Features overview"
3985
  msgstr ""
3986
 
3987
- #: src/Tribe/Main.php:989
3988
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3989
  msgstr ""
3990
 
3991
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3992
  msgid "Settings overview"
3993
  msgstr ""
3994
 
3995
- #: src/Tribe/Main.php:987
3996
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3997
  msgstr ""
3998
 
3999
- #: src/Tribe/Main.php:984
4000
  msgid "Support for The Events Calendar"
4001
  msgstr ""
4002
 
4003
- #: src/Tribe/Main.php:973
4004
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
4005
  msgstr ""
4006
 
4007
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
4008
  msgid "New User Primer"
4009
  msgstr ""
4010
 
@@ -4141,12 +4144,12 @@ msgstr ""
4141
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4142
  msgstr ""
4143
 
4144
- #: common/src/Tribe/PUE/Checker.php:651
4145
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4146
  msgid "Thanks for setting up a valid key. It will expire on %s"
4147
  msgstr ""
4148
 
4149
- #: src/Tribe/Main.php:948
4150
  msgid "<a href=\"%s\">edit Events settings</a>."
4151
  msgstr ""
4152
 
@@ -4294,7 +4297,7 @@ msgstr ""
4294
  msgid "Editing the ticket price is currently disallowed."
4295
  msgstr ""
4296
 
4297
- #: src/Tribe/Main.php:951
4298
  msgid "%1$s or %2$s"
4299
  msgstr ""
4300
 
@@ -4728,7 +4731,7 @@ msgid "More..."
4728
  msgstr "Mwy..."
4729
 
4730
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4731
- #: src/Tribe/Main.php:1024
4732
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4733
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4734
  msgid "Events Calendar PRO"
@@ -5405,7 +5408,7 @@ msgid "News For Events Users"
5405
  msgstr "Newyddion ar gyfer Defnyddwyr Events"
5406
 
5407
  #: src/Tribe/Aggregator/API/Origins.php:36
5408
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5409
  #: src/admin-views/admin-update-message.php:55
5410
  #: src/admin-views/aggregator/settings.php:393
5411
  #: src/admin-views/aggregator/status.php:181
@@ -7156,11 +7159,11 @@ msgstr "Cod Diogelwch"
7156
  msgid "Ticket #"
7157
  msgstr "Rhif Tocyn"
7158
 
7159
- #: src/Tribe/Templates.php:663
7160
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7161
  msgstr "Dylid symud y camau diystyru templedi i'r is-gyfeiriadur cywir: tribe_get_template_part('%s')"
7162
 
7163
- #: src/Tribe/Templates.php:619
7164
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7165
  msgstr "Dylid symud y camau diystyru templedi i'r is-gyfeiriadur cywir: %s"
7166
 
@@ -7281,40 +7284,39 @@ msgstr "Gosodiadau %s"
7281
  msgid "Events Settings"
7282
  msgstr "Gosodiadau Digwyddiadau"
7283
 
7284
- #: common/src/Tribe/PUE/Checker.php:583
7285
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7286
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7287
  msgstr ""
7288
 
7289
- #: common/src/Tribe/PUE/Checker.php:642
7290
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7291
  msgid "Valid Key! Expires on %s"
7292
  msgstr "Allwedd Ddilys! Yn dod i ben ar %s"
7293
 
7294
- #: common/src/Tribe/PUE/Checker.php:624
7295
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7296
  msgid "Sorry, key validation server is not available."
7297
  msgstr "Yn anffodus, nid yw'r gweinydd dilysu allweddau ar gael."
7298
 
7299
- #: common/src/Tribe/PUE/Checker.php:618
7300
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7301
  msgid "unknown date"
7302
  msgstr ""
7303
 
7304
- #: common/src/Tribe/PUE/Checker.php:566
7305
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7306
  msgid "License key(s) updated."
7307
  msgstr "Diweddarwyd eich allwedd(au) trwydded."
7308
 
7309
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7310
- #: common/src/Tribe/PUE/Checker.php:469
7311
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7312
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7313
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7314
  msgid "A valid license key is required for support and updates"
7315
  msgstr "Mae angen allwedd trwydded ddilys i gael cymorth a diweddariadau"
7316
 
7317
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7318
  #: src/admin-views/aggregator/status.php:41
7319
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7320
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7325,49 +7327,49 @@ msgstr "Allwedd Trwydded"
7325
  msgid "Error"
7326
  msgstr "Gwall"
7327
 
7328
- #: src/Tribe/Main.php:4220
7329
  msgid "Once Every 30 Mins"
7330
  msgstr ""
7331
 
7332
- #: src/Tribe/Main.php:4147
7333
  msgid "Day Of"
7334
  msgstr "Dydd O"
7335
 
7336
- #: src/Tribe/Main.php:4145
7337
  msgid "%s From"
7338
  msgstr ""
7339
 
7340
- #: src/Tribe/Main.php:4143
7341
  msgid "%s In"
7342
  msgstr ""
7343
 
7344
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7345
  #: src/admin-views/aggregator/origins/refine.php:7
7346
  msgid "Date"
7347
  msgstr "Dyddiad"
7348
 
7349
- #: src/Tribe/Main.php:4115
7350
  msgid "Search"
7351
  msgstr "Chwilio"
7352
 
7353
- #: src/Tribe/Main.php:4090
7354
  msgid "Day"
7355
  msgstr "Diwrnod"
7356
 
7357
- #: src/Tribe/Main.php:4073
7358
  msgid "Month"
7359
  msgstr "Mis"
7360
 
7361
- #: src/Tribe/Main.php:4055
7362
  msgid "List"
7363
  msgstr "Rhestr"
7364
 
7365
- #: src/Tribe/Main.php:4039
7366
  msgid "Calendar"
7367
  msgstr "Calendr"
7368
 
7369
  #: common/src/Tribe/Settings.php:242
7370
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7371
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7372
  msgid "Settings"
7373
  msgstr "Gosodiadau"
@@ -7381,7 +7383,7 @@ msgstr "CSV"
7381
  msgid "Add %s"
7382
  msgstr ""
7383
 
7384
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7385
  msgid "View Calendar"
7386
  msgstr "Gweld y Calendr"
7387
 
@@ -7389,53 +7391,53 @@ msgstr "Gweld y Calendr"
7389
  msgid "%s"
7390
  msgstr ""
7391
 
7392
- #: src/Tribe/Main.php:3936
7393
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7394
  msgstr "Ydych chi'n chwilio am swyddogaethau ychwanegol gan gynnwys digwyddiadau ailadroddus, gwerthiannau tocynnau, digwyddiadau a gyflwynwyd gan y cyhoedd, golygfeydd newydd a mwy?"
7395
 
7396
- #: src/Tribe/Main.php:3931
7397
  msgid "Additional Functionality"
7398
  msgstr "Swyddogaethau Ychwanegol"
7399
 
7400
- #: src/Tribe/Main.php:3886
7401
  msgid "News from Modern Tribe"
7402
  msgstr "Newyddion gan Modern Tribe"
7403
 
7404
- #: src/Tribe/Main.php:3866
7405
  msgid "View All Add-Ons"
7406
  msgstr "Gweld Pob Ychwanegyn"
7407
 
7408
- #: src/Tribe/Main.php:3863
7409
  msgid "Support"
7410
  msgstr "Cymorth"
7411
 
7412
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7413
  msgid "%s Information"
7414
  msgstr "Gwybodaeth am %s"
7415
 
7416
- #: src/Tribe/Main.php:3509
7417
  msgid "%s Options"
7418
  msgstr ""
7419
 
7420
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7421
  #: src/functions/template-tags/day.php:157
7422
  #: src/functions/template-tags/day.php:178
7423
  msgid "Date out of range."
7424
  msgstr "Dyddiad allan o'r ystod."
7425
 
7426
- #: src/Tribe/Main.php:2204
7427
  msgid "all"
7428
  msgstr ""
7429
 
7430
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7431
  msgid "events"
7432
  msgstr ""
7433
 
7434
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7435
  msgid "event"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:2201
7439
  msgid "page"
7440
  msgstr ""
7441
 
@@ -7476,129 +7478,129 @@ msgstr "%s Ar Gael"
7476
  msgid "My %s"
7477
  msgstr "Fy %s"
7478
 
7479
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7480
  msgid "%s draft updated."
7481
  msgstr "Diweddarwyd drafft %s."
7482
 
7483
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7484
  msgid "%s submitted."
7485
  msgstr "Cyflwynwyd %s."
7486
 
7487
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7488
  msgid "%s published."
7489
  msgstr "Cyhoeddwyd %s."
7490
 
7491
  #. translators: %s: date and time of the revision
7492
- #: src/Tribe/Main.php:1752
7493
  msgid "%s restored to revision from %s"
7494
  msgstr "Ailosodwyd %s i'r un diwygiedig o %s"
7495
 
7496
  #. translators: Publish box date format, see http://php.net/date
7497
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7498
  msgid "M j, Y @ G:i"
7499
  msgstr "M j, Y @ G:i"
7500
 
7501
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7502
  msgid "%s saved."
7503
  msgstr "Cadwyd %s."
7504
 
7505
  #. translators: %s: date and time of the revision
7506
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7507
  msgid "%1$s restored to revision from %2$s"
7508
  msgstr ""
7509
 
7510
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7511
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7512
  msgid "%s updated."
7513
  msgstr "Diweddarwyd %s."
7514
 
7515
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7516
  msgid "Custom field deleted."
7517
  msgstr "Dilëwyd y maes cyfaddas."
7518
 
7519
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7520
  msgid "Custom field updated."
7521
  msgstr "Diweddarwyd y maes cyfaddas."
7522
 
7523
- #: src/Tribe/Main.php:1669
7524
  msgid "New %s Category Name"
7525
  msgstr ""
7526
 
7527
- #: src/Tribe/Main.php:1668
7528
  msgid "Add New %s Category"
7529
  msgstr ""
7530
 
7531
- #: src/Tribe/Main.php:1667
7532
  msgid "Update %s Category"
7533
  msgstr ""
7534
 
7535
- #: src/Tribe/Main.php:1666
7536
  msgid "Edit %s Category"
7537
  msgstr ""
7538
 
7539
- #: src/Tribe/Main.php:1665
7540
  msgid "Parent %s Category:"
7541
  msgstr ""
7542
 
7543
- #: src/Tribe/Main.php:1664
7544
  msgid "Parent %s Category"
7545
  msgstr ""
7546
 
7547
- #: src/Tribe/Main.php:1663
7548
  msgid "All %s Categories"
7549
  msgstr ""
7550
 
7551
- #: src/Tribe/Main.php:1662
7552
  msgid "Search %s Categories"
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1661
7556
  msgid "%s Category"
7557
  msgstr ""
7558
 
7559
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7560
  msgid "No %s found in Trash"
7561
  msgstr "Ni ddaethpwyd o hyd i %s yn y Bin Sbwriel"
7562
 
7563
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7564
  msgid "No %s found"
7565
  msgstr "Ni ddaethpwyd o hyd i %s"
7566
 
7567
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7568
  msgid "Search %s"
7569
  msgstr "Chwilio %s"
7570
 
7571
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7572
  #: vendor/tickets/src/views/tickets/orders.php:26
7573
  msgid "View %s"
7574
  msgstr "Gweld %s"
7575
 
7576
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7577
  msgid "New %s"
7578
  msgstr "%s Newydd"
7579
 
7580
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7581
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7582
  msgid "Add New %s"
7583
  msgstr "Ychwanegu %s Newydd"
7584
 
7585
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7586
  msgid "Add New"
7587
  msgstr "Ychwanegu'n Newydd"
7588
 
7589
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7590
  msgid "tag"
7591
  msgstr "tag"
7592
 
7593
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7594
  msgid "category"
7595
  msgstr "categori"
7596
 
7597
- #: src/Tribe/Main.php:1378
7598
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7599
  msgstr "Mae angen PHP %s neu uwch ar The Events Calendar. Cysylltwch â'ch gweinydd i drafod eich symud i fersiwn PHP mwy newydd."
7600
 
7601
- #: src/Tribe/Main.php:1375
7602
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7603
  msgstr "Mae angen WordPress %s neu uwch ar The Events Calendar. Diweddarwch eich fersiwn o WordPress."
7604
 
@@ -7620,53 +7622,53 @@ msgstr "Cymorth"
7620
  msgid "Display"
7621
  msgstr "Dangos"
7622
 
7623
- #: src/Tribe/Main.php:1224
7624
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7625
  msgstr ""
7626
 
7627
- #: src/Tribe/Main.php:1212
7628
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7629
  msgstr "Nid yw eich fersiwn chi o The Events Calendar yn gyfredol gyda un o'ch ychwanegion The Events Calendar. Dylech %sddiweddaru yn awr.%s"
7630
 
7631
- #: src/Tribe/Main.php:746
7632
  msgid "Initializing Tribe Events on %s"
7633
  msgstr "Dechrau Digwyddiadau Tribe ar %s"
7634
 
7635
- #: src/Tribe/Main.php:721
7636
  msgid "today"
7637
  msgstr "heddiw"
7638
 
7639
- #: src/Tribe/Main.php:720
7640
  msgid "day"
7641
  msgstr "diwrnod"
7642
 
7643
- #: src/Tribe/Main.php:719
7644
  msgid "past"
7645
  msgstr "yn y gorffennol"
7646
 
7647
- #: src/Tribe/Main.php:718
7648
  msgid "upcoming"
7649
  msgstr "ar y gweill"
7650
 
7651
- #: src/Tribe/Main.php:717
7652
  msgid "list"
7653
  msgstr "rhestr"
7654
 
7655
- #: src/Tribe/Main.php:716
7656
  msgid "month"
7657
  msgstr "mis"
7658
 
7659
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7660
  #. #-#-#-#-#
7661
  #. Plugin Name of the plugin/theme
7662
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7663
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7664
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7665
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7666
  msgid "The Events Calendar"
7667
  msgstr "The Events Calendar"
7668
 
7669
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7670
  #: src/admin-views/aggregator/tabs/import-form.php:169
7671
  #: src/functions/template-tags/general.php:58
7672
  msgid "Event"
@@ -7674,7 +7676,7 @@ msgstr "Digwyddiad"
7674
 
7675
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7676
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7677
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7678
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7679
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7680
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7909,6 +7911,10 @@ msgstr "Nid oes opsiynau radio wedi'u nodi"
7909
  msgid "Invalid field type specified"
7910
  msgstr "Nodwyd math o faes annilys"
7911
 
 
 
 
 
7912
  #: common/src/Tribe/Cost_Utils.php:108
7913
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7914
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7969,7 +7975,7 @@ msgstr "Dyddiad Gorffen"
7969
  msgid "Start Date"
7970
  msgstr "Dyddiad Cychwyn"
7971
 
7972
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7973
  msgid "%s Categories"
7974
  msgstr ""
7975
 
@@ -7993,26 +7999,26 @@ msgid "Please wait while timezone data is added to your events."
7993
  msgstr ""
7994
 
7995
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7996
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7997
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7998
  #: src/Tribe/Venue.php:79
7999
  msgid "Edit %s"
8000
  msgstr "Golygu %s"
8001
 
8002
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
8003
- #: src/Tribe/Main.php:4517
8004
  msgid "Use Saved %s:"
8005
  msgstr "Defnyddio %s sydd wedi'i Gadw:"
8006
 
8007
- #: src/Tribe/Main.php:943
8008
  msgid " ask the site administrator set a different Events URL slug."
8009
  msgstr ""
8010
 
8011
- #: src/Tribe/Main.php:937
8012
  msgid "Ask the site administrator to edit the %s slug"
8013
  msgstr ""
8014
 
8015
- #: src/Tribe/Main.php:939
8016
  msgid "<a href=\"%s\">Edit the %s slug</a>"
8017
  msgstr ""
8018
 
@@ -8020,7 +8026,7 @@ msgstr ""
8020
  msgid "Thanks for Updating The Events Calendar"
8021
  msgstr "Diolch am Ddiweddaru The Events Calendar"
8022
 
8023
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
8024
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
8025
  msgid "Welcome to The Events Calendar"
8026
  msgstr "Croeso i The Events Calendar"
11
  "Language: cy_GB\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1452
  msgid "Default Status"
1453
  msgstr ""
1454
 
 
 
 
 
1455
  #: src/admin-views/aggregator/settings.php:54
1456
  msgid "Do not re-import events. Changes made locally will be preserved."
1457
  msgstr ""
1756
  msgid "mi"
1757
  msgstr ""
1758
 
1759
+ #: src/Tribe/Main.php:935
1760
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1761
  msgstr ""
1762
 
2289
  msgid "Sorry, but something went wrong. Please try again."
2290
  msgstr ""
2291
 
2292
+ #: src/Tribe/Aggregator/Records.php:252
2293
  msgctxt "event aggregator status"
2294
  msgid "Draft <span class=\"count\">(%s)</span>"
2295
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2298
  msgstr[2] ""
2299
  msgstr[3] ""
2300
 
2301
+ #: src/Tribe/Aggregator/Records.php:251
2302
  msgctxt "event aggregator status"
2303
  msgid "Draft"
2304
  msgstr ""
2305
 
2306
+ #: src/Tribe/Aggregator/Records.php:242
2307
  msgctxt "event aggregator status"
2308
  msgid "Pending <span class=\"count\">(%s)</span>"
2309
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2312
  msgstr[2] ""
2313
  msgstr[3] ""
2314
 
2315
+ #: src/Tribe/Aggregator/Records.php:241
2316
  msgctxt "event aggregator status"
2317
  msgid "Pending"
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:232
2321
  msgctxt "event aggregator status"
2322
  msgid "Schedule <span class=\"count\">(%s)</span>"
2323
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2326
  msgstr[2] ""
2327
  msgstr[3] ""
2328
 
2329
+ #: src/Tribe/Aggregator/Records.php:231
2330
  msgctxt "event aggregator status"
2331
  msgid "Schedule"
2332
  msgstr ""
2333
 
2334
+ #: src/Tribe/Aggregator/Records.php:222
2335
  msgctxt "event aggregator status"
2336
  msgid "Failed <span class=\"count\">(%s)</span>"
2337
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2340
  msgstr[2] ""
2341
  msgstr[3] ""
2342
 
2343
+ #: src/Tribe/Aggregator/Records.php:221
2344
  msgctxt "event aggregator status"
2345
  msgid "Failed"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:212
2349
  msgctxt "event aggregator status"
2350
  msgid "Imported <span class=\"count\">(%s)</span>"
2351
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2354
  msgstr[2] ""
2355
  msgstr[3] ""
2356
 
2357
+ #: src/Tribe/Aggregator/Records.php:211
2358
  msgctxt "event aggregator status"
2359
  msgid "Imported"
2360
  msgstr ""
2361
 
2362
+ #: src/Tribe/Aggregator/Records.php:174
2363
  msgid "No Aggregator Records found in Trash."
2364
  msgstr ""
2365
 
2366
+ #: src/Tribe/Aggregator/Records.php:173
2367
  msgid "No Aggregator Records found."
2368
  msgstr ""
2369
 
2370
+ #: src/Tribe/Aggregator/Records.php:172
2371
  msgid "Parent Aggregator Record:"
2372
  msgstr ""
2373
 
2374
+ #: src/Tribe/Aggregator/Records.php:171
2375
  msgid "Search Aggregator Records"
2376
  msgstr ""
2377
 
2378
+ #: src/Tribe/Aggregator/Records.php:170
2379
  msgid "All Aggregator Records"
2380
  msgstr ""
2381
 
2382
+ #: src/Tribe/Aggregator/Records.php:169
2383
  msgid "View Aggregator Record"
2384
  msgstr ""
2385
 
2386
+ #: src/Tribe/Aggregator/Records.php:168
2387
  msgid "Edit Aggregator Record"
2388
  msgstr ""
2389
 
2390
+ #: src/Tribe/Aggregator/Records.php:167
2391
  msgid "New Aggregator Record"
2392
  msgstr ""
2393
 
2394
+ #: src/Tribe/Aggregator/Records.php:166
2395
  msgid "Add New Aggregator Record"
2396
  msgstr ""
2397
 
2398
+ #: src/Tribe/Aggregator/Records.php:165
2399
  msgctxt "record"
2400
  msgid "Add New"
2401
  msgstr ""
2402
 
2403
+ #: src/Tribe/Aggregator/Records.php:164
2404
  msgctxt "add new on admin bar"
2405
  msgid "Aggregator Record"
2406
  msgstr ""
2407
 
2408
+ #: src/Tribe/Aggregator/Records.php:163
2409
  msgctxt "admin menu"
2410
  msgid "Aggregator Records"
2411
  msgstr ""
2412
 
2413
+ #: src/Tribe/Aggregator/Records.php:162
2414
  msgctxt "post type singular name"
2415
  msgid "Aggregator Record"
2416
  msgstr ""
2417
 
2418
+ #: src/Tribe/Aggregator/Records.php:161
2419
  msgctxt "post type general name"
2420
  msgid "Aggregator Records"
2421
  msgstr ""
2422
 
2423
+ #: src/Tribe/Aggregator/Records.php:144
2424
  msgid "Events Aggregator Record"
2425
  msgstr ""
2426
 
3035
  msgstr[2] ""
3036
  msgstr[3] ""
3037
 
3038
+ #: common/src/Tribe/PUE/Checker.php:763
3039
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
3040
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3041
  msgstr ""
3042
 
3043
+ #: common/src/Tribe/PUE/Checker.php:707
3044
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
3045
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3046
  msgstr ""
3047
 
3048
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
3049
  #: src/Tribe/Aggregator/Record/Abstract.php:850
3050
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
3051
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
3052
  msgid " (opens in a new window)"
3053
  msgstr ""
3054
 
3055
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
3056
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
3057
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
3058
  msgid "Renew Your License Now"
3216
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3217
  msgstr ""
3218
 
 
3219
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3220
  msgid "This calendar is powered by %1$s."
3221
  msgstr ""
3635
  msgid "No notable changes detected"
3636
  msgstr ""
3637
 
3638
+ #: src/Tribe/Main.php:2580
3639
  msgid " (View Full %1$s Description Here: %2$s)"
3640
  msgstr ""
3641
 
3877
  msgid "No %1$s scheduled for %2$s. Please try another day."
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:3938
3881
  msgid "Check out the %savailable add-ons%s."
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1807
3885
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3889
  msgid "%1$s scheduled for: %2$s."
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:1719
3893
  msgid "%1$s draft updated. %2$sPreview %3$s"
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:1710
3897
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:1704
3901
  msgid "%1$s submitted. %2$sPreview %3$s"
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:1698
3905
  msgid "Event published. %1$sView %2$s"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:1687
3909
  msgid "%1$s updated. %2$sView %3$s"
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:1391
3913
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3917
  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)."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3921
  #: vendor/tickets/src/Tribe/Main.php:476
3922
  msgid "post a thread"
3923
  msgstr ""
3924
 
3925
+ #: src/Tribe/Main.php:1026
3926
  msgid "<strong>Looking for more immediate support?</strong> 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."
3927
  msgstr ""
3928
 
3929
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3930
  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."
3931
  msgstr ""
3932
 
3933
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3934
  msgid "open-source forum on WordPress.org"
3935
  msgstr ""
3936
 
3937
+ #: src/Tribe/Main.php:1017
3938
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3939
  msgstr ""
3940
 
3941
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3942
  #: vendor/tickets/src/Tribe/Main.php:467
3943
  msgid "premium support on our website"
3944
  msgstr ""
3945
 
3946
+ #: src/Tribe/Main.php:1014
3947
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3948
  msgstr ""
3949
 
3950
+ #: src/Tribe/Main.php:1013
3951
  msgid "Events Tickets"
3952
  msgstr ""
3953
 
3954
+ #: src/Tribe/Main.php:998
3955
  msgid "Customizing the Events plugins"
3956
  msgstr ""
3957
 
3958
+ #: src/Tribe/Main.php:998
3959
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3960
  msgstr ""
3961
 
3962
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3963
  msgid "Troubleshooting common problems"
3964
  msgstr ""
3965
 
3966
+ #: src/Tribe/Main.php:996
3967
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3968
  msgstr ""
3969
 
3970
+ #: src/Tribe/Main.php:994
3971
  msgid "Using stylesheets and page templates"
3972
  msgstr ""
3973
 
3974
+ #: src/Tribe/Main.php:994
3975
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3976
  msgstr ""
3977
 
3978
+ #: src/Tribe/Main.php:992
3979
  msgid "Themer’s Guide"
3980
  msgstr ""
3981
 
3982
+ #: src/Tribe/Main.php:992
3983
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3984
  msgstr ""
3985
 
3986
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3987
  msgid "Features overview"
3988
  msgstr ""
3989
 
3990
+ #: src/Tribe/Main.php:990
3991
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3992
  msgstr ""
3993
 
3994
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3995
  msgid "Settings overview"
3996
  msgstr ""
3997
 
3998
+ #: src/Tribe/Main.php:988
3999
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
4000
  msgstr ""
4001
 
4002
+ #: src/Tribe/Main.php:985
4003
  msgid "Support for The Events Calendar"
4004
  msgstr ""
4005
 
4006
+ #: src/Tribe/Main.php:974
4007
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
4008
  msgstr ""
4009
 
4010
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
4011
  msgid "New User Primer"
4012
  msgstr ""
4013
 
4144
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4145
  msgstr ""
4146
 
4147
+ #: common/src/Tribe/PUE/Checker.php:654
4148
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4149
  msgid "Thanks for setting up a valid key. It will expire on %s"
4150
  msgstr ""
4151
 
4152
+ #: src/Tribe/Main.php:949
4153
  msgid "<a href=\"%s\">edit Events settings</a>."
4154
  msgstr ""
4155
 
4297
  msgid "Editing the ticket price is currently disallowed."
4298
  msgstr ""
4299
 
4300
+ #: src/Tribe/Main.php:952
4301
  msgid "%1$s or %2$s"
4302
  msgstr ""
4303
 
4731
  msgstr "Mwy..."
4732
 
4733
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4734
+ #: src/Tribe/Main.php:1025
4735
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4736
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4737
  msgid "Events Calendar PRO"
5408
  msgstr "Newyddion ar gyfer Defnyddwyr Events"
5409
 
5410
  #: src/Tribe/Aggregator/API/Origins.php:36
5411
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5412
  #: src/admin-views/admin-update-message.php:55
5413
  #: src/admin-views/aggregator/settings.php:393
5414
  #: src/admin-views/aggregator/status.php:181
7159
  msgid "Ticket #"
7160
  msgstr "Rhif Tocyn"
7161
 
7162
+ #: src/Tribe/Templates.php:664
7163
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7164
  msgstr "Dylid symud y camau diystyru templedi i'r is-gyfeiriadur cywir: tribe_get_template_part('%s')"
7165
 
7166
+ #: src/Tribe/Templates.php:620
7167
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7168
  msgstr "Dylid symud y camau diystyru templedi i'r is-gyfeiriadur cywir: %s"
7169
 
7284
  msgid "Events Settings"
7285
  msgstr "Gosodiadau Digwyddiadau"
7286
 
7287
+ #: common/src/Tribe/PUE/Checker.php:586
7288
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7289
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7290
  msgstr ""
7291
 
7292
+ #: common/src/Tribe/PUE/Checker.php:645
7293
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7294
  msgid "Valid Key! Expires on %s"
7295
  msgstr "Allwedd Ddilys! Yn dod i ben ar %s"
7296
 
7297
+ #: common/src/Tribe/PUE/Checker.php:627
7298
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7299
  msgid "Sorry, key validation server is not available."
7300
  msgstr "Yn anffodus, nid yw'r gweinydd dilysu allweddau ar gael."
7301
 
7302
+ #: common/src/Tribe/PUE/Checker.php:621
7303
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7304
  msgid "unknown date"
7305
  msgstr ""
7306
 
7307
+ #: common/src/Tribe/PUE/Checker.php:569
7308
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7309
  msgid "License key(s) updated."
7310
  msgstr "Diweddarwyd eich allwedd(au) trwydded."
7311
 
7312
+ #: common/src/Tribe/PUE/Checker.php:419
 
7313
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7314
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7315
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7316
  msgid "A valid license key is required for support and updates"
7317
  msgstr "Mae angen allwedd trwydded ddilys i gael cymorth a diweddariadau"
7318
 
7319
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7320
  #: src/admin-views/aggregator/status.php:41
7321
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7322
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7327
  msgid "Error"
7328
  msgstr "Gwall"
7329
 
7330
+ #: src/Tribe/Main.php:4221
7331
  msgid "Once Every 30 Mins"
7332
  msgstr ""
7333
 
7334
+ #: src/Tribe/Main.php:4148
7335
  msgid "Day Of"
7336
  msgstr "Dydd O"
7337
 
7338
+ #: src/Tribe/Main.php:4146
7339
  msgid "%s From"
7340
  msgstr ""
7341
 
7342
+ #: src/Tribe/Main.php:4144
7343
  msgid "%s In"
7344
  msgstr ""
7345
 
7346
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7347
  #: src/admin-views/aggregator/origins/refine.php:7
7348
  msgid "Date"
7349
  msgstr "Dyddiad"
7350
 
7351
+ #: src/Tribe/Main.php:4116
7352
  msgid "Search"
7353
  msgstr "Chwilio"
7354
 
7355
+ #: src/Tribe/Main.php:4091
7356
  msgid "Day"
7357
  msgstr "Diwrnod"
7358
 
7359
+ #: src/Tribe/Main.php:4074
7360
  msgid "Month"
7361
  msgstr "Mis"
7362
 
7363
+ #: src/Tribe/Main.php:4056
7364
  msgid "List"
7365
  msgstr "Rhestr"
7366
 
7367
+ #: src/Tribe/Main.php:4040
7368
  msgid "Calendar"
7369
  msgstr "Calendr"
7370
 
7371
  #: common/src/Tribe/Settings.php:242
7372
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7373
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7374
  msgid "Settings"
7375
  msgstr "Gosodiadau"
7383
  msgid "Add %s"
7384
  msgstr ""
7385
 
7386
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7387
  msgid "View Calendar"
7388
  msgstr "Gweld y Calendr"
7389
 
7391
  msgid "%s"
7392
  msgstr ""
7393
 
7394
+ #: src/Tribe/Main.php:3937
7395
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7396
  msgstr "Ydych chi'n chwilio am swyddogaethau ychwanegol gan gynnwys digwyddiadau ailadroddus, gwerthiannau tocynnau, digwyddiadau a gyflwynwyd gan y cyhoedd, golygfeydd newydd a mwy?"
7397
 
7398
+ #: src/Tribe/Main.php:3932
7399
  msgid "Additional Functionality"
7400
  msgstr "Swyddogaethau Ychwanegol"
7401
 
7402
+ #: src/Tribe/Main.php:3887
7403
  msgid "News from Modern Tribe"
7404
  msgstr "Newyddion gan Modern Tribe"
7405
 
7406
+ #: src/Tribe/Main.php:3867
7407
  msgid "View All Add-Ons"
7408
  msgstr "Gweld Pob Ychwanegyn"
7409
 
7410
+ #: src/Tribe/Main.php:3864
7411
  msgid "Support"
7412
  msgstr "Cymorth"
7413
 
7414
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7415
  msgid "%s Information"
7416
  msgstr "Gwybodaeth am %s"
7417
 
7418
+ #: src/Tribe/Main.php:3510
7419
  msgid "%s Options"
7420
  msgstr ""
7421
 
7422
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7423
  #: src/functions/template-tags/day.php:157
7424
  #: src/functions/template-tags/day.php:178
7425
  msgid "Date out of range."
7426
  msgstr "Dyddiad allan o'r ystod."
7427
 
7428
+ #: src/Tribe/Main.php:2205
7429
  msgid "all"
7430
  msgstr ""
7431
 
7432
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7433
  msgid "events"
7434
  msgstr ""
7435
 
7436
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7437
  msgid "event"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:2202
7441
  msgid "page"
7442
  msgstr ""
7443
 
7478
  msgid "My %s"
7479
  msgstr "Fy %s"
7480
 
7481
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7482
  msgid "%s draft updated."
7483
  msgstr "Diweddarwyd drafft %s."
7484
 
7485
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7486
  msgid "%s submitted."
7487
  msgstr "Cyflwynwyd %s."
7488
 
7489
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7490
  msgid "%s published."
7491
  msgstr "Cyhoeddwyd %s."
7492
 
7493
  #. translators: %s: date and time of the revision
7494
+ #: src/Tribe/Main.php:1753
7495
  msgid "%s restored to revision from %s"
7496
  msgstr "Ailosodwyd %s i'r un diwygiedig o %s"
7497
 
7498
  #. translators: Publish box date format, see http://php.net/date
7499
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7500
  msgid "M j, Y @ G:i"
7501
  msgstr "M j, Y @ G:i"
7502
 
7503
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7504
  msgid "%s saved."
7505
  msgstr "Cadwyd %s."
7506
 
7507
  #. translators: %s: date and time of the revision
7508
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7509
  msgid "%1$s restored to revision from %2$s"
7510
  msgstr ""
7511
 
7512
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7513
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7514
  msgid "%s updated."
7515
  msgstr "Diweddarwyd %s."
7516
 
7517
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7518
  msgid "Custom field deleted."
7519
  msgstr "Dilëwyd y maes cyfaddas."
7520
 
7521
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7522
  msgid "Custom field updated."
7523
  msgstr "Diweddarwyd y maes cyfaddas."
7524
 
7525
+ #: src/Tribe/Main.php:1670
7526
  msgid "New %s Category Name"
7527
  msgstr ""
7528
 
7529
+ #: src/Tribe/Main.php:1669
7530
  msgid "Add New %s Category"
7531
  msgstr ""
7532
 
7533
+ #: src/Tribe/Main.php:1668
7534
  msgid "Update %s Category"
7535
  msgstr ""
7536
 
7537
+ #: src/Tribe/Main.php:1667
7538
  msgid "Edit %s Category"
7539
  msgstr ""
7540
 
7541
+ #: src/Tribe/Main.php:1666
7542
  msgid "Parent %s Category:"
7543
  msgstr ""
7544
 
7545
+ #: src/Tribe/Main.php:1665
7546
  msgid "Parent %s Category"
7547
  msgstr ""
7548
 
7549
+ #: src/Tribe/Main.php:1664
7550
  msgid "All %s Categories"
7551
  msgstr ""
7552
 
7553
+ #: src/Tribe/Main.php:1663
7554
  msgid "Search %s Categories"
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1662
7558
  msgid "%s Category"
7559
  msgstr ""
7560
 
7561
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7562
  msgid "No %s found in Trash"
7563
  msgstr "Ni ddaethpwyd o hyd i %s yn y Bin Sbwriel"
7564
 
7565
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7566
  msgid "No %s found"
7567
  msgstr "Ni ddaethpwyd o hyd i %s"
7568
 
7569
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7570
  msgid "Search %s"
7571
  msgstr "Chwilio %s"
7572
 
7573
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7574
  #: vendor/tickets/src/views/tickets/orders.php:26
7575
  msgid "View %s"
7576
  msgstr "Gweld %s"
7577
 
7578
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7579
  msgid "New %s"
7580
  msgstr "%s Newydd"
7581
 
7582
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7583
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7584
  msgid "Add New %s"
7585
  msgstr "Ychwanegu %s Newydd"
7586
 
7587
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7588
  msgid "Add New"
7589
  msgstr "Ychwanegu'n Newydd"
7590
 
7591
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7592
  msgid "tag"
7593
  msgstr "tag"
7594
 
7595
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7596
  msgid "category"
7597
  msgstr "categori"
7598
 
7599
+ #: src/Tribe/Main.php:1379
7600
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7601
  msgstr "Mae angen PHP %s neu uwch ar The Events Calendar. Cysylltwch â'ch gweinydd i drafod eich symud i fersiwn PHP mwy newydd."
7602
 
7603
+ #: src/Tribe/Main.php:1376
7604
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7605
  msgstr "Mae angen WordPress %s neu uwch ar The Events Calendar. Diweddarwch eich fersiwn o WordPress."
7606
 
7622
  msgid "Display"
7623
  msgstr "Dangos"
7624
 
7625
+ #: src/Tribe/Main.php:1225
7626
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7627
  msgstr ""
7628
 
7629
+ #: src/Tribe/Main.php:1213
7630
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7631
  msgstr "Nid yw eich fersiwn chi o The Events Calendar yn gyfredol gyda un o'ch ychwanegion The Events Calendar. Dylech %sddiweddaru yn awr.%s"
7632
 
7633
+ #: src/Tribe/Main.php:747
7634
  msgid "Initializing Tribe Events on %s"
7635
  msgstr "Dechrau Digwyddiadau Tribe ar %s"
7636
 
7637
+ #: src/Tribe/Main.php:722
7638
  msgid "today"
7639
  msgstr "heddiw"
7640
 
7641
+ #: src/Tribe/Main.php:721
7642
  msgid "day"
7643
  msgstr "diwrnod"
7644
 
7645
+ #: src/Tribe/Main.php:720
7646
  msgid "past"
7647
  msgstr "yn y gorffennol"
7648
 
7649
+ #: src/Tribe/Main.php:719
7650
  msgid "upcoming"
7651
  msgstr "ar y gweill"
7652
 
7653
+ #: src/Tribe/Main.php:718
7654
  msgid "list"
7655
  msgstr "rhestr"
7656
 
7657
+ #: src/Tribe/Main.php:717
7658
  msgid "month"
7659
  msgstr "mis"
7660
 
7661
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7662
  #. #-#-#-#-#
7663
  #. Plugin Name of the plugin/theme
7664
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7665
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7666
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7667
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7668
  msgid "The Events Calendar"
7669
  msgstr "The Events Calendar"
7670
 
7671
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7672
  #: src/admin-views/aggregator/tabs/import-form.php:169
7673
  #: src/functions/template-tags/general.php:58
7674
  msgid "Event"
7676
 
7677
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7678
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7679
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7680
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7681
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7682
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7911
  msgid "Invalid field type specified"
7912
  msgstr "Nodwyd math o faes annilys"
7913
 
7914
+ #: common/src/Tribe/Credits.php:31
7915
+ msgid "This calendar is powered by The Events Calendar."
7916
+ msgstr "Pwerir y calendr yma gan The Events Calendar."
7917
+
7918
  #: common/src/Tribe/Cost_Utils.php:108
7919
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7920
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7975
  msgid "Start Date"
7976
  msgstr "Dyddiad Cychwyn"
7977
 
7978
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7979
  msgid "%s Categories"
7980
  msgstr ""
7981
 
7999
  msgstr ""
8000
 
8001
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
8002
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
8003
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
8004
  #: src/Tribe/Venue.php:79
8005
  msgid "Edit %s"
8006
  msgstr "Golygu %s"
8007
 
8008
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
8009
+ #: src/Tribe/Main.php:4518
8010
  msgid "Use Saved %s:"
8011
  msgstr "Defnyddio %s sydd wedi'i Gadw:"
8012
 
8013
+ #: src/Tribe/Main.php:944
8014
  msgid " ask the site administrator set a different Events URL slug."
8015
  msgstr ""
8016
 
8017
+ #: src/Tribe/Main.php:938
8018
  msgid "Ask the site administrator to edit the %s slug"
8019
  msgstr ""
8020
 
8021
+ #: src/Tribe/Main.php:940
8022
  msgid "<a href=\"%s\">Edit the %s slug</a>"
8023
  msgstr ""
8024
 
8026
  msgid "Thanks for Updating The Events Calendar"
8027
  msgstr "Diolch am Ddiweddaru The Events Calendar"
8028
 
8029
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
8030
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
8031
  msgid "Welcome to The Events Calendar"
8032
  msgstr "Croeso i The Events Calendar"
lang/the-events-calendar-da_DK.mo CHANGED
Binary file
lang/the-events-calendar-da_DK.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr "Denne kalender blive drevet af %1$s."
@@ -3566,7 +3569,7 @@ msgstr "Skabeloner introduceret eller opdateret i denne udgivelse (%s):"
3566
  msgid "No notable changes detected"
3567
  msgstr "Ingen bemærkelsesværdige ændringer fundet"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr "(Se fuld %1$s beskrivelse her: %2$s)"
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr "%1$s eller %2$s"
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Mere…"
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Nyheder for begivenhedsbrugere"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Sikkerhedskode"
7086
  msgid "Ticket #"
7087
  msgstr "Billet #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Skabelon-tilsidesættelser bør flyttes til den korrekte undermappe: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Skabelon-tilsidesættelser bør flyttes til den korrekte undermappe: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s indstillinger"
7209
  msgid "Events Settings"
7210
  msgstr "Indstillinger for begivenheder"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Hmm &hellip; der er noget galt med denne validator. Kontakt venligst %ssupport.%s:"
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Gyldig nøgle! Udløber %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "Ukendt dato"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Licensnøgle(r) opdateret."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Licensnøgle"
7253
  msgid "Error"
7254
  msgstr "Fejl"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Hver halve time"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Dag"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s fra"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s i"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Dato"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Søg efter begivenheder"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Dag"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Måned"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Liste"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Kalender"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Indstillinger"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Tilføj %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Se kalenderen"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Se kalenderen"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Leder du efter yderligere funktionaliteter, såsom gentagende begivenheder, custom meta, community begivenheder og billetsalg?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Yderligere funktionaliteter,"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Nyheder fra Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Se alle Add-ons"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Support"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s Information"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s muligheder"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Dato uden for interval."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "alle"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "begivenheder"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "begivenhed"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "side"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Tilgængelig %s"
7404
  msgid "My %s"
7405
  msgstr "Min %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s kladde er opdateret."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s tilføjet."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s udgivet."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s er genskabt til den gemte version fra %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s blev gemt."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s gendannet til revision fra %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s er opdateret."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Custom field slettet."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Custom field opdateret."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Nyt %s Kategori-navn"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Tilføj ny %s Kategori"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Opdater %s Kategori"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Rediger %s Kategori"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Forælder %s Kategori:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Forælder %s Kategori"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Alle %s Kategorier"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Søg %s kategorier"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s Kategori"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Ingen %s fundet i papirkurven"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Ingen %s fundet"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Søg efter %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Vis %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Ny %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Tilføj ny %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Tilføj ny"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "kategori"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "The Events Calendar kræver PHP %s eller nyere. Spørg eventuelt din Web host om du kan blive opgraderet til en nyere version af PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "The Events Calendar kræver WordPress %s eller nyere. Venligst opgrader din WordPress installation."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Hjælp"
7548
  msgid "Display"
7549
  msgstr "Vis"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "Følgende plugins er ikke opdaterede: %1$s. Alle add-ons er afhængige af The Events Calendar og vil ikke virke korrekt, så længe de ikke er opdateret til den rette version. %2$sLæs mere%3$s."
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Din version af The Events Calendar er ikke kompatible med dine The Events Calendar Add-ons. %sOpdater venligst%s."
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Indlæser Tribe Events på %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "I dag"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "I dag"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "tidligere"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "kommende"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "liste"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "måned"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Begivenhed"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Ingen radio options valgt"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Forkert felttype valgt"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Slutdato"
7897
  msgid "Start Date"
7898
  msgstr "Startdato"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s Kategorier"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Vent venligst mens tidszonedata bliver føjet til dine begivenheder."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Rediger i %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Brug gemt %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr "bed administratoren om at angive en anden kort titel for begivenheder."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr "Bed administratoren om at redigere korte titel for %s"
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr "<a href=\"%s\">Rediger korttitel for %s</a>"
7946
 
@@ -7948,7 +7954,7 @@ msgstr "<a href=\"%s\">Rediger korttitel for %s</a>"
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Tak for at du opdaterede The Events Calendar"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Velkommen til The Events Calendar"
11
  "Language: da_DK\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr "Denne kalender blive drevet af %1$s."
3569
  msgid "No notable changes detected"
3570
  msgstr "Ingen bemærkelsesværdige ændringer fundet"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr "(Se fuld %1$s beskrivelse her: %2$s)"
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr "%1$s eller %2$s"
4235
 
4661
  msgstr "Mere…"
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Nyheder for begivenhedsbrugere"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Billet #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Skabelon-tilsidesættelser bør flyttes til den korrekte undermappe: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Skabelon-tilsidesættelser bør flyttes til den korrekte undermappe: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Indstillinger for begivenheder"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hmm &hellip; der er noget galt med denne validator. Kontakt venligst %ssupport.%s:"
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Gyldig nøgle! Udløber %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Desværre, nøglevalideringsserveren er ikke tilgængelig."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "Ukendt dato"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Licensnøgle(r) opdateret."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Der kræves en gyldig licensnøgle for support og opdateringer"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Fejl"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Hver halve time"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Dag"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s fra"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s i"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Dato"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Søg efter begivenheder"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Dag"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Måned"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Liste"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Kalender"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Indstillinger"
7311
  msgid "Add %s"
7312
  msgstr "Tilføj %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Se kalenderen"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Leder du efter yderligere funktionaliteter, såsom gentagende begivenheder, custom meta, community begivenheder og billetsalg?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Yderligere funktionaliteter,"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Nyheder fra Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Se alle Add-ons"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Support"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s Information"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s muligheder"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Dato uden for interval."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "alle"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "begivenheder"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "begivenhed"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "side"
7371
 
7406
  msgid "My %s"
7407
  msgstr "Min %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s kladde er opdateret."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s tilføjet."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s udgivet."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s er genskabt til den gemte version fra %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s blev gemt."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s gendannet til revision fra %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s er opdateret."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Custom field slettet."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Custom field opdateret."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Nyt %s Kategori-navn"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Tilføj ny %s Kategori"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Opdater %s Kategori"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Rediger %s Kategori"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Forælder %s Kategori:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Forælder %s Kategori"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Alle %s Kategorier"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Søg %s kategorier"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s Kategori"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Ingen %s fundet i papirkurven"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Ingen %s fundet"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Søg efter %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Vis %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Ny %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Tilføj ny %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Tilføj ny"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "kategori"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "The Events Calendar kræver PHP %s eller nyere. Spørg eventuelt din Web host om du kan blive opgraderet til en nyere version af PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "The Events Calendar kræver WordPress %s eller nyere. Venligst opgrader din WordPress installation."
7534
 
7550
  msgid "Display"
7551
  msgstr "Vis"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "Følgende plugins er ikke opdaterede: %1$s. Alle add-ons er afhængige af The Events Calendar og vil ikke virke korrekt, så længe de ikke er opdateret til den rette version. %2$sLæs mere%3$s."
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Din version af The Events Calendar er ikke kompatible med dine The Events Calendar Add-ons. %sOpdater venligst%s."
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Indlæser Tribe Events på %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "I dag"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "I dag"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "tidligere"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "kommende"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "liste"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "måned"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Forkert felttype valgt"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Denne kalender er drevet af The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Startdato"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s Kategorier"
7909
 
7927
  msgstr "Vent venligst mens tidszonedata bliver føjet til dine begivenheder."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Rediger i %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Brug gemt %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr "bed administratoren om at angive en anden kort titel for begivenheder."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr "Bed administratoren om at redigere korte titel for %s"
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr "<a href=\"%s\">Rediger korttitel for %s</a>"
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Tak for at du opdaterede The Events Calendar"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Velkommen til The Events Calendar"
lang/the-events-calendar-de_DE.mo CHANGED
Binary file
lang/the-events-calendar-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-02-24 10:49:40+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr "%1$s für %2$s"
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr "Ändere den aktuellen Standard von 3 Veranstaltungen pro Tag in der Monatsübersicht. Um kein Limit festzulegen gib bitte -1 ein. Achtung! Es können Performance Probleme auftreten wenn zu viele Veranstaltungen an einem Tag stattfinden <a href=\"%s\">Mehr lesen</a>."
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr "alle"
@@ -34,7 +42,7 @@ msgstr "alle"
34
  msgid "%s must be a whole number."
35
  msgstr "%s muss eine Ganzzahl sein."
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr "Begriff"
40
 
@@ -213,7 +221,7 @@ msgstr "Event Aggregator Steuerung"
213
  msgid "Export Events"
214
  msgstr "Veranstaltungen exportieren"
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr "hervorgehoben"
@@ -570,37 +578,37 @@ msgstr "Hauptseite Veranstaltungen"
570
  msgid "Events Help"
571
  msgstr "Veranstaltungen Hilfe"
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr "Lizenz abgelaufen. Bitte informieren Sie den Administrator."
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr "Kein Lizenzschlüssel eingegeben. Bitte informieren Sie den Administrator."
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr "Ein gültiger Lizenzschlüssel wurde von Ihrem Netzwerk Administrator eingegeben."
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr "Seiten Lizenzschlüssel"
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr "Aktivieren Sie diese Option, um den Netzwerk Lizenzschlüssel mit Ihrem eigenen zu überschreiben."
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr "Netzwerk Lizenzschlüssel überschreiben"
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr "Der Standard Beitragsstatus für Veranstaltungen, die über CSV importie
1434
  msgid "Default Status"
1435
  msgstr "Standard Status"
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr "Bewahren Sie die letzte Änderung in jedem Veranstaltungsfeld, egal ob diese Änderung auf meiner Website oder an der ursprünglichen Quelle aufgetreten ist."
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr "Ereignisse nicht erneut importieren. Änderungen werden lokal beibehalten."
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr "mi"
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr "Der %3$s \"%1$s\" verwendet den \"/%2$s\" slug (URL): das Events Calendar Plugin zeigt seinen Kalender anstelle der Seite an."
1748
 
@@ -1919,7 +1923,7 @@ msgstr "Ihr Event Aggregator Facebook-Token läuft %s ab."
1919
 
1920
  #: src/Tribe/Aggregator.php:400
1921
  msgid "Your Event Aggregator Facebook token has expired %s."
1922
- msgstr "Ihr Event Aggregator Facebook-Token ist am %s abgelaufen."
1923
 
1924
  #: src/Tribe/Aggregator.php:352
1925
  msgid "Successfully connected Event Aggregator to Facebook"
@@ -2245,128 +2249,128 @@ msgstr "Die Import Parameter waren ungültig."
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr "Entschuldigung, aber da ist etwas schief gelaufen. Bitte nochmals versuchen."
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] "Entwurf <span class=\"count\">(%s)</span>"
2253
  msgstr[1] "Entwurf <span class=\"count\">(%s)</span>"
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr "Entwurf"
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] "Ausstehend <span class=\"count\">(%s)</span>"
2265
  msgstr[1] "Ausstehend <span class=\"count\">(%s)</span>"
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr "Ausstehend"
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] "Geplant <span class=\"count\">(%s)</span>"
2277
  msgstr[1] "Geplant <span class=\"count\">(%s)</span>"
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr "Geplant"
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] "Fehlgeschlagen <span class=\"count\">(%s)</span>"
2289
  msgstr[1] "Fehlgeschlagen <span class=\"count\">(%s)</span>"
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr "Fehlgeschlagen"
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] "Importiert <span class=\"count\">(%s)</span>"
2301
  msgstr[1] "Importiert <span class=\"count\">(%s)</span>"
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr "Importiert"
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr "Keine Aggregator Datensätze im Papierkorb gefunden."
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr "Keine Aggregator Datensätze gefunden."
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr "Eltern Aggregator Datensatz:"
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr "Suche Aggregator Datensatz"
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr "Alle Aggregator Datensätze"
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr "Aggregator Datensatz anzeigen"
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr "Aggregator Datensatz bearbeiten"
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr "Neuer Aggregator Datensatz"
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr "Neuen Aggregator Datensatz hinzufügen"
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr "Neuen hinzufügen"
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr "Aggregator Datensatz"
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr "Aggregator Datensätze"
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr "Aggregator Datensatz"
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr "Aggregator Datensätze"
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr "Veranstaltungen Aggregator Datensatz "
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] "Es sieht so aus, als ob Sie %s verwenden, aber der Lizenzschlüssel, den Sie angeben, scheint nicht gültig zu sein oder fehlt. Bitte überprüfen und korrigieren, so dass Sie immer Zugriff auf unsere neuesten Versionen haben!"
2972
  msgstr[1] "Es sieht so aus, als ob Sie %s verwenden, aber die Lizenzschlüssel, die Sie angeben, scheinen nicht gültig zu sein oder fehlen. Bitte überprüfen und korrigieren, so dass Sie immer Zugriff auf unsere neuesten Versionen haben!"
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr "Es gibt ein Update für %s. %sErneuern Sie Ihre Lizenz%s, um Zugriff auf Fehlerkorrekturen, Sicherheitsupdates und neue Funktionen zu erhalten."
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr "Es gibt ein Update für %s. Bitte %süberprüfen Sie Ihre Lizenz%s, um Zugriff auf Fehlerkorrekturen, Sicherheitsupdates und neue Funktionen zu erhalten."
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr "(öffnet in einem neuen Fenster)"
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr "Bewerten Sie %1$sEvent Tickets%2$s %3$s"
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr "Bewerten Sie %1$sThe Events Calendar%2$s %3$s"
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr "Dieser Kalender wird durch %1$s bereitgestellt."
@@ -3566,7 +3569,7 @@ msgstr "Vorlagen eingeführt oder aktualisiert mit dieser Version (%s):"
3566
  msgid "No notable changes detected"
3567
  msgstr "Keine nennenswerten Änderungen erkannt"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr "(Komplette %1$s Beschreibung anschauen: %2$s)"
3572
 
@@ -3808,137 +3811,137 @@ msgstr "Es gibt keine Ergebnisse für %s für diesen Monat. Bitte den nächsten
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr "Es sind keine %1$s für den %2$s geplant. Bitte einen anderen Tag wählen."
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr "Schauen Sie sich die %sverfügbaren Add-Ons%s an."
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr "Ohne einen definierten Ort werden Ihre Veranstaltungen nicht als %sGoogle Rich Snippet%s in den Suchergebnissen angezeigt"
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr "%1$s geplant für: %2$s."
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr "%1$s Entwurf aktualisiert.. %2$sVorschau %3$s"
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr "%1$s geplant für: %2$s. %3$sVorschau %4$s"
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr "%1$s übermittelt. %2$sVorschau %3$s"
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr "Veranstaltung veröffentlicht. %1$s %2$s anzeigen"
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr "%1$s aktualisiert. %2$s %3$s anzeigen"
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr "Die tribe-common Bibliotheken konnten nicht gefunden werden! Das Verzeichnis sollte im \"common/\" Verzeichnis im Events Calendar Plugin sein."
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr "Wenn Sie eine gültige Lizenz für eines unserer Bezahl-Plugins haben, können Sie in unserem Support Forum %s. Unser Support Team prüft die Foren und wird innerhalb wochentags von 24-48 Stunden auf Ihre Anfrage reagieren."
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr "Diskutiere mit"
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr "<strong>Benötigen Sie schnelle Unterstützung?</strong> Wir bieten %1$s mit dem Kauf eines unserer Premium Plugins (wie %2$s). Erwerben Sie eine Lizenz und Sie können direkt hier eine Anfrage stellen. Wochentags reagieren wir innerhalb von 24-48 Stunden."
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  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"
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr "Open Source Forum auf WordPress.org"
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr "<strong>Benötigen Sie einen schnellere Unterstützung?</strong> Wir bieten %s mit dem Kauf eines unserer Premium Plugins. Wählen Sie eine Lizenz und Sie können dort direkt ihre Frage stellen und erhalten innerhalb von 24-48 Stunden wochentags eine Antwort"
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr "Premium Support auf unserer Website"
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr "Wenn Sie die Schritte oben schon versucht und immer noch Probleme haben, können Sie einen neue Anfrage in unseren Wordpress.org Foren für %1$s und %2$s stellen. Unser Support Team überprüft diese Foren einmal wöchentlich und hilft Ihnen gerne weiter."
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr "Events Tickets"
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr "Die Veranstaltung Plugins anpassen"
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr "%s: Code und Anleitungen, um Ihren Kalender auf sinnvolle und interessante Weise anzupassen"
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr "Lösung allgemeiner Probleme"
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr "%s: Haben Sie einen Fehler in unserem Kalender entdeckt? Klicken Sie hier um herauszufinden, woher er kommt und wie er gelöst werden kann."
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr "Nutze Stylesheets und Seitenvorlagen"
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr "%s: Ein Überblick über die Standard Vorlagen und Designs, welche im Plugin enthalten sind und wie man diese anpassen kann."
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr "Themer’s Guide"
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr "%s: Unser umfassendster Führer, um den Kalender an Ihre Bedürfnisse anzupassen, inklusive individuellen Layouts und Designs."
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr "Übersicht der Features"
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr "%s: Eine komplette Übersicht der Funktionen, welche Sie erwarten und wie sie benutzt werden können."
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr "Übersicht Einstellungen"
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr "%s: Eine uneingeschränkte Besichtigung des Events Calendar und seiner Einstellungen sind für Sie verfügbar."
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr "Unterstützung für The Events Calendar"
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr "Wir möchten, dass Ihr Kalender spektakulär wird und haben viele Hilfmittel dafür verfügbar, inklusive praktische %s um Ihren Kalender in Gang zu bringen."
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr "Primer für neue Nutzer"
3944
 
@@ -4075,12 +4078,12 @@ msgstr "Danke, dass Sie Event Tickets nutzen! Wir schätzen sehr Ihre Unterstüt
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr "Geben Sie das Format für die Anzeige eines Datum inkl. Jahr ein. Wird verwendet, wenn ein Datum in einem zukünftigen Jahr angezeigt wird."
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr "Danke für das Bereitstellen eines gültigen Lizenzschlüssels. Er läuft am %s aus."
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr "<a href=\"%s\">Veranstaltungseinstellungen bearbeiten</a>."
4086
 
@@ -4226,7 +4229,7 @@ msgstr "%s muss eine positive Zahl oder ein Prozentwert sein."
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr "Der Verkaufspreis kann momentan nicht bearbeitet werden."
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr "%1$s von %2$s"
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Mehr..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Neuigkeiten für Veranstaltungsnutzer"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Sicherheitscode"
7086
  msgid "Ticket #"
7087
  msgstr "Kartennummer"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Template Overrides müssen in das richtige Unterverzeichnis verschoben werden: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s Einstellungen"
7209
  msgid "Events Settings"
7210
  msgstr "Veranstaltungseinstellungen"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte kontaktieren Sie den %sSupport%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Gültiger Schlüssel! Erlischt am %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "Unbekanntes Datum"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Lizenzschlüssel aktualisiert."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Lizenzschlüssel"
7253
  msgid "Error"
7254
  msgstr "Fehler"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Alle 30 Minuten"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Tag"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s am"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s in"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Datum"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Suche"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Tag"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Monat"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Liste"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Kalender"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Einstellungen"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "%s hinzufügen"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Kalenderansicht"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Kalenderansicht"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Benötigen Sie weitere Funktionen inklusive Serientermine, Kartenverkauf, öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Erweiterte Funktionalität"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Neues von Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Alle Erweiterungen (Add-Ons) anzeigen"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Unterstützung"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s Information"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s-Optionen"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Datum außerhalb des Bereichs."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "Alle"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "Veranstaltungen"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "Veranstaltung"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "Seite"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Verfügbare %s"
7404
  msgid "My %s"
7405
  msgstr "Meine %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s Entwurf aktualisiert."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s eingereicht."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s veröffentlicht."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s wieder hergestellt zu Revisionen von %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s gespeichert."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s wieder hergestellt zu der Version vom %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s aktualisiert."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Benutzerdefiniertes Feld aktualisiert."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Neuer %s Kategorie-Name"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Neue %s Kategorie hinzufügen"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Aktualisiere %s-Kategorie"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "%s Kategorie bearbeiten"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Übergeordnete %s-Kategorie:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Übergeordnete %s-Kategorie"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Alle %s Kategorien"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Suche %ss-Kategorien"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s Kategorie"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "%s im Papierkorb nicht gefunden"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Keine %s gefunden"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "%s suchen"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "%s anzeigen"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "%s neu erstellen"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "%s hinzufügen"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Hinzufügen"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "Tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "Kategorie"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Das The Events Calendar Plugin erfordert PHP Version %s oder höher. Kontaktieren Sie Ihren Webhosting-Anbieter, um auf eine höhere PHP-Version aktualisieren zu können."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Das The Events Calendar Plugin erfordert WordPress Version %s oder höher. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor Sie fortfahren."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Hilfe"
7548
  msgid "Display"
7549
  msgstr "Darstellung"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "Die folgenden Plugins sind nicht mehr aktuell: %1$s. Alle Add-Ons enthalten Abhängigkeiten zu The Events Calendar und werden nicht korrekt funktionieren, solange sie nicht mit der richtigen Version verwendet werden. %2$sMehr erfahren%3$s."
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On zu nutzen. Bitte %supdaten Sie jetzt%s."
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Tribe Events wird eingerichtet für %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "heute"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "Tag"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "vergangen"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "anstehende"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "list"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "Monat"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Veranstaltung"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Keine Bewertungsoptionen definiert"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Falsche Feldart definiert"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Enddatum"
7897
  msgid "Start Date"
7898
  msgstr "Anfangsdatum"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "Kategorien"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Bitte warten während die Zeitzonen Daten zu Ihrern Veranstaltungen hinzugefügt werden."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "%s bearbeiten"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Benutze gespeicherten %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr "fragen Sie den Seitenadministrator eine andere Seiten Slug (URL) festzulegen."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr "Fragen Sie den Seitenadministrator den %s Slug (URL) zu bearbeiten"
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr "<a href=\"%s\">%s Slug (URL) bearbeiten</a>"
7946
 
@@ -7948,7 +7954,7 @@ msgstr "<a href=\"%s\">%s Slug (URL) bearbeiten</a>"
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Danke für das Aktualisieren von 'The Events Calendar' (kostenlose Version)"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Willkommen beim Plugin 'The Events Calendar'"
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-03-20 22:24:30+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr "Veranstaltungen importieren, aber lokale Änderungen in Veranstaltungsfeldern schützen."
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr "%1$sKaufen Sie ine Lizenz%2$s für den Event Aggregator Service um weitere Importfunktionen freizuschalten."
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr "Ändere den aktuellen Standard von 3 Veranstaltungen pro Tag in der Monatsübersicht. Um kein Limit festzulegen gib bitte -1 ein. Achtung! Es können Performance Probleme auftreten wenn zu viele Veranstaltungen an einem Tag stattfinden <a href=\"%s\">Mehr lesen</a>."
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr "alle"
42
  msgid "%s must be a whole number."
43
  msgstr "%s muss eine Ganzzahl sein."
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr "Begriff"
48
 
221
  msgid "Export Events"
222
  msgstr "Veranstaltungen exportieren"
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr "hervorgehoben"
578
  msgid "Events Help"
579
  msgstr "Veranstaltungen Hilfe"
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr "Lizenz abgelaufen. Bitte informieren Sie den Administrator."
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr "Kein Lizenzschlüssel eingegeben. Bitte informieren Sie den Administrator."
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr "Ein gültiger Lizenzschlüssel wurde von Ihrem Netzwerk Administrator eingegeben."
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr "Seiten Lizenzschlüssel"
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr "Aktivieren Sie diese Option, um den Netzwerk Lizenzschlüssel mit Ihrem eigenen zu überschreiben."
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr "Netzwerk Lizenzschlüssel überschreiben"
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr "Standard Status"
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr "Ereignisse nicht erneut importieren. Änderungen werden lokal beibehalten."
1746
  msgid "mi"
1747
  msgstr "mi"
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr "Der %3$s \"%1$s\" verwendet den \"/%2$s\" slug (URL): das Events Calendar Plugin zeigt seinen Kalender anstelle der Seite an."
1752
 
1923
 
1924
  #: src/Tribe/Aggregator.php:400
1925
  msgid "Your Event Aggregator Facebook token has expired %s."
1926
+ msgstr "Ihr Event Aggregator Facebook-Token ist %s abgelaufen."
1927
 
1928
  #: src/Tribe/Aggregator.php:352
1929
  msgid "Successfully connected Event Aggregator to Facebook"
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr "Entschuldigung, aber da ist etwas schief gelaufen. Bitte nochmals versuchen."
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] "Entwurf <span class=\"count\">(%s)</span>"
2257
  msgstr[1] "Entwurf <span class=\"count\">(%s)</span>"
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr "Entwurf"
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] "Ausstehend <span class=\"count\">(%s)</span>"
2269
  msgstr[1] "Ausstehend <span class=\"count\">(%s)</span>"
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr "Ausstehend"
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] "Geplant <span class=\"count\">(%s)</span>"
2281
  msgstr[1] "Geplant <span class=\"count\">(%s)</span>"
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr "Geplant"
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] "Fehlgeschlagen <span class=\"count\">(%s)</span>"
2293
  msgstr[1] "Fehlgeschlagen <span class=\"count\">(%s)</span>"
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr "Fehlgeschlagen"
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] "Importiert <span class=\"count\">(%s)</span>"
2305
  msgstr[1] "Importiert <span class=\"count\">(%s)</span>"
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr "Importiert"
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr "Keine Aggregator Datensätze im Papierkorb gefunden."
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr "Keine Aggregator Datensätze gefunden."
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr "Eltern Aggregator Datensatz:"
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr "Suche Aggregator Datensatz"
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr "Alle Aggregator Datensätze"
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr "Aggregator Datensatz anzeigen"
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr "Aggregator Datensatz bearbeiten"
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr "Neuer Aggregator Datensatz"
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr "Neuen Aggregator Datensatz hinzufügen"
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr "Neuen hinzufügen"
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr "Aggregator Datensatz"
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr "Aggregator Datensätze"
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr "Aggregator Datensatz"
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr "Aggregator Datensätze"
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr "Veranstaltungen Aggregator Datensatz "
2376
 
2975
  msgstr[0] "Es sieht so aus, als ob Sie %s verwenden, aber der Lizenzschlüssel, den Sie angeben, scheint nicht gültig zu sein oder fehlt. Bitte überprüfen und korrigieren, so dass Sie immer Zugriff auf unsere neuesten Versionen haben!"
2976
  msgstr[1] "Es sieht so aus, als ob Sie %s verwenden, aber die Lizenzschlüssel, die Sie angeben, scheinen nicht gültig zu sein oder fehlen. Bitte überprüfen und korrigieren, so dass Sie immer Zugriff auf unsere neuesten Versionen haben!"
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr "Es gibt ein Update für %s. %sErneuern Sie Ihre Lizenz%s, um Zugriff auf Fehlerkorrekturen, Sicherheitsupdates und neue Funktionen zu erhalten."
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr "Es gibt ein Update für %s. Bitte %süberprüfen Sie Ihre Lizenz%s, um Zugriff auf Fehlerkorrekturen, Sicherheitsupdates und neue Funktionen zu erhalten."
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr "(öffnet in einem neuen Fenster)"
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr "Bewerten Sie %1$sThe Events Calendar%2$s %3$s"
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr "Dieser Kalender wird durch %1$s bereitgestellt."
3569
  msgid "No notable changes detected"
3570
  msgstr "Keine nennenswerten Änderungen erkannt"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr "(Komplette %1$s Beschreibung anschauen: %2$s)"
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr "Es sind keine %1$s für den %2$s geplant. Bitte einen anderen Tag wählen."
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr "Schauen Sie sich die %sverfügbaren Add-Ons%s an."
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr "Ohne einen definierten Ort werden Ihre Veranstaltungen nicht als %sGoogle Rich Snippet%s in den Suchergebnissen angezeigt"
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr "%1$s geplant für: %2$s."
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr "%1$s Entwurf aktualisiert.. %2$sVorschau %3$s"
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr "%1$s geplant für: %2$s. %3$sVorschau %4$s"
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr "%1$s übermittelt. %2$sVorschau %3$s"
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr "Veranstaltung veröffentlicht. %1$s %2$s anzeigen"
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr "%1$s aktualisiert. %2$s %3$s anzeigen"
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr "Die tribe-common Bibliotheken konnten nicht gefunden werden! Das Verzeichnis sollte im \"common/\" Verzeichnis im Events Calendar Plugin sein."
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr "Wenn Sie eine gültige Lizenz für eines unserer Bezahl-Plugins haben, können Sie in unserem Support Forum %s. Unser Support Team prüft die Foren und wird innerhalb wochentags von 24-48 Stunden auf Ihre Anfrage reagieren."
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr "Diskutiere mit"
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr "<strong>Benötigen Sie schnelle Unterstützung?</strong> Wir bieten %1$s mit dem Kauf eines unserer Premium Plugins (wie %2$s). Erwerben Sie eine Lizenz und Sie können direkt hier eine Anfrage stellen. Wochentags reagieren wir innerhalb von 24-48 Stunden."
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  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"
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr "Open Source Forum auf WordPress.org"
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr "<strong>Benötigen Sie einen schnellere Unterstützung?</strong> Wir bieten %s mit dem Kauf eines unserer Premium Plugins. Wählen Sie eine Lizenz und Sie können dort direkt ihre Frage stellen und erhalten innerhalb von 24-48 Stunden wochentags eine Antwort"
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr "Premium Support auf unserer Website"
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr "Wenn Sie die Schritte oben schon versucht und immer noch Probleme haben, können Sie einen neue Anfrage in unseren Wordpress.org Foren für %1$s und %2$s stellen. Unser Support Team überprüft diese Foren einmal wöchentlich und hilft Ihnen gerne weiter."
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr "Events Tickets"
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr "Die Veranstaltung Plugins anpassen"
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr "%s: Code und Anleitungen, um Ihren Kalender auf sinnvolle und interessante Weise anzupassen"
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr "Lösung allgemeiner Probleme"
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr "%s: Haben Sie einen Fehler in unserem Kalender entdeckt? Klicken Sie hier um herauszufinden, woher er kommt und wie er gelöst werden kann."
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr "Nutze Stylesheets und Seitenvorlagen"
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr "%s: Ein Überblick über die Standard Vorlagen und Designs, welche im Plugin enthalten sind und wie man diese anpassen kann."
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr "Themer’s Guide"
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr "%s: Unser umfassendster Führer, um den Kalender an Ihre Bedürfnisse anzupassen, inklusive individuellen Layouts und Designs."
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr "Übersicht der Features"
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr "%s: Eine komplette Übersicht der Funktionen, welche Sie erwarten und wie sie benutzt werden können."
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr "Übersicht Einstellungen"
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr "%s: Eine uneingeschränkte Besichtigung des Events Calendar und seiner Einstellungen sind für Sie verfügbar."
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr "Unterstützung für The Events Calendar"
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr "Wir möchten, dass Ihr Kalender spektakulär wird und haben viele Hilfmittel dafür verfügbar, inklusive praktische %s um Ihren Kalender in Gang zu bringen."
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr "Primer für neue Nutzer"
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr "Geben Sie das Format für die Anzeige eines Datum inkl. Jahr ein. Wird verwendet, wenn ein Datum in einem zukünftigen Jahr angezeigt wird."
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr "Danke für das Bereitstellen eines gültigen Lizenzschlüssels. Er läuft am %s aus."
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr "<a href=\"%s\">Veranstaltungseinstellungen bearbeiten</a>."
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "Der Verkaufspreis kann momentan nicht bearbeitet werden."
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr "%1$s von %2$s"
4235
 
4661
  msgstr "Mehr..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Neuigkeiten für Veranstaltungsnutzer"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Kartennummer"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Template Overrides müssen in das richtige Unterverzeichnis verschoben werden: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Vorlage sollte in das richtige Unterverzeichnis verschoben werden: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Veranstaltungseinstellungen"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hmmm... irgendetwas stimmt mit diesem Validator nicht. Bitte kontaktieren Sie den %sSupport%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Gültiger Schlüssel! Erlischt am %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Sorry, der Lizensierungsserver ist nicht erreichbar."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "Unbekanntes Datum"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Lizenzschlüssel aktualisiert."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Für Support und Updates ist ein gültiger Lizenzschlüssel erforderlich"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Fehler"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Alle 30 Minuten"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Tag"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s am"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s in"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Datum"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Suche"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Tag"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Monat"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Liste"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Kalender"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Einstellungen"
7311
  msgid "Add %s"
7312
  msgstr "%s hinzufügen"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Kalenderansicht"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Benötigen Sie weitere Funktionen inklusive Serientermine, Kartenverkauf, öffentliche Veranstaltungserstellung, neue Ansichten und mehr?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Erweiterte Funktionalität"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Neues von Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Alle Erweiterungen (Add-Ons) anzeigen"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Unterstützung"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s Information"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s-Optionen"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Datum außerhalb des Bereichs."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "Alle"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "Veranstaltungen"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "Veranstaltung"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "Seite"
7371
 
7406
  msgid "My %s"
7407
  msgstr "Meine %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s Entwurf aktualisiert."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s eingereicht."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s veröffentlicht."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s wieder hergestellt zu Revisionen von %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s gespeichert."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s wieder hergestellt zu der Version vom %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s aktualisiert."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Benutzerdefiniertes Feld gel&ouml;scht."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Benutzerdefiniertes Feld aktualisiert."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Neuer %s Kategorie-Name"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Neue %s Kategorie hinzufügen"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Aktualisiere %s-Kategorie"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "%s Kategorie bearbeiten"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Übergeordnete %s-Kategorie:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Übergeordnete %s-Kategorie"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Alle %s Kategorien"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Suche %ss-Kategorien"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s Kategorie"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "%s im Papierkorb nicht gefunden"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Keine %s gefunden"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "%s suchen"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "%s anzeigen"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "%s neu erstellen"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "%s hinzufügen"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Hinzufügen"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "Tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "Kategorie"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Das The Events Calendar Plugin erfordert PHP Version %s oder höher. Kontaktieren Sie Ihren Webhosting-Anbieter, um auf eine höhere PHP-Version aktualisieren zu können."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Das The Events Calendar Plugin erfordert WordPress Version %s oder höher. Bitte aktualisieren Sie Ihre WordPress-Installation entsprechend, bevor Sie fortfahren."
7534
 
7550
  msgid "Display"
7551
  msgstr "Darstellung"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "Die folgenden Plugins sind nicht mehr aktuell: %1$s. Alle Add-Ons enthalten Abhängigkeiten zu The Events Calendar und werden nicht korrekt funktionieren, solange sie nicht mit der richtigen Version verwendet werden. %2$sMehr erfahren%3$s."
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Ihre Version des Events Calendar ist nicht aktuell genug, um dieses Add-On zu nutzen. Bitte %supdaten Sie jetzt%s."
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Tribe Events wird eingerichtet für %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "heute"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "Tag"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "vergangen"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "anstehende"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "list"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "Monat"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Falsche Feldart definiert"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Dieser Kalender wird durch The Events Calendar generiert."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Anfangsdatum"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "Kategorien"
7909
 
7927
  msgstr "Bitte warten während die Zeitzonen Daten zu Ihrern Veranstaltungen hinzugefügt werden."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "%s bearbeiten"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Benutze gespeicherten %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr "fragen Sie den Seitenadministrator eine andere Seiten Slug (URL) festzulegen."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr "Fragen Sie den Seitenadministrator den %s Slug (URL) zu bearbeiten"
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr "<a href=\"%s\">%s Slug (URL) bearbeiten</a>"
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Danke für das Aktualisieren von 'The Events Calendar' (kostenlose Version)"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Willkommen beim Plugin 'The Events Calendar'"
lang/the-events-calendar-el.mo CHANGED
Binary file
lang/the-events-calendar-el.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: el_GR\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Περισσότερα…"
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Νέα για τους Χρήστες Εκδηλώσεων"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Κωδικός Ασφαλείας"
7086
  msgid "Ticket #"
7087
  msgstr "Εισιτήριο #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό υποκατάλογο: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό υποκατάλογο: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "Ρυθμίσεις %s"
7209
  msgid "Events Settings"
7210
  msgstr "Ρυθμίσεις Εκδηλώσεων"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "Άγνωστη Ημερομηνία"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Κλειδί Άδειας"
7253
  msgid "Error"
7254
  msgstr "Σφάλμα"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Κάθε 30 λεπτά"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Ημέρα Της"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s Από"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s στις"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Ημερομηνία"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Αναζήτηση"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Ημέρα"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Μήνας"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Λίστα"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Ημερολόγιο"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Ρυθμίσεις"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Προσθήκη %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Προβολή Ημερολογίου"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Προβολή Ημερολογίου"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Ψάχνετε για πρόσθετη λειτουργικότητα όπως επαναλαμβανόμενες εκδηλώσεις, πωλήσεις εισιτηρίων, δημοσίως καταχωρημένες εκδηλώσεις, νέες εμφανίσεις και άλλα;"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Πρόσθετη Λειτουργικότητα"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Νέα από την Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Προβολή όλων των Επεκτάσεων"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Υποστήριξη"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s Πληροφορίες"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "Επιλογές %s"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Ημερομήνια εκτός ορίων."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr ""
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "εκδηλώσεων"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "εκδήλωση"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Διαθέσιμοι %s"
7404
  msgid "My %s"
7405
  msgstr "Οι %s μου"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "Το προσχέδιο του/της %s ανανεώθηκε."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "Το %s καταχωρήθηκε."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "Το %s δημοσιεύτηκε."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "Το %s αποκαταστάθηκε στην αναθεώρηση από %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "Το %s αποθηκεύθηκε."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "Το %s ενημερώθηκε."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Το προσαρμοσμένο πεδίο διαγράφηκε."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Το προσαρμοσμένο πεδίο ενημερώθηκε."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr ""
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr ""
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr ""
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr ""
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr ""
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr ""
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr ""
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr ""
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "Κατηγορία %s"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Δεν βρέθηκε %s"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Αναζήτηση %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Προβολή %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Νέος/α/ο %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Προσθήκη Νέου %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Προσθήκη Νέου"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "category"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Μας συγχωρείτε, το The Events Calendar απαιτεί PHP έκδοσης %s ή νεότερη. Επικοινωνήστε με τον Web hosting πάροχό σας για να μεταβείτε σε νεότερη έκδοση της PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Μας συγχωρείτε, το The Events Calendar απαιτεί WordPress έκδοσης %s ή νεότερο. Παρακαλούμε αναβαθμίστε την εγκαταστασή σας."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Βοήθεια"
7548
  msgid "Display"
7549
  msgstr "Εμφάνιση"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Η έκδοση του The Events Calendar που χρησιμοποιείτε δεν είναι ενημερωμένη με μία από τις επεκτάσεις του The Events Calendar. Παρακαλούμε %sαναβαθμίστε τώρα.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Αρχικοποίηση των Tribe Events στο %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "today"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "day"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "past"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "upcoming"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "list"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "month"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Εκδήλωση"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Δεν ορίστηκαν επιλογές κουμπιών"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Ορίστηκε μη έγκυρος τύπος πεδίου"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Ημερομηνία Λήξης"
7897
  msgid "Start Date"
7898
  msgstr "Ημερομηνία Έναρξης"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s Κατηγορίες"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Επεξεργασία %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Χρήση Αποθηκευμένου %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Ευχαριστούμε που αναβαθμίσατε το The Events Calendar"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Καλωσήρθατε στο The Events Calendar"
11
  "Language: el_GR\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Περισσότερα…"
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Νέα για τους Χρήστες Εκδηλώσεων"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Εισιτήριο #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό υποκατάλογο: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό υποκατάλογο: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Ρυθμίσεις Εκδηλώσεων"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr ""
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "Άγνωστη Ημερομηνία"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Σφάλμα"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Κάθε 30 λεπτά"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Ημέρα Της"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s Από"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s στις"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Ημερομηνία"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Αναζήτηση"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Ημέρα"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Μήνας"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Λίστα"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Ημερολόγιο"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Ρυθμίσεις"
7311
  msgid "Add %s"
7312
  msgstr "Προσθήκη %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Προβολή Ημερολογίου"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Ψάχνετε για πρόσθετη λειτουργικότητα όπως επαναλαμβανόμενες εκδηλώσεις, πωλήσεις εισιτηρίων, δημοσίως καταχωρημένες εκδηλώσεις, νέες εμφανίσεις και άλλα;"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Πρόσθετη Λειτουργικότητα"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Νέα από την Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Προβολή όλων των Επεκτάσεων"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Υποστήριξη"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s Πληροφορίες"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "Επιλογές %s"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Ημερομήνια εκτός ορίων."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr ""
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "εκδηλώσεων"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "εκδήλωση"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "Οι %s μου"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "Το προσχέδιο του/της %s ανανεώθηκε."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "Το %s καταχωρήθηκε."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "Το %s δημοσιεύτηκε."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "Το %s αποκαταστάθηκε στην αναθεώρηση από %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "Το %s αποθηκεύθηκε."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "Το %s ενημερώθηκε."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Το προσαρμοσμένο πεδίο διαγράφηκε."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Το προσαρμοσμένο πεδίο ενημερώθηκε."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr ""
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr ""
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr ""
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr ""
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr ""
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr ""
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr ""
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr ""
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "Κατηγορία %s"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Δεν βρέθηκε %s"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Αναζήτηση %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Προβολή %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Νέος/α/ο %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Προσθήκη Νέου %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Προσθήκη Νέου"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "category"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Μας συγχωρείτε, το The Events Calendar απαιτεί PHP έκδοσης %s ή νεότερη. Επικοινωνήστε με τον Web hosting πάροχό σας για να μεταβείτε σε νεότερη έκδοση της PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Μας συγχωρείτε, το The Events Calendar απαιτεί WordPress έκδοσης %s ή νεότερο. Παρακαλούμε αναβαθμίστε την εγκαταστασή σας."
7534
 
7550
  msgid "Display"
7551
  msgstr "Εμφάνιση"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Η έκδοση του The Events Calendar που χρησιμοποιείτε δεν είναι ενημερωμένη με μία από τις επεκτάσεις του The Events Calendar. Παρακαλούμε %sαναβαθμίστε τώρα.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Αρχικοποίηση των Tribe Events στο %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "today"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "day"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "past"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "upcoming"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "list"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "month"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Ορίστηκε μη έγκυρος τύπος πεδίου"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Αυτό το ημερολόγιο υποστηρίζεται από το The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Ημερομηνία Έναρξης"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s Κατηγορίες"
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Επεξεργασία %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Χρήση Αποθηκευμένου %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Ευχαριστούμε που αναβαθμίσατε το The Events Calendar"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Καλωσήρθατε στο The Events Calendar"
lang/the-events-calendar-en_CA.mo CHANGED
Binary file
lang/the-events-calendar-en_CA.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-01-29 05:45:29+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,1370 +11,1378 @@ msgstr ""
11
  "Language: en_CA\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
17
- msgstr ""
18
 
19
  #: src/functions/template-tags/loop.php:162
20
  msgctxt "month view"
21
  msgid "%1$s for %2$s"
22
- msgstr ""
23
 
24
  #: src/admin-views/tribe-options-display.php:185
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
- msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
- msgstr ""
32
 
33
  #: common/src/Tribe/Validate.php:245
34
  msgid "%s must be a whole number."
35
- msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
- msgstr ""
40
 
41
  #: vendor/tickets/src/template-tags/tickets.php:243
42
  msgctxt "ticket stock message (pending stock)"
43
  msgid "%1$d Awaiting Review"
44
- msgstr ""
45
 
46
  #: vendor/tickets/src/template-tags/tickets.php:240
47
  msgctxt "ticket stock message (remaining stock)"
48
  msgid "%1$d Remaining"
49
- msgstr ""
50
 
51
  #: vendor/tickets/src/template-tags/tickets.php:238
52
  msgctxt "ticket global stock message (remaining stock)"
53
  msgid "%1$d Remaining of the global stock"
54
- msgstr ""
55
 
56
  #: vendor/tickets/src/template-tags/tickets.php:232
57
  msgid "%s %d"
58
- msgstr ""
59
 
60
  #: vendor/tickets/src/template-tags/tickets.php:227
61
  msgctxt "separate going and remain RSVPs"
62
  msgid "RSVP'd Going"
63
- msgstr ""
64
 
65
  #: vendor/tickets/src/template-tags/tickets.php:225
66
  msgid "Sold"
67
- msgstr ""
68
 
69
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:83
70
  msgid "Location of Tickets form"
71
- msgstr ""
72
 
73
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:75
74
  msgid "Location of RSVP form"
75
- msgstr ""
76
 
77
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:69
78
  msgid "Above the event description"
79
- msgstr ""
80
 
81
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:68
82
  msgid "Below the event description"
83
- msgstr ""
84
 
85
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:67
86
  msgid "Above the event details"
87
- msgstr ""
88
 
89
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:66
90
  msgid "Below the event details [default]"
91
- msgstr ""
92
 
93
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:15
94
  msgid "Selling tickets for a recurring event series is not recommended. The tickets you configure will show on all instances of an event series which can be confusing to attendees. Please configure your events carefully."
95
- msgstr ""
96
 
97
  #: vendor/tickets/src/admin-views/attendees.php:66
98
  msgctxt "attendee screen summary"
99
  msgid "Attendees By Ticket"
100
- msgstr ""
101
 
102
  #: vendor/tickets/src/admin-views/attendees.php:28
103
  msgctxt "attendee screen summary"
104
  msgid "Event Details"
105
- msgstr ""
106
 
107
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:98
108
  msgctxt "attendee event actions"
109
  msgid "View Event"
110
- msgstr ""
111
 
112
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:97
113
  msgctxt "attendee event actions"
114
  msgid "Edit Event"
115
- msgstr ""
116
 
117
  #: vendor/tickets/src/Tribe/Attendees_Table.php:393
118
  #: vendor/tickets/src/Tribe/Attendees_Table.php:402
119
  #: vendor/tickets/src/Tribe/Attendees_Table.php:413
120
  #: vendor/tickets/src/Tribe/Attendees_Table.php:422
121
  msgid "Check In"
122
- msgstr ""
123
 
124
  #: vendor/tickets/src/Tribe/Attendees_Table.php:56
125
  msgctxt "attendee table"
126
  msgid "Check in"
127
- msgstr ""
128
 
129
  #: vendor/tickets/src/Tribe/Attendees_Table.php:54
130
  msgctxt "attendee table"
131
  msgid "Security Code"
132
- msgstr ""
133
 
134
  #: vendor/tickets/src/Tribe/Attendees_Table.php:53
135
  msgctxt "attendee table"
136
  msgid "Primary Information"
137
- msgstr ""
138
 
139
  #: vendor/tickets/src/Tribe/Admin/Views/Ticketed.php:59
140
  msgid "Unticketed"
141
- msgstr ""
142
 
143
  #: vendor/tickets/src/Tribe/Admin/Views/Ticketed.php:47
144
  msgid "Ticketed"
145
- msgstr ""
146
 
147
  #: src/functions/template-tags/loop.php:130
148
  msgctxt "featured events title"
149
  msgid "Featured %s"
150
- msgstr ""
151
 
152
  #: src/admin-views/widget-admin-list.php:35
153
  msgctxt "events list widget setting"
154
  msgid "Limit to featured events only"
155
- msgstr ""
156
 
157
  #: src/admin-views/events-meta-box.php:99
158
  msgctxt "Start Date Time \"to\" End Date Time"
159
  msgid "to"
160
- msgstr ""
161
 
162
  #: src/admin-views/events-meta-box.php:97
163
  #: src/admin-views/events-meta-box.php:112
164
  msgid "HH:MM"
165
- msgstr ""
166
 
167
  #: src/admin-views/events-meta-box.php:72
168
  msgid "Start/End:"
169
- msgstr ""
170
 
171
  #: src/admin-views/event-sidebar-options.php:33
172
  msgid "Featured events are highlighted on the front end in views, archives, and widgets."
173
- msgstr ""
174
 
175
  #: src/admin-views/event-sidebar-options.php:31
176
  msgid "Feature Event"
177
- msgstr ""
178
 
179
  #: src/admin-views/create-venue-fields.php:202
180
  msgid "Show Google Map Link?"
181
- msgstr ""
182
 
183
  #: src/admin-views/create-venue-fields.php:184
184
  msgid "Show Google Map?"
185
- msgstr ""
186
 
187
  #: src/admin-views/create-venue-fields.php:161
188
  msgid "Venue URL"
189
- msgstr ""
190
 
191
  #: src/admin-views/create-venue-fields.php:133
192
  msgid "Venue Zip Code"
193
- msgstr ""
194
 
195
  #: src/admin-views/create-venue-fields.php:106
196
  #: src/admin-views/create-venue-fields.php:112
197
  msgid "Venue State"
198
- msgstr ""
199
 
200
  #: src/admin-views/aggregator/settings.php:97
201
  msgid "Stop all Event Aggregator imports from running. Existing imported events will not be affected. Imports via CSV file will still be available."
202
- msgstr ""
203
 
204
  #: src/admin-views/aggregator/settings.php:96
205
  msgid "Disable Event Aggregator imports"
206
- msgstr ""
207
 
208
  #: src/admin-views/aggregator/settings.php:92
209
  msgid "Event Aggregator Control"
210
- msgstr ""
211
 
212
  #: src/Tribe/iCal.php:108
213
  msgid "Export Events"
214
- msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
- msgstr ""
220
 
221
  #: src/Tribe/Linked_Posts.php:904
222
  msgid "Create: <b><%= term %></b>"
223
- msgstr ""
224
 
225
  #: src/Tribe/Linked_Posts.php:890
226
  msgid "Create or Search a %s"
227
- msgstr ""
228
 
229
  #: src/Tribe/Linked_Posts.php:888
230
  msgid "Search a %s"
231
- msgstr ""
232
 
233
  #: src/Tribe/Linked_Posts.php:885
234
  msgid "Select or Create a %s"
235
- msgstr ""
236
 
237
  #: src/Tribe/Linked_Posts.php:883
238
  msgid "Select a %s"
239
- msgstr ""
240
 
241
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:247
242
  msgid "Delete this"
243
- msgstr ""
244
 
245
  #: src/Tribe/Event_Tickets/Attendees_Report.php:38
246
  msgid "Event Date:"
247
- msgstr ""
248
 
249
  #: src/Tribe/Customizer/Widget.php:132
250
  msgid "Show Featured Event Images"
251
- msgstr ""
252
 
253
  #: src/Tribe/Customizer/Widget.php:113
254
  msgid "Calendar Date Bar Color"
255
- msgstr ""
256
 
257
  #: src/Tribe/Customizer/Widget.php:91
258
  msgid "Calendar Header Color"
259
- msgstr ""
260
 
261
  #: src/Tribe/Customizer/Widget.php:59
262
  msgid "Widgets"
263
- msgstr ""
264
 
265
  #: src/Tribe/Customizer/Single_Event.php:132
266
  msgid "Details Background Color"
267
- msgstr ""
268
 
269
  #: src/Tribe/Customizer/Single_Event.php:110
270
  msgid "Post Title Color"
271
- msgstr ""
272
 
273
  #: src/Tribe/Customizer/Single_Event.php:78
274
  msgid "Single Event"
275
- msgstr ""
276
 
277
  #: src/Tribe/Customizer/Month_Week_View.php:197
278
  msgid "Calendar Hightlight Color"
279
- msgstr ""
280
 
281
  #: src/Tribe/Customizer/Month_Week_View.php:175
282
  msgid "Calendar Table Color"
283
- msgstr ""
284
 
285
  #: src/Tribe/Customizer/Month_Week_View.php:144
286
  #: src/Tribe/Customizer/Single_Event.php:79 src/Tribe/Customizer/Widget.php:60
287
  msgid "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections"
288
- msgstr ""
289
 
290
  #: src/Tribe/Customizer/Month_Week_View.php:143
291
  msgid "Month View"
292
- msgstr ""
293
 
294
  #: src/Tribe/Customizer/Global_Elements.php:211
295
  msgid "Map Pin"
296
- msgstr ""
297
 
298
  #: src/Tribe/Customizer/Global_Elements.php:189
299
  msgid "Button Color"
300
- msgstr ""
301
 
302
  #: src/Tribe/Customizer/Global_Elements.php:167
303
  msgid "Filter Bar Color"
304
- msgstr ""
305
 
306
  #: src/Tribe/Customizer/Global_Elements.php:145
307
  msgid "Link Color"
308
- msgstr ""
309
 
310
  #: src/Tribe/Customizer/Global_Elements.php:114
311
  msgid "Options selected here will override what was selected in the \"General Theme\" section"
312
- msgstr ""
313
 
314
  #: src/Tribe/Customizer/Global_Elements.php:113
315
  msgid "Global Elements"
316
- msgstr ""
317
 
318
  #: src/Tribe/Customizer/General_Theme.php:339
319
  msgid "Custom"
320
- msgstr ""
321
 
322
  #: src/Tribe/Customizer/General_Theme.php:333
323
  msgid "Sunshine"
324
- msgstr ""
325
 
326
  #: src/Tribe/Customizer/General_Theme.php:327
327
  msgid "Skyfall"
328
- msgstr ""
329
 
330
  #: src/Tribe/Customizer/General_Theme.php:321
331
  msgid "Malacite"
332
- msgstr ""
333
 
334
  #: src/Tribe/Customizer/General_Theme.php:315
335
  msgid "Lagoon"
336
- msgstr ""
337
 
338
  #: src/Tribe/Customizer/General_Theme.php:309
339
  msgid "Evergreen"
340
- msgstr ""
341
 
342
  #: src/Tribe/Customizer/General_Theme.php:303
343
  msgid "Default"
344
- msgstr ""
345
 
346
  #: src/Tribe/Customizer/General_Theme.php:297
347
  msgid "Deep Sea"
348
- msgstr ""
349
 
350
  #: src/Tribe/Customizer/General_Theme.php:291
351
  msgid "Blue Steel"
352
- msgstr ""
353
 
354
  #: src/Tribe/Customizer/General_Theme.php:271
355
  msgid "If the Featured Events highlight color is set to Custom, the following color will be used:"
356
- msgstr ""
357
 
358
  #: src/Tribe/Customizer/General_Theme.php:248
359
  msgid "Featured Events Highlight Color"
360
- msgstr ""
361
 
362
  #: src/Tribe/Customizer/General_Theme.php:228
363
  msgid "Accent Color"
364
- msgstr ""
365
 
366
  #: src/Tribe/Customizer/General_Theme.php:197
367
  msgid "Global configurations for the styling of The Events Calendar"
368
- msgstr ""
369
 
370
  #: src/Tribe/Customizer/General_Theme.php:196
371
  msgid "General Theme"
372
- msgstr ""
373
 
374
  #: src/Tribe/Customizer/Day_List_View.php:115
375
  msgid "Price Background Color"
376
- msgstr ""
377
 
378
  #: src/Tribe/Customizer/Day_List_View.php:83
379
  msgid "List-style Views"
380
- msgstr ""
381
 
382
  #: src/Tribe/Customizer/Day_List_View.php:75
383
  msgid "These settings impact all list-style views, including List View and Day View."
384
- msgstr ""
385
 
386
  #: src/Tribe/Customizer/Day_List_View.php:72
387
  msgid "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections."
388
- msgstr ""
389
 
390
  #: src/Tribe/Asset/Dynamic.php:75
391
  msgid "This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%."
392
- msgstr ""
393
 
394
  #: src/Tribe/Asset/Dynamic.php:74
395
  msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%"
396
- msgstr ""
397
 
398
  #: src/Tribe/Asset/Dynamic.php:73
399
  msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%"
400
- msgstr ""
401
 
402
  #: src/Tribe/Asset/Dynamic.php:72
403
  msgid "This event is all day on %%startdatewithyear%%."
404
- msgstr ""
405
 
406
  #: src/Tribe/Asset/Dynamic.php:71
407
  msgid "This event is at %%starttime%% on %%startdatewithyear%%."
408
- msgstr ""
409
 
410
  #: src/Tribe/Asset/Dynamic.php:70
411
  msgid "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
412
- msgstr ""
413
 
414
  #: src/Tribe/Asset/Dynamic.php:67
415
  msgid "Dec"
416
- msgstr ""
417
 
418
  #: src/Tribe/Asset/Dynamic.php:66
419
  msgid "Nov"
420
- msgstr ""
421
 
422
  #: src/Tribe/Asset/Dynamic.php:65
423
  msgid "Oct"
424
- msgstr ""
425
 
426
  #: src/Tribe/Asset/Dynamic.php:64
427
  msgid "Sep"
428
- msgstr ""
429
 
430
  #: src/Tribe/Asset/Dynamic.php:63
431
  msgid "Aug"
432
- msgstr ""
433
 
434
  #: src/Tribe/Asset/Dynamic.php:62
435
  msgid "Jul"
436
- msgstr ""
437
 
438
  #: src/Tribe/Asset/Dynamic.php:61
439
  msgid "Jun"
440
- msgstr ""
441
 
442
  #: src/Tribe/Asset/Dynamic.php:59
443
  msgid "Apr"
444
- msgstr ""
445
 
446
  #: src/Tribe/Asset/Dynamic.php:58
447
  msgid "Mar"
448
- msgstr ""
449
 
450
  #: src/Tribe/Asset/Dynamic.php:57
451
  msgid "Feb"
452
- msgstr ""
453
 
454
  #: src/Tribe/Asset/Dynamic.php:56
455
  msgid "Jan"
456
- msgstr ""
457
 
458
  #: src/Tribe/Asset/Dynamic.php:53
459
  msgid "December"
460
- msgstr ""
461
 
462
  #: src/Tribe/Asset/Dynamic.php:52
463
  msgid "November"
464
- msgstr ""
465
 
466
  #: src/Tribe/Asset/Dynamic.php:51
467
  msgid "October"
468
- msgstr ""
469
 
470
  #: src/Tribe/Asset/Dynamic.php:50
471
  msgid "September"
472
- msgstr ""
473
 
474
  #: src/Tribe/Asset/Dynamic.php:49
475
  msgid "August"
476
- msgstr ""
477
 
478
  #: src/Tribe/Asset/Dynamic.php:48
479
  msgid "July"
480
- msgstr ""
481
 
482
  #: src/Tribe/Asset/Dynamic.php:47
483
  msgid "June"
484
- msgstr ""
485
 
486
  #: src/Tribe/Asset/Dynamic.php:46 src/Tribe/Asset/Dynamic.php:60
487
  msgid "May"
488
- msgstr ""
489
 
490
  #: src/Tribe/Asset/Dynamic.php:45
491
  msgid "April"
492
- msgstr ""
493
 
494
  #: src/Tribe/Asset/Dynamic.php:44
495
  msgid "March"
496
- msgstr ""
497
 
498
  #: src/Tribe/Asset/Dynamic.php:43
499
  msgid "February"
500
- msgstr ""
501
 
502
  #: src/Tribe/Asset/Dynamic.php:42
503
  msgid "January"
504
- msgstr ""
505
 
506
  #: src/Tribe/Asset/Dynamic.php:39
507
  msgid "Sat"
508
- msgstr ""
509
 
510
  #: src/Tribe/Asset/Dynamic.php:38
511
  msgid "Fri"
512
- msgstr ""
513
 
514
  #: src/Tribe/Asset/Dynamic.php:37
515
  msgid "Thu"
516
- msgstr ""
517
 
518
  #: src/Tribe/Asset/Dynamic.php:36
519
  msgid "Wed"
520
- msgstr ""
521
 
522
  #: src/Tribe/Asset/Dynamic.php:35
523
  msgid "Tue"
524
- msgstr ""
525
 
526
  #: src/Tribe/Asset/Dynamic.php:34
527
  msgid "Mon"
528
- msgstr ""
529
 
530
  #: src/Tribe/Asset/Dynamic.php:33
531
  msgid "Sun"
532
- msgstr ""
533
 
534
  #: src/Tribe/Asset/Dynamic.php:30
535
  msgid "Saturday"
536
- msgstr ""
537
 
538
  #: src/Tribe/Asset/Dynamic.php:29
539
  msgid "Friday"
540
- msgstr ""
541
 
542
  #: src/Tribe/Asset/Dynamic.php:28
543
  msgid "Thursday"
544
- msgstr ""
545
 
546
  #: src/Tribe/Asset/Dynamic.php:27
547
  msgid "Wednesday"
548
- msgstr ""
549
 
550
  #: src/Tribe/Asset/Dynamic.php:26
551
  msgid "Tuesday"
552
- msgstr ""
553
 
554
  #: src/Tribe/Asset/Dynamic.php:25
555
  msgid "Monday"
556
- msgstr ""
557
 
558
  #: src/Tribe/Asset/Dynamic.php:24
559
  msgid "Sunday"
560
- msgstr ""
561
 
562
  #: src/Tribe/Admin/Front_Page_View.php:18
563
  msgctxt "Static front page setting"
564
  msgid "Main events page"
565
- msgstr ""
566
 
567
  #: common/src/Tribe/Settings.php:269 common/src/Tribe/Settings.php:270
568
  #: vendor/tickets/common/src/Tribe/Settings.php:269
569
  #: vendor/tickets/common/src/Tribe/Settings.php:270
570
  msgid "Events Help"
571
- msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
- msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
- msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
- msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
- msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
- msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
- msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
607
- msgstr ""
608
 
609
  #: common/src/Tribe/Customizer.php:566
610
  #: vendor/tickets/common/src/Tribe/Customizer.php:566
611
  msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
612
- msgstr ""
613
 
614
  #: common/src/admin-views/app-shop.php:31
615
  #: vendor/tickets/common/src/admin-views/app-shop.php:31
616
  msgid "Installed"
617
- msgstr ""
618
 
619
  #: common/src/admin-views/app-shop.php:29
620
  #: vendor/tickets/common/src/admin-views/app-shop.php:29
621
  msgid "Installed Add-Ons"
622
- msgstr ""
623
 
624
  #: common/src/Tribe/Extension.php:368
625
  #: vendor/tickets/common/src/Tribe/Extension.php:368
626
  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."
627
- msgstr ""
628
 
629
  #: common/src/Tribe/Extension.php:144
630
  #: vendor/tickets/common/src/Tribe/Extension.php:144
631
  msgid "Tutorial"
632
- msgstr ""
633
 
634
  #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
635
  #: vendor/tickets/common/src/Tribe/Admin/Notice/Plugin_Download.php:92
636
  msgctxt "the final separator in a list of two or more items"
637
  msgid " and "
638
- msgstr ""
639
 
640
  #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
641
  #: vendor/tickets/common/src/Tribe/Admin/Notice/Plugin_Download.php:91
642
  msgctxt "separator used in a list of items"
643
  msgid ", "
644
- msgstr ""
645
 
646
  #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
647
  #: vendor/tickets/common/src/Tribe/Admin/Notice/Plugin_Download.php:75
648
  msgid "To begin using %1$s, please install and activate the latest version of %2$s."
649
- msgstr ""
650
 
651
  #: src/Tribe/Aggregator/Service.php:416
652
  msgid "Unknown service message"
653
- msgstr ""
654
 
655
  #: src/Tribe/Aggregator/Record/List_Table.php:508
656
  msgid "Unknown"
657
- msgstr ""
658
 
659
  #: src/Tribe/Aggregator/Record/Abstract.php:876
660
  msgid "When this import was last scheduled to run, the daily limit for your Event Aggregator license had already been reached."
661
- msgstr ""
662
 
663
  #: src/admin-views/aggregator/origins/refine.php:5
664
  msgid "Location"
665
- msgstr ""
666
 
667
  #: src/admin-views/admin-welcome-message.php:26
668
  msgid "Stay in touch with The Events Calendar team. We send out periodic updates, key developer notices, and even the occasional discount."
669
- msgstr ""
670
 
671
  #: src/admin-views/admin-welcome-message.php:20
672
  msgid "Your ratings help us bring The Events Calendar to more users. More happy users mean more support, more features, and more of everything you know and love about The Events Calendar. We couldn't do this without your support."
673
- msgstr ""
674
 
675
  #: vendor/tickets/src/views/tickets/rsvp.php:122
676
  msgctxt "order status label"
677
  msgid "RSVP"
678
- msgstr ""
679
 
680
  #: vendor/tickets/src/views/tickets/rsvp.php:23
681
  msgctxt "form heading"
682
  msgid "RSVP"
683
- msgstr ""
684
 
685
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:68
686
  msgctxt "order status label"
687
  msgid "RSVP: "
688
- msgstr ""
689
 
690
  #: vendor/tickets/src/views/tickets/email-tickets-moved.php:103
691
  msgid "We wanted to let you know that a ticket you purchased for %2$s has been transfered to %3$s%4$s. Your ticket remains valid and no further action is needed on your part:"
692
  msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s have been transfered to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part:"
693
- msgstr[0] ""
694
- msgstr[1] ""
695
 
696
  #: vendor/tickets/src/views/tickets/email-ticket-type-moved.php:115
697
  #: vendor/tickets/src/views/tickets/email-tickets-moved.php:117
698
  msgid " (taking place on %s)"
699
- msgstr ""
700
 
701
  #: vendor/tickets/src/views/tickets/email-ticket-type-moved.php:101
702
  msgid "We wanted to let you know that your ticket for %2$s has been transfered to %3$s%4$s. Your ticket remains valid and no further action is needed on your part."
703
  msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have been transfered to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part."
704
- msgstr[0] ""
705
- msgstr[1] ""
706
 
707
  #: vendor/tickets/src/views/tickets/email-ticket-type-moved.php:97
708
  #: vendor/tickets/src/views/tickets/email-tickets-moved.php:99
709
  msgid "Important changes to your tickets"
710
- msgstr ""
711
 
712
  #: vendor/tickets/src/admin-views/ticket-type-history.php:14
713
  msgid "Click to hide history"
714
- msgstr ""
715
 
716
  #: vendor/tickets/src/admin-views/ticket-type-history.php:13
717
  msgid "Click to view the history"
718
- msgstr ""
719
 
720
  #: vendor/tickets/src/admin-views/ticket-type-history.php:9
721
  msgid "Ticket history:"
722
- msgstr ""
723
 
724
  #: vendor/tickets/src/admin-views/move-tickets.php:89
725
  msgctxt "move tickets dialog"
726
  msgid "Next &raquo;"
727
- msgstr ""
728
 
729
  #: vendor/tickets/src/admin-views/move-tickets.php:88
730
  msgid "Finish!"
731
- msgstr ""
732
 
733
  #: vendor/tickets/src/admin-views/move-tickets.php:87
734
  msgctxt "move tickets dialog"
735
  msgid "&laquo; Back"
736
- msgstr ""
737
 
738
  #: vendor/tickets/src/admin-views/move-tickets.php:80
739
  msgctxt "move tickets dialog"
740
  msgid "Please be patient while your request is processed&hellip;"
741
- msgstr ""
742
 
743
  #: vendor/tickets/src/admin-views/move-tickets.php:72
744
  msgid "Select the ticket type that the tickets should be transferred to:"
745
- msgstr ""
746
 
747
  #: vendor/tickets/src/admin-views/move-tickets.php:64
748
  msgid "Select the post you wish to move the ticket type to:"
749
- msgstr ""
750
 
751
  #: vendor/tickets/src/admin-views/move-tickets.php:59
752
  msgid "You can also enter keywords to help find the target event by title or description:"
753
- msgstr ""
754
 
755
  #: vendor/tickets/src/admin-views/move-tickets.php:54
756
  msgid "You can optionally focus on a specific post type:"
757
- msgstr ""
758
 
759
  #: vendor/tickets/src/admin-views/move-tickets.php:47
760
  msgid "Move tickets to a different event"
761
- msgstr ""
762
 
763
  #: vendor/tickets/src/admin-views/move-tickets.php:43
764
  msgid "Move to a different ticket type within the same event"
765
- msgstr ""
766
 
767
  #: vendor/tickets/src/admin-views/move-tickets.php:30
768
  msgid "You have selected %1$s ticket for %2$s. You can move it to a different ticket type within the same event, or to a different event."
769
  msgid_plural "You have selected %1$s tickets for %2$s. You can move them to a different ticket type within the same event, or to a different event."
770
- msgstr[0] ""
771
- msgstr[1] ""
772
 
773
  #: vendor/tickets/src/admin-views/move-tickets.php:25
774
  msgid "You have specified a range of attendees that are managed by different providers. It is not currently possible to move these together."
775
- msgstr ""
776
 
777
  #: vendor/tickets/src/admin-views/move-tickets.php:19
778
  msgid "No attendees specified! Please try again."
779
- msgstr ""
780
 
781
  #: vendor/tickets/src/admin-views/list.php:67
782
  msgid "Move"
783
- msgstr ""
784
 
785
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:51
786
  msgid "Addons for creating tickets, custom registration, events and more."
787
- msgstr ""
788
 
789
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:397
790
  msgctxt "attendee export"
791
  msgid "Customer Email Address"
792
- msgstr ""
793
 
794
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:396
795
  msgctxt "attendee export"
796
  msgid "Customer Name"
797
- msgstr ""
798
 
799
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:395
800
  msgctxt "attendee export"
801
  msgid "Ticket #"
802
- msgstr ""
803
 
804
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:394
805
  msgctxt "attendee export"
806
  msgid "Order Status"
807
- msgstr ""
808
 
809
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:393
810
  msgctxt "attendee export"
811
  msgid "Order ID"
812
- msgstr ""
813
 
814
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:206
815
  msgid "You must first select one or more tickets before you can move them!"
816
- msgstr ""
817
 
818
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:84
819
  msgid "Post type"
820
- msgstr ""
821
 
822
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:98
823
  msgctxt "attendee event actions"
824
  msgid "View"
825
- msgstr ""
826
 
827
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:97
828
  msgctxt "attendee event actions"
829
  msgid "Edit"
830
- msgstr ""
831
 
832
  #: vendor/tickets/src/Tribe/RSVP.php:275
833
  msgid "RSVP Ticket"
834
- msgstr ""
835
 
836
  #: vendor/tickets/src/Tribe/RSVP.php:274
837
  msgid "RSVP Tickets"
838
- msgstr ""
839
 
840
  #: vendor/tickets/src/Tribe/RSVP.php:158
841
  msgctxt "ticket provider"
842
  msgid "RSVP"
843
- msgstr ""
844
 
845
  #: vendor/tickets/src/Tribe/RSVP/Attendance_Totals.php:39
846
  msgctxt "attendee summary"
847
  msgid "Not Going:"
848
- msgstr ""
849
 
850
  #: vendor/tickets/src/Tribe/RSVP/Attendance_Totals.php:38
851
  msgctxt "attendee summary"
852
  msgid "Going:"
853
- msgstr ""
854
 
855
  #: vendor/tickets/src/Tribe/RSVP/Attendance_Totals.php:37
856
  msgctxt "attendee summary"
857
  msgid "Total RSVPs:"
858
- msgstr ""
859
 
860
  #: vendor/tickets/src/Tribe/Metabox.php:82
861
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
862
- msgstr ""
863
 
864
  #: vendor/tickets/src/Tribe/Main.php:713
865
  msgctxt "button text"
866
  msgid "RSVP"
867
- msgstr ""
868
 
869
  #: vendor/tickets/src/Tribe/Main.php:578
870
  msgid "Welcome to Event Tickets"
871
- msgstr ""
872
 
873
  #: vendor/tickets/src/Tribe/CSV_Importer/Rows.php:49
874
  msgctxt "post type label"
875
  msgid "RSVPs"
876
- msgstr ""
877
 
878
  #: vendor/tickets/src/Tribe/CSV_Importer/Rows.php:35
879
  msgctxt "import type"
880
  msgid "RSVPs"
881
- msgstr ""
882
 
883
  #: vendor/tickets/src/Tribe/Attendees_Table.php:307
884
  msgctxt "row action"
885
  msgid "Delete"
886
- msgstr ""
887
 
888
  #: vendor/tickets/src/Tribe/Attendees_Table.php:304
889
  msgctxt "row action"
890
  msgid "Move"
891
- msgstr ""
892
 
893
  #: vendor/tickets/src/Tribe/Attendees_Table.php:291
894
  msgctxt "row action"
895
  msgid "Check In"
896
- msgstr ""
897
 
898
  #: vendor/tickets/src/Tribe/Attendees_Table.php:290
899
  msgctxt "row action"
900
  msgid "Undo Check In"
901
- msgstr ""
902
 
903
  #: vendor/tickets/src/Tribe/Attendees_Table.php:55
904
  msgctxt "attendee table"
905
  msgid "Status"
906
- msgstr ""
907
 
908
  #: vendor/tickets/src/Tribe/Attendees_Table.php:52
909
  msgctxt "attendee table"
910
  msgid "Ticket"
911
- msgstr ""
912
 
913
  #: vendor/tickets/src/Tribe/Attendance_Totals.php:30
914
  msgctxt "attendee summary"
915
  msgid "Deleted Attendees:"
916
- msgstr ""
917
 
918
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:120
919
  msgctxt "attendee summary"
920
  msgid "Checked in:"
921
- msgstr ""
922
 
923
  #: vendor/tickets/src/Tribe/Admin/Ticket_History.php:65
924
  msgid "No history available"
925
- msgstr ""
926
 
927
  #: vendor/tickets/src/Tribe/Admin/Ticket_History.php:35
928
  msgctxt "attendee table"
929
  msgid "Hide history"
930
- msgstr ""
931
 
932
  #: vendor/tickets/src/Tribe/Admin/Ticket_History.php:34
933
  msgctxt "attendee table"
934
  msgid "View history"
935
- msgstr ""
936
 
937
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:710
938
  msgid "This ticket was moved to %1$s from %2$s"
939
- msgstr ""
940
 
941
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:536
942
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
943
- msgstr ""
944
 
945
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:452
946
  msgid "%1$s attendee for %2$s was successfully %3$s. Please adjust stock manually as needed. This attendee will receive an email notifying them of the change."
947
  msgid_plural "%1$s attendees for %2$s were successfully moved to %3$s. Please adjust stock manually as needed. These attendees will receive an email notifying them of the change."
948
- msgstr[0] ""
949
- msgstr[1] ""
950
 
951
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:445
952
  msgctxt "moved tickets success message fragment"
953
  msgid "moved to %s and"
954
- msgstr ""
955
 
956
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:438
957
  msgctxt "moved tickets success message fragment"
958
  msgid "assigned to %s"
959
- msgstr ""
960
 
961
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:430
962
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
963
- msgstr ""
964
 
965
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:422
966
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
967
- msgstr ""
968
 
969
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:225
970
  msgctxt "attendee screen bulk actions"
971
  msgid "Move"
972
- msgstr ""
973
 
974
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:113
975
  msgid "Loading, please wait&hellip;"
976
- msgstr ""
977
 
978
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:111
979
  msgid "No ticket types were found for this post."
980
- msgstr ""
981
 
982
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:109
983
  msgid "No results found - you may need to widen your search criteria."
984
- msgstr ""
985
 
986
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:107
987
  msgid "Unable to update the post list. Please refresh the page and try again."
988
- msgstr ""
989
 
990
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:105
991
  msgid "Woops! We could not complete the requested operation due to an unforeseen problem."
992
- msgstr ""
993
 
994
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:68
995
  msgid "Move Attendees"
996
- msgstr ""
997
 
998
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:267
999
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:651
1000
  msgid "Changes to your tickets from %s"
1001
- msgstr ""
1002
 
1003
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:170
1004
  msgid "Ticket type was moved to <a href=\"%1$s\" target=\"_blank\">%2$s</a> from <a href=\"%3$s\" target=\"_blank\">%4$s</a>"
1005
- msgstr ""
1006
 
1007
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:114
1008
  msgid "Ticket type %1$s for %2$s was successfully moved to %3$s. All previously sold tickets of this type have been transferred to %3$s. Please adjust stock manually as needed. %1$s ticket holders have received an email notifying them of the change. You may now close this window!"
1009
- msgstr ""
1010
 
1011
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:108
1012
  msgid "Ticket type could not be moved: unexpected failure during reassignment."
1013
- msgstr ""
1014
 
1015
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:102
1016
  msgid "Ticket type could not be moved: the ticket type or destination post was invalid."
1017
- msgstr ""
1018
 
1019
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:72
1020
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:250
1021
  msgid "All supported types"
1022
- msgstr ""
1023
 
1024
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:28
1025
  msgid "Move Ticket Types"
1026
- msgstr ""
1027
 
1028
  #: src/views/single-event.php:28
1029
  msgctxt "%s Events plural label"
1030
  msgid "All %s"
1031
- msgstr ""
1032
 
1033
  #: src/io/csv/admin-views/header.php:17
1034
  msgid "Legacy Events Import"
1035
- msgstr ""
1036
 
1037
  #: src/admin-views/widget-admin-list.php:41
1038
  msgid "Generate JSON-LD data"
1039
- msgstr ""
1040
 
1041
  #: src/admin-views/tribe-options-addons-api.php:126
1042
  msgid "Some features and add-ons require you to enter an API key or log into a third-party website so that The Events Calendar can communicate with an outside source."
1043
- msgstr ""
1044
 
1045
  #: src/admin-views/tribe-options-addons-api.php:99
1046
  msgid "%s to view your Meetup API Key"
1047
- msgstr ""
1048
 
1049
  #: src/admin-views/tribe-options-addons-api.php:98
1050
  msgid "Meetup API Key"
1051
- msgstr ""
1052
 
1053
  #: src/admin-views/tribe-options-addons-api.php:94
1054
  msgid "You need a Meetup API Key to import your events from Meetup."
1055
- msgstr ""
1056
 
1057
  #: src/admin-views/tribe-options-addons-api.php:82
1058
  msgid "You need to connect Event Aggregator to Facebook to import your events from Facebook."
1059
- msgstr ""
1060
 
1061
  #: src/admin-views/tribe-options-addons-api.php:60
1062
  msgid "Disconnect"
1063
- msgstr ""
1064
 
1065
  #: src/admin-views/tribe-options-addons-api.php:59
1066
  msgid "Refresh your connection to Facebook"
1067
- msgstr ""
1068
 
1069
  #: src/admin-views/tribe-options-addons-api.php:57
1070
  msgid "Your Event Aggregator Facebook connection will expire %s."
1071
- msgstr ""
1072
 
1073
  #: src/admin-views/tribe-options-addons-api.php:55
1074
  msgid "Your Event Aggregator Facebook connection has expired %s."
1075
- msgstr ""
1076
 
1077
  #: src/admin-views/tribe-options-addons-api.php:52
1078
  msgid "Connect to Facebook"
1079
- msgstr ""
1080
 
1081
  #: src/admin-views/tribe-options-addons-api.php:51
1082
  msgid "You need to connect to Facebook for Event Aggregator to work properly"
1083
- msgstr ""
1084
 
1085
  #: src/admin-views/tribe-options-addons-api.php:46
1086
  msgid "Facebook Token"
1087
- msgstr ""
1088
 
1089
  #: src/admin-views/create-organizer-fields.php:19
1090
  #: src/admin-views/organizer-meta-box.php:45
1091
  msgid "The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers."
1092
- msgstr ""
1093
 
1094
  #: src/admin-views/aggregator/tabs/import-form.php:239
1095
  msgid "Events will be imported with the timezone defined by the source. If no time zone is specified, events will be assigned your site's default timezone (see %1$sSettings > General%2$s)."
1096
- msgstr ""
1097
 
1098
  #: src/admin-views/aggregator/tabs/import-form.php:187
1099
  msgid "Category:"
1100
- msgstr ""
1101
 
1102
  #: src/admin-views/aggregator/tabs/import-form.php:175
1103
  msgid "Status:"
1104
- msgstr ""
1105
 
1106
  #: src/admin-views/aggregator/tabs/import-form.php:155
1107
  #: src/admin-views/aggregator/tabs/import-form.php:167
1108
  msgid "Start Time"
1109
- msgstr ""
1110
 
1111
  #: src/admin-views/aggregator/tabs/import-form.php:151
1112
  #: src/admin-views/aggregator/tabs/import-form.php:163
1113
  msgid "Select All"
1114
- msgstr ""
1115
 
1116
  #: src/admin-views/aggregator/tabs/import-form.php:141
1117
  msgid "The following preview does not necessarily contain all of the data from your CSV file. The data displayed below is meant as a guide to help you map your CSV file's columns to the appropriate Event fields."
1118
- msgstr ""
1119
 
1120
  #: src/admin-views/aggregator/tabs/import-form.php:135
1121
  msgid "Column Mapping:"
1122
- msgstr ""
1123
 
1124
  #: src/admin-views/aggregator/tabs/import-form.php:132
1125
  msgid "This is a preview of the type of content you will be getting in during the import based on what is on the calendar now."
1126
- msgstr ""
1127
 
1128
  #: src/admin-views/aggregator/tabs/import-form.php:122
1129
  msgid "When you save this scheduled import, the events above will begin importing."
1130
- msgstr ""
1131
 
1132
  #: src/admin-views/aggregator/tabs/import-form.php:120
1133
  msgid "Select the Event Field that best matches your CSV file column. The contents of that column will then be mapped to the specified event field when the event is created."
1134
- msgstr ""
1135
 
1136
  #: src/admin-views/aggregator/tabs/import-form.php:118
1137
  msgid "These settings will also apply to events imported in the future via this scheduled import."
1138
- msgstr ""
1139
 
1140
  #: src/admin-views/aggregator/tabs/import-form.php:117
1141
  msgid "Choose a status for the event(s) to be imported with and/or define an Event Category to automatically assign. An assigned category will be added to the event in addition to any Event Categories from the import source."
1142
- msgstr ""
1143
 
1144
  #: src/admin-views/aggregator/tabs/import-form.php:75
1145
  msgid "Access more event sources and automatic imports!"
1146
- msgstr ""
1147
 
1148
  #: src/admin-views/aggregator/tabs/import-form.php:73
1149
  msgid "Buy Event Aggregator"
1150
- msgstr ""
1151
 
1152
  #: src/admin-views/aggregator/tabs/import-form.php:39
1153
  msgid "Choose where you are importing from."
1154
- msgstr ""
1155
 
1156
  #: src/admin-views/aggregator/tabs/import-form.php:38
1157
  msgid "Select Origin"
1158
- msgstr ""
1159
 
1160
  #: src/admin-views/aggregator/tabs/import-form.php:37
1161
  msgid "Import Origin:"
1162
- msgstr ""
1163
 
1164
  #: src/admin-views/aggregator/tabs/import-form.php:24
1165
  msgid "No Additional Categories"
1166
- msgstr ""
1167
 
1168
  #: src/admin-views/aggregator/status.php:197
1169
  msgid "Enter your API key"
1170
- msgstr ""
1171
 
1172
  #: src/admin-views/aggregator/status.php:195
1173
  msgid "You have not entered a Meetup API key"
1174
- msgstr ""
1175
 
1176
  #: src/admin-views/aggregator/status.php:191
1177
  msgid "API key entered"
1178
- msgstr ""
1179
 
1180
  #: src/admin-views/aggregator/status.php:176
1181
  msgid "The service has disabled oAuth. Some types of events may not import."
1182
- msgstr ""
1183
 
1184
  #: src/admin-views/aggregator/status.php:175
1185
  msgid "Limited connectivity with Facebook"
1186
- msgstr ""
1187
 
1188
  #: src/admin-views/aggregator/status.php:171
1189
  msgctxt "link for connecting facebook"
1190
  msgid "Connect to Facebook"
1191
- msgstr ""
1192
 
1193
  #: src/admin-views/aggregator/status.php:169
1194
  msgid "You have not connected Event Aggregator to Facebook"
1195
- msgstr ""
1196
 
1197
  #: src/admin-views/aggregator/status.php:156
1198
  msgid "Third Party Accounts"
1199
- msgstr ""
1200
 
1201
  #: src/admin-views/aggregator/status.php:144
1202
  msgid "Scheduler Status"
1203
- msgstr ""
1204
 
1205
  #: src/admin-views/aggregator/status.php:139
1206
  msgid "WP Cron enabled"
1207
- msgstr ""
1208
 
1209
  #: src/admin-views/aggregator/status.php:137
1210
  msgid "Scheduled imports may not run reliably"
1211
- msgstr ""
1212
 
1213
  #: src/admin-views/aggregator/status.php:136
1214
  msgid "WP Cron not enabled"
1215
- msgstr ""
1216
 
1217
  #: src/admin-views/aggregator/status.php:124
1218
  msgid "Server Connection"
1219
- msgstr ""
1220
 
1221
  #. translators: %s: Event Aggregator Server URL
1222
  #: src/admin-views/aggregator/status.php:118
1223
  msgid "Connected to %s"
1224
- msgstr ""
1225
 
1226
  #: src/admin-views/aggregator/status.php:112
1227
  msgid "The server is responding with an error:"
1228
- msgstr ""
1229
 
1230
  #: src/admin-views/aggregator/status.php:103
1231
  msgid "The server is not currently responding"
1232
- msgstr ""
1233
 
1234
  #. translators: %s: Event Aggregator Server URL
1235
  #: src/admin-views/aggregator/status.php:102
1236
  #: src/admin-views/aggregator/status.php:110
1237
  msgid "Not connected to %s"
1238
- msgstr ""
1239
 
1240
  #: src/admin-views/aggregator/status.php:88
1241
  msgid "Import Services"
1242
- msgstr ""
1243
 
1244
  #: src/admin-views/aggregator/status.php:77
1245
  msgid "Current usage"
1246
- msgstr ""
1247
 
1248
  #: src/admin-views/aggregator/status.php:70
1249
  msgid "%1$d import used out of %2$d available today"
1250
  msgid_plural "%1$d imports used out of %2$d available today"
1251
- msgstr[0] ""
1252
- msgstr[1] ""
1253
 
1254
  #: src/admin-views/aggregator/status.php:66
1255
  msgid "You are approaching your daily import limit. You may want to adjust your Scheduled Import frequencies."
1256
- msgstr ""
1257
 
1258
  #: src/admin-views/aggregator/status.php:63
1259
  msgid "You have reached your daily import limit. Scheduled imports will be paused until tomorrow."
1260
- msgstr ""
1261
 
1262
  #: src/admin-views/aggregator/status.php:36
1263
  msgid "Check your license key"
1264
- msgstr ""
1265
 
1266
  #: src/admin-views/aggregator/status.php:35
1267
  msgid "Your license is invalid"
1268
- msgstr ""
1269
 
1270
  #: src/admin-views/aggregator/status.php:32
1271
  msgid "Buy Event Aggregator to access more event sources and automatic imports!"
1272
- msgstr ""
1273
 
1274
  #: src/admin-views/aggregator/status.php:30
1275
  msgid "You do not have a license"
1276
- msgstr ""
1277
 
1278
  #: src/admin-views/aggregator/status.php:23
1279
  msgid "Your license is valid"
1280
- msgstr ""
1281
 
1282
  #: src/admin-views/aggregator/status.php:14
1283
  msgid "License &amp; Usage"
1284
- msgstr ""
1285
 
1286
  #: src/admin-views/aggregator/settings.php:416
1287
  #: src/admin-views/aggregator/settings.php:456
1288
  msgid "Imports"
1289
- msgstr ""
1290
 
1291
  #: src/admin-views/aggregator/settings.php:403
1292
  msgid "Check out Event Aggregator."
1293
- msgstr ""
1294
 
1295
  #: src/admin-views/aggregator/settings.php:402
1296
  msgid "Use the options below to configure your imports. Looking for more ways to import events from other websites?"
1297
- msgstr ""
1298
 
1299
  #: src/admin-views/aggregator/settings.php:389
1300
  msgid "Global"
1301
- msgstr ""
1302
 
1303
  #: src/admin-views/aggregator/settings.php:388
1304
  msgid "Update Authority"
1305
- msgstr ""
1306
 
1307
  #: src/admin-views/aggregator/settings.php:383
1308
  msgid "Help page"
1309
- msgstr ""
1310
 
1311
  #: src/admin-views/aggregator/settings.php:379
1312
  msgid "Use the options below to configure your imports. Global Import Settings apply to all imports, but you can also override the global settings by adjusting the origin-specific options. Check your Event Aggregator Service Status on the %1$s."
1313
- msgstr ""
1314
 
1315
  #: src/admin-views/aggregator/settings.php:337
1316
  msgid "The default event category for events imported via Meetup"
1317
- msgstr ""
1318
 
1319
  #: src/admin-views/aggregator/settings.php:326
1320
  msgid "The default post status for events imported via Meetup"
1321
- msgstr ""
1322
 
1323
  #: src/admin-views/aggregator/settings.php:315
1324
  msgid "To import Meetup events, please be sure to add your Meetup API key on %1$sEvents > Settings > APIs%2$s"
1325
- msgstr ""
1326
 
1327
  #: src/admin-views/aggregator/settings.php:310
1328
  msgid "Meetup Import Settings"
1329
- msgstr ""
1330
 
1331
  #: src/admin-views/aggregator/settings.php:286
1332
  msgid "The default event category for events imported via Google Calendar"
1333
- msgstr ""
1334
 
1335
  #: src/admin-views/aggregator/settings.php:275
1336
  msgid "The default post status for events imported via Google Calendar"
1337
- msgstr ""
1338
 
1339
  #: src/admin-views/aggregator/settings.php:270
1340
  msgid "Google Calendar Import Settings"
1341
- msgstr ""
1342
 
1343
  #: src/admin-views/aggregator/settings.php:246
1344
  msgid "The default event category for events imported via Facebook"
1345
- msgstr ""
1346
 
1347
  #: src/admin-views/aggregator/settings.php:235
1348
  msgid "The default post status for events imported via Facebook"
1349
- msgstr ""
1350
 
1351
  #: src/admin-views/aggregator/settings.php:230
1352
  msgid "Facebook Import Settings"
1353
- msgstr ""
1354
 
1355
  #: src/admin-views/aggregator/settings.php:206
1356
  msgid "The default event category for events imported via .ics files"
1357
- msgstr ""
1358
 
1359
  #: src/admin-views/aggregator/settings.php:195
1360
  msgid "The default post status for events imported via .ics files"
1361
- msgstr ""
1362
 
1363
  #: src/admin-views/aggregator/settings.php:190
1364
  msgid "ICS File Import Settings"
1365
- msgstr ""
1366
 
1367
  #: src/admin-views/aggregator/settings.php:166
1368
  msgid "The default event category for events imported via iCalendar"
1369
- msgstr ""
1370
 
1371
  #: src/admin-views/aggregator/settings.php:155
1372
  msgid "The default post status for events imported via iCalendar"
1373
- msgstr ""
1374
 
1375
  #: src/admin-views/aggregator/settings.php:150
1376
  msgid "iCalendar Import Settings"
1377
- msgstr ""
1378
 
1379
  #: src/admin-views/aggregator/settings.php:137
1380
  #: src/admin-views/aggregator/settings.php:177
@@ -1383,7 +1391,7 @@ msgstr ""
1383
  #: src/admin-views/aggregator/settings.php:297
1384
  #: src/admin-views/aggregator/settings.php:348
1385
  msgid "Show Google Map by default on imported event and venues"
1386
- msgstr ""
1387
 
1388
  #: src/admin-views/aggregator/settings.php:136
1389
  #: src/admin-views/aggregator/settings.php:176
@@ -1392,23 +1400,23 @@ msgstr ""
1392
  #: src/admin-views/aggregator/settings.php:296
1393
  #: src/admin-views/aggregator/settings.php:347
1394
  msgid "Show Google Map"
1395
- msgstr ""
1396
 
1397
  #: src/admin-views/aggregator/settings.php:126
1398
  msgid "The default event category for events"
1399
- msgstr ""
1400
 
1401
  #: src/admin-views/aggregator/settings.php:115
1402
  msgid "The default post status for events"
1403
- msgstr ""
1404
 
1405
  #: src/admin-views/aggregator/settings.php:110
1406
  msgid "Global Import Settings"
1407
- msgstr ""
1408
 
1409
  #: src/admin-views/aggregator/settings.php:79
1410
  msgid "The default event category for events imported via CSV"
1411
- msgstr ""
1412
 
1413
  #: src/admin-views/aggregator/settings.php:78
1414
  #: src/admin-views/aggregator/settings.php:125
@@ -1418,11 +1426,11 @@ msgstr ""
1418
  #: src/admin-views/aggregator/settings.php:285
1419
  #: src/admin-views/aggregator/settings.php:336
1420
  msgid "Default Event Category"
1421
- msgstr ""
1422
 
1423
  #: src/admin-views/aggregator/settings.php:68
1424
  msgid "The default post status for events imported via CSV"
1425
- msgstr ""
1426
 
1427
  #: src/admin-views/aggregator/settings.php:67
1428
  #: src/admin-views/aggregator/settings.php:114
@@ -1432,161 +1440,157 @@ msgstr ""
1432
  #: src/admin-views/aggregator/settings.php:274
1433
  #: src/admin-views/aggregator/settings.php:325
1434
  msgid "Default Status"
1435
- msgstr ""
1436
-
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
 
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
- msgstr ""
1444
 
1445
  #: src/admin-views/aggregator/settings.php:53
1446
  msgid "Overwrite my event with any changes from the original source."
1447
- msgstr ""
1448
 
1449
  #: src/admin-views/aggregator/settings.php:44
1450
  msgid "You can make changes to imported events via The Events Calendar and see those changes reflected on your site’s calendar. The owner of the original event source (e.g. the iCalendar feed or Facebook group) might also make changes to their event. If you choose to re-import an altered event (manually or via a scheduled import), any changes made at the source or on your calendar will need to be addressed."
1451
- msgstr ""
1452
 
1453
  #: src/admin-views/aggregator/settings.php:40
1454
  #: src/admin-views/aggregator/settings.php:48
1455
  msgid "Event Update Authority"
1456
- msgstr ""
1457
 
1458
  #: src/admin-views/aggregator/settings.php:31
1459
  msgid "No"
1460
- msgstr ""
1461
 
1462
  #: src/admin-views/aggregator/settings.php:18
1463
  msgid "No default category"
1464
- msgstr ""
1465
 
1466
  #: src/admin-views/aggregator/settings.php:7
1467
  msgid "Use global import settings"
1468
- msgstr ""
1469
 
1470
  #: src/admin-views/aggregator/origins/refine.php:52
1471
  msgid "Events on or after"
1472
- msgstr ""
1473
 
1474
  #: src/admin-views/aggregator/origins/refine.php:29
1475
  msgid "Refine:"
1476
- msgstr ""
1477
 
1478
  #: src/admin-views/aggregator/origins/refine.php:23
1479
  msgid "Use the filters to narrow down which events are fetched from this iCalendar feed."
1480
- msgstr ""
1481
 
1482
  #: src/admin-views/aggregator/origins/refine.php:18
1483
  msgid "Use the filters to narrow down which events are fetched from this Google Calendar."
1484
- msgstr ""
1485
 
1486
  #: src/admin-views/aggregator/origins/refine.php:14
1487
  msgid "Use the filters to narrow down which events are fetched from your ICS file."
1488
- msgstr ""
1489
 
1490
  #: src/admin-views/aggregator/origins/refine.php:9
1491
  msgctxt "Radius with abbreviation"
1492
  msgid "Radius (%s)"
1493
- msgstr ""
1494
 
1495
  #: src/admin-views/aggregator/origins/refine.php:3
1496
  msgid "Keyword(s)"
1497
- msgstr ""
1498
 
1499
  #: src/admin-views/aggregator/origins/meetup.php:132
1500
  msgid "Enter the url for a Meetup group, page, or individual. You can also enter the url of a single Meetup event."
1501
- msgstr ""
1502
 
1503
  #: src/admin-views/aggregator/origins/meetup.php:131
1504
  msgid "meetup.com/example"
1505
- msgstr ""
1506
 
1507
  #: src/admin-views/aggregator/origins/meetup.php:60
1508
  msgid "Save"
1509
- msgstr ""
1510
 
1511
  #: src/admin-views/aggregator/origins/meetup.php:58
1512
  msgid "Meetup API Key:"
1513
- msgstr ""
1514
 
1515
  #: src/admin-views/aggregator/origins/meetup.php:46
1516
  msgid "Your Meetup API key has been saved to %1$sEvents &gt; Settings &gt; APIs%2$s"
1517
- msgstr ""
1518
 
1519
  #: src/admin-views/aggregator/origins/meetup.php:31
1520
  msgid "Enter your Meetup API key to import Meetup events. %1$sClick here to get your Meetup API key%2$s. You only need to do this once, it will be saved under %3$sEvents &gt; Settings &gt; APIs%4$s"
1521
- msgstr ""
1522
 
1523
  #: src/admin-views/aggregator/origins/meetup.php:6
1524
  msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Meetup on a set schedule. Single events can be added via a one-time import."
1525
- msgstr ""
1526
 
1527
  #: src/admin-views/aggregator/origins/ics.php:9
1528
  msgid "Upload an ICS File"
1529
- msgstr ""
1530
 
1531
  #: src/admin-views/aggregator/origins/ics.php:6
1532
  msgid "Select your ICS file from the WordPress media library. You may need to first upload the file from your computer to the library."
1533
- msgstr ""
1534
 
1535
  #: src/admin-views/aggregator/origins/ics.php:5
1536
  msgid "Choose File"
1537
- msgstr ""
1538
 
1539
  #: src/admin-views/aggregator/origins/ical.php:76
1540
  msgid "Enter the url for the iCalendar feed you wish to import, e.g. https://central.wordcamp.org/calendar.ics"
1541
- msgstr ""
1542
 
1543
  #: src/admin-views/aggregator/origins/ical.php:75
1544
  msgid "example.com/url.ics"
1545
- msgstr ""
1546
 
1547
  #: src/admin-views/aggregator/origins/gcal.php:81
1548
  msgid "Copy the provided url into this field to import the events into your WordPress site."
1549
- msgstr ""
1550
 
1551
  #: src/admin-views/aggregator/origins/gcal.php:80
1552
  msgid "Scroll down to Calendar Address and click the iCal button (note: if your calendar is private, you'll need to click the iCal button next to the Private Address header instead)."
1553
- msgstr ""
1554
 
1555
  #: src/admin-views/aggregator/origins/gcal.php:79
1556
  msgid "Go to Settings &gt; Calendars and select the calendar you wish to import."
1557
- msgstr ""
1558
 
1559
  #: src/admin-views/aggregator/origins/gcal.php:77
1560
  msgid "You can find the url you need in your Google Calendar settings."
1561
- msgstr ""
1562
 
1563
  #: src/admin-views/aggregator/origins/gcal.php:75
1564
  msgid "Enter the url for the Google Calendar feed you wish to import."
1565
- msgstr ""
1566
 
1567
  #: src/admin-views/aggregator/origins/gcal.php:74
1568
  msgid "https://calendar.google.com/calendar/ical/example/basic.ics"
1569
- msgstr ""
1570
 
1571
  #: src/admin-views/aggregator/origins/gcal.php:6
1572
  #: src/admin-views/aggregator/origins/ical.php:6
1573
  msgid "One-time imports include all events in the current feed, while scheduled imports automatically grab new events and updates from the feed on a set schedule."
1574
- msgstr ""
1575
 
1576
  #: src/admin-views/aggregator/origins/facebook.php:104
1577
  msgid "Enter the url for a Facebook group or page. You can also enter the url of a single Facebook event."
1578
- msgstr ""
1579
 
1580
  #: src/admin-views/aggregator/origins/facebook.php:103
1581
  msgid "facebook.com/example"
1582
- msgstr ""
1583
 
1584
  #: src/admin-views/aggregator/origins/facebook.php:62
1585
  #: src/admin-views/aggregator/origins/gcal.php:35
1586
  #: src/admin-views/aggregator/origins/ical.php:35
1587
  #: src/admin-views/aggregator/origins/meetup.php:90
1588
  msgid "One-Time Import"
1589
- msgstr ""
1590
 
1591
  #: src/admin-views/aggregator/origins/facebook.php:51
1592
  #: src/admin-views/aggregator/origins/facebook.php:63
@@ -1597,44 +1601,44 @@ msgstr ""
1597
  #: src/admin-views/aggregator/origins/meetup.php:79
1598
  #: src/admin-views/aggregator/origins/meetup.php:91
1599
  msgid "Scheduled Import"
1600
- msgstr ""
1601
 
1602
  #: src/admin-views/aggregator/origins/facebook.php:38
1603
  msgid "Log into Facebook"
1604
- msgstr ""
1605
 
1606
  #: src/admin-views/aggregator/origins/facebook.php:32
1607
  msgid "Please log in to enable event imports from Facebook."
1608
- msgstr ""
1609
 
1610
  #: src/admin-views/aggregator/origins/facebook.php:11
1611
  #: src/admin-views/aggregator/origins/gcal.php:11
1612
  #: src/admin-views/aggregator/origins/ical.php:11
1613
  #: src/admin-views/aggregator/origins/meetup.php:11
1614
  msgid "Select how often you would like events to be automatically imported."
1615
- msgstr ""
1616
 
1617
  #: src/admin-views/aggregator/origins/facebook.php:10
1618
  #: src/admin-views/aggregator/origins/gcal.php:10
1619
  #: src/admin-views/aggregator/origins/ical.php:10
1620
  #: src/admin-views/aggregator/origins/meetup.php:10
1621
  msgid "Select Frequency"
1622
- msgstr ""
1623
 
1624
  #: src/admin-views/aggregator/origins/facebook.php:6
1625
  msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Facebook on a set schedule. Single events can be added via a one-time import."
1626
- msgstr ""
1627
 
1628
  #: src/admin-views/aggregator/origins/facebook.php:5
1629
  #: src/admin-views/aggregator/origins/gcal.php:5
1630
  #: src/admin-views/aggregator/origins/ical.php:5
1631
  #: src/admin-views/aggregator/origins/meetup.php:5
1632
  msgid "Select Import Type"
1633
- msgstr ""
1634
 
1635
  #: src/admin-views/aggregator/origins/eventbrite.php:23
1636
  msgid "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/example-12345"
1637
- msgstr ""
1638
 
1639
  #: src/admin-views/aggregator/origins/csv.php:76
1640
  #: src/admin-views/aggregator/origins/facebook.php:125
@@ -1643,1189 +1647,1189 @@ msgstr ""
1643
  #: src/admin-views/aggregator/origins/ics.php:44
1644
  #: src/admin-views/aggregator/origins/meetup.php:153
1645
  msgid "Preview"
1646
- msgstr ""
1647
 
1648
  #: src/admin-views/aggregator/origins/csv.php:68
1649
  #: src/admin-views/aggregator/origins/ics.php:34
1650
  msgid "No file chosen"
1651
- msgstr ""
1652
 
1653
  #: src/admin-views/aggregator/origins/csv.php:43
1654
  msgid "Upload a CSV File"
1655
- msgstr ""
1656
 
1657
  #: src/admin-views/aggregator/origins/csv.php:42
1658
  #: src/admin-views/aggregator/origins/ics.php:8
1659
  msgid "Upload"
1660
- msgstr ""
1661
 
1662
  #: src/admin-views/aggregator/origins/csv.php:41
1663
  msgid "Select your .CSV file from the WordPress media library. You may need to first upload the file from your computer to the library."
1664
- msgstr ""
1665
 
1666
  #: src/admin-views/aggregator/origins/csv.php:40
1667
  msgid "Choose a CSV file"
1668
- msgstr ""
1669
 
1670
  #: src/admin-views/aggregator/origins/csv.php:39
1671
  #: src/admin-views/aggregator/origins/ics.php:4
1672
  msgid "Choose File:"
1673
- msgstr ""
1674
 
1675
  #: src/admin-views/aggregator/origins/csv.php:8
1676
  msgid "For the best results, import venue and organizer files before importing event files."
1677
- msgstr ""
1678
 
1679
  #: src/admin-views/aggregator/origins/csv.php:6
1680
  msgid "Specify the type of content you wish to import, e.g. events."
1681
- msgstr ""
1682
 
1683
  #: src/admin-views/aggregator/origins/csv.php:5
1684
  msgid "Select Content Type"
1685
- msgstr ""
1686
 
1687
  #: src/admin-views/aggregator/origins/csv.php:4
1688
  msgid "Content Type:"
1689
- msgstr ""
1690
 
1691
  #: src/admin-views/aggregator/meta-box.php:45
1692
  msgid "Change Event Update Authority"
1693
- msgstr ""
1694
 
1695
  #: src/admin-views/aggregator/meta-box.php:36
1696
  msgid "This event will not be re-imported and changes made locally will be preserved."
1697
- msgstr ""
1698
 
1699
  #: src/admin-views/aggregator/meta-box.php:29
1700
  msgid "If this event is re-imported, event fields that have not been changed locally will be overwritten with any changes from the source."
1701
- msgstr ""
1702
 
1703
  #: src/admin-views/aggregator/meta-box.php:23
1704
  msgid "If this event is re-imported, event fields will be overwritten with any changes from the source."
1705
- msgstr ""
1706
 
1707
  #: src/admin-views/aggregator/meta-box.php:9
1708
  msgid "Last Import:"
1709
- msgstr ""
1710
 
1711
  #: src/admin-views/admin-welcome-message.php:29
1712
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:33
1713
  msgid "News and Announcements"
1714
- msgstr ""
1715
 
1716
  #: src/admin-views/admin-welcome-message.php:28
1717
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:29
1718
  msgid "Developer News"
1719
- msgstr ""
1720
 
1721
  #: src/admin-views/admin-welcome-message.php:21
1722
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:20
1723
  msgid "Rate us today!"
1724
- msgstr ""
1725
 
1726
  #: src/admin-views/aggregator/origins/eventbrite.php:22
1727
  msgid "Eventbrite URL"
1728
- msgstr ""
1729
 
1730
  #: src/admin-views/admin-welcome-message.php:19
1731
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:18
1732
  msgid "We Need Your Help"
1733
- msgstr ""
1734
 
1735
  #: src/Tribe/Utils/Radius.php:55
1736
  msgctxt "Abbreviation for the kilometers unit of measure"
1737
  msgid "km"
1738
- msgstr ""
1739
 
1740
  #: src/Tribe/Utils/Radius.php:53
1741
  msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
- msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
- msgstr ""
1748
 
1749
  #: src/Tribe/Importer/Admin_Page.php:76 src/Tribe/Importer/Admin_Page.php:77
1750
  msgid "Legacy Import"
1751
- msgstr ""
1752
 
1753
  #: src/Tribe/Ignored_Events.php:859
1754
  msgid "Migration: %d Legacy Ignored Post was migrated sucessfully. To see the migrated event you will first need to refresh this screen."
1755
  msgid_plural "Migration: %d Legacy Ignored Posts were migrated sucessfully. To see the migrated events you will first need to refresh this screen."
1756
- msgstr[0] ""
1757
- msgstr[1] ""
1758
 
1759
  #: src/Tribe/Ignored_Events.php:852
1760
  msgid "Event %d: %s"
1761
- msgstr ""
1762
 
1763
  #: src/Tribe/Ignored_Events.php:840
1764
  msgid "Migration: %d Legacy Ignored Post failed to be migrated."
1765
  msgid_plural "Migration: %d Legacy Ignored Posts failed to be migrated."
1766
- msgstr[0] ""
1767
- msgstr[1] ""
1768
 
1769
  #: src/Tribe/Ignored_Events.php:828
1770
  msgid "Migration: %d Legacy Ignored Post was migrated but %d failed. To see the migrated event you will first need to refresh this screen."
1771
  msgid_plural "Migration: %d Legacy Ignored Posts were migrated but %d failed. To see the migrated events you will first need to refresh this screen."
1772
- msgstr[0] ""
1773
- msgstr[1] ""
1774
 
1775
  #: src/Tribe/Ignored_Events.php:804
1776
  msgid "There were no Legacy Events to be Migrated, you are ready to rock!"
1777
- msgstr ""
1778
 
1779
  #: src/Tribe/Ignored_Events.php:797
1780
  msgid "You do not have permission to migrate Legacy Ignored Events"
1781
- msgstr ""
1782
 
1783
  #: src/Tribe/Ignored_Events.php:790
1784
  msgid "Error, a unknown bug happened and it was impossible to migrate the Legacy Ignored Events, try again later."
1785
- msgstr ""
1786
 
1787
  #: src/Tribe/Ignored_Events.php:710
1788
  msgid "Ignored <span class=\"count\">(%s)</span>"
1789
  msgid_plural "Ignored <span class=\"count\">(%s)</span>"
1790
- msgstr[0] ""
1791
- msgstr[1] ""
1792
 
1793
  #. translators: %s: post title
1794
  #: src/Tribe/Ignored_Events.php:425
1795
  msgid "Delete &#8220;%s&#8221; permanently"
1796
- msgstr ""
1797
 
1798
  #: src/Tribe/Ignored_Events.php:418
1799
  msgid "Restore"
1800
- msgstr ""
1801
 
1802
  #. translators: %s: post title
1803
  #: src/Tribe/Ignored_Events.php:417
1804
  msgid "Restore &#8220;%s&#8221; from the Ignored"
1805
- msgstr ""
1806
 
1807
  #. translators: %s: post title
1808
  #: src/Tribe/Ignored_Events.php:388
1809
  msgid "Move &#8220;%s&#8221; to the Trash"
1810
- msgstr ""
1811
 
1812
  #: src/Tribe/Ignored_Events.php:333 src/Tribe/Ignored_Events.php:335
1813
  #: src/admin-views/aggregator/meta-box.php:5
1814
  msgid "Source:"
1815
- msgstr ""
1816
 
1817
  #: src/Tribe/Ignored_Events.php:307
1818
  msgid "Last Import"
1819
- msgstr ""
1820
 
1821
  #: src/Tribe/Ignored_Events.php:306 src/admin-views/aggregator/meta-box.php:14
1822
  msgid "The last time this event was imported and/or updated via import."
1823
- msgstr ""
1824
 
1825
  #: src/Tribe/Ignored_Events.php:304
1826
  msgid "Source"
1827
- msgstr ""
1828
 
1829
  #: src/Tribe/Ignored_Events.php:275
1830
  msgid "%s post restored."
1831
  msgid_plural "%s posts restored."
1832
- msgstr[0] ""
1833
- msgstr[1] ""
1834
 
1835
  #: src/Tribe/Ignored_Events.php:223 src/Tribe/Ignored_Events.php:267
1836
  msgid "Error restoring from Ignored Events."
1837
- msgstr ""
1838
 
1839
  #: src/Tribe/Ignored_Events.php:219 src/Tribe/Ignored_Events.php:261
1840
  msgid "You do not have permission to restore this post."
1841
- msgstr ""
1842
 
1843
  #: src/Tribe/Ignored_Events.php:165
1844
  msgid "Migrate Legacy Ignored Events"
1845
- msgstr ""
1846
 
1847
  #: src/Tribe/Ignored_Events.php:164
1848
  msgctxt "link to knowlegebase article"
1849
  msgid "Read more about Ignored Events."
1850
- msgstr ""
1851
 
1852
  #: src/Tribe/Ignored_Events.php:163
1853
  msgid "Event Aggregator includes a new, better system for removing unwanted imported events from your calendar. Click the button below to transition previously deleted events. This process will remove unwanted records from your database and include recent or upcoming trashed events in your Ignored archive."
1854
- msgstr ""
1855
 
1856
  #: src/Tribe/Utils/Radius.php:28
1857
  msgctxt "X (kilometers abbreviation)"
1858
  msgid "%1$s (km)"
1859
- msgstr ""
1860
 
1861
  #: src/Tribe/Utils/Radius.php:18
1862
  msgctxt "X (miles abbreviation)"
1863
  msgid "%1$s (mi)"
1864
- msgstr ""
1865
 
1866
  #: src/Tribe/Ignored_Events.php:140
1867
  #: vendor/tickets/src/Tribe/Attendees_Table.php:401
1868
  #: vendor/tickets/src/Tribe/Attendees_Table.php:421
1869
  msgid "Undo"
1870
- msgstr ""
1871
 
1872
  #: src/Tribe/Ignored_Events.php:129
1873
  msgid "and %s post moved to Ignored."
1874
  msgid_plural "and %s posts moved to Ignored."
1875
- msgstr[0] ""
1876
- msgstr[1] ""
1877
 
1878
  #: src/Tribe/Ignored_Events.php:128
1879
  msgid "%s post moved to the Trash"
1880
  msgid_plural "%s posts moved to the Trash"
1881
- msgstr[0] ""
1882
- msgstr[1] ""
1883
 
1884
  #: src/Tribe/Ignored_Events.php:125
1885
  msgid "post moved to Ignored."
1886
  msgid_plural "posts moved to Ignored."
1887
- msgstr[0] ""
1888
- msgstr[1] ""
1889
 
1890
  #: src/Tribe/Ignored_Events.php:44
1891
  msgid "Ignored events do not show on the calendar but can be updated with future imports"
1892
- msgstr ""
1893
 
1894
  #: src/Tribe/Ignored_Events.php:43 src/Tribe/Ignored_Events.php:389
1895
  msgid "Hide & Ignore"
1896
- msgstr ""
1897
 
1898
  #: src/Tribe/Ignored_Events.php:39 src/Tribe/Ignored_Events.php:459
1899
  #: src/Tribe/Ignored_Events.php:709
1900
  msgid "Ignored"
1901
- msgstr ""
1902
 
1903
  #: src/Tribe/Ignored_Events.php:36
1904
  msgid "Ignored events that are deleted will be removed permanently. They can be recreated via import."
1905
- msgstr ""
1906
 
1907
  #: src/Tribe/Ignored_Events.php:35 src/Tribe/Ignored_Events.php:51
1908
  #: src/Tribe/Ignored_Events.php:426
1909
  msgid "Delete Permanently"
1910
- msgstr ""
1911
 
1912
  #: src/Tribe/Aggregator.php:407
1913
  msgid "Renew your Event Aggregator Facebook token"
1914
- msgstr ""
1915
 
1916
  #: src/Tribe/Aggregator.php:402
1917
  msgid "Your Event Aggregator Facebook token will expire %s."
1918
- msgstr ""
1919
 
1920
  #: src/Tribe/Aggregator.php:400
1921
  msgid "Your Event Aggregator Facebook token has expired %s."
1922
- msgstr ""
1923
 
1924
  #: src/Tribe/Aggregator.php:352
1925
  msgid "Successfully connected Event Aggregator to Facebook"
1926
- msgstr ""
1927
 
1928
  #: src/Tribe/Aggregator.php:322
1929
  msgid "You must use an integer to reduce the daily import limit"
1930
- msgstr ""
1931
 
1932
  #: src/Tribe/Aggregator.php:85
1933
  msgid "Event Aggregator System Status"
1934
- msgstr ""
1935
 
1936
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:367
1937
  msgid "Enter Event Aggregator License"
1938
- msgstr ""
1939
 
1940
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:361
1941
  msgid "To continue using scheduled imports, please enter a valid Event Aggregator license key under %1$sEvents > Settings > Licenses%2$s."
1942
- msgstr ""
1943
 
1944
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:356
1945
  msgid "All scheduled imports are currently suspended, and no events will be imported."
1946
- msgstr ""
1947
 
1948
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:256
1949
  msgid "Successfully %s %d scheduled import"
1950
- msgstr ""
1951
 
1952
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:246
1953
  msgid "Error: %d scheduled import was not %s."
1954
- msgstr ""
1955
 
1956
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:193
1957
  msgid "deactivated"
1958
- msgstr ""
1959
 
1960
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:189
1961
  msgid "reactivated"
1962
- msgstr ""
1963
 
1964
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:185
1965
  msgid "delete"
1966
- msgstr ""
1967
 
1968
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:181
1969
  msgid "queued"
1970
- msgstr ""
1971
 
1972
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:94
1973
  msgid "Scheduled Imports"
1974
- msgstr ""
1975
 
1976
  #: src/Tribe/Aggregator/Tabs/New.php:536
1977
  msgid "Renew your Event Aggregator license"
1978
- msgstr ""
1979
 
1980
  #: src/Tribe/Aggregator/Tabs/New.php:533
1981
  msgid "Renew your license in order to import events from Facebook, iCalendar, Google, or Meetup."
1982
- msgstr ""
1983
 
1984
  #: src/Tribe/Aggregator/Tabs/New.php:532
1985
  msgid "Your Event Aggregator license is expired."
1986
- msgstr ""
1987
 
1988
  #: src/Tribe/Aggregator/Tabs/New.php:512
1989
  msgid "Learn More"
1990
- msgstr ""
1991
 
1992
  #: src/Tribe/Aggregator/Tabs/New.php:507 src/Tribe/Aggregator/Tabs/New.php:514
1993
  msgid "opens in a new window"
1994
- msgstr ""
1995
 
1996
  #: src/Tribe/Aggregator/Tabs/New.php:505
1997
  msgid "Buy It Now"
1998
- msgstr ""
1999
 
2000
  #: src/Tribe/Aggregator/Tabs/New.php:502
2001
  msgid "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
2002
- msgstr ""
2003
 
2004
  #: src/Tribe/Aggregator/Tabs/New.php:500
2005
  msgid "Import Using Event Aggregator"
2006
- msgstr ""
2007
 
2008
  #: src/Tribe/Aggregator/Tabs/New.php:428
2009
  msgid "Unable to save credentials"
2010
- msgstr ""
2011
 
2012
  #: src/Tribe/Aggregator/Tabs/New.php:421
2013
  msgid "Credentials have been saved"
2014
- msgstr ""
2015
 
2016
  #: src/Tribe/Aggregator/Tabs/New.php:412
2017
  msgid "The Meetup API key is required."
2018
- msgstr ""
2019
 
2020
  #: src/Tribe/Aggregator/Tabs/New.php:403
2021
  msgid "Invalid credential save nonce"
2022
- msgstr ""
2023
 
2024
  #: src/Tribe/Aggregator/Tabs/New.php:393
2025
  msgid "Invalid credential save request"
2026
- msgstr ""
2027
 
2028
  #: src/Tribe/Aggregator/Tabs/New.php:382
2029
  msgid "View your scheduled imports."
2030
- msgstr ""
2031
 
2032
  #: src/Tribe/Aggregator/Tabs/New.php:378
2033
  msgid "The next import is scheduled for %1$s."
2034
- msgstr ""
2035
 
2036
  #: src/Tribe/Aggregator/Tabs/New.php:373
2037
  msgctxt "separator between date and time"
2038
  msgid " at "
2039
- msgstr ""
2040
 
2041
  #: src/Tribe/Aggregator/Tabs/New.php:369
2042
  msgid "Your scheduled import was saved and the first import is complete!"
2043
- msgstr ""
2044
 
2045
  #: src/Tribe/Aggregator/Tabs/New.php:356
2046
  msgid "View your event categories"
2047
- msgstr ""
2048
 
2049
  #: src/Tribe/Aggregator/Tabs/New.php:352
2050
  msgid "%1$d new event category was created."
2051
  msgid_plural "%1$d new event categories were created."
2052
- msgstr[0] ""
2053
- msgstr[1] ""
2054
 
2055
  #: src/Tribe/Aggregator/Tabs/New.php:343
2056
  msgid "View your event organizers"
2057
- msgstr ""
2058
 
2059
  #: src/Tribe/Aggregator/Tabs/New.php:339
2060
  msgid "%1$d new organizer was imported."
2061
  msgid_plural "%1$d new organizers were imported."
2062
- msgstr[0] ""
2063
- msgstr[1] ""
2064
 
2065
  #: src/Tribe/Aggregator/Tabs/New.php:331
2066
  msgid "View your event venues"
2067
- msgstr ""
2068
 
2069
  #: src/Tribe/Aggregator/Tabs/New.php:327
2070
  msgid "%1$d new venue was imported."
2071
  msgid_plural "%1$d new venues were imported."
2072
- msgstr[0] ""
2073
- msgstr[1] ""
2074
 
2075
  #: src/Tribe/Aggregator/Tabs/New.php:317
2076
  msgid "View all %s"
2077
- msgstr ""
2078
 
2079
  #: src/Tribe/Aggregator/Tabs/New.php:309
2080
  msgid "No %1$s were imported or updated."
2081
- msgstr ""
2082
 
2083
  #: src/Tribe/Aggregator/Tabs/New.php:302
2084
  msgid "%1$d new image was imported."
2085
  msgid_plural "%1$d new images were imported."
2086
- msgstr[0] ""
2087
- msgstr[1] ""
2088
 
2089
  #: src/Tribe/Aggregator/Tabs/New.php:293
2090
  msgid "%1$d already-imported %2$s was skipped."
2091
  msgid_plural "%1$d already-imported %2$s were skipped."
2092
- msgstr[0] ""
2093
- msgstr[1] ""
2094
 
2095
  #: src/Tribe/Aggregator/Tabs/New.php:282
2096
  msgid "%1$d existing %2$s was updated."
2097
  msgid_plural "%1$d existing %2$s were updated."
2098
- msgstr[0] ""
2099
- msgstr[1] ""
2100
 
2101
  #: src/Tribe/Aggregator/Tabs/New.php:270
2102
  msgid "%1$d new %2$s was imported."
2103
  msgid_plural "%1$d new %2$s were imported."
2104
- msgstr[0] ""
2105
- msgstr[1] ""
2106
 
2107
  #: src/Tribe/Aggregator/Tabs/New.php:206
2108
  msgid "1 import was scheduled."
2109
- msgstr ""
2110
 
2111
  #: src/Tribe/Aggregator/Tabs/New.php:82
2112
  msgid "New Import"
2113
- msgstr ""
2114
 
2115
  #: src/Tribe/Aggregator/Tabs/History.php:93
2116
  msgid "History"
2117
- msgstr ""
2118
 
2119
  #: src/Tribe/Aggregator/Tabs/History.php:55
2120
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:57
2121
  msgid "Records per page"
2122
- msgstr ""
2123
 
2124
  #: src/Tribe/Aggregator/Tabs/Favorite.php:37
2125
  msgid "Favorite Imports"
2126
- msgstr ""
2127
 
2128
  #: src/Tribe/Aggregator/Tabs/Edit.php:142
2129
  msgid "Your Scheduled Import has been updated!"
2130
- msgstr ""
2131
 
2132
  #: src/Tribe/Aggregator/Tabs/Edit.php:136
2133
  msgid "View All Scheduled Imports"
2134
- msgstr ""
2135
 
2136
  #: src/Tribe/Aggregator/Tabs/Edit.php:130
2137
  msgid "Scheduled import was successfully updated."
2138
- msgstr ""
2139
 
2140
  #: src/Tribe/Aggregator/Tabs/Edit.php:52
2141
  msgid "Edit Import"
2142
- msgstr ""
2143
 
2144
  #: src/Tribe/Aggregator/Tabs/Abstract.php:122
2145
  msgid "Please provide a Meetup URL when importing from Meetup."
2146
- msgstr ""
2147
 
2148
  #: src/Tribe/Aggregator/Tabs/Abstract.php:118
2149
  msgid "Please provide a Facebook URL when importing from Facebook."
2150
- msgstr ""
2151
 
2152
  #: src/Tribe/Aggregator/Tabs/Abstract.php:110
2153
  msgid "Please provide the URL that you wish to import."
2154
- msgstr ""
2155
 
2156
  #: src/Tribe/Aggregator/Tabs/Abstract.php:106
2157
  msgid "Please provide the file that you wish to import."
2158
- msgstr ""
2159
 
2160
  #: src/Tribe/Aggregator/Tabs/Abstract.php:59
2161
  msgid "There was a problem processing your import. Please try again."
2162
- msgstr ""
2163
 
2164
  #: src/Tribe/Aggregator/Service.php:195
2165
  msgid "Connection timed out while transferring the feed. If you are dealing with large feeds you may need to customize the tribe_aggregator_connection_timeout filter."
2166
- msgstr ""
2167
 
2168
  #: src/Tribe/Aggregator/Service.php:85
2169
  msgid "Import queued"
2170
- msgstr ""
2171
 
2172
  #: src/Tribe/Aggregator/Service.php:84
2173
  msgid "Import is complete"
2174
- msgstr ""
2175
 
2176
  #: src/Tribe/Aggregator/Service.php:83
2177
  msgid "Successfully loaded import origins"
2178
- msgstr ""
2179
 
2180
  #: src/Tribe/Aggregator/Service.php:82
2181
  msgid "Successfully fetched Facebook Token"
2182
- msgstr ""
2183
 
2184
  #: src/Tribe/Aggregator/Service.php:81
2185
  msgid "Import created"
2186
- msgstr ""
2187
 
2188
  #: src/Tribe/Aggregator/Service.php:80
2189
  msgid "Success"
2190
- msgstr ""
2191
 
2192
  #: src/Tribe/Aggregator/Service.php:79
2193
  msgid "The import will be starting soon."
2194
- msgstr ""
2195
 
2196
  #: src/Tribe/Aggregator/Service.php:78
2197
  msgid "The import is in progress."
2198
- msgstr ""
2199
 
2200
  #: src/Tribe/Aggregator/Service.php:76
2201
  msgid "Event Aggregator cannot reach Meetup.com because you exceeded the request limit for your Meetup API key."
2202
- msgstr ""
2203
 
2204
  #: src/Tribe/Aggregator/Service.php:75
2205
  msgid "Your Meetup API key is invalid."
2206
- msgstr ""
2207
 
2208
  #: src/Tribe/Aggregator/Service.php:74
2209
  msgid "The file provided could not be opened. Please confirm that it is a properly formatted .ics file."
2210
- msgstr ""
2211
 
2212
  #: src/Tribe/Aggregator/Service.php:73
2213
  msgid "The URL provided did not have events in the proper format."
2214
- msgstr ""
2215
 
2216
  #: src/Tribe/Aggregator/Service.php:72
2217
  msgid "The import failed for an unknown reason. Please try again. If the problem persists, please contact support."
2218
- msgstr ""
2219
 
2220
  #: src/Tribe/Aggregator/Service.php:71
2221
  msgid "The image associated with your event is not accessible with your API key."
2222
- msgstr ""
2223
 
2224
  #: src/Tribe/Aggregator/Service.php:70
2225
  msgid "The image associated with your event could not be imported."
2226
- msgstr ""
2227
 
2228
  #: src/Tribe/Aggregator/Service.php:69
2229
  msgid "The URL provided failed to load."
2230
- msgstr ""
2231
 
2232
  #: src/Tribe/Aggregator/Service.php:68
2233
  msgid "The URL provided could not be reached."
2234
- msgstr ""
2235
 
2236
  #: src/Tribe/Aggregator/Service.php:67
2237
  msgid "Events cannot be imported because Facebook has returned an error. This could mean that the event ID does not exist, the event or source is marked as Private, or the event or source has been otherwise restricted by Facebook. You can <a href=\"https://theeventscalendar.com/knowledgebase/import-errors/\" target=\"_blank\">read more about Facebook restrictions in our knowledgebase</a>."
2238
- msgstr ""
2239
 
2240
  #: src/Tribe/Aggregator/Service.php:66
2241
  msgid "The import parameters were invalid."
2242
- msgstr ""
2243
 
2244
  #: src/Tribe/Aggregator/Service.php:65
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
- msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
- msgstr[0] ""
2253
- msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
- msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
- msgstr[0] ""
2265
- msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
- msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
- msgstr[0] ""
2277
- msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
- msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
- msgstr[0] ""
2289
- msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
- msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
- msgstr[0] ""
2301
- msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
- msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
- msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
- msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
- msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
- msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
- msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
- msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
- msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
- msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
- msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
- msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
- msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
- msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
- msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
- msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
- msgstr ""
2372
 
2373
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:170
2374
  msgid "Unable to continue inserting data. Please reload this page to continue/try again."
2375
- msgstr ""
2376
 
2377
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:94
2378
  msgid "Skipped:"
2379
- msgstr ""
2380
 
2381
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:93
2382
  msgid "Updated:"
2383
- msgstr ""
2384
 
2385
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:92
2386
  msgid "Created:"
2387
- msgstr ""
2388
 
2389
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:88
2390
  msgid "Your import is currently in progress. Don't worry, you can safely navigate away&ndash;the import will continue in the background."
2391
- msgstr ""
2392
 
2393
  #: src/Tribe/Aggregator/Record/Queue_Processor.php:211
2394
  msgid "Could not process queue for Import Record %1$d: %2$s"
2395
- msgstr ""
2396
 
2397
  #: src/Tribe/Aggregator/Record/List_Table.php:603
2398
  msgid "Select %s"
2399
- msgstr ""
2400
 
2401
  #: src/Tribe/Aggregator/Record/List_Table.php:568
2402
  #: src/Tribe/Aggregator/Record/List_Table.php:577
2403
  #: src/Tribe/Aggregator/Record/List_Table.php:585
2404
  msgid "updated"
2405
- msgstr ""
2406
 
2407
  #: src/Tribe/Aggregator/Record/List_Table.php:566
2408
  #: src/Tribe/Aggregator/Record/List_Table.php:574
2409
  #: src/Tribe/Aggregator/Record/List_Table.php:582
2410
  msgid "new"
2411
- msgstr ""
2412
 
2413
  #: src/Tribe/Aggregator/Record/List_Table.php:563
2414
  msgid "Latest Import:"
2415
- msgstr ""
2416
 
2417
  #: src/Tribe/Aggregator/Record/List_Table.php:561
2418
  msgid "all time"
2419
- msgstr ""
2420
 
2421
  #: src/Tribe/Aggregator/Record/List_Table.php:544
2422
  msgid "One Time"
2423
- msgstr ""
2424
 
2425
  #: src/Tribe/Aggregator/Record/List_Table.php:541
2426
  msgid "Invalid Frequency"
2427
- msgstr ""
2428
 
2429
  #: src/Tribe/Aggregator/Record/List_Table.php:525 src/Tribe/Aggregator.php:390
2430
  #: src/Tribe/Ignored_Events.php:349
2431
  #: src/admin-views/tribe-options-addons-api.php:36
2432
  msgctxt "in human readable time"
2433
  msgid "in about %s"
2434
- msgstr ""
2435
 
2436
  #: src/Tribe/Aggregator/Record/List_Table.php:523 src/Tribe/Aggregator.php:388
2437
  #: src/Tribe/Ignored_Events.php:347
2438
  #: src/admin-views/tribe-options-addons-api.php:34
2439
  msgctxt "human readable time ago"
2440
  msgid "about %s ago"
2441
- msgstr ""
2442
 
2443
  #: src/Tribe/Aggregator/Record/List_Table.php:485
2444
  msgid "Radius:"
2445
- msgstr ""
2446
 
2447
  #: src/Tribe/Aggregator/Record/List_Table.php:473
2448
  msgid "Keywords:"
2449
- msgstr ""
2450
 
2451
  #: src/Tribe/Aggregator/Record/List_Table.php:460
2452
  #: src/Tribe/Ignored_Events.php:329
2453
  msgctxt "record via origin"
2454
  msgid "via "
2455
- msgstr ""
2456
 
2457
  #: src/Tribe/Aggregator/Record/List_Table.php:424
2458
  msgid "Import preview"
2459
- msgstr ""
2460
 
2461
  #: src/Tribe/Aggregator/Record/List_Table.php:420
2462
  msgid "Import pending"
2463
- msgstr ""
2464
 
2465
  #: src/Tribe/Aggregator/Record/List_Table.php:416
2466
  msgid "Import schedule"
2467
- msgstr ""
2468
 
2469
  #: src/Tribe/Aggregator/Record/List_Table.php:404
2470
  msgid "Import failed"
2471
- msgstr ""
2472
 
2473
  #: src/Tribe/Aggregator/Record/List_Table.php:400
2474
  msgid "Import completed"
2475
- msgstr ""
2476
 
2477
  #: src/Tribe/Aggregator/Record/List_Table.php:370
2478
  msgid "Run Import"
2479
- msgstr ""
2480
 
2481
  #: src/Tribe/Aggregator/Record/List_Table.php:369
2482
  msgid "Start an import from this source now, regardless of schedule."
2483
- msgstr ""
2484
 
2485
  #: src/Tribe/Aggregator/Record/List_Table.php:324
2486
  msgctxt "column name"
2487
  msgid "# Imported"
2488
- msgstr ""
2489
 
2490
  #: src/Tribe/Aggregator/Record/List_Table.php:321
2491
  msgctxt "column name"
2492
  msgid "When"
2493
- msgstr ""
2494
 
2495
  #: src/Tribe/Aggregator/Record/List_Table.php:320
2496
  msgctxt "column name"
2497
  msgid "Type"
2498
- msgstr ""
2499
 
2500
  #: src/Tribe/Aggregator/Record/List_Table.php:315
2501
  msgctxt "column name"
2502
  msgid "Last Import"
2503
- msgstr ""
2504
 
2505
  #: src/Tribe/Aggregator/Record/List_Table.php:314
2506
  msgctxt "column name"
2507
  msgid "Frequency"
2508
- msgstr ""
2509
 
2510
  #: src/Tribe/Aggregator/Record/List_Table.php:313
2511
  #: src/Tribe/Aggregator/Record/List_Table.php:319
2512
  msgctxt "column name"
2513
  msgid "Source"
2514
- msgstr ""
2515
 
2516
  #: src/Tribe/Aggregator/Record/List_Table.php:277
2517
  msgctxt "records"
2518
  msgid "All <span class=\"count\">(%s)</span>"
2519
  msgid_plural "All <span class=\"count\">(%s)</span>"
2520
- msgstr[0] ""
2521
- msgstr[1] ""
2522
 
2523
  #: src/Tribe/Aggregator/Record/List_Table.php:244
2524
  msgid "Apply"
2525
- msgstr ""
2526
 
2527
  #: src/Tribe/Aggregator/Record/List_Table.php:228
2528
  #: src/Tribe/Aggregator/Record/List_Table.php:229
2529
  msgid "Bulk Actions"
2530
- msgstr ""
2531
 
2532
  #: src/Tribe/Aggregator/Record/List_Table.php:181
2533
  msgid "Filter"
2534
- msgstr ""
2535
 
2536
  #: src/Tribe/Aggregator/Record/List_Table.php:163
2537
  #: src/Tribe/Aggregator/Record/List_Table.php:164
2538
  msgid "Filter By Frequency"
2539
- msgstr ""
2540
 
2541
  #: src/Tribe/Aggregator/Record/List_Table.php:144
2542
  #: src/Tribe/Aggregator/Record/List_Table.php:145
2543
  msgid "Filter By Origin"
2544
- msgstr ""
2545
 
2546
  #: src/Tribe/Aggregator/Record/ICS.php:33
2547
  msgid "ICS"
2548
- msgstr ""
2549
 
2550
  #: src/Tribe/Aggregator/Record/Eventbrite.php:14
2551
  msgid "Eventbrite"
2552
- msgstr ""
2553
 
2554
  #: src/Tribe/Aggregator/Record/Abstract.php:835
2555
  msgid "Deleted Attachment: %d"
2556
- msgstr ""
2557
 
2558
  #: src/Tribe/Aggregator/Record/Abstract.php:348
2559
  msgid "Record: "
2560
- msgstr ""
2561
 
2562
  #: src/Tribe/Aggregator/Page.php:397
2563
  msgid "Manage Active Plugins"
2564
- msgstr ""
2565
 
2566
  #: src/Tribe/Aggregator/Page.php:384
2567
  msgid "It looks like you are using our legacy plugin, %1$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugin plus enhanced functionality. For best results, please deactivate %1$s."
2568
  msgid_plural "It looks like you are using our legacy plugins, %1$s and %2$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugins plus enhanced functionality. For best results, please deactivate %1$s and %2$s."
2569
- msgstr[0] ""
2570
- msgstr[1] ""
2571
 
2572
  #: src/Tribe/Aggregator/Page.php:98
2573
  msgid "Your preview is taking a bit longer than expected, but it <i>is</i> still being generated."
2574
- msgstr ""
2575
 
2576
  #: src/Tribe/Aggregator/Page.php:97
2577
  msgid "If all goes according to plan, you will have your preview in a few moments."
2578
- msgstr ""
2579
 
2580
  #: src/Tribe/Aggregator/Page.php:96
2581
  msgid "Please continue to wait while your preview is generated."
2582
- msgstr ""
2583
 
2584
  #: src/Tribe/Aggregator/Page.php:95
2585
  msgid "Please wait while your preview is fetched."
2586
- msgstr ""
2587
 
2588
  #: src/Tribe/Aggregator/Page.php:93
2589
  msgid "Hide Filters"
2590
- msgstr ""
2591
 
2592
  #: src/Tribe/Aggregator/Page.php:92
2593
  #: src/Tribe/Aggregator/Record/List_Table.php:469
2594
  msgid "View Filters"
2595
- msgstr ""
2596
 
2597
  #: src/Tribe/Aggregator/Page.php:91
2598
  msgid "Removing this scheduled import will stop automatic imports from the source. No events will be deleted."
2599
- msgstr ""
2600
 
2601
  #: src/Tribe/Aggregator/Page.php:90
2602
  msgid "Your preview doesn't have any records to import."
2603
- msgstr ""
2604
 
2605
  #: src/Tribe/Aggregator/Page.php:89
2606
  msgid "Your import must include at least one event"
2607
- msgstr ""
2608
 
2609
  #: src/Tribe/Aggregator/Page.php:87
2610
  msgid "Save Scheduled Import"
2611
- msgstr ""
2612
 
2613
  #: src/Tribe/Aggregator/Page.php:86
2614
  msgid "Import Checked (%d)"
2615
- msgstr ""
2616
 
2617
  #: src/Tribe/Aggregator/Page.php:85
2618
  msgid "Import All"
2619
- msgstr ""
2620
 
2621
  #: src/Tribe/Aggregator/Page.php:84
2622
  msgid "Import All (%d)"
2623
- msgstr ""
2624
 
2625
  #: src/Tribe/Aggregator/Page.php:83
2626
  msgid "There was an error fetching the results from your import:"
2627
- msgstr ""
2628
 
2629
  #: src/Tribe/Aggregator/Page.php:82
2630
  msgid "The preview is taking longer than expected. Please try again in a moment."
2631
- msgstr ""
2632
 
2633
  #: src/Tribe/Aggregator/Page.php:81
2634
  msgctxt "Meridian: pm"
2635
  msgid "PM"
2636
- msgstr ""
2637
 
2638
  #: src/Tribe/Aggregator/Page.php:80
2639
  msgctxt "Meridian: am"
2640
  msgid "AM"
2641
- msgstr ""
2642
 
2643
  #: src/Tribe/Aggregator/Migrate.php:435
2644
  msgid "Success! The settings from iCal Importer have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
2645
- msgstr ""
2646
 
2647
  #: src/Tribe/Aggregator/Migrate.php:379
2648
  msgid "We did not find any iCal Importer settings to migrate."
2649
- msgstr ""
2650
 
2651
  #: src/Tribe/Aggregator/Migrate.php:372
2652
  msgid "You do not have permission to migrate iCal Importer settings to Event Aggregator"
2653
- msgstr ""
2654
 
2655
  #: src/Tribe/Aggregator/Migrate.php:365
2656
  msgid "Error: we were not able to migrate your iCal Importer settings to Event Aggregator. Please try again later."
2657
- msgstr ""
2658
 
2659
  #: src/Tribe/Aggregator/Migrate.php:348
2660
  msgid "Success! The settings from Facebook Events have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
2661
- msgstr ""
2662
 
2663
  #: src/Tribe/Aggregator/Migrate.php:294
2664
  msgid "We did not find any Facebook Events settings to migrate."
2665
- msgstr ""
2666
 
2667
  #: src/Tribe/Aggregator/Migrate.php:287
2668
  msgid "You do not have permission to migrate Facebook Events settings to Event Aggregator"
2669
- msgstr ""
2670
 
2671
  #: src/Tribe/Aggregator/Migrate.php:280
2672
  msgid "Error: we were not able to migrate your Facebook Events settings to Event Aggregator. Please try again later."
2673
- msgstr ""
2674
 
2675
  #: src/Tribe/Aggregator/Migrate.php:80
2676
  msgid "Migrate iCal Importer settings"
2677
- msgstr ""
2678
 
2679
  #: src/Tribe/Aggregator/Migrate.php:76
2680
  msgid "Migrate Facebook Events settings"
2681
- msgstr ""
2682
 
2683
  #: src/Tribe/Aggregator/Migrate.php:73
2684
  msgid "Thanks for activating Event Aggregator! It looks like you have some settings and imports configured on our legacy importer plugins. To complete your transition, we need to transfer those options to our new system."
2685
- msgstr ""
2686
 
2687
  #: src/Tribe/Aggregator/Meta_Box.php:38
2688
  msgid "Imported Event"
2689
- msgstr ""
2690
 
2691
  #: src/Tribe/Aggregator/Errors.php:72
2692
  msgid "The records you were attempting to import were still not available when this queue was processed. Please try again."
2693
- msgstr ""
2694
 
2695
  #: src/Tribe/Aggregator/Errors.php:71
2696
  msgid "Unable to save scheduled import. Please try again."
2697
- msgstr ""
2698
 
2699
  #: src/Tribe/Aggregator/Errors.php:70
2700
  msgid "Unable to save scheduled import instance. Please try again."
2701
- msgstr ""
2702
 
2703
  #: src/Tribe/Aggregator/Errors.php:69
2704
  msgid "Import records must be finalized before posts can be inserted."
2705
- msgstr ""
2706
 
2707
  #: src/Tribe/Aggregator/Errors.php:68
2708
  msgid "The CSV file cannot be found. You may need to re-upload the file."
2709
- msgstr ""
2710
 
2711
  #: src/Tribe/Aggregator/Errors.php:67
2712
  msgid "You must map columns from the CSV file to specific fields in order to perform a CSV import."
2713
- msgstr ""
2714
 
2715
  #: src/Tribe/Aggregator/Errors.php:65
2716
  msgid "There may be an issue with the Event Aggregator server. Please try your import again later."
2717
- msgstr ""
2718
 
2719
  #: src/Tribe/Aggregator/Errors.php:64
2720
  msgid "You must enter an Event Aggregator license key in Events > Settings > Licenses before using this service."
2721
- msgstr ""
2722
 
2723
  #: src/Tribe/Aggregator/Errors.php:63
2724
  msgid "Unable to get a post of the correct type."
2725
- msgstr ""
2726
 
2727
  #: src/Tribe/Aggregator/Errors.php:62
2728
  msgid "The import record is missing the origin."
2729
- msgstr ""
2730
 
2731
  #: src/Tribe/Aggregator/Errors.php:61
2732
  msgid "Unable to find a matching post."
2733
- msgstr ""
2734
 
2735
  #: src/Tribe/Aggregator/Errors.php:60
2736
  msgid "An invalid frequency was used when trying to create this scheduled import."
2737
- msgstr ""
2738
 
2739
  #: src/Tribe/Aggregator/Errors.php:59
2740
  msgid "Unable to attach an image to the event"
2741
- msgstr ""
2742
 
2743
  #: src/Tribe/Aggregator/Errors.php:58
2744
  msgid "Unable to find an import record with the ID of %s."
2745
- msgstr ""
2746
 
2747
  #: src/Tribe/Aggregator/Errors.php:57
2748
  msgid "We received an invalid Facebook Token from the Service."
2749
- msgstr ""
2750
 
2751
  #: src/Tribe/Aggregator/Errors.php:56
2752
  msgid "The Event Aggregator API responded with bad data. Please <a href=\"https://theeventscalendar.com/support/post/\" target=\"_blank\">contact support</a>."
2753
- msgstr ""
2754
 
2755
  #: src/Tribe/Aggregator/Errors.php:55
2756
  msgid "Unable to find an event with the ID of %s."
2757
- msgstr ""
2758
 
2759
  #: src/Tribe/Aggregator/Errors.php:54
2760
  msgid "Only scheduled import records can be edited."
2761
- msgstr ""
2762
 
2763
  #: src/Tribe/Aggregator/Errors.php:53
2764
  msgid "Invalid data provided for CSV import."
2765
- msgstr ""
2766
 
2767
  #: src/Tribe/Aggregator/Errors.php:52
2768
  msgid "You must provide a valid CSV file to perform a CSV import."
2769
- msgstr ""
2770
 
2771
  #: src/Tribe/Aggregator/Errors.php:51
2772
  msgid "An invalid import type was used when trying to create this import record."
2773
- msgstr ""
2774
 
2775
  #: src/Tribe/Aggregator/Errors.php:49
2776
  msgid "During scheduled import, the limit of HTTP requests was reached and the import was rescheduled."
2777
- msgstr ""
2778
 
2779
  #: src/Tribe/Aggregator/Errors.php:48
2780
  msgid "You do not have permission to delete this record."
2781
- msgstr ""
2782
 
2783
  #: src/Tribe/Aggregator/Errors.php:47
2784
  msgid "You cannot delete a history record (ID: \"%d\"). "
2785
- msgstr ""
2786
 
2787
  #: src/Tribe/Aggregator/Errors.php:46 src/Tribe/Aggregator/Service.php:77
2788
  msgid "The daily limit of %d import requests to the Event Aggregator service has been reached. Please try again later."
2789
- msgstr ""
2790
 
2791
  #: src/Tribe/Aggregator/Errors.php:45
2792
  msgid "The image associated with your event could not be attached to the event."
2793
- msgstr ""
2794
 
2795
  #: src/Tribe/Aggregator/Cron.php:192
2796
  msgctxt "aggregator schedule frequency"
2797
  msgid "Every 15 minutes"
2798
- msgstr ""
2799
 
2800
  #: src/Tribe/Aggregator/Cron.php:118
2801
  msgctxt "aggregator schedule frequency"
2802
  msgid "Monthly"
2803
- msgstr ""
2804
 
2805
  #: src/Tribe/Aggregator/Cron.php:113
2806
  msgctxt "aggregator schedule frequency"
2807
  msgid "Weekly"
2808
- msgstr ""
2809
 
2810
  #: src/Tribe/Aggregator/Cron.php:108
2811
  msgctxt "aggregator schedule frequency"
2812
  msgid "Daily"
2813
- msgstr ""
2814
 
2815
  #: src/Tribe/Aggregator/Cron.php:103
2816
  msgctxt "aggregator schedule frequency"
2817
  msgid "Hourly"
2818
- msgstr ""
2819
 
2820
  #: src/Tribe/Aggregator/Cron.php:98
2821
  msgctxt "aggregator schedule frequency"
2822
  msgid "Every 30 Minutes"
2823
- msgstr ""
2824
 
2825
  #: src/Tribe/Aggregator/Cron.php:93
2826
  msgctxt "aggregator schedule frequency"
2827
  msgid "On Demand"
2828
- msgstr ""
2829
 
2830
  #: src/Tribe/Aggregator/API/Origins.php:56
2831
  #: src/Tribe/Aggregator/Record/Meetup.php:29
@@ -2833,758 +2837,757 @@ msgstr ""
2833
  #: src/admin-views/aggregator/status.php:203
2834
  #: src/admin-views/tribe-options-addons-api.php:90
2835
  msgid "Meetup"
2836
- msgstr ""
2837
 
2838
  #: src/Tribe/Aggregator/API/Origins.php:51
2839
  #: src/admin-views/aggregator/settings.php:392
2840
  msgid "ICS File"
2841
- msgstr ""
2842
 
2843
  #: src/Tribe/Aggregator/API/Origins.php:46
2844
  #: src/Tribe/Aggregator/Record/iCal.php:14
2845
  #: src/admin-views/aggregator/settings.php:391
2846
  msgid "iCalendar"
2847
- msgstr ""
2848
 
2849
  #: src/Tribe/Aggregator/API/Origins.php:31 src/Tribe/Aggregator/Service.php:258
2850
  msgid "CSV File"
2851
- msgstr ""
2852
 
2853
  #: src/Tribe/Admin_List.php:330
2854
  msgctxt "%s Event count in admin list"
2855
  msgid "All %s"
2856
- msgstr ""
2857
 
2858
  #: common/src/admin-views/tribe-options-licenses.php:30
2859
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:30
2860
  msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
2861
- msgstr ""
2862
 
2863
  #: common/src/admin-views/tribe-options-licenses.php:25
2864
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:25
2865
  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."
2866
- msgstr ""
2867
 
2868
  #: common/src/admin-views/tribe-options-licenses.php:22
2869
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:22
2870
  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."
2871
- msgstr ""
2872
 
2873
  #: common/src/admin-views/tribe-options-licenses.php:15
2874
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:15
2875
  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."
2876
- msgstr ""
2877
 
2878
  #: common/src/admin-views/tribe-options-licenses.php:11
2879
  #: common/src/admin-views/tribe-options-licenses.php:16
2880
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:11
2881
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:16
2882
  msgid " (opens in new window)"
2883
- msgstr ""
2884
 
2885
  #: common/src/admin-views/tribe-options-help.php:48
2886
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:48
2887
  msgid "Event Log"
2888
- msgstr ""
2889
 
2890
  #: common/src/admin-views/tribe-options-help.php:35
2891
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:35
2892
  msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
2893
- msgstr ""
2894
 
2895
  #: common/src/admin-views/app-shop.php:26
2896
  #: vendor/tickets/common/src/admin-views/app-shop.php:26
2897
  msgid "Buy This Add-On"
2898
- msgstr ""
2899
 
2900
  #: common/src/admin-views/app-shop.php:5
2901
  #: vendor/tickets/common/src/admin-views/app-shop.php:5
2902
  msgid "Browse All Add-Ons"
2903
- msgstr ""
2904
 
2905
  #: common/src/admin-views/app-shop.php:4
2906
  #: vendor/tickets/common/src/admin-views/app-shop.php:4
2907
  msgid "Events Add-Ons"
2908
- msgstr ""
2909
 
2910
  #: common/src/Tribe/View_Helpers.php:99
2911
  #: vendor/tickets/common/src/Tribe/View_Helpers.php:99
2912
  msgid "C&ocirc;te d'Ivoire"
2913
- msgstr ""
2914
 
2915
  #: common/src/Tribe/Support.php:356
2916
  #: vendor/tickets/common/src/Tribe/Support.php:356
2917
  msgid "Unique System Info Key Generated"
2918
- msgstr ""
2919
 
2920
  #: common/src/Tribe/Support.php:342 common/src/Tribe/Support.php:368
2921
  #: vendor/tickets/common/src/Tribe/Support.php:342
2922
  #: vendor/tickets/common/src/Tribe/Support.php:368
2923
  msgid "Permission Error"
2924
- msgstr ""
2925
 
2926
  #: common/src/Tribe/Support.php:309 common/src/Tribe/Support.php:314
2927
  #: vendor/tickets/common/src/Tribe/Support.php:309
2928
  #: vendor/tickets/common/src/Tribe/Support.php:314
2929
  msgid "Invalid Key"
2930
- msgstr ""
2931
 
2932
  #: common/src/Tribe/Support.php:290
2933
  #: vendor/tickets/common/src/Tribe/Support.php:290
2934
  msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
2935
- msgstr ""
2936
 
2937
  #: common/src/Tribe/Support.php:289
2938
  #: vendor/tickets/common/src/Tribe/Support.php:289
2939
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
2940
- msgstr ""
2941
 
2942
  #: common/src/Tribe/PUE/Notices.php:368
2943
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:368
2944
  msgctxt "formatted plugin list"
2945
  msgid "%1$s and %2$s"
2946
- msgstr ""
2947
 
2948
  #: common/src/Tribe/PUE/Notices.php:324
2949
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:324
2950
  msgid "You can find your license keys by logging in to %1$syour account on theeventscalendar.com%2$s and you can enter them over on the %3$ssettings page%2$s."
2951
- msgstr ""
2952
 
2953
  #: common/src/Tribe/PUE/Notices.php:286
2954
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:286
2955
  msgid "You have entered a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to to manage your installs, upgrade your license, or purchase a new one."
2956
  msgid_plural "You have entered license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to to manage your installs, upgrade your licenses, or purchase new ones."
2957
- msgstr[0] ""
2958
- msgstr[1] ""
2959
 
2960
  #: common/src/Tribe/PUE/Notices.php:254
2961
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:254
2962
  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"
2963
  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"
2964
- msgstr[0] ""
2965
- msgstr[1] ""
2966
 
2967
  #: common/src/Tribe/PUE/Notices.php:221
2968
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:221
2969
  msgid "It looks like you're using %s, but the license key you supplied does not appear to be valid or is missing. Please review and fix so that you can always have access to our latest versions!"
2970
  msgid_plural "It looks like you're using %s, but the license keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
2971
- msgstr[0] ""
2972
- msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
- msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
- msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
- msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
2995
- msgstr ""
2996
 
2997
  #: common/src/Tribe/Main.php:260 vendor/tickets/common/src/Tribe/Main.php:260
2998
  msgid ": Selected 1 row"
2999
- msgstr ""
3000
 
3001
  #: common/src/Tribe/Main.php:259 vendor/tickets/common/src/Tribe/Main.php:259
3002
  msgid ": Selected %d rows"
3003
- msgstr ""
3004
 
3005
  #: common/src/Tribe/Main.php:254 vendor/tickets/common/src/Tribe/Main.php:254
3006
  msgid "Previous"
3007
- msgstr ""
3008
 
3009
  #: common/src/Tribe/Main.php:252 vendor/tickets/common/src/Tribe/Main.php:252
3010
  msgid "All"
3011
- msgstr ""
3012
 
3013
  #: common/src/Tribe/Main.php:250 vendor/tickets/common/src/Tribe/Main.php:250
3014
  msgid "Search:"
3015
- msgstr ""
3016
 
3017
  #: common/src/Tribe/Main.php:249 vendor/tickets/common/src/Tribe/Main.php:249
3018
  msgid "No matching records found"
3019
- msgstr ""
3020
 
3021
  #: common/src/Tribe/Main.php:248 vendor/tickets/common/src/Tribe/Main.php:248
3022
  msgid "(filtered from _MAX_ total entries)"
3023
- msgstr ""
3024
 
3025
  #: common/src/Tribe/Main.php:247 vendor/tickets/common/src/Tribe/Main.php:247
3026
  msgid "Showing 0 to 0 of 0 entries"
3027
- msgstr ""
3028
 
3029
  #: common/src/Tribe/Main.php:246 vendor/tickets/common/src/Tribe/Main.php:246
3030
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3031
- msgstr ""
3032
 
3033
  #: common/src/Tribe/Main.php:245 vendor/tickets/common/src/Tribe/Main.php:245
3034
  msgid "No data available in table"
3035
- msgstr ""
3036
 
3037
  #: common/src/Tribe/Main.php:244 vendor/tickets/common/src/Tribe/Main.php:244
3038
  msgid "Show _MENU_ entries"
3039
- msgstr ""
3040
 
3041
  #: common/src/Tribe/Main.php:242 vendor/tickets/common/src/Tribe/Main.php:242
3042
  msgid ": activate to sort column descending"
3043
- msgstr ""
3044
 
3045
  #: common/src/Tribe/Main.php:241 vendor/tickets/common/src/Tribe/Main.php:241
3046
  msgid ": activate to sort column ascending"
3047
- msgstr ""
3048
 
3049
  #: common/src/Tribe/Main.php:223 vendor/tickets/common/src/Tribe/Main.php:223
3050
  msgid "Press \"Cmd + C\" to copy"
3051
- msgstr ""
3052
 
3053
  #: common/src/Tribe/Main.php:222 vendor/tickets/common/src/Tribe/Main.php:222
3054
  msgid "System info copied"
3055
- msgstr ""
3056
 
3057
  #: common/src/Tribe/Main.php:221
3058
  #: common/src/admin-views/tribe-options-help.php:43
3059
  #: vendor/tickets/common/src/Tribe/Main.php:221
3060
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:43
3061
  msgid "Copy to clipboard"
3062
- msgstr ""
3063
 
3064
  #: common/src/Tribe/Error.php:38 vendor/tickets/common/src/Tribe/Error.php:38
3065
  msgid "An Unknown error occurred"
3066
- msgstr ""
3067
 
3068
  #: common/src/Tribe/App_Shop.php:106
3069
  #: vendor/tickets/common/src/Tribe/App_Shop.php:106
3070
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
3071
- msgstr ""
3072
 
3073
  #: common/src/Tribe/App_Shop.php:104 src/Tribe/Aggregator/API/Origins.php:188
3074
  #: src/Tribe/Aggregator.php:222
3075
  #: vendor/tickets/common/src/Tribe/App_Shop.php:104
3076
  msgid "Event Aggregator"
3077
- msgstr ""
3078
 
3079
  #: vendor/tickets/src/Tribe/Tickets.php:1392
3080
  msgid "Tickets are not available as this %s has passed."
3081
- msgstr ""
3082
 
3083
  #: vendor/tickets/src/Tribe/Metabox.php:119
3084
  msgid "Please enter in without thousand separators and currency symbols."
3085
- msgstr ""
3086
 
3087
  #: common/src/Tribe/Support.php:163
3088
  #: vendor/tickets/common/src/Tribe/Support.php:163
3089
  msgid "English"
3090
- msgstr ""
3091
 
3092
  #: src/admin-views/aggregator/origins/eventbrite.php:3
3093
  msgid "Eventbrite Event"
3094
- msgstr ""
3095
 
3096
  #: src/admin-views/aggregator/origins/eventbrite.php:4
3097
  msgid "Select from your existing Eventbrite events"
3098
- msgstr ""
3099
 
3100
  #: src/Tribe/Aggregator/Page.php:375
3101
  msgid "iCal Importer"
3102
- msgstr ""
3103
 
3104
  #: common/src/Tribe/App_Shop.php:158
3105
  #: vendor/tickets/common/src/Tribe/App_Shop.php:158
3106
  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."
3107
- msgstr ""
3108
 
3109
  #: common/src/Tribe/App_Shop.php:125
3110
  #: vendor/tickets/common/src/Tribe/App_Shop.php:125
3111
  msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
3112
- msgstr ""
3113
 
3114
  #: common/src/Tribe/App_Shop.php:150
3115
  #: vendor/tickets/common/src/Tribe/App_Shop.php:150
3116
  msgctxt "Names of required plugins for Community Tickets"
3117
  msgid "Event Tickets Plus and Community Events"
3118
- msgstr ""
3119
 
3120
  #: common/src/Tribe/App_Shop.php:149
3121
  #: vendor/tickets/common/src/Tribe/App_Shop.php:149
3122
  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"
3123
- msgstr ""
3124
 
3125
  #: common/src/Tribe/App_Shop.php:142
3126
  #: vendor/tickets/common/src/Tribe/App_Shop.php:142
3127
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
3128
- msgstr ""
3129
 
3130
  #: common/src/Tribe/App_Shop.php:114
3131
  #: vendor/tickets/common/src/Tribe/App_Shop.php:114
3132
  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."
3133
- msgstr ""
3134
 
3135
  #: common/src/Tribe/App_Shop.php:135
3136
  #: vendor/tickets/common/src/Tribe/App_Shop.php:135
3137
  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."
3138
- msgstr ""
3139
 
3140
  #: common/src/Tribe/App_Shop.php:133
3141
  #: vendor/tickets/common/src/Tribe/App_Shop.php:133
3142
  msgid "Filter Bar"
3143
- msgstr ""
3144
 
3145
  #: common/src/Tribe/Credits.php:64
3146
  #: vendor/tickets/common/src/Tribe/Credits.php:64
3147
  msgid "Rate %1$sEvent Tickets%2$s %3$s"
3148
- msgstr ""
3149
 
3150
  #: common/src/Tribe/Credits.php:55
3151
  #: vendor/tickets/common/src/Tribe/Credits.php:55
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
- msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
- msgstr ""
3159
 
3160
  #: src/Tribe/Organizer.php:163
3161
  msgid "organizer"
3162
- msgstr ""
3163
 
3164
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:87
3165
  msgid "Type: "
3166
- msgstr ""
3167
 
3168
  #: vendor/tickets/src/views/tickets/email-non-attendance.php:248
3169
  msgid "Thank you for confirming that you will not be attending the above event."
3170
- msgstr ""
3171
 
3172
  #: vendor/tickets/src/Tribe/RSVP.php:709
3173
  msgid "You confirmed you will not be attending %s"
3174
- msgstr ""
3175
 
3176
  #: src/Tribe/Venue.php:161
3177
  msgid "venues"
3178
- msgstr ""
3179
 
3180
  #: src/Tribe/Venue.php:152
3181
  msgid "venue"
3182
- msgstr ""
3183
 
3184
  #: vendor/tickets/src/views/tickets/rsvp.php:143
3185
  msgid "Login to RSVP"
3186
- msgstr ""
3187
 
3188
  #: vendor/tickets/src/views/tickets/orders.php:57
3189
  msgid "Update %s"
3190
- msgstr ""
3191
 
3192
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:63
3193
  msgid "Attendee %d"
3194
- msgstr ""
3195
 
3196
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:44
3197
  msgid " on %s"
3198
- msgstr ""
3199
 
3200
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:38
3201
  msgid "Reserved by %1$s (%2$s)"
3202
- msgstr ""
3203
 
3204
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:29
3205
  msgid "My RSVPs for This %s"
3206
- msgstr ""
3207
 
3208
  #: vendor/tickets/src/views/tickets/orders-link.php:46
3209
  msgid "View your %s"
3210
- msgstr ""
3211
 
3212
  #: vendor/tickets/src/views/tickets/orders-link.php:45
3213
  msgid "You have %s for this %s."
3214
- msgstr ""
3215
 
3216
  #: vendor/tickets/src/views/tickets/orders-link.php:37
3217
  msgid "%d Ticket"
3218
  msgid_plural "%d Tickets"
3219
- msgstr[0] ""
3220
- msgstr[1] ""
3221
 
3222
  #: vendor/tickets/src/views/tickets/orders-link.php:33
3223
  msgid "%d RSVP"
3224
  msgid_plural "%d RSVPs"
3225
- msgstr[0] ""
3226
- msgstr[1] ""
3227
 
3228
  #: vendor/tickets/src/views/shortcodes/my-attendance-list.php:32
3229
  msgid "You have not indicated your attendance for any upcoming events."
3230
- msgstr ""
3231
 
3232
  #: vendor/tickets/src/views/shortcodes/my-attendance-list-logged-out.php:12
3233
  msgid "To see a list of events you are attending you will need to login."
3234
- msgstr ""
3235
 
3236
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:101
3237
  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."
3238
- msgstr ""
3239
 
3240
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:96
3241
  msgid "Login requirements"
3242
- msgstr ""
3243
 
3244
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:37
3245
  msgid "Require users to log in before they RSVP"
3246
- msgstr ""
3247
 
3248
  #: vendor/tickets/src/Tribe/Tickets_View.php:692
3249
  msgid "This RSVP is no longer active."
3250
- msgstr ""
3251
 
3252
  #: vendor/tickets/src/Tribe/Tickets_View.php:626
3253
  msgid "Ticket"
3254
- msgstr ""
3255
 
3256
  #: vendor/tickets/src/Tribe/Tickets_View.php:514
3257
  msgid "Not Going"
3258
- msgstr ""
3259
 
3260
  #: vendor/tickets/src/Tribe/Tickets_View.php:513
3261
  msgid "Going"
3262
- msgstr ""
3263
 
3264
  #: vendor/tickets/src/Tribe/Tickets.php:1398
3265
  msgid "There are no tickets available at this time."
3266
- msgstr ""
3267
 
3268
  #: vendor/tickets/src/Tribe/Tickets.php:1396
3269
  msgid "Tickets are no longer available."
3270
- msgstr ""
3271
 
3272
  #: vendor/tickets/src/Tribe/Tickets.php:1394
3273
  msgid "Tickets are not yet available."
3274
- msgstr ""
3275
 
3276
  #: vendor/tickets/src/Tribe/Main.php:713
3277
  msgid "Buy"
3278
- msgstr ""
3279
 
3280
  #: vendor/tickets/src/Tribe/Tickets_View.php:622
3281
  msgid "RSVPs"
3282
- msgstr ""
3283
 
3284
  #: vendor/tickets/src/Tribe/CSV_Importer/RSVP_Importer.php:230
3285
  msgid "Recurring event tickets are not supported, event %s."
3286
- msgstr ""
3287
 
3288
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:41
3289
  msgid "Ticket Stock"
3290
- msgstr ""
3291
 
3292
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:40
3293
  msgid "Ticket End Sale Time"
3294
- msgstr ""
3295
 
3296
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:39
3297
  msgid "Ticket End Sale Date"
3298
- msgstr ""
3299
 
3300
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:38
3301
  msgid "Ticket Start Sale Time"
3302
- msgstr ""
3303
 
3304
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:37
3305
  msgid "Ticket Start Sale Date"
3306
- msgstr ""
3307
 
3308
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:36
3309
  msgid "Ticket Description"
3310
- msgstr ""
3311
 
3312
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:35
3313
  msgid "Ticket Name"
3314
- msgstr ""
3315
 
3316
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:34
3317
  msgid "Event Name or ID or Slug"
3318
- msgstr ""
3319
 
3320
  #: src/io/csv/admin-views/result.php:33
3321
  msgid "Rows numbers with encoding changes: %s"
3322
- msgstr ""
3323
 
3324
  #: src/io/csv/admin-views/result.php:21
3325
  msgid "Encoding Changes: %d"
3326
- msgstr ""
3327
 
3328
  #: src/functions/template-tags/venue.php:509
3329
  msgctxt "Address separator"
3330
  msgid ", "
3331
- msgstr ""
3332
 
3333
  #: src/admin-views/tribe-options-addons-api.php:122
3334
  #: src/admin-views/tribe-options-addons-api.php:162
3335
  msgid "APIs"
3336
- msgstr ""
3337
 
3338
  #: src/Tribe/Importer/Options.php:183
3339
  msgid "Do Not Encode Contents"
3340
- msgstr ""
3341
 
3342
  #: src/Tribe/Importer/Options.php:182
3343
  msgid "Encode contents"
3344
- msgstr ""
3345
 
3346
  #: src/Tribe/Importer/Column_Mapper.php:124
3347
  msgid "Organizer Description"
3348
- msgstr ""
3349
 
3350
  #: src/Tribe/Importer/Column_Mapper.php:101
3351
  msgid "Venue Description"
3352
- msgstr ""
3353
 
3354
  #: src/Tribe/Importer/Column_Mapper.php:87
3355
  msgid "Event Allow Trackbacks and Pingbacks"
3356
- msgstr ""
3357
 
3358
  #: src/Tribe/Importer/Column_Mapper.php:86
3359
  msgid "Event Allow Comments"
3360
- msgstr ""
3361
 
3362
  #: src/Tribe/Importer/Column_Mapper.php:76
3363
  msgid "Event Organizer Name(s) or ID(s)"
3364
- msgstr ""
3365
 
3366
  #: src/Tribe/Importer/Column_Mapper.php:74
3367
  msgid "Event Sticky in Month View"
3368
- msgstr ""
3369
 
3370
  #: src/Tribe/Importer/Column_Mapper.php:73
3371
  msgid "Hide Event From Event Listings"
3372
- msgstr ""
3373
 
3374
  #: src/Tribe/Importer/Column_Mapper.php:71
3375
  msgid "Event Timezone"
3376
- msgstr ""
3377
 
3378
  #: src/Tribe/Importer/Column_Mapper.php:66
3379
  msgid "Event Excerpt"
3380
- msgstr ""
3381
 
3382
  #: src/Tribe/Importer/Admin_Page.php:103
3383
  msgid "Default encoding for imported csv file"
3384
- msgstr ""
3385
 
3386
  #: src/Tribe/Google/Maps_API_Key.php:59
3387
  #: src/admin-views/tribe-options-addons-api.php:99
3388
  msgid "Click here"
3389
- msgstr ""
3390
 
3391
  #: src/Tribe/Google/Maps_API_Key.php:58
3392
  msgid "<p>%s to create your Google Maps API key."
3393
- msgstr ""
3394
 
3395
  #: src/Tribe/Google/Maps_API_Key.php:51 src/Tribe/Google/Maps_API_Key.php:57
3396
  msgid "Google Maps API key"
3397
- msgstr ""
3398
 
3399
  #: src/Tribe/Google/Maps_API_Key.php:50
3400
  msgid "We highly recommend that you specify a valid %s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic."
3401
- msgstr ""
3402
 
3403
  #: src/Tribe/Google/Maps_API_Key.php:45
3404
  msgid "Google Maps API"
3405
- msgstr ""
3406
 
3407
  #: common/src/admin-views/event-log.php:117
3408
  #: vendor/tickets/common/src/admin-views/event-log.php:117
3409
  msgid "Download log"
3410
- msgstr ""
3411
 
3412
  #: common/src/admin-views/event-log.php:100
3413
  #: vendor/tickets/common/src/admin-views/event-log.php:100
3414
  msgid "The selected log file is empty or has not been generated yet."
3415
- msgstr ""
3416
 
3417
  #: common/src/admin-views/event-log.php:43
3418
  #: vendor/tickets/common/src/admin-views/event-log.php:43
3419
  msgid "Method"
3420
- msgstr ""
3421
 
3422
  #: common/src/admin-views/event-log.php:21
3423
  #: vendor/tickets/common/src/admin-views/event-log.php:21
3424
  msgid "Logging level"
3425
- msgstr ""
3426
 
3427
  #: common/src/Tribe/Validate.php:183
3428
  #: vendor/tickets/common/src/Tribe/Validate.php:183
3429
  msgid "%s must contain numbers, letters, dashes and undescores only"
3430
- msgstr ""
3431
 
3432
  #: common/src/Tribe/Log.php:312 vendor/tickets/common/src/Tribe/Log.php:312
3433
  msgid "Full debug (all events)"
3434
- msgstr ""
3435
 
3436
  #: common/src/Tribe/Log.php:311 vendor/tickets/common/src/Tribe/Log.php:311
3437
  msgid "Warnings and errors"
3438
- msgstr ""
3439
 
3440
  #: common/src/Tribe/Log.php:310 vendor/tickets/common/src/Tribe/Log.php:310
3441
  msgid "Only errors"
3442
- msgstr ""
3443
 
3444
  #: common/src/Tribe/Log.php:309 vendor/tickets/common/src/Tribe/Log.php:309
3445
  msgid "Disabled"
3446
- msgstr ""
3447
 
3448
  #: common/src/Tribe/Log.php:210 vendor/tickets/common/src/Tribe/Log.php:210
3449
  msgid "Cannot set %s as the current logging engine"
3450
- msgstr ""
3451
 
3452
  #: common/src/Tribe/Log/Null_Logger.php:26
3453
  #: vendor/tickets/common/src/Tribe/Log/Null_Logger.php:26
3454
  msgid "Null logger (will log nothing)"
3455
- msgstr ""
3456
 
3457
  #: common/src/Tribe/Log/File_Logger.php:123
3458
  #: vendor/tickets/common/src/Tribe/Log/File_Logger.php:123
3459
  msgid "Default (uses temporary files)"
3460
- msgstr ""
3461
 
3462
  #: common/src/Tribe/Log/Admin.php:151
3463
  #: vendor/tickets/common/src/Tribe/Log/Admin.php:151
3464
  msgctxt "log engines"
3465
  msgid "None currently available"
3466
- msgstr ""
3467
 
3468
  #: common/src/Tribe/Log/Admin.php:136
3469
  #: vendor/tickets/common/src/Tribe/Log/Admin.php:136
3470
  msgctxt "log selector"
3471
  msgid "None currently available"
3472
- msgstr ""
3473
 
3474
  #: vendor/tickets/src/views/tickets/rsvp.php:133
3475
  msgid "Don't list me on the public attendee list"
3476
- msgstr ""
3477
 
3478
  #: vendor/tickets/src/views/tickets/rsvp.php:93
3479
  msgid "Send RSVP confirmation to:"
3480
- msgstr ""
3481
 
3482
  #: vendor/tickets/src/views/tickets/rsvp.php:37
3483
  msgid "Please fill in the RSVP confirmation name and email fields."
3484
- msgstr ""
3485
 
3486
  #: vendor/tickets/src/template-tags/tickets.php:245
3487
  msgctxt "ticket stock message (cancelled stock)"
3488
  msgid "%1$d Cancelled"
3489
- msgstr ""
3490
 
3491
  #: vendor/tickets/src/template-tags/tickets.php:222
3492
  msgid "global inventory"
3493
- msgstr ""
3494
 
3495
  #: vendor/tickets/src/admin-views/meta-box.php:85
3496
  msgid "(%s sold)"
3497
  msgid_plural "(%s sold)"
3498
- msgstr[0] ""
3499
- msgstr[1] ""
3500
 
3501
  #: vendor/tickets/src/admin-views/meta-box.php:79
3502
  msgid "Global stock level"
3503
- msgstr ""
3504
 
3505
  #: vendor/tickets/src/admin-views/meta-box.php:69
3506
  msgid "Enable global stock"
3507
- msgstr ""
3508
 
3509
  #: vendor/tickets/src/Tribe/Tickets.php:926
3510
  msgid "Independent (do not use global stock)"
3511
- msgstr ""
3512
 
3513
  #: vendor/tickets/src/Tribe/Tickets.php:925
3514
  msgid "Use global stock but cap sales"
3515
- msgstr ""
3516
 
3517
  #: vendor/tickets/src/Tribe/Tickets.php:924
3518
  msgid "Use global stock"
3519
- msgstr ""
3520
 
3521
  #: vendor/tickets/src/Tribe/Metabox.php:92
3522
  msgid "It looks like you have modified your global stock settings but have not saved or updated the post."
3523
- msgstr ""
3524
 
3525
  #: vendor/tickets/src/Tribe/Attendees_Table.php:381
3526
  msgid "View order"
3527
- msgstr ""
3528
 
3529
  #: common/src/admin-views/tribe-options-help.php:45
3530
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:45
3531
  msgid "Recent Template Changes"
3532
- msgstr ""
3533
 
3534
  #: common/src/Tribe/Support/Template_Checker_Report.php:115
3535
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:115
3536
  msgid "Information about recent template changes and potentially impacted template overrides is provided below."
3537
- msgstr ""
3538
 
3539
  #: common/src/Tribe/Support/Template_Checker_Report.php:113
3540
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:113
3541
  msgid "No notable template changes detected."
3542
- msgstr ""
3543
 
3544
  #: common/src/Tribe/Support/Template_Checker_Report.php:97
3545
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:97
3546
  msgid "based on %s version"
3547
- msgstr ""
3548
 
3549
  #: common/src/Tribe/Support/Template_Checker_Report.php:96
3550
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:96
3551
  msgid "version data missing from override"
3552
- msgstr ""
3553
 
3554
  #: common/src/Tribe/Support/Template_Checker_Report.php:92
3555
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:92
3556
  msgid "Existing theme overrides that may need revision:"
3557
- msgstr ""
3558
 
3559
  #: common/src/Tribe/Support/Template_Checker_Report.php:82
3560
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:82
3561
  msgid "Templates introduced or updated with this release (%s):"
3562
- msgstr ""
3563
 
3564
  #: common/src/Tribe/Support/Template_Checker_Report.php:78
3565
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:78
3566
  msgid "No notable changes detected"
3567
- msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
- msgstr ""
3572
 
3573
  #: src/Tribe/Importer/Column_Mapper.php:128
3574
  msgid "Organizer Featured Image"
3575
- msgstr ""
3576
 
3577
  #: src/Tribe/Importer/Column_Mapper.php:110
3578
  msgid "Venue Featured Image"
3579
- msgstr ""
3580
 
3581
  #: src/Tribe/Importer/Column_Mapper.php:85
3582
  msgid "Event Featured Image"
3583
- msgstr ""
3584
 
3585
  #: vendor/tickets/src/views/tickets/rsvp.php:145
3586
  msgid "Confirm RSVP"
3587
- msgstr ""
3588
 
3589
  #: vendor/tickets/src/views/tickets/rsvp.php:105
3590
  msgid "Full Name"
@@ -3592,35 +3595,35 @@ msgstr "Full Name"
3592
 
3593
  #: vendor/tickets/src/views/tickets/rsvp.php:67
3594
  msgid "Out of stock!"
3595
- msgstr ""
3596
 
3597
  #: vendor/tickets/src/views/tickets/rsvp.php:63
3598
  msgid "%1$s out of %2$s available"
3599
- msgstr ""
3600
 
3601
  #: vendor/tickets/src/Tribe/Tickets_View.php:622
3602
  msgid "RSVP"
3603
- msgstr ""
3604
 
3605
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:51
3606
  msgid "Post types that can have tickets"
3607
- msgstr ""
3608
 
3609
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:47
3610
  msgid "Ticket Settings"
3611
- msgstr ""
3612
 
3613
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:13
3614
  msgid "Currently, tickets will only show up on the frontend once per full event. For PRO users this means the same ticket will appear across all events in the series. Please configure your events accordingly."
3615
- msgstr ""
3616
 
3617
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:22
3618
  msgid "Selling tickets for recurring events"
3619
- msgstr ""
3620
 
3621
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:6
3622
  msgid "(Total available # of this ticket type. Once they're gone, ticket type is sold out.)"
3623
- msgstr ""
3624
 
3625
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:2
3626
  msgid "Stock:"
@@ -3628,11 +3631,11 @@ msgstr "Stock:"
3628
 
3629
  #: vendor/tickets/src/admin-views/meta-box.php:219
3630
  msgid "If you don't set a start/end date for sales, tickets will be available from now until the event ends."
3631
- msgstr ""
3632
 
3633
  #: vendor/tickets/src/admin-views/meta-box.php:215
3634
  msgid "When will ticket sales occur?"
3635
- msgstr ""
3636
 
3637
  #: src/Tribe/Event_Tickets/Attendees_Report.php:50
3638
  msgid "Edit Venue"
@@ -3644,11 +3647,11 @@ msgstr "Send Email"
3644
 
3645
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:577
3646
  msgid "Email sent successfully!"
3647
- msgstr ""
3648
 
3649
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:572
3650
  msgid "Error when sending the email"
3651
- msgstr ""
3652
 
3653
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:535
3654
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:551
@@ -3657,19 +3660,19 @@ msgstr "Invalid user ID"
3657
 
3658
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:529
3659
  msgid "Invalid Email"
3660
- msgstr ""
3661
 
3662
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:517
3663
  msgid "Empty user and email"
3664
- msgstr ""
3665
 
3666
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:494
3667
  msgid "Invalid Event ID"
3668
- msgstr ""
3669
 
3670
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:511
3671
  msgid "Cheatin Huh?"
3672
- msgstr ""
3673
 
3674
  #: vendor/tickets/src/Tribe/RSVP.php:1399
3675
  msgid "Post draft updated."
@@ -3677,7 +3680,7 @@ msgstr "Post draft updated."
3677
 
3678
  #: vendor/tickets/src/Tribe/RSVP.php:1398
3679
  msgid "Post scheduled."
3680
- msgstr ""
3681
 
3682
  #: vendor/tickets/src/Tribe/RSVP.php:1397
3683
  msgid "Post submitted."
@@ -3685,68 +3688,68 @@ msgstr "Post submitted."
3685
 
3686
  #: vendor/tickets/src/Tribe/RSVP.php:1394
3687
  msgid "Post published. %1$s"
3688
- msgstr ""
3689
 
3690
  #: vendor/tickets/src/Tribe/RSVP.php:1390
3691
  msgid "Post updated. %1$s"
3692
- msgstr ""
3693
 
3694
  #: vendor/tickets/src/Tribe/RSVP.php:1383
3695
  msgid "Return to the %1$sAttendees Report%2$s."
3696
- msgstr ""
3697
 
3698
  #: vendor/tickets/src/Tribe/RSVP.php:1115
3699
  msgid "(deleted)"
3700
- msgstr ""
3701
 
3702
  #: vendor/tickets/src/Tribe/RSVP.php:976
3703
  msgid "In order to RSVP, you must enter your name and a valid email address."
3704
- msgstr ""
3705
 
3706
  #: vendor/tickets/src/Tribe/RSVP.php:971
3707
  msgid "You can't RSVP more than the total remaining tickets."
3708
- msgstr ""
3709
 
3710
  #: vendor/tickets/src/Tribe/RSVP.php:965
3711
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
3712
- msgstr ""
3713
 
3714
  #: vendor/tickets/src/Tribe/RSVP.php:679
3715
  msgid "Your tickets from %s"
3716
- msgstr ""
3717
 
3718
  #: vendor/tickets/src/Tribe/RSVP.php:236
3719
  msgctxt "Attendee number"
3720
  msgid "Attendee %1$s"
3721
- msgstr ""
3722
 
3723
  #: vendor/tickets/src/Tribe/Main.php:472
3724
  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)."
3725
- msgstr ""
3726
 
3727
  #: vendor/tickets/src/Tribe/Main.php:469
3728
  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."
3729
- msgstr ""
3730
 
3731
  #: vendor/tickets/src/Tribe/Main.php:468
3732
  msgid "Events Tickets Plus"
3733
- msgstr ""
3734
 
3735
  #: vendor/tickets/src/Tribe/Main.php:447
3736
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
3737
- msgstr ""
3738
 
3739
  #: vendor/tickets/src/Tribe/Main.php:428
3740
  msgid "Customizing Event Tickets"
3741
- msgstr ""
3742
 
3743
  #: vendor/tickets/src/Tribe/Main.php:423
3744
  msgid "Support for Event Tickets"
3745
- msgstr ""
3746
 
3747
  #: vendor/tickets/src/Tribe/Main.php:241
3748
  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"
3749
- msgstr ""
3750
 
3751
  #: src/views/list/nav.php:34
3752
  msgid "Next %s"
@@ -3758,207 +3761,207 @@ msgstr "Previous %s"
3758
 
3759
  #: src/io/csv/admin-views/result.php:26
3760
  msgid "%1$s%2$s%3$sInserted:%4$s A new item was inserted successfully. %5$s%2$s%3$sUpdated:%4$s An item was found with the same name and/or start date. The existing item was updated with the new value from the file.%5$s%2$s%3$sSkipped:%4$s A row was found in the CSV file that could not be imported. Please see below for the invalid rows.%5$s%6$s"
3761
- msgstr ""
3762
 
3763
  #: src/io/csv/admin-views/import.php:59
3764
  msgid "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file is UTF-8 encoded? Make sure to specify the character encoding when you save the file, or pass it through a %sconversion tool%s."
3765
- msgstr ""
3766
 
3767
  #: src/io/csv/admin-views/import.php:36
3768
  msgid "Questions? %sWatch the video%s."
3769
- msgstr ""
3770
 
3771
  #: src/io/csv/admin-views/general.php:12
3772
  msgid "The settings below will impact events imported from files and other websites. Be sure to save your changes before starting to import events."
3773
- msgstr ""
3774
 
3775
  #: src/functions/template-tags/day.php:108
3776
  msgid "Next Day"
3777
- msgstr ""
3778
 
3779
  #: src/functions/template-tags/day.php:106
3780
  msgid "Previous Day"
3781
- msgstr ""
3782
 
3783
  #: src/admin-views/venue-meta-box.php:270
3784
  msgid "%s Name already exists"
3785
- msgstr ""
3786
 
3787
  #: src/admin-views/venue-meta-box.php:265
3788
  msgid "%s Name can not be empty"
3789
- msgstr ""
3790
 
3791
  #: src/admin-views/admin-update-message.php:32
3792
  msgid "Keep the Core Plugin %sFREE%s!"
3793
- msgstr ""
3794
 
3795
  #: src/Tribe/Template_Factory.php:295
3796
  msgid "No results were found for %1$s in or near %2$s."
3797
- msgstr ""
3798
 
3799
  #: src/Tribe/Template_Factory.php:293
3800
  msgid "There were no results found for %s."
3801
- msgstr ""
3802
 
3803
  #: src/Tribe/Template/Month.php:373
3804
  msgid "There were no results found for %s this month. Try searching next month."
3805
- msgstr ""
3806
 
3807
  #: src/Tribe/Template/Day.php:147
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
- msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
- msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
- msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
- msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
- msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
- msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
- msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
- msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
- msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
- msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
- msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
- msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
- msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
- msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
- msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
- msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
- msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
- msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
- msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
- msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
- msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
- msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
- msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
- msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
- msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
- msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
- msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
- msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
- msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
- msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
- msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
- msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
- msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
- msgstr ""
3944
 
3945
  #: src/Tribe/Importer/Admin_Page.php:249 src/Tribe/Importer/Options.php:24
3946
  #: src/Tribe/Importer/Options.php:84
3947
  msgid "This Filter has been deprecated, to comply with WordPress Standards we are now using Underscores (_) instead of Dashes (-). From: \"%s\" To: \"%s\""
3948
- msgstr ""
3949
 
3950
  #: src/Tribe/Importer/Admin_Page.php:138
3951
  msgid "This Action has been deprecated, to comply with WordPress Standards we are now using Underscores (_) instead of Dashes (-). From: \"%s\" To: \"%s\""
3952
- msgstr ""
3953
 
3954
  #: src/Tribe/Importer/Admin_Page.php:96
3955
  msgid "Default status to use for imported events"
3956
- msgstr ""
3957
 
3958
  #: src/Tribe/Importer/Admin_Page.php:88
3959
  #: src/admin-views/aggregator/settings.php:63
3960
  msgid "CSV Import Settings"
3961
- msgstr ""
3962
 
3963
  #: src/Tribe/Asset/Bootstrap_Datepicker.php:26
3964
  msgid "Clear"
@@ -3966,80 +3969,80 @@ msgstr "Clear"
3966
 
3967
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:227
3968
  msgid "Add another %s"
3969
- msgstr ""
3970
 
3971
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151
3972
  msgid "Create New %s"
3973
- msgstr ""
3974
 
3975
  #: src/Tribe/Organizer.php:304
3976
  msgid "Unnamed %s"
3977
- msgstr ""
3978
 
3979
  #: common/src/admin-views/tribe-options-licenses.php:47
3980
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:47
3981
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
3982
- msgstr ""
3983
 
3984
  #: common/src/admin-views/tribe-options-help.php:31
3985
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:31
3986
  msgid "Read more about our support policy"
3987
- msgstr ""
3988
 
3989
  #: common/src/admin-views/tribe-options-help.php:30
3990
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:30
3991
  msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums 😄"
3992
- msgstr ""
3993
 
3994
  #: common/src/admin-views/tribe-options-help.php:26
3995
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:26
3996
  msgid "Search our support forum"
3997
- msgstr ""
3998
 
3999
  #: common/src/admin-views/tribe-options-help.php:26
4000
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:26
4001
  msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
4002
- msgstr ""
4003
 
4004
  #: common/src/admin-views/tribe-options-help.php:25
4005
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:25
4006
  msgid "Test for a theme or plugin conflict"
4007
- msgstr ""
4008
 
4009
  #: common/src/admin-views/tribe-options-help.php:25
4010
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:25
4011
  msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
4012
- msgstr ""
4013
 
4014
  #: common/src/admin-views/tribe-options-help.php:24
4015
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:24
4016
  msgid "Check our Knowledgebase"
4017
- msgstr ""
4018
 
4019
  #: common/src/admin-views/tribe-options-help.php:24
4020
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:24
4021
  msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
4022
- msgstr ""
4023
 
4024
  #: common/src/admin-views/tribe-options-help.php:20
4025
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:20
4026
  msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
4027
- msgstr ""
4028
 
4029
  #: common/src/admin-views/tribe-options-help.php:19
4030
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:19
4031
  msgid "Getting More Help"
4032
- msgstr ""
4033
 
4034
  #: common/src/admin-views/tribe-options-help.php:16
4035
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:16
4036
  msgid "list of available functions"
4037
- msgstr ""
4038
 
4039
  #: common/src/admin-views/tribe-options-help.php:16
4040
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:16
4041
  msgid "<strong>Want to dive deeper?</strong> Check out our %s for developers."
4042
- msgstr ""
4043
 
4044
  #: common/src/admin-views/tribe-options-help.php:15
4045
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:15
@@ -4049,65 +4052,65 @@ msgstr "Knowledgebase"
4049
  #: common/src/admin-views/tribe-options-help.php:15
4050
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:15
4051
  msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
4052
- msgstr ""
4053
 
4054
  #: common/src/admin-views/tribe-options-help.php:14
4055
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:14
4056
  msgid "Getting Support"
4057
- msgstr ""
4058
 
4059
  #: common/src/admin-views/tribe-options-help.php:11
4060
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:11
4061
  msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
4062
- msgstr ""
4063
 
4064
  #: common/src/admin-views/tribe-options-general.php:15
4065
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:15
4066
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
4067
- msgstr ""
4068
 
4069
  #: common/src/admin-views/tribe-options-general.php:10
4070
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:10
4071
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we're excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started."
4072
- msgstr ""
4073
 
4074
  #: src/admin-views/tribe-options-display.php:68
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
- msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
- msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
- msgstr ""
4086
 
4087
  #: common/src/Tribe/Admin/Help_Page.php:849
4088
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:849
4089
  msgid "Visit the Add-on Page"
4090
- msgstr ""
4091
 
4092
  #: common/src/Tribe/Admin/Help_Page.php:844
4093
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:844
4094
  msgid "Plugin Inactive"
4095
- msgstr ""
4096
 
4097
  #: common/src/Tribe/Admin/Help_Page.php:842
4098
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:842
4099
  msgid "Plugin Active"
4100
- msgstr ""
4101
 
4102
  #: common/src/Tribe/Admin/Help_Page.php:817
4103
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:817
4104
  msgid "Rating:"
4105
- msgstr ""
4106
 
4107
  #: common/src/Tribe/Admin/Help_Page.php:814
4108
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:814
4109
  msgid "Active Users:"
4110
- msgstr ""
4111
 
4112
  #: common/src/Tribe/Admin/Help_Page.php:791
4113
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:791
@@ -4122,7 +4125,7 @@ msgstr "Install %s"
4122
  #: common/src/Tribe/Admin/Help_Page.php:775
4123
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:775
4124
  msgid "Upgrade Plugin"
4125
- msgstr ""
4126
 
4127
  #: common/src/Tribe/Admin/Help_Page.php:767
4128
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:767
@@ -4138,29 +4141,29 @@ msgstr "Activate %s"
4138
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:233
4139
  #: vendor/tickets/common/src/Tribe/App_Shop.php:147
4140
  msgid "Community Tickets"
4141
- msgstr ""
4142
 
4143
  #: common/src/Tribe/Admin/Help_Page.php:224 common/src/Tribe/App_Shop.php:122
4144
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:224
4145
  #: vendor/tickets/common/src/Tribe/App_Shop.php:122
4146
  msgid "Event Tickets Plus"
4147
- msgstr ""
4148
 
4149
  #: common/src/Tribe/Admin/Help_Page.php:216
4150
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:216
4151
  msgid "Events Filter Bar"
4152
- msgstr ""
4153
 
4154
  #: common/src/Tribe/Admin/Help_Page.php:208 src/Tribe/Aggregator/Page.php:371
4155
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:208
4156
  msgid "Facebook Events"
4157
- msgstr ""
4158
 
4159
  #: common/src/Tribe/Admin/Help_Page.php:192 common/src/Tribe/App_Shop.php:155
4160
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:192
4161
  #: vendor/tickets/common/src/Tribe/App_Shop.php:155
4162
  msgid "Eventbrite Tickets"
4163
- msgstr ""
4164
 
4165
  #: common/src/Tribe/Admin/Help_Page.php:159
4166
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:159
@@ -4172,28 +4175,28 @@ msgstr " and "
4172
  #: common/src/Tribe/Admin/Help_Page.php:84
4173
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:84
4174
  msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
4175
- msgstr ""
4176
 
4177
  #: common/src/Tribe/Admin/Help_Page.php:80
4178
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:80
4179
  msgid "Advanced Post Manager"
4180
- msgstr ""
4181
 
4182
  #: common/src/Tribe/Admin/Help_Page.php:68
4183
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:68
4184
  msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
4185
- msgstr ""
4186
 
4187
  #: common/src/Tribe/Admin/Help_Page.php:64
4188
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:64
4189
  #: vendor/tickets/src/Tribe/Main.php:491
4190
  msgid "Event Tickets"
4191
- msgstr ""
4192
 
4193
  #: common/src/Tribe/Admin/Help_Page.php:52
4194
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:52
4195
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
4196
- msgstr ""
4197
 
4198
  #: src/views/month/single-day.php:42
4199
  msgid "View %1$s %2$s"
@@ -4203,7 +4206,7 @@ msgstr[1] "View All %1$s %2$s"
4203
 
4204
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:54
4205
  msgid "Completed!"
4206
- msgstr ""
4207
 
4208
  #: src/Tribe/Organizer.php:177
4209
  msgid "organizers"
@@ -4226,9 +4229,9 @@ msgstr "%s must be a positive number or percent."
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr "Editing the ticket price is currently disallowed."
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
- msgstr ""
4232
 
4233
  #. Author URI of the plugin/theme
4234
  msgid "http://m.tri.be/1x"
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "More..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -4765,74 +4768,74 @@ msgstr "Default currency symbol"
4765
 
4766
  #: src/admin-views/tribe-options-general.php:123
4767
  msgid "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar."
4768
- msgstr ""
4769
 
4770
  #: src/admin-views/tribe-options-general.php:102
4771
  msgid "End of day cutoff"
4772
- msgstr ""
4773
 
4774
  #: src/admin-views/tribe-options-general.php:97
4775
  msgid "The above should ideally be plural, and this singular.<br />Your single event URL is: %s"
4776
- msgstr ""
4777
 
4778
  #: src/admin-views/tribe-options-general.php:90
4779
  msgid "Single event URL slug"
4780
- msgstr ""
4781
 
4782
  #: src/admin-views/tribe-options-general.php:85
4783
  #: src/functions/template-tags/options.php:39
4784
  msgid "Here is the iCal feed URL for your events:"
4785
- msgstr ""
4786
 
4787
  #: src/admin-views/tribe-options-general.php:80
4788
  msgid "Your current events URL is: %s"
4789
- msgstr ""
4790
 
4791
  #: src/admin-views/tribe-options-general.php:80
4792
  #: src/functions/template-tags/options.php:20
4793
  msgid "The slug used for building the events URL."
4794
- msgstr ""
4795
 
4796
  #: src/admin-views/tribe-options-general.php:68
4797
  msgid "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\"%1$s\">%2$s</a>. In order to edit the slug here, <a href=\"%3$soptions-permalink.php\">enable pretty permalinks</a>."
4798
- msgstr ""
4799
 
4800
  #: src/admin-views/tribe-options-general.php:67
4801
  #: src/admin-views/tribe-options-general.php:73
4802
  msgid "Events URL slug"
4803
- msgstr ""
4804
 
4805
  #: src/admin-views/tribe-options-general.php:61
4806
  msgid "Show events with the site's other posts. When this box is checked, events will also continue to appear on the default events page."
4807
- msgstr ""
4808
 
4809
  #: src/admin-views/tribe-options-general.php:60
4810
  msgid "Include events in main blog loop"
4811
- msgstr ""
4812
 
4813
  #: src/admin-views/tribe-options-general.php:54
4814
  msgid "Enable comments on event pages."
4815
- msgstr ""
4816
 
4817
  #: src/admin-views/tribe-options-general.php:53
4818
  msgid "Show comments"
4819
- msgstr ""
4820
 
4821
  #: src/admin-views/tribe-options-general.php:45
4822
  msgid "Enable live ajax for datepicker on front end (User submit not required)."
4823
- msgstr ""
4824
 
4825
  #: src/admin-views/tribe-options-general.php:45
4826
  msgid "This option is disabled when \"Disable the Event Search Bar\" is checked on the Display settings tab."
4827
- msgstr ""
4828
 
4829
  #: src/admin-views/tribe-options-general.php:44
4830
  msgid "Use Javascript to control date filtering"
4831
- msgstr ""
4832
 
4833
  #: src/admin-views/tribe-options-general.php:37
4834
  msgid "Number of events to show per page"
4835
- msgstr ""
4836
 
4837
  #: src/admin-views/tribe-options-general.php:33
4838
  msgid "General Settings"
@@ -4841,207 +4844,207 @@ msgstr "General Settings"
4841
  #: common/src/admin-views/tribe-options-general.php:40
4842
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:40
4843
  msgid "Show The Events Calendar link"
4844
- msgstr ""
4845
 
4846
  #: common/src/admin-views/tribe-options-general.php:35
4847
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:35
4848
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
4849
- msgstr ""
4850
 
4851
  #: common/src/admin-views/tribe-options-general.php:30
4852
  #: common/src/admin-views/tribe-options-general.php:35
4853
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:30
4854
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:35
4855
  msgid "See an example of the link"
4856
- msgstr ""
4857
 
4858
  #: common/src/admin-views/tribe-options-general.php:30
4859
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:30
4860
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
4861
- msgstr ""
4862
 
4863
  #: common/src/admin-views/tribe-options-general.php:25
4864
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:25
4865
  msgid "We hope our plugin is helping you out."
4866
- msgstr ""
4867
 
4868
  #: common/src/admin-views/tribe-options-general.php:20
4869
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:20
4870
  msgid "Check out the available add-ons"
4871
- msgstr ""
4872
 
4873
  #: common/src/admin-views/tribe-options-general.php:20
4874
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:20
4875
  msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
4876
- msgstr ""
4877
 
4878
  #: src/admin-views/tribe-options-general.php:22
4879
  msgid "Right here"
4880
- msgstr ""
4881
 
4882
  #: src/admin-views/tribe-options-general.php:22
4883
  msgid "Where's my calendar?"
4884
- msgstr ""
4885
 
4886
  #: src/admin-views/tribe-options-general.php:17
4887
  msgid "Finding your calendar."
4888
- msgstr ""
4889
 
4890
  #: src/admin-views/tribe-options-general.php:12
4891
  msgid "Finding & extending your calendar."
4892
- msgstr ""
4893
 
4894
  #: src/admin-views/tribe-options-display.php:217
4895
  msgid "If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout."
4896
- msgstr ""
4897
 
4898
  #: src/admin-views/tribe-options-display.php:216
4899
  msgid "Add HTML after event content"
4900
- msgstr ""
4901
 
4902
  #: src/admin-views/tribe-options-display.php:211
4903
  msgid "If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout."
4904
- msgstr ""
4905
 
4906
  #: src/admin-views/tribe-options-display.php:210
4907
  msgid "Add HTML before event content"
4908
- msgstr ""
4909
 
4910
  #: src/admin-views/tribe-options-display.php:206
4911
  msgid "Advanced Template Settings"
4912
- msgstr ""
4913
 
4914
  #: common/src/admin-views/tribe-options-display.php:31
4915
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:31
4916
  msgid "Select the date format to use in datepickers"
4917
- msgstr ""
4918
 
4919
  #: common/src/admin-views/tribe-options-display.php:30
4920
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:30
4921
  msgid "Datepicker Date Format"
4922
- msgstr ""
4923
 
4924
  #: src/admin-views/tribe-options-display.php:114
4925
  msgid "Enter the separator that will be used between the start and end time of an event."
4926
- msgstr ""
4927
 
4928
  #: src/admin-views/tribe-options-display.php:113
4929
  msgid "Time range separator"
4930
- msgstr ""
4931
 
4932
  #: src/admin-views/tribe-options-display.php:76
4933
  msgid "Enter the separator that will be placed between the date and time, when both are shown."
4934
- msgstr ""
4935
 
4936
  #: src/admin-views/tribe-options-display.php:75
4937
  msgid "Date time separator"
4938
- msgstr ""
4939
 
4940
  #: src/admin-views/tribe-options-display.php:99
4941
  msgid "Enter the format to use for dates that show a month and year only. Used on month view."
4942
- msgstr ""
4943
 
4944
  #: src/admin-views/tribe-options-display.php:98
4945
  msgid "Month and year format"
4946
- msgstr ""
4947
 
4948
  #: src/admin-views/tribe-options-display.php:91
4949
  msgid "Enter the format to use for displaying dates without a year. Used when showing an event from the current year."
4950
- msgstr ""
4951
 
4952
  #: src/admin-views/tribe-options-display.php:90
4953
  msgid "Date without year"
4954
- msgstr ""
4955
 
4956
  #: src/admin-views/tribe-options-display.php:67
4957
  msgid "Date with year"
4958
- msgstr ""
4959
 
4960
  #: common/src/admin-views/tribe-options-display.php:26
4961
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:26
4962
  msgid "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
4963
- msgstr ""
4964
 
4965
  #: common/src/admin-views/tribe-options-display.php:22
4966
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:22
4967
  msgid "Date Format Settings"
4968
- msgstr ""
4969
 
4970
  #: src/admin-views/tribe-options-display.php:193
4971
  msgid "Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href=\"%s\">Read more</a>."
4972
- msgstr ""
4973
 
4974
  #: src/admin-views/tribe-options-display.php:192
4975
  msgid "Enable the Month View Cache"
4976
- msgstr ""
4977
 
4978
  #: src/admin-views/tribe-options-display.php:184
4979
  msgid "Month view events per day"
4980
- msgstr ""
4981
 
4982
  #: src/admin-views/tribe-options-display.php:178
4983
  msgid "Check this to use the classic header."
4984
- msgstr ""
4985
 
4986
  #: src/admin-views/tribe-options-display.php:177
4987
  msgid "Disable the Event Search Bar"
4988
- msgstr ""
4989
 
4990
  #: src/admin-views/tribe-options-display.php:169
4991
  msgid "Default view"
4992
- msgstr ""
4993
 
4994
  #: src/admin-views/tribe-options-display.php:162
4995
  msgid "You must select at least one view."
4996
- msgstr ""
4997
 
4998
  #: src/admin-views/tribe-options-display.php:161
4999
  msgid "Enable event views"
5000
- msgstr ""
5001
 
5002
  #: src/admin-views/tribe-options-display.php:153
5003
  msgid "Choose a page template to control the appearance of your calendar and event content."
5004
- msgstr ""
5005
 
5006
  #: src/admin-views/tribe-options-display.php:152
5007
  msgid "Events template"
5008
- msgstr ""
5009
 
5010
  #: src/admin-views/tribe-options-display.php:145
5011
  msgid "A fully designed and styled theme for your events pages."
5012
- msgstr ""
5013
 
5014
  #: src/admin-views/tribe-options-display.php:143
5015
  msgid "Tribe Events Styles"
5016
- msgstr ""
5017
 
5018
  #: src/admin-views/tribe-options-display.php:141
5019
  msgid "More detailed styling, tries to grab styles from your theme."
5020
- msgstr ""
5021
 
5022
  #: src/admin-views/tribe-options-display.php:139
5023
  msgid "Full Styles"
5024
- msgstr ""
5025
 
5026
  #: src/admin-views/tribe-options-display.php:137
5027
  msgid "Only includes enough css to achieve complex layouts like calendar and week view."
5028
- msgstr ""
5029
 
5030
  #: src/admin-views/tribe-options-display.php:135
5031
  msgid "Skeleton Styles"
5032
- msgstr ""
5033
 
5034
  #: src/admin-views/tribe-options-display.php:132
5035
  msgid "Default stylesheet used for events templates"
5036
- msgstr ""
5037
 
5038
  #: src/admin-views/tribe-options-display.php:128
5039
  msgid "Basic Template Settings"
5040
- msgstr ""
5041
 
5042
  #: src/admin-views/tribe-options-display.php:49
5043
  msgid "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme.</p><p>There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
5044
- msgstr ""
5045
 
5046
  #: src/admin-views/tribe-options-display.php:44
5047
  msgid "Display Settings"
@@ -5049,27 +5052,27 @@ msgstr "Display Settings"
5049
 
5050
  #: src/admin-views/tribe-options-display.php:7
5051
  msgid "Default Page Template"
5052
- msgstr ""
5053
 
5054
  #: src/admin-views/tribe-options-display.php:6
5055
  msgid "Default Events Template"
5056
- msgstr ""
5057
 
5058
  #: vendor/tickets/src/admin-views/meta-box.php:239
5059
  msgid "Save this ticket"
5060
- msgstr ""
5061
 
5062
  #: vendor/tickets/src/admin-views/meta-box.php:192
5063
  msgid "End sale:"
5064
- msgstr ""
5065
 
5066
  #: vendor/tickets/src/admin-views/meta-box.php:161
5067
  msgid "Start sale:"
5068
- msgstr ""
5069
 
5070
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:28
5071
  msgid "(Current sale price - this can be managed via the product editor)"
5072
- msgstr ""
5073
 
5074
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:24
5075
  msgid "Sale Price:"
@@ -5077,7 +5080,7 @@ msgstr "Sale Price:"
5077
 
5078
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:19
5079
  msgid "(0 or empty for free tickets)"
5080
- msgstr ""
5081
 
5082
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:15
5083
  msgid "Price:"
@@ -5085,19 +5088,19 @@ msgstr "Price:"
5085
 
5086
  #: vendor/tickets/src/admin-views/meta-box.php:152
5087
  msgid "Ticket Description:"
5088
- msgstr ""
5089
 
5090
  #: vendor/tickets/src/admin-views/meta-box.php:145
5091
  msgid "Ticket Name:"
5092
- msgstr ""
5093
 
5094
  #: vendor/tickets/src/admin-views/meta-box.php:128
5095
  msgid "Sell using:"
5096
- msgstr ""
5097
 
5098
  #: vendor/tickets/src/admin-views/meta-box.php:123
5099
  msgid "Edit ticket"
5100
- msgstr ""
5101
 
5102
  #: vendor/tickets/src/admin-views/meta-box.php:112
5103
  #: vendor/tickets/src/admin-views/meta-box.php:122
@@ -5114,15 +5117,15 @@ msgstr "Select an Image"
5114
 
5115
  #: vendor/tickets/src/admin-views/meta-box.php:43
5116
  msgid "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
5117
- msgstr ""
5118
 
5119
  #: vendor/tickets/src/admin-views/meta-box.php:42
5120
  msgid "Upload image for the ticket header."
5121
- msgstr ""
5122
 
5123
  #: vendor/tickets/src/admin-views/meta-box.php:31
5124
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
5125
- msgstr ""
5126
 
5127
  #: common/src/admin-views/event-log.php:65
5128
  #: vendor/tickets/common/src/admin-views/event-log.php:65
@@ -5132,7 +5135,7 @@ msgstr "View"
5132
 
5133
  #: vendor/tickets/src/admin-views/list.php:52
5134
  msgid "Edit in %s"
5135
- msgstr ""
5136
 
5137
  #: src/Tribe/Aggregator/Record/List_Table.php:357
5138
  #: vendor/tickets/src/admin-views/list.php:33
@@ -5150,15 +5153,15 @@ msgstr "or"
5150
 
5151
  #: vendor/tickets/src/admin-views/attendees-email.php:15
5152
  msgid "Select..."
5153
- msgstr ""
5154
 
5155
  #: vendor/tickets/src/admin-views/attendees-email.php:10
5156
  msgid "Select a User:"
5157
- msgstr ""
5158
 
5159
  #: vendor/tickets/src/admin-views/attendees-email.php:4
5160
  msgid "Send the attendee list by email"
5161
- msgstr ""
5162
 
5163
  #: src/admin-views/create-venue-fields.php:35
5164
  #: src/admin-views/venue-meta-box.php:38
@@ -5168,7 +5171,7 @@ msgstr "Address:"
5168
  #: src/admin-views/linked-post-meta-box.php:49
5169
  #: src/admin-views/organizer-meta-box.php:75
5170
  msgid "%s Name Already Exists"
5171
- msgstr ""
5172
 
5173
  #: src/admin-views/create-organizer-fields.php:15
5174
  #: src/admin-views/organizer-meta-box.php:43
@@ -5183,7 +5186,7 @@ msgstr "Email:"
5183
  #: src/views/modules/meta/details.php:148
5184
  #: src/views/modules/meta/organizer.php:65 src/views/modules/meta/venue.php:45
5185
  msgid "Website:"
5186
- msgstr ""
5187
 
5188
  #: src/admin-views/create-organizer-fields.php:2
5189
  #: src/admin-views/create-venue-fields.php:138
@@ -5197,11 +5200,11 @@ msgstr "Phone:"
5197
  #: src/admin-views/organizer-meta-box.php:24
5198
  #: src/admin-views/venue-meta-box.php:25
5199
  msgid "%s Name:"
5200
- msgstr ""
5201
 
5202
  #: src/admin-views/events-meta-box.php:256
5203
  msgid "Enter a 0 for %s that are free or leave blank to hide the field."
5204
- msgstr ""
5205
 
5206
  #: src/admin-views/events-meta-box.php:248
5207
  #: src/views/modules/meta/details.php:123
@@ -5211,20 +5214,20 @@ msgstr "Cost:"
5211
  #: src/admin-views/events-meta-box.php:243
5212
  msgctxt "Currency symbol position"
5213
  msgid "After cost"
5214
- msgstr ""
5215
 
5216
  #: src/admin-views/events-meta-box.php:240
5217
  msgctxt "Currency symbol position"
5218
  msgid "Before cost"
5219
- msgstr ""
5220
 
5221
  #: src/admin-views/events-meta-box.php:212
5222
  msgid "Currency Symbol:"
5223
- msgstr ""
5224
 
5225
  #: src/admin-views/events-meta-box.php:209
5226
  msgid "%s Cost"
5227
- msgstr ""
5228
 
5229
  #: src/admin-views/aggregator/origins/facebook.php:102
5230
  #: src/admin-views/aggregator/origins/gcal.php:73
@@ -5236,40 +5239,40 @@ msgstr "URL:"
5236
 
5237
  #: src/admin-views/events-meta-box.php:175
5238
  msgid "%s Website"
5239
- msgstr ""
5240
 
5241
  #: src/Tribe/Aggregator/Record/List_Table.php:481
5242
  msgid "Location:"
5243
- msgstr ""
5244
 
5245
  #: src/admin-views/events-meta-box.php:129
5246
  msgid "Timezone:"
5247
- msgstr ""
5248
 
5249
  #: src/admin-views/events-meta-box.php:83
5250
  #: src/admin-views/events-meta-box.php:122
5251
  msgid "YYYY-MM-DD"
5252
- msgstr ""
5253
 
5254
  #: src/admin-views/events-meta-box.php:69
5255
  msgid "You have changed the recurrence rules of this %1$s. Saving the %1$s will update all future %2$s. If you did not mean to change all %2$s, then please refresh the page."
5256
- msgstr ""
5257
 
5258
  #: src/admin-views/events-meta-box.php:52
5259
  msgid "Time &amp; Date"
5260
- msgstr ""
5261
 
5262
  #: src/admin-views/event-sidebar-options.php:25
5263
  msgid "When events are sticky in month view, they'll display first in the list of events shown within a given day block."
5264
- msgstr ""
5265
 
5266
  #: src/admin-views/event-sidebar-options.php:23
5267
  msgid "Sticky in Month View"
5268
- msgstr ""
5269
 
5270
  #: src/admin-views/event-sidebar-options.php:16
5271
  msgid "Hide From %s Listings"
5272
- msgstr ""
5273
 
5274
  #: src/admin-views/admin-welcome-message.php:54
5275
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:61
@@ -5317,7 +5320,7 @@ msgstr "Getting Started"
5317
 
5318
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:25
5319
  msgid "Stay in touch with Event Tickets Plus. We send out periodic updates, key developer notices, and even the occasional discount."
5320
- msgstr ""
5321
 
5322
  #: src/admin-views/admin-welcome-message.php:25
5323
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:24
@@ -5326,7 +5329,7 @@ msgstr "Newsletter Signup"
5326
 
5327
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:19
5328
  msgid "Your ratings help us bring The Events Calendar 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."
5329
- msgstr ""
5330
 
5331
  #: src/admin-views/admin-update-message.php:58
5332
  #: src/admin-views/admin-welcome-message.php:53
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "News For Events Users"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -6931,40 +6934,40 @@ msgstr "%s must have a value that's part of its options."
6931
  #: common/src/Tribe/Validate.php:275
6932
  #: vendor/tickets/common/src/Tribe/Validate.php:255
6933
  msgid "%s must be a valid absolute URL."
6934
- msgstr ""
6935
 
6936
  #: common/src/Tribe/Validate.php:260
6937
  #: vendor/tickets/common/src/Tribe/Validate.php:240
6938
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
6939
- msgstr ""
6940
 
6941
  #: common/src/Tribe/Validate.php:197 common/src/Tribe/Validate.php:225
6942
  #: vendor/tickets/common/src/Tribe/Validate.php:197
6943
  #: vendor/tickets/common/src/Tribe/Validate.php:225
6944
  msgid "%s must be a positive number."
6945
- msgstr ""
6946
 
6947
  #: common/src/Tribe/Validate.php:167
6948
  #: vendor/tickets/common/src/Tribe/Validate.php:167
6949
  msgid "%s must contain numbers, letters and dots only"
6950
- msgstr ""
6951
 
6952
  #: common/src/Tribe/Validate.php:135 common/src/Tribe/Validate.php:151
6953
  #: vendor/tickets/common/src/Tribe/Validate.php:135
6954
  #: vendor/tickets/common/src/Tribe/Validate.php:151
6955
  msgid "%s must contain numbers and letters only"
6956
- msgstr ""
6957
 
6958
  #: common/src/Tribe/Validate.php:112
6959
  #: vendor/tickets/common/src/Tribe/Validate.php:112
6960
  msgctxt "non-existant function name passed for field validation"
6961
  msgid "with function name:"
6962
- msgstr ""
6963
 
6964
  #: common/src/Tribe/Validate.php:111
6965
  #: vendor/tickets/common/src/Tribe/Validate.php:111
6966
  msgid "Non-existant field validation function passed"
6967
- msgstr ""
6968
 
6969
  #: common/src/Tribe/Validate.php:77 common/src/Tribe/Validate.php:112
6970
  #: common/src/Tribe/Validate.php:118
@@ -6972,21 +6975,21 @@ msgstr ""
6972
  #: vendor/tickets/common/src/Tribe/Validate.php:112
6973
  #: vendor/tickets/common/src/Tribe/Validate.php:118
6974
  msgid "Field ID:"
6975
- msgstr ""
6976
 
6977
  #: common/src/Tribe/Validate.php:76 common/src/Tribe/Validate.php:117
6978
  #: vendor/tickets/common/src/Tribe/Validate.php:76
6979
  #: vendor/tickets/common/src/Tribe/Validate.php:117
6980
  msgid "Invalid or incomplete field passed"
6981
- msgstr ""
6982
 
6983
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:571
6984
  msgid "Attendee List for: %s"
6985
- msgstr ""
6986
 
6987
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:467
6988
  msgid "attendees"
6989
- msgstr ""
6990
 
6991
  #: src/admin-views/aggregator/settings.php:32
6992
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:426
@@ -6995,7 +6998,7 @@ msgstr "Yes"
6995
 
6996
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:235
6997
  msgid "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
6998
- msgstr ""
6999
 
7000
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:235
7001
  msgid "Columns"
@@ -7003,11 +7006,11 @@ msgstr "Columns"
7003
 
7004
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:203
7005
  msgid "Sending..."
7006
- msgstr ""
7007
 
7008
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:202
7009
  msgid "You need to select a user or type a valid email address"
7010
- msgstr ""
7011
 
7012
  #: vendor/tickets/src/Tribe/Admin/Columns/Tickets.php:39
7013
  #: vendor/tickets/src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
@@ -7020,23 +7023,23 @@ msgstr "Attendees"
7020
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:140
7021
  #: vendor/tickets/src/admin-views/list.php:90
7022
  msgid "See who purchased tickets to this event"
7023
- msgstr ""
7024
 
7025
  #: vendor/tickets/src/Tribe/Tickets.php:592
7026
  msgid "Your ticket has been deleted."
7027
- msgstr ""
7028
 
7029
  #: vendor/tickets/src/Tribe/Tickets.php:426
7030
  msgid "Your ticket has been saved."
7031
- msgstr ""
7032
 
7033
  #: vendor/tickets/src/Tribe/Metabox.php:87
7034
  msgid "Set as ticket header"
7035
- msgstr ""
7036
 
7037
  #: vendor/tickets/src/Tribe/Metabox.php:86
7038
  msgid "Ticket header image"
7039
- msgstr ""
7040
 
7041
  #: src/admin-views/admin-update-message.php:52
7042
  #: vendor/tickets/src/Tribe/Admin/Ticket_Settings.php:22
@@ -7053,7 +7056,7 @@ msgstr "Delete"
7053
 
7054
  #: vendor/tickets/src/Tribe/Attendees_Table.php:497
7055
  msgid "Filter by purchaser name, ticket #, order # or security code"
7056
- msgstr ""
7057
 
7058
  #: vendor/tickets/src/Tribe/Attendees_Table.php:491
7059
  msgid "Export"
@@ -7072,63 +7075,63 @@ msgstr "Print"
7072
 
7073
  #: vendor/tickets/src/Tribe/Attendees_Table.php:517
7074
  msgid "Undo Check in"
7075
- msgstr ""
7076
 
7077
  #: vendor/tickets/src/Tribe/Attendees_Table.php:516
7078
  msgid "Check in"
7079
- msgstr ""
7080
 
7081
  #: vendor/tickets/src/views/tickets/email.php:344
7082
  msgid "Security Code"
7083
- msgstr ""
7084
 
7085
  #: vendor/tickets/src/views/tickets/email.php:332
7086
  msgid "Ticket #"
7087
- msgstr ""
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
- msgstr ""
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
- msgstr ""
7096
 
7097
  #: src/Tribe/Template_Factory.php:301
7098
  msgid "No previous %s "
7099
- msgstr ""
7100
 
7101
  #: src/Tribe/Template_Factory.php:299 src/Tribe/Template_Factory.php:304
7102
  msgid "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of %3$s."
7103
- msgstr ""
7104
 
7105
  #: src/Tribe/Template_Factory.php:297
7106
  msgid "No upcoming %1$s listed under %2$s. Check out upcoming %3$s for this category or view the full calendar."
7107
- msgstr ""
7108
 
7109
  #: src/Tribe/Template/Embed.php:59 src/Tribe/Template/Single_Event.php:119
7110
  msgid "This %s has passed."
7111
- msgstr ""
7112
 
7113
  #: src/Tribe/Template/Month.php:819
7114
  msgid "The requested date \"%s\" was not valid &ndash; showing the current month instead"
7115
- msgstr ""
7116
 
7117
  #: src/Tribe/Template/Month.php:379 src/Tribe/Template_Factory.php:306
7118
  msgid "There were no results found."
7119
- msgstr ""
7120
 
7121
  #: src/Tribe/Template/Month.php:377
7122
  msgid "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of events."
7123
- msgstr ""
7124
 
7125
  #: src/Tribe/Template/Day.php:145
7126
  msgid "No matching %1$s listed under %2$s scheduled for %3$s. Please try another day."
7127
- msgstr ""
7128
 
7129
  #: src/Tribe/Template/Day.php:111 src/Tribe/Template/Day.php:127
7130
  msgid "Ongoing"
7131
- msgstr ""
7132
 
7133
  #: src/Tribe/Aggregator/Page.php:79 src/Tribe/Template/Day.php:108
7134
  #: src/Tribe/Template/Day.php:124
@@ -7138,13 +7141,13 @@ msgstr "All Day"
7138
  #: common/src/Tribe/Support.php:190
7139
  #: vendor/tickets/common/src/Tribe/Support.php:190
7140
  msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
7141
- msgstr ""
7142
 
7143
  #: common/src/Tribe/Support.php:179 common/src/Tribe/Support.php:180
7144
  #: vendor/tickets/common/src/Tribe/Support.php:179
7145
  #: vendor/tickets/common/src/Tribe/Support.php:180
7146
  msgid "Unknown or not set"
7147
- msgstr ""
7148
 
7149
  #: common/src/admin-views/tribe-options-help.php:34
7150
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:34
@@ -7154,39 +7157,39 @@ msgstr "System Information"
7154
  #: common/src/Tribe/Settings_Tab.php:222
7155
  #: vendor/tickets/common/src/Tribe/Settings_Tab.php:222
7156
  msgid "There are no fields setup for this tab yet."
7157
- msgstr ""
7158
 
7159
  #: common/src/Tribe/Settings.php:598
7160
  #: vendor/tickets/common/src/Tribe/Settings.php:598
7161
  msgid "The above setting was not saved. Other settings were successfully saved."
7162
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
7163
- msgstr[0] ""
7164
- msgstr[1] ""
7165
 
7166
  #: common/src/Tribe/Settings.php:597
7167
  #: vendor/tickets/common/src/Tribe/Settings.php:597
7168
  msgid "None of your settings were saved. Please try again."
7169
- msgstr ""
7170
 
7171
  #: common/src/Tribe/Settings.php:587
7172
  #: vendor/tickets/common/src/Tribe/Settings.php:587
7173
  msgid "Your form had the following errors:"
7174
- msgstr ""
7175
 
7176
  #: common/src/Tribe/Settings.php:420
7177
  #: vendor/tickets/common/src/Tribe/Settings.php:420
7178
  msgid "The request wasn't sent from this tab."
7179
- msgstr ""
7180
 
7181
  #: common/src/Tribe/Settings.php:414
7182
  #: vendor/tickets/common/src/Tribe/Settings.php:414
7183
  msgid "The request was sent insecurely."
7184
- msgstr ""
7185
 
7186
  #: common/src/Tribe/Settings.php:408
7187
  #: vendor/tickets/common/src/Tribe/Settings.php:408
7188
  msgid "You don't have permission to do that."
7189
- msgstr ""
7190
 
7191
  #: common/src/Tribe/Settings.php:360 src/Tribe/Aggregator/Page.php:88
7192
  #: vendor/tickets/common/src/Tribe/Settings.php:360
@@ -7196,7 +7199,7 @@ msgstr "Save Changes"
7196
  #: common/src/Tribe/Settings.php:352
7197
  #: vendor/tickets/common/src/Tribe/Settings.php:352
7198
  msgid "You've requested a non-existent tab."
7199
- msgstr ""
7200
 
7201
  #: common/src/Tribe/Settings.php:338
7202
  #: vendor/tickets/common/src/Tribe/Settings.php:338
@@ -7207,42 +7210,41 @@ msgstr "%s Settings"
7207
  #: vendor/tickets/common/src/Tribe/Settings.php:241
7208
  #: vendor/tickets/common/src/Tribe/Settings.php:261
7209
  msgid "Events Settings"
7210
- msgstr ""
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
- msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
- msgstr ""
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
- msgstr ""
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
- msgstr ""
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
- msgstr ""
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
- msgstr ""
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Licence Key"
7253
  msgid "Error"
7254
  msgstr "Error"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
- msgstr ""
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
- msgstr ""
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
- msgstr ""
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
- msgstr ""
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Date"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Search"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Day"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Month"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "List"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Calendar"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Settings"
@@ -7303,13 +7305,13 @@ msgstr "Settings"
7303
  #: src/Tribe/Aggregator/Record/CSV.php:74 src/Tribe/Importer/Admin_Page.php:238
7304
  #: src/admin-views/aggregator/settings.php:390
7305
  msgid "CSV"
7306
- msgstr ""
7307
 
7308
  #: src/Tribe/Admin/Bar/Default_Configurator.php:53
7309
  msgid "Add %s"
7310
  msgstr "Add %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "View Calendar"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "View Calendar"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Additional Functionality"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "News from Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "View All Add-Ons"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Support"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s Information"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s Options"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Date out of range."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "all"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "events"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "event"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "page"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Available %s"
7404
  msgid "My %s"
7405
  msgstr "My %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s draft updated."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s submitted."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s published."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s restored to revision from %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s saved."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s restored to revision from %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s updated."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Custom field deleted."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Custom field updated."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "New %s Category Name"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Add New %s Category"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Update %s Category"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Edit %s Category"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Parent %s Category:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Parent %s Category"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "All %s Categories"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Search %s Categories"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s Category"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "No %s found in Trash"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "No %s found"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Search %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "View %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "New %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Add New %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Add New"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "category"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Help"
7548
  msgid "Display"
7549
  msgstr "Display"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Initializing Tribe Events on %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "today"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "day"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "past"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "upcoming"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "list"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "month"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Event"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "No radio options specified"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Invalid field type specified"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "End Date"
7897
  msgid "Start Date"
7898
  msgstr "Start Date"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s Categories"
7903
 
@@ -7921,34 +7927,34 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Please wait while timezone data is added to your events."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Edit %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Use Saved %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr " ask the site administrator set a different Events URL slug."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
- msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
- msgstr ""
7946
 
7947
  #: src/deprecated/Tribe__Events__Activation_Page.php:215
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Thanks for Updating The Events Calendar"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Welcome to The Events Calendar"
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-03-22 19:12:26+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: en_CA\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr "Import events but preserve local changes to event fields."
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr "%1$sBuy a licence%2$s for the Event Aggregator service to access additional import features."
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
25
+ msgstr "%1$s for %2$s"
26
 
27
  #: src/functions/template-tags/loop.php:162
28
  msgctxt "month view"
29
  msgid "%1$s for %2$s"
30
+ msgstr "%1$s for %2$s"
31
 
32
  #: src/admin-views/tribe-options-display.php:185
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
+ msgstr "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
+ msgstr "all"
40
 
41
  #: common/src/Tribe/Validate.php:245
42
  msgid "%s must be a whole number."
43
+ msgstr "%s must be a whole number."
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
+ msgstr "Keyword"
48
 
49
  #: vendor/tickets/src/template-tags/tickets.php:243
50
  msgctxt "ticket stock message (pending stock)"
51
  msgid "%1$d Awaiting Review"
52
+ msgstr "%1$d Awaiting Review"
53
 
54
  #: vendor/tickets/src/template-tags/tickets.php:240
55
  msgctxt "ticket stock message (remaining stock)"
56
  msgid "%1$d Remaining"
57
+ msgstr "%1$d Remaining"
58
 
59
  #: vendor/tickets/src/template-tags/tickets.php:238
60
  msgctxt "ticket global stock message (remaining stock)"
61
  msgid "%1$d Remaining of the global stock"
62
+ msgstr "%1$d Remaining of the global stock"
63
 
64
  #: vendor/tickets/src/template-tags/tickets.php:232
65
  msgid "%s %d"
66
+ msgstr "%s %d"
67
 
68
  #: vendor/tickets/src/template-tags/tickets.php:227
69
  msgctxt "separate going and remain RSVPs"
70
  msgid "RSVP'd Going"
71
+ msgstr "RSVP'd Going"
72
 
73
  #: vendor/tickets/src/template-tags/tickets.php:225
74
  msgid "Sold"
75
+ msgstr "Sold"
76
 
77
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:83
78
  msgid "Location of Tickets form"
79
+ msgstr "Location of Tickets form"
80
 
81
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:75
82
  msgid "Location of RSVP form"
83
+ msgstr "Location of RSVP form"
84
 
85
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:69
86
  msgid "Above the event description"
87
+ msgstr "Above the event description"
88
 
89
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:68
90
  msgid "Below the event description"
91
+ msgstr "Below the event description"
92
 
93
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:67
94
  msgid "Above the event details"
95
+ msgstr "Above the event details"
96
 
97
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:66
98
  msgid "Below the event details [default]"
99
+ msgstr "Below the event details [default]"
100
 
101
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:15
102
  msgid "Selling tickets for a recurring event series is not recommended. The tickets you configure will show on all instances of an event series which can be confusing to attendees. Please configure your events carefully."
103
+ msgstr "Selling tickets for a recurring event series is not recommended. The tickets you configure will show on all instances of an event series which can be confusing to attendees. Please configure your events carefully."
104
 
105
  #: vendor/tickets/src/admin-views/attendees.php:66
106
  msgctxt "attendee screen summary"
107
  msgid "Attendees By Ticket"
108
+ msgstr "Attendees By Ticket"
109
 
110
  #: vendor/tickets/src/admin-views/attendees.php:28
111
  msgctxt "attendee screen summary"
112
  msgid "Event Details"
113
+ msgstr "Event Details"
114
 
115
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:98
116
  msgctxt "attendee event actions"
117
  msgid "View Event"
118
+ msgstr "View Event"
119
 
120
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:97
121
  msgctxt "attendee event actions"
122
  msgid "Edit Event"
123
+ msgstr "Edit Event"
124
 
125
  #: vendor/tickets/src/Tribe/Attendees_Table.php:393
126
  #: vendor/tickets/src/Tribe/Attendees_Table.php:402
127
  #: vendor/tickets/src/Tribe/Attendees_Table.php:413
128
  #: vendor/tickets/src/Tribe/Attendees_Table.php:422
129
  msgid "Check In"
130
+ msgstr "Check In"
131
 
132
  #: vendor/tickets/src/Tribe/Attendees_Table.php:56
133
  msgctxt "attendee table"
134
  msgid "Check in"
135
+ msgstr "Check in"
136
 
137
  #: vendor/tickets/src/Tribe/Attendees_Table.php:54
138
  msgctxt "attendee table"
139
  msgid "Security Code"
140
+ msgstr "Security Code"
141
 
142
  #: vendor/tickets/src/Tribe/Attendees_Table.php:53
143
  msgctxt "attendee table"
144
  msgid "Primary Information"
145
+ msgstr "Primary Information"
146
 
147
  #: vendor/tickets/src/Tribe/Admin/Views/Ticketed.php:59
148
  msgid "Unticketed"
149
+ msgstr "Unticketed"
150
 
151
  #: vendor/tickets/src/Tribe/Admin/Views/Ticketed.php:47
152
  msgid "Ticketed"
153
+ msgstr "Ticketed"
154
 
155
  #: src/functions/template-tags/loop.php:130
156
  msgctxt "featured events title"
157
  msgid "Featured %s"
158
+ msgstr "Featured %s"
159
 
160
  #: src/admin-views/widget-admin-list.php:35
161
  msgctxt "events list widget setting"
162
  msgid "Limit to featured events only"
163
+ msgstr "Limit to featured events only"
164
 
165
  #: src/admin-views/events-meta-box.php:99
166
  msgctxt "Start Date Time \"to\" End Date Time"
167
  msgid "to"
168
+ msgstr "to"
169
 
170
  #: src/admin-views/events-meta-box.php:97
171
  #: src/admin-views/events-meta-box.php:112
172
  msgid "HH:MM"
173
+ msgstr "HH:MM"
174
 
175
  #: src/admin-views/events-meta-box.php:72
176
  msgid "Start/End:"
177
+ msgstr "Start/End:"
178
 
179
  #: src/admin-views/event-sidebar-options.php:33
180
  msgid "Featured events are highlighted on the front end in views, archives, and widgets."
181
+ msgstr "Featured events are highlighted on the front end in views, archives, and widgets."
182
 
183
  #: src/admin-views/event-sidebar-options.php:31
184
  msgid "Feature Event"
185
+ msgstr "Feature Event"
186
 
187
  #: src/admin-views/create-venue-fields.php:202
188
  msgid "Show Google Map Link?"
189
+ msgstr "Show Google Map Link?"
190
 
191
  #: src/admin-views/create-venue-fields.php:184
192
  msgid "Show Google Map?"
193
+ msgstr "Show Google Map?"
194
 
195
  #: src/admin-views/create-venue-fields.php:161
196
  msgid "Venue URL"
197
+ msgstr "Venue URL"
198
 
199
  #: src/admin-views/create-venue-fields.php:133
200
  msgid "Venue Zip Code"
201
+ msgstr "Venue Zip Code"
202
 
203
  #: src/admin-views/create-venue-fields.php:106
204
  #: src/admin-views/create-venue-fields.php:112
205
  msgid "Venue State"
206
+ msgstr "Venue State"
207
 
208
  #: src/admin-views/aggregator/settings.php:97
209
  msgid "Stop all Event Aggregator imports from running. Existing imported events will not be affected. Imports via CSV file will still be available."
210
+ msgstr "Stop all Event Aggregator imports from running. Existing imported events will not be affected. Imports via CSV file will still be available."
211
 
212
  #: src/admin-views/aggregator/settings.php:96
213
  msgid "Disable Event Aggregator imports"
214
+ msgstr "Disable Event Aggregator imports"
215
 
216
  #: src/admin-views/aggregator/settings.php:92
217
  msgid "Event Aggregator Control"
218
+ msgstr "Event Aggregator Control"
219
 
220
  #: src/Tribe/iCal.php:108
221
  msgid "Export Events"
222
+ msgstr "Export Events"
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
+ msgstr "featured"
228
 
229
  #: src/Tribe/Linked_Posts.php:904
230
  msgid "Create: <b><%= term %></b>"
231
+ msgstr "Create: <b><%= term %></b>"
232
 
233
  #: src/Tribe/Linked_Posts.php:890
234
  msgid "Create or Search a %s"
235
+ msgstr "Create or Search a %s"
236
 
237
  #: src/Tribe/Linked_Posts.php:888
238
  msgid "Search a %s"
239
+ msgstr "Search a %s"
240
 
241
  #: src/Tribe/Linked_Posts.php:885
242
  msgid "Select or Create a %s"
243
+ msgstr "Select or Create a %s"
244
 
245
  #: src/Tribe/Linked_Posts.php:883
246
  msgid "Select a %s"
247
+ msgstr "Select a %s"
248
 
249
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:247
250
  msgid "Delete this"
251
+ msgstr "Delete this"
252
 
253
  #: src/Tribe/Event_Tickets/Attendees_Report.php:38
254
  msgid "Event Date:"
255
+ msgstr "Event Date:"
256
 
257
  #: src/Tribe/Customizer/Widget.php:132
258
  msgid "Show Featured Event Images"
259
+ msgstr "Show Featured Event Images"
260
 
261
  #: src/Tribe/Customizer/Widget.php:113
262
  msgid "Calendar Date Bar Color"
263
+ msgstr "Calendar Date Bar Color"
264
 
265
  #: src/Tribe/Customizer/Widget.php:91
266
  msgid "Calendar Header Color"
267
+ msgstr "Calendar Header Color"
268
 
269
  #: src/Tribe/Customizer/Widget.php:59
270
  msgid "Widgets"
271
+ msgstr "Widgets"
272
 
273
  #: src/Tribe/Customizer/Single_Event.php:132
274
  msgid "Details Background Color"
275
+ msgstr "Details Background Color"
276
 
277
  #: src/Tribe/Customizer/Single_Event.php:110
278
  msgid "Post Title Color"
279
+ msgstr "Post Title Colour"
280
 
281
  #: src/Tribe/Customizer/Single_Event.php:78
282
  msgid "Single Event"
283
+ msgstr "Single Event"
284
 
285
  #: src/Tribe/Customizer/Month_Week_View.php:197
286
  msgid "Calendar Hightlight Color"
287
+ msgstr "Calendar Highlight Colour"
288
 
289
  #: src/Tribe/Customizer/Month_Week_View.php:175
290
  msgid "Calendar Table Color"
291
+ msgstr "Calendar Table Colour"
292
 
293
  #: src/Tribe/Customizer/Month_Week_View.php:144
294
  #: src/Tribe/Customizer/Single_Event.php:79 src/Tribe/Customizer/Widget.php:60
295
  msgid "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections"
296
+ msgstr "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections"
297
 
298
  #: src/Tribe/Customizer/Month_Week_View.php:143
299
  msgid "Month View"
300
+ msgstr "Month View"
301
 
302
  #: src/Tribe/Customizer/Global_Elements.php:211
303
  msgid "Map Pin"
304
+ msgstr "Map Pin"
305
 
306
  #: src/Tribe/Customizer/Global_Elements.php:189
307
  msgid "Button Color"
308
+ msgstr "Button Colour"
309
 
310
  #: src/Tribe/Customizer/Global_Elements.php:167
311
  msgid "Filter Bar Color"
312
+ msgstr "Filter Bar Colour"
313
 
314
  #: src/Tribe/Customizer/Global_Elements.php:145
315
  msgid "Link Color"
316
+ msgstr "Link Colour"
317
 
318
  #: src/Tribe/Customizer/Global_Elements.php:114
319
  msgid "Options selected here will override what was selected in the \"General Theme\" section"
320
+ msgstr "Options selected here will override what was selected in the \"General Theme\" section"
321
 
322
  #: src/Tribe/Customizer/Global_Elements.php:113
323
  msgid "Global Elements"
324
+ msgstr "Global Elements"
325
 
326
  #: src/Tribe/Customizer/General_Theme.php:339
327
  msgid "Custom"
328
+ msgstr "Custom"
329
 
330
  #: src/Tribe/Customizer/General_Theme.php:333
331
  msgid "Sunshine"
332
+ msgstr "Sunshine"
333
 
334
  #: src/Tribe/Customizer/General_Theme.php:327
335
  msgid "Skyfall"
336
+ msgstr "Skyfall"
337
 
338
  #: src/Tribe/Customizer/General_Theme.php:321
339
  msgid "Malacite"
340
+ msgstr "Malachite"
341
 
342
  #: src/Tribe/Customizer/General_Theme.php:315
343
  msgid "Lagoon"
344
+ msgstr "Lagoon"
345
 
346
  #: src/Tribe/Customizer/General_Theme.php:309
347
  msgid "Evergreen"
348
+ msgstr "Evergreen"
349
 
350
  #: src/Tribe/Customizer/General_Theme.php:303
351
  msgid "Default"
352
+ msgstr "Default"
353
 
354
  #: src/Tribe/Customizer/General_Theme.php:297
355
  msgid "Deep Sea"
356
+ msgstr "Deep Sea"
357
 
358
  #: src/Tribe/Customizer/General_Theme.php:291
359
  msgid "Blue Steel"
360
+ msgstr "Blue Steel"
361
 
362
  #: src/Tribe/Customizer/General_Theme.php:271
363
  msgid "If the Featured Events highlight color is set to Custom, the following color will be used:"
364
+ msgstr "If the Featured Events highlight colour is set to Custom, the following colour will be used:"
365
 
366
  #: src/Tribe/Customizer/General_Theme.php:248
367
  msgid "Featured Events Highlight Color"
368
+ msgstr "Featured Events Highlight Colour"
369
 
370
  #: src/Tribe/Customizer/General_Theme.php:228
371
  msgid "Accent Color"
372
+ msgstr "Accent Colour"
373
 
374
  #: src/Tribe/Customizer/General_Theme.php:197
375
  msgid "Global configurations for the styling of The Events Calendar"
376
+ msgstr "Global configurations for the styling of The Events Calendar"
377
 
378
  #: src/Tribe/Customizer/General_Theme.php:196
379
  msgid "General Theme"
380
+ msgstr "General Theme"
381
 
382
  #: src/Tribe/Customizer/Day_List_View.php:115
383
  msgid "Price Background Color"
384
+ msgstr "Price Background Colour"
385
 
386
  #: src/Tribe/Customizer/Day_List_View.php:83
387
  msgid "List-style Views"
388
+ msgstr "List-style Views"
389
 
390
  #: src/Tribe/Customizer/Day_List_View.php:75
391
  msgid "These settings impact all list-style views, including List View and Day View."
392
+ msgstr "These settings impact all list-style views, including List View and Day View."
393
 
394
  #: src/Tribe/Customizer/Day_List_View.php:72
395
  msgid "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections."
396
+ msgstr "Options selected here will override what was selected in the \"General Theme\" and \"Global Elements\" sections."
397
 
398
  #: src/Tribe/Asset/Dynamic.php:75
399
  msgid "This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%."
400
+ msgstr "This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%."
401
 
402
  #: src/Tribe/Asset/Dynamic.php:74
403
  msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%"
404
+ msgstr "This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%"
405
 
406
  #: src/Tribe/Asset/Dynamic.php:73
407
  msgid "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%"
408
+ msgstr "This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%"
409
 
410
  #: src/Tribe/Asset/Dynamic.php:72
411
  msgid "This event is all day on %%startdatewithyear%%."
412
+ msgstr "This event is all day on %%startdatewithyear%%."
413
 
414
  #: src/Tribe/Asset/Dynamic.php:71
415
  msgid "This event is at %%starttime%% on %%startdatewithyear%%."
416
+ msgstr "This event is at %%starttime%% on %%startdatewithyear%%."
417
 
418
  #: src/Tribe/Asset/Dynamic.php:70
419
  msgid "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
420
+ msgstr "This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%."
421
 
422
  #: src/Tribe/Asset/Dynamic.php:67
423
  msgid "Dec"
424
+ msgstr "Dec"
425
 
426
  #: src/Tribe/Asset/Dynamic.php:66
427
  msgid "Nov"
428
+ msgstr "Nov"
429
 
430
  #: src/Tribe/Asset/Dynamic.php:65
431
  msgid "Oct"
432
+ msgstr "Oct"
433
 
434
  #: src/Tribe/Asset/Dynamic.php:64
435
  msgid "Sep"
436
+ msgstr "Sep"
437
 
438
  #: src/Tribe/Asset/Dynamic.php:63
439
  msgid "Aug"
440
+ msgstr "Aug"
441
 
442
  #: src/Tribe/Asset/Dynamic.php:62
443
  msgid "Jul"
444
+ msgstr "Jul"
445
 
446
  #: src/Tribe/Asset/Dynamic.php:61
447
  msgid "Jun"
448
+ msgstr "Jun"
449
 
450
  #: src/Tribe/Asset/Dynamic.php:59
451
  msgid "Apr"
452
+ msgstr "Apr"
453
 
454
  #: src/Tribe/Asset/Dynamic.php:58
455
  msgid "Mar"
456
+ msgstr "Mar"
457
 
458
  #: src/Tribe/Asset/Dynamic.php:57
459
  msgid "Feb"
460
+ msgstr "Feb"
461
 
462
  #: src/Tribe/Asset/Dynamic.php:56
463
  msgid "Jan"
464
+ msgstr "Jan"
465
 
466
  #: src/Tribe/Asset/Dynamic.php:53
467
  msgid "December"
468
+ msgstr "December"
469
 
470
  #: src/Tribe/Asset/Dynamic.php:52
471
  msgid "November"
472
+ msgstr "November"
473
 
474
  #: src/Tribe/Asset/Dynamic.php:51
475
  msgid "October"
476
+ msgstr "October"
477
 
478
  #: src/Tribe/Asset/Dynamic.php:50
479
  msgid "September"
480
+ msgstr "September"
481
 
482
  #: src/Tribe/Asset/Dynamic.php:49
483
  msgid "August"
484
+ msgstr "August"
485
 
486
  #: src/Tribe/Asset/Dynamic.php:48
487
  msgid "July"
488
+ msgstr "July"
489
 
490
  #: src/Tribe/Asset/Dynamic.php:47
491
  msgid "June"
492
+ msgstr "June"
493
 
494
  #: src/Tribe/Asset/Dynamic.php:46 src/Tribe/Asset/Dynamic.php:60
495
  msgid "May"
496
+ msgstr "May"
497
 
498
  #: src/Tribe/Asset/Dynamic.php:45
499
  msgid "April"
500
+ msgstr "April"
501
 
502
  #: src/Tribe/Asset/Dynamic.php:44
503
  msgid "March"
504
+ msgstr "March"
505
 
506
  #: src/Tribe/Asset/Dynamic.php:43
507
  msgid "February"
508
+ msgstr "February"
509
 
510
  #: src/Tribe/Asset/Dynamic.php:42
511
  msgid "January"
512
+ msgstr "January"
513
 
514
  #: src/Tribe/Asset/Dynamic.php:39
515
  msgid "Sat"
516
+ msgstr "Sat"
517
 
518
  #: src/Tribe/Asset/Dynamic.php:38
519
  msgid "Fri"
520
+ msgstr "Fri"
521
 
522
  #: src/Tribe/Asset/Dynamic.php:37
523
  msgid "Thu"
524
+ msgstr "Thu"
525
 
526
  #: src/Tribe/Asset/Dynamic.php:36
527
  msgid "Wed"
528
+ msgstr "Wed"
529
 
530
  #: src/Tribe/Asset/Dynamic.php:35
531
  msgid "Tue"
532
+ msgstr "Tue"
533
 
534
  #: src/Tribe/Asset/Dynamic.php:34
535
  msgid "Mon"
536
+ msgstr "Mon"
537
 
538
  #: src/Tribe/Asset/Dynamic.php:33
539
  msgid "Sun"
540
+ msgstr "Sun"
541
 
542
  #: src/Tribe/Asset/Dynamic.php:30
543
  msgid "Saturday"
544
+ msgstr "Saturday"
545
 
546
  #: src/Tribe/Asset/Dynamic.php:29
547
  msgid "Friday"
548
+ msgstr "Friday"
549
 
550
  #: src/Tribe/Asset/Dynamic.php:28
551
  msgid "Thursday"
552
+ msgstr "Thursday"
553
 
554
  #: src/Tribe/Asset/Dynamic.php:27
555
  msgid "Wednesday"
556
+ msgstr "Wednesday"
557
 
558
  #: src/Tribe/Asset/Dynamic.php:26
559
  msgid "Tuesday"
560
+ msgstr "Tuesday"
561
 
562
  #: src/Tribe/Asset/Dynamic.php:25
563
  msgid "Monday"
564
+ msgstr "Monday"
565
 
566
  #: src/Tribe/Asset/Dynamic.php:24
567
  msgid "Sunday"
568
+ msgstr "Sunday"
569
 
570
  #: src/Tribe/Admin/Front_Page_View.php:18
571
  msgctxt "Static front page setting"
572
  msgid "Main events page"
573
+ msgstr "Main events page"
574
 
575
  #: common/src/Tribe/Settings.php:269 common/src/Tribe/Settings.php:270
576
  #: vendor/tickets/common/src/Tribe/Settings.php:269
577
  #: vendor/tickets/common/src/Tribe/Settings.php:270
578
  msgid "Events Help"
579
+ msgstr "Events Help"
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
+ msgstr "Expired licence. Consult your network administrator."
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
+ msgstr "No licence entered. Consult your network administrator."
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
+ msgstr "A valid licence has been entered by your network administrator."
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
+ msgstr "Site Licence Key"
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
+ msgstr "Check this box if you wish to override the network licence key with your own"
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
+ msgstr "Override network licence key"
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
615
+ msgstr "Licence Key Status:"
616
 
617
  #: common/src/Tribe/Customizer.php:566
618
  #: vendor/tickets/common/src/Tribe/Customizer.php:566
619
  msgid "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
620
+ msgstr "Use the following panel of your customizer to change the styling of your Calendar and Event pages."
621
 
622
  #: common/src/admin-views/app-shop.php:31
623
  #: vendor/tickets/common/src/admin-views/app-shop.php:31
624
  msgid "Installed"
625
+ msgstr "Installed"
626
 
627
  #: common/src/admin-views/app-shop.php:29
628
  #: vendor/tickets/common/src/admin-views/app-shop.php:29
629
  msgid "Installed Add-Ons"
630
+ msgstr "Installed Add-Ons"
631
 
632
  #: common/src/Tribe/Extension.php:368
633
  #: vendor/tickets/common/src/Tribe/Extension.php:368
634
  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."
635
+ msgstr "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."
636
 
637
  #: common/src/Tribe/Extension.php:144
638
  #: vendor/tickets/common/src/Tribe/Extension.php:144
639
  msgid "Tutorial"
640
+ msgstr "Tutorial"
641
 
642
  #: common/src/Tribe/Admin/Notice/Plugin_Download.php:92
643
  #: vendor/tickets/common/src/Tribe/Admin/Notice/Plugin_Download.php:92
644
  msgctxt "the final separator in a list of two or more items"
645
  msgid " and "
646
+ msgstr " and "
647
 
648
  #: common/src/Tribe/Admin/Notice/Plugin_Download.php:91
649
  #: vendor/tickets/common/src/Tribe/Admin/Notice/Plugin_Download.php:91
650
  msgctxt "separator used in a list of items"
651
  msgid ", "
652
+ msgstr ", "
653
 
654
  #: common/src/Tribe/Admin/Notice/Plugin_Download.php:75
655
  #: vendor/tickets/common/src/Tribe/Admin/Notice/Plugin_Download.php:75
656
  msgid "To begin using %1$s, please install and activate the latest version of %2$s."
657
+ msgstr "To begin using %1$s, please install and activate the latest version of %2$s."
658
 
659
  #: src/Tribe/Aggregator/Service.php:416
660
  msgid "Unknown service message"
661
+ msgstr "Unknown service message"
662
 
663
  #: src/Tribe/Aggregator/Record/List_Table.php:508
664
  msgid "Unknown"
665
+ msgstr "Unknown"
666
 
667
  #: src/Tribe/Aggregator/Record/Abstract.php:876
668
  msgid "When this import was last scheduled to run, the daily limit for your Event Aggregator license had already been reached."
669
+ msgstr "When this import was last scheduled to run, the daily limit for your Event Aggregator licence had already been reached."
670
 
671
  #: src/admin-views/aggregator/origins/refine.php:5
672
  msgid "Location"
673
+ msgstr "Location"
674
 
675
  #: src/admin-views/admin-welcome-message.php:26
676
  msgid "Stay in touch with The Events Calendar team. We send out periodic updates, key developer notices, and even the occasional discount."
677
+ msgstr "Stay in touch with The Events Calendar team. We send out periodic updates, key developer notices, and even the occasional discount."
678
 
679
  #: src/admin-views/admin-welcome-message.php:20
680
  msgid "Your ratings help us bring The Events Calendar to more users. More happy users mean more support, more features, and more of everything you know and love about The Events Calendar. We couldn't do this without your support."
681
+ msgstr "Your ratings help us bring The Events Calendar to more users. More happy users mean more support, more features, and more of everything you know and love about The Events Calendar. We couldn't do this without your support."
682
 
683
  #: vendor/tickets/src/views/tickets/rsvp.php:122
684
  msgctxt "order status label"
685
  msgid "RSVP"
686
+ msgstr "RSVP"
687
 
688
  #: vendor/tickets/src/views/tickets/rsvp.php:23
689
  msgctxt "form heading"
690
  msgid "RSVP"
691
+ msgstr "RSVP"
692
 
693
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:68
694
  msgctxt "order status label"
695
  msgid "RSVP: "
696
+ msgstr "RSVP: "
697
 
698
  #: vendor/tickets/src/views/tickets/email-tickets-moved.php:103
699
  msgid "We wanted to let you know that a ticket you purchased for %2$s has been transfered to %3$s%4$s. Your ticket remains valid and no further action is needed on your part:"
700
  msgid_plural "We wanted to let you know that the following %1$s tickets for %2$s have been transfered to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part:"
701
+ msgstr[0] "We wanted to let you know that a ticket you purchased for %2$s has been transferred to %3$s%4$s. Your ticket remains valid and no further action is needed on your part:"
702
+ msgstr[1] "We wanted to let you know that the following %1$s tickets for %2$s have been transferred to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part:"
703
 
704
  #: vendor/tickets/src/views/tickets/email-ticket-type-moved.php:115
705
  #: vendor/tickets/src/views/tickets/email-tickets-moved.php:117
706
  msgid " (taking place on %s)"
707
+ msgstr " (taking place on %s)"
708
 
709
  #: vendor/tickets/src/views/tickets/email-ticket-type-moved.php:101
710
  msgid "We wanted to let you know that your ticket for %2$s has been transfered to %3$s%4$s. Your ticket remains valid and no further action is needed on your part."
711
  msgid_plural "We wanted to let you know that your %1$s tickets for %2$s have been transfered to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part."
712
+ msgstr[0] "We wanted to let you know that your ticket for %2$s has been transferred to %3$s%4$s. Your ticket remains valid and no further action is needed on your part."
713
+ msgstr[1] "We wanted to let you know that your %1$s tickets for %2$s have been transferred to %3$s%4$s. Your existing tickets remain valid and no further action is needed on your part."
714
 
715
  #: vendor/tickets/src/views/tickets/email-ticket-type-moved.php:97
716
  #: vendor/tickets/src/views/tickets/email-tickets-moved.php:99
717
  msgid "Important changes to your tickets"
718
+ msgstr "Important changes to your tickets"
719
 
720
  #: vendor/tickets/src/admin-views/ticket-type-history.php:14
721
  msgid "Click to hide history"
722
+ msgstr "Click to hide history"
723
 
724
  #: vendor/tickets/src/admin-views/ticket-type-history.php:13
725
  msgid "Click to view the history"
726
+ msgstr "Click to view the history"
727
 
728
  #: vendor/tickets/src/admin-views/ticket-type-history.php:9
729
  msgid "Ticket history:"
730
+ msgstr "Ticket history:"
731
 
732
  #: vendor/tickets/src/admin-views/move-tickets.php:89
733
  msgctxt "move tickets dialog"
734
  msgid "Next &raquo;"
735
+ msgstr "Next &raquo;"
736
 
737
  #: vendor/tickets/src/admin-views/move-tickets.php:88
738
  msgid "Finish!"
739
+ msgstr "Finish!"
740
 
741
  #: vendor/tickets/src/admin-views/move-tickets.php:87
742
  msgctxt "move tickets dialog"
743
  msgid "&laquo; Back"
744
+ msgstr "&laquo; Back"
745
 
746
  #: vendor/tickets/src/admin-views/move-tickets.php:80
747
  msgctxt "move tickets dialog"
748
  msgid "Please be patient while your request is processed&hellip;"
749
+ msgstr "Please be patient while your request is processed&hellip;"
750
 
751
  #: vendor/tickets/src/admin-views/move-tickets.php:72
752
  msgid "Select the ticket type that the tickets should be transferred to:"
753
+ msgstr "Select the ticket type that the tickets should be transferred to:"
754
 
755
  #: vendor/tickets/src/admin-views/move-tickets.php:64
756
  msgid "Select the post you wish to move the ticket type to:"
757
+ msgstr "Select the post you wish to move the ticket type to:"
758
 
759
  #: vendor/tickets/src/admin-views/move-tickets.php:59
760
  msgid "You can also enter keywords to help find the target event by title or description:"
761
+ msgstr "You can also enter keywords to help find the target event by title or description:"
762
 
763
  #: vendor/tickets/src/admin-views/move-tickets.php:54
764
  msgid "You can optionally focus on a specific post type:"
765
+ msgstr "You can optionally focus on a specific post type:"
766
 
767
  #: vendor/tickets/src/admin-views/move-tickets.php:47
768
  msgid "Move tickets to a different event"
769
+ msgstr "Move tickets to a different event"
770
 
771
  #: vendor/tickets/src/admin-views/move-tickets.php:43
772
  msgid "Move to a different ticket type within the same event"
773
+ msgstr "Move to a different ticket type within the same event"
774
 
775
  #: vendor/tickets/src/admin-views/move-tickets.php:30
776
  msgid "You have selected %1$s ticket for %2$s. You can move it to a different ticket type within the same event, or to a different event."
777
  msgid_plural "You have selected %1$s tickets for %2$s. You can move them to a different ticket type within the same event, or to a different event."
778
+ msgstr[0] "You have selected %1$s ticket for %2$s. You can move it to a different ticket type within the same event, or to a different event."
779
+ msgstr[1] "You have selected %1$s tickets for %2$s. You can move them to a different ticket type within the same event, or to a different event."
780
 
781
  #: vendor/tickets/src/admin-views/move-tickets.php:25
782
  msgid "You have specified a range of attendees that are managed by different providers. It is not currently possible to move these together."
783
+ msgstr "You have specified a range of attendees that are managed by different providers. It is not currently possible to move these together."
784
 
785
  #: vendor/tickets/src/admin-views/move-tickets.php:19
786
  msgid "No attendees specified! Please try again."
787
+ msgstr "No attendees specified! Please try again."
788
 
789
  #: vendor/tickets/src/admin-views/list.php:67
790
  msgid "Move"
791
+ msgstr "Move"
792
 
793
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:51
794
  msgid "Addons for creating tickets, custom registration, events and more."
795
+ msgstr "Addons for creating tickets, custom registration, events and more."
796
 
797
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:397
798
  msgctxt "attendee export"
799
  msgid "Customer Email Address"
800
+ msgstr "Customer Email Address"
801
 
802
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:396
803
  msgctxt "attendee export"
804
  msgid "Customer Name"
805
+ msgstr "Customer Name"
806
 
807
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:395
808
  msgctxt "attendee export"
809
  msgid "Ticket #"
810
+ msgstr "Ticket #"
811
 
812
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:394
813
  msgctxt "attendee export"
814
  msgid "Order Status"
815
+ msgstr "Order Status"
816
 
817
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:393
818
  msgctxt "attendee export"
819
  msgid "Order ID"
820
+ msgstr "Order ID"
821
 
822
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:206
823
  msgid "You must first select one or more tickets before you can move them!"
824
+ msgstr "You must first select one or more tickets before you can move them!"
825
 
826
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:84
827
  msgid "Post type"
828
+ msgstr "Post type"
829
 
830
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:98
831
  msgctxt "attendee event actions"
832
  msgid "View"
833
+ msgstr "View"
834
 
835
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:97
836
  msgctxt "attendee event actions"
837
  msgid "Edit"
838
+ msgstr "Edit"
839
 
840
  #: vendor/tickets/src/Tribe/RSVP.php:275
841
  msgid "RSVP Ticket"
842
+ msgstr "RSVP Ticket"
843
 
844
  #: vendor/tickets/src/Tribe/RSVP.php:274
845
  msgid "RSVP Tickets"
846
+ msgstr "RSVP Tickets"
847
 
848
  #: vendor/tickets/src/Tribe/RSVP.php:158
849
  msgctxt "ticket provider"
850
  msgid "RSVP"
851
+ msgstr "RSVP"
852
 
853
  #: vendor/tickets/src/Tribe/RSVP/Attendance_Totals.php:39
854
  msgctxt "attendee summary"
855
  msgid "Not Going:"
856
+ msgstr "Not Going:"
857
 
858
  #: vendor/tickets/src/Tribe/RSVP/Attendance_Totals.php:38
859
  msgctxt "attendee summary"
860
  msgid "Going:"
861
+ msgstr "Going:"
862
 
863
  #: vendor/tickets/src/Tribe/RSVP/Attendance_Totals.php:37
864
  msgctxt "attendee summary"
865
  msgid "Total RSVPs:"
866
+ msgstr "Total RSVPs:"
867
 
868
  #: vendor/tickets/src/Tribe/Metabox.php:82
869
  msgid "Are you sure you want to delete this ticket? This cannot be undone."
870
+ msgstr "Are you sure you want to delete this ticket? This cannot be undone."
871
 
872
  #: vendor/tickets/src/Tribe/Main.php:713
873
  msgctxt "button text"
874
  msgid "RSVP"
875
+ msgstr "RSVP"
876
 
877
  #: vendor/tickets/src/Tribe/Main.php:578
878
  msgid "Welcome to Event Tickets"
879
+ msgstr "Welcome to Event Tickets"
880
 
881
  #: vendor/tickets/src/Tribe/CSV_Importer/Rows.php:49
882
  msgctxt "post type label"
883
  msgid "RSVPs"
884
+ msgstr "RSVPs"
885
 
886
  #: vendor/tickets/src/Tribe/CSV_Importer/Rows.php:35
887
  msgctxt "import type"
888
  msgid "RSVPs"
889
+ msgstr "RSVPs"
890
 
891
  #: vendor/tickets/src/Tribe/Attendees_Table.php:307
892
  msgctxt "row action"
893
  msgid "Delete"
894
+ msgstr "Delete"
895
 
896
  #: vendor/tickets/src/Tribe/Attendees_Table.php:304
897
  msgctxt "row action"
898
  msgid "Move"
899
+ msgstr "Move"
900
 
901
  #: vendor/tickets/src/Tribe/Attendees_Table.php:291
902
  msgctxt "row action"
903
  msgid "Check In"
904
+ msgstr "Check In"
905
 
906
  #: vendor/tickets/src/Tribe/Attendees_Table.php:290
907
  msgctxt "row action"
908
  msgid "Undo Check In"
909
+ msgstr "Undo Check In"
910
 
911
  #: vendor/tickets/src/Tribe/Attendees_Table.php:55
912
  msgctxt "attendee table"
913
  msgid "Status"
914
+ msgstr "Status"
915
 
916
  #: vendor/tickets/src/Tribe/Attendees_Table.php:52
917
  msgctxt "attendee table"
918
  msgid "Ticket"
919
+ msgstr "Ticket"
920
 
921
  #: vendor/tickets/src/Tribe/Attendance_Totals.php:30
922
  msgctxt "attendee summary"
923
  msgid "Deleted Attendees:"
924
+ msgstr "Deleted Attendees:"
925
 
926
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:120
927
  msgctxt "attendee summary"
928
  msgid "Checked in:"
929
+ msgstr "Checked in:"
930
 
931
  #: vendor/tickets/src/Tribe/Admin/Ticket_History.php:65
932
  msgid "No history available"
933
+ msgstr "No history available"
934
 
935
  #: vendor/tickets/src/Tribe/Admin/Ticket_History.php:35
936
  msgctxt "attendee table"
937
  msgid "Hide history"
938
+ msgstr "Hide history"
939
 
940
  #: vendor/tickets/src/Tribe/Admin/Ticket_History.php:34
941
  msgctxt "attendee table"
942
  msgid "View history"
943
+ msgstr "View history"
944
 
945
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:710
946
  msgid "This ticket was moved to %1$s from %2$s"
947
+ msgstr "This ticket was moved to %1$s from %2$s"
948
 
949
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:536
950
  msgid "This ticket was moved to %1$s %2$s from %3$s %4$s"
951
+ msgstr "This ticket was moved to %1$s %2$s from %3$s %4$s"
952
 
953
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:452
954
  msgid "%1$s attendee for %2$s was successfully %3$s. Please adjust stock manually as needed. This attendee will receive an email notifying them of the change."
955
  msgid_plural "%1$s attendees for %2$s were successfully moved to %3$s. Please adjust stock manually as needed. These attendees will receive an email notifying them of the change."
956
+ msgstr[0] "%1$s attendee for %2$s was successfully %3$s. Please adjust stock manually as needed. This attendee will receive an email notifying them of the change."
957
+ msgstr[1] "%1$s attendees for %2$s were successfully moved to %3$s. Please adjust stock manually as needed. These attendees will receive an email notifying them of the change."
958
 
959
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:445
960
  msgctxt "moved tickets success message fragment"
961
  msgid "moved to %s and"
962
+ msgstr "moved to %s and"
963
 
964
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:438
965
  msgctxt "moved tickets success message fragment"
966
  msgid "assigned to %s"
967
+ msgstr "assigned to %s"
968
 
969
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:430
970
  msgid "Tickets could not be moved: there was an unexpected failure during reassignment."
971
+ msgstr "Tickets could not be moved: there was an unexpected failure during reassignment."
972
 
973
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:422
974
  msgid "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
975
+ msgstr "Tickets could not be moved: valid ticket IDs or a destination ID were not provided."
976
 
977
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:225
978
  msgctxt "attendee screen bulk actions"
979
  msgid "Move"
980
+ msgstr "Move"
981
 
982
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:113
983
  msgid "Loading, please wait&hellip;"
984
+ msgstr "Loading, please wait&hellip;"
985
 
986
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:111
987
  msgid "No ticket types were found for this post."
988
+ msgstr "No ticket types were found for this post."
989
 
990
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:109
991
  msgid "No results found - you may need to widen your search criteria."
992
+ msgstr "No results found - you may need to widen your search criteria."
993
 
994
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:107
995
  msgid "Unable to update the post list. Please refresh the page and try again."
996
+ msgstr "Unable to update the post list. Please refresh the page and try again."
997
 
998
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:105
999
  msgid "Woops! We could not complete the requested operation due to an unforeseen problem."
1000
+ msgstr "Woops! We could not complete the requested operation due to an unforeseen problem."
1001
 
1002
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:68
1003
  msgid "Move Attendees"
1004
+ msgstr "Move Attendees"
1005
 
1006
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:267
1007
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:651
1008
  msgid "Changes to your tickets from %s"
1009
+ msgstr "Changes to your tickets from %s"
1010
 
1011
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:170
1012
  msgid "Ticket type was moved to <a href=\"%1$s\" target=\"_blank\">%2$s</a> from <a href=\"%3$s\" target=\"_blank\">%4$s</a>"
1013
+ msgstr "Ticket type was moved to <a href=\"%1$s\" target=\"_blank\">%2$s</a> from <a href=\"%3$s\" target=\"_blank\">%4$s</a>"
1014
 
1015
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:114
1016
  msgid "Ticket type %1$s for %2$s was successfully moved to %3$s. All previously sold tickets of this type have been transferred to %3$s. Please adjust stock manually as needed. %1$s ticket holders have received an email notifying them of the change. You may now close this window!"
1017
+ msgstr "Ticket type %1$s for %2$s was successfully moved to %3$s. All previously sold tickets of this type have been transferred to %3$s. Please adjust stock manually as needed. %1$s ticket holders have received an email notifying them of the change. You may now close this window!"
1018
 
1019
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:108
1020
  msgid "Ticket type could not be moved: unexpected failure during reassignment."
1021
+ msgstr "Ticket type could not be moved: unexpected failure during reassignment."
1022
 
1023
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:102
1024
  msgid "Ticket type could not be moved: the ticket type or destination post was invalid."
1025
+ msgstr "Ticket type could not be moved: the ticket type or destination post was invalid."
1026
 
1027
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:72
1028
  #: vendor/tickets/src/Tribe/Admin/Move_Tickets.php:250
1029
  msgid "All supported types"
1030
+ msgstr "All supported types"
1031
 
1032
  #: vendor/tickets/src/Tribe/Admin/Move_Ticket_Types.php:28
1033
  msgid "Move Ticket Types"
1034
+ msgstr "Move Ticket Types"
1035
 
1036
  #: src/views/single-event.php:28
1037
  msgctxt "%s Events plural label"
1038
  msgid "All %s"
1039
+ msgstr "All %s"
1040
 
1041
  #: src/io/csv/admin-views/header.php:17
1042
  msgid "Legacy Events Import"
1043
+ msgstr "Legacy Events Import"
1044
 
1045
  #: src/admin-views/widget-admin-list.php:41
1046
  msgid "Generate JSON-LD data"
1047
+ msgstr "Generate JSON-LD data"
1048
 
1049
  #: src/admin-views/tribe-options-addons-api.php:126
1050
  msgid "Some features and add-ons require you to enter an API key or log into a third-party website so that The Events Calendar can communicate with an outside source."
1051
+ msgstr "Some features and add-ons require you to enter an API key or log into a third-party website so that The Events Calendar can communicate with an outside source."
1052
 
1053
  #: src/admin-views/tribe-options-addons-api.php:99
1054
  msgid "%s to view your Meetup API Key"
1055
+ msgstr "%s to view your Meetup API Key"
1056
 
1057
  #: src/admin-views/tribe-options-addons-api.php:98
1058
  msgid "Meetup API Key"
1059
+ msgstr "Meetup API Key"
1060
 
1061
  #: src/admin-views/tribe-options-addons-api.php:94
1062
  msgid "You need a Meetup API Key to import your events from Meetup."
1063
+ msgstr "You need a Meetup API Key to import your events from Meetup."
1064
 
1065
  #: src/admin-views/tribe-options-addons-api.php:82
1066
  msgid "You need to connect Event Aggregator to Facebook to import your events from Facebook."
1067
+ msgstr "You need to connect Event Aggregator to Facebook to import your events from Facebook."
1068
 
1069
  #: src/admin-views/tribe-options-addons-api.php:60
1070
  msgid "Disconnect"
1071
+ msgstr "Disconnect"
1072
 
1073
  #: src/admin-views/tribe-options-addons-api.php:59
1074
  msgid "Refresh your connection to Facebook"
1075
+ msgstr "Refresh your connection to Facebook"
1076
 
1077
  #: src/admin-views/tribe-options-addons-api.php:57
1078
  msgid "Your Event Aggregator Facebook connection will expire %s."
1079
+ msgstr "Your Event Aggregator Facebook connection will expire %s."
1080
 
1081
  #: src/admin-views/tribe-options-addons-api.php:55
1082
  msgid "Your Event Aggregator Facebook connection has expired %s."
1083
+ msgstr "Your Event Aggregator Facebook connection has expired %s."
1084
 
1085
  #: src/admin-views/tribe-options-addons-api.php:52
1086
  msgid "Connect to Facebook"
1087
+ msgstr "Connect to Facebook"
1088
 
1089
  #: src/admin-views/tribe-options-addons-api.php:51
1090
  msgid "You need to connect to Facebook for Event Aggregator to work properly"
1091
+ msgstr "You need to connect to Facebook for Event Aggregator to work properly"
1092
 
1093
  #: src/admin-views/tribe-options-addons-api.php:46
1094
  msgid "Facebook Token"
1095
+ msgstr "Facebook Token"
1096
 
1097
  #: src/admin-views/create-organizer-fields.php:19
1098
  #: src/admin-views/organizer-meta-box.php:45
1099
  msgid "The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers."
1100
+ msgstr "The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers."
1101
 
1102
  #: src/admin-views/aggregator/tabs/import-form.php:239
1103
  msgid "Events will be imported with the timezone defined by the source. If no time zone is specified, events will be assigned your site's default timezone (see %1$sSettings > General%2$s)."
1104
+ msgstr "Events will be imported with the time zone defined by the source. If no time zone is specified, events will be assigned your site's default time zone (see %1$sSettings > General%2$s)."
1105
 
1106
  #: src/admin-views/aggregator/tabs/import-form.php:187
1107
  msgid "Category:"
1108
+ msgstr "Category:"
1109
 
1110
  #: src/admin-views/aggregator/tabs/import-form.php:175
1111
  msgid "Status:"
1112
+ msgstr "Status:"
1113
 
1114
  #: src/admin-views/aggregator/tabs/import-form.php:155
1115
  #: src/admin-views/aggregator/tabs/import-form.php:167
1116
  msgid "Start Time"
1117
+ msgstr "Start Time"
1118
 
1119
  #: src/admin-views/aggregator/tabs/import-form.php:151
1120
  #: src/admin-views/aggregator/tabs/import-form.php:163
1121
  msgid "Select All"
1122
+ msgstr "Select All"
1123
 
1124
  #: src/admin-views/aggregator/tabs/import-form.php:141
1125
  msgid "The following preview does not necessarily contain all of the data from your CSV file. The data displayed below is meant as a guide to help you map your CSV file's columns to the appropriate Event fields."
1126
+ msgstr "The following preview does not necessarily contain all of the data from your CSV file. The data displayed below is meant as a guide to help you map your CSV file's columns to the appropriate Event fields."
1127
 
1128
  #: src/admin-views/aggregator/tabs/import-form.php:135
1129
  msgid "Column Mapping:"
1130
+ msgstr "Column Mapping:"
1131
 
1132
  #: src/admin-views/aggregator/tabs/import-form.php:132
1133
  msgid "This is a preview of the type of content you will be getting in during the import based on what is on the calendar now."
1134
+ msgstr "This is a preview of the type of content you will be getting in during the import based on what is on the calendar now."
1135
 
1136
  #: src/admin-views/aggregator/tabs/import-form.php:122
1137
  msgid "When you save this scheduled import, the events above will begin importing."
1138
+ msgstr "When you save this scheduled import, the events above will begin importing."
1139
 
1140
  #: src/admin-views/aggregator/tabs/import-form.php:120
1141
  msgid "Select the Event Field that best matches your CSV file column. The contents of that column will then be mapped to the specified event field when the event is created."
1142
+ msgstr "Select the Event Field that best matches your CSV file column. The contents of that column will then be mapped to the specified event field when the event is created."
1143
 
1144
  #: src/admin-views/aggregator/tabs/import-form.php:118
1145
  msgid "These settings will also apply to events imported in the future via this scheduled import."
1146
+ msgstr "These settings will also apply to events imported in the future via this scheduled import."
1147
 
1148
  #: src/admin-views/aggregator/tabs/import-form.php:117
1149
  msgid "Choose a status for the event(s) to be imported with and/or define an Event Category to automatically assign. An assigned category will be added to the event in addition to any Event Categories from the import source."
1150
+ msgstr "Choose a status for the event(s) to be imported with and/or define an Event Category to automatically assign. An assigned category will be added to the event in addition to any Event Categories from the import source."
1151
 
1152
  #: src/admin-views/aggregator/tabs/import-form.php:75
1153
  msgid "Access more event sources and automatic imports!"
1154
+ msgstr "Access more event sources and automatic imports!"
1155
 
1156
  #: src/admin-views/aggregator/tabs/import-form.php:73
1157
  msgid "Buy Event Aggregator"
1158
+ msgstr "Buy Event Aggregator"
1159
 
1160
  #: src/admin-views/aggregator/tabs/import-form.php:39
1161
  msgid "Choose where you are importing from."
1162
+ msgstr "Choose where you are importing from."
1163
 
1164
  #: src/admin-views/aggregator/tabs/import-form.php:38
1165
  msgid "Select Origin"
1166
+ msgstr "Select Origin"
1167
 
1168
  #: src/admin-views/aggregator/tabs/import-form.php:37
1169
  msgid "Import Origin:"
1170
+ msgstr "Import Origin:"
1171
 
1172
  #: src/admin-views/aggregator/tabs/import-form.php:24
1173
  msgid "No Additional Categories"
1174
+ msgstr "No Additional Categories"
1175
 
1176
  #: src/admin-views/aggregator/status.php:197
1177
  msgid "Enter your API key"
1178
+ msgstr "Enter your API key"
1179
 
1180
  #: src/admin-views/aggregator/status.php:195
1181
  msgid "You have not entered a Meetup API key"
1182
+ msgstr "You have not entered a Meetup API key"
1183
 
1184
  #: src/admin-views/aggregator/status.php:191
1185
  msgid "API key entered"
1186
+ msgstr "API key entered"
1187
 
1188
  #: src/admin-views/aggregator/status.php:176
1189
  msgid "The service has disabled oAuth. Some types of events may not import."
1190
+ msgstr "The service has disabled oAuth. Some types of events may not import."
1191
 
1192
  #: src/admin-views/aggregator/status.php:175
1193
  msgid "Limited connectivity with Facebook"
1194
+ msgstr "Limited connectivity with Facebook"
1195
 
1196
  #: src/admin-views/aggregator/status.php:171
1197
  msgctxt "link for connecting facebook"
1198
  msgid "Connect to Facebook"
1199
+ msgstr "Connect to Facebook"
1200
 
1201
  #: src/admin-views/aggregator/status.php:169
1202
  msgid "You have not connected Event Aggregator to Facebook"
1203
+ msgstr "You have not connected Event Aggregator to Facebook"
1204
 
1205
  #: src/admin-views/aggregator/status.php:156
1206
  msgid "Third Party Accounts"
1207
+ msgstr "Third Party Accounts"
1208
 
1209
  #: src/admin-views/aggregator/status.php:144
1210
  msgid "Scheduler Status"
1211
+ msgstr "Scheduler Status"
1212
 
1213
  #: src/admin-views/aggregator/status.php:139
1214
  msgid "WP Cron enabled"
1215
+ msgstr "WP Cron enabled"
1216
 
1217
  #: src/admin-views/aggregator/status.php:137
1218
  msgid "Scheduled imports may not run reliably"
1219
+ msgstr "Scheduled imports may not run reliably"
1220
 
1221
  #: src/admin-views/aggregator/status.php:136
1222
  msgid "WP Cron not enabled"
1223
+ msgstr "WP Cron not enabled"
1224
 
1225
  #: src/admin-views/aggregator/status.php:124
1226
  msgid "Server Connection"
1227
+ msgstr "Server Connection"
1228
 
1229
  #. translators: %s: Event Aggregator Server URL
1230
  #: src/admin-views/aggregator/status.php:118
1231
  msgid "Connected to %s"
1232
+ msgstr "Connected to %s"
1233
 
1234
  #: src/admin-views/aggregator/status.php:112
1235
  msgid "The server is responding with an error:"
1236
+ msgstr "The server is responding with an error:"
1237
 
1238
  #: src/admin-views/aggregator/status.php:103
1239
  msgid "The server is not currently responding"
1240
+ msgstr "The server is not currently responding"
1241
 
1242
  #. translators: %s: Event Aggregator Server URL
1243
  #: src/admin-views/aggregator/status.php:102
1244
  #: src/admin-views/aggregator/status.php:110
1245
  msgid "Not connected to %s"
1246
+ msgstr "Not connected to %s"
1247
 
1248
  #: src/admin-views/aggregator/status.php:88
1249
  msgid "Import Services"
1250
+ msgstr "Import Services"
1251
 
1252
  #: src/admin-views/aggregator/status.php:77
1253
  msgid "Current usage"
1254
+ msgstr "Current usage"
1255
 
1256
  #: src/admin-views/aggregator/status.php:70
1257
  msgid "%1$d import used out of %2$d available today"
1258
  msgid_plural "%1$d imports used out of %2$d available today"
1259
+ msgstr[0] "%1$d import used out of %2$d available today"
1260
+ msgstr[1] "%1$d imports used out of %2$d available today"
1261
 
1262
  #: src/admin-views/aggregator/status.php:66
1263
  msgid "You are approaching your daily import limit. You may want to adjust your Scheduled Import frequencies."
1264
+ msgstr "You are approaching your daily import limit. You may want to adjust your Scheduled Import frequencies."
1265
 
1266
  #: src/admin-views/aggregator/status.php:63
1267
  msgid "You have reached your daily import limit. Scheduled imports will be paused until tomorrow."
1268
+ msgstr "You have reached your daily import limit. Scheduled imports will be paused until tomorrow."
1269
 
1270
  #: src/admin-views/aggregator/status.php:36
1271
  msgid "Check your license key"
1272
+ msgstr "Check your licence key"
1273
 
1274
  #: src/admin-views/aggregator/status.php:35
1275
  msgid "Your license is invalid"
1276
+ msgstr "Your licence is invalid"
1277
 
1278
  #: src/admin-views/aggregator/status.php:32
1279
  msgid "Buy Event Aggregator to access more event sources and automatic imports!"
1280
+ msgstr "Buy Event Aggregator to access more event sources and automatic imports!"
1281
 
1282
  #: src/admin-views/aggregator/status.php:30
1283
  msgid "You do not have a license"
1284
+ msgstr "You do not have a licence"
1285
 
1286
  #: src/admin-views/aggregator/status.php:23
1287
  msgid "Your license is valid"
1288
+ msgstr "Your licence is valid"
1289
 
1290
  #: src/admin-views/aggregator/status.php:14
1291
  msgid "License &amp; Usage"
1292
+ msgstr "Licence &amp; Usage"
1293
 
1294
  #: src/admin-views/aggregator/settings.php:416
1295
  #: src/admin-views/aggregator/settings.php:456
1296
  msgid "Imports"
1297
+ msgstr "Imports"
1298
 
1299
  #: src/admin-views/aggregator/settings.php:403
1300
  msgid "Check out Event Aggregator."
1301
+ msgstr "Check out Event Aggregator."
1302
 
1303
  #: src/admin-views/aggregator/settings.php:402
1304
  msgid "Use the options below to configure your imports. Looking for more ways to import events from other websites?"
1305
+ msgstr "Use the options below to configure your imports. Looking for more ways to import events from other websites?"
1306
 
1307
  #: src/admin-views/aggregator/settings.php:389
1308
  msgid "Global"
1309
+ msgstr "Global"
1310
 
1311
  #: src/admin-views/aggregator/settings.php:388
1312
  msgid "Update Authority"
1313
+ msgstr "Update Authority"
1314
 
1315
  #: src/admin-views/aggregator/settings.php:383
1316
  msgid "Help page"
1317
+ msgstr "Help page"
1318
 
1319
  #: src/admin-views/aggregator/settings.php:379
1320
  msgid "Use the options below to configure your imports. Global Import Settings apply to all imports, but you can also override the global settings by adjusting the origin-specific options. Check your Event Aggregator Service Status on the %1$s."
1321
+ msgstr "Use the options below to configure your imports. Global Import Settings apply to all imports, but you can also override the global settings by adjusting the origin-specific options. Check your Event Aggregator Service Status on the %1$s."
1322
 
1323
  #: src/admin-views/aggregator/settings.php:337
1324
  msgid "The default event category for events imported via Meetup"
1325
+ msgstr "The default event category for events imported via Meetup"
1326
 
1327
  #: src/admin-views/aggregator/settings.php:326
1328
  msgid "The default post status for events imported via Meetup"
1329
+ msgstr "The default post status for events imported via Meetup"
1330
 
1331
  #: src/admin-views/aggregator/settings.php:315
1332
  msgid "To import Meetup events, please be sure to add your Meetup API key on %1$sEvents > Settings > APIs%2$s"
1333
+ msgstr "To import Meetup events, please be sure to add your Meetup API key on %1$sEvents > Settings > APIs%2$s"
1334
 
1335
  #: src/admin-views/aggregator/settings.php:310
1336
  msgid "Meetup Import Settings"
1337
+ msgstr "Meetup Import Settings"
1338
 
1339
  #: src/admin-views/aggregator/settings.php:286
1340
  msgid "The default event category for events imported via Google Calendar"
1341
+ msgstr "The default event category for events imported via Google Calendar"
1342
 
1343
  #: src/admin-views/aggregator/settings.php:275
1344
  msgid "The default post status for events imported via Google Calendar"
1345
+ msgstr "The default post status for events imported via Google Calendar"
1346
 
1347
  #: src/admin-views/aggregator/settings.php:270
1348
  msgid "Google Calendar Import Settings"
1349
+ msgstr "Google Calendar Import Settings"
1350
 
1351
  #: src/admin-views/aggregator/settings.php:246
1352
  msgid "The default event category for events imported via Facebook"
1353
+ msgstr "The default event category for events imported via Facebook"
1354
 
1355
  #: src/admin-views/aggregator/settings.php:235
1356
  msgid "The default post status for events imported via Facebook"
1357
+ msgstr "The default post status for events imported via Facebook"
1358
 
1359
  #: src/admin-views/aggregator/settings.php:230
1360
  msgid "Facebook Import Settings"
1361
+ msgstr "Facebook Import Settings"
1362
 
1363
  #: src/admin-views/aggregator/settings.php:206
1364
  msgid "The default event category for events imported via .ics files"
1365
+ msgstr "The default event category for events imported via .ics files"
1366
 
1367
  #: src/admin-views/aggregator/settings.php:195
1368
  msgid "The default post status for events imported via .ics files"
1369
+ msgstr "The default post status for events imported via .ics files"
1370
 
1371
  #: src/admin-views/aggregator/settings.php:190
1372
  msgid "ICS File Import Settings"
1373
+ msgstr "ICS File Import Settings"
1374
 
1375
  #: src/admin-views/aggregator/settings.php:166
1376
  msgid "The default event category for events imported via iCalendar"
1377
+ msgstr "The default event category for events imported via iCalendar"
1378
 
1379
  #: src/admin-views/aggregator/settings.php:155
1380
  msgid "The default post status for events imported via iCalendar"
1381
+ msgstr "The default post status for events imported via iCalendar"
1382
 
1383
  #: src/admin-views/aggregator/settings.php:150
1384
  msgid "iCalendar Import Settings"
1385
+ msgstr "iCalendar Import Settings"
1386
 
1387
  #: src/admin-views/aggregator/settings.php:137
1388
  #: src/admin-views/aggregator/settings.php:177
1391
  #: src/admin-views/aggregator/settings.php:297
1392
  #: src/admin-views/aggregator/settings.php:348
1393
  msgid "Show Google Map by default on imported event and venues"
1394
+ msgstr "Show Google Map by default on imported event and venues"
1395
 
1396
  #: src/admin-views/aggregator/settings.php:136
1397
  #: src/admin-views/aggregator/settings.php:176
1400
  #: src/admin-views/aggregator/settings.php:296
1401
  #: src/admin-views/aggregator/settings.php:347
1402
  msgid "Show Google Map"
1403
+ msgstr "Show Google Map"
1404
 
1405
  #: src/admin-views/aggregator/settings.php:126
1406
  msgid "The default event category for events"
1407
+ msgstr "The default event category for events"
1408
 
1409
  #: src/admin-views/aggregator/settings.php:115
1410
  msgid "The default post status for events"
1411
+ msgstr "The default post status for events"
1412
 
1413
  #: src/admin-views/aggregator/settings.php:110
1414
  msgid "Global Import Settings"
1415
+ msgstr "Global Import Settings"
1416
 
1417
  #: src/admin-views/aggregator/settings.php:79
1418
  msgid "The default event category for events imported via CSV"
1419
+ msgstr "The default event category for events imported via CSV"
1420
 
1421
  #: src/admin-views/aggregator/settings.php:78
1422
  #: src/admin-views/aggregator/settings.php:125
1426
  #: src/admin-views/aggregator/settings.php:285
1427
  #: src/admin-views/aggregator/settings.php:336
1428
  msgid "Default Event Category"
1429
+ msgstr "Default Event Category"
1430
 
1431
  #: src/admin-views/aggregator/settings.php:68
1432
  msgid "The default post status for events imported via CSV"
1433
+ msgstr "The default post status for events imported via CSV"
1434
 
1435
  #: src/admin-views/aggregator/settings.php:67
1436
  #: src/admin-views/aggregator/settings.php:114
1440
  #: src/admin-views/aggregator/settings.php:274
1441
  #: src/admin-views/aggregator/settings.php:325
1442
  msgid "Default Status"
1443
+ msgstr "Default Status"
 
 
 
 
1444
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
+ msgstr "Do not re-import events. Changes made locally will be preserved."
1448
 
1449
  #: src/admin-views/aggregator/settings.php:53
1450
  msgid "Overwrite my event with any changes from the original source."
1451
+ msgstr "Overwrite my event with any changes from the original source."
1452
 
1453
  #: src/admin-views/aggregator/settings.php:44
1454
  msgid "You can make changes to imported events via The Events Calendar and see those changes reflected on your site’s calendar. The owner of the original event source (e.g. the iCalendar feed or Facebook group) might also make changes to their event. If you choose to re-import an altered event (manually or via a scheduled import), any changes made at the source or on your calendar will need to be addressed."
1455
+ msgstr "You can make changes to imported events via The Events Calendar and see those changes reflected on your site’s calendar. The owner of the original event source (e.g. the iCalendar feed or Facebook group) might also make changes to their event. If you choose to re-import an altered event (manually or via a scheduled import), any changes made at the source or on your calendar will need to be addressed."
1456
 
1457
  #: src/admin-views/aggregator/settings.php:40
1458
  #: src/admin-views/aggregator/settings.php:48
1459
  msgid "Event Update Authority"
1460
+ msgstr "Event Update Authority"
1461
 
1462
  #: src/admin-views/aggregator/settings.php:31
1463
  msgid "No"
1464
+ msgstr "No"
1465
 
1466
  #: src/admin-views/aggregator/settings.php:18
1467
  msgid "No default category"
1468
+ msgstr "No default category"
1469
 
1470
  #: src/admin-views/aggregator/settings.php:7
1471
  msgid "Use global import settings"
1472
+ msgstr "Use global import settings"
1473
 
1474
  #: src/admin-views/aggregator/origins/refine.php:52
1475
  msgid "Events on or after"
1476
+ msgstr "Events on or after"
1477
 
1478
  #: src/admin-views/aggregator/origins/refine.php:29
1479
  msgid "Refine:"
1480
+ msgstr "Refine:"
1481
 
1482
  #: src/admin-views/aggregator/origins/refine.php:23
1483
  msgid "Use the filters to narrow down which events are fetched from this iCalendar feed."
1484
+ msgstr "Use the filters to narrow down which events are fetched from this iCalendar feed."
1485
 
1486
  #: src/admin-views/aggregator/origins/refine.php:18
1487
  msgid "Use the filters to narrow down which events are fetched from this Google Calendar."
1488
+ msgstr "Use the filters to narrow down which events are fetched from this Google Calendar."
1489
 
1490
  #: src/admin-views/aggregator/origins/refine.php:14
1491
  msgid "Use the filters to narrow down which events are fetched from your ICS file."
1492
+ msgstr "Use the filters to narrow down which events are fetched from your ICS file."
1493
 
1494
  #: src/admin-views/aggregator/origins/refine.php:9
1495
  msgctxt "Radius with abbreviation"
1496
  msgid "Radius (%s)"
1497
+ msgstr "Radius (%s)"
1498
 
1499
  #: src/admin-views/aggregator/origins/refine.php:3
1500
  msgid "Keyword(s)"
1501
+ msgstr "Keyword(s)"
1502
 
1503
  #: src/admin-views/aggregator/origins/meetup.php:132
1504
  msgid "Enter the url for a Meetup group, page, or individual. You can also enter the url of a single Meetup event."
1505
+ msgstr "Enter the url for a Meetup group, page, or individual. You can also enter the url of a single Meetup event."
1506
 
1507
  #: src/admin-views/aggregator/origins/meetup.php:131
1508
  msgid "meetup.com/example"
1509
+ msgstr "meetup.com/example"
1510
 
1511
  #: src/admin-views/aggregator/origins/meetup.php:60
1512
  msgid "Save"
1513
+ msgstr "Save"
1514
 
1515
  #: src/admin-views/aggregator/origins/meetup.php:58
1516
  msgid "Meetup API Key:"
1517
+ msgstr "Meetup API Key:"
1518
 
1519
  #: src/admin-views/aggregator/origins/meetup.php:46
1520
  msgid "Your Meetup API key has been saved to %1$sEvents &gt; Settings &gt; APIs%2$s"
1521
+ msgstr "Your Meetup API key has been saved to %1$sEvents &gt; Settings &gt; APIs%2$s"
1522
 
1523
  #: src/admin-views/aggregator/origins/meetup.php:31
1524
  msgid "Enter your Meetup API key to import Meetup events. %1$sClick here to get your Meetup API key%2$s. You only need to do this once, it will be saved under %3$sEvents &gt; Settings &gt; APIs%4$s"
1525
+ msgstr "Enter your Meetup API key to import Meetup events. %1$sClick here to get your Meetup API key%2$s. You only need to do this once, it will be saved under %3$sEvents &gt; Settings &gt; APIs%4$s"
1526
 
1527
  #: src/admin-views/aggregator/origins/meetup.php:6
1528
  msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Meetup on a set schedule. Single events can be added via a one-time import."
1529
+ msgstr "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Meetup on a set schedule. Single events can be added via a one-time import."
1530
 
1531
  #: src/admin-views/aggregator/origins/ics.php:9
1532
  msgid "Upload an ICS File"
1533
+ msgstr "Upload an ICS File"
1534
 
1535
  #: src/admin-views/aggregator/origins/ics.php:6
1536
  msgid "Select your ICS file from the WordPress media library. You may need to first upload the file from your computer to the library."
1537
+ msgstr "Select your ICS file from the WordPress media library. You may need to first upload the file from your computer to the library."
1538
 
1539
  #: src/admin-views/aggregator/origins/ics.php:5
1540
  msgid "Choose File"
1541
+ msgstr "Choose File"
1542
 
1543
  #: src/admin-views/aggregator/origins/ical.php:76
1544
  msgid "Enter the url for the iCalendar feed you wish to import, e.g. https://central.wordcamp.org/calendar.ics"
1545
+ msgstr "Enter the url for the iCalendar feed you wish to import, e.g. https://central.wordcamp.org/calendar.ics"
1546
 
1547
  #: src/admin-views/aggregator/origins/ical.php:75
1548
  msgid "example.com/url.ics"
1549
+ msgstr "example.com/url.ics"
1550
 
1551
  #: src/admin-views/aggregator/origins/gcal.php:81
1552
  msgid "Copy the provided url into this field to import the events into your WordPress site."
1553
+ msgstr "Copy the provided url into this field to import the events into your WordPress site."
1554
 
1555
  #: src/admin-views/aggregator/origins/gcal.php:80
1556
  msgid "Scroll down to Calendar Address and click the iCal button (note: if your calendar is private, you'll need to click the iCal button next to the Private Address header instead)."
1557
+ msgstr "Scroll down to Calendar Address and click the iCal button (note: if your calendar is private, you'll need to click the iCal button next to the Private Address header instead)."
1558
 
1559
  #: src/admin-views/aggregator/origins/gcal.php:79
1560
  msgid "Go to Settings &gt; Calendars and select the calendar you wish to import."
1561
+ msgstr "Go to Settings &gt; Calendars and select the calendar you wish to import."
1562
 
1563
  #: src/admin-views/aggregator/origins/gcal.php:77
1564
  msgid "You can find the url you need in your Google Calendar settings."
1565
+ msgstr "You can find the url you need in your Google Calendar settings."
1566
 
1567
  #: src/admin-views/aggregator/origins/gcal.php:75
1568
  msgid "Enter the url for the Google Calendar feed you wish to import."
1569
+ msgstr "Enter the url for the Google Calendar feed you wish to import."
1570
 
1571
  #: src/admin-views/aggregator/origins/gcal.php:74
1572
  msgid "https://calendar.google.com/calendar/ical/example/basic.ics"
1573
+ msgstr "https://calendar.google.com/calendar/ical/example/basic.ics"
1574
 
1575
  #: src/admin-views/aggregator/origins/gcal.php:6
1576
  #: src/admin-views/aggregator/origins/ical.php:6
1577
  msgid "One-time imports include all events in the current feed, while scheduled imports automatically grab new events and updates from the feed on a set schedule."
1578
+ msgstr "One-time imports include all events in the current feed, while scheduled imports automatically grab new events and updates from the feed on a set schedule."
1579
 
1580
  #: src/admin-views/aggregator/origins/facebook.php:104
1581
  msgid "Enter the url for a Facebook group or page. You can also enter the url of a single Facebook event."
1582
+ msgstr "Enter the url for a Facebook group or page. You can also enter the url of a single Facebook event."
1583
 
1584
  #: src/admin-views/aggregator/origins/facebook.php:103
1585
  msgid "facebook.com/example"
1586
+ msgstr "facebook.com/example"
1587
 
1588
  #: src/admin-views/aggregator/origins/facebook.php:62
1589
  #: src/admin-views/aggregator/origins/gcal.php:35
1590
  #: src/admin-views/aggregator/origins/ical.php:35
1591
  #: src/admin-views/aggregator/origins/meetup.php:90
1592
  msgid "One-Time Import"
1593
+ msgstr "One-Time Import"
1594
 
1595
  #: src/admin-views/aggregator/origins/facebook.php:51
1596
  #: src/admin-views/aggregator/origins/facebook.php:63
1601
  #: src/admin-views/aggregator/origins/meetup.php:79
1602
  #: src/admin-views/aggregator/origins/meetup.php:91
1603
  msgid "Scheduled Import"
1604
+ msgstr "Scheduled Import"
1605
 
1606
  #: src/admin-views/aggregator/origins/facebook.php:38
1607
  msgid "Log into Facebook"
1608
+ msgstr "Log into Facebook"
1609
 
1610
  #: src/admin-views/aggregator/origins/facebook.php:32
1611
  msgid "Please log in to enable event imports from Facebook."
1612
+ msgstr "Please log in to enable event imports from Facebook."
1613
 
1614
  #: src/admin-views/aggregator/origins/facebook.php:11
1615
  #: src/admin-views/aggregator/origins/gcal.php:11
1616
  #: src/admin-views/aggregator/origins/ical.php:11
1617
  #: src/admin-views/aggregator/origins/meetup.php:11
1618
  msgid "Select how often you would like events to be automatically imported."
1619
+ msgstr "Select how often you would like events to be automatically imported."
1620
 
1621
  #: src/admin-views/aggregator/origins/facebook.php:10
1622
  #: src/admin-views/aggregator/origins/gcal.php:10
1623
  #: src/admin-views/aggregator/origins/ical.php:10
1624
  #: src/admin-views/aggregator/origins/meetup.php:10
1625
  msgid "Select Frequency"
1626
+ msgstr "Select Frequency"
1627
 
1628
  #: src/admin-views/aggregator/origins/facebook.php:6
1629
  msgid "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Facebook on a set schedule. Single events can be added via a one-time import."
1630
+ msgstr "One-time imports include all currently listed events, while scheduled imports automatically grab new events and updates from Facebook on a set schedule. Single events can be added via a one-time import."
1631
 
1632
  #: src/admin-views/aggregator/origins/facebook.php:5
1633
  #: src/admin-views/aggregator/origins/gcal.php:5
1634
  #: src/admin-views/aggregator/origins/ical.php:5
1635
  #: src/admin-views/aggregator/origins/meetup.php:5
1636
  msgid "Select Import Type"
1637
+ msgstr "Select Import Type"
1638
 
1639
  #: src/admin-views/aggregator/origins/eventbrite.php:23
1640
  msgid "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/example-12345"
1641
+ msgstr "Enter an Eventbrite event URL, e.g. https://www.eventbrite.com/e/example-12345"
1642
 
1643
  #: src/admin-views/aggregator/origins/csv.php:76
1644
  #: src/admin-views/aggregator/origins/facebook.php:125
1647
  #: src/admin-views/aggregator/origins/ics.php:44
1648
  #: src/admin-views/aggregator/origins/meetup.php:153
1649
  msgid "Preview"
1650
+ msgstr "Preview"
1651
 
1652
  #: src/admin-views/aggregator/origins/csv.php:68
1653
  #: src/admin-views/aggregator/origins/ics.php:34
1654
  msgid "No file chosen"
1655
+ msgstr "No file chosen"
1656
 
1657
  #: src/admin-views/aggregator/origins/csv.php:43
1658
  msgid "Upload a CSV File"
1659
+ msgstr "Upload a CSV File"
1660
 
1661
  #: src/admin-views/aggregator/origins/csv.php:42
1662
  #: src/admin-views/aggregator/origins/ics.php:8
1663
  msgid "Upload"
1664
+ msgstr "Upload"
1665
 
1666
  #: src/admin-views/aggregator/origins/csv.php:41
1667
  msgid "Select your .CSV file from the WordPress media library. You may need to first upload the file from your computer to the library."
1668
+ msgstr "Select your .CSV file from the WordPress media library. You may need to first upload the file from your computer to the library."
1669
 
1670
  #: src/admin-views/aggregator/origins/csv.php:40
1671
  msgid "Choose a CSV file"
1672
+ msgstr "Choose a CSV file"
1673
 
1674
  #: src/admin-views/aggregator/origins/csv.php:39
1675
  #: src/admin-views/aggregator/origins/ics.php:4
1676
  msgid "Choose File:"
1677
+ msgstr "Choose File:"
1678
 
1679
  #: src/admin-views/aggregator/origins/csv.php:8
1680
  msgid "For the best results, import venue and organizer files before importing event files."
1681
+ msgstr "For the best results, import venue and organizer files before importing event files."
1682
 
1683
  #: src/admin-views/aggregator/origins/csv.php:6
1684
  msgid "Specify the type of content you wish to import, e.g. events."
1685
+ msgstr "Specify the type of content you wish to import, e.g. events."
1686
 
1687
  #: src/admin-views/aggregator/origins/csv.php:5
1688
  msgid "Select Content Type"
1689
+ msgstr "Select Content Type"
1690
 
1691
  #: src/admin-views/aggregator/origins/csv.php:4
1692
  msgid "Content Type:"
1693
+ msgstr "Content Type:"
1694
 
1695
  #: src/admin-views/aggregator/meta-box.php:45
1696
  msgid "Change Event Update Authority"
1697
+ msgstr "Change Event Update Authority"
1698
 
1699
  #: src/admin-views/aggregator/meta-box.php:36
1700
  msgid "This event will not be re-imported and changes made locally will be preserved."
1701
+ msgstr "This event will not be re-imported and changes made locally will be preserved."
1702
 
1703
  #: src/admin-views/aggregator/meta-box.php:29
1704
  msgid "If this event is re-imported, event fields that have not been changed locally will be overwritten with any changes from the source."
1705
+ msgstr "If this event is re-imported, event fields that have not been changed locally will be overwritten with any changes from the source."
1706
 
1707
  #: src/admin-views/aggregator/meta-box.php:23
1708
  msgid "If this event is re-imported, event fields will be overwritten with any changes from the source."
1709
+ msgstr "If this event is re-imported, event fields will be overwritten with any changes from the source."
1710
 
1711
  #: src/admin-views/aggregator/meta-box.php:9
1712
  msgid "Last Import:"
1713
+ msgstr "Last Import:"
1714
 
1715
  #: src/admin-views/admin-welcome-message.php:29
1716
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:33
1717
  msgid "News and Announcements"
1718
+ msgstr "News and Announcements"
1719
 
1720
  #: src/admin-views/admin-welcome-message.php:28
1721
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:29
1722
  msgid "Developer News"
1723
+ msgstr "Developer News"
1724
 
1725
  #: src/admin-views/admin-welcome-message.php:21
1726
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:20
1727
  msgid "Rate us today!"
1728
+ msgstr "Rate us today!"
1729
 
1730
  #: src/admin-views/aggregator/origins/eventbrite.php:22
1731
  msgid "Eventbrite URL"
1732
+ msgstr "Eventbrite URL"
1733
 
1734
  #: src/admin-views/admin-welcome-message.php:19
1735
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:18
1736
  msgid "We Need Your Help"
1737
+ msgstr "We Need Your Help"
1738
 
1739
  #: src/Tribe/Utils/Radius.php:55
1740
  msgctxt "Abbreviation for the kilometers unit of measure"
1741
  msgid "km"
1742
+ msgstr "km"
1743
 
1744
  #: src/Tribe/Utils/Radius.php:53
1745
  msgctxt "Abbreviation for the miles unit of measure"
1746
  msgid "mi"
1747
+ msgstr "mi"
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
+ msgstr "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1752
 
1753
  #: src/Tribe/Importer/Admin_Page.php:76 src/Tribe/Importer/Admin_Page.php:77
1754
  msgid "Legacy Import"
1755
+ msgstr "Legacy Import"
1756
 
1757
  #: src/Tribe/Ignored_Events.php:859
1758
  msgid "Migration: %d Legacy Ignored Post was migrated sucessfully. To see the migrated event you will first need to refresh this screen."
1759
  msgid_plural "Migration: %d Legacy Ignored Posts were migrated sucessfully. To see the migrated events you will first need to refresh this screen."
1760
+ msgstr[0] "Migration: %d Legacy Ignored Post was migrated successfully. To see the migrated event you will first need to refresh this screen."
1761
+ msgstr[1] "Migration: %d Legacy Ignored Posts were migrated successfully. To see the migrated events you will first need to refresh this screen."
1762
 
1763
  #: src/Tribe/Ignored_Events.php:852
1764
  msgid "Event %d: %s"
1765
+ msgstr "Event %d: %s"
1766
 
1767
  #: src/Tribe/Ignored_Events.php:840
1768
  msgid "Migration: %d Legacy Ignored Post failed to be migrated."
1769
  msgid_plural "Migration: %d Legacy Ignored Posts failed to be migrated."
1770
+ msgstr[0] "Migration: %d Legacy Ignored Post failed to be migrated."
1771
+ msgstr[1] "Migration: %d Legacy Ignored Posts failed to be migrated."
1772
 
1773
  #: src/Tribe/Ignored_Events.php:828
1774
  msgid "Migration: %d Legacy Ignored Post was migrated but %d failed. To see the migrated event you will first need to refresh this screen."
1775
  msgid_plural "Migration: %d Legacy Ignored Posts were migrated but %d failed. To see the migrated events you will first need to refresh this screen."
1776
+ msgstr[0] "Migration: %d Legacy Ignored Post was migrated but %d failed. To see the migrated event you will first need to refresh this screen."
1777
+ msgstr[1] "Migration: %d Legacy Ignored Posts were migrated but %d failed. To see the migrated events you will first need to refresh this screen."
1778
 
1779
  #: src/Tribe/Ignored_Events.php:804
1780
  msgid "There were no Legacy Events to be Migrated, you are ready to rock!"
1781
+ msgstr "There were no Legacy Events to be Migrated, you are ready to rock!"
1782
 
1783
  #: src/Tribe/Ignored_Events.php:797
1784
  msgid "You do not have permission to migrate Legacy Ignored Events"
1785
+ msgstr "You do not have permission to migrate Legacy Ignored Events"
1786
 
1787
  #: src/Tribe/Ignored_Events.php:790
1788
  msgid "Error, a unknown bug happened and it was impossible to migrate the Legacy Ignored Events, try again later."
1789
+ msgstr "Error, a unknown bug happened and it was impossible to migrate the Legacy Ignored Events, try again later."
1790
 
1791
  #: src/Tribe/Ignored_Events.php:710
1792
  msgid "Ignored <span class=\"count\">(%s)</span>"
1793
  msgid_plural "Ignored <span class=\"count\">(%s)</span>"
1794
+ msgstr[0] "Ignored <span class=\"count\">(%s)</span>"
1795
+ msgstr[1] "Ignored <span class=\"count\">(%s)</span>"
1796
 
1797
  #. translators: %s: post title
1798
  #: src/Tribe/Ignored_Events.php:425
1799
  msgid "Delete &#8220;%s&#8221; permanently"
1800
+ msgstr "Delete &#8220;%s&#8221; permanently"
1801
 
1802
  #: src/Tribe/Ignored_Events.php:418
1803
  msgid "Restore"
1804
+ msgstr "Restore"
1805
 
1806
  #. translators: %s: post title
1807
  #: src/Tribe/Ignored_Events.php:417
1808
  msgid "Restore &#8220;%s&#8221; from the Ignored"
1809
+ msgstr "Restore &#8220;%s&#8221; from the Ignored"
1810
 
1811
  #. translators: %s: post title
1812
  #: src/Tribe/Ignored_Events.php:388
1813
  msgid "Move &#8220;%s&#8221; to the Trash"
1814
+ msgstr "Move &#8220;%s&#8221; to the Trash"
1815
 
1816
  #: src/Tribe/Ignored_Events.php:333 src/Tribe/Ignored_Events.php:335
1817
  #: src/admin-views/aggregator/meta-box.php:5
1818
  msgid "Source:"
1819
+ msgstr "Source:"
1820
 
1821
  #: src/Tribe/Ignored_Events.php:307
1822
  msgid "Last Import"
1823
+ msgstr "Last Import"
1824
 
1825
  #: src/Tribe/Ignored_Events.php:306 src/admin-views/aggregator/meta-box.php:14
1826
  msgid "The last time this event was imported and/or updated via import."
1827
+ msgstr "The last time this event was imported and/or updated via import."
1828
 
1829
  #: src/Tribe/Ignored_Events.php:304
1830
  msgid "Source"
1831
+ msgstr "Source"
1832
 
1833
  #: src/Tribe/Ignored_Events.php:275
1834
  msgid "%s post restored."
1835
  msgid_plural "%s posts restored."
1836
+ msgstr[0] "%s post restored."
1837
+ msgstr[1] "%s posts restored."
1838
 
1839
  #: src/Tribe/Ignored_Events.php:223 src/Tribe/Ignored_Events.php:267
1840
  msgid "Error restoring from Ignored Events."
1841
+ msgstr "Error restoring from Ignored Events."
1842
 
1843
  #: src/Tribe/Ignored_Events.php:219 src/Tribe/Ignored_Events.php:261
1844
  msgid "You do not have permission to restore this post."
1845
+ msgstr "You do not have permission to restore this post."
1846
 
1847
  #: src/Tribe/Ignored_Events.php:165
1848
  msgid "Migrate Legacy Ignored Events"
1849
+ msgstr "Migrate Legacy Ignored Events"
1850
 
1851
  #: src/Tribe/Ignored_Events.php:164
1852
  msgctxt "link to knowlegebase article"
1853
  msgid "Read more about Ignored Events."
1854
+ msgstr "Read more about Ignored Events."
1855
 
1856
  #: src/Tribe/Ignored_Events.php:163
1857
  msgid "Event Aggregator includes a new, better system for removing unwanted imported events from your calendar. Click the button below to transition previously deleted events. This process will remove unwanted records from your database and include recent or upcoming trashed events in your Ignored archive."
1858
+ msgstr "Event Aggregator includes a new, better system for removing unwanted imported events from your calendar. Click the button below to transition previously deleted events. This process will remove unwanted records from your database and include recent or upcoming trashed events in your Ignored archive."
1859
 
1860
  #: src/Tribe/Utils/Radius.php:28
1861
  msgctxt "X (kilometers abbreviation)"
1862
  msgid "%1$s (km)"
1863
+ msgstr "%1$s (km)"
1864
 
1865
  #: src/Tribe/Utils/Radius.php:18
1866
  msgctxt "X (miles abbreviation)"
1867
  msgid "%1$s (mi)"
1868
+ msgstr "%1$s (mi)"
1869
 
1870
  #: src/Tribe/Ignored_Events.php:140
1871
  #: vendor/tickets/src/Tribe/Attendees_Table.php:401
1872
  #: vendor/tickets/src/Tribe/Attendees_Table.php:421
1873
  msgid "Undo"
1874
+ msgstr "Undo"
1875
 
1876
  #: src/Tribe/Ignored_Events.php:129
1877
  msgid "and %s post moved to Ignored."
1878
  msgid_plural "and %s posts moved to Ignored."
1879
+ msgstr[0] "and %s post moved to Ignored."
1880
+ msgstr[1] "and %s posts moved to Ignored."
1881
 
1882
  #: src/Tribe/Ignored_Events.php:128
1883
  msgid "%s post moved to the Trash"
1884
  msgid_plural "%s posts moved to the Trash"
1885
+ msgstr[0] "%s post moved to the Trash"
1886
+ msgstr[1] "%s posts moved to the Trash"
1887
 
1888
  #: src/Tribe/Ignored_Events.php:125
1889
  msgid "post moved to Ignored."
1890
  msgid_plural "posts moved to Ignored."
1891
+ msgstr[0] "post moved to Ignored."
1892
+ msgstr[1] "posts moved to Ignored."
1893
 
1894
  #: src/Tribe/Ignored_Events.php:44
1895
  msgid "Ignored events do not show on the calendar but can be updated with future imports"
1896
+ msgstr "Ignored events do not show on the calendar but can be updated with future imports"
1897
 
1898
  #: src/Tribe/Ignored_Events.php:43 src/Tribe/Ignored_Events.php:389
1899
  msgid "Hide & Ignore"
1900
+ msgstr "Hide & Ignore"
1901
 
1902
  #: src/Tribe/Ignored_Events.php:39 src/Tribe/Ignored_Events.php:459
1903
  #: src/Tribe/Ignored_Events.php:709
1904
  msgid "Ignored"
1905
+ msgstr "Ignored"
1906
 
1907
  #: src/Tribe/Ignored_Events.php:36
1908
  msgid "Ignored events that are deleted will be removed permanently. They can be recreated via import."
1909
+ msgstr "Ignored events that are deleted will be removed permanently. They can be recreated via import."
1910
 
1911
  #: src/Tribe/Ignored_Events.php:35 src/Tribe/Ignored_Events.php:51
1912
  #: src/Tribe/Ignored_Events.php:426
1913
  msgid "Delete Permanently"
1914
+ msgstr "Delete Permanently"
1915
 
1916
  #: src/Tribe/Aggregator.php:407
1917
  msgid "Renew your Event Aggregator Facebook token"
1918
+ msgstr "Renew your Event Aggregator Facebook token"
1919
 
1920
  #: src/Tribe/Aggregator.php:402
1921
  msgid "Your Event Aggregator Facebook token will expire %s."
1922
+ msgstr "Your Event Aggregator Facebook token will expire %s."
1923
 
1924
  #: src/Tribe/Aggregator.php:400
1925
  msgid "Your Event Aggregator Facebook token has expired %s."
1926
+ msgstr "Your Event Aggregator Facebook token has expired %s."
1927
 
1928
  #: src/Tribe/Aggregator.php:352
1929
  msgid "Successfully connected Event Aggregator to Facebook"
1930
+ msgstr "Successfully connected Event Aggregator to Facebook"
1931
 
1932
  #: src/Tribe/Aggregator.php:322
1933
  msgid "You must use an integer to reduce the daily import limit"
1934
+ msgstr "You must use an integer to reduce the daily import limit"
1935
 
1936
  #: src/Tribe/Aggregator.php:85
1937
  msgid "Event Aggregator System Status"
1938
+ msgstr "Event Aggregator System Status"
1939
 
1940
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:367
1941
  msgid "Enter Event Aggregator License"
1942
+ msgstr "Enter Event Aggregator Licence"
1943
 
1944
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:361
1945
  msgid "To continue using scheduled imports, please enter a valid Event Aggregator license key under %1$sEvents > Settings > Licenses%2$s."
1946
+ msgstr "To continue using scheduled imports, please enter a valid Event Aggregator licence key under %1$sEvents > Settings > Licences%2$s."
1947
 
1948
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:356
1949
  msgid "All scheduled imports are currently suspended, and no events will be imported."
1950
+ msgstr "All scheduled imports are currently suspended, and no events will be imported."
1951
 
1952
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:256
1953
  msgid "Successfully %s %d scheduled import"
1954
+ msgstr "Successfully %s %d scheduled import"
1955
 
1956
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:246
1957
  msgid "Error: %d scheduled import was not %s."
1958
+ msgstr "Error: %d scheduled import was not %s."
1959
 
1960
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:193
1961
  msgid "deactivated"
1962
+ msgstr "deactivated"
1963
 
1964
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:189
1965
  msgid "reactivated"
1966
+ msgstr "reactivated"
1967
 
1968
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:185
1969
  msgid "delete"
1970
+ msgstr "delete"
1971
 
1972
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:181
1973
  msgid "queued"
1974
+ msgstr "queued"
1975
 
1976
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:94
1977
  msgid "Scheduled Imports"
1978
+ msgstr "Scheduled Imports"
1979
 
1980
  #: src/Tribe/Aggregator/Tabs/New.php:536
1981
  msgid "Renew your Event Aggregator license"
1982
+ msgstr "Renew your Event Aggregator licence"
1983
 
1984
  #: src/Tribe/Aggregator/Tabs/New.php:533
1985
  msgid "Renew your license in order to import events from Facebook, iCalendar, Google, or Meetup."
1986
+ msgstr "Renew your licence in order to import events from Facebook, iCalendar, Google, or Meetup."
1987
 
1988
  #: src/Tribe/Aggregator/Tabs/New.php:532
1989
  msgid "Your Event Aggregator license is expired."
1990
+ msgstr "Your Event Aggregator licence is expired."
1991
 
1992
  #: src/Tribe/Aggregator/Tabs/New.php:512
1993
  msgid "Learn More"
1994
+ msgstr "Learn More"
1995
 
1996
  #: src/Tribe/Aggregator/Tabs/New.php:507 src/Tribe/Aggregator/Tabs/New.php:514
1997
  msgid "opens in a new window"
1998
+ msgstr "opens in a new window"
1999
 
2000
  #: src/Tribe/Aggregator/Tabs/New.php:505
2001
  msgid "Buy It Now"
2002
+ msgstr "Buy It Now"
2003
 
2004
  #: src/Tribe/Aggregator/Tabs/New.php:502
2005
  msgid "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
2006
+ msgstr "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
2007
 
2008
  #: src/Tribe/Aggregator/Tabs/New.php:500
2009
  msgid "Import Using Event Aggregator"
2010
+ msgstr "Import Using Event Aggregator"
2011
 
2012
  #: src/Tribe/Aggregator/Tabs/New.php:428
2013
  msgid "Unable to save credentials"
2014
+ msgstr "Unable to save credentials"
2015
 
2016
  #: src/Tribe/Aggregator/Tabs/New.php:421
2017
  msgid "Credentials have been saved"
2018
+ msgstr "Credentials have been saved"
2019
 
2020
  #: src/Tribe/Aggregator/Tabs/New.php:412
2021
  msgid "The Meetup API key is required."
2022
+ msgstr "The Meetup API key is required."
2023
 
2024
  #: src/Tribe/Aggregator/Tabs/New.php:403
2025
  msgid "Invalid credential save nonce"
2026
+ msgstr "Invalid credential save nonce"
2027
 
2028
  #: src/Tribe/Aggregator/Tabs/New.php:393
2029
  msgid "Invalid credential save request"
2030
+ msgstr "Invalid credential save request"
2031
 
2032
  #: src/Tribe/Aggregator/Tabs/New.php:382
2033
  msgid "View your scheduled imports."
2034
+ msgstr "View your scheduled imports."
2035
 
2036
  #: src/Tribe/Aggregator/Tabs/New.php:378
2037
  msgid "The next import is scheduled for %1$s."
2038
+ msgstr "The next import is scheduled for %1$s."
2039
 
2040
  #: src/Tribe/Aggregator/Tabs/New.php:373
2041
  msgctxt "separator between date and time"
2042
  msgid " at "
2043
+ msgstr " at "
2044
 
2045
  #: src/Tribe/Aggregator/Tabs/New.php:369
2046
  msgid "Your scheduled import was saved and the first import is complete!"
2047
+ msgstr "Your scheduled import was saved and the first import is complete!"
2048
 
2049
  #: src/Tribe/Aggregator/Tabs/New.php:356
2050
  msgid "View your event categories"
2051
+ msgstr "View your event categories"
2052
 
2053
  #: src/Tribe/Aggregator/Tabs/New.php:352
2054
  msgid "%1$d new event category was created."
2055
  msgid_plural "%1$d new event categories were created."
2056
+ msgstr[0] "%1$d new event category was created."
2057
+ msgstr[1] "%1$d new event categories were created."
2058
 
2059
  #: src/Tribe/Aggregator/Tabs/New.php:343
2060
  msgid "View your event organizers"
2061
+ msgstr "View your event organizers"
2062
 
2063
  #: src/Tribe/Aggregator/Tabs/New.php:339
2064
  msgid "%1$d new organizer was imported."
2065
  msgid_plural "%1$d new organizers were imported."
2066
+ msgstr[0] "%1$d new organizer was imported."
2067
+ msgstr[1] "%1$d new organizers were imported."
2068
 
2069
  #: src/Tribe/Aggregator/Tabs/New.php:331
2070
  msgid "View your event venues"
2071
+ msgstr "View your event venues"
2072
 
2073
  #: src/Tribe/Aggregator/Tabs/New.php:327
2074
  msgid "%1$d new venue was imported."
2075
  msgid_plural "%1$d new venues were imported."
2076
+ msgstr[0] "%1$d new venue was imported."
2077
+ msgstr[1] "%1$d new venues were imported."
2078
 
2079
  #: src/Tribe/Aggregator/Tabs/New.php:317
2080
  msgid "View all %s"
2081
+ msgstr "View all %s"
2082
 
2083
  #: src/Tribe/Aggregator/Tabs/New.php:309
2084
  msgid "No %1$s were imported or updated."
2085
+ msgstr "No %1$s were imported or updated."
2086
 
2087
  #: src/Tribe/Aggregator/Tabs/New.php:302
2088
  msgid "%1$d new image was imported."
2089
  msgid_plural "%1$d new images were imported."
2090
+ msgstr[0] "%1$d new image was imported."
2091
+ msgstr[1] "%1$d new images were imported."
2092
 
2093
  #: src/Tribe/Aggregator/Tabs/New.php:293
2094
  msgid "%1$d already-imported %2$s was skipped."
2095
  msgid_plural "%1$d already-imported %2$s were skipped."
2096
+ msgstr[0] "%1$d already-imported %2$s was skipped."
2097
+ msgstr[1] "%1$d already-imported %2$s were skipped."
2098
 
2099
  #: src/Tribe/Aggregator/Tabs/New.php:282
2100
  msgid "%1$d existing %2$s was updated."
2101
  msgid_plural "%1$d existing %2$s were updated."
2102
+ msgstr[0] "%1$d existing %2$s was updated."
2103
+ msgstr[1] "%1$d existing %2$s were updated."
2104
 
2105
  #: src/Tribe/Aggregator/Tabs/New.php:270
2106
  msgid "%1$d new %2$s was imported."
2107
  msgid_plural "%1$d new %2$s were imported."
2108
+ msgstr[0] "%1$d new %2$s was imported."
2109
+ msgstr[1] "%1$d new %2$s were imported."
2110
 
2111
  #: src/Tribe/Aggregator/Tabs/New.php:206
2112
  msgid "1 import was scheduled."
2113
+ msgstr "1 import was scheduled."
2114
 
2115
  #: src/Tribe/Aggregator/Tabs/New.php:82
2116
  msgid "New Import"
2117
+ msgstr "New Import"
2118
 
2119
  #: src/Tribe/Aggregator/Tabs/History.php:93
2120
  msgid "History"
2121
+ msgstr "History"
2122
 
2123
  #: src/Tribe/Aggregator/Tabs/History.php:55
2124
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:57
2125
  msgid "Records per page"
2126
+ msgstr "Records per page"
2127
 
2128
  #: src/Tribe/Aggregator/Tabs/Favorite.php:37
2129
  msgid "Favorite Imports"
2130
+ msgstr "Favourite Imports"
2131
 
2132
  #: src/Tribe/Aggregator/Tabs/Edit.php:142
2133
  msgid "Your Scheduled Import has been updated!"
2134
+ msgstr "Your Scheduled Import has been updated!"
2135
 
2136
  #: src/Tribe/Aggregator/Tabs/Edit.php:136
2137
  msgid "View All Scheduled Imports"
2138
+ msgstr "View All Scheduled Imports"
2139
 
2140
  #: src/Tribe/Aggregator/Tabs/Edit.php:130
2141
  msgid "Scheduled import was successfully updated."
2142
+ msgstr "Scheduled import was successfully updated."
2143
 
2144
  #: src/Tribe/Aggregator/Tabs/Edit.php:52
2145
  msgid "Edit Import"
2146
+ msgstr "Edit Import"
2147
 
2148
  #: src/Tribe/Aggregator/Tabs/Abstract.php:122
2149
  msgid "Please provide a Meetup URL when importing from Meetup."
2150
+ msgstr "Please provide a Meetup URL when importing from Meetup."
2151
 
2152
  #: src/Tribe/Aggregator/Tabs/Abstract.php:118
2153
  msgid "Please provide a Facebook URL when importing from Facebook."
2154
+ msgstr "Please provide a Facebook URL when importing from Facebook."
2155
 
2156
  #: src/Tribe/Aggregator/Tabs/Abstract.php:110
2157
  msgid "Please provide the URL that you wish to import."
2158
+ msgstr "Please provide the URL that you wish to import."
2159
 
2160
  #: src/Tribe/Aggregator/Tabs/Abstract.php:106
2161
  msgid "Please provide the file that you wish to import."
2162
+ msgstr "Please provide the file that you wish to import."
2163
 
2164
  #: src/Tribe/Aggregator/Tabs/Abstract.php:59
2165
  msgid "There was a problem processing your import. Please try again."
2166
+ msgstr "There was a problem processing your import. Please try again."
2167
 
2168
  #: src/Tribe/Aggregator/Service.php:195
2169
  msgid "Connection timed out while transferring the feed. If you are dealing with large feeds you may need to customize the tribe_aggregator_connection_timeout filter."
2170
+ msgstr "Connection timed out while transferring the feed. If you are dealing with large feeds you may need to customize the tribe_aggregator_connection_timeout filter."
2171
 
2172
  #: src/Tribe/Aggregator/Service.php:85
2173
  msgid "Import queued"
2174
+ msgstr "Import queued"
2175
 
2176
  #: src/Tribe/Aggregator/Service.php:84
2177
  msgid "Import is complete"
2178
+ msgstr "Import is complete"
2179
 
2180
  #: src/Tribe/Aggregator/Service.php:83
2181
  msgid "Successfully loaded import origins"
2182
+ msgstr "Successfully loaded import origins"
2183
 
2184
  #: src/Tribe/Aggregator/Service.php:82
2185
  msgid "Successfully fetched Facebook Token"
2186
+ msgstr "Successfully fetched Facebook Token"
2187
 
2188
  #: src/Tribe/Aggregator/Service.php:81
2189
  msgid "Import created"
2190
+ msgstr "Import created"
2191
 
2192
  #: src/Tribe/Aggregator/Service.php:80
2193
  msgid "Success"
2194
+ msgstr "Success"
2195
 
2196
  #: src/Tribe/Aggregator/Service.php:79
2197
  msgid "The import will be starting soon."
2198
+ msgstr "The import will be starting soon."
2199
 
2200
  #: src/Tribe/Aggregator/Service.php:78
2201
  msgid "The import is in progress."
2202
+ msgstr "The import is in progress."
2203
 
2204
  #: src/Tribe/Aggregator/Service.php:76
2205
  msgid "Event Aggregator cannot reach Meetup.com because you exceeded the request limit for your Meetup API key."
2206
+ msgstr "Event Aggregator cannot reach Meetup.com because you exceeded the request limit for your Meetup API key."
2207
 
2208
  #: src/Tribe/Aggregator/Service.php:75
2209
  msgid "Your Meetup API key is invalid."
2210
+ msgstr "Your Meetup API key is invalid."
2211
 
2212
  #: src/Tribe/Aggregator/Service.php:74
2213
  msgid "The file provided could not be opened. Please confirm that it is a properly formatted .ics file."
2214
+ msgstr "The file provided could not be opened. Please confirm that it is a properly formatted .ics file."
2215
 
2216
  #: src/Tribe/Aggregator/Service.php:73
2217
  msgid "The URL provided did not have events in the proper format."
2218
+ msgstr "The URL provided did not have events in the proper format."
2219
 
2220
  #: src/Tribe/Aggregator/Service.php:72
2221
  msgid "The import failed for an unknown reason. Please try again. If the problem persists, please contact support."
2222
+ msgstr "The import failed for an unknown reason. Please try again. If the problem persists, please contact support."
2223
 
2224
  #: src/Tribe/Aggregator/Service.php:71
2225
  msgid "The image associated with your event is not accessible with your API key."
2226
+ msgstr "The image associated with your event is not accessible with your API key."
2227
 
2228
  #: src/Tribe/Aggregator/Service.php:70
2229
  msgid "The image associated with your event could not be imported."
2230
+ msgstr "The image associated with your event could not be imported."
2231
 
2232
  #: src/Tribe/Aggregator/Service.php:69
2233
  msgid "The URL provided failed to load."
2234
+ msgstr "The URL provided failed to load."
2235
 
2236
  #: src/Tribe/Aggregator/Service.php:68
2237
  msgid "The URL provided could not be reached."
2238
+ msgstr "The URL provided could not be reached."
2239
 
2240
  #: src/Tribe/Aggregator/Service.php:67
2241
  msgid "Events cannot be imported because Facebook has returned an error. This could mean that the event ID does not exist, the event or source is marked as Private, or the event or source has been otherwise restricted by Facebook. You can <a href=\"https://theeventscalendar.com/knowledgebase/import-errors/\" target=\"_blank\">read more about Facebook restrictions in our knowledgebase</a>."
2242
+ msgstr "Events cannot be imported because Facebook has returned an error. This could mean that the event ID does not exist, the event or source is marked as Private, or the event or source has been otherwise restricted by Facebook. You can <a href=\"https://theeventscalendar.com/knowledgebase/import-errors/\" target=\"_blank\">read more about Facebook restrictions in our knowledgebase</a>."
2243
 
2244
  #: src/Tribe/Aggregator/Service.php:66
2245
  msgid "The import parameters were invalid."
2246
+ msgstr "The import parameters were invalid."
2247
 
2248
  #: src/Tribe/Aggregator/Service.php:65
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
+ msgstr "Sorry, but something went wrong. Please try again."
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
+ msgstr[0] "Draft <span class=\"count\">(%s)</span>"
2257
+ msgstr[1] "Draft <span class=\"count\">(%s)</span>"
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
+ msgstr "Draft"
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
+ msgstr[0] "Pending <span class=\"count\">(%s)</span>"
2269
+ msgstr[1] "Pending <span class=\"count\">(%s)</span>"
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
+ msgstr "Pending"
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
+ msgstr[0] "Schedule <span class=\"count\">(%s)</span>"
2281
+ msgstr[1] "Schedule <span class=\"count\">(%s)</span>"
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
+ msgstr "Schedule"
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
+ msgstr[0] "Failed <span class=\"count\">(%s)</span>"
2293
+ msgstr[1] "Failed <span class=\"count\">(%s)</span>"
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
+ msgstr "Failed"
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
+ msgstr[0] "Imported <span class=\"count\">(%s)</span>"
2305
+ msgstr[1] "Imported <span class=\"count\">(%s)</span>"
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
+ msgstr "Imported"
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
+ msgstr "No Aggregator Records found in Trash."
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
+ msgstr "No Aggregator Records found."
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
+ msgstr "Parent Aggregator Record:"
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
+ msgstr "Search Aggregator Records"
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
+ msgstr "All Aggregator Records"
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
+ msgstr "View Aggregator Record"
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
+ msgstr "Edit Aggregator Record"
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
+ msgstr "New Aggregator Record"
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
+ msgstr "Add New Aggregator Record"
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
+ msgstr "Add New"
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
+ msgstr "Aggregator Record"
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
+ msgstr "Aggregator Records"
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
+ msgstr "Aggregator Record"
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
+ msgstr "Aggregator Records"
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
+ msgstr "Events Aggregator Record"
2376
 
2377
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:170
2378
  msgid "Unable to continue inserting data. Please reload this page to continue/try again."
2379
+ msgstr "Unable to continue inserting data. Please reload this page to continue/try again."
2380
 
2381
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:94
2382
  msgid "Skipped:"
2383
+ msgstr "Skipped:"
2384
 
2385
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:93
2386
  msgid "Updated:"
2387
+ msgstr "Updated:"
2388
 
2389
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:92
2390
  msgid "Created:"
2391
+ msgstr "Created:"
2392
 
2393
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:88
2394
  msgid "Your import is currently in progress. Don't worry, you can safely navigate away&ndash;the import will continue in the background."
2395
+ msgstr "Your import is currently in progress. Don't worry, you can safely navigate away&ndash;the import will continue in the background."
2396
 
2397
  #: src/Tribe/Aggregator/Record/Queue_Processor.php:211
2398
  msgid "Could not process queue for Import Record %1$d: %2$s"
2399
+ msgstr "Could not process queue for Import Record %1$d: %2$s"
2400
 
2401
  #: src/Tribe/Aggregator/Record/List_Table.php:603
2402
  msgid "Select %s"
2403
+ msgstr "Select %s"
2404
 
2405
  #: src/Tribe/Aggregator/Record/List_Table.php:568
2406
  #: src/Tribe/Aggregator/Record/List_Table.php:577
2407
  #: src/Tribe/Aggregator/Record/List_Table.php:585
2408
  msgid "updated"
2409
+ msgstr "updated"
2410
 
2411
  #: src/Tribe/Aggregator/Record/List_Table.php:566
2412
  #: src/Tribe/Aggregator/Record/List_Table.php:574
2413
  #: src/Tribe/Aggregator/Record/List_Table.php:582
2414
  msgid "new"
2415
+ msgstr "new"
2416
 
2417
  #: src/Tribe/Aggregator/Record/List_Table.php:563
2418
  msgid "Latest Import:"
2419
+ msgstr "Latest Import:"
2420
 
2421
  #: src/Tribe/Aggregator/Record/List_Table.php:561
2422
  msgid "all time"
2423
+ msgstr "all time"
2424
 
2425
  #: src/Tribe/Aggregator/Record/List_Table.php:544
2426
  msgid "One Time"
2427
+ msgstr "One Time"
2428
 
2429
  #: src/Tribe/Aggregator/Record/List_Table.php:541
2430
  msgid "Invalid Frequency"
2431
+ msgstr "Invalid Frequency"
2432
 
2433
  #: src/Tribe/Aggregator/Record/List_Table.php:525 src/Tribe/Aggregator.php:390
2434
  #: src/Tribe/Ignored_Events.php:349
2435
  #: src/admin-views/tribe-options-addons-api.php:36
2436
  msgctxt "in human readable time"
2437
  msgid "in about %s"
2438
+ msgstr "in about %s"
2439
 
2440
  #: src/Tribe/Aggregator/Record/List_Table.php:523 src/Tribe/Aggregator.php:388
2441
  #: src/Tribe/Ignored_Events.php:347
2442
  #: src/admin-views/tribe-options-addons-api.php:34
2443
  msgctxt "human readable time ago"
2444
  msgid "about %s ago"
2445
+ msgstr "about %s ago"
2446
 
2447
  #: src/Tribe/Aggregator/Record/List_Table.php:485
2448
  msgid "Radius:"
2449
+ msgstr "Radius:"
2450
 
2451
  #: src/Tribe/Aggregator/Record/List_Table.php:473
2452
  msgid "Keywords:"
2453
+ msgstr "Keywords:"
2454
 
2455
  #: src/Tribe/Aggregator/Record/List_Table.php:460
2456
  #: src/Tribe/Ignored_Events.php:329
2457
  msgctxt "record via origin"
2458
  msgid "via "
2459
+ msgstr "via "
2460
 
2461
  #: src/Tribe/Aggregator/Record/List_Table.php:424
2462
  msgid "Import preview"
2463
+ msgstr "Import preview"
2464
 
2465
  #: src/Tribe/Aggregator/Record/List_Table.php:420
2466
  msgid "Import pending"
2467
+ msgstr "Import pending"
2468
 
2469
  #: src/Tribe/Aggregator/Record/List_Table.php:416
2470
  msgid "Import schedule"
2471
+ msgstr "Import schedule"
2472
 
2473
  #: src/Tribe/Aggregator/Record/List_Table.php:404
2474
  msgid "Import failed"
2475
+ msgstr "Import failed"
2476
 
2477
  #: src/Tribe/Aggregator/Record/List_Table.php:400
2478
  msgid "Import completed"
2479
+ msgstr "Import completed"
2480
 
2481
  #: src/Tribe/Aggregator/Record/List_Table.php:370
2482
  msgid "Run Import"
2483
+ msgstr "Run Import"
2484
 
2485
  #: src/Tribe/Aggregator/Record/List_Table.php:369
2486
  msgid "Start an import from this source now, regardless of schedule."
2487
+ msgstr "Start an import from this source now, regardless of schedule."
2488
 
2489
  #: src/Tribe/Aggregator/Record/List_Table.php:324
2490
  msgctxt "column name"
2491
  msgid "# Imported"
2492
+ msgstr "# Imported"
2493
 
2494
  #: src/Tribe/Aggregator/Record/List_Table.php:321
2495
  msgctxt "column name"
2496
  msgid "When"
2497
+ msgstr "When"
2498
 
2499
  #: src/Tribe/Aggregator/Record/List_Table.php:320
2500
  msgctxt "column name"
2501
  msgid "Type"
2502
+ msgstr "Type"
2503
 
2504
  #: src/Tribe/Aggregator/Record/List_Table.php:315
2505
  msgctxt "column name"
2506
  msgid "Last Import"
2507
+ msgstr "Last Import"
2508
 
2509
  #: src/Tribe/Aggregator/Record/List_Table.php:314
2510
  msgctxt "column name"
2511
  msgid "Frequency"
2512
+ msgstr "Frequency"
2513
 
2514
  #: src/Tribe/Aggregator/Record/List_Table.php:313
2515
  #: src/Tribe/Aggregator/Record/List_Table.php:319
2516
  msgctxt "column name"
2517
  msgid "Source"
2518
+ msgstr "Source"
2519
 
2520
  #: src/Tribe/Aggregator/Record/List_Table.php:277
2521
  msgctxt "records"
2522
  msgid "All <span class=\"count\">(%s)</span>"
2523
  msgid_plural "All <span class=\"count\">(%s)</span>"
2524
+ msgstr[0] "All <span class=\"count\">(%s)</span>"
2525
+ msgstr[1] "All <span class=\"count\">(%s)</span>"
2526
 
2527
  #: src/Tribe/Aggregator/Record/List_Table.php:244
2528
  msgid "Apply"
2529
+ msgstr "Apply"
2530
 
2531
  #: src/Tribe/Aggregator/Record/List_Table.php:228
2532
  #: src/Tribe/Aggregator/Record/List_Table.php:229
2533
  msgid "Bulk Actions"
2534
+ msgstr "Bulk Actions"
2535
 
2536
  #: src/Tribe/Aggregator/Record/List_Table.php:181
2537
  msgid "Filter"
2538
+ msgstr "Filter"
2539
 
2540
  #: src/Tribe/Aggregator/Record/List_Table.php:163
2541
  #: src/Tribe/Aggregator/Record/List_Table.php:164
2542
  msgid "Filter By Frequency"
2543
+ msgstr "Filter By Frequency"
2544
 
2545
  #: src/Tribe/Aggregator/Record/List_Table.php:144
2546
  #: src/Tribe/Aggregator/Record/List_Table.php:145
2547
  msgid "Filter By Origin"
2548
+ msgstr "Filter By Origin"
2549
 
2550
  #: src/Tribe/Aggregator/Record/ICS.php:33
2551
  msgid "ICS"
2552
+ msgstr "ICS"
2553
 
2554
  #: src/Tribe/Aggregator/Record/Eventbrite.php:14
2555
  msgid "Eventbrite"
2556
+ msgstr "Eventbrite"
2557
 
2558
  #: src/Tribe/Aggregator/Record/Abstract.php:835
2559
  msgid "Deleted Attachment: %d"
2560
+ msgstr "Deleted Attachment: %d"
2561
 
2562
  #: src/Tribe/Aggregator/Record/Abstract.php:348
2563
  msgid "Record: "
2564
+ msgstr "Record: "
2565
 
2566
  #: src/Tribe/Aggregator/Page.php:397
2567
  msgid "Manage Active Plugins"
2568
+ msgstr "Manage Active Plugins"
2569
 
2570
  #: src/Tribe/Aggregator/Page.php:384
2571
  msgid "It looks like you are using our legacy plugin, %1$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugin plus enhanced functionality. For best results, please deactivate %1$s."
2572
  msgid_plural "It looks like you are using our legacy plugins, %1$s and %2$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugins plus enhanced functionality. For best results, please deactivate %1$s and %2$s."
2573
+ msgstr[0] "It looks like you are using our legacy plugin, %1$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugin plus enhanced functionality. For best results, please deactivate %1$s."
2574
+ msgstr[1] "It looks like you are using our legacy plugins, %1$s and %2$s, along with our new Event Aggregator service. Event Aggregator includes all the features of the legacy plugins plus enhanced functionality. For best results, please deactivate %1$s and %2$s."
2575
 
2576
  #: src/Tribe/Aggregator/Page.php:98
2577
  msgid "Your preview is taking a bit longer than expected, but it <i>is</i> still being generated."
2578
+ msgstr "Your preview is taking a bit longer than expected, but it <i>is</i> still being generated."
2579
 
2580
  #: src/Tribe/Aggregator/Page.php:97
2581
  msgid "If all goes according to plan, you will have your preview in a few moments."
2582
+ msgstr "If all goes according to plan, you will have your preview in a few moments."
2583
 
2584
  #: src/Tribe/Aggregator/Page.php:96
2585
  msgid "Please continue to wait while your preview is generated."
2586
+ msgstr "Please continue to wait while your preview is generated."
2587
 
2588
  #: src/Tribe/Aggregator/Page.php:95
2589
  msgid "Please wait while your preview is fetched."
2590
+ msgstr "Please wait while your preview is fetched."
2591
 
2592
  #: src/Tribe/Aggregator/Page.php:93
2593
  msgid "Hide Filters"
2594
+ msgstr "Hide Filters"
2595
 
2596
  #: src/Tribe/Aggregator/Page.php:92
2597
  #: src/Tribe/Aggregator/Record/List_Table.php:469
2598
  msgid "View Filters"
2599
+ msgstr "View Filters"
2600
 
2601
  #: src/Tribe/Aggregator/Page.php:91
2602
  msgid "Removing this scheduled import will stop automatic imports from the source. No events will be deleted."
2603
+ msgstr "Removing this scheduled import will stop automatic imports from the source. No events will be deleted."
2604
 
2605
  #: src/Tribe/Aggregator/Page.php:90
2606
  msgid "Your preview doesn't have any records to import."
2607
+ msgstr "Your preview doesn't have any records to import."
2608
 
2609
  #: src/Tribe/Aggregator/Page.php:89
2610
  msgid "Your import must include at least one event"
2611
+ msgstr "Your import must include at least one event"
2612
 
2613
  #: src/Tribe/Aggregator/Page.php:87
2614
  msgid "Save Scheduled Import"
2615
+ msgstr "Save Scheduled Import"
2616
 
2617
  #: src/Tribe/Aggregator/Page.php:86
2618
  msgid "Import Checked (%d)"
2619
+ msgstr "Import Checked (%d)"
2620
 
2621
  #: src/Tribe/Aggregator/Page.php:85
2622
  msgid "Import All"
2623
+ msgstr "Import All"
2624
 
2625
  #: src/Tribe/Aggregator/Page.php:84
2626
  msgid "Import All (%d)"
2627
+ msgstr "Import All (%d)"
2628
 
2629
  #: src/Tribe/Aggregator/Page.php:83
2630
  msgid "There was an error fetching the results from your import:"
2631
+ msgstr "There was an error fetching the results from your import:"
2632
 
2633
  #: src/Tribe/Aggregator/Page.php:82
2634
  msgid "The preview is taking longer than expected. Please try again in a moment."
2635
+ msgstr "The preview is taking longer than expected. Please try again in a moment."
2636
 
2637
  #: src/Tribe/Aggregator/Page.php:81
2638
  msgctxt "Meridian: pm"
2639
  msgid "PM"
2640
+ msgstr "PM"
2641
 
2642
  #: src/Tribe/Aggregator/Page.php:80
2643
  msgctxt "Meridian: am"
2644
  msgid "AM"
2645
+ msgstr "AM"
2646
 
2647
  #: src/Tribe/Aggregator/Migrate.php:435
2648
  msgid "Success! The settings from iCal Importer have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
2649
+ msgstr "Success! The settings from iCal Importer have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
2650
 
2651
  #: src/Tribe/Aggregator/Migrate.php:379
2652
  msgid "We did not find any iCal Importer settings to migrate."
2653
+ msgstr "We did not find any iCal Importer settings to migrate."
2654
 
2655
  #: src/Tribe/Aggregator/Migrate.php:372
2656
  msgid "You do not have permission to migrate iCal Importer settings to Event Aggregator"
2657
+ msgstr "You do not have permission to migrate iCal Importer settings to Event Aggregator"
2658
 
2659
  #: src/Tribe/Aggregator/Migrate.php:365
2660
  msgid "Error: we were not able to migrate your iCal Importer settings to Event Aggregator. Please try again later."
2661
+ msgstr "Error: we were not able to migrate your iCal Importer settings to Event Aggregator. Please try again later."
2662
 
2663
  #: src/Tribe/Aggregator/Migrate.php:348
2664
  msgid "Success! The settings from Facebook Events have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
2665
+ msgstr "Success! The settings from Facebook Events have been migrated to Event Aggregator. You can view your migrated imports on the Scheduled Imports tab."
2666
 
2667
  #: src/Tribe/Aggregator/Migrate.php:294
2668
  msgid "We did not find any Facebook Events settings to migrate."
2669
+ msgstr "We did not find any Facebook Events settings to migrate."
2670
 
2671
  #: src/Tribe/Aggregator/Migrate.php:287
2672
  msgid "You do not have permission to migrate Facebook Events settings to Event Aggregator"
2673
+ msgstr "You do not have permission to migrate Facebook Events settings to Event Aggregator"
2674
 
2675
  #: src/Tribe/Aggregator/Migrate.php:280
2676
  msgid "Error: we were not able to migrate your Facebook Events settings to Event Aggregator. Please try again later."
2677
+ msgstr "Error: we were not able to migrate your Facebook Events settings to Event Aggregator. Please try again later."
2678
 
2679
  #: src/Tribe/Aggregator/Migrate.php:80
2680
  msgid "Migrate iCal Importer settings"
2681
+ msgstr "Migrate iCal Importer settings"
2682
 
2683
  #: src/Tribe/Aggregator/Migrate.php:76
2684
  msgid "Migrate Facebook Events settings"
2685
+ msgstr "Migrate Facebook Events settings"
2686
 
2687
  #: src/Tribe/Aggregator/Migrate.php:73
2688
  msgid "Thanks for activating Event Aggregator! It looks like you have some settings and imports configured on our legacy importer plugins. To complete your transition, we need to transfer those options to our new system."
2689
+ msgstr "Thanks for activating Event Aggregator! It looks like you have some settings and imports configured on our legacy importer plugins. To complete your transition, we need to transfer those options to our new system."
2690
 
2691
  #: src/Tribe/Aggregator/Meta_Box.php:38
2692
  msgid "Imported Event"
2693
+ msgstr "Imported Event"
2694
 
2695
  #: src/Tribe/Aggregator/Errors.php:72
2696
  msgid "The records you were attempting to import were still not available when this queue was processed. Please try again."
2697
+ msgstr "The records you were attempting to import were still not available when this queue was processed. Please try again."
2698
 
2699
  #: src/Tribe/Aggregator/Errors.php:71
2700
  msgid "Unable to save scheduled import. Please try again."
2701
+ msgstr "Unable to save scheduled import. Please try again."
2702
 
2703
  #: src/Tribe/Aggregator/Errors.php:70
2704
  msgid "Unable to save scheduled import instance. Please try again."
2705
+ msgstr "Unable to save scheduled import instance. Please try again."
2706
 
2707
  #: src/Tribe/Aggregator/Errors.php:69
2708
  msgid "Import records must be finalized before posts can be inserted."
2709
+ msgstr "Import records must be finalized before posts can be inserted."
2710
 
2711
  #: src/Tribe/Aggregator/Errors.php:68
2712
  msgid "The CSV file cannot be found. You may need to re-upload the file."
2713
+ msgstr "The CSV file cannot be found. You may need to re-upload the file."
2714
 
2715
  #: src/Tribe/Aggregator/Errors.php:67
2716
  msgid "You must map columns from the CSV file to specific fields in order to perform a CSV import."
2717
+ msgstr "You must map columns from the CSV file to specific fields in order to perform a CSV import."
2718
 
2719
  #: src/Tribe/Aggregator/Errors.php:65
2720
  msgid "There may be an issue with the Event Aggregator server. Please try your import again later."
2721
+ msgstr "There may be an issue with the Event Aggregator server. Please try your import again later."
2722
 
2723
  #: src/Tribe/Aggregator/Errors.php:64
2724
  msgid "You must enter an Event Aggregator license key in Events > Settings > Licenses before using this service."
2725
+ msgstr "You must enter an Event Aggregator licence key in Events > Settings > Licences before using this service."
2726
 
2727
  #: src/Tribe/Aggregator/Errors.php:63
2728
  msgid "Unable to get a post of the correct type."
2729
+ msgstr "Unable to get a post of the correct type."
2730
 
2731
  #: src/Tribe/Aggregator/Errors.php:62
2732
  msgid "The import record is missing the origin."
2733
+ msgstr "The import record is missing the origin."
2734
 
2735
  #: src/Tribe/Aggregator/Errors.php:61
2736
  msgid "Unable to find a matching post."
2737
+ msgstr "Unable to find a matching post."
2738
 
2739
  #: src/Tribe/Aggregator/Errors.php:60
2740
  msgid "An invalid frequency was used when trying to create this scheduled import."
2741
+ msgstr "An invalid frequency was used when trying to create this scheduled import."
2742
 
2743
  #: src/Tribe/Aggregator/Errors.php:59
2744
  msgid "Unable to attach an image to the event"
2745
+ msgstr "Unable to attach an image to the event"
2746
 
2747
  #: src/Tribe/Aggregator/Errors.php:58
2748
  msgid "Unable to find an import record with the ID of %s."
2749
+ msgstr "Unable to find an import record with the ID of %s."
2750
 
2751
  #: src/Tribe/Aggregator/Errors.php:57
2752
  msgid "We received an invalid Facebook Token from the Service."
2753
+ msgstr "We received an invalid Facebook Token from the Service."
2754
 
2755
  #: src/Tribe/Aggregator/Errors.php:56
2756
  msgid "The Event Aggregator API responded with bad data. Please <a href=\"https://theeventscalendar.com/support/post/\" target=\"_blank\">contact support</a>."
2757
+ msgstr "The Event Aggregator API responded with bad data. Please <a href=\"https://theeventscalendar.com/support/post/\" target=\"_blank\">contact support</a>."
2758
 
2759
  #: src/Tribe/Aggregator/Errors.php:55
2760
  msgid "Unable to find an event with the ID of %s."
2761
+ msgstr "Unable to find an event with the ID of %s."
2762
 
2763
  #: src/Tribe/Aggregator/Errors.php:54
2764
  msgid "Only scheduled import records can be edited."
2765
+ msgstr "Only scheduled import records can be edited."
2766
 
2767
  #: src/Tribe/Aggregator/Errors.php:53
2768
  msgid "Invalid data provided for CSV import."
2769
+ msgstr "Invalid data provided for CSV import."
2770
 
2771
  #: src/Tribe/Aggregator/Errors.php:52
2772
  msgid "You must provide a valid CSV file to perform a CSV import."
2773
+ msgstr "You must provide a valid CSV file to perform a CSV import."
2774
 
2775
  #: src/Tribe/Aggregator/Errors.php:51
2776
  msgid "An invalid import type was used when trying to create this import record."
2777
+ msgstr "An invalid import type was used when trying to create this import record."
2778
 
2779
  #: src/Tribe/Aggregator/Errors.php:49
2780
  msgid "During scheduled import, the limit of HTTP requests was reached and the import was rescheduled."
2781
+ msgstr "During scheduled import, the limit of HTTP requests was reached and the import was rescheduled."
2782
 
2783
  #: src/Tribe/Aggregator/Errors.php:48
2784
  msgid "You do not have permission to delete this record."
2785
+ msgstr "You do not have permission to delete this record."
2786
 
2787
  #: src/Tribe/Aggregator/Errors.php:47
2788
  msgid "You cannot delete a history record (ID: \"%d\"). "
2789
+ msgstr "You cannot delete a history record (ID: \"%d\"). "
2790
 
2791
  #: src/Tribe/Aggregator/Errors.php:46 src/Tribe/Aggregator/Service.php:77
2792
  msgid "The daily limit of %d import requests to the Event Aggregator service has been reached. Please try again later."
2793
+ msgstr "The daily limit of %d import requests to the Event Aggregator service has been reached. Please try again later."
2794
 
2795
  #: src/Tribe/Aggregator/Errors.php:45
2796
  msgid "The image associated with your event could not be attached to the event."
2797
+ msgstr "The image associated with your event could not be attached to the event."
2798
 
2799
  #: src/Tribe/Aggregator/Cron.php:192
2800
  msgctxt "aggregator schedule frequency"
2801
  msgid "Every 15 minutes"
2802
+ msgstr "Every 15 minutes"
2803
 
2804
  #: src/Tribe/Aggregator/Cron.php:118
2805
  msgctxt "aggregator schedule frequency"
2806
  msgid "Monthly"
2807
+ msgstr "Monthly"
2808
 
2809
  #: src/Tribe/Aggregator/Cron.php:113
2810
  msgctxt "aggregator schedule frequency"
2811
  msgid "Weekly"
2812
+ msgstr "Weekly"
2813
 
2814
  #: src/Tribe/Aggregator/Cron.php:108
2815
  msgctxt "aggregator schedule frequency"
2816
  msgid "Daily"
2817
+ msgstr "Daily"
2818
 
2819
  #: src/Tribe/Aggregator/Cron.php:103
2820
  msgctxt "aggregator schedule frequency"
2821
  msgid "Hourly"
2822
+ msgstr "Hourly"
2823
 
2824
  #: src/Tribe/Aggregator/Cron.php:98
2825
  msgctxt "aggregator schedule frequency"
2826
  msgid "Every 30 Minutes"
2827
+ msgstr "Every 30 Minutes"
2828
 
2829
  #: src/Tribe/Aggregator/Cron.php:93
2830
  msgctxt "aggregator schedule frequency"
2831
  msgid "On Demand"
2832
+ msgstr "On Demand"
2833
 
2834
  #: src/Tribe/Aggregator/API/Origins.php:56
2835
  #: src/Tribe/Aggregator/Record/Meetup.php:29
2837
  #: src/admin-views/aggregator/status.php:203
2838
  #: src/admin-views/tribe-options-addons-api.php:90
2839
  msgid "Meetup"
2840
+ msgstr "Meetup"
2841
 
2842
  #: src/Tribe/Aggregator/API/Origins.php:51
2843
  #: src/admin-views/aggregator/settings.php:392
2844
  msgid "ICS File"
2845
+ msgstr "ICS File"
2846
 
2847
  #: src/Tribe/Aggregator/API/Origins.php:46
2848
  #: src/Tribe/Aggregator/Record/iCal.php:14
2849
  #: src/admin-views/aggregator/settings.php:391
2850
  msgid "iCalendar"
2851
+ msgstr "iCalendar"
2852
 
2853
  #: src/Tribe/Aggregator/API/Origins.php:31 src/Tribe/Aggregator/Service.php:258
2854
  msgid "CSV File"
2855
+ msgstr "CSV File"
2856
 
2857
  #: src/Tribe/Admin_List.php:330
2858
  msgctxt "%s Event count in admin list"
2859
  msgid "All %s"
2860
+ msgstr "All %s"
2861
 
2862
  #: common/src/admin-views/tribe-options-licenses.php:30
2863
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:30
2864
  msgid "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
2865
+ msgstr "Not seeing an update but expecting one? In WordPress, go to %1$sDashboard > Updates%2$s and click \"Check Again\"."
2866
 
2867
  #: common/src/admin-views/tribe-options-licenses.php:25
2868
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:25
2869
  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."
2870
+ msgstr "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 licence."
2871
 
2872
  #: common/src/admin-views/tribe-options-licenses.php:22
2873
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:22
2874
  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."
2875
+ msgstr "Each paid add-on has its own unique licence 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."
2876
 
2877
  #: common/src/admin-views/tribe-options-licenses.php:15
2878
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:15
2879
  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."
2880
+ msgstr "The licence 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 licence keys at %2$s%4$s."
2881
 
2882
  #: common/src/admin-views/tribe-options-licenses.php:11
2883
  #: common/src/admin-views/tribe-options-licenses.php:16
2884
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:11
2885
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:16
2886
  msgid " (opens in new window)"
2887
+ msgstr " (opens in new window)"
2888
 
2889
  #: common/src/admin-views/tribe-options-help.php:48
2890
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:48
2891
  msgid "Event Log"
2892
+ msgstr "Event Log"
2893
 
2894
  #: common/src/admin-views/tribe-options-help.php:35
2895
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:35
2896
  msgid "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
2897
+ msgstr "The details of your calendar plugin and settings is often needed for you or our staff to help troubleshoot an issue. Please opt-in below to automatically share your system information with our support team. This will allow us to assist you faster if you post in our forums."
2898
 
2899
  #: common/src/admin-views/app-shop.php:26
2900
  #: vendor/tickets/common/src/admin-views/app-shop.php:26
2901
  msgid "Buy This Add-On"
2902
+ msgstr "Buy This Add-On"
2903
 
2904
  #: common/src/admin-views/app-shop.php:5
2905
  #: vendor/tickets/common/src/admin-views/app-shop.php:5
2906
  msgid "Browse All Add-Ons"
2907
+ msgstr "Browse All Add-Ons"
2908
 
2909
  #: common/src/admin-views/app-shop.php:4
2910
  #: vendor/tickets/common/src/admin-views/app-shop.php:4
2911
  msgid "Events Add-Ons"
2912
+ msgstr "Events Add-Ons"
2913
 
2914
  #: common/src/Tribe/View_Helpers.php:99
2915
  #: vendor/tickets/common/src/Tribe/View_Helpers.php:99
2916
  msgid "C&ocirc;te d'Ivoire"
2917
+ msgstr "Côte d'Ivoir"
2918
 
2919
  #: common/src/Tribe/Support.php:356
2920
  #: vendor/tickets/common/src/Tribe/Support.php:356
2921
  msgid "Unique System Info Key Generated"
2922
+ msgstr "Unique System Info Key Generated"
2923
 
2924
  #: common/src/Tribe/Support.php:342 common/src/Tribe/Support.php:368
2925
  #: vendor/tickets/common/src/Tribe/Support.php:342
2926
  #: vendor/tickets/common/src/Tribe/Support.php:368
2927
  msgid "Permission Error"
2928
+ msgstr "Permission Error"
2929
 
2930
  #: common/src/Tribe/Support.php:309 common/src/Tribe/Support.php:314
2931
  #: vendor/tickets/common/src/Tribe/Support.php:309
2932
  #: vendor/tickets/common/src/Tribe/Support.php:314
2933
  msgid "Invalid Key"
2934
+ msgstr "Invalid Key"
2935
 
2936
  #: common/src/Tribe/Support.php:290
2937
  #: vendor/tickets/common/src/Tribe/Support.php:290
2938
  msgid "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
2939
+ msgstr "Your system information will only be used by the Modern Tribe support team. All information is stored securely. We do not share this information with any third parties."
2940
 
2941
  #: common/src/Tribe/Support.php:289
2942
  #: vendor/tickets/common/src/Tribe/Support.php:289
2943
  msgid "Yes, automatically share my system information with the Modern Tribe support team"
2944
+ msgstr "Yes, automatically share my system information with the Modern Tribe support team"
2945
 
2946
  #: common/src/Tribe/PUE/Notices.php:368
2947
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:368
2948
  msgctxt "formatted plugin list"
2949
  msgid "%1$s and %2$s"
2950
+ msgstr "%1$s and %2$s"
2951
 
2952
  #: common/src/Tribe/PUE/Notices.php:324
2953
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:324
2954
  msgid "You can find your license keys by logging in to %1$syour account on theeventscalendar.com%2$s and you can enter them over on the %3$ssettings page%2$s."
2955
+ msgstr "You can find your licence keys by logging in to %1$syour account on theeventscalendar.com%2$s and you can enter them over on the %3$ssettings page%2$s."
2956
 
2957
  #: common/src/Tribe/PUE/Notices.php:286
2958
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:286
2959
  msgid "You have entered a license key for %1$s but the key is out of installs. %2$sVisit the Events Calendar website%3$s to to manage your installs, upgrade your license, or purchase a new one."
2960
  msgid_plural "You have entered license keys for %1$s but your keys are out of installs. %2$sVisit the Events Calendar website%3$s to to manage your installs, upgrade your licenses, or purchase new ones."
2961
+ msgstr[0] "You have entered a licence 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 licence, or purchase a new one."
2962
+ msgstr[1] "You have entered licence 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 licences, or purchase new ones."
2963
 
2964
  #: common/src/Tribe/PUE/Notices.php:254
2965
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:254
2966
  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"
2967
  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"
2968
+ msgstr[0] "There is an update available for %1$s but your licence has expired. %2$sVisit the Events Calendar website to renew your licence.%3$s"
2969
+ msgstr[1] "Updates are available for %1$s but your licence keys have expired. %2$sVisit the Events Calendar website to renew your licences.%3$s"
2970
 
2971
  #: common/src/Tribe/PUE/Notices.php:221
2972
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:221
2973
  msgid "It looks like you're using %s, but the license key you supplied does not appear to be valid or is missing. Please review and fix so that you can always have access to our latest versions!"
2974
  msgid_plural "It looks like you're using %s, but the license keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
2975
+ msgstr[0] "It looks like you're using %s, but the licence key you supplied does not appear to be valid or is missing. Please review and fix so that you can always have access to our latest versions!"
2976
+ msgstr[1] "It looks like you're using %s, but the licence keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
+ msgstr "There is an update for %s. %sRenew your licence%s to get access to bug fixes, security updates, and new features."
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
+ msgstr "There is an update for %s. You'll need to %scheck your licence%s to have access to updates, downloads, and support."
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
+ msgstr " (opens in a new window)"
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
2999
+ msgstr "Renew Your Licence Now"
3000
 
3001
  #: common/src/Tribe/Main.php:260 vendor/tickets/common/src/Tribe/Main.php:260
3002
  msgid ": Selected 1 row"
3003
+ msgstr ": Selected 1 row"
3004
 
3005
  #: common/src/Tribe/Main.php:259 vendor/tickets/common/src/Tribe/Main.php:259
3006
  msgid ": Selected %d rows"
3007
+ msgstr ": Selected %d rows"
3008
 
3009
  #: common/src/Tribe/Main.php:254 vendor/tickets/common/src/Tribe/Main.php:254
3010
  msgid "Previous"
3011
+ msgstr "Previous"
3012
 
3013
  #: common/src/Tribe/Main.php:252 vendor/tickets/common/src/Tribe/Main.php:252
3014
  msgid "All"
3015
+ msgstr "All"
3016
 
3017
  #: common/src/Tribe/Main.php:250 vendor/tickets/common/src/Tribe/Main.php:250
3018
  msgid "Search:"
3019
+ msgstr "Search:"
3020
 
3021
  #: common/src/Tribe/Main.php:249 vendor/tickets/common/src/Tribe/Main.php:249
3022
  msgid "No matching records found"
3023
+ msgstr "No matching records found"
3024
 
3025
  #: common/src/Tribe/Main.php:248 vendor/tickets/common/src/Tribe/Main.php:248
3026
  msgid "(filtered from _MAX_ total entries)"
3027
+ msgstr "(filtered from _MAX_ total entries)"
3028
 
3029
  #: common/src/Tribe/Main.php:247 vendor/tickets/common/src/Tribe/Main.php:247
3030
  msgid "Showing 0 to 0 of 0 entries"
3031
+ msgstr "Showing 0 to 0 of 0 entries"
3032
 
3033
  #: common/src/Tribe/Main.php:246 vendor/tickets/common/src/Tribe/Main.php:246
3034
  msgid "Showing _START_ to _END_ of _TOTAL_ entries"
3035
+ msgstr "Showing _START_ to _END_ of _TOTAL_ entries"
3036
 
3037
  #: common/src/Tribe/Main.php:245 vendor/tickets/common/src/Tribe/Main.php:245
3038
  msgid "No data available in table"
3039
+ msgstr "No data available in table"
3040
 
3041
  #: common/src/Tribe/Main.php:244 vendor/tickets/common/src/Tribe/Main.php:244
3042
  msgid "Show _MENU_ entries"
3043
+ msgstr "Show _MENU_ entries"
3044
 
3045
  #: common/src/Tribe/Main.php:242 vendor/tickets/common/src/Tribe/Main.php:242
3046
  msgid ": activate to sort column descending"
3047
+ msgstr ": activate to sort column descending"
3048
 
3049
  #: common/src/Tribe/Main.php:241 vendor/tickets/common/src/Tribe/Main.php:241
3050
  msgid ": activate to sort column ascending"
3051
+ msgstr ": activate to sort column ascending"
3052
 
3053
  #: common/src/Tribe/Main.php:223 vendor/tickets/common/src/Tribe/Main.php:223
3054
  msgid "Press \"Cmd + C\" to copy"
3055
+ msgstr "Press \"Cmd + C\" to copy"
3056
 
3057
  #: common/src/Tribe/Main.php:222 vendor/tickets/common/src/Tribe/Main.php:222
3058
  msgid "System info copied"
3059
+ msgstr "System info copied"
3060
 
3061
  #: common/src/Tribe/Main.php:221
3062
  #: common/src/admin-views/tribe-options-help.php:43
3063
  #: vendor/tickets/common/src/Tribe/Main.php:221
3064
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:43
3065
  msgid "Copy to clipboard"
3066
+ msgstr "Copy to clipboard"
3067
 
3068
  #: common/src/Tribe/Error.php:38 vendor/tickets/common/src/Tribe/Error.php:38
3069
  msgid "An Unknown error occurred"
3070
+ msgstr "An Unknown error occurred"
3071
 
3072
  #: common/src/Tribe/App_Shop.php:106
3073
  #: vendor/tickets/common/src/Tribe/App_Shop.php:106
3074
  msgid "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
3075
+ msgstr "Importing events from multiple sources has never been easier! Event Aggregator helps you curate and manage event import feeds from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. Schedule automatic imports or manually import events when you’re ready. Event Aggregator provides a convenient dashboard to manage bulk imports, filters, one-way sync, import history, and more."
3076
 
3077
  #: common/src/Tribe/App_Shop.php:104 src/Tribe/Aggregator/API/Origins.php:188
3078
  #: src/Tribe/Aggregator.php:222
3079
  #: vendor/tickets/common/src/Tribe/App_Shop.php:104
3080
  msgid "Event Aggregator"
3081
+ msgstr "Event Aggregator"
3082
 
3083
  #: vendor/tickets/src/Tribe/Tickets.php:1392
3084
  msgid "Tickets are not available as this %s has passed."
3085
+ msgstr "Tickets are not available as this %s has passed."
3086
 
3087
  #: vendor/tickets/src/Tribe/Metabox.php:119
3088
  msgid "Please enter in without thousand separators and currency symbols."
3089
+ msgstr "Please enter in without thousand separators and currency symbols."
3090
 
3091
  #: common/src/Tribe/Support.php:163
3092
  #: vendor/tickets/common/src/Tribe/Support.php:163
3093
  msgid "English"
3094
+ msgstr "English"
3095
 
3096
  #: src/admin-views/aggregator/origins/eventbrite.php:3
3097
  msgid "Eventbrite Event"
3098
+ msgstr "Eventbrite Event"
3099
 
3100
  #: src/admin-views/aggregator/origins/eventbrite.php:4
3101
  msgid "Select from your existing Eventbrite events"
3102
+ msgstr "Select from your existing Eventbrite events"
3103
 
3104
  #: src/Tribe/Aggregator/Page.php:375
3105
  msgid "iCal Importer"
3106
+ msgstr "iCal Importer"
3107
 
3108
  #: common/src/Tribe/App_Shop.php:158
3109
  #: vendor/tickets/common/src/Tribe/App_Shop.php:158
3110
  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."
3111
+ msgstr "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."
3112
 
3113
  #: common/src/Tribe/App_Shop.php:125
3114
  #: vendor/tickets/common/src/Tribe/App_Shop.php:125
3115
  msgid "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
3116
+ msgstr "Event Tickets Plus allows you to sell tickets to your events using WooCommerce, Shopp, WP eCommerce, or Easy Digital Downloads. Use it on your posts and pages, or add %1$sThe Events Calendar%2$s and sell tickets from your events listings."
3117
 
3118
  #: common/src/Tribe/App_Shop.php:150
3119
  #: vendor/tickets/common/src/Tribe/App_Shop.php:150
3120
  msgctxt "Names of required plugins for Community Tickets"
3121
  msgid "Event Tickets Plus and Community Events"
3122
+ msgstr "Event Tickets Plus and Community Events"
3123
 
3124
  #: common/src/Tribe/App_Shop.php:149
3125
  #: vendor/tickets/common/src/Tribe/App_Shop.php:149
3126
  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"
3127
+ msgstr "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"
3128
 
3129
  #: common/src/Tribe/App_Shop.php:142
3130
  #: vendor/tickets/common/src/Tribe/App_Shop.php:142
3131
  msgid "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
3132
+ msgstr "Enable users to submit events to your calendar with Community Events. You can require user accounts or allow visitors to submit without an account. Want to make sure that nothing fishy is going on? Just turn on moderation. Decide if users can edit and manage their own events, or simply submit. Plus, no scary form setup! Just activate, configure the options & off you go."
3133
 
3134
  #: common/src/Tribe/App_Shop.php:114
3135
  #: vendor/tickets/common/src/Tribe/App_Shop.php:114
3136
  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."
3137
+ msgstr "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."
3138
 
3139
  #: common/src/Tribe/App_Shop.php:135
3140
  #: vendor/tickets/common/src/Tribe/App_Shop.php:135
3141
  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."
3142
+ msgstr "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."
3143
 
3144
  #: common/src/Tribe/App_Shop.php:133
3145
  #: vendor/tickets/common/src/Tribe/App_Shop.php:133
3146
  msgid "Filter Bar"
3147
+ msgstr "Filter Bar"
3148
 
3149
  #: common/src/Tribe/Credits.php:64
3150
  #: vendor/tickets/common/src/Tribe/Credits.php:64
3151
  msgid "Rate %1$sEvent Tickets%2$s %3$s"
3152
+ msgstr "Rate %1$sEvent Tickets%2$s %3$s"
3153
 
3154
  #: common/src/Tribe/Credits.php:55
3155
  #: vendor/tickets/common/src/Tribe/Credits.php:55
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
+ msgstr "Rate %1$sThe Events Calendar%2$s %3$s"
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
+ msgstr "This calendar is powered by %1$s."
3162
 
3163
  #: src/Tribe/Organizer.php:163
3164
  msgid "organizer"
3165
+ msgstr "organizer"
3166
 
3167
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:87
3168
  msgid "Type: "
3169
+ msgstr "Type: "
3170
 
3171
  #: vendor/tickets/src/views/tickets/email-non-attendance.php:248
3172
  msgid "Thank you for confirming that you will not be attending the above event."
3173
+ msgstr "Thank you for confirming that you will not be attending the above event."
3174
 
3175
  #: vendor/tickets/src/Tribe/RSVP.php:709
3176
  msgid "You confirmed you will not be attending %s"
3177
+ msgstr "You confirmed you will not be attending %s"
3178
 
3179
  #: src/Tribe/Venue.php:161
3180
  msgid "venues"
3181
+ msgstr "venues"
3182
 
3183
  #: src/Tribe/Venue.php:152
3184
  msgid "venue"
3185
+ msgstr "venue"
3186
 
3187
  #: vendor/tickets/src/views/tickets/rsvp.php:143
3188
  msgid "Login to RSVP"
3189
+ msgstr "Login to RSVP"
3190
 
3191
  #: vendor/tickets/src/views/tickets/orders.php:57
3192
  msgid "Update %s"
3193
+ msgstr "Update %s"
3194
 
3195
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:63
3196
  msgid "Attendee %d"
3197
+ msgstr "Attendee %d"
3198
 
3199
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:44
3200
  msgid " on %s"
3201
+ msgstr " on %s"
3202
 
3203
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:38
3204
  msgid "Reserved by %1$s (%2$s)"
3205
+ msgstr "Reserved by %1$s (%2$s)"
3206
 
3207
  #: vendor/tickets/src/views/tickets/orders-rsvp.php:29
3208
  msgid "My RSVPs for This %s"
3209
+ msgstr "My RSVPs for This %s"
3210
 
3211
  #: vendor/tickets/src/views/tickets/orders-link.php:46
3212
  msgid "View your %s"
3213
+ msgstr "View your %s"
3214
 
3215
  #: vendor/tickets/src/views/tickets/orders-link.php:45
3216
  msgid "You have %s for this %s."
3217
+ msgstr "You have %s for this %s."
3218
 
3219
  #: vendor/tickets/src/views/tickets/orders-link.php:37
3220
  msgid "%d Ticket"
3221
  msgid_plural "%d Tickets"
3222
+ msgstr[0] "%d Ticket"
3223
+ msgstr[1] "%d Tickets"
3224
 
3225
  #: vendor/tickets/src/views/tickets/orders-link.php:33
3226
  msgid "%d RSVP"
3227
  msgid_plural "%d RSVPs"
3228
+ msgstr[0] "%d RSVP"
3229
+ msgstr[1] "%d RSVPs"
3230
 
3231
  #: vendor/tickets/src/views/shortcodes/my-attendance-list.php:32
3232
  msgid "You have not indicated your attendance for any upcoming events."
3233
+ msgstr "You have not indicated your attendance for any upcoming events."
3234
 
3235
  #: vendor/tickets/src/views/shortcodes/my-attendance-list-logged-out.php:12
3236
  msgid "To see a list of events you are attending you will need to login."
3237
+ msgstr "To see a list of events you are attending you will need to login."
3238
 
3239
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:101
3240
  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."
3241
+ msgstr "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."
3242
 
3243
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:96
3244
  msgid "Login requirements"
3245
+ msgstr "Login requirements"
3246
 
3247
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:37
3248
  msgid "Require users to log in before they RSVP"
3249
+ msgstr "Require users to log in before they RSVP"
3250
 
3251
  #: vendor/tickets/src/Tribe/Tickets_View.php:692
3252
  msgid "This RSVP is no longer active."
3253
+ msgstr "This RSVP is no longer active."
3254
 
3255
  #: vendor/tickets/src/Tribe/Tickets_View.php:626
3256
  msgid "Ticket"
3257
+ msgstr "Ticket"
3258
 
3259
  #: vendor/tickets/src/Tribe/Tickets_View.php:514
3260
  msgid "Not Going"
3261
+ msgstr "Not Going"
3262
 
3263
  #: vendor/tickets/src/Tribe/Tickets_View.php:513
3264
  msgid "Going"
3265
+ msgstr "Going"
3266
 
3267
  #: vendor/tickets/src/Tribe/Tickets.php:1398
3268
  msgid "There are no tickets available at this time."
3269
+ msgstr "There are no tickets available at this time."
3270
 
3271
  #: vendor/tickets/src/Tribe/Tickets.php:1396
3272
  msgid "Tickets are no longer available."
3273
+ msgstr "Tickets are no longer available."
3274
 
3275
  #: vendor/tickets/src/Tribe/Tickets.php:1394
3276
  msgid "Tickets are not yet available."
3277
+ msgstr "Tickets are not yet available."
3278
 
3279
  #: vendor/tickets/src/Tribe/Main.php:713
3280
  msgid "Buy"
3281
+ msgstr "Buy"
3282
 
3283
  #: vendor/tickets/src/Tribe/Tickets_View.php:622
3284
  msgid "RSVPs"
3285
+ msgstr "RSVPs"
3286
 
3287
  #: vendor/tickets/src/Tribe/CSV_Importer/RSVP_Importer.php:230
3288
  msgid "Recurring event tickets are not supported, event %s."
3289
+ msgstr "Recurring event tickets are not supported, event %s."
3290
 
3291
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:41
3292
  msgid "Ticket Stock"
3293
+ msgstr "Ticket Stock"
3294
 
3295
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:40
3296
  msgid "Ticket End Sale Time"
3297
+ msgstr "Ticket End Sale Time"
3298
 
3299
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:39
3300
  msgid "Ticket End Sale Date"
3301
+ msgstr "Ticket End Sale Date"
3302
 
3303
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:38
3304
  msgid "Ticket Start Sale Time"
3305
+ msgstr "Ticket Start Sale Time"
3306
 
3307
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:37
3308
  msgid "Ticket Start Sale Date"
3309
+ msgstr "Ticket Start Sale Date"
3310
 
3311
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:36
3312
  msgid "Ticket Description"
3313
+ msgstr "Ticket Description"
3314
 
3315
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:35
3316
  msgid "Ticket Name"
3317
+ msgstr "Ticket Name"
3318
 
3319
  #: vendor/tickets/src/Tribe/CSV_Importer/Column_Names.php:34
3320
  msgid "Event Name or ID or Slug"
3321
+ msgstr "Event Name or ID or Slug"
3322
 
3323
  #: src/io/csv/admin-views/result.php:33
3324
  msgid "Rows numbers with encoding changes: %s"
3325
+ msgstr "Rows numbers with encoding changes: %s"
3326
 
3327
  #: src/io/csv/admin-views/result.php:21
3328
  msgid "Encoding Changes: %d"
3329
+ msgstr "Encoding Changes: %d"
3330
 
3331
  #: src/functions/template-tags/venue.php:509
3332
  msgctxt "Address separator"
3333
  msgid ", "
3334
+ msgstr ", "
3335
 
3336
  #: src/admin-views/tribe-options-addons-api.php:122
3337
  #: src/admin-views/tribe-options-addons-api.php:162
3338
  msgid "APIs"
3339
+ msgstr "APIs"
3340
 
3341
  #: src/Tribe/Importer/Options.php:183
3342
  msgid "Do Not Encode Contents"
3343
+ msgstr "Do Not Encode Contents"
3344
 
3345
  #: src/Tribe/Importer/Options.php:182
3346
  msgid "Encode contents"
3347
+ msgstr "Encode contents"
3348
 
3349
  #: src/Tribe/Importer/Column_Mapper.php:124
3350
  msgid "Organizer Description"
3351
+ msgstr "Organizer Description"
3352
 
3353
  #: src/Tribe/Importer/Column_Mapper.php:101
3354
  msgid "Venue Description"
3355
+ msgstr "Venue Description"
3356
 
3357
  #: src/Tribe/Importer/Column_Mapper.php:87
3358
  msgid "Event Allow Trackbacks and Pingbacks"
3359
+ msgstr "Event Allow Trackbacks and Pingbacks"
3360
 
3361
  #: src/Tribe/Importer/Column_Mapper.php:86
3362
  msgid "Event Allow Comments"
3363
+ msgstr "Event Allow Comments"
3364
 
3365
  #: src/Tribe/Importer/Column_Mapper.php:76
3366
  msgid "Event Organizer Name(s) or ID(s)"
3367
+ msgstr "Event Organizer Name(s) or ID(s)"
3368
 
3369
  #: src/Tribe/Importer/Column_Mapper.php:74
3370
  msgid "Event Sticky in Month View"
3371
+ msgstr "Event Sticky in Month View"
3372
 
3373
  #: src/Tribe/Importer/Column_Mapper.php:73
3374
  msgid "Hide Event From Event Listings"
3375
+ msgstr "Hide Event From Event Listings"
3376
 
3377
  #: src/Tribe/Importer/Column_Mapper.php:71
3378
  msgid "Event Timezone"
3379
+ msgstr "Event Timezone"
3380
 
3381
  #: src/Tribe/Importer/Column_Mapper.php:66
3382
  msgid "Event Excerpt"
3383
+ msgstr "Event Excerpt"
3384
 
3385
  #: src/Tribe/Importer/Admin_Page.php:103
3386
  msgid "Default encoding for imported csv file"
3387
+ msgstr "Default encoding for imported csv file"
3388
 
3389
  #: src/Tribe/Google/Maps_API_Key.php:59
3390
  #: src/admin-views/tribe-options-addons-api.php:99
3391
  msgid "Click here"
3392
+ msgstr "Click here"
3393
 
3394
  #: src/Tribe/Google/Maps_API_Key.php:58
3395
  msgid "<p>%s to create your Google Maps API key."
3396
+ msgstr "<p>%s to create your Google Maps API key."
3397
 
3398
  #: src/Tribe/Google/Maps_API_Key.php:51 src/Tribe/Google/Maps_API_Key.php:57
3399
  msgid "Google Maps API key"
3400
+ msgstr "Google Maps API key"
3401
 
3402
  #: src/Tribe/Google/Maps_API_Key.php:50
3403
  msgid "We highly recommend that you specify a valid %s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic."
3404
+ msgstr "We highly recommend that you specify a valid %s for The Events Calendar to use. Doing this will help prevent problems with maps, especially for sites that receive a lot of traffic."
3405
 
3406
  #: src/Tribe/Google/Maps_API_Key.php:45
3407
  msgid "Google Maps API"
3408
+ msgstr "Google Maps API"
3409
 
3410
  #: common/src/admin-views/event-log.php:117
3411
  #: vendor/tickets/common/src/admin-views/event-log.php:117
3412
  msgid "Download log"
3413
+ msgstr "Download log"
3414
 
3415
  #: common/src/admin-views/event-log.php:100
3416
  #: vendor/tickets/common/src/admin-views/event-log.php:100
3417
  msgid "The selected log file is empty or has not been generated yet."
3418
+ msgstr "The selected log file is empty or has not been generated yet."
3419
 
3420
  #: common/src/admin-views/event-log.php:43
3421
  #: vendor/tickets/common/src/admin-views/event-log.php:43
3422
  msgid "Method"
3423
+ msgstr "Method"
3424
 
3425
  #: common/src/admin-views/event-log.php:21
3426
  #: vendor/tickets/common/src/admin-views/event-log.php:21
3427
  msgid "Logging level"
3428
+ msgstr "Logging level"
3429
 
3430
  #: common/src/Tribe/Validate.php:183
3431
  #: vendor/tickets/common/src/Tribe/Validate.php:183
3432
  msgid "%s must contain numbers, letters, dashes and undescores only"
3433
+ msgstr "%s must contain numbers, letters, dashes and undescores only"
3434
 
3435
  #: common/src/Tribe/Log.php:312 vendor/tickets/common/src/Tribe/Log.php:312
3436
  msgid "Full debug (all events)"
3437
+ msgstr "Full debug (all events)"
3438
 
3439
  #: common/src/Tribe/Log.php:311 vendor/tickets/common/src/Tribe/Log.php:311
3440
  msgid "Warnings and errors"
3441
+ msgstr "Warnings and errors"
3442
 
3443
  #: common/src/Tribe/Log.php:310 vendor/tickets/common/src/Tribe/Log.php:310
3444
  msgid "Only errors"
3445
+ msgstr "Only errors"
3446
 
3447
  #: common/src/Tribe/Log.php:309 vendor/tickets/common/src/Tribe/Log.php:309
3448
  msgid "Disabled"
3449
+ msgstr "Disabled"
3450
 
3451
  #: common/src/Tribe/Log.php:210 vendor/tickets/common/src/Tribe/Log.php:210
3452
  msgid "Cannot set %s as the current logging engine"
3453
+ msgstr "Cannot set %s as the current logging engine"
3454
 
3455
  #: common/src/Tribe/Log/Null_Logger.php:26
3456
  #: vendor/tickets/common/src/Tribe/Log/Null_Logger.php:26
3457
  msgid "Null logger (will log nothing)"
3458
+ msgstr "Null logger (will log nothing)"
3459
 
3460
  #: common/src/Tribe/Log/File_Logger.php:123
3461
  #: vendor/tickets/common/src/Tribe/Log/File_Logger.php:123
3462
  msgid "Default (uses temporary files)"
3463
+ msgstr "Default (uses temporary files)"
3464
 
3465
  #: common/src/Tribe/Log/Admin.php:151
3466
  #: vendor/tickets/common/src/Tribe/Log/Admin.php:151
3467
  msgctxt "log engines"
3468
  msgid "None currently available"
3469
+ msgstr "None currently available"
3470
 
3471
  #: common/src/Tribe/Log/Admin.php:136
3472
  #: vendor/tickets/common/src/Tribe/Log/Admin.php:136
3473
  msgctxt "log selector"
3474
  msgid "None currently available"
3475
+ msgstr "None currently available"
3476
 
3477
  #: vendor/tickets/src/views/tickets/rsvp.php:133
3478
  msgid "Don't list me on the public attendee list"
3479
+ msgstr "Don't list me on the public attendee list"
3480
 
3481
  #: vendor/tickets/src/views/tickets/rsvp.php:93
3482
  msgid "Send RSVP confirmation to:"
3483
+ msgstr "Send RSVP confirmation to:"
3484
 
3485
  #: vendor/tickets/src/views/tickets/rsvp.php:37
3486
  msgid "Please fill in the RSVP confirmation name and email fields."
3487
+ msgstr "Please fill in the RSVP confirmation name and email fields."
3488
 
3489
  #: vendor/tickets/src/template-tags/tickets.php:245
3490
  msgctxt "ticket stock message (cancelled stock)"
3491
  msgid "%1$d Cancelled"
3492
+ msgstr "%1$d Cancelled"
3493
 
3494
  #: vendor/tickets/src/template-tags/tickets.php:222
3495
  msgid "global inventory"
3496
+ msgstr "global inventory"
3497
 
3498
  #: vendor/tickets/src/admin-views/meta-box.php:85
3499
  msgid "(%s sold)"
3500
  msgid_plural "(%s sold)"
3501
+ msgstr[0] "(%s sold)"
3502
+ msgstr[1] "(%s sold)"
3503
 
3504
  #: vendor/tickets/src/admin-views/meta-box.php:79
3505
  msgid "Global stock level"
3506
+ msgstr "Global stock level"
3507
 
3508
  #: vendor/tickets/src/admin-views/meta-box.php:69
3509
  msgid "Enable global stock"
3510
+ msgstr "Enable global stock"
3511
 
3512
  #: vendor/tickets/src/Tribe/Tickets.php:926
3513
  msgid "Independent (do not use global stock)"
3514
+ msgstr "Independent (do not use global stock)"
3515
 
3516
  #: vendor/tickets/src/Tribe/Tickets.php:925
3517
  msgid "Use global stock but cap sales"
3518
+ msgstr "Use global stock but cap sales"
3519
 
3520
  #: vendor/tickets/src/Tribe/Tickets.php:924
3521
  msgid "Use global stock"
3522
+ msgstr "Use global stock"
3523
 
3524
  #: vendor/tickets/src/Tribe/Metabox.php:92
3525
  msgid "It looks like you have modified your global stock settings but have not saved or updated the post."
3526
+ msgstr "It looks like you have modified your global stock settings but have not saved or updated the post."
3527
 
3528
  #: vendor/tickets/src/Tribe/Attendees_Table.php:381
3529
  msgid "View order"
3530
+ msgstr "View order"
3531
 
3532
  #: common/src/admin-views/tribe-options-help.php:45
3533
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:45
3534
  msgid "Recent Template Changes"
3535
+ msgstr "Recent Template Changes"
3536
 
3537
  #: common/src/Tribe/Support/Template_Checker_Report.php:115
3538
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:115
3539
  msgid "Information about recent template changes and potentially impacted template overrides is provided below."
3540
+ msgstr "Information about recent template changes and potentially impacted template overrides is provided below."
3541
 
3542
  #: common/src/Tribe/Support/Template_Checker_Report.php:113
3543
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:113
3544
  msgid "No notable template changes detected."
3545
+ msgstr "No notable template changes detected."
3546
 
3547
  #: common/src/Tribe/Support/Template_Checker_Report.php:97
3548
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:97
3549
  msgid "based on %s version"
3550
+ msgstr "based on %s version"
3551
 
3552
  #: common/src/Tribe/Support/Template_Checker_Report.php:96
3553
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:96
3554
  msgid "version data missing from override"
3555
+ msgstr "version data missing from override"
3556
 
3557
  #: common/src/Tribe/Support/Template_Checker_Report.php:92
3558
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:92
3559
  msgid "Existing theme overrides that may need revision:"
3560
+ msgstr "Existing theme overrides that may need revision:"
3561
 
3562
  #: common/src/Tribe/Support/Template_Checker_Report.php:82
3563
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:82
3564
  msgid "Templates introduced or updated with this release (%s):"
3565
+ msgstr "Templates introduced or updated with this release (%s):"
3566
 
3567
  #: common/src/Tribe/Support/Template_Checker_Report.php:78
3568
  #: vendor/tickets/common/src/Tribe/Support/Template_Checker_Report.php:78
3569
  msgid "No notable changes detected"
3570
+ msgstr "No notable changes detected"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
+ msgstr " (View Full %1$s Description Here: %2$s)"
3575
 
3576
  #: src/Tribe/Importer/Column_Mapper.php:128
3577
  msgid "Organizer Featured Image"
3578
+ msgstr "Organizer Featured Image"
3579
 
3580
  #: src/Tribe/Importer/Column_Mapper.php:110
3581
  msgid "Venue Featured Image"
3582
+ msgstr "Venue Featured Image"
3583
 
3584
  #: src/Tribe/Importer/Column_Mapper.php:85
3585
  msgid "Event Featured Image"
3586
+ msgstr "Event Featured Image"
3587
 
3588
  #: vendor/tickets/src/views/tickets/rsvp.php:145
3589
  msgid "Confirm RSVP"
3590
+ msgstr "Confirm RSVP"
3591
 
3592
  #: vendor/tickets/src/views/tickets/rsvp.php:105
3593
  msgid "Full Name"
3595
 
3596
  #: vendor/tickets/src/views/tickets/rsvp.php:67
3597
  msgid "Out of stock!"
3598
+ msgstr "Out of stock!"
3599
 
3600
  #: vendor/tickets/src/views/tickets/rsvp.php:63
3601
  msgid "%1$s out of %2$s available"
3602
+ msgstr "%1$s out of %2$s available"
3603
 
3604
  #: vendor/tickets/src/Tribe/Tickets_View.php:622
3605
  msgid "RSVP"
3606
+ msgstr "RSVP"
3607
 
3608
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:51
3609
  msgid "Post types that can have tickets"
3610
+ msgstr "Post types that can have tickets"
3611
 
3612
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:47
3613
  msgid "Ticket Settings"
3614
+ msgstr "Ticket Settings"
3615
 
3616
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:13
3617
  msgid "Currently, tickets will only show up on the frontend once per full event. For PRO users this means the same ticket will appear across all events in the series. Please configure your events accordingly."
3618
+ msgstr "Currently, tickets will only show up on the frontend once per full event. For PRO users this means the same ticket will appear across all events in the series. Please configure your events accordingly."
3619
 
3620
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:22
3621
  msgid "Selling tickets for recurring events"
3622
+ msgstr "Selling tickets for recurring events"
3623
 
3624
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:6
3625
  msgid "(Total available # of this ticket type. Once they're gone, ticket type is sold out.)"
3626
+ msgstr "(Total available # of this ticket type. Once they're gone, ticket type is sold out.)"
3627
 
3628
  #: vendor/tickets/src/admin-views/rsvp-metabox-advanced.php:2
3629
  msgid "Stock:"
3631
 
3632
  #: vendor/tickets/src/admin-views/meta-box.php:219
3633
  msgid "If you don't set a start/end date for sales, tickets will be available from now until the event ends."
3634
+ msgstr "If you don't set a start/end date for sales, tickets will be available from now until the event ends."
3635
 
3636
  #: vendor/tickets/src/admin-views/meta-box.php:215
3637
  msgid "When will ticket sales occur?"
3638
+ msgstr "When will ticket sales occur?"
3639
 
3640
  #: src/Tribe/Event_Tickets/Attendees_Report.php:50
3641
  msgid "Edit Venue"
3647
 
3648
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:577
3649
  msgid "Email sent successfully!"
3650
+ msgstr "Email sent successfully!"
3651
 
3652
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:572
3653
  msgid "Error when sending the email"
3654
+ msgstr "Error when sending the email"
3655
 
3656
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:535
3657
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:551
3660
 
3661
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:529
3662
  msgid "Invalid Email"
3663
+ msgstr "Invalid Email"
3664
 
3665
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:517
3666
  msgid "Empty user and email"
3667
+ msgstr "Empty user and email"
3668
 
3669
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:494
3670
  msgid "Invalid Event ID"
3671
+ msgstr "Invalid Event ID"
3672
 
3673
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:511
3674
  msgid "Cheatin Huh?"
3675
+ msgstr "Cheatin Huh?"
3676
 
3677
  #: vendor/tickets/src/Tribe/RSVP.php:1399
3678
  msgid "Post draft updated."
3680
 
3681
  #: vendor/tickets/src/Tribe/RSVP.php:1398
3682
  msgid "Post scheduled."
3683
+ msgstr "Post scheduled."
3684
 
3685
  #: vendor/tickets/src/Tribe/RSVP.php:1397
3686
  msgid "Post submitted."
3688
 
3689
  #: vendor/tickets/src/Tribe/RSVP.php:1394
3690
  msgid "Post published. %1$s"
3691
+ msgstr "Post published. %1$s"
3692
 
3693
  #: vendor/tickets/src/Tribe/RSVP.php:1390
3694
  msgid "Post updated. %1$s"
3695
+ msgstr "Post updated. %1$s"
3696
 
3697
  #: vendor/tickets/src/Tribe/RSVP.php:1383
3698
  msgid "Return to the %1$sAttendees Report%2$s."
3699
+ msgstr "Return to the %1$sAttendees Report%2$s."
3700
 
3701
  #: vendor/tickets/src/Tribe/RSVP.php:1115
3702
  msgid "(deleted)"
3703
+ msgstr "(deleted)"
3704
 
3705
  #: vendor/tickets/src/Tribe/RSVP.php:976
3706
  msgid "In order to RSVP, you must enter your name and a valid email address."
3707
+ msgstr "In order to RSVP, you must enter your name and a valid email address."
3708
 
3709
  #: vendor/tickets/src/Tribe/RSVP.php:971
3710
  msgid "You can't RSVP more than the total remaining tickets."
3711
+ msgstr "You can't RSVP more than the total remaining tickets."
3712
 
3713
  #: vendor/tickets/src/Tribe/RSVP.php:965
3714
  msgid "Your RSVP has been received! Check your email for your RSVP confirmation."
3715
+ msgstr "Your RSVP has been received! Check your email for your RSVP confirmation."
3716
 
3717
  #: vendor/tickets/src/Tribe/RSVP.php:679
3718
  msgid "Your tickets from %s"
3719
+ msgstr "Your tickets from %s"
3720
 
3721
  #: vendor/tickets/src/Tribe/RSVP.php:236
3722
  msgctxt "Attendee number"
3723
  msgid "Attendee %1$s"
3724
+ msgstr "Attendee %1$s"
3725
 
3726
  #: vendor/tickets/src/Tribe/Main.php:472
3727
  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)."
3728
+ msgstr "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)."
3729
 
3730
  #: vendor/tickets/src/Tribe/Main.php:469
3731
  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."
3732
+ msgstr "Looking for more immediate support? We offer %1$s with the purchase of any of our premium plugins (like %2$s). Pick up a licence and you can post there directly and expect a response within 24-48 hours during weekdays."
3733
 
3734
  #: vendor/tickets/src/Tribe/Main.php:468
3735
  msgid "Events Tickets Plus"
3736
+ msgstr "Events Tickets Plus"
3737
 
3738
  #: vendor/tickets/src/Tribe/Main.php:447
3739
  msgid "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
3740
+ msgstr "We are committed to helping you sell tickets for your event. Check out our handy %s to get started."
3741
 
3742
  #: vendor/tickets/src/Tribe/Main.php:428
3743
  msgid "Customizing Event Tickets"
3744
+ msgstr "Customizing Event Tickets"
3745
 
3746
  #: vendor/tickets/src/Tribe/Main.php:423
3747
  msgid "Support for Event Tickets"
3748
+ msgstr "Support for Event Tickets"
3749
 
3750
  #: vendor/tickets/src/Tribe/Main.php:241
3751
  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"
3752
+ msgstr "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"
3753
 
3754
  #: src/views/list/nav.php:34
3755
  msgid "Next %s"
3761
 
3762
  #: src/io/csv/admin-views/result.php:26
3763
  msgid "%1$s%2$s%3$sInserted:%4$s A new item was inserted successfully. %5$s%2$s%3$sUpdated:%4$s An item was found with the same name and/or start date. The existing item was updated with the new value from the file.%5$s%2$s%3$sSkipped:%4$s A row was found in the CSV file that could not be imported. Please see below for the invalid rows.%5$s%6$s"
3764
+ msgstr "%1$s%2$s%3$sInserted:%4$s A new item was inserted successfully. %5$s%2$s%3$sUpdated:%4$s An item was found with the same name and/or start date. The existing item was updated with the new value from the file.%5$s%2$s%3$sSkipped:%4$s A row was found in the CSV file that could not be imported. Please see below for the invalid rows.%5$s%6$s"
3765
 
3766
  #: src/io/csv/admin-views/import.php:59
3767
  msgid "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file is UTF-8 encoded? Make sure to specify the character encoding when you save the file, or pass it through a %sconversion tool%s."
3768
+ msgstr "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file is UTF-8 encoded? Make sure to specify the character encoding when you save the file, or pass it through a %sconversion tool%s."
3769
 
3770
  #: src/io/csv/admin-views/import.php:36
3771
  msgid "Questions? %sWatch the video%s."
3772
+ msgstr "Questions? %sWatch the video%s."
3773
 
3774
  #: src/io/csv/admin-views/general.php:12
3775
  msgid "The settings below will impact events imported from files and other websites. Be sure to save your changes before starting to import events."
3776
+ msgstr "The settings below will impact events imported from files and other websites. Be sure to save your changes before starting to import events."
3777
 
3778
  #: src/functions/template-tags/day.php:108
3779
  msgid "Next Day"
3780
+ msgstr "Next Day"
3781
 
3782
  #: src/functions/template-tags/day.php:106
3783
  msgid "Previous Day"
3784
+ msgstr "Previous Day"
3785
 
3786
  #: src/admin-views/venue-meta-box.php:270
3787
  msgid "%s Name already exists"
3788
+ msgstr "%s Name already exists"
3789
 
3790
  #: src/admin-views/venue-meta-box.php:265
3791
  msgid "%s Name can not be empty"
3792
+ msgstr "%s Name can not be empty"
3793
 
3794
  #: src/admin-views/admin-update-message.php:32
3795
  msgid "Keep the Core Plugin %sFREE%s!"
3796
+ msgstr "Keep the Core Plugin %sFREE%s!"
3797
 
3798
  #: src/Tribe/Template_Factory.php:295
3799
  msgid "No results were found for %1$s in or near %2$s."
3800
+ msgstr "No results were found for %1$s in or near %2$s."
3801
 
3802
  #: src/Tribe/Template_Factory.php:293
3803
  msgid "There were no results found for %s."
3804
+ msgstr "There were no results found for %s."
3805
 
3806
  #: src/Tribe/Template/Month.php:373
3807
  msgid "There were no results found for %s this month. Try searching next month."
3808
+ msgstr "There were no results found for %s this month. Try searching next month."
3809
 
3810
  #: src/Tribe/Template/Day.php:147
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
+ msgstr "No %1$s scheduled for %2$s. Please try another day."
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
+ msgstr "Check out the %savailable add-ons%s."
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
+ msgstr "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
+ msgstr "%1$s scheduled for: %2$s."
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
+ msgstr "%1$s draft updated. %2$sPreview %3$s"
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
+ msgstr "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
+ msgstr "%1$s submitted. %2$sPreview %3$s"
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
+ msgstr "Event published. %1$sView %2$s"
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
+ msgstr "%1$s updated. %2$sView %3$s"
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
+ msgstr "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
+ msgstr "If you have a valid licence 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)."
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
+ msgstr "post a thread"
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
+ msgstr "<strong>Looking for more immediate support?</strong> We offer %1$s with the purchase of any of our premium plugins (like %2$s). Pick up a licence and you can post there directly and expect a response within 24-48 hours during weekdays."
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
+ msgstr "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."
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
+ msgstr "open-source forum on WordPress.org"
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
+ msgstr "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a licence and you can post there directly and expect a response within 24-48 hours during weekdays"
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
+ msgstr "premium support on our website"
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
+ msgstr "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
+ msgstr "Events Tickets"
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
+ msgstr "Customizing the Events plugins"
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
+ msgstr "%s: Code and guides for customizing your calendar in useful and interesting ways."
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
+ msgstr "Troubleshooting common problems"
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
+ msgstr "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
+ msgstr "Using stylesheets and page templates"
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
+ msgstr "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
+ msgstr "Themer’s Guide"
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
+ msgstr "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
+ msgstr "Features overview"
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
+ msgstr "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
+ msgstr "Settings overview"
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
+ msgstr "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
+ msgstr "Support for The Events Calendar"
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
+ msgstr "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
+ msgstr "New User Primer"
3947
 
3948
  #: src/Tribe/Importer/Admin_Page.php:249 src/Tribe/Importer/Options.php:24
3949
  #: src/Tribe/Importer/Options.php:84
3950
  msgid "This Filter has been deprecated, to comply with WordPress Standards we are now using Underscores (_) instead of Dashes (-). From: \"%s\" To: \"%s\""
3951
+ msgstr "This Filter has been deprecated, to comply with WordPress Standards we are now using Underscores (_) instead of Dashes (-). From: \"%s\" To: \"%s\""
3952
 
3953
  #: src/Tribe/Importer/Admin_Page.php:138
3954
  msgid "This Action has been deprecated, to comply with WordPress Standards we are now using Underscores (_) instead of Dashes (-). From: \"%s\" To: \"%s\""
3955
+ msgstr "This Action has been deprecated, to comply with WordPress Standards we are now using Underscores (_) instead of Dashes (-). From: \"%s\" To: \"%s\""
3956
 
3957
  #: src/Tribe/Importer/Admin_Page.php:96
3958
  msgid "Default status to use for imported events"
3959
+ msgstr "Default status to use for imported events"
3960
 
3961
  #: src/Tribe/Importer/Admin_Page.php:88
3962
  #: src/admin-views/aggregator/settings.php:63
3963
  msgid "CSV Import Settings"
3964
+ msgstr "CSV Import Settings"
3965
 
3966
  #: src/Tribe/Asset/Bootstrap_Datepicker.php:26
3967
  msgid "Clear"
3969
 
3970
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:227
3971
  msgid "Add another %s"
3972
+ msgstr "Add another %s"
3973
 
3974
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151
3975
  msgid "Create New %s"
3976
+ msgstr "Create New %s"
3977
 
3978
  #: src/Tribe/Organizer.php:304
3979
  msgid "Unnamed %s"
3980
+ msgstr "Unnamed %s"
3981
 
3982
  #: common/src/admin-views/tribe-options-licenses.php:47
3983
  #: vendor/tickets/common/src/admin-views/tribe-options-licenses.php:47
3984
  msgid "Only license fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
3985
+ msgstr "Only licence fields for %1$snetwork activated%2$s plugins will be listed on this screen. "
3986
 
3987
  #: common/src/admin-views/tribe-options-help.php:31
3988
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:31
3989
  msgid "Read more about our support policy"
3990
+ msgstr "Read more about our support policy"
3991
 
3992
  #: common/src/admin-views/tribe-options-help.php:30
3993
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:30
3994
  msgid "Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums 😄"
3995
+ msgstr "Please note that all hands-on support is provided via the forums. You can email or tweet at us… ​but we will probably point you back to the forums 😄"
3996
 
3997
  #: common/src/admin-views/tribe-options-help.php:26
3998
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:26
3999
  msgid "Search our support forum"
4000
+ msgstr "Search our support forum"
4001
 
4002
  #: common/src/admin-views/tribe-options-help.php:26
4003
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:26
4004
  msgid "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
4005
+ msgstr "%s. There are very few issues we haven’t seen and it’s likely another user has already asked your question and gotten an answer from our support staff. While posting to the forums is open only to paid customers, they are open for anyone to search and review."
4006
 
4007
  #: common/src/admin-views/tribe-options-help.php:25
4008
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:25
4009
  msgid "Test for a theme or plugin conflict"
4010
+ msgstr "Test for a theme or plugin conflict"
4011
 
4012
  #: common/src/admin-views/tribe-options-help.php:25
4013
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:25
4014
  msgid "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
4015
+ msgstr "%s. Testing for an existing conflict is the best start for in-depth troubleshooting. We will often ask you to follow these steps when opening a new thread, so doing this ahead of time will be super helpful."
4016
 
4017
  #: common/src/admin-views/tribe-options-help.php:24
4018
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:24
4019
  msgid "Check our Knowledgebase"
4020
+ msgstr "Check our Knowledgebase"
4021
 
4022
  #: common/src/admin-views/tribe-options-help.php:24
4023
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:24
4024
  msgid "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
4025
+ msgstr "%s. All of the common (and not-so-common) answers to questions we see are here. It’s often the fastest path to finding an answer!"
4026
 
4027
  #: common/src/admin-views/tribe-options-help.php:20
4028
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:20
4029
  msgid "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
4030
+ msgstr "While the resources above help solve a majority of the issues we see, there are times you might be looking for extra support. If you need assistance using our plugins and would like us to take a look, please follow these steps:"
4031
 
4032
  #: common/src/admin-views/tribe-options-help.php:19
4033
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:19
4034
  msgid "Getting More Help"
4035
+ msgstr "Getting More Help"
4036
 
4037
  #: common/src/admin-views/tribe-options-help.php:16
4038
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:16
4039
  msgid "list of available functions"
4040
+ msgstr "list of available functions"
4041
 
4042
  #: common/src/admin-views/tribe-options-help.php:16
4043
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:16
4044
  msgid "<strong>Want to dive deeper?</strong> Check out our %s for developers."
4045
+ msgstr "<strong>Want to dive deeper?</strong> Check out our %s for developers."
4046
 
4047
  #: common/src/admin-views/tribe-options-help.php:15
4048
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:15
4052
  #: common/src/admin-views/tribe-options-help.php:15
4053
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:15
4054
  msgid "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
4055
+ msgstr "Our website’s %s is a great place to find tips and tricks for using and customizing our plugins."
4056
 
4057
  #: common/src/admin-views/tribe-options-help.php:14
4058
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:14
4059
  msgid "Getting Support"
4060
+ msgstr "Getting Support"
4061
 
4062
  #: common/src/admin-views/tribe-options-help.php:11
4063
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:11
4064
  msgid "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
4065
+ msgstr "Thanks you for using %s! All of us at Modern Tribe sincerely appreciate your support and we’re excited to see you using our plugins."
4066
 
4067
  #: common/src/admin-views/tribe-options-general.php:15
4068
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:15
4069
  msgid "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
4070
+ msgstr "Optimize your site's event listings with %1$sThe Events Calendar%2$s, our free calendar plugin. Looking for additional functionality including recurring events, user-submission, advanced ticket sales and more? Check out our %3$spremium add-ons%4$s."
4071
 
4072
  #: common/src/admin-views/tribe-options-general.php:10
4073
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:10
4074
  msgid "Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we're excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started."
4075
+ msgstr "Thank you for using Event Tickets! All of us at Modern Tribe sincerely appreciate your support and we're excited to see you using our plugins. Check out our handy %1$sNew User Primer%2$s to get started."
4076
 
4077
  #: src/admin-views/tribe-options-display.php:68
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
+ msgstr "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
+ msgstr "Thanks for setting up a valid key. It will expire on %s"
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
+ msgstr "<a href=\"%s\">edit Events settings</a>."
4089
 
4090
  #: common/src/Tribe/Admin/Help_Page.php:849
4091
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:849
4092
  msgid "Visit the Add-on Page"
4093
+ msgstr "Visit the Add-on Page"
4094
 
4095
  #: common/src/Tribe/Admin/Help_Page.php:844
4096
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:844
4097
  msgid "Plugin Inactive"
4098
+ msgstr "Plugin Inactive"
4099
 
4100
  #: common/src/Tribe/Admin/Help_Page.php:842
4101
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:842
4102
  msgid "Plugin Active"
4103
+ msgstr "Plugin Active"
4104
 
4105
  #: common/src/Tribe/Admin/Help_Page.php:817
4106
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:817
4107
  msgid "Rating:"
4108
+ msgstr "Rating:"
4109
 
4110
  #: common/src/Tribe/Admin/Help_Page.php:814
4111
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:814
4112
  msgid "Active Users:"
4113
+ msgstr "Active Users:"
4114
 
4115
  #: common/src/Tribe/Admin/Help_Page.php:791
4116
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:791
4125
  #: common/src/Tribe/Admin/Help_Page.php:775
4126
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:775
4127
  msgid "Upgrade Plugin"
4128
+ msgstr "Upgrade Plugin"
4129
 
4130
  #: common/src/Tribe/Admin/Help_Page.php:767
4131
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:767
4141
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:233
4142
  #: vendor/tickets/common/src/Tribe/App_Shop.php:147
4143
  msgid "Community Tickets"
4144
+ msgstr "Community Tickets"
4145
 
4146
  #: common/src/Tribe/Admin/Help_Page.php:224 common/src/Tribe/App_Shop.php:122
4147
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:224
4148
  #: vendor/tickets/common/src/Tribe/App_Shop.php:122
4149
  msgid "Event Tickets Plus"
4150
+ msgstr "Event Tickets Plus"
4151
 
4152
  #: common/src/Tribe/Admin/Help_Page.php:216
4153
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:216
4154
  msgid "Events Filter Bar"
4155
+ msgstr "Events Filter Bar"
4156
 
4157
  #: common/src/Tribe/Admin/Help_Page.php:208 src/Tribe/Aggregator/Page.php:371
4158
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:208
4159
  msgid "Facebook Events"
4160
+ msgstr "Facebook Events"
4161
 
4162
  #: common/src/Tribe/Admin/Help_Page.php:192 common/src/Tribe/App_Shop.php:155
4163
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:192
4164
  #: vendor/tickets/common/src/Tribe/App_Shop.php:155
4165
  msgid "Eventbrite Tickets"
4166
+ msgstr "Eventbrite Tickets"
4167
 
4168
  #: common/src/Tribe/Admin/Help_Page.php:159
4169
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:159
4175
  #: common/src/Tribe/Admin/Help_Page.php:84
4176
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:84
4177
  msgid "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
4178
+ msgstr "Turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of metaboxes."
4179
 
4180
  #: common/src/Tribe/Admin/Help_Page.php:80
4181
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:80
4182
  msgid "Advanced Post Manager"
4183
+ msgstr "Advanced Post Manager"
4184
 
4185
  #: common/src/Tribe/Admin/Help_Page.php:68
4186
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:68
4187
  msgid "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
4188
+ msgstr "Events Tickets is a carefully crafted, extensible plugin that lets you easily sell tickets for your events."
4189
 
4190
  #: common/src/Tribe/Admin/Help_Page.php:64
4191
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:64
4192
  #: vendor/tickets/src/Tribe/Main.php:491
4193
  msgid "Event Tickets"
4194
+ msgstr "Event Tickets"
4195
 
4196
  #: common/src/Tribe/Admin/Help_Page.php:52
4197
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:52
4198
  msgid "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
4199
+ msgstr "The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events."
4200
 
4201
  #: src/views/month/single-day.php:42
4202
  msgid "View %1$s %2$s"
4206
 
4207
  #: src/Tribe/Aggregator/Record/Queue_Realtime.php:54
4208
  msgid "Completed!"
4209
+ msgstr "Completed!"
4210
 
4211
  #: src/Tribe/Organizer.php:177
4212
  msgid "organizers"
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "Editing the ticket price is currently disallowed."
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
+ msgstr "%1$s or %2$s"
4235
 
4236
  #. Author URI of the plugin/theme
4237
  msgid "http://m.tri.be/1x"
4661
  msgstr "More..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
4768
 
4769
  #: src/admin-views/tribe-options-general.php:123
4770
  msgid "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar."
4771
+ msgstr "Have an event that runs past midnight? Select a time after that event's end to avoid showing the event on the next day's calendar."
4772
 
4773
  #: src/admin-views/tribe-options-general.php:102
4774
  msgid "End of day cutoff"
4775
+ msgstr "End of day cutoff"
4776
 
4777
  #: src/admin-views/tribe-options-general.php:97
4778
  msgid "The above should ideally be plural, and this singular.<br />Your single event URL is: %s"
4779
+ msgstr "The above should ideally be plural, and this singular.<br />Your single event URL is: %s"
4780
 
4781
  #: src/admin-views/tribe-options-general.php:90
4782
  msgid "Single event URL slug"
4783
+ msgstr "Single event URL slug"
4784
 
4785
  #: src/admin-views/tribe-options-general.php:85
4786
  #: src/functions/template-tags/options.php:39
4787
  msgid "Here is the iCal feed URL for your events:"
4788
+ msgstr "Here is the iCal feed URL for your events:"
4789
 
4790
  #: src/admin-views/tribe-options-general.php:80
4791
  msgid "Your current events URL is: %s"
4792
+ msgstr "Your current events URL is: %s"
4793
 
4794
  #: src/admin-views/tribe-options-general.php:80
4795
  #: src/functions/template-tags/options.php:20
4796
  msgid "The slug used for building the events URL."
4797
+ msgstr "The slug used for building the events URL."
4798
 
4799
  #: src/admin-views/tribe-options-general.php:68
4800
  msgid "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\"%1$s\">%2$s</a>. In order to edit the slug here, <a href=\"%3$soptions-permalink.php\">enable pretty permalinks</a>."
4801
+ msgstr "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\"%1$s\">%2$s</a>. In order to edit the slug here, <a href=\"%3$soptions-permalink.php\">enable pretty permalinks</a>."
4802
 
4803
  #: src/admin-views/tribe-options-general.php:67
4804
  #: src/admin-views/tribe-options-general.php:73
4805
  msgid "Events URL slug"
4806
+ msgstr "Events URL slug"
4807
 
4808
  #: src/admin-views/tribe-options-general.php:61
4809
  msgid "Show events with the site's other posts. When this box is checked, events will also continue to appear on the default events page."
4810
+ msgstr "Show events with the site's other posts. When this box is checked, events will also continue to appear on the default events page."
4811
 
4812
  #: src/admin-views/tribe-options-general.php:60
4813
  msgid "Include events in main blog loop"
4814
+ msgstr "Include events in main blog loop"
4815
 
4816
  #: src/admin-views/tribe-options-general.php:54
4817
  msgid "Enable comments on event pages."
4818
+ msgstr "Enable comments on event pages."
4819
 
4820
  #: src/admin-views/tribe-options-general.php:53
4821
  msgid "Show comments"
4822
+ msgstr "Show comments"
4823
 
4824
  #: src/admin-views/tribe-options-general.php:45
4825
  msgid "Enable live ajax for datepicker on front end (User submit not required)."
4826
+ msgstr "Enable live ajax for datepicker on front end (User submit not required)."
4827
 
4828
  #: src/admin-views/tribe-options-general.php:45
4829
  msgid "This option is disabled when \"Disable the Event Search Bar\" is checked on the Display settings tab."
4830
+ msgstr "This option is disabled when \"Disable the Event Search Bar\" is checked on the Display settings tab."
4831
 
4832
  #: src/admin-views/tribe-options-general.php:44
4833
  msgid "Use Javascript to control date filtering"
4834
+ msgstr "Use Javascript to control date filtering"
4835
 
4836
  #: src/admin-views/tribe-options-general.php:37
4837
  msgid "Number of events to show per page"
4838
+ msgstr "Number of events to show per page"
4839
 
4840
  #: src/admin-views/tribe-options-general.php:33
4841
  msgid "General Settings"
4844
  #: common/src/admin-views/tribe-options-general.php:40
4845
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:40
4846
  msgid "Show The Events Calendar link"
4847
+ msgstr "Show The Events Calendar link"
4848
 
4849
  #: common/src/admin-views/tribe-options-general.php:35
4850
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:35
4851
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
4852
+ msgstr "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
4853
 
4854
  #: common/src/admin-views/tribe-options-general.php:30
4855
  #: common/src/admin-views/tribe-options-general.php:35
4856
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:30
4857
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:35
4858
  msgid "See an example of the link"
4859
+ msgstr "See an example of the link"
4860
 
4861
  #: common/src/admin-views/tribe-options-general.php:30
4862
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:30
4863
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
4864
+ msgstr "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text-only link at the bottom of your calendar pointing to The Events Calendar project."
4865
 
4866
  #: common/src/admin-views/tribe-options-general.php:25
4867
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:25
4868
  msgid "We hope our plugin is helping you out."
4869
+ msgstr "We hope our plugin is helping you out."
4870
 
4871
  #: common/src/admin-views/tribe-options-general.php:20
4872
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:20
4873
  msgid "Check out the available add-ons"
4874
+ msgstr "Check out the available add-ons"
4875
 
4876
  #: common/src/admin-views/tribe-options-general.php:20
4877
  #: vendor/tickets/common/src/admin-views/tribe-options-general.php:20
4878
  msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
4879
+ msgstr "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
4880
 
4881
  #: src/admin-views/tribe-options-general.php:22
4882
  msgid "Right here"
4883
+ msgstr "Right here"
4884
 
4885
  #: src/admin-views/tribe-options-general.php:22
4886
  msgid "Where's my calendar?"
4887
+ msgstr "Where's my calendar?"
4888
 
4889
  #: src/admin-views/tribe-options-general.php:17
4890
  msgid "Finding your calendar."
4891
+ msgstr "Finding your calendar."
4892
 
4893
  #: src/admin-views/tribe-options-general.php:12
4894
  msgid "Finding & extending your calendar."
4895
+ msgstr "Finding & extending your calendar."
4896
 
4897
  #: src/admin-views/tribe-options-display.php:217
4898
  msgid "If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout."
4899
+ msgstr "If you are familiar with HTML, you can add additional code after the event template. Some themes may require this to help with styling or layout."
4900
 
4901
  #: src/admin-views/tribe-options-display.php:216
4902
  msgid "Add HTML after event content"
4903
+ msgstr "Add HTML after event content"
4904
 
4905
  #: src/admin-views/tribe-options-display.php:211
4906
  msgid "If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout."
4907
+ msgstr "If you are familiar with HTML, you can add additional code before the event template. Some themes may require this to help with styling or layout."
4908
 
4909
  #: src/admin-views/tribe-options-display.php:210
4910
  msgid "Add HTML before event content"
4911
+ msgstr "Add HTML before event content"
4912
 
4913
  #: src/admin-views/tribe-options-display.php:206
4914
  msgid "Advanced Template Settings"
4915
+ msgstr "Advanced Template Settings"
4916
 
4917
  #: common/src/admin-views/tribe-options-display.php:31
4918
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:31
4919
  msgid "Select the date format to use in datepickers"
4920
+ msgstr "Select the date format to use in datepickers"
4921
 
4922
  #: common/src/admin-views/tribe-options-display.php:30
4923
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:30
4924
  msgid "Datepicker Date Format"
4925
+ msgstr "Datepicker Date Format"
4926
 
4927
  #: src/admin-views/tribe-options-display.php:114
4928
  msgid "Enter the separator that will be used between the start and end time of an event."
4929
+ msgstr "Enter the separator that will be used between the start and end time of an event."
4930
 
4931
  #: src/admin-views/tribe-options-display.php:113
4932
  msgid "Time range separator"
4933
+ msgstr "Time range separator"
4934
 
4935
  #: src/admin-views/tribe-options-display.php:76
4936
  msgid "Enter the separator that will be placed between the date and time, when both are shown."
4937
+ msgstr "Enter the separator that will be placed between the date and time, when both are shown."
4938
 
4939
  #: src/admin-views/tribe-options-display.php:75
4940
  msgid "Date time separator"
4941
+ msgstr "Date time separator"
4942
 
4943
  #: src/admin-views/tribe-options-display.php:99
4944
  msgid "Enter the format to use for dates that show a month and year only. Used on month view."
4945
+ msgstr "Enter the format to use for dates that show a month and year only. Used on month view."
4946
 
4947
  #: src/admin-views/tribe-options-display.php:98
4948
  msgid "Month and year format"
4949
+ msgstr "Month and year format"
4950
 
4951
  #: src/admin-views/tribe-options-display.php:91
4952
  msgid "Enter the format to use for displaying dates without a year. Used when showing an event from the current year."
4953
+ msgstr "Enter the format to use for displaying dates without a year. Used when showing an event from the current year."
4954
 
4955
  #: src/admin-views/tribe-options-display.php:90
4956
  msgid "Date without year"
4957
+ msgstr "Date without year"
4958
 
4959
  #: src/admin-views/tribe-options-display.php:67
4960
  msgid "Date with year"
4961
+ msgstr "Date with year"
4962
 
4963
  #: common/src/admin-views/tribe-options-display.php:26
4964
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:26
4965
  msgid "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
4966
+ msgstr "<p>The following three fields accept the date format options available to the php date() function. <a href=\"http://codex.wordpress.org/Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date format here</a>.</p>"
4967
 
4968
  #: common/src/admin-views/tribe-options-display.php:22
4969
  #: vendor/tickets/common/src/admin-views/tribe-options-display.php:22
4970
  msgid "Date Format Settings"
4971
+ msgstr "Date Format Settings"
4972
 
4973
  #: src/admin-views/tribe-options-display.php:193
4974
  msgid "Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href=\"%s\">Read more</a>."
4975
+ msgstr "Check this to cache your month view HTML in transients, which can help improve calendar speed on sites with many events. <a href=\"%s\">Read more</a>."
4976
 
4977
  #: src/admin-views/tribe-options-display.php:192
4978
  msgid "Enable the Month View Cache"
4979
+ msgstr "Enable the Month View Cache"
4980
 
4981
  #: src/admin-views/tribe-options-display.php:184
4982
  msgid "Month view events per day"
4983
+ msgstr "Month view events per day"
4984
 
4985
  #: src/admin-views/tribe-options-display.php:178
4986
  msgid "Check this to use the classic header."
4987
+ msgstr "Check this to use the classic header."
4988
 
4989
  #: src/admin-views/tribe-options-display.php:177
4990
  msgid "Disable the Event Search Bar"
4991
+ msgstr "Disable the Event Search Bar"
4992
 
4993
  #: src/admin-views/tribe-options-display.php:169
4994
  msgid "Default view"
4995
+ msgstr "Default view"
4996
 
4997
  #: src/admin-views/tribe-options-display.php:162
4998
  msgid "You must select at least one view."
4999
+ msgstr "You must select at least one view."
5000
 
5001
  #: src/admin-views/tribe-options-display.php:161
5002
  msgid "Enable event views"
5003
+ msgstr "Enable event views"
5004
 
5005
  #: src/admin-views/tribe-options-display.php:153
5006
  msgid "Choose a page template to control the appearance of your calendar and event content."
5007
+ msgstr "Choose a page template to control the appearance of your calendar and event content."
5008
 
5009
  #: src/admin-views/tribe-options-display.php:152
5010
  msgid "Events template"
5011
+ msgstr "Events template"
5012
 
5013
  #: src/admin-views/tribe-options-display.php:145
5014
  msgid "A fully designed and styled theme for your events pages."
5015
+ msgstr "A fully designed and styled theme for your events pages."
5016
 
5017
  #: src/admin-views/tribe-options-display.php:143
5018
  msgid "Tribe Events Styles"
5019
+ msgstr "Tribe Events Styles"
5020
 
5021
  #: src/admin-views/tribe-options-display.php:141
5022
  msgid "More detailed styling, tries to grab styles from your theme."
5023
+ msgstr "More detailed styling, tries to grab styles from your theme."
5024
 
5025
  #: src/admin-views/tribe-options-display.php:139
5026
  msgid "Full Styles"
5027
+ msgstr "Full Styles"
5028
 
5029
  #: src/admin-views/tribe-options-display.php:137
5030
  msgid "Only includes enough css to achieve complex layouts like calendar and week view."
5031
+ msgstr "Only includes enough css to achieve complex layouts like calendar and week view."
5032
 
5033
  #: src/admin-views/tribe-options-display.php:135
5034
  msgid "Skeleton Styles"
5035
+ msgstr "Skeleton Styles"
5036
 
5037
  #: src/admin-views/tribe-options-display.php:132
5038
  msgid "Default stylesheet used for events templates"
5039
+ msgstr "Default stylesheet used for events templates"
5040
 
5041
  #: src/admin-views/tribe-options-display.php:128
5042
  msgid "Basic Template Settings"
5043
+ msgstr "Basic Template Settings"
5044
 
5045
  #: src/admin-views/tribe-options-display.php:49
5046
  msgid "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme.</p><p>There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
5047
+ msgstr "The settings below control the display of your calendar. If things don't look right, try switching between the three style sheet options or pick a page template from your theme.</p><p>There are going to be situations where no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s\">our themer's guide</a> for instructions on custom modifications."
5048
 
5049
  #: src/admin-views/tribe-options-display.php:44
5050
  msgid "Display Settings"
5052
 
5053
  #: src/admin-views/tribe-options-display.php:7
5054
  msgid "Default Page Template"
5055
+ msgstr "Default Page Template"
5056
 
5057
  #: src/admin-views/tribe-options-display.php:6
5058
  msgid "Default Events Template"
5059
+ msgstr "Default Events Template"
5060
 
5061
  #: vendor/tickets/src/admin-views/meta-box.php:239
5062
  msgid "Save this ticket"
5063
+ msgstr "Save this ticket"
5064
 
5065
  #: vendor/tickets/src/admin-views/meta-box.php:192
5066
  msgid "End sale:"
5067
+ msgstr "End sale:"
5068
 
5069
  #: vendor/tickets/src/admin-views/meta-box.php:161
5070
  msgid "Start sale:"
5071
+ msgstr "Start sale:"
5072
 
5073
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:28
5074
  msgid "(Current sale price - this can be managed via the product editor)"
5075
+ msgstr "(Current sale price - this can be managed via the product editor)"
5076
 
5077
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:24
5078
  msgid "Sale Price:"
5080
 
5081
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:19
5082
  msgid "(0 or empty for free tickets)"
5083
+ msgstr "(0 or empty for free tickets)"
5084
 
5085
  #: vendor/tickets/src/admin-views/legacy-ticket-fields.php:15
5086
  msgid "Price:"
5088
 
5089
  #: vendor/tickets/src/admin-views/meta-box.php:152
5090
  msgid "Ticket Description:"
5091
+ msgstr "Ticket Description:"
5092
 
5093
  #: vendor/tickets/src/admin-views/meta-box.php:145
5094
  msgid "Ticket Name:"
5095
+ msgstr "Ticket Name:"
5096
 
5097
  #: vendor/tickets/src/admin-views/meta-box.php:128
5098
  msgid "Sell using:"
5099
+ msgstr "Sell using:"
5100
 
5101
  #: vendor/tickets/src/admin-views/meta-box.php:123
5102
  msgid "Edit ticket"
5103
+ msgstr "Edit ticket"
5104
 
5105
  #: vendor/tickets/src/admin-views/meta-box.php:112
5106
  #: vendor/tickets/src/admin-views/meta-box.php:122
5117
 
5118
  #: vendor/tickets/src/admin-views/meta-box.php:43
5119
  msgid "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
5120
+ msgstr "The maximum image size in the email will be 580px wide by any height, and then scaled for mobile. If you would like \"retina\" support use an image sized to 1160px wide."
5121
 
5122
  #: vendor/tickets/src/admin-views/meta-box.php:42
5123
  msgid "Upload image for the ticket header."
5124
+ msgstr "Upload image for the ticket header."
5125
 
5126
  #: vendor/tickets/src/admin-views/meta-box.php:31
5127
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
5128
+ msgstr "This event was created using Community Events. Are you sure you want to sell tickets for it?"
5129
 
5130
  #: common/src/admin-views/event-log.php:65
5131
  #: vendor/tickets/common/src/admin-views/event-log.php:65
5135
 
5136
  #: vendor/tickets/src/admin-views/list.php:52
5137
  msgid "Edit in %s"
5138
+ msgstr "Edit in %s"
5139
 
5140
  #: src/Tribe/Aggregator/Record/List_Table.php:357
5141
  #: vendor/tickets/src/admin-views/list.php:33
5153
 
5154
  #: vendor/tickets/src/admin-views/attendees-email.php:15
5155
  msgid "Select..."
5156
+ msgstr "Select..."
5157
 
5158
  #: vendor/tickets/src/admin-views/attendees-email.php:10
5159
  msgid "Select a User:"
5160
+ msgstr "Select a User:"
5161
 
5162
  #: vendor/tickets/src/admin-views/attendees-email.php:4
5163
  msgid "Send the attendee list by email"
5164
+ msgstr "Send the attendee list by email"
5165
 
5166
  #: src/admin-views/create-venue-fields.php:35
5167
  #: src/admin-views/venue-meta-box.php:38
5171
  #: src/admin-views/linked-post-meta-box.php:49
5172
  #: src/admin-views/organizer-meta-box.php:75
5173
  msgid "%s Name Already Exists"
5174
+ msgstr "%s Name Already Exists"
5175
 
5176
  #: src/admin-views/create-organizer-fields.php:15
5177
  #: src/admin-views/organizer-meta-box.php:43
5186
  #: src/views/modules/meta/details.php:148
5187
  #: src/views/modules/meta/organizer.php:65 src/views/modules/meta/venue.php:45
5188
  msgid "Website:"
5189
+ msgstr "Website:"
5190
 
5191
  #: src/admin-views/create-organizer-fields.php:2
5192
  #: src/admin-views/create-venue-fields.php:138
5200
  #: src/admin-views/organizer-meta-box.php:24
5201
  #: src/admin-views/venue-meta-box.php:25
5202
  msgid "%s Name:"
5203
+ msgstr "%s Name:"
5204
 
5205
  #: src/admin-views/events-meta-box.php:256
5206
  msgid "Enter a 0 for %s that are free or leave blank to hide the field."
5207
+ msgstr "Enter a 0 for %s that are free or leave blank to hide the field."
5208
 
5209
  #: src/admin-views/events-meta-box.php:248
5210
  #: src/views/modules/meta/details.php:123
5214
  #: src/admin-views/events-meta-box.php:243
5215
  msgctxt "Currency symbol position"
5216
  msgid "After cost"
5217
+ msgstr "After cost"
5218
 
5219
  #: src/admin-views/events-meta-box.php:240
5220
  msgctxt "Currency symbol position"
5221
  msgid "Before cost"
5222
+ msgstr "Before cost"
5223
 
5224
  #: src/admin-views/events-meta-box.php:212
5225
  msgid "Currency Symbol:"
5226
+ msgstr "Currency Symbol:"
5227
 
5228
  #: src/admin-views/events-meta-box.php:209
5229
  msgid "%s Cost"
5230
+ msgstr "%s Cost"
5231
 
5232
  #: src/admin-views/aggregator/origins/facebook.php:102
5233
  #: src/admin-views/aggregator/origins/gcal.php:73
5239
 
5240
  #: src/admin-views/events-meta-box.php:175
5241
  msgid "%s Website"
5242
+ msgstr "%s Website"
5243
 
5244
  #: src/Tribe/Aggregator/Record/List_Table.php:481
5245
  msgid "Location:"
5246
+ msgstr "Location:"
5247
 
5248
  #: src/admin-views/events-meta-box.php:129
5249
  msgid "Timezone:"
5250
+ msgstr "Timezone:"
5251
 
5252
  #: src/admin-views/events-meta-box.php:83
5253
  #: src/admin-views/events-meta-box.php:122
5254
  msgid "YYYY-MM-DD"
5255
+ msgstr "YYYY-MM-DD"
5256
 
5257
  #: src/admin-views/events-meta-box.php:69
5258
  msgid "You have changed the recurrence rules of this %1$s. Saving the %1$s will update all future %2$s. If you did not mean to change all %2$s, then please refresh the page."
5259
+ msgstr "You have changed the recurrence rules of this %1$s. Saving the %1$s will update all future %2$s. If you did not mean to change all %2$s, then please refresh the page."
5260
 
5261
  #: src/admin-views/events-meta-box.php:52
5262
  msgid "Time &amp; Date"
5263
+ msgstr "Time &amp; Date"
5264
 
5265
  #: src/admin-views/event-sidebar-options.php:25
5266
  msgid "When events are sticky in month view, they'll display first in the list of events shown within a given day block."
5267
+ msgstr "When events are sticky in month view, they'll display first in the list of events shown within a given day block."
5268
 
5269
  #: src/admin-views/event-sidebar-options.php:23
5270
  msgid "Sticky in Month View"
5271
+ msgstr "Sticky in Month View"
5272
 
5273
  #: src/admin-views/event-sidebar-options.php:16
5274
  msgid "Hide From %s Listings"
5275
+ msgstr "Hide From %s Listings"
5276
 
5277
  #: src/admin-views/admin-welcome-message.php:54
5278
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:61
5320
 
5321
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:25
5322
  msgid "Stay in touch with Event Tickets Plus. We send out periodic updates, key developer notices, and even the occasional discount."
5323
+ msgstr "Stay in touch with Event Tickets Plus. We send out periodic updates, key developer notices, and even the occasional discount."
5324
 
5325
  #: src/admin-views/admin-welcome-message.php:25
5326
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:24
5329
 
5330
  #: vendor/tickets/src/admin-views/admin-welcome-message.php:19
5331
  msgid "Your ratings help us bring The Events Calendar 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."
5332
+ msgstr "Your ratings help us bring The Events Calendar 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."
5333
 
5334
  #: src/admin-views/admin-update-message.php:58
5335
  #: src/admin-views/admin-welcome-message.php:53
5338
  msgstr "News For Events Users"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
6934
  #: common/src/Tribe/Validate.php:275
6935
  #: vendor/tickets/common/src/Tribe/Validate.php:255
6936
  msgid "%s must be a valid absolute URL."
6937
+ msgstr "%s must be a valid absolute URL."
6938
 
6939
  #: common/src/Tribe/Validate.php:260
6940
  #: vendor/tickets/common/src/Tribe/Validate.php:240
6941
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
6942
+ msgstr "%s must be a valid slug (numbers, letters, dashes, and underscores)."
6943
 
6944
  #: common/src/Tribe/Validate.php:197 common/src/Tribe/Validate.php:225
6945
  #: vendor/tickets/common/src/Tribe/Validate.php:197
6946
  #: vendor/tickets/common/src/Tribe/Validate.php:225
6947
  msgid "%s must be a positive number."
6948
+ msgstr "%s must be a positive number."
6949
 
6950
  #: common/src/Tribe/Validate.php:167
6951
  #: vendor/tickets/common/src/Tribe/Validate.php:167
6952
  msgid "%s must contain numbers, letters and dots only"
6953
+ msgstr "%s must contain numbers, letters and dots only"
6954
 
6955
  #: common/src/Tribe/Validate.php:135 common/src/Tribe/Validate.php:151
6956
  #: vendor/tickets/common/src/Tribe/Validate.php:135
6957
  #: vendor/tickets/common/src/Tribe/Validate.php:151
6958
  msgid "%s must contain numbers and letters only"
6959
+ msgstr "%s must contain numbers and letters only"
6960
 
6961
  #: common/src/Tribe/Validate.php:112
6962
  #: vendor/tickets/common/src/Tribe/Validate.php:112
6963
  msgctxt "non-existant function name passed for field validation"
6964
  msgid "with function name:"
6965
+ msgstr "with function name:"
6966
 
6967
  #: common/src/Tribe/Validate.php:111
6968
  #: vendor/tickets/common/src/Tribe/Validate.php:111
6969
  msgid "Non-existant field validation function passed"
6970
+ msgstr "Non-existant field validation function passed"
6971
 
6972
  #: common/src/Tribe/Validate.php:77 common/src/Tribe/Validate.php:112
6973
  #: common/src/Tribe/Validate.php:118
6975
  #: vendor/tickets/common/src/Tribe/Validate.php:112
6976
  #: vendor/tickets/common/src/Tribe/Validate.php:118
6977
  msgid "Field ID:"
6978
+ msgstr "Field ID:"
6979
 
6980
  #: common/src/Tribe/Validate.php:76 common/src/Tribe/Validate.php:117
6981
  #: vendor/tickets/common/src/Tribe/Validate.php:76
6982
  #: vendor/tickets/common/src/Tribe/Validate.php:117
6983
  msgid "Invalid or incomplete field passed"
6984
+ msgstr "Invalid or incomplete field passed"
6985
 
6986
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:571
6987
  msgid "Attendee List for: %s"
6988
+ msgstr "Attendee List for: %s"
6989
 
6990
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:467
6991
  msgid "attendees"
6992
+ msgstr "attendees"
6993
 
6994
  #: src/admin-views/aggregator/settings.php:32
6995
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:426
6998
 
6999
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:235
7000
  msgid "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
7001
+ msgstr "You can use Screen Options to select which columns you want to see. The selection works in the table below, in the email, for print and for the CSV export."
7002
 
7003
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:235
7004
  msgid "Columns"
7006
 
7007
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:203
7008
  msgid "Sending..."
7009
+ msgstr "Sending..."
7010
 
7011
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:202
7012
  msgid "You need to select a user or type a valid email address"
7013
+ msgstr "You need to select a user or type a valid email address"
7014
 
7015
  #: vendor/tickets/src/Tribe/Admin/Columns/Tickets.php:39
7016
  #: vendor/tickets/src/Tribe/Tabbed_View/Attendee_Report_Tab.php:22
7023
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:140
7024
  #: vendor/tickets/src/admin-views/list.php:90
7025
  msgid "See who purchased tickets to this event"
7026
+ msgstr "See who purchased tickets to this event"
7027
 
7028
  #: vendor/tickets/src/Tribe/Tickets.php:592
7029
  msgid "Your ticket has been deleted."
7030
+ msgstr "Your ticket has been deleted."
7031
 
7032
  #: vendor/tickets/src/Tribe/Tickets.php:426
7033
  msgid "Your ticket has been saved."
7034
+ msgstr "Your ticket has been saved."
7035
 
7036
  #: vendor/tickets/src/Tribe/Metabox.php:87
7037
  msgid "Set as ticket header"
7038
+ msgstr "Set as ticket header"
7039
 
7040
  #: vendor/tickets/src/Tribe/Metabox.php:86
7041
  msgid "Ticket header image"
7042
+ msgstr "Ticket header image"
7043
 
7044
  #: src/admin-views/admin-update-message.php:52
7045
  #: vendor/tickets/src/Tribe/Admin/Ticket_Settings.php:22
7056
 
7057
  #: vendor/tickets/src/Tribe/Attendees_Table.php:497
7058
  msgid "Filter by purchaser name, ticket #, order # or security code"
7059
+ msgstr "Filter by purchaser name, ticket #, order # or security code"
7060
 
7061
  #: vendor/tickets/src/Tribe/Attendees_Table.php:491
7062
  msgid "Export"
7075
 
7076
  #: vendor/tickets/src/Tribe/Attendees_Table.php:517
7077
  msgid "Undo Check in"
7078
+ msgstr "Undo Check in"
7079
 
7080
  #: vendor/tickets/src/Tribe/Attendees_Table.php:516
7081
  msgid "Check in"
7082
+ msgstr "Check in"
7083
 
7084
  #: vendor/tickets/src/views/tickets/email.php:344
7085
  msgid "Security Code"
7086
+ msgstr "Security Code"
7087
 
7088
  #: vendor/tickets/src/views/tickets/email.php:332
7089
  msgid "Ticket #"
7090
+ msgstr "Ticket #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
+ msgstr "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
+ msgstr "Template overrides should be moved to the correct subdirectory: %s"
7099
 
7100
  #: src/Tribe/Template_Factory.php:301
7101
  msgid "No previous %s "
7102
+ msgstr "No previous %s "
7103
 
7104
  #: src/Tribe/Template_Factory.php:299 src/Tribe/Template_Factory.php:304
7105
  msgid "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of %3$s."
7106
+ msgstr "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of %3$s."
7107
 
7108
  #: src/Tribe/Template_Factory.php:297
7109
  msgid "No upcoming %1$s listed under %2$s. Check out upcoming %3$s for this category or view the full calendar."
7110
+ msgstr "No upcoming %1$s listed under %2$s. Check out upcoming %3$s for this category or view the full calendar."
7111
 
7112
  #: src/Tribe/Template/Embed.php:59 src/Tribe/Template/Single_Event.php:119
7113
  msgid "This %s has passed."
7114
+ msgstr "This %s has passed."
7115
 
7116
  #: src/Tribe/Template/Month.php:819
7117
  msgid "The requested date \"%s\" was not valid &ndash; showing the current month instead"
7118
+ msgstr "The requested date \"%s\" was not valid &ndash; showing the current month instead"
7119
 
7120
  #: src/Tribe/Template/Month.php:379 src/Tribe/Template_Factory.php:306
7121
  msgid "There were no results found."
7122
+ msgstr "There were no results found."
7123
 
7124
  #: src/Tribe/Template/Month.php:377
7125
  msgid "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of events."
7126
+ msgstr "No matching %1$s listed under %2$s. Please try viewing the full calendar for a complete list of events."
7127
 
7128
  #: src/Tribe/Template/Day.php:145
7129
  msgid "No matching %1$s listed under %2$s scheduled for %3$s. Please try another day."
7130
+ msgstr "No matching %1$s listed under %2$s scheduled for %3$s. Please try another day."
7131
 
7132
  #: src/Tribe/Template/Day.php:111 src/Tribe/Template/Day.php:127
7133
  msgid "Ongoing"
7134
+ msgstr "Ongoing"
7135
 
7136
  #: src/Tribe/Aggregator/Page.php:79 src/Tribe/Template/Day.php:108
7137
  #: src/Tribe/Template/Day.php:124
7141
  #: common/src/Tribe/Support.php:190
7142
  #: vendor/tickets/common/src/Tribe/Support.php:190
7143
  msgid "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
7144
+ msgstr "Rewrite rules were purged on load of this help page. Chances are there is a rewrite rule flush occurring in a plugin or theme!"
7145
 
7146
  #: common/src/Tribe/Support.php:179 common/src/Tribe/Support.php:180
7147
  #: vendor/tickets/common/src/Tribe/Support.php:179
7148
  #: vendor/tickets/common/src/Tribe/Support.php:180
7149
  msgid "Unknown or not set"
7150
+ msgstr "Unknown or not set"
7151
 
7152
  #: common/src/admin-views/tribe-options-help.php:34
7153
  #: vendor/tickets/common/src/admin-views/tribe-options-help.php:34
7157
  #: common/src/Tribe/Settings_Tab.php:222
7158
  #: vendor/tickets/common/src/Tribe/Settings_Tab.php:222
7159
  msgid "There are no fields setup for this tab yet."
7160
+ msgstr "There are no fields setup for this tab yet."
7161
 
7162
  #: common/src/Tribe/Settings.php:598
7163
  #: vendor/tickets/common/src/Tribe/Settings.php:598
7164
  msgid "The above setting was not saved. Other settings were successfully saved."
7165
  msgid_plural "The above settings were not saved. Other settings were successfully saved."
7166
+ msgstr[0] "The above setting was not saved. Other settings were successfully saved."
7167
+ msgstr[1] "The above settings were not saved. Other settings were successfully saved."
7168
 
7169
  #: common/src/Tribe/Settings.php:597
7170
  #: vendor/tickets/common/src/Tribe/Settings.php:597
7171
  msgid "None of your settings were saved. Please try again."
7172
+ msgstr "None of your settings were saved. Please try again."
7173
 
7174
  #: common/src/Tribe/Settings.php:587
7175
  #: vendor/tickets/common/src/Tribe/Settings.php:587
7176
  msgid "Your form had the following errors:"
7177
+ msgstr "Your form had the following errors:"
7178
 
7179
  #: common/src/Tribe/Settings.php:420
7180
  #: vendor/tickets/common/src/Tribe/Settings.php:420
7181
  msgid "The request wasn't sent from this tab."
7182
+ msgstr "The request wasn't sent from this tab."
7183
 
7184
  #: common/src/Tribe/Settings.php:414
7185
  #: vendor/tickets/common/src/Tribe/Settings.php:414
7186
  msgid "The request was sent insecurely."
7187
+ msgstr "The request was sent insecurely."
7188
 
7189
  #: common/src/Tribe/Settings.php:408
7190
  #: vendor/tickets/common/src/Tribe/Settings.php:408
7191
  msgid "You don't have permission to do that."
7192
+ msgstr "You don't have permission to do that."
7193
 
7194
  #: common/src/Tribe/Settings.php:360 src/Tribe/Aggregator/Page.php:88
7195
  #: vendor/tickets/common/src/Tribe/Settings.php:360
7199
  #: common/src/Tribe/Settings.php:352
7200
  #: vendor/tickets/common/src/Tribe/Settings.php:352
7201
  msgid "You've requested a non-existent tab."
7202
+ msgstr "You've requested a non-existent tab."
7203
 
7204
  #: common/src/Tribe/Settings.php:338
7205
  #: vendor/tickets/common/src/Tribe/Settings.php:338
7210
  #: vendor/tickets/common/src/Tribe/Settings.php:241
7211
  #: vendor/tickets/common/src/Tribe/Settings.php:261
7212
  msgid "Events Settings"
7213
+ msgstr "Events Settings"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
+ msgstr "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
+ msgstr "Valid Key! Expires on %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
+ msgstr "Sorry, key validation server is not available."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
+ msgstr "unknown date"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
+ msgstr "Licence key(s) updated."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
+ msgstr "A valid licence key is required for support and updates"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Error"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
+ msgstr "Once Every 30 Mins"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
+ msgstr "Day Of"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
+ msgstr "%s From"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
+ msgstr "%s In"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Date"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Search"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Day"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Month"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "List"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Calendar"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Settings"
7305
  #: src/Tribe/Aggregator/Record/CSV.php:74 src/Tribe/Importer/Admin_Page.php:238
7306
  #: src/admin-views/aggregator/settings.php:390
7307
  msgid "CSV"
7308
+ msgstr "CSV"
7309
 
7310
  #: src/Tribe/Admin/Bar/Default_Configurator.php:53
7311
  msgid "Add %s"
7312
  msgstr "Add %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "View Calendar"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Additional Functionality"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "News from Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "View All Add-Ons"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Support"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s Information"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s Options"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Date out of range."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "all"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "events"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "event"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "page"
7371
 
7406
  msgid "My %s"
7407
  msgstr "My %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s draft updated."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s submitted."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s published."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s restored to revision from %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s saved."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s restored to revision from %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s updated."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Custom field deleted."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Custom field updated."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "New %s Category Name"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Add New %s Category"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Update %s Category"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Edit %s Category"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Parent %s Category:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Parent %s Category"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "All %s Categories"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Search %s Categories"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s Category"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "No %s found in Trash"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "No %s found"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Search %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "View %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "New %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Add New %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Add New"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "category"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7534
 
7550
  msgid "Display"
7551
  msgstr "Display"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Initializing Tribe Events on %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "today"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "day"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "past"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "upcoming"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "list"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "month"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Invalid field type specified"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "This calendar is powered by The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Start Date"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s Categories"
7909
 
7927
  msgstr "Please wait while timezone data is added to your events."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Edit %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Use Saved %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr " ask the site administrator set a different Events URL slug."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
+ msgstr "Ask the site administrator to edit the %s slug"
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
+ msgstr "<a href=\"%s\">Edit the %s slug</a>"
7952
 
7953
  #: src/deprecated/Tribe__Events__Activation_Page.php:215
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Thanks for Updating The Events Calendar"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Welcome to The Events Calendar"
lang/the-events-calendar-en_GB.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "More..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr ""
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Security Code"
7086
  msgid "Ticket #"
7087
  msgstr "Ticket #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Template overrides should be moved to the correct subdirectory: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s Settings"
7209
  msgid "Events Settings"
7210
  msgstr "Events Settings"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Valid Key! Expires on %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Sorry, key validation server is not available."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr ""
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Licence key(s) updated."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "A valid licence key is required for support and updates"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Licence Key"
7253
  msgid "Error"
7254
  msgstr "Error"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr ""
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Day Of"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr ""
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr ""
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Date"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Search"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Day"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Month"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "List"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Calendar"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Settings"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr ""
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "View Calendar"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "View Calendar"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Additional Functionality"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "News from Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "View All Add-Ons"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Support"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr ""
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr ""
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Date out of range."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "all"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "events"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr ""
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Available %s"
7404
  msgid "My %s"
7405
  msgstr "My %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s draft updated."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s submitted."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s published."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s restored to revision from %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s saved."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s updated."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Custom field deleted."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Custom field updated."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "New %s Category Name"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Add New %s Category"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Update %s Category"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Edit %s Category"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Parent %s Category:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Parent %s Category"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "All %s Categories"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Search %s Categories"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr ""
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "No %s found in Trash"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "No %s found"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Search %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "View %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "New %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Add New %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Add New"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "category"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Help"
7548
  msgid "Display"
7549
  msgstr "Display"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Initializing Tribe Events on %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "today"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "day"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "past"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "upcoming"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr ""
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "month"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Event"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "No radio options specified"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Invalid field type specified"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "End Date"
7897
  msgid "Start Date"
7898
  msgstr "Start Date"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr ""
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Edit %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Use Saved %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr ""
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr ""
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "More..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr ""
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Ticket #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Template overrides should be moved to the correct subdirectory: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Events Settings"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Valid Key! Expires on %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Sorry, key validation server is not available."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr ""
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Licence key(s) updated."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "A valid licence key is required for support and updates"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Error"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr ""
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Day Of"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr ""
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr ""
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Date"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Search"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Day"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Month"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "List"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Calendar"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Settings"
7311
  msgid "Add %s"
7312
  msgstr ""
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "View Calendar"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Additional Functionality"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "News from Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "View All Add-Ons"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Support"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr ""
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr ""
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Date out of range."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "all"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "events"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr ""
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "My %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s draft updated."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s submitted."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s published."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s restored to revision from %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s saved."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s updated."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Custom field deleted."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Custom field updated."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "New %s Category Name"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Add New %s Category"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Update %s Category"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Edit %s Category"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Parent %s Category:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Parent %s Category"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "All %s Categories"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Search %s Categories"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr ""
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "No %s found in Trash"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "No %s found"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Search %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "View %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "New %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Add New %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Add New"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "category"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7534
 
7550
  msgid "Display"
7551
  msgstr "Display"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Initializing Tribe Events on %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "today"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "day"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "past"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "upcoming"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr ""
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "month"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Invalid field type specified"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr ""
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Start Date"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr ""
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Edit %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Use Saved %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr ""
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr ""
lang/the-events-calendar-es_ES.mo CHANGED
Binary file
lang/the-events-calendar-es_ES.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-02-23 17:27:48+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,60 +11,68 @@ msgstr ""
11
  "Language: es\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
17
- msgstr ""
18
 
19
  #: src/functions/template-tags/loop.php:162
20
  msgctxt "month view"
21
  msgid "%1$s for %2$s"
22
- msgstr ""
23
 
24
  #: src/admin-views/tribe-options-display.php:185
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr "todos"
32
 
33
  #: common/src/Tribe/Validate.php:245
34
  msgid "%s must be a whole number."
35
- msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
- msgstr ""
40
 
41
  #: vendor/tickets/src/template-tags/tickets.php:243
42
  msgctxt "ticket stock message (pending stock)"
43
  msgid "%1$d Awaiting Review"
44
- msgstr ""
45
 
46
  #: vendor/tickets/src/template-tags/tickets.php:240
47
  msgctxt "ticket stock message (remaining stock)"
48
  msgid "%1$d Remaining"
49
- msgstr ""
50
 
51
  #: vendor/tickets/src/template-tags/tickets.php:238
52
  msgctxt "ticket global stock message (remaining stock)"
53
  msgid "%1$d Remaining of the global stock"
54
- msgstr ""
55
 
56
  #: vendor/tickets/src/template-tags/tickets.php:232
57
  msgid "%s %d"
58
- msgstr ""
59
 
60
  #: vendor/tickets/src/template-tags/tickets.php:227
61
  msgctxt "separate going and remain RSVPs"
62
  msgid "RSVP'd Going"
63
- msgstr ""
64
 
65
  #: vendor/tickets/src/template-tags/tickets.php:225
66
  msgid "Sold"
67
- msgstr ""
68
 
69
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:83
70
  msgid "Location of Tickets form"
@@ -166,7 +174,7 @@ msgstr ""
166
 
167
  #: src/admin-views/events-meta-box.php:72
168
  msgid "Start/End:"
169
- msgstr ""
170
 
171
  #: src/admin-views/event-sidebar-options.php:33
172
  msgid "Featured events are highlighted on the front end in views, archives, and widgets."
@@ -178,11 +186,11 @@ msgstr ""
178
 
179
  #: src/admin-views/create-venue-fields.php:202
180
  msgid "Show Google Map Link?"
181
- msgstr ""
182
 
183
  #: src/admin-views/create-venue-fields.php:184
184
  msgid "Show Google Map?"
185
- msgstr ""
186
 
187
  #: src/admin-views/create-venue-fields.php:161
188
  msgid "Venue URL"
@@ -211,9 +219,9 @@ msgstr ""
211
 
212
  #: src/Tribe/iCal.php:108
213
  msgid "Export Events"
214
- msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -228,7 +236,7 @@ msgstr ""
228
 
229
  #: src/Tribe/Linked_Posts.php:888
230
  msgid "Search a %s"
231
- msgstr ""
232
 
233
  #: src/Tribe/Linked_Posts.php:885
234
  msgid "Select or Create a %s"
@@ -289,7 +297,7 @@ msgstr ""
289
 
290
  #: src/Tribe/Customizer/Month_Week_View.php:143
291
  msgid "Month View"
292
- msgstr ""
293
 
294
  #: src/Tribe/Customizer/Global_Elements.php:211
295
  msgid "Map Pin"
@@ -413,151 +421,151 @@ msgstr ""
413
 
414
  #: src/Tribe/Asset/Dynamic.php:67
415
  msgid "Dec"
416
- msgstr ""
417
 
418
  #: src/Tribe/Asset/Dynamic.php:66
419
  msgid "Nov"
420
- msgstr ""
421
 
422
  #: src/Tribe/Asset/Dynamic.php:65
423
  msgid "Oct"
424
- msgstr ""
425
 
426
  #: src/Tribe/Asset/Dynamic.php:64
427
  msgid "Sep"
428
- msgstr ""
429
 
430
  #: src/Tribe/Asset/Dynamic.php:63
431
  msgid "Aug"
432
- msgstr ""
433
 
434
  #: src/Tribe/Asset/Dynamic.php:62
435
  msgid "Jul"
436
- msgstr ""
437
 
438
  #: src/Tribe/Asset/Dynamic.php:61
439
  msgid "Jun"
440
- msgstr ""
441
 
442
  #: src/Tribe/Asset/Dynamic.php:59
443
  msgid "Apr"
444
- msgstr ""
445
 
446
  #: src/Tribe/Asset/Dynamic.php:58
447
  msgid "Mar"
448
- msgstr ""
449
 
450
  #: src/Tribe/Asset/Dynamic.php:57
451
  msgid "Feb"
452
- msgstr ""
453
 
454
  #: src/Tribe/Asset/Dynamic.php:56
455
  msgid "Jan"
456
- msgstr ""
457
 
458
  #: src/Tribe/Asset/Dynamic.php:53
459
  msgid "December"
460
- msgstr ""
461
 
462
  #: src/Tribe/Asset/Dynamic.php:52
463
  msgid "November"
464
- msgstr ""
465
 
466
  #: src/Tribe/Asset/Dynamic.php:51
467
  msgid "October"
468
- msgstr ""
469
 
470
  #: src/Tribe/Asset/Dynamic.php:50
471
  msgid "September"
472
- msgstr ""
473
 
474
  #: src/Tribe/Asset/Dynamic.php:49
475
  msgid "August"
476
- msgstr ""
477
 
478
  #: src/Tribe/Asset/Dynamic.php:48
479
  msgid "July"
480
- msgstr ""
481
 
482
  #: src/Tribe/Asset/Dynamic.php:47
483
  msgid "June"
484
- msgstr ""
485
 
486
  #: src/Tribe/Asset/Dynamic.php:46 src/Tribe/Asset/Dynamic.php:60
487
  msgid "May"
488
- msgstr ""
489
 
490
  #: src/Tribe/Asset/Dynamic.php:45
491
  msgid "April"
492
- msgstr ""
493
 
494
  #: src/Tribe/Asset/Dynamic.php:44
495
  msgid "March"
496
- msgstr ""
497
 
498
  #: src/Tribe/Asset/Dynamic.php:43
499
  msgid "February"
500
- msgstr ""
501
 
502
  #: src/Tribe/Asset/Dynamic.php:42
503
  msgid "January"
504
- msgstr ""
505
 
506
  #: src/Tribe/Asset/Dynamic.php:39
507
  msgid "Sat"
508
- msgstr ""
509
 
510
  #: src/Tribe/Asset/Dynamic.php:38
511
  msgid "Fri"
512
- msgstr ""
513
 
514
  #: src/Tribe/Asset/Dynamic.php:37
515
  msgid "Thu"
516
- msgstr ""
517
 
518
  #: src/Tribe/Asset/Dynamic.php:36
519
  msgid "Wed"
520
- msgstr ""
521
 
522
  #: src/Tribe/Asset/Dynamic.php:35
523
  msgid "Tue"
524
- msgstr ""
525
 
526
  #: src/Tribe/Asset/Dynamic.php:34
527
  msgid "Mon"
528
- msgstr ""
529
 
530
  #: src/Tribe/Asset/Dynamic.php:33
531
  msgid "Sun"
532
- msgstr ""
533
 
534
  #: src/Tribe/Asset/Dynamic.php:30
535
  msgid "Saturday"
536
- msgstr ""
537
 
538
  #: src/Tribe/Asset/Dynamic.php:29
539
  msgid "Friday"
540
- msgstr ""
541
 
542
  #: src/Tribe/Asset/Dynamic.php:28
543
  msgid "Thursday"
544
- msgstr ""
545
 
546
  #: src/Tribe/Asset/Dynamic.php:27
547
  msgid "Wednesday"
548
- msgstr ""
549
 
550
  #: src/Tribe/Asset/Dynamic.php:26
551
  msgid "Tuesday"
552
- msgstr ""
553
 
554
  #: src/Tribe/Asset/Dynamic.php:25
555
  msgid "Monday"
556
- msgstr ""
557
 
558
  #: src/Tribe/Asset/Dynamic.php:24
559
  msgid "Sunday"
560
- msgstr ""
561
 
562
  #: src/Tribe/Admin/Front_Page_View.php:18
563
  msgctxt "Static front page setting"
@@ -568,39 +576,39 @@ msgstr ""
568
  #: vendor/tickets/common/src/Tribe/Settings.php:269
569
  #: vendor/tickets/common/src/Tribe/Settings.php:270
570
  msgid "Events Help"
571
- msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1670,7 +1674,7 @@ msgstr "Elige un fichero CSV"
1670
  #: src/admin-views/aggregator/origins/csv.php:39
1671
  #: src/admin-views/aggregator/origins/ics.php:4
1672
  msgid "Choose File:"
1673
- msgstr ""
1674
 
1675
  #: src/admin-views/aggregator/origins/csv.php:8
1676
  msgid "For the best results, import venue and organizer files before importing event files."
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] "Borrador <span class=\"count\">(%s)</span>"
2253
  msgstr[1] "Borradores <span class=\"count\">(%s)</span>"
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr "Plantillas añadidas o actualizadas con esta versión (%s):"
3566
  msgid "No notable changes detected"
3567
  msgstr "No se han detectado cambios notables"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr " (Ver descripción completa %1$s Descripción: %2$s)"
3572
 
@@ -3806,139 +3809,139 @@ msgstr "No se encontraron resultados para %s este mes. Intenta buscando en el pr
3806
 
3807
  #: src/Tribe/Template/Day.php:147
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
- msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr "No está permitido actualmente editar el precio del ticket."
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4396,7 +4399,7 @@ msgstr "Importación de eventos"
4396
 
4397
  #: src/io/csv/admin-views/general.php:54
4398
  msgid "Save Settings"
4399
- msgstr "Guardar ajustes"
4400
 
4401
  #: src/Tribe/Importer/Options.php:135
4402
  msgid "Draft"
@@ -4547,7 +4550,7 @@ msgstr "Mostrar Google Maps:"
4547
  #: src/admin-views/create-venue-fields.php:124
4548
  #: src/admin-views/venue-meta-box.php:134
4549
  msgid "Postal Code:"
4550
- msgstr "Código postal:"
4551
 
4552
  #: src/admin-views/create-venue-fields.php:114
4553
  #: src/admin-views/venue-meta-box.php:120
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Más..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Noticias para eventos de usuarios"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Código de seguridad"
7086
  msgid "Ticket #"
7087
  msgstr "# de ticket"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Las plantillas reemplazadas se deben mover al subdirectorio correcto: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Las plantillas reemplazadas se deben mover al subdirectorio correcto: %s"
7096
 
@@ -7133,7 +7136,7 @@ msgstr "En marcha"
7133
  #: src/Tribe/Aggregator/Page.php:79 src/Tribe/Template/Day.php:108
7134
  #: src/Tribe/Template/Day.php:124
7135
  msgid "All Day"
7136
- msgstr "Todo el día"
7137
 
7138
  #: common/src/Tribe/Support.php:190
7139
  #: vendor/tickets/common/src/Tribe/Support.php:190
@@ -7207,42 +7210,41 @@ msgstr "Ajustes %s "
7207
  #: vendor/tickets/common/src/Tribe/Settings.php:241
7208
  #: vendor/tickets/common/src/Tribe/Settings.php:261
7209
  msgid "Events Settings"
7210
- msgstr "Ajustes de eventos"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "¡Clave válida! Caduca el %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Lo sentimos, el servidor de validación de claves no está disponible."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "fecha desconocida"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Clave de licencia actualizada."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones."
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Clave de licencia"
7253
  msgid "Error"
7254
  msgstr "Error"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Una vez cada 30 minutos"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Día de"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
- msgstr "%s desde"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
- msgstr "%s en"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Fecha"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Buscar"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Día"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Mes"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Lista"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Calendario"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Ajustes"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Añadir %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Ver calendario"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Ver calendario"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "¿Buscas funcionalidades adicionales, incluyendo eventos periódicos, venta de entradas, eventos añadidos por el público, vistas adicionales y más?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Funcionalidad adicional"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Noticias de Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Ver todos los complementos (Add-Ons)"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Soporte"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "Información de %s"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "Opciones de %s"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Fecha fuera de rango."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "todos"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "eventos"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "evento"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "página"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "%s disponibles"
7404
  msgid "My %s"
7405
  msgstr "Mis %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "El borrador %s actualizado."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s enviado."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s publicado."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s restaurado a la revisión de %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y ··· G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s guardado."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s restaurada a revisión de %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s actualizado."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Campo personalizado borrado."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Campo personalizado actualizado."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Nombre de nueva categoría de %s"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Añadir nueva categoría de %s"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Actualizar categoría de %s"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Editar categoría de %s"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Categoría superior de %s:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Categoría superior de %s"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Todas las categorías de %s"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Buscar categorías de %s"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "Categoría de %s"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "No hay %s en la papelera"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "No se encontraron %s"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Buscar %s "
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Mostrar %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Nueva %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Agregar nuevo %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Agregar nuevo"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "etiqueta"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "categoria"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Lo sentimos, The Events Calendar requiere PHP %s o superior. Hable con su proveedor de Hospedaje Web para actualizar a una versión mas reciente de PHP"
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Lo sentimos, The Events Calendar requiere Wordpress %s o superior. Por favor, actualice su instalación de Wordpress."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Ayuda"
7548
  msgid "Display"
7549
  msgstr "Visualización"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Su versión de The Events Calendar no se encuentra actualizada con uno de sus add-ons. Por favor, %sactualicela.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Iniciando Tribe Events en %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "hoy"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "día"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "pasados"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "próximos"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "lista"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "mes"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Evento"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "No se especificó ninguna opción."
7837
  msgid "Invalid field type specified"
7838
  msgstr "Tipo de campo especificado es incorrecto"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Fecha final"
7897
  msgid "Start Date"
7898
  msgstr "Fecha inicial"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "Categorías de %s"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Favor de esperar mientras de los datos de la zona horaria esta agregada a los eventos."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Editar %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Utilizar %s guardado:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr " Solicitar al administrador del sitio a establecer un diferente slug para el URL de Eventos."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Gracias por actualizar The Events Calendar"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Bienvenido a The Events Calendar"
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-03-14 18:42:52+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: es\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
25
+ msgstr "%1$s el %2$s"
26
 
27
  #: src/functions/template-tags/loop.php:162
28
  msgctxt "month view"
29
  msgid "%1$s for %2$s"
30
+ msgstr "%1$s en %2$s"
31
 
32
  #: src/admin-views/tribe-options-display.php:185
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr "todos"
40
 
41
  #: common/src/Tribe/Validate.php:245
42
  msgid "%s must be a whole number."
43
+ msgstr "%s debe ser un número entero."
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
+ msgstr "Palabra Clave"
48
 
49
  #: vendor/tickets/src/template-tags/tickets.php:243
50
  msgctxt "ticket stock message (pending stock)"
51
  msgid "%1$d Awaiting Review"
52
+ msgstr "%1$d esperando Revisión"
53
 
54
  #: vendor/tickets/src/template-tags/tickets.php:240
55
  msgctxt "ticket stock message (remaining stock)"
56
  msgid "%1$d Remaining"
57
+ msgstr "%1$d Disponible(s)"
58
 
59
  #: vendor/tickets/src/template-tags/tickets.php:238
60
  msgctxt "ticket global stock message (remaining stock)"
61
  msgid "%1$d Remaining of the global stock"
62
+ msgstr "%1$d Disponible(s) del stock global"
63
 
64
  #: vendor/tickets/src/template-tags/tickets.php:232
65
  msgid "%s %d"
66
+ msgstr "%s %d"
67
 
68
  #: vendor/tickets/src/template-tags/tickets.php:227
69
  msgctxt "separate going and remain RSVPs"
70
  msgid "RSVP'd Going"
71
+ msgstr "RSVP Confirmado. Asistiendo."
72
 
73
  #: vendor/tickets/src/template-tags/tickets.php:225
74
  msgid "Sold"
75
+ msgstr "Vendido"
76
 
77
  #: vendor/tickets/src/admin-views/tribe-options-tickets.php:83
78
  msgid "Location of Tickets form"
174
 
175
  #: src/admin-views/events-meta-box.php:72
176
  msgid "Start/End:"
177
+ msgstr "Inicio/Fin:"
178
 
179
  #: src/admin-views/event-sidebar-options.php:33
180
  msgid "Featured events are highlighted on the front end in views, archives, and widgets."
186
 
187
  #: src/admin-views/create-venue-fields.php:202
188
  msgid "Show Google Map Link?"
189
+ msgstr "¿Mostrar enlace a Google Maps?"
190
 
191
  #: src/admin-views/create-venue-fields.php:184
192
  msgid "Show Google Map?"
193
+ msgstr "¿Mostrar Google Map?"
194
 
195
  #: src/admin-views/create-venue-fields.php:161
196
  msgid "Venue URL"
219
 
220
  #: src/Tribe/iCal.php:108
221
  msgid "Export Events"
222
+ msgstr "Exportar Eventos"
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
236
 
237
  #: src/Tribe/Linked_Posts.php:888
238
  msgid "Search a %s"
239
+ msgstr "Buscar un %s"
240
 
241
  #: src/Tribe/Linked_Posts.php:885
242
  msgid "Select or Create a %s"
297
 
298
  #: src/Tribe/Customizer/Month_Week_View.php:143
299
  msgid "Month View"
300
+ msgstr "Vista Mes"
301
 
302
  #: src/Tribe/Customizer/Global_Elements.php:211
303
  msgid "Map Pin"
421
 
422
  #: src/Tribe/Asset/Dynamic.php:67
423
  msgid "Dec"
424
+ msgstr "Dic"
425
 
426
  #: src/Tribe/Asset/Dynamic.php:66
427
  msgid "Nov"
428
+ msgstr "Nov"
429
 
430
  #: src/Tribe/Asset/Dynamic.php:65
431
  msgid "Oct"
432
+ msgstr "Oct"
433
 
434
  #: src/Tribe/Asset/Dynamic.php:64
435
  msgid "Sep"
436
+ msgstr "Sep"
437
 
438
  #: src/Tribe/Asset/Dynamic.php:63
439
  msgid "Aug"
440
+ msgstr "Ago"
441
 
442
  #: src/Tribe/Asset/Dynamic.php:62
443
  msgid "Jul"
444
+ msgstr "Jul"
445
 
446
  #: src/Tribe/Asset/Dynamic.php:61
447
  msgid "Jun"
448
+ msgstr "Jun"
449
 
450
  #: src/Tribe/Asset/Dynamic.php:59
451
  msgid "Apr"
452
+ msgstr "Abr"
453
 
454
  #: src/Tribe/Asset/Dynamic.php:58
455
  msgid "Mar"
456
+ msgstr "Mar"
457
 
458
  #: src/Tribe/Asset/Dynamic.php:57
459
  msgid "Feb"
460
+ msgstr "Feb"
461
 
462
  #: src/Tribe/Asset/Dynamic.php:56
463
  msgid "Jan"
464
+ msgstr "Ene"
465
 
466
  #: src/Tribe/Asset/Dynamic.php:53
467
  msgid "December"
468
+ msgstr "Diciembre"
469
 
470
  #: src/Tribe/Asset/Dynamic.php:52
471
  msgid "November"
472
+ msgstr "Noviembre"
473
 
474
  #: src/Tribe/Asset/Dynamic.php:51
475
  msgid "October"
476
+ msgstr "Octubre"
477
 
478
  #: src/Tribe/Asset/Dynamic.php:50
479
  msgid "September"
480
+ msgstr "Septiembre"
481
 
482
  #: src/Tribe/Asset/Dynamic.php:49
483
  msgid "August"
484
+ msgstr "Agosto"
485
 
486
  #: src/Tribe/Asset/Dynamic.php:48
487
  msgid "July"
488
+ msgstr "Julio"
489
 
490
  #: src/Tribe/Asset/Dynamic.php:47
491
  msgid "June"
492
+ msgstr "Junio"
493
 
494
  #: src/Tribe/Asset/Dynamic.php:46 src/Tribe/Asset/Dynamic.php:60
495
  msgid "May"
496
+ msgstr "Mayo"
497
 
498
  #: src/Tribe/Asset/Dynamic.php:45
499
  msgid "April"
500
+ msgstr "Abril"
501
 
502
  #: src/Tribe/Asset/Dynamic.php:44
503
  msgid "March"
504
+ msgstr "Marzo"
505
 
506
  #: src/Tribe/Asset/Dynamic.php:43
507
  msgid "February"
508
+ msgstr "Febrero"
509
 
510
  #: src/Tribe/Asset/Dynamic.php:42
511
  msgid "January"
512
+ msgstr "Enero"
513
 
514
  #: src/Tribe/Asset/Dynamic.php:39
515
  msgid "Sat"
516
+ msgstr "Sáb"
517
 
518
  #: src/Tribe/Asset/Dynamic.php:38
519
  msgid "Fri"
520
+ msgstr "Vie"
521
 
522
  #: src/Tribe/Asset/Dynamic.php:37
523
  msgid "Thu"
524
+ msgstr "Jue"
525
 
526
  #: src/Tribe/Asset/Dynamic.php:36
527
  msgid "Wed"
528
+ msgstr "Mie"
529
 
530
  #: src/Tribe/Asset/Dynamic.php:35
531
  msgid "Tue"
532
+ msgstr "Mar"
533
 
534
  #: src/Tribe/Asset/Dynamic.php:34
535
  msgid "Mon"
536
+ msgstr "Lun"
537
 
538
  #: src/Tribe/Asset/Dynamic.php:33
539
  msgid "Sun"
540
+ msgstr "Dom"
541
 
542
  #: src/Tribe/Asset/Dynamic.php:30
543
  msgid "Saturday"
544
+ msgstr "Sábado"
545
 
546
  #: src/Tribe/Asset/Dynamic.php:29
547
  msgid "Friday"
548
+ msgstr "Viernes"
549
 
550
  #: src/Tribe/Asset/Dynamic.php:28
551
  msgid "Thursday"
552
+ msgstr "Jueves"
553
 
554
  #: src/Tribe/Asset/Dynamic.php:27
555
  msgid "Wednesday"
556
+ msgstr "Miércoles"
557
 
558
  #: src/Tribe/Asset/Dynamic.php:26
559
  msgid "Tuesday"
560
+ msgstr "Martes"
561
 
562
  #: src/Tribe/Asset/Dynamic.php:25
563
  msgid "Monday"
564
+ msgstr "Lunes"
565
 
566
  #: src/Tribe/Asset/Dynamic.php:24
567
  msgid "Sunday"
568
+ msgstr "Domingo"
569
 
570
  #: src/Tribe/Admin/Front_Page_View.php:18
571
  msgctxt "Static front page setting"
576
  #: vendor/tickets/common/src/Tribe/Settings.php:269
577
  #: vendor/tickets/common/src/Tribe/Settings.php:270
578
  msgid "Events Help"
579
+ msgstr "Ayuda"
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1674
  #: src/admin-views/aggregator/origins/csv.php:39
1675
  #: src/admin-views/aggregator/origins/ics.php:4
1676
  msgid "Choose File:"
1677
+ msgstr "Elegir Fichero:"
1678
 
1679
  #: src/admin-views/aggregator/origins/csv.php:8
1680
  msgid "For the best results, import venue and organizer files before importing event files."
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] "Borrador <span class=\"count\">(%s)</span>"
2257
  msgstr[1] "Borradores <span class=\"count\">(%s)</span>"
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr "No se han detectado cambios notables"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr " (Ver descripción completa %1$s Descripción: %2$s)"
3575
 
3809
 
3810
  #: src/Tribe/Template/Day.php:147
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
+ msgstr "No existen %1$s programados el %2$s. Por favor busca otro día."
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "No está permitido actualmente editar el precio del ticket."
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4399
 
4400
  #: src/io/csv/admin-views/general.php:54
4401
  msgid "Save Settings"
4402
+ msgstr "Guardar Ajustes"
4403
 
4404
  #: src/Tribe/Importer/Options.php:135
4405
  msgid "Draft"
4550
  #: src/admin-views/create-venue-fields.php:124
4551
  #: src/admin-views/venue-meta-box.php:134
4552
  msgid "Postal Code:"
4553
+ msgstr "Código Postal:"
4554
 
4555
  #: src/admin-views/create-venue-fields.php:114
4556
  #: src/admin-views/venue-meta-box.php:120
4661
  msgstr "Más..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Noticias para eventos de usuarios"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "# de ticket"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Las plantillas reemplazadas se deben mover al subdirectorio correcto: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Las plantillas reemplazadas se deben mover al subdirectorio correcto: %s"
7099
 
7136
  #: src/Tribe/Aggregator/Page.php:79 src/Tribe/Template/Day.php:108
7137
  #: src/Tribe/Template/Day.php:124
7138
  msgid "All Day"
7139
+ msgstr "Todo el Día"
7140
 
7141
  #: common/src/Tribe/Support.php:190
7142
  #: vendor/tickets/common/src/Tribe/Support.php:190
7210
  #: vendor/tickets/common/src/Tribe/Settings.php:241
7211
  #: vendor/tickets/common/src/Tribe/Settings.php:261
7212
  msgid "Events Settings"
7213
+ msgstr "Ajustes de Eventos"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr ""
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "¡Clave válida! Caduca el %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Lo sentimos, el servidor de validación de claves no está disponible."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "fecha desconocida"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Clave de licencia actualizada."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Se requiere una clave de licencia válida para soporte y actualizaciones."
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Error"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Una vez cada 30 minutos"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Día de"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
+ msgstr "%s Desde"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
+ msgstr "%s En"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Fecha"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Buscar"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Día"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Mes"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Lista"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Calendario"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Ajustes"
7311
  msgid "Add %s"
7312
  msgstr "Añadir %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Ver calendario"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "¿Buscas funcionalidades adicionales, incluyendo eventos periódicos, venta de entradas, eventos añadidos por el público, vistas adicionales y más?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Funcionalidad adicional"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Noticias de Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Ver todos los complementos (Add-Ons)"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Soporte"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "Información de %s"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "Opciones de %s"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Fecha fuera de rango."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "todos"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "eventos"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "evento"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "página"
7371
 
7406
  msgid "My %s"
7407
  msgstr "Mis %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "El borrador %s actualizado."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s enviado."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s publicado."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s restaurado a la revisión de %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y ··· G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s guardado."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s restaurada a revisión de %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s actualizado."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Campo personalizado borrado."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Campo personalizado actualizado."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Nombre de nueva categoría de %s"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Añadir nueva categoría de %s"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Actualizar categoría de %s"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Editar categoría de %s"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Categoría superior de %s:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Categoría superior de %s"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Todas las categorías de %s"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Buscar categorías de %s"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "Categoría de %s"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "No hay %s en la papelera"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "No se encontraron %s"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Buscar %s "
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Mostrar %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Nueva %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Agregar nuevo %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Agregar nuevo"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "etiqueta"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "categoria"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Lo sentimos, The Events Calendar requiere PHP %s o superior. Hable con su proveedor de Hospedaje Web para actualizar a una versión mas reciente de PHP"
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Lo sentimos, The Events Calendar requiere Wordpress %s o superior. Por favor, actualice su instalación de Wordpress."
7534
 
7550
  msgid "Display"
7551
  msgstr "Visualización"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Su versión de The Events Calendar no se encuentra actualizada con uno de sus add-ons. Por favor, %sactualicela.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Iniciando Tribe Events en %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "hoy"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "día"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "pasados"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "próximos"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "lista"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "mes"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Tipo de campo especificado es incorrecto"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Este calendario está creado con The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Fecha inicial"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "Categorías de %s"
7909
 
7927
  msgstr "Favor de esperar mientras de los datos de la zona horaria esta agregada a los eventos."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Editar %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Utilizar %s guardado:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr " Solicitar al administrador del sitio a establecer un diferente slug para el URL de Eventos."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Gracias por actualizar The Events Calendar"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Bienvenido a The Events Calendar"
lang/the-events-calendar-et.mo CHANGED
Binary file
lang/the-events-calendar-et.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-12-02 23:46:00+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: et_EE\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,11 +4661,11 @@ msgid "More..."
4658
  msgstr "Rohkem.."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
4665
- msgstr ""
4666
 
4667
  #: common/src/Tribe/Admin/Help_Page.php:402
4668
  #: common/src/Tribe/Admin/Help_Page.php:777
@@ -5118,7 +5121,7 @@ msgstr "Pildi maksimum suurus emailis on 580px lai, kõrgus on vabalt valitav, s
5118
 
5119
  #: vendor/tickets/src/admin-views/meta-box.php:42
5120
  msgid "Upload image for the ticket header."
5121
- msgstr ""
5122
 
5123
  #: vendor/tickets/src/admin-views/meta-box.php:31
5124
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
@@ -5240,7 +5243,7 @@ msgstr "%s veebileht"
5240
 
5241
  #: src/Tribe/Aggregator/Record/List_Table.php:481
5242
  msgid "Location:"
5243
- msgstr ""
5244
 
5245
  #: src/admin-views/events-meta-box.php:129
5246
  msgid "Timezone:"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Uudised Eventsi kasutajatele"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Turvakood"
7086
  msgid "Ticket #"
7087
  msgstr "Pilet #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Template overrides should be moved to the correct subdirectory: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s seaded"
7209
  msgid "Events Settings"
7210
  msgstr "Sündmuse seaded"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
- msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Kehtiv kood! Aegub %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Vabandame, koodi valideerimise server pole saadaval"
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr ""
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Litsents(id) uuendatud"
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Kehtiv litsentsi kood on vajalik ligipääsuks uuendustele ja abikeskusele"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Litsentsi kood"
7253
  msgid "Error"
7254
  msgstr "Viga"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Iga 30 min tagant"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Päev"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr ""
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr ""
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Kuupäev"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Otsi"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr ""
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Kuu"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "List"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Kalender"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Seaded"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Lisa %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Vaata kalendrit"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Vaata kalendrit"
7317
  msgid "%s"
7318
  msgstr ""
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Otsid lisafunktsionaalsust nagu korduvad sündmused, piletimüük, uued kujundused jms.?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Lisafunktsionaalsus"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Modern Tribe uudised"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Kuva kõik Add-ons-id"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Abi"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s informatsioon"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s võimalused"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Kuupäev vale"
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr ""
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr ""
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr ""
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr ""
7404
  msgid "My %s"
7405
  msgstr "Minu %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s mustand uuendatud"
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s lisatud"
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s avalikustatud"
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr ""
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr ""
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s uuendatud"
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Kohandatud väli on kustutatud."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Kohandatud väli on uuendatud."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Uue %s kategooria nimi"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr ""
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr ""
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr ""
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr ""
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr ""
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Kõik %s kategooriad"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr ""
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr ""
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Õhtegi %s ei leitud prügikastist"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr ""
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr ""
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Vaata %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Uued %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Lisa uued %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Lisa uus"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "silt"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "kategooria"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Vabandame, The Event Calendar nõuab PHP versiooni %s või hilisemat. Räägi oma veebimajutusega, et minna üle PHP uuemale versioonile."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Vabandame, The Event Calendar nõuab Wordpressi versiooni %s või hilisemat. Palun uuenda oma Wordpressi versiooni"
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Abi"
7548
  msgid "Display"
7549
  msgstr "Kuva"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Sinu The Events Calendar`i versioon ei ole enam sobiv ühe add-ons´iga. Palun %suuenda kohe.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Käivitan Tribe Events %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr ""
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "päev"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "möödunud"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "tulevased"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "List"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "kuu"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Sündmus"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Raadio võimalused on täpsustamata"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Väär välja tüüp "
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Lõpukuupäev"
7897
  msgid "Start Date"
7898
  msgstr "Alguskuupäev"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s kategooriad"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Muuda %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Kasuta salvestatud %s"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr ""
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr ""
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-03-15 07:46:23+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: et_EE\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Rohkem.."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
4668
+ msgstr "Events Calendar PRO"
4669
 
4670
  #: common/src/Tribe/Admin/Help_Page.php:402
4671
  #: common/src/Tribe/Admin/Help_Page.php:777
5121
 
5122
  #: vendor/tickets/src/admin-views/meta-box.php:42
5123
  msgid "Upload image for the ticket header."
5124
+ msgstr "Lae üles pileti päise pilt."
5125
 
5126
  #: vendor/tickets/src/admin-views/meta-box.php:31
5127
  msgid "This event was created using Community Events. Are you sure you want to sell tickets for it?"
5243
 
5244
  #: src/Tribe/Aggregator/Record/List_Table.php:481
5245
  msgid "Location:"
5246
+ msgstr "Asukoht:"
5247
 
5248
  #: src/admin-views/events-meta-box.php:129
5249
  msgid "Timezone:"
5338
  msgstr "Uudised Eventsi kasutajatele"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Pilet #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Template overrides should be moved to the correct subdirectory: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Sündmuse seaded"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
+ msgstr "Hmm... midagi on selle validaatoriga valesti, palun võta ühendust %sklienditoega%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Kehtiv kood! Aegub %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Vabandame, koodi valideerimise server pole saadaval"
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr ""
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Litsents(id) uuendatud"
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Kehtiv litsentsi kood on vajalik ligipääsuks uuendustele ja abikeskusele"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Viga"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Iga 30 min tagant"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Päev"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr ""
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr ""
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Kuupäev"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Otsi"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr ""
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Kuu"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "List"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Kalender"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Seaded"
7311
  msgid "Add %s"
7312
  msgstr "Lisa %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Vaata kalendrit"
7317
 
7319
  msgid "%s"
7320
  msgstr ""
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Otsid lisafunktsionaalsust nagu korduvad sündmused, piletimüük, uued kujundused jms.?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Lisafunktsionaalsus"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Modern Tribe uudised"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Kuva kõik Add-ons-id"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Abi"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s informatsioon"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s võimalused"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Kuupäev vale"
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr ""
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr ""
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr ""
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "Minu %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s mustand uuendatud"
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s lisatud"
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s avalikustatud"
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr ""
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr ""
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s uuendatud"
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Kohandatud väli on kustutatud."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Kohandatud väli on uuendatud."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Uue %s kategooria nimi"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr ""
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr ""
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr ""
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr ""
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr ""
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Kõik %s kategooriad"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr ""
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr ""
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Õhtegi %s ei leitud prügikastist"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr ""
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr ""
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Vaata %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Uued %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Lisa uued %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Lisa uus"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "silt"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "kategooria"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Vabandame, The Event Calendar nõuab PHP versiooni %s või hilisemat. Räägi oma veebimajutusega, et minna üle PHP uuemale versioonile."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Vabandame, The Event Calendar nõuab Wordpressi versiooni %s või hilisemat. Palun uuenda oma Wordpressi versiooni"
7534
 
7550
  msgid "Display"
7551
  msgstr "Kuva"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Sinu The Events Calendar`i versioon ei ole enam sobiv ühe add-ons´iga. Palun %suuenda kohe.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Käivitan Tribe Events %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr ""
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "päev"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "möödunud"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "tulevased"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "List"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "kuu"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Väär välja tüüp "
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr ""
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Alguskuupäev"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s kategooriad"
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Muuda %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Kasuta salvestatud %s"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr ""
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr ""
lang/the-events-calendar-eu.mo CHANGED
Binary file
lang/the-events-calendar-eu.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: eu_ES\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr "Bertsio honekin barruratu edo eguneratu diren txantiloiak (%s):"
3566
  msgid "No notable changes detected"
3567
  msgstr "Ez dira aldaketa aipagarririk antzeman"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr "(%1$s ekitaldiaren deskribapen osoa ikusteko: %2$s)"
3572
 
@@ -3810,137 +3813,137 @@ msgstr "Hilabete honetan ez da %s-rako emaitzik aurkitu. Hurrengo hilabetean bil
3810
  msgid "No %1$s scheduled for %2$s. Please try another day."
3811
  msgstr "%2$s datarako ez dago %1$s programaturik. Beste egun bat probatu, mesedez."
3812
 
3813
- #: src/Tribe/Main.php:3937
3814
  msgid "Check out the %savailable add-ons%s."
3815
  msgstr "Bota begirada bat %sgehigarri erabilgarriei%s."
3816
 
3817
- #: src/Tribe/Main.php:1806
3818
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3819
  msgstr "Kokapenik definitzen ez baduzu zure ekitaldiak ez du %sGoogle Rich Snippet%s-ik bistaratuko bilaketa emaitzetan."
3820
 
3821
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3822
  msgid "%1$s scheduled for: %2$s."
3823
  msgstr "%1$s data honetarako programatu da: %2$s"
3824
 
3825
- #: src/Tribe/Main.php:1718
3826
  msgid "%1$s draft updated. %2$sPreview %3$s"
3827
  msgstr "%1$s zirriborroa eguneratu da. %2$sAurreikusi%3$s"
3828
 
3829
- #: src/Tribe/Main.php:1709
3830
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3831
  msgstr "%1$s data honetarako programatu da: %2$s. %3$sAurreikusi%4$s"
3832
 
3833
- #: src/Tribe/Main.php:1703
3834
  msgid "%1$s submitted. %2$sPreview %3$s"
3835
  msgstr "%1$s bidali da. %2$sAurreikusi%3$s"
3836
 
3837
- #: src/Tribe/Main.php:1697
3838
  msgid "Event published. %1$sView %2$s"
3839
  msgstr "Ekitaldia argitaratu da. %1$sIkusi%2$s"
3840
 
3841
- #: src/Tribe/Main.php:1686
3842
  msgid "%1$s updated. %2$sView %3$s"
3843
  msgstr "%1$s eguneratu da. %2$sIkusi%3$s"
3844
 
3845
- #: src/Tribe/Main.php:1390
3846
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3847
  msgstr "tribe-common liburutegiak ezin dira aurkitu! Direktorioa ekitaldi egutegia plugineko \"common/\" direktorioan egon beharko luke."
3848
 
3849
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3850
  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)."
3851
  msgstr "Gure ordainpeko plugin batentzako baliozko lizentzia bat baduzu, gure ordainpeko euskarri foroetan %s dezakezu. Gure euskarri taldekideek foroak monitorizatzen dituzte eta zure hariari 24-48 orduko epean erantzuna emango diote (astean zehar)."
3852
 
3853
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3854
  #: vendor/tickets/src/Tribe/Main.php:476
3855
  msgid "post a thread"
3856
  msgstr "mezu bat bidali"
3857
 
3858
- #: src/Tribe/Main.php:1025
3859
  msgid "<strong>Looking for more immediate support?</strong> 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."
3860
  msgstr "<strong>Berehalako euskarria behar duzu?</strong> Gure ordainpeko edozein plugin erosterakoan (esaterako, %2$s), %1$s eskaintzen dugu. Lizentzia bat eskuratu eta bertan zuzenean bidalketa bat egiteko aukera izango duzu. Bidalketa astean zehar egin ezkero, erantzuna 24-48 orduko epean jasoko duzu."
3861
 
3862
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3863
  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."
3864
  msgstr "Goiko urratsak probatu ondoren oraindik arazorik baduzu, gure %s-ra gai berri bat bidali dezakezu. Gure euskarri taldekideek foro hauek astean behin monitorizatzen dituzte eta zu laguntzeko prest daude."
3865
 
3866
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3867
  msgid "open-source forum on WordPress.org"
3868
  msgstr "kode-askeko foroa WordPress.org-en"
3869
 
3870
- #: src/Tribe/Main.php:1016
3871
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3872
  msgstr "<strong>Berehalako euskarria behar duzu?</strong> Gure ordainpeko edozein plugin erosterakoan %s eskaintzen dugu. Lizentzia bat eskuratu eta bertan zuzenean bidalketa bat egiteko aukera izango duzu. Bidalketa astean zehar egin ezkero, erantzuna 24-48 orduko epean jasoko duzu."
3873
 
3874
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3875
  #: vendor/tickets/src/Tribe/Main.php:467
3876
  msgid "premium support on our website"
3877
  msgstr "gure webgunean ordainpeko euskarria"
3878
 
3879
- #: src/Tribe/Main.php:1013
3880
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3881
  msgstr "Aurreko urrats guztiak probatu ondoren oraindik arazoak badituzu, gure %1$s edo %2$s-rako WordPress.org foroetara mezu bat bidali dezakezu. Gure laguntza taldeak foro hauek astean behin monitorizatzen ditu eta zu laguntzeko prest dago."
3882
 
3883
- #: src/Tribe/Main.php:1012
3884
  msgid "Events Tickets"
3885
  msgstr "Ekitaldi sarrerak"
3886
 
3887
- #: src/Tribe/Main.php:997
3888
  msgid "Customizing the Events plugins"
3889
  msgstr "Ekitaldi pluginak pertsonalizatzen"
3890
 
3891
- #: src/Tribe/Main.php:997
3892
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3893
  msgstr "%s: Egutegia modu erabilgarri eta interesgarrian pertsonalizatzeko kodea eta gidak."
3894
 
3895
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3896
  msgid "Troubleshooting common problems"
3897
  msgstr "Ohiko arazoak konpontzen"
3898
 
3899
- #: src/Tribe/Main.php:995
3900
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3901
  msgstr "%s: Egutegiarekin arazoren bat eduki duzu? Hasteko hona joan arazoa nondik datorren eta nola zuzentzen den ikusteko."
3902
 
3903
- #: src/Tribe/Main.php:993
3904
  msgid "Using stylesheets and page templates"
3905
  msgstr "Estilo orriak eta orrialde txantiloiak erabiltzen"
3906
 
3907
- #: src/Tribe/Main.php:993
3908
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3909
  msgstr "%s: pluginarekin datozen txantiloi eta estilo lehenetsien gainbegirada bat, eta hauek nola aldatu."
3910
 
3911
- #: src/Tribe/Main.php:991
3912
  msgid "Themer’s Guide"
3913
  msgstr "Itxura garatzailearentzako gida"
3914
 
3915
- #: src/Tribe/Main.php:991
3916
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3917
  msgstr "%s: Egutegia zure beharretara moldatzeko gida osoa, estilo eta diseinu pertsonalizatuak barne."
3918
 
3919
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3920
  msgid "Features overview"
3921
  msgstr "Ezaugarrien bista orokorra"
3922
 
3923
- #: src/Tribe/Main.php:989
3924
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3925
  msgstr "%s: Besterik ezean eskura dituzun ezaugarriak eta hauen erabilpenari buruzko xehetasunak."
3926
 
3927
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3928
  msgid "Settings overview"
3929
  msgstr "Ezarpenen bista orokorra"
3930
 
3931
- #: src/Tribe/Main.php:987
3932
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3933
  msgstr "%s: Ekitaldi egutegiaren eta eskura dituzun ezarpenen gida osoa."
3934
 
3935
- #: src/Tribe/Main.php:984
3936
  msgid "Support for The Events Calendar"
3937
  msgstr "Ekitaldi egutegirako euskarria"
3938
 
3939
- #: src/Tribe/Main.php:973
3940
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3941
  msgstr "Zure egutegiak itxura ezin hobea izan dezan lagundu nahi zaitugu. Horretarako baliabide pila ditugu, zure egutegia martxan jartzeko %s praktiko bat barne."
3942
 
3943
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3944
  msgid "New User Primer"
3945
  msgstr "Erabiltzaile berriarentzako gida"
3946
 
@@ -4077,12 +4080,12 @@ msgstr "Eskerrik asko Ekitaldi Sarrerak erabiltzeagatik! Modern Tribe-eko kideok
4077
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4078
  msgstr "Urtea duten datak bistaratzeko formatua sartu. Etorkizuneko urte bateko data bat bistaratzean erabiltzen da."
4079
 
4080
- #: common/src/Tribe/PUE/Checker.php:651
4081
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4082
  msgid "Thanks for setting up a valid key. It will expire on %s"
4083
  msgstr ""
4084
 
4085
- #: src/Tribe/Main.php:948
4086
  msgid "<a href=\"%s\">edit Events settings</a>."
4087
  msgstr "<a href=\"%s\">ekidtaldien hobespenak editatu</a>."
4088
 
@@ -4228,7 +4231,7 @@ msgstr "%s zenbaki edo ehuneko positibo bat izan behar da."
4228
  msgid "Editing the ticket price is currently disallowed."
4229
  msgstr "Sarreraren prezioa une honetan editatzea debekatuta dago."
4230
 
4231
- #: src/Tribe/Main.php:951
4232
  msgid "%1$s or %2$s"
4233
  msgstr ""
4234
 
@@ -4660,7 +4663,7 @@ msgid "More..."
4660
  msgstr "Gehiago..."
4661
 
4662
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4663
- #: src/Tribe/Main.php:1024
4664
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4665
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4666
  msgid "Events Calendar PRO"
@@ -5337,7 +5340,7 @@ msgid "News For Events Users"
5337
  msgstr "Ekitaldien erabiltzaileentzako berriak"
5338
 
5339
  #: src/Tribe/Aggregator/API/Origins.php:36
5340
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5341
  #: src/admin-views/admin-update-message.php:55
5342
  #: src/admin-views/aggregator/settings.php:393
5343
  #: src/admin-views/aggregator/status.php:181
@@ -7088,11 +7091,11 @@ msgstr "Segurtasun kodea"
7088
  msgid "Ticket #"
7089
  msgstr "Sarrera zkbia."
7090
 
7091
- #: src/Tribe/Templates.php:663
7092
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7093
  msgstr "Txantiloi hobetsiak azpidirektorio egokira mugitu behar dira: tribe_get_template_part('%s')"
7094
 
7095
- #: src/Tribe/Templates.php:619
7096
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7097
  msgstr "Txantiloi hobetsiak azpidirektorio egokira mugitu behar dira: %s"
7098
 
@@ -7211,40 +7214,39 @@ msgstr "%s hobespenak"
7211
  msgid "Events Settings"
7212
  msgstr "Ekitaldien hobespenak"
7213
 
7214
- #: common/src/Tribe/PUE/Checker.php:583
7215
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7216
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7217
  msgstr "Hara! Balidatzaile honek arazoren bat dauka. Mesedez %slaguntza-zerbitzuarekin%s harremanetan jarri."
7218
 
7219
- #: common/src/Tribe/PUE/Checker.php:642
7220
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7221
  msgid "Valid Key! Expires on %s"
7222
  msgstr "Baliozko gakoa! %s-an iraungitzen da"
7223
 
7224
- #: common/src/Tribe/PUE/Checker.php:624
7225
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7226
  msgid "Sorry, key validation server is not available."
7227
  msgstr "Barkatu, gako egiaztatze zerbitzaria ez dago erabilgarri."
7228
 
7229
- #: common/src/Tribe/PUE/Checker.php:618
7230
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7231
  msgid "unknown date"
7232
  msgstr "data ezezaguna"
7233
 
7234
- #: common/src/Tribe/PUE/Checker.php:566
7235
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7236
  msgid "License key(s) updated."
7237
  msgstr "Lizentzia gakoa(k) eguneratu d(ir)a."
7238
 
7239
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7240
- #: common/src/Tribe/PUE/Checker.php:469
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Eguneraketentzat eta euskarriarentzat baliozko gako bat beharrezkoa da."
7246
 
7247
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7255,49 +7257,49 @@ msgstr "Lizentzia gakoa"
7255
  msgid "Error"
7256
  msgstr "Errorea"
7257
 
7258
- #: src/Tribe/Main.php:4220
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "30 minututan behin"
7261
 
7262
- #: src/Tribe/Main.php:4147
7263
  msgid "Day Of"
7264
  msgstr "Egun honetan"
7265
 
7266
- #: src/Tribe/Main.php:4145
7267
  msgid "%s From"
7268
  msgstr "Data honetatik aurrera dauden %s"
7269
 
7270
- #: src/Tribe/Main.php:4143
7271
  msgid "%s In"
7272
  msgstr "Epe honetako %s"
7273
 
7274
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Data"
7278
 
7279
- #: src/Tribe/Main.php:4115
7280
  msgid "Search"
7281
  msgstr "Bilatu"
7282
 
7283
- #: src/Tribe/Main.php:4090
7284
  msgid "Day"
7285
  msgstr "Eguna"
7286
 
7287
- #: src/Tribe/Main.php:4073
7288
  msgid "Month"
7289
  msgstr "Hilabetea"
7290
 
7291
- #: src/Tribe/Main.php:4055
7292
  msgid "List"
7293
  msgstr "Zerrenda"
7294
 
7295
- #: src/Tribe/Main.php:4039
7296
  msgid "Calendar"
7297
  msgstr "Egutegia"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Ezarpenak"
@@ -7311,7 +7313,7 @@ msgstr "CSV"
7311
  msgid "Add %s"
7312
  msgstr "%s gehitu"
7313
 
7314
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7315
  msgid "View Calendar"
7316
  msgstr "Egutegia ikusi"
7317
 
@@ -7319,53 +7321,53 @@ msgstr "Egutegia ikusi"
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
- #: src/Tribe/Main.php:3936
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Errepikatzen diren ekitaldiak, sarrera salmenta, publikoki bidalitako ekitaldiak, bista berriak eta antzerako funtzionalitate gehigarriak bilatzen ari zara?"
7325
 
7326
- #: src/Tribe/Main.php:3931
7327
  msgid "Additional Functionality"
7328
  msgstr "Funtzionalitate gehigarria"
7329
 
7330
- #: src/Tribe/Main.php:3886
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Modern Tribe-ren berriak"
7333
 
7334
- #: src/Tribe/Main.php:3866
7335
  msgid "View All Add-Ons"
7336
  msgstr "Gehigarri guztiak ikusi"
7337
 
7338
- #: src/Tribe/Main.php:3863
7339
  msgid "Support"
7340
  msgstr "Euskarria"
7341
 
7342
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7343
  msgid "%s Information"
7344
  msgstr "%s informazioa"
7345
 
7346
- #: src/Tribe/Main.php:3509
7347
  msgid "%s Options"
7348
  msgstr "%s aukerak"
7349
 
7350
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Data barrutitik kanpo dago."
7355
 
7356
- #: src/Tribe/Main.php:2204
7357
  msgid "all"
7358
  msgstr "guztiak"
7359
 
7360
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "ekitaldiak"
7363
 
7364
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "ekitaldia"
7367
 
7368
- #: src/Tribe/Main.php:2201
7369
  msgid "page"
7370
  msgstr "orrialdea"
7371
 
@@ -7406,129 +7408,129 @@ msgstr "%s erabilgarriak"
7406
  msgid "My %s"
7407
  msgstr "Nire %s"
7408
 
7409
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7410
  msgid "%s draft updated."
7411
  msgstr "%s zirriborroa eguneratu da."
7412
 
7413
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7414
  msgid "%s submitted."
7415
  msgstr "%s bidali da."
7416
 
7417
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7418
  msgid "%s published."
7419
  msgstr "%s argitaratu da."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
- #: src/Tribe/Main.php:1752
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s berrikuspenera leheneratu da %s-tik"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y &ndash; G:i"
7430
 
7431
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7432
  msgid "%s saved."
7433
  msgstr "%s gorde da."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s berrikuspenera leheneratu da %2$s-tik"
7439
 
7440
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7441
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7442
  msgid "%s updated."
7443
  msgstr "%s eguneratu da."
7444
 
7445
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7446
  msgid "Custom field deleted."
7447
  msgstr "Eremu pertsonalizatua ezabatu da."
7448
 
7449
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7450
  msgid "Custom field updated."
7451
  msgstr "Eremu pertsonalizatua eguneratu da."
7452
 
7453
- #: src/Tribe/Main.php:1669
7454
  msgid "New %s Category Name"
7455
  msgstr "%s kategoria berriaren izena"
7456
 
7457
- #: src/Tribe/Main.php:1668
7458
  msgid "Add New %s Category"
7459
  msgstr "%s kategoria berria gehitu"
7460
 
7461
- #: src/Tribe/Main.php:1667
7462
  msgid "Update %s Category"
7463
  msgstr "%s kategoria eguneratu"
7464
 
7465
- #: src/Tribe/Main.php:1666
7466
  msgid "Edit %s Category"
7467
  msgstr "%s kategoria editatu"
7468
 
7469
- #: src/Tribe/Main.php:1665
7470
  msgid "Parent %s Category:"
7471
  msgstr "%s kategoria gurasoa:"
7472
 
7473
- #: src/Tribe/Main.php:1664
7474
  msgid "Parent %s Category"
7475
  msgstr "%s kategoria gurasoa"
7476
 
7477
- #: src/Tribe/Main.php:1663
7478
  msgid "All %s Categories"
7479
  msgstr "%s kategoria guztiak"
7480
 
7481
- #: src/Tribe/Main.php:1662
7482
  msgid "Search %s Categories"
7483
  msgstr "%s kategorietan bilatu"
7484
 
7485
- #: src/Tribe/Main.php:1661
7486
  msgid "%s Category"
7487
  msgstr "%s kategoria"
7488
 
7489
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Zakarrontzian ez da %s aurkitu"
7492
 
7493
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Ez da %s aurkitu"
7496
 
7497
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "%s bilatu"
7500
 
7501
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "%s ikusi"
7505
 
7506
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "%s berria"
7509
 
7510
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "%s berria gehitu"
7514
 
7515
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Berria gehitu"
7518
 
7519
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7520
  msgid "tag"
7521
  msgstr "etiketa"
7522
 
7523
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7524
  msgid "category"
7525
  msgstr "kategoria"
7526
 
7527
- #: src/Tribe/Main.php:1378
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Barkatu, Ekitaldi Egutegiak PHP %s edo berriagoa izatea eskatzen du. Zure hostatu-emate zerbitzuarekin hitzegin PHP bertsio berriago bat eskuratzeko aukerak ezagutzeko."
7530
 
7531
- #: src/Tribe/Main.php:1375
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Barkatu, Ekitaldi Egutegiak Wordpress %s edo berriagoa izatea eskatzen du. Zure Wordpress eguneratu, mesedez."
7534
 
@@ -7550,53 +7552,53 @@ msgstr "Laguntza"
7550
  msgid "Display"
7551
  msgstr "Erakutsi"
7552
 
7553
- #: src/Tribe/Main.php:1224
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "Ondoko pluginak zaharkituta daude: %1$s. Gehigarri guztiek Ekitaldi Egutegiarekin mendekotasunak dituzte eta ez dute ondo funtzionatuko bertsio aproposarekin parekatzen ez badira. %2$sInformazio gehiago%3$s."
7556
 
7557
- #: src/Tribe/Main.php:1212
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Zure ekitaldi egutegia zaharkituta dago Ekitaldi egutegi gehigarri batentzako. %sEguneratu%s mesedez."
7560
 
7561
- #: src/Tribe/Main.php:746
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "%s-n Tribe ekitaldiak hasieratzen"
7564
 
7565
- #: src/Tribe/Main.php:721
7566
  msgid "today"
7567
  msgstr "gaur"
7568
 
7569
- #: src/Tribe/Main.php:720
7570
  msgid "day"
7571
  msgstr "eguna"
7572
 
7573
- #: src/Tribe/Main.php:719
7574
  msgid "past"
7575
  msgstr "igarotakoa"
7576
 
7577
- #: src/Tribe/Main.php:718
7578
  msgid "upcoming"
7579
  msgstr "datorrena"
7580
 
7581
- #: src/Tribe/Main.php:717
7582
  msgid "list"
7583
  msgstr "zerrenda"
7584
 
7585
- #: src/Tribe/Main.php:716
7586
  msgid "month"
7587
  msgstr "hilabetea"
7588
 
7589
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "Ekitaldien Egutegia"
7598
 
7599
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
@@ -7604,7 +7606,7 @@ msgstr "Ekitaldi"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7839,6 +7841,10 @@ msgstr "Ez da aukera-botoi aukerarik zehaztu"
7839
  msgid "Invalid field type specified"
7840
  msgstr "Eremu mota baliaezina zehaztu da"
7841
 
 
 
 
 
7842
  #: common/src/Tribe/Cost_Utils.php:108
7843
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7844
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7899,7 +7905,7 @@ msgstr "Amaiera data"
7899
  msgid "Start Date"
7900
  msgstr "Hasiera data"
7901
 
7902
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7903
  msgid "%s Categories"
7904
  msgstr "%s kategoriak"
7905
 
@@ -7923,26 +7929,26 @@ msgid "Please wait while timezone data is added to your events."
7923
  msgstr "Mesedez itxaron ordu-zona datuak zure ekitaldietara gehitzen diren bitartean."
7924
 
7925
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7926
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7927
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7928
  #: src/Tribe/Venue.php:79
7929
  msgid "Edit %s"
7930
  msgstr "%s editatu"
7931
 
7932
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7933
- #: src/Tribe/Main.php:4517
7934
  msgid "Use Saved %s:"
7935
  msgstr "Gordetako %s erabili:"
7936
 
7937
- #: src/Tribe/Main.php:943
7938
  msgid " ask the site administrator set a different Events URL slug."
7939
  msgstr "webguneko administratzaileari Ekitaldi URLentzako slug desberdin bat zehaztea eskatu."
7940
 
7941
- #: src/Tribe/Main.php:937
7942
  msgid "Ask the site administrator to edit the %s slug"
7943
  msgstr ""
7944
 
7945
- #: src/Tribe/Main.php:939
7946
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7947
  msgstr ""
7948
 
@@ -7950,7 +7956,7 @@ msgstr ""
7950
  msgid "Thanks for Updating The Events Calendar"
7951
  msgstr "Eskerrik asko Ekitaldi Egutegia eguneratzeagatik"
7952
 
7953
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7954
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7955
  msgid "Welcome to The Events Calendar"
7956
  msgstr "Ongietorri Ekitaldi Egutegira"
11
  "Language: eu_ES\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr "Ez dira aldaketa aipagarririk antzeman"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr "(%1$s ekitaldiaren deskribapen osoa ikusteko: %2$s)"
3575
 
3813
  msgid "No %1$s scheduled for %2$s. Please try another day."
3814
  msgstr "%2$s datarako ez dago %1$s programaturik. Beste egun bat probatu, mesedez."
3815
 
3816
+ #: src/Tribe/Main.php:3938
3817
  msgid "Check out the %savailable add-ons%s."
3818
  msgstr "Bota begirada bat %sgehigarri erabilgarriei%s."
3819
 
3820
+ #: src/Tribe/Main.php:1807
3821
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3822
  msgstr "Kokapenik definitzen ez baduzu zure ekitaldiak ez du %sGoogle Rich Snippet%s-ik bistaratuko bilaketa emaitzetan."
3823
 
3824
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3825
  msgid "%1$s scheduled for: %2$s."
3826
  msgstr "%1$s data honetarako programatu da: %2$s"
3827
 
3828
+ #: src/Tribe/Main.php:1719
3829
  msgid "%1$s draft updated. %2$sPreview %3$s"
3830
  msgstr "%1$s zirriborroa eguneratu da. %2$sAurreikusi%3$s"
3831
 
3832
+ #: src/Tribe/Main.php:1710
3833
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3834
  msgstr "%1$s data honetarako programatu da: %2$s. %3$sAurreikusi%4$s"
3835
 
3836
+ #: src/Tribe/Main.php:1704
3837
  msgid "%1$s submitted. %2$sPreview %3$s"
3838
  msgstr "%1$s bidali da. %2$sAurreikusi%3$s"
3839
 
3840
+ #: src/Tribe/Main.php:1698
3841
  msgid "Event published. %1$sView %2$s"
3842
  msgstr "Ekitaldia argitaratu da. %1$sIkusi%2$s"
3843
 
3844
+ #: src/Tribe/Main.php:1687
3845
  msgid "%1$s updated. %2$sView %3$s"
3846
  msgstr "%1$s eguneratu da. %2$sIkusi%3$s"
3847
 
3848
+ #: src/Tribe/Main.php:1391
3849
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3850
  msgstr "tribe-common liburutegiak ezin dira aurkitu! Direktorioa ekitaldi egutegia plugineko \"common/\" direktorioan egon beharko luke."
3851
 
3852
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3853
  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)."
3854
  msgstr "Gure ordainpeko plugin batentzako baliozko lizentzia bat baduzu, gure ordainpeko euskarri foroetan %s dezakezu. Gure euskarri taldekideek foroak monitorizatzen dituzte eta zure hariari 24-48 orduko epean erantzuna emango diote (astean zehar)."
3855
 
3856
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3857
  #: vendor/tickets/src/Tribe/Main.php:476
3858
  msgid "post a thread"
3859
  msgstr "mezu bat bidali"
3860
 
3861
+ #: src/Tribe/Main.php:1026
3862
  msgid "<strong>Looking for more immediate support?</strong> 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."
3863
  msgstr "<strong>Berehalako euskarria behar duzu?</strong> Gure ordainpeko edozein plugin erosterakoan (esaterako, %2$s), %1$s eskaintzen dugu. Lizentzia bat eskuratu eta bertan zuzenean bidalketa bat egiteko aukera izango duzu. Bidalketa astean zehar egin ezkero, erantzuna 24-48 orduko epean jasoko duzu."
3864
 
3865
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3866
  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."
3867
  msgstr "Goiko urratsak probatu ondoren oraindik arazorik baduzu, gure %s-ra gai berri bat bidali dezakezu. Gure euskarri taldekideek foro hauek astean behin monitorizatzen dituzte eta zu laguntzeko prest daude."
3868
 
3869
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3870
  msgid "open-source forum on WordPress.org"
3871
  msgstr "kode-askeko foroa WordPress.org-en"
3872
 
3873
+ #: src/Tribe/Main.php:1017
3874
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3875
  msgstr "<strong>Berehalako euskarria behar duzu?</strong> Gure ordainpeko edozein plugin erosterakoan %s eskaintzen dugu. Lizentzia bat eskuratu eta bertan zuzenean bidalketa bat egiteko aukera izango duzu. Bidalketa astean zehar egin ezkero, erantzuna 24-48 orduko epean jasoko duzu."
3876
 
3877
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3878
  #: vendor/tickets/src/Tribe/Main.php:467
3879
  msgid "premium support on our website"
3880
  msgstr "gure webgunean ordainpeko euskarria"
3881
 
3882
+ #: src/Tribe/Main.php:1014
3883
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3884
  msgstr "Aurreko urrats guztiak probatu ondoren oraindik arazoak badituzu, gure %1$s edo %2$s-rako WordPress.org foroetara mezu bat bidali dezakezu. Gure laguntza taldeak foro hauek astean behin monitorizatzen ditu eta zu laguntzeko prest dago."
3885
 
3886
+ #: src/Tribe/Main.php:1013
3887
  msgid "Events Tickets"
3888
  msgstr "Ekitaldi sarrerak"
3889
 
3890
+ #: src/Tribe/Main.php:998
3891
  msgid "Customizing the Events plugins"
3892
  msgstr "Ekitaldi pluginak pertsonalizatzen"
3893
 
3894
+ #: src/Tribe/Main.php:998
3895
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3896
  msgstr "%s: Egutegia modu erabilgarri eta interesgarrian pertsonalizatzeko kodea eta gidak."
3897
 
3898
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3899
  msgid "Troubleshooting common problems"
3900
  msgstr "Ohiko arazoak konpontzen"
3901
 
3902
+ #: src/Tribe/Main.php:996
3903
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3904
  msgstr "%s: Egutegiarekin arazoren bat eduki duzu? Hasteko hona joan arazoa nondik datorren eta nola zuzentzen den ikusteko."
3905
 
3906
+ #: src/Tribe/Main.php:994
3907
  msgid "Using stylesheets and page templates"
3908
  msgstr "Estilo orriak eta orrialde txantiloiak erabiltzen"
3909
 
3910
+ #: src/Tribe/Main.php:994
3911
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3912
  msgstr "%s: pluginarekin datozen txantiloi eta estilo lehenetsien gainbegirada bat, eta hauek nola aldatu."
3913
 
3914
+ #: src/Tribe/Main.php:992
3915
  msgid "Themer’s Guide"
3916
  msgstr "Itxura garatzailearentzako gida"
3917
 
3918
+ #: src/Tribe/Main.php:992
3919
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3920
  msgstr "%s: Egutegia zure beharretara moldatzeko gida osoa, estilo eta diseinu pertsonalizatuak barne."
3921
 
3922
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3923
  msgid "Features overview"
3924
  msgstr "Ezaugarrien bista orokorra"
3925
 
3926
+ #: src/Tribe/Main.php:990
3927
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3928
  msgstr "%s: Besterik ezean eskura dituzun ezaugarriak eta hauen erabilpenari buruzko xehetasunak."
3929
 
3930
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3931
  msgid "Settings overview"
3932
  msgstr "Ezarpenen bista orokorra"
3933
 
3934
+ #: src/Tribe/Main.php:988
3935
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3936
  msgstr "%s: Ekitaldi egutegiaren eta eskura dituzun ezarpenen gida osoa."
3937
 
3938
+ #: src/Tribe/Main.php:985
3939
  msgid "Support for The Events Calendar"
3940
  msgstr "Ekitaldi egutegirako euskarria"
3941
 
3942
+ #: src/Tribe/Main.php:974
3943
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3944
  msgstr "Zure egutegiak itxura ezin hobea izan dezan lagundu nahi zaitugu. Horretarako baliabide pila ditugu, zure egutegia martxan jartzeko %s praktiko bat barne."
3945
 
3946
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3947
  msgid "New User Primer"
3948
  msgstr "Erabiltzaile berriarentzako gida"
3949
 
4080
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4081
  msgstr "Urtea duten datak bistaratzeko formatua sartu. Etorkizuneko urte bateko data bat bistaratzean erabiltzen da."
4082
 
4083
+ #: common/src/Tribe/PUE/Checker.php:654
4084
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4085
  msgid "Thanks for setting up a valid key. It will expire on %s"
4086
  msgstr ""
4087
 
4088
+ #: src/Tribe/Main.php:949
4089
  msgid "<a href=\"%s\">edit Events settings</a>."
4090
  msgstr "<a href=\"%s\">ekidtaldien hobespenak editatu</a>."
4091
 
4231
  msgid "Editing the ticket price is currently disallowed."
4232
  msgstr "Sarreraren prezioa une honetan editatzea debekatuta dago."
4233
 
4234
+ #: src/Tribe/Main.php:952
4235
  msgid "%1$s or %2$s"
4236
  msgstr ""
4237
 
4663
  msgstr "Gehiago..."
4664
 
4665
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4666
+ #: src/Tribe/Main.php:1025
4667
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4668
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4669
  msgid "Events Calendar PRO"
5340
  msgstr "Ekitaldien erabiltzaileentzako berriak"
5341
 
5342
  #: src/Tribe/Aggregator/API/Origins.php:36
5343
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5344
  #: src/admin-views/admin-update-message.php:55
5345
  #: src/admin-views/aggregator/settings.php:393
5346
  #: src/admin-views/aggregator/status.php:181
7091
  msgid "Ticket #"
7092
  msgstr "Sarrera zkbia."
7093
 
7094
+ #: src/Tribe/Templates.php:664
7095
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7096
  msgstr "Txantiloi hobetsiak azpidirektorio egokira mugitu behar dira: tribe_get_template_part('%s')"
7097
 
7098
+ #: src/Tribe/Templates.php:620
7099
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7100
  msgstr "Txantiloi hobetsiak azpidirektorio egokira mugitu behar dira: %s"
7101
 
7214
  msgid "Events Settings"
7215
  msgstr "Ekitaldien hobespenak"
7216
 
7217
+ #: common/src/Tribe/PUE/Checker.php:586
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7219
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7220
  msgstr "Hara! Balidatzaile honek arazoren bat dauka. Mesedez %slaguntza-zerbitzuarekin%s harremanetan jarri."
7221
 
7222
+ #: common/src/Tribe/PUE/Checker.php:645
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7224
  msgid "Valid Key! Expires on %s"
7225
  msgstr "Baliozko gakoa! %s-an iraungitzen da"
7226
 
7227
+ #: common/src/Tribe/PUE/Checker.php:627
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7229
  msgid "Sorry, key validation server is not available."
7230
  msgstr "Barkatu, gako egiaztatze zerbitzaria ez dago erabilgarri."
7231
 
7232
+ #: common/src/Tribe/PUE/Checker.php:621
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7234
  msgid "unknown date"
7235
  msgstr "data ezezaguna"
7236
 
7237
+ #: common/src/Tribe/PUE/Checker.php:569
7238
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7239
  msgid "License key(s) updated."
7240
  msgstr "Lizentzia gakoa(k) eguneratu d(ir)a."
7241
 
7242
+ #: common/src/Tribe/PUE/Checker.php:419
 
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7244
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7245
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7246
  msgid "A valid license key is required for support and updates"
7247
  msgstr "Eguneraketentzat eta euskarriarentzat baliozko gako bat beharrezkoa da."
7248
 
7249
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7250
  #: src/admin-views/aggregator/status.php:41
7251
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7252
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7257
  msgid "Error"
7258
  msgstr "Errorea"
7259
 
7260
+ #: src/Tribe/Main.php:4221
7261
  msgid "Once Every 30 Mins"
7262
  msgstr "30 minututan behin"
7263
 
7264
+ #: src/Tribe/Main.php:4148
7265
  msgid "Day Of"
7266
  msgstr "Egun honetan"
7267
 
7268
+ #: src/Tribe/Main.php:4146
7269
  msgid "%s From"
7270
  msgstr "Data honetatik aurrera dauden %s"
7271
 
7272
+ #: src/Tribe/Main.php:4144
7273
  msgid "%s In"
7274
  msgstr "Epe honetako %s"
7275
 
7276
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7277
  #: src/admin-views/aggregator/origins/refine.php:7
7278
  msgid "Date"
7279
  msgstr "Data"
7280
 
7281
+ #: src/Tribe/Main.php:4116
7282
  msgid "Search"
7283
  msgstr "Bilatu"
7284
 
7285
+ #: src/Tribe/Main.php:4091
7286
  msgid "Day"
7287
  msgstr "Eguna"
7288
 
7289
+ #: src/Tribe/Main.php:4074
7290
  msgid "Month"
7291
  msgstr "Hilabetea"
7292
 
7293
+ #: src/Tribe/Main.php:4056
7294
  msgid "List"
7295
  msgstr "Zerrenda"
7296
 
7297
+ #: src/Tribe/Main.php:4040
7298
  msgid "Calendar"
7299
  msgstr "Egutegia"
7300
 
7301
  #: common/src/Tribe/Settings.php:242
7302
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7303
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7304
  msgid "Settings"
7305
  msgstr "Ezarpenak"
7313
  msgid "Add %s"
7314
  msgstr "%s gehitu"
7315
 
7316
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7317
  msgid "View Calendar"
7318
  msgstr "Egutegia ikusi"
7319
 
7321
  msgid "%s"
7322
  msgstr "%s"
7323
 
7324
+ #: src/Tribe/Main.php:3937
7325
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7326
  msgstr "Errepikatzen diren ekitaldiak, sarrera salmenta, publikoki bidalitako ekitaldiak, bista berriak eta antzerako funtzionalitate gehigarriak bilatzen ari zara?"
7327
 
7328
+ #: src/Tribe/Main.php:3932
7329
  msgid "Additional Functionality"
7330
  msgstr "Funtzionalitate gehigarria"
7331
 
7332
+ #: src/Tribe/Main.php:3887
7333
  msgid "News from Modern Tribe"
7334
  msgstr "Modern Tribe-ren berriak"
7335
 
7336
+ #: src/Tribe/Main.php:3867
7337
  msgid "View All Add-Ons"
7338
  msgstr "Gehigarri guztiak ikusi"
7339
 
7340
+ #: src/Tribe/Main.php:3864
7341
  msgid "Support"
7342
  msgstr "Euskarria"
7343
 
7344
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7345
  msgid "%s Information"
7346
  msgstr "%s informazioa"
7347
 
7348
+ #: src/Tribe/Main.php:3510
7349
  msgid "%s Options"
7350
  msgstr "%s aukerak"
7351
 
7352
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7353
  #: src/functions/template-tags/day.php:157
7354
  #: src/functions/template-tags/day.php:178
7355
  msgid "Date out of range."
7356
  msgstr "Data barrutitik kanpo dago."
7357
 
7358
+ #: src/Tribe/Main.php:2205
7359
  msgid "all"
7360
  msgstr "guztiak"
7361
 
7362
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7363
  msgid "events"
7364
  msgstr "ekitaldiak"
7365
 
7366
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7367
  msgid "event"
7368
  msgstr "ekitaldia"
7369
 
7370
+ #: src/Tribe/Main.php:2202
7371
  msgid "page"
7372
  msgstr "orrialdea"
7373
 
7408
  msgid "My %s"
7409
  msgstr "Nire %s"
7410
 
7411
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7412
  msgid "%s draft updated."
7413
  msgstr "%s zirriborroa eguneratu da."
7414
 
7415
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7416
  msgid "%s submitted."
7417
  msgstr "%s bidali da."
7418
 
7419
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7420
  msgid "%s published."
7421
  msgstr "%s argitaratu da."
7422
 
7423
  #. translators: %s: date and time of the revision
7424
+ #: src/Tribe/Main.php:1753
7425
  msgid "%s restored to revision from %s"
7426
  msgstr "%s berrikuspenera leheneratu da %s-tik"
7427
 
7428
  #. translators: Publish box date format, see http://php.net/date
7429
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7430
  msgid "M j, Y @ G:i"
7431
  msgstr "M j, Y &ndash; G:i"
7432
 
7433
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7434
  msgid "%s saved."
7435
  msgstr "%s gorde da."
7436
 
7437
  #. translators: %s: date and time of the revision
7438
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7439
  msgid "%1$s restored to revision from %2$s"
7440
  msgstr "%1$s berrikuspenera leheneratu da %2$s-tik"
7441
 
7442
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7443
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7444
  msgid "%s updated."
7445
  msgstr "%s eguneratu da."
7446
 
7447
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7448
  msgid "Custom field deleted."
7449
  msgstr "Eremu pertsonalizatua ezabatu da."
7450
 
7451
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7452
  msgid "Custom field updated."
7453
  msgstr "Eremu pertsonalizatua eguneratu da."
7454
 
7455
+ #: src/Tribe/Main.php:1670
7456
  msgid "New %s Category Name"
7457
  msgstr "%s kategoria berriaren izena"
7458
 
7459
+ #: src/Tribe/Main.php:1669
7460
  msgid "Add New %s Category"
7461
  msgstr "%s kategoria berria gehitu"
7462
 
7463
+ #: src/Tribe/Main.php:1668
7464
  msgid "Update %s Category"
7465
  msgstr "%s kategoria eguneratu"
7466
 
7467
+ #: src/Tribe/Main.php:1667
7468
  msgid "Edit %s Category"
7469
  msgstr "%s kategoria editatu"
7470
 
7471
+ #: src/Tribe/Main.php:1666
7472
  msgid "Parent %s Category:"
7473
  msgstr "%s kategoria gurasoa:"
7474
 
7475
+ #: src/Tribe/Main.php:1665
7476
  msgid "Parent %s Category"
7477
  msgstr "%s kategoria gurasoa"
7478
 
7479
+ #: src/Tribe/Main.php:1664
7480
  msgid "All %s Categories"
7481
  msgstr "%s kategoria guztiak"
7482
 
7483
+ #: src/Tribe/Main.php:1663
7484
  msgid "Search %s Categories"
7485
  msgstr "%s kategorietan bilatu"
7486
 
7487
+ #: src/Tribe/Main.php:1662
7488
  msgid "%s Category"
7489
  msgstr "%s kategoria"
7490
 
7491
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7492
  msgid "No %s found in Trash"
7493
  msgstr "Zakarrontzian ez da %s aurkitu"
7494
 
7495
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7496
  msgid "No %s found"
7497
  msgstr "Ez da %s aurkitu"
7498
 
7499
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7500
  msgid "Search %s"
7501
  msgstr "%s bilatu"
7502
 
7503
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7504
  #: vendor/tickets/src/views/tickets/orders.php:26
7505
  msgid "View %s"
7506
  msgstr "%s ikusi"
7507
 
7508
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7509
  msgid "New %s"
7510
  msgstr "%s berria"
7511
 
7512
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7513
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7514
  msgid "Add New %s"
7515
  msgstr "%s berria gehitu"
7516
 
7517
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7518
  msgid "Add New"
7519
  msgstr "Berria gehitu"
7520
 
7521
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7522
  msgid "tag"
7523
  msgstr "etiketa"
7524
 
7525
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7526
  msgid "category"
7527
  msgstr "kategoria"
7528
 
7529
+ #: src/Tribe/Main.php:1379
7530
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7531
  msgstr "Barkatu, Ekitaldi Egutegiak PHP %s edo berriagoa izatea eskatzen du. Zure hostatu-emate zerbitzuarekin hitzegin PHP bertsio berriago bat eskuratzeko aukerak ezagutzeko."
7532
 
7533
+ #: src/Tribe/Main.php:1376
7534
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7535
  msgstr "Barkatu, Ekitaldi Egutegiak Wordpress %s edo berriagoa izatea eskatzen du. Zure Wordpress eguneratu, mesedez."
7536
 
7552
  msgid "Display"
7553
  msgstr "Erakutsi"
7554
 
7555
+ #: src/Tribe/Main.php:1225
7556
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7557
  msgstr "Ondoko pluginak zaharkituta daude: %1$s. Gehigarri guztiek Ekitaldi Egutegiarekin mendekotasunak dituzte eta ez dute ondo funtzionatuko bertsio aproposarekin parekatzen ez badira. %2$sInformazio gehiago%3$s."
7558
 
7559
+ #: src/Tribe/Main.php:1213
7560
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7561
  msgstr "Zure ekitaldi egutegia zaharkituta dago Ekitaldi egutegi gehigarri batentzako. %sEguneratu%s mesedez."
7562
 
7563
+ #: src/Tribe/Main.php:747
7564
  msgid "Initializing Tribe Events on %s"
7565
  msgstr "%s-n Tribe ekitaldiak hasieratzen"
7566
 
7567
+ #: src/Tribe/Main.php:722
7568
  msgid "today"
7569
  msgstr "gaur"
7570
 
7571
+ #: src/Tribe/Main.php:721
7572
  msgid "day"
7573
  msgstr "eguna"
7574
 
7575
+ #: src/Tribe/Main.php:720
7576
  msgid "past"
7577
  msgstr "igarotakoa"
7578
 
7579
+ #: src/Tribe/Main.php:719
7580
  msgid "upcoming"
7581
  msgstr "datorrena"
7582
 
7583
+ #: src/Tribe/Main.php:718
7584
  msgid "list"
7585
  msgstr "zerrenda"
7586
 
7587
+ #: src/Tribe/Main.php:717
7588
  msgid "month"
7589
  msgstr "hilabetea"
7590
 
7591
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7592
  #. #-#-#-#-#
7593
  #. Plugin Name of the plugin/theme
7594
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7595
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7596
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7597
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7598
  msgid "The Events Calendar"
7599
  msgstr "Ekitaldien Egutegia"
7600
 
7601
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7602
  #: src/admin-views/aggregator/tabs/import-form.php:169
7603
  #: src/functions/template-tags/general.php:58
7604
  msgid "Event"
7606
 
7607
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7608
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7609
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7611
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7612
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7841
  msgid "Invalid field type specified"
7842
  msgstr "Eremu mota baliaezina zehaztu da"
7843
 
7844
+ #: common/src/Tribe/Credits.php:31
7845
+ msgid "This calendar is powered by The Events Calendar."
7846
+ msgstr "Egutegi honek Ekitaldi Egutegia erabiltzen du."
7847
+
7848
  #: common/src/Tribe/Cost_Utils.php:108
7849
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7850
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7905
  msgid "Start Date"
7906
  msgstr "Hasiera data"
7907
 
7908
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7909
  msgid "%s Categories"
7910
  msgstr "%s kategoriak"
7911
 
7929
  msgstr "Mesedez itxaron ordu-zona datuak zure ekitaldietara gehitzen diren bitartean."
7930
 
7931
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7932
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7933
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7934
  #: src/Tribe/Venue.php:79
7935
  msgid "Edit %s"
7936
  msgstr "%s editatu"
7937
 
7938
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7939
+ #: src/Tribe/Main.php:4518
7940
  msgid "Use Saved %s:"
7941
  msgstr "Gordetako %s erabili:"
7942
 
7943
+ #: src/Tribe/Main.php:944
7944
  msgid " ask the site administrator set a different Events URL slug."
7945
  msgstr "webguneko administratzaileari Ekitaldi URLentzako slug desberdin bat zehaztea eskatu."
7946
 
7947
+ #: src/Tribe/Main.php:938
7948
  msgid "Ask the site administrator to edit the %s slug"
7949
  msgstr ""
7950
 
7951
+ #: src/Tribe/Main.php:940
7952
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7953
  msgstr ""
7954
 
7956
  msgid "Thanks for Updating The Events Calendar"
7957
  msgstr "Eskerrik asko Ekitaldi Egutegia eguneratzeagatik"
7958
 
7959
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7960
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7961
  msgid "Welcome to The Events Calendar"
7962
  msgstr "Ongietorri Ekitaldi Egutegira"
lang/the-events-calendar-fi.mo CHANGED
Binary file
lang/the-events-calendar-fi.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: fi\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr "%1$s ajastettu: %2$s."
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr "%1$sluonnos päivitetty. %2$sEsikatsele %3$s"
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr "%1$s ajastettu: %2$s. %3$sEsikatsele %4$s"
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr "%1$s lähetetty. %2$sEsikatsele %3$s"
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr "Tapahtuma julkaistu. %1$sNäytä %2$s"
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr "%1$s päivitetty. %2$sNäytä %3$s"
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr "%s on oltava positiivinen luku (suurempi kuin nolla) tai prosenttimäär
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr "Lipun hinnan muuttaminen on tällä hetkellä estetty."
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Lue lisää..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Uutisia Tapahtumat-lisäosan käyttäjille"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Turvakoodi"
7086
  msgid "Ticket #"
7087
  msgstr "Lippu #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Teeman muokkaukset pitäisi siirtää oikeaan alikansioon: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Teeman muokkaukset pitäisi siirtää oikeaan alikansioon: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s asetukset"
7209
  msgid "Events Settings"
7210
  msgstr "Tapahtumien asetukset"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Hmmm... jokin on pielessä tämän validaattorin kanssa. Ota yhteyttä %stukeen%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Pahoittelemme, validointiavaimen vahvistusserveri ei ole saatavilla."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "tuntematon päivämäärä"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Lisenssiavain/avaimet päivitetty."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Voimassa oleva lisenssiavain vaaditaan tukea ja päivityksiä varten."
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Lisenssiavain"
7253
  msgid "Error"
7254
  msgstr "Virhe"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Kerran Joka 30 Min"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Päivä"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s lähtien"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s kohteessa "
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Päivämäärä"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Etsi"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Päivä"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Kuukausi"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Lista"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Kalenteri"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Asetukset"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Lisää %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Näytä kalenteri"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Näytä kalenteri"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Etsitkö lisätoimintoja kuten toistuvia tapahtumia, lipunmyyntiä, julkisesti lisättyjä tapahtumia, uusia näkymiä ja enemmänkin?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Lisätoiminnot"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Uutisia Modern Tribelta"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Näytä kaikki lisäosat"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Tuki"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%stiedot"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%sasetukset"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Päivämäärä rajan ulkopuolella."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "kaikki"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "tapahtumat"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "tapahtuma"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "sivu"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Käytettävissä oleva %s"
7404
  msgid "My %s"
7405
  msgstr "Minun %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s luonnos päivitetty."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s toimitettu."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s julkaistu."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s palautettu korjattuun versioon kohteesta %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "j.M.Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s tallennettu."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s päivitetty."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Mukautettu kenttä poistettu."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Mukautettu kenttä päivitetty."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Uusi %s kategorian nimi"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Lisää uusi %s kategoria"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Päivitä %s kategoria"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Muokkaa %s kategoriaa"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Isäntä %s kategoria"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Isäntä %s kategoria"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Kaikki %s kategoriat"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Etsi %s kategorioista"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s kategoria"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "%s ei löytynyt roskakorista"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "%s ei löytynyt"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Hae tapahtumia %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Näytä %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Uusi %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Lisää uusi %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Lisää uusi"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "kategoria"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Valitettavasti The Events Calendar vaatii PHP version %s tai uudemman. Keskustele palveluntarjoajasi kanssa uudemmasta PHP versiosta."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Valitettavasti The Events Calendar vaatii WordPress version %s tai uudemman. Päivitä WordPress."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Apua"
7548
  msgid "Display"
7549
  msgstr "Näyttäminen"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Versiosi The Events Calendarista ei ole ajan tasalla jonkin tapahtumakalenterin lisäosan kanssa. Ole hyvä ja %späivitä nyt.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Otetaan käyttöön Tribe Tapahtumat %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "tänään"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "päivä"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "mennyt"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "tuleva"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "lista"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "kuukausi"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Tapahtuma"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Ei valintanapin asetuksia määritettynä"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Virheellinen kentän tyyppi"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Päättymispäivä"
7897
  msgid "Start Date"
7898
  msgstr "Aloituspäivä"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s Kategoriaa"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Odota, kun kaikki aikavyöhykkeet lisätään sinun tapahtumiin."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Muokkaa %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Käytä tallennettua %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Kiitos että päivitit The Events Calendarin"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Tervetuloa tapahtumakalenteriin"
11
  "Language: fi\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr "%1$s ajastettu: %2$s."
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr "%1$sluonnos päivitetty. %2$sEsikatsele %3$s"
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr "%1$s ajastettu: %2$s. %3$sEsikatsele %4$s"
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr "%1$s lähetetty. %2$sEsikatsele %3$s"
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr "Tapahtuma julkaistu. %1$sNäytä %2$s"
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr "%1$s päivitetty. %2$sNäytä %3$s"
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "Lipun hinnan muuttaminen on tällä hetkellä estetty."
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Lue lisää..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Uutisia Tapahtumat-lisäosan käyttäjille"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Lippu #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Teeman muokkaukset pitäisi siirtää oikeaan alikansioon: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Teeman muokkaukset pitäisi siirtää oikeaan alikansioon: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Tapahtumien asetukset"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hmmm... jokin on pielessä tämän validaattorin kanssa. Ota yhteyttä %stukeen%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Lisenssiavain kelvollinen! Erääntyy %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Pahoittelemme, validointiavaimen vahvistusserveri ei ole saatavilla."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "tuntematon päivämäärä"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Lisenssiavain/avaimet päivitetty."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Voimassa oleva lisenssiavain vaaditaan tukea ja päivityksiä varten."
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Virhe"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Kerran Joka 30 Min"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Päivä"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s lähtien"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s kohteessa "
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Päivämäärä"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Etsi"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Päivä"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Kuukausi"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Lista"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Kalenteri"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Asetukset"
7311
  msgid "Add %s"
7312
  msgstr "Lisää %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Näytä kalenteri"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Etsitkö lisätoimintoja kuten toistuvia tapahtumia, lipunmyyntiä, julkisesti lisättyjä tapahtumia, uusia näkymiä ja enemmänkin?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Lisätoiminnot"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Uutisia Modern Tribelta"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Näytä kaikki lisäosat"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Tuki"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%stiedot"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%sasetukset"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Päivämäärä rajan ulkopuolella."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "kaikki"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "tapahtumat"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "tapahtuma"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "sivu"
7371
 
7406
  msgid "My %s"
7407
  msgstr "Minun %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s luonnos päivitetty."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s toimitettu."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s julkaistu."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s palautettu korjattuun versioon kohteesta %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "j.M.Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s tallennettu."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s päivitetty."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Mukautettu kenttä poistettu."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Mukautettu kenttä päivitetty."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Uusi %s kategorian nimi"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Lisää uusi %s kategoria"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Päivitä %s kategoria"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Muokkaa %s kategoriaa"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Isäntä %s kategoria"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Isäntä %s kategoria"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Kaikki %s kategoriat"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Etsi %s kategorioista"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s kategoria"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "%s ei löytynyt roskakorista"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "%s ei löytynyt"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Hae tapahtumia %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Näytä %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Uusi %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Lisää uusi %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Lisää uusi"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "kategoria"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Valitettavasti The Events Calendar vaatii PHP version %s tai uudemman. Keskustele palveluntarjoajasi kanssa uudemmasta PHP versiosta."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Valitettavasti The Events Calendar vaatii WordPress version %s tai uudemman. Päivitä WordPress."
7534
 
7550
  msgid "Display"
7551
  msgstr "Näyttäminen"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Versiosi The Events Calendarista ei ole ajan tasalla jonkin tapahtumakalenterin lisäosan kanssa. Ole hyvä ja %späivitä nyt.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Otetaan käyttöön Tribe Tapahtumat %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "tänään"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "päivä"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "mennyt"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "tuleva"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "lista"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "kuukausi"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Virheellinen kentän tyyppi"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Tämän kalenterin voimalähteenä toimii The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Aloituspäivä"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s Kategoriaa"
7909
 
7927
  msgstr "Odota, kun kaikki aikavyöhykkeet lisätään sinun tapahtumiin."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Muokkaa %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Käytä tallennettua %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Kiitos että päivitit The Events Calendarin"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Tervetuloa tapahtumakalenteriin"
lang/the-events-calendar-fr_CA.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: fr_CA\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr "Évaluez %1$sEvent Tickets%2$s %3$s"
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr "Évaluez %1$sThe Events Calendar%2$s %3$s"
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr "Ce calendrier est propulsé par %1$s"
@@ -3566,7 +3569,7 @@ msgstr "Modèle introduit ou mis à jour avec cette version (%s) :"
3566
  msgid "No notable changes detected"
3567
  msgstr "Aucun changement notable détecté"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr "(Voir toute la description de %1$s ici : %2$s)"
3572
 
@@ -3811,137 +3814,137 @@ msgstr "Aucun résultat n’a été trouvé pour %s ce mois-ci. Essayez avec le
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr "Aucun %1$s prévue pour %2$s. Veuillez essayé avec un autre jour."
3813
 
3814
- #: src/Tribe/Main.php:3937
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr "Consultez les %smodules disponibles%s."
3817
 
3818
- #: src/Tribe/Main.php:1806
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr "Sans un emplacement défini votre évènement ne sera pas afficher comme un %sGoogle Rich Snippets%s dans les résultats de recherche."
3821
 
3822
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr "%1$s planifié pour : %2$s."
3825
 
3826
- #: src/Tribe/Main.php:1718
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr "%1$s brouillon mis à jour. %2$sAperçu%3$s"
3829
 
3830
- #: src/Tribe/Main.php:1709
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr "%1$s planifié pour : %2$s. %3$sAperçu%4$s"
3833
 
3834
- #: src/Tribe/Main.php:1703
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr "%1$s envoyé. %2$sAperçu%3$s"
3837
 
3838
- #: src/Tribe/Main.php:1697
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr "L’évènement à été publié. %1$sVoir%2$s"
3841
 
3842
- #: src/Tribe/Main.php:1686
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr "%1$s mis à jour. %2$sVoir%3$s"
3845
 
3846
- #: src/Tribe/Main.php:1390
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr "poster un ticket"
3858
 
3859
- #: src/Tribe/Main.php:1025
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr "Forum open-source de WordPress.org"
3870
 
3871
- #: src/Tribe/Main.php:1016
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr "Support Premium sur notre site Web."
3879
 
3880
- #: src/Tribe/Main.php:1013
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr "Si vous avez essayé les étapes ci-dessus et avez encore des problèmes, vous pouvez poster un nouveau fil sur notre forum WordPress.org pour %1$s ou %2$s. Notre équipe de support surveille ce forum une fois par semaine et sera heureuse de vous y aider."
3883
 
3884
- #: src/Tribe/Main.php:1012
3885
  msgid "Events Tickets"
3886
  msgstr "Tickets d’évènements"
3887
 
3888
- #: src/Tribe/Main.php:997
3889
  msgid "Customizing the Events plugins"
3890
  msgstr "Personnaliser les extensions d’Events"
3891
 
3892
- #: src/Tribe/Main.php:997
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr "%s : Code et guides pour la personnalisation de votre calendrier de manières utiles et intéressantes."
3895
 
3896
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr "Dépannage des problèmes connus"
3899
 
3900
- #: src/Tribe/Main.php:995
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr "%s : Voyez-vous un problème avec votre calendrier ? Allez ici pour trouver d'où il vient et comment y remédier."
3903
 
3904
- #: src/Tribe/Main.php:993
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr "Utilisation de feuilles de style et modèles de page"
3907
 
3908
- #: src/Tribe/Main.php:993
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr "%s : Un aperçu des modèles par défaut et les styles qui sont inclus dans l’extension, ainsi que la façon de les changer."
3911
 
3912
- #: src/Tribe/Main.php:991
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
- #: src/Tribe/Main.php:991
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr "Aperçu des fonctionnalités."
3923
 
3924
- #: src/Tribe/Main.php:989
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr "%s : Un coup d’œil complet sur les fonctionnalités que vous pouvez vous attendre à voir tout de suite ainsi que la façon de les utiliser."
3927
 
3928
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr "Aperçu des réglages."
3931
 
3932
- #: src/Tribe/Main.php:987
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr "%s : Un aperçu de The Events Calendar et des réglages qui sont disponibles pour vous."
3935
 
3936
- #: src/Tribe/Main.php:984
3937
  msgid "Support for The Events Calendar"
3938
  msgstr "Support pour The Events Calendar"
3939
 
3940
- #: src/Tribe/Main.php:973
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr "Nouvel utilisateur principal"
3947
 
@@ -4078,12 +4081,12 @@ msgstr "Merci d’utiliser Event Tickets ! Nous tous à Modern Tribe apprécion
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr "Saisissez le format à utiliser pour l’affichage des dates avec l’année. Utilisé lors de l’affichage d’une date dans une année à venir."
4080
 
4081
- #: common/src/Tribe/PUE/Checker.php:651
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/Main.php:948
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr "<a href=\"%s\">Modifier les réglages des évènements</a>."
4089
 
@@ -4229,7 +4232,7 @@ msgstr "%s doit être une valeur positive (nombre ou pourcentage)"
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "La modification du prix du billet n’est pas autorisée actuellement."
4231
 
4232
- #: src/Tribe/Main.php:951
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
@@ -4661,7 +4664,7 @@ msgid "More..."
4661
  msgstr "Plus&hellip;"
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
- #: src/Tribe/Main.php:1024
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
@@ -5338,7 +5341,7 @@ msgid "News For Events Users"
5338
  msgstr "Actualités pour les inscrits"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
@@ -7089,11 +7092,11 @@ msgstr "Code de sécurité"
7089
  msgid "Ticket #"
7090
  msgstr "N° du ticket"
7091
 
7092
- #: src/Tribe/Templates.php:663
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : tribe_get_template_part('%s')"
7095
 
7096
- #: src/Tribe/Templates.php:619
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : %s"
7099
 
@@ -7212,40 +7215,39 @@ msgstr "Préférences %s "
7212
  msgid "Events Settings"
7213
  msgstr "Réglages d'événements"
7214
 
7215
- #: common/src/Tribe/PUE/Checker.php:583
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hum... Quelque chose ne fonctionne pas avec ce validateur. Merci de contacter le %ssupport%s."
7219
 
7220
- #: common/src/Tribe/PUE/Checker.php:642
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Clé valide ! Expire le %s"
7224
 
7225
- #: common/src/Tribe/PUE/Checker.php:624
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
7229
 
7230
- #: common/src/Tribe/PUE/Checker.php:618
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "date inconnue"
7234
 
7235
- #: common/src/Tribe/PUE/Checker.php:566
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Clé(s) de licence mise(s) à jour."
7239
 
7240
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7241
- #: common/src/Tribe/PUE/Checker.php:469
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7244
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7245
  msgid "A valid license key is required for support and updates"
7246
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
7247
 
7248
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7249
  #: src/admin-views/aggregator/status.php:41
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7251
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7256,49 +7258,49 @@ msgstr "Clé de licence"
7256
  msgid "Error"
7257
  msgstr "Erreur"
7258
 
7259
- #: src/Tribe/Main.php:4220
7260
  msgid "Once Every 30 Mins"
7261
  msgstr "Toutes les 30 minutes"
7262
 
7263
- #: src/Tribe/Main.php:4147
7264
  msgid "Day Of"
7265
  msgstr "Jour du"
7266
 
7267
- #: src/Tribe/Main.php:4145
7268
  msgid "%s From"
7269
  msgstr "%s à partir de"
7270
 
7271
- #: src/Tribe/Main.php:4143
7272
  msgid "%s In"
7273
  msgstr "%s en"
7274
 
7275
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7276
  #: src/admin-views/aggregator/origins/refine.php:7
7277
  msgid "Date"
7278
  msgstr "Date"
7279
 
7280
- #: src/Tribe/Main.php:4115
7281
  msgid "Search"
7282
  msgstr "Recherche"
7283
 
7284
- #: src/Tribe/Main.php:4090
7285
  msgid "Day"
7286
  msgstr "Jour"
7287
 
7288
- #: src/Tribe/Main.php:4073
7289
  msgid "Month"
7290
  msgstr "Mois"
7291
 
7292
- #: src/Tribe/Main.php:4055
7293
  msgid "List"
7294
  msgstr "Liste"
7295
 
7296
- #: src/Tribe/Main.php:4039
7297
  msgid "Calendar"
7298
  msgstr "Calendrier"
7299
 
7300
  #: common/src/Tribe/Settings.php:242
7301
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7302
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7303
  msgid "Settings"
7304
  msgstr "Réglages"
@@ -7312,7 +7314,7 @@ msgstr "CSV"
7312
  msgid "Add %s"
7313
  msgstr "Ajouter %s"
7314
 
7315
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7316
  msgid "View Calendar"
7317
  msgstr "Voir le calendrier"
7318
 
@@ -7320,53 +7322,53 @@ msgstr "Voir le calendrier"
7320
  msgid "%s"
7321
  msgstr "%s"
7322
 
7323
- #: src/Tribe/Main.php:3936
7324
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7325
  msgstr "Besoin de fonctionnalités additionnelles telles que « Évènements récurrents », « Vente de tickets », « Événements soumis par vos utilisateurs », nouveaux modes d’affichages et plus encore ?"
7326
 
7327
- #: src/Tribe/Main.php:3931
7328
  msgid "Additional Functionality"
7329
  msgstr "Fonctionnalité supplémentaire "
7330
 
7331
- #: src/Tribe/Main.php:3886
7332
  msgid "News from Modern Tribe"
7333
  msgstr "Actualités de Modern Tribe"
7334
 
7335
- #: src/Tribe/Main.php:3866
7336
  msgid "View All Add-Ons"
7337
  msgstr "Voir tous les modules supplémentaires"
7338
 
7339
- #: src/Tribe/Main.php:3863
7340
  msgid "Support"
7341
  msgstr "Support"
7342
 
7343
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7344
  msgid "%s Information"
7345
  msgstr "Information sur le %s"
7346
 
7347
- #: src/Tribe/Main.php:3509
7348
  msgid "%s Options"
7349
  msgstr "Options pour les %ss"
7350
 
7351
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7352
  #: src/functions/template-tags/day.php:157
7353
  #: src/functions/template-tags/day.php:178
7354
  msgid "Date out of range."
7355
  msgstr "La date est en dehors des valeurs possibles"
7356
 
7357
- #: src/Tribe/Main.php:2204
7358
  msgid "all"
7359
  msgstr "tous"
7360
 
7361
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7362
  msgid "events"
7363
  msgstr "évènements"
7364
 
7365
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7366
  msgid "event"
7367
  msgstr "évènement"
7368
 
7369
- #: src/Tribe/Main.php:2201
7370
  msgid "page"
7371
  msgstr "page"
7372
 
@@ -7407,129 +7409,129 @@ msgstr "%s disponibles"
7407
  msgid "My %s"
7408
  msgstr "Mon %s"
7409
 
7410
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7411
  msgid "%s draft updated."
7412
  msgstr "%s mis à jour en version brouillon."
7413
 
7414
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7415
  msgid "%s submitted."
7416
  msgstr "%s envoyé."
7417
 
7418
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7419
  msgid "%s published."
7420
  msgstr "%s publié."
7421
 
7422
  #. translators: %s: date and time of the revision
7423
- #: src/Tribe/Main.php:1752
7424
  msgid "%s restored to revision from %s"
7425
  msgstr "%s restauré à la dernière révision de %s"
7426
 
7427
  #. translators: Publish box date format, see http://php.net/date
7428
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7429
  msgid "M j, Y @ G:i"
7430
  msgstr "j M A à G:i "
7431
 
7432
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7433
  msgid "%s saved."
7434
  msgstr "%s enregistré."
7435
 
7436
  #. translators: %s: date and time of the revision
7437
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7438
  msgid "%1$s restored to revision from %2$s"
7439
  msgstr "%1$s rétabli à la révision du %2$s"
7440
 
7441
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7442
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7443
  msgid "%s updated."
7444
  msgstr "%s mis à jour."
7445
 
7446
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7447
  msgid "Custom field deleted."
7448
  msgstr "Champ Personnalisé effacé. "
7449
 
7450
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7451
  msgid "Custom field updated."
7452
  msgstr "Champ personnalisé mis à jour. "
7453
 
7454
- #: src/Tribe/Main.php:1669
7455
  msgid "New %s Category Name"
7456
  msgstr "Nom de la nouvelle catégorie d'%s"
7457
 
7458
- #: src/Tribe/Main.php:1668
7459
  msgid "Add New %s Category"
7460
  msgstr "Ajouter une catégorie d'%s"
7461
 
7462
- #: src/Tribe/Main.php:1667
7463
  msgid "Update %s Category"
7464
  msgstr "Mettre à jour une catégorie d'%s"
7465
 
7466
- #: src/Tribe/Main.php:1666
7467
  msgid "Edit %s Category"
7468
  msgstr "Modifier catégorie d'%s"
7469
 
7470
- #: src/Tribe/Main.php:1665
7471
  msgid "Parent %s Category:"
7472
  msgstr "Catégorie d'%s parente :"
7473
 
7474
- #: src/Tribe/Main.php:1664
7475
  msgid "Parent %s Category"
7476
  msgstr "Catégorie d'%s parente"
7477
 
7478
- #: src/Tribe/Main.php:1663
7479
  msgid "All %s Categories"
7480
  msgstr "Tous les catégories d'%s"
7481
 
7482
- #: src/Tribe/Main.php:1662
7483
  msgid "Search %s Categories"
7484
  msgstr "Rechercher une catégorie d'%s"
7485
 
7486
- #: src/Tribe/Main.php:1661
7487
  msgid "%s Category"
7488
  msgstr "Catégorie d'%s"
7489
 
7490
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7491
  msgid "No %s found in Trash"
7492
  msgstr "Aucun %s trouvés dans la corbeille"
7493
 
7494
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7495
  msgid "No %s found"
7496
  msgstr "Aucun %s trouvé"
7497
 
7498
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7499
  msgid "Search %s"
7500
  msgstr "Recherche %s"
7501
 
7502
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7503
  #: vendor/tickets/src/views/tickets/orders.php:26
7504
  msgid "View %s"
7505
  msgstr "Voir %s"
7506
 
7507
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7508
  msgid "New %s"
7509
  msgstr "%s nouveau"
7510
 
7511
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7512
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7513
  msgid "Add New %s"
7514
  msgstr "Ajouter %s"
7515
 
7516
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7517
  msgid "Add New"
7518
  msgstr "Nouveau "
7519
 
7520
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7521
  msgid "tag"
7522
  msgstr "étiquette"
7523
 
7524
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7525
  msgid "category"
7526
  msgstr "catégorie"
7527
 
7528
- #: src/Tribe/Main.php:1378
7529
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7530
  msgstr "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. Voyez avec votre hébergeur pour voir comment vous pouvez obtenir une version plus récente de PHP. "
7531
 
7532
- #: src/Tribe/Main.php:1375
7533
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7534
  msgstr "Désolé, l'extension The Events Calendar nécessite WordPress %s ou une version plus récente. Mettez à jour votre installation WordPress "
7535
 
@@ -7551,53 +7553,53 @@ msgstr "Aide"
7551
  msgid "Display"
7552
  msgstr "Affichage"
7553
 
7554
- #: src/Tribe/Main.php:1224
7555
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7556
  msgstr "Les extensions suivantes ne sont plus à jour : %1$s. Tous les modules supplémentaires contiennent des dépendances pour The Events Calendar et ne fonctionneront pas correctement à moins qu'ils soient associés à la bonne version. %2$sEn savoir plus%3$s."
7557
 
7558
- #: src/Tribe/Main.php:1212
7559
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7560
  msgstr "Votre version de The Event Calendar n’est pas à jour avec un de vos modules supplémentaires de The Event Calendar. Veuillez %smettre à jour.%s"
7561
 
7562
- #: src/Tribe/Main.php:746
7563
  msgid "Initializing Tribe Events on %s"
7564
  msgstr "Initialisation de Tribe Events à %s"
7565
 
7566
- #: src/Tribe/Main.php:721
7567
  msgid "today"
7568
  msgstr "aujourd’hui"
7569
 
7570
- #: src/Tribe/Main.php:720
7571
  msgid "day"
7572
  msgstr "jour"
7573
 
7574
- #: src/Tribe/Main.php:719
7575
  msgid "past"
7576
  msgstr "terminé"
7577
 
7578
- #: src/Tribe/Main.php:718
7579
  msgid "upcoming"
7580
  msgstr "à venir"
7581
 
7582
- #: src/Tribe/Main.php:717
7583
  msgid "list"
7584
  msgstr "liste"
7585
 
7586
- #: src/Tribe/Main.php:716
7587
  msgid "month"
7588
  msgstr "mois"
7589
 
7590
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7591
  #. #-#-#-#-#
7592
  #. Plugin Name of the plugin/theme
7593
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7594
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7595
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7596
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7597
  msgid "The Events Calendar"
7598
  msgstr "The Events Calendar"
7599
 
7600
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7601
  #: src/admin-views/aggregator/tabs/import-form.php:169
7602
  #: src/functions/template-tags/general.php:58
7603
  msgid "Event"
@@ -7605,7 +7607,7 @@ msgstr "Évènement"
7605
 
7606
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7607
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7608
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7611
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7840,6 +7842,10 @@ msgstr "Aucun bouton radio sélectionné"
7840
  msgid "Invalid field type specified"
7841
  msgstr "Type de champ spécifié invalide"
7842
 
 
 
 
 
7843
  #: common/src/Tribe/Cost_Utils.php:108
7844
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7845
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7900,7 +7906,7 @@ msgstr "Date de fin"
7900
  msgid "Start Date"
7901
  msgstr "Date de début"
7902
 
7903
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7904
  msgid "%s Categories"
7905
  msgstr "Catégories d'%s"
7906
 
@@ -7924,26 +7930,26 @@ msgid "Please wait while timezone data is added to your events."
7924
  msgstr "Merci de patienter pendant que les données de fuseau horaire sont ajoutées à vos évènements."
7925
 
7926
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7927
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7928
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7929
  #: src/Tribe/Venue.php:79
7930
  msgid "Edit %s"
7931
  msgstr "Modifier %s"
7932
 
7933
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7934
- #: src/Tribe/Main.php:4517
7935
  msgid "Use Saved %s:"
7936
  msgstr "Utiliser un %s enregistré :"
7937
 
7938
- #: src/Tribe/Main.php:943
7939
  msgid " ask the site administrator set a different Events URL slug."
7940
  msgstr "demandez à l’administrateur de configurer un identifiant d’URL différent pour les évènements."
7941
 
7942
- #: src/Tribe/Main.php:937
7943
  msgid "Ask the site administrator to edit the %s slug"
7944
  msgstr ""
7945
 
7946
- #: src/Tribe/Main.php:939
7947
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7948
  msgstr ""
7949
 
@@ -7951,7 +7957,7 @@ msgstr ""
7951
  msgid "Thanks for Updating The Events Calendar"
7952
  msgstr "Merci d'avoir mis à jour The Events Calendar"
7953
 
7954
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7955
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7956
  msgid "Welcome to The Events Calendar"
7957
  msgstr "Bienvenue à The Events Calendar"
11
  "Language: fr_CA\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr "Évaluez %1$sThe Events Calendar%2$s %3$s"
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr "Ce calendrier est propulsé par %1$s"
3569
  msgid "No notable changes detected"
3570
  msgstr "Aucun changement notable détecté"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr "(Voir toute la description de %1$s ici : %2$s)"
3575
 
3814
  msgid "No %1$s scheduled for %2$s. Please try another day."
3815
  msgstr "Aucun %1$s prévue pour %2$s. Veuillez essayé avec un autre jour."
3816
 
3817
+ #: src/Tribe/Main.php:3938
3818
  msgid "Check out the %savailable add-ons%s."
3819
  msgstr "Consultez les %smodules disponibles%s."
3820
 
3821
+ #: src/Tribe/Main.php:1807
3822
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3823
  msgstr "Sans un emplacement défini votre évènement ne sera pas afficher comme un %sGoogle Rich Snippets%s dans les résultats de recherche."
3824
 
3825
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3826
  msgid "%1$s scheduled for: %2$s."
3827
  msgstr "%1$s planifié pour : %2$s."
3828
 
3829
+ #: src/Tribe/Main.php:1719
3830
  msgid "%1$s draft updated. %2$sPreview %3$s"
3831
  msgstr "%1$s brouillon mis à jour. %2$sAperçu%3$s"
3832
 
3833
+ #: src/Tribe/Main.php:1710
3834
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3835
  msgstr "%1$s planifié pour : %2$s. %3$sAperçu%4$s"
3836
 
3837
+ #: src/Tribe/Main.php:1704
3838
  msgid "%1$s submitted. %2$sPreview %3$s"
3839
  msgstr "%1$s envoyé. %2$sAperçu%3$s"
3840
 
3841
+ #: src/Tribe/Main.php:1698
3842
  msgid "Event published. %1$sView %2$s"
3843
  msgstr "L’évènement à été publié. %1$sVoir%2$s"
3844
 
3845
+ #: src/Tribe/Main.php:1687
3846
  msgid "%1$s updated. %2$sView %3$s"
3847
  msgstr "%1$s mis à jour. %2$sVoir%3$s"
3848
 
3849
+ #: src/Tribe/Main.php:1391
3850
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3851
  msgstr ""
3852
 
3853
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3854
  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)."
3855
  msgstr ""
3856
 
3857
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3858
  #: vendor/tickets/src/Tribe/Main.php:476
3859
  msgid "post a thread"
3860
  msgstr "poster un ticket"
3861
 
3862
+ #: src/Tribe/Main.php:1026
3863
  msgid "<strong>Looking for more immediate support?</strong> 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."
3864
  msgstr ""
3865
 
3866
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3867
  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."
3868
  msgstr ""
3869
 
3870
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3871
  msgid "open-source forum on WordPress.org"
3872
  msgstr "Forum open-source de WordPress.org"
3873
 
3874
+ #: src/Tribe/Main.php:1017
3875
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3876
  msgstr ""
3877
 
3878
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3879
  #: vendor/tickets/src/Tribe/Main.php:467
3880
  msgid "premium support on our website"
3881
  msgstr "Support Premium sur notre site Web."
3882
 
3883
+ #: src/Tribe/Main.php:1014
3884
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3885
  msgstr "Si vous avez essayé les étapes ci-dessus et avez encore des problèmes, vous pouvez poster un nouveau fil sur notre forum WordPress.org pour %1$s ou %2$s. Notre équipe de support surveille ce forum une fois par semaine et sera heureuse de vous y aider."
3886
 
3887
+ #: src/Tribe/Main.php:1013
3888
  msgid "Events Tickets"
3889
  msgstr "Tickets d’évènements"
3890
 
3891
+ #: src/Tribe/Main.php:998
3892
  msgid "Customizing the Events plugins"
3893
  msgstr "Personnaliser les extensions d’Events"
3894
 
3895
+ #: src/Tribe/Main.php:998
3896
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3897
  msgstr "%s : Code et guides pour la personnalisation de votre calendrier de manières utiles et intéressantes."
3898
 
3899
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3900
  msgid "Troubleshooting common problems"
3901
  msgstr "Dépannage des problèmes connus"
3902
 
3903
+ #: src/Tribe/Main.php:996
3904
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3905
  msgstr "%s : Voyez-vous un problème avec votre calendrier ? Allez ici pour trouver d'où il vient et comment y remédier."
3906
 
3907
+ #: src/Tribe/Main.php:994
3908
  msgid "Using stylesheets and page templates"
3909
  msgstr "Utilisation de feuilles de style et modèles de page"
3910
 
3911
+ #: src/Tribe/Main.php:994
3912
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3913
  msgstr "%s : Un aperçu des modèles par défaut et les styles qui sont inclus dans l’extension, ainsi que la façon de les changer."
3914
 
3915
+ #: src/Tribe/Main.php:992
3916
  msgid "Themer’s Guide"
3917
  msgstr ""
3918
 
3919
+ #: src/Tribe/Main.php:992
3920
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3921
  msgstr ""
3922
 
3923
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3924
  msgid "Features overview"
3925
  msgstr "Aperçu des fonctionnalités."
3926
 
3927
+ #: src/Tribe/Main.php:990
3928
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3929
  msgstr "%s : Un coup d’œil complet sur les fonctionnalités que vous pouvez vous attendre à voir tout de suite ainsi que la façon de les utiliser."
3930
 
3931
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3932
  msgid "Settings overview"
3933
  msgstr "Aperçu des réglages."
3934
 
3935
+ #: src/Tribe/Main.php:988
3936
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3937
  msgstr "%s : Un aperçu de The Events Calendar et des réglages qui sont disponibles pour vous."
3938
 
3939
+ #: src/Tribe/Main.php:985
3940
  msgid "Support for The Events Calendar"
3941
  msgstr "Support pour The Events Calendar"
3942
 
3943
+ #: src/Tribe/Main.php:974
3944
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3945
  msgstr ""
3946
 
3947
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3948
  msgid "New User Primer"
3949
  msgstr "Nouvel utilisateur principal"
3950
 
4081
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4082
  msgstr "Saisissez le format à utiliser pour l’affichage des dates avec l’année. Utilisé lors de l’affichage d’une date dans une année à venir."
4083
 
4084
+ #: common/src/Tribe/PUE/Checker.php:654
4085
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4086
  msgid "Thanks for setting up a valid key. It will expire on %s"
4087
  msgstr ""
4088
 
4089
+ #: src/Tribe/Main.php:949
4090
  msgid "<a href=\"%s\">edit Events settings</a>."
4091
  msgstr "<a href=\"%s\">Modifier les réglages des évènements</a>."
4092
 
4232
  msgid "Editing the ticket price is currently disallowed."
4233
  msgstr "La modification du prix du billet n’est pas autorisée actuellement."
4234
 
4235
+ #: src/Tribe/Main.php:952
4236
  msgid "%1$s or %2$s"
4237
  msgstr ""
4238
 
4664
  msgstr "Plus&hellip;"
4665
 
4666
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4667
+ #: src/Tribe/Main.php:1025
4668
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4669
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4670
  msgid "Events Calendar PRO"
5341
  msgstr "Actualités pour les inscrits"
5342
 
5343
  #: src/Tribe/Aggregator/API/Origins.php:36
5344
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5345
  #: src/admin-views/admin-update-message.php:55
5346
  #: src/admin-views/aggregator/settings.php:393
5347
  #: src/admin-views/aggregator/status.php:181
7092
  msgid "Ticket #"
7093
  msgstr "N° du ticket"
7094
 
7095
+ #: src/Tribe/Templates.php:664
7096
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7097
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : tribe_get_template_part('%s')"
7098
 
7099
+ #: src/Tribe/Templates.php:620
7100
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7101
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : %s"
7102
 
7215
  msgid "Events Settings"
7216
  msgstr "Réglages d'événements"
7217
 
7218
+ #: common/src/Tribe/PUE/Checker.php:586
7219
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7220
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7221
  msgstr "Hum... Quelque chose ne fonctionne pas avec ce validateur. Merci de contacter le %ssupport%s."
7222
 
7223
+ #: common/src/Tribe/PUE/Checker.php:645
7224
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7225
  msgid "Valid Key! Expires on %s"
7226
  msgstr "Clé valide ! Expire le %s"
7227
 
7228
+ #: common/src/Tribe/PUE/Checker.php:627
7229
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7230
  msgid "Sorry, key validation server is not available."
7231
  msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
7232
 
7233
+ #: common/src/Tribe/PUE/Checker.php:621
7234
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7235
  msgid "unknown date"
7236
  msgstr "date inconnue"
7237
 
7238
+ #: common/src/Tribe/PUE/Checker.php:569
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7240
  msgid "License key(s) updated."
7241
  msgstr "Clé(s) de licence mise(s) à jour."
7242
 
7243
+ #: common/src/Tribe/PUE/Checker.php:419
 
7244
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7245
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7246
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7247
  msgid "A valid license key is required for support and updates"
7248
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
7249
 
7250
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7251
  #: src/admin-views/aggregator/status.php:41
7252
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7253
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7258
  msgid "Error"
7259
  msgstr "Erreur"
7260
 
7261
+ #: src/Tribe/Main.php:4221
7262
  msgid "Once Every 30 Mins"
7263
  msgstr "Toutes les 30 minutes"
7264
 
7265
+ #: src/Tribe/Main.php:4148
7266
  msgid "Day Of"
7267
  msgstr "Jour du"
7268
 
7269
+ #: src/Tribe/Main.php:4146
7270
  msgid "%s From"
7271
  msgstr "%s à partir de"
7272
 
7273
+ #: src/Tribe/Main.php:4144
7274
  msgid "%s In"
7275
  msgstr "%s en"
7276
 
7277
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7278
  #: src/admin-views/aggregator/origins/refine.php:7
7279
  msgid "Date"
7280
  msgstr "Date"
7281
 
7282
+ #: src/Tribe/Main.php:4116
7283
  msgid "Search"
7284
  msgstr "Recherche"
7285
 
7286
+ #: src/Tribe/Main.php:4091
7287
  msgid "Day"
7288
  msgstr "Jour"
7289
 
7290
+ #: src/Tribe/Main.php:4074
7291
  msgid "Month"
7292
  msgstr "Mois"
7293
 
7294
+ #: src/Tribe/Main.php:4056
7295
  msgid "List"
7296
  msgstr "Liste"
7297
 
7298
+ #: src/Tribe/Main.php:4040
7299
  msgid "Calendar"
7300
  msgstr "Calendrier"
7301
 
7302
  #: common/src/Tribe/Settings.php:242
7303
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7304
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7305
  msgid "Settings"
7306
  msgstr "Réglages"
7314
  msgid "Add %s"
7315
  msgstr "Ajouter %s"
7316
 
7317
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7318
  msgid "View Calendar"
7319
  msgstr "Voir le calendrier"
7320
 
7322
  msgid "%s"
7323
  msgstr "%s"
7324
 
7325
+ #: src/Tribe/Main.php:3937
7326
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7327
  msgstr "Besoin de fonctionnalités additionnelles telles que « Évènements récurrents », « Vente de tickets », « Événements soumis par vos utilisateurs », nouveaux modes d’affichages et plus encore ?"
7328
 
7329
+ #: src/Tribe/Main.php:3932
7330
  msgid "Additional Functionality"
7331
  msgstr "Fonctionnalité supplémentaire "
7332
 
7333
+ #: src/Tribe/Main.php:3887
7334
  msgid "News from Modern Tribe"
7335
  msgstr "Actualités de Modern Tribe"
7336
 
7337
+ #: src/Tribe/Main.php:3867
7338
  msgid "View All Add-Ons"
7339
  msgstr "Voir tous les modules supplémentaires"
7340
 
7341
+ #: src/Tribe/Main.php:3864
7342
  msgid "Support"
7343
  msgstr "Support"
7344
 
7345
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7346
  msgid "%s Information"
7347
  msgstr "Information sur le %s"
7348
 
7349
+ #: src/Tribe/Main.php:3510
7350
  msgid "%s Options"
7351
  msgstr "Options pour les %ss"
7352
 
7353
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7354
  #: src/functions/template-tags/day.php:157
7355
  #: src/functions/template-tags/day.php:178
7356
  msgid "Date out of range."
7357
  msgstr "La date est en dehors des valeurs possibles"
7358
 
7359
+ #: src/Tribe/Main.php:2205
7360
  msgid "all"
7361
  msgstr "tous"
7362
 
7363
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7364
  msgid "events"
7365
  msgstr "évènements"
7366
 
7367
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7368
  msgid "event"
7369
  msgstr "évènement"
7370
 
7371
+ #: src/Tribe/Main.php:2202
7372
  msgid "page"
7373
  msgstr "page"
7374
 
7409
  msgid "My %s"
7410
  msgstr "Mon %s"
7411
 
7412
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7413
  msgid "%s draft updated."
7414
  msgstr "%s mis à jour en version brouillon."
7415
 
7416
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7417
  msgid "%s submitted."
7418
  msgstr "%s envoyé."
7419
 
7420
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7421
  msgid "%s published."
7422
  msgstr "%s publié."
7423
 
7424
  #. translators: %s: date and time of the revision
7425
+ #: src/Tribe/Main.php:1753
7426
  msgid "%s restored to revision from %s"
7427
  msgstr "%s restauré à la dernière révision de %s"
7428
 
7429
  #. translators: Publish box date format, see http://php.net/date
7430
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7431
  msgid "M j, Y @ G:i"
7432
  msgstr "j M A à G:i "
7433
 
7434
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7435
  msgid "%s saved."
7436
  msgstr "%s enregistré."
7437
 
7438
  #. translators: %s: date and time of the revision
7439
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7440
  msgid "%1$s restored to revision from %2$s"
7441
  msgstr "%1$s rétabli à la révision du %2$s"
7442
 
7443
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7444
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7445
  msgid "%s updated."
7446
  msgstr "%s mis à jour."
7447
 
7448
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7449
  msgid "Custom field deleted."
7450
  msgstr "Champ Personnalisé effacé. "
7451
 
7452
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7453
  msgid "Custom field updated."
7454
  msgstr "Champ personnalisé mis à jour. "
7455
 
7456
+ #: src/Tribe/Main.php:1670
7457
  msgid "New %s Category Name"
7458
  msgstr "Nom de la nouvelle catégorie d'%s"
7459
 
7460
+ #: src/Tribe/Main.php:1669
7461
  msgid "Add New %s Category"
7462
  msgstr "Ajouter une catégorie d'%s"
7463
 
7464
+ #: src/Tribe/Main.php:1668
7465
  msgid "Update %s Category"
7466
  msgstr "Mettre à jour une catégorie d'%s"
7467
 
7468
+ #: src/Tribe/Main.php:1667
7469
  msgid "Edit %s Category"
7470
  msgstr "Modifier catégorie d'%s"
7471
 
7472
+ #: src/Tribe/Main.php:1666
7473
  msgid "Parent %s Category:"
7474
  msgstr "Catégorie d'%s parente :"
7475
 
7476
+ #: src/Tribe/Main.php:1665
7477
  msgid "Parent %s Category"
7478
  msgstr "Catégorie d'%s parente"
7479
 
7480
+ #: src/Tribe/Main.php:1664
7481
  msgid "All %s Categories"
7482
  msgstr "Tous les catégories d'%s"
7483
 
7484
+ #: src/Tribe/Main.php:1663
7485
  msgid "Search %s Categories"
7486
  msgstr "Rechercher une catégorie d'%s"
7487
 
7488
+ #: src/Tribe/Main.php:1662
7489
  msgid "%s Category"
7490
  msgstr "Catégorie d'%s"
7491
 
7492
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7493
  msgid "No %s found in Trash"
7494
  msgstr "Aucun %s trouvés dans la corbeille"
7495
 
7496
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7497
  msgid "No %s found"
7498
  msgstr "Aucun %s trouvé"
7499
 
7500
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7501
  msgid "Search %s"
7502
  msgstr "Recherche %s"
7503
 
7504
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7505
  #: vendor/tickets/src/views/tickets/orders.php:26
7506
  msgid "View %s"
7507
  msgstr "Voir %s"
7508
 
7509
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7510
  msgid "New %s"
7511
  msgstr "%s nouveau"
7512
 
7513
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7514
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7515
  msgid "Add New %s"
7516
  msgstr "Ajouter %s"
7517
 
7518
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7519
  msgid "Add New"
7520
  msgstr "Nouveau "
7521
 
7522
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7523
  msgid "tag"
7524
  msgstr "étiquette"
7525
 
7526
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7527
  msgid "category"
7528
  msgstr "catégorie"
7529
 
7530
+ #: src/Tribe/Main.php:1379
7531
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7532
  msgstr "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. Voyez avec votre hébergeur pour voir comment vous pouvez obtenir une version plus récente de PHP. "
7533
 
7534
+ #: src/Tribe/Main.php:1376
7535
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7536
  msgstr "Désolé, l'extension The Events Calendar nécessite WordPress %s ou une version plus récente. Mettez à jour votre installation WordPress "
7537
 
7553
  msgid "Display"
7554
  msgstr "Affichage"
7555
 
7556
+ #: src/Tribe/Main.php:1225
7557
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7558
  msgstr "Les extensions suivantes ne sont plus à jour : %1$s. Tous les modules supplémentaires contiennent des dépendances pour The Events Calendar et ne fonctionneront pas correctement à moins qu'ils soient associés à la bonne version. %2$sEn savoir plus%3$s."
7559
 
7560
+ #: src/Tribe/Main.php:1213
7561
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7562
  msgstr "Votre version de The Event Calendar n’est pas à jour avec un de vos modules supplémentaires de The Event Calendar. Veuillez %smettre à jour.%s"
7563
 
7564
+ #: src/Tribe/Main.php:747
7565
  msgid "Initializing Tribe Events on %s"
7566
  msgstr "Initialisation de Tribe Events à %s"
7567
 
7568
+ #: src/Tribe/Main.php:722
7569
  msgid "today"
7570
  msgstr "aujourd’hui"
7571
 
7572
+ #: src/Tribe/Main.php:721
7573
  msgid "day"
7574
  msgstr "jour"
7575
 
7576
+ #: src/Tribe/Main.php:720
7577
  msgid "past"
7578
  msgstr "terminé"
7579
 
7580
+ #: src/Tribe/Main.php:719
7581
  msgid "upcoming"
7582
  msgstr "à venir"
7583
 
7584
+ #: src/Tribe/Main.php:718
7585
  msgid "list"
7586
  msgstr "liste"
7587
 
7588
+ #: src/Tribe/Main.php:717
7589
  msgid "month"
7590
  msgstr "mois"
7591
 
7592
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7593
  #. #-#-#-#-#
7594
  #. Plugin Name of the plugin/theme
7595
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7596
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7597
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7598
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7599
  msgid "The Events Calendar"
7600
  msgstr "The Events Calendar"
7601
 
7602
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7603
  #: src/admin-views/aggregator/tabs/import-form.php:169
7604
  #: src/functions/template-tags/general.php:58
7605
  msgid "Event"
7607
 
7608
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7609
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7610
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7611
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7612
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7613
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7842
  msgid "Invalid field type specified"
7843
  msgstr "Type de champ spécifié invalide"
7844
 
7845
+ #: common/src/Tribe/Credits.php:31
7846
+ msgid "This calendar is powered by The Events Calendar."
7847
+ msgstr ""
7848
+
7849
  #: common/src/Tribe/Cost_Utils.php:108
7850
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7851
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7906
  msgid "Start Date"
7907
  msgstr "Date de début"
7908
 
7909
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7910
  msgid "%s Categories"
7911
  msgstr "Catégories d'%s"
7912
 
7930
  msgstr "Merci de patienter pendant que les données de fuseau horaire sont ajoutées à vos évènements."
7931
 
7932
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7933
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7934
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7935
  #: src/Tribe/Venue.php:79
7936
  msgid "Edit %s"
7937
  msgstr "Modifier %s"
7938
 
7939
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7940
+ #: src/Tribe/Main.php:4518
7941
  msgid "Use Saved %s:"
7942
  msgstr "Utiliser un %s enregistré :"
7943
 
7944
+ #: src/Tribe/Main.php:944
7945
  msgid " ask the site administrator set a different Events URL slug."
7946
  msgstr "demandez à l’administrateur de configurer un identifiant d’URL différent pour les évènements."
7947
 
7948
+ #: src/Tribe/Main.php:938
7949
  msgid "Ask the site administrator to edit the %s slug"
7950
  msgstr ""
7951
 
7952
+ #: src/Tribe/Main.php:940
7953
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7954
  msgstr ""
7955
 
7957
  msgid "Thanks for Updating The Events Calendar"
7958
  msgstr "Merci d'avoir mis à jour The Events Calendar"
7959
 
7960
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7961
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7962
  msgid "Welcome to The Events Calendar"
7963
  msgstr "Bienvenue à The Events Calendar"
lang/the-events-calendar-fr_FR.mo CHANGED
Binary file
lang/the-events-calendar-fr_FR.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: fr\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr "Évaluez %1$sEvent Tickets%2$s %3$s"
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr "Évaluez %1$sThe Events Calendar%2$s %3$s"
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr "Ce calendrier est propulsé par %1$s"
@@ -3566,7 +3569,7 @@ msgstr "Modèle introduit ou mis à jour avec cette version (%s) :"
3566
  msgid "No notable changes detected"
3567
  msgstr "Aucun changement notable détecté"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr "(Voir toute la description de %1$s ici : %2$s)"
3572
 
@@ -3811,137 +3814,137 @@ msgstr "Aucun résultat n’a été trouvé pour %s ce mois-ci. Essayez avec le
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr "Aucun %1$s prévu pour %2$s. Veuillez essayer avec une autre date."
3813
 
3814
- #: src/Tribe/Main.php:3937
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr "Consultez les %smodules disponibles%s."
3817
 
3818
- #: src/Tribe/Main.php:1806
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr "Sans un emplacement défini votre événement ne sera pas afficher comme un %sGoogle Rich Snippets%s dans les résultats de recherche."
3821
 
3822
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr "%1$s planifié pour : %2$s."
3825
 
3826
- #: src/Tribe/Main.php:1718
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr "%1$s brouillon mis à jour. %2$sAperçu%3$s"
3829
 
3830
- #: src/Tribe/Main.php:1709
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr "%1$s planifié pour : %2$s. %3$sAperçu%4$s"
3833
 
3834
- #: src/Tribe/Main.php:1703
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr "%1$s envoyé. %2$sAperçu%3$s"
3837
 
3838
- #: src/Tribe/Main.php:1697
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr "L’événement à été publié. %1$sVoir%2$s"
3841
 
3842
- #: src/Tribe/Main.php:1686
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr "%1$s mis à jour. %2$sVoir%3$s"
3845
 
3846
- #: src/Tribe/Main.php:1390
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr "poster un ticket"
3858
 
3859
- #: src/Tribe/Main.php:1025
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr "Forum open-source de WordPress.org"
3870
 
3871
- #: src/Tribe/Main.php:1016
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr "Support Premium sur notre site Web."
3879
 
3880
- #: src/Tribe/Main.php:1013
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr "Si vous avez essayé les étapes ci-dessus et avez encore des problèmes, vous pouvez poster un nouveau fil sur notre forum WordPress.org pour %1$s ou %2$s. Notre équipe de support surveille ce forum une fois par semaine et sera heureuse de vous y aider."
3883
 
3884
- #: src/Tribe/Main.php:1012
3885
  msgid "Events Tickets"
3886
  msgstr "Tickets d’événements"
3887
 
3888
- #: src/Tribe/Main.php:997
3889
  msgid "Customizing the Events plugins"
3890
  msgstr "Personnaliser les extensions d’Events"
3891
 
3892
- #: src/Tribe/Main.php:997
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr "%s : Code et guides pour la personnalisation de votre calendrier de manières utiles et intéressantes."
3895
 
3896
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr "Dépannage des problèmes connus"
3899
 
3900
- #: src/Tribe/Main.php:995
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr "%s : Voyez-vous un problème avec votre calendrier ? Allez ici pour trouver d'où il vient et comment y remédier."
3903
 
3904
- #: src/Tribe/Main.php:993
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr "Utilisation de feuilles de style et modèles de page"
3907
 
3908
- #: src/Tribe/Main.php:993
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr "%s : Un aperçu des modèles par défaut et les styles qui sont inclus dans l’extension, ainsi que la façon de les changer."
3911
 
3912
- #: src/Tribe/Main.php:991
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
- #: src/Tribe/Main.php:991
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr "Aperçu des fonctionnalités."
3923
 
3924
- #: src/Tribe/Main.php:989
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr "%s : Un coup d’œil complet sur les fonctionnalités que vous pouvez vous attendre à voir tout de suite ainsi que la façon de les utiliser."
3927
 
3928
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr "Aperçu des réglages."
3931
 
3932
- #: src/Tribe/Main.php:987
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr "%s : Un aperçu de The Events Calendar et des réglages qui sont disponibles pour vous."
3935
 
3936
- #: src/Tribe/Main.php:984
3937
  msgid "Support for The Events Calendar"
3938
  msgstr "Support pour The Events Calendar"
3939
 
3940
- #: src/Tribe/Main.php:973
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr "Nouvel utilisateur principal"
3947
 
@@ -4078,12 +4081,12 @@ msgstr "Merci d’utiliser Event Tickets ! Nous tous à Modern Tribe apprécion
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr "Saisissez le format à utiliser pour l’affichage des dates avec l’année. Utilisé lors de l’affichage d’une date dans une année à venir."
4080
 
4081
- #: common/src/Tribe/PUE/Checker.php:651
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
- #: src/Tribe/Main.php:948
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr "<a href=\"%s\">Modifier les réglages des événements</a>."
4089
 
@@ -4229,7 +4232,7 @@ msgstr "%s doit être une valeur positive (nombre ou pourcentage)"
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "La modification du prix du billet n’est pas autorisée actuellement."
4231
 
4232
- #: src/Tribe/Main.php:951
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
@@ -4661,7 +4664,7 @@ msgid "More..."
4661
  msgstr "Plus&hellip;"
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
- #: src/Tribe/Main.php:1024
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
@@ -5338,7 +5341,7 @@ msgid "News For Events Users"
5338
  msgstr "Actualités pour les inscrits"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
@@ -7089,11 +7092,11 @@ msgstr "Code de sécurité"
7089
  msgid "Ticket #"
7090
  msgstr "N° du ticket"
7091
 
7092
- #: src/Tribe/Templates.php:663
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : tribe_get_template_part('%s')"
7095
 
7096
- #: src/Tribe/Templates.php:619
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : %s"
7099
 
@@ -7212,40 +7215,39 @@ msgstr "Préférences %s "
7212
  msgid "Events Settings"
7213
  msgstr "Réglages d'événements"
7214
 
7215
- #: common/src/Tribe/PUE/Checker.php:583
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hum... Quelque chose ne fonctionne pas avec ce validateur. Merci de contacter le %ssupport%s."
7219
 
7220
- #: common/src/Tribe/PUE/Checker.php:642
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Clé valide ! Expire le %s"
7224
 
7225
- #: common/src/Tribe/PUE/Checker.php:624
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
7229
 
7230
- #: common/src/Tribe/PUE/Checker.php:618
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "date inconnue"
7234
 
7235
- #: common/src/Tribe/PUE/Checker.php:566
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Clé(s) de licence mise(s) à jour."
7239
 
7240
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7241
- #: common/src/Tribe/PUE/Checker.php:469
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7244
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7245
  msgid "A valid license key is required for support and updates"
7246
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
7247
 
7248
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7249
  #: src/admin-views/aggregator/status.php:41
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7251
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7256,49 +7258,49 @@ msgstr "Clé de licence"
7256
  msgid "Error"
7257
  msgstr "Erreur"
7258
 
7259
- #: src/Tribe/Main.php:4220
7260
  msgid "Once Every 30 Mins"
7261
  msgstr "Toutes les 30 minutes"
7262
 
7263
- #: src/Tribe/Main.php:4147
7264
  msgid "Day Of"
7265
  msgstr "Jour du"
7266
 
7267
- #: src/Tribe/Main.php:4145
7268
  msgid "%s From"
7269
  msgstr "%s à partir de"
7270
 
7271
- #: src/Tribe/Main.php:4143
7272
  msgid "%s In"
7273
  msgstr "%s en"
7274
 
7275
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7276
  #: src/admin-views/aggregator/origins/refine.php:7
7277
  msgid "Date"
7278
  msgstr "Date"
7279
 
7280
- #: src/Tribe/Main.php:4115
7281
  msgid "Search"
7282
  msgstr "Recherche"
7283
 
7284
- #: src/Tribe/Main.php:4090
7285
  msgid "Day"
7286
  msgstr "Jour"
7287
 
7288
- #: src/Tribe/Main.php:4073
7289
  msgid "Month"
7290
  msgstr "Mois"
7291
 
7292
- #: src/Tribe/Main.php:4055
7293
  msgid "List"
7294
  msgstr "Liste"
7295
 
7296
- #: src/Tribe/Main.php:4039
7297
  msgid "Calendar"
7298
  msgstr "Calendrier"
7299
 
7300
  #: common/src/Tribe/Settings.php:242
7301
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7302
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7303
  msgid "Settings"
7304
  msgstr "Réglages"
@@ -7312,7 +7314,7 @@ msgstr "CSV"
7312
  msgid "Add %s"
7313
  msgstr "Ajouter un %s"
7314
 
7315
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7316
  msgid "View Calendar"
7317
  msgstr "Voir le calendrier"
7318
 
@@ -7320,53 +7322,53 @@ msgstr "Voir le calendrier"
7320
  msgid "%s"
7321
  msgstr "%s"
7322
 
7323
- #: src/Tribe/Main.php:3936
7324
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7325
  msgstr "Besoin de fonctionnalités additionnelles telles que « Évènements récurrents », « Vente de tickets », « Événements publics », nouveaux modes d’affichages et plus encore ?"
7326
 
7327
- #: src/Tribe/Main.php:3931
7328
  msgid "Additional Functionality"
7329
  msgstr "Fonctionnalité supplémentaire "
7330
 
7331
- #: src/Tribe/Main.php:3886
7332
  msgid "News from Modern Tribe"
7333
  msgstr "Actu de Modern Tribe"
7334
 
7335
- #: src/Tribe/Main.php:3866
7336
  msgid "View All Add-Ons"
7337
  msgstr "Voir tous les modules"
7338
 
7339
- #: src/Tribe/Main.php:3863
7340
  msgid "Support"
7341
  msgstr "Support"
7342
 
7343
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7344
  msgid "%s Information"
7345
  msgstr "Information sur le %s"
7346
 
7347
- #: src/Tribe/Main.php:3509
7348
  msgid "%s Options"
7349
  msgstr "Options pour les %ss"
7350
 
7351
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7352
  #: src/functions/template-tags/day.php:157
7353
  #: src/functions/template-tags/day.php:178
7354
  msgid "Date out of range."
7355
  msgstr "La date est en dehors des valeurs possibles"
7356
 
7357
- #: src/Tribe/Main.php:2204
7358
  msgid "all"
7359
  msgstr "tous"
7360
 
7361
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7362
  msgid "events"
7363
  msgstr "événements"
7364
 
7365
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7366
  msgid "event"
7367
  msgstr "événement"
7368
 
7369
- #: src/Tribe/Main.php:2201
7370
  msgid "page"
7371
  msgstr "page"
7372
 
@@ -7407,129 +7409,129 @@ msgstr "%s disponibles"
7407
  msgid "My %s"
7408
  msgstr "Mon %s"
7409
 
7410
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7411
  msgid "%s draft updated."
7412
  msgstr "%s mis à jour en version brouillon."
7413
 
7414
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7415
  msgid "%s submitted."
7416
  msgstr "%s envoyé."
7417
 
7418
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7419
  msgid "%s published."
7420
  msgstr "%s publié."
7421
 
7422
  #. translators: %s: date and time of the revision
7423
- #: src/Tribe/Main.php:1752
7424
  msgid "%s restored to revision from %s"
7425
  msgstr "%s restauré à la dernière révision de %s"
7426
 
7427
  #. translators: Publish box date format, see http://php.net/date
7428
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7429
  msgid "M j, Y @ G:i"
7430
  msgstr "j M A à G:i "
7431
 
7432
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7433
  msgid "%s saved."
7434
  msgstr "%s enregistré."
7435
 
7436
  #. translators: %s: date and time of the revision
7437
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7438
  msgid "%1$s restored to revision from %2$s"
7439
  msgstr "%1$s rétabli à la révision du %2$s"
7440
 
7441
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7442
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7443
  msgid "%s updated."
7444
  msgstr "%s mis à jour."
7445
 
7446
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7447
  msgid "Custom field deleted."
7448
  msgstr "Champ Personnalisé effacé. "
7449
 
7450
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7451
  msgid "Custom field updated."
7452
  msgstr "Champ personnalisé mis à jour. "
7453
 
7454
- #: src/Tribe/Main.php:1669
7455
  msgid "New %s Category Name"
7456
  msgstr "Nom de la nouvelle catégorie d'%s"
7457
 
7458
- #: src/Tribe/Main.php:1668
7459
  msgid "Add New %s Category"
7460
  msgstr "Ajouter une catégorie d'%s"
7461
 
7462
- #: src/Tribe/Main.php:1667
7463
  msgid "Update %s Category"
7464
  msgstr "Mettre à jour une catégorie d'%s"
7465
 
7466
- #: src/Tribe/Main.php:1666
7467
  msgid "Edit %s Category"
7468
  msgstr "Modifier catégorie d'%s"
7469
 
7470
- #: src/Tribe/Main.php:1665
7471
  msgid "Parent %s Category:"
7472
  msgstr "Catégorie d'%s parente :"
7473
 
7474
- #: src/Tribe/Main.php:1664
7475
  msgid "Parent %s Category"
7476
  msgstr "Catégorie d'%s parente"
7477
 
7478
- #: src/Tribe/Main.php:1663
7479
  msgid "All %s Categories"
7480
  msgstr "Toutes les catégories d&rsquo;%s"
7481
 
7482
- #: src/Tribe/Main.php:1662
7483
  msgid "Search %s Categories"
7484
  msgstr "Rechercher une catégorie d'%s"
7485
 
7486
- #: src/Tribe/Main.php:1661
7487
  msgid "%s Category"
7488
  msgstr "Catégorie d'%s"
7489
 
7490
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7491
  msgid "No %s found in Trash"
7492
  msgstr "Aucun %s trouvés dans la corbeille"
7493
 
7494
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7495
  msgid "No %s found"
7496
  msgstr "Aucun %s trouvé"
7497
 
7498
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7499
  msgid "Search %s"
7500
  msgstr "Recherche %s"
7501
 
7502
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7503
  #: vendor/tickets/src/views/tickets/orders.php:26
7504
  msgid "View %s"
7505
  msgstr "Voir %s"
7506
 
7507
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7508
  msgid "New %s"
7509
  msgstr "%s nouveau"
7510
 
7511
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7512
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7513
  msgid "Add New %s"
7514
  msgstr "Ajouter %s"
7515
 
7516
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7517
  msgid "Add New"
7518
  msgstr "Nouveau "
7519
 
7520
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7521
  msgid "tag"
7522
  msgstr "étiquette"
7523
 
7524
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7525
  msgid "category"
7526
  msgstr "catégorie"
7527
 
7528
- #: src/Tribe/Main.php:1378
7529
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7530
  msgstr "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
7531
 
7532
- #: src/Tribe/Main.php:1375
7533
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7534
  msgstr "Désolé, l'extension The Events Calendar nécessite WordPress %s ou une version plus récente. Mettez à jour votre installation WordPress "
7535
 
@@ -7551,53 +7553,53 @@ msgstr "Aide"
7551
  msgid "Display"
7552
  msgstr "Affichage"
7553
 
7554
- #: src/Tribe/Main.php:1224
7555
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7556
  msgstr "Les extensions suivantes ne sont plus à jour : %1$s. Tous les modules contiennent des dépendances pour The Events Calendar et ne fonctionneront pas correctement à moins qu'ils soient associés à la bonne version. %2$sEn savoir plus%3$s."
7557
 
7558
- #: src/Tribe/Main.php:1212
7559
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7560
  msgstr "Votre version de The Event Calendar n’est pas à jour avec un de vos modules de The Event Calendar. Veuillez %smettre à jour%s."
7561
 
7562
- #: src/Tribe/Main.php:746
7563
  msgid "Initializing Tribe Events on %s"
7564
  msgstr "Initialisation de Tribe Events à %s"
7565
 
7566
- #: src/Tribe/Main.php:721
7567
  msgid "today"
7568
  msgstr "aujourd’hui"
7569
 
7570
- #: src/Tribe/Main.php:720
7571
  msgid "day"
7572
  msgstr "jour"
7573
 
7574
- #: src/Tribe/Main.php:719
7575
  msgid "past"
7576
  msgstr "terminé"
7577
 
7578
- #: src/Tribe/Main.php:718
7579
  msgid "upcoming"
7580
  msgstr "à venir"
7581
 
7582
- #: src/Tribe/Main.php:717
7583
  msgid "list"
7584
  msgstr "liste"
7585
 
7586
- #: src/Tribe/Main.php:716
7587
  msgid "month"
7588
  msgstr "mois"
7589
 
7590
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7591
  #. #-#-#-#-#
7592
  #. Plugin Name of the plugin/theme
7593
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7594
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7595
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7596
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7597
  msgid "The Events Calendar"
7598
  msgstr "The Events Calendar"
7599
 
7600
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7601
  #: src/admin-views/aggregator/tabs/import-form.php:169
7602
  #: src/functions/template-tags/general.php:58
7603
  msgid "Event"
@@ -7605,7 +7607,7 @@ msgstr "Événement"
7605
 
7606
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7607
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7608
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7611
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7840,6 +7842,10 @@ msgstr "Aucune option sélectionnée"
7840
  msgid "Invalid field type specified"
7841
  msgstr "Type de champ spécifié invalide"
7842
 
 
 
 
 
7843
  #: common/src/Tribe/Cost_Utils.php:108
7844
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7845
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7900,7 +7906,7 @@ msgstr "Date de fin"
7900
  msgid "Start Date"
7901
  msgstr "Date de début"
7902
 
7903
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7904
  msgid "%s Categories"
7905
  msgstr "Catégories d'%s"
7906
 
@@ -7924,26 +7930,26 @@ msgid "Please wait while timezone data is added to your events."
7924
  msgstr "Merci de patienter pendant que les données de fuseau horaire sont ajoutées à vos événements."
7925
 
7926
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7927
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7928
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7929
  #: src/Tribe/Venue.php:79
7930
  msgid "Edit %s"
7931
  msgstr "Modifier %s"
7932
 
7933
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7934
- #: src/Tribe/Main.php:4517
7935
  msgid "Use Saved %s:"
7936
  msgstr "Utiliser un %s enregistré :"
7937
 
7938
- #: src/Tribe/Main.php:943
7939
  msgid " ask the site administrator set a different Events URL slug."
7940
  msgstr "demandez à l’administrateur de configurer un identifiant d’URL différent pour les évènements."
7941
 
7942
- #: src/Tribe/Main.php:937
7943
  msgid "Ask the site administrator to edit the %s slug"
7944
  msgstr ""
7945
 
7946
- #: src/Tribe/Main.php:939
7947
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7948
  msgstr ""
7949
 
@@ -7951,7 +7957,7 @@ msgstr ""
7951
  msgid "Thanks for Updating The Events Calendar"
7952
  msgstr "Merci d'avoir mis à jour The Events Calendar"
7953
 
7954
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7955
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7956
  msgid "Welcome to The Events Calendar"
7957
  msgstr "Bienvenue à The Events Calendar"
11
  "Language: fr\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr "Évaluez %1$sThe Events Calendar%2$s %3$s"
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr "Ce calendrier est propulsé par %1$s"
3569
  msgid "No notable changes detected"
3570
  msgstr "Aucun changement notable détecté"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr "(Voir toute la description de %1$s ici : %2$s)"
3575
 
3814
  msgid "No %1$s scheduled for %2$s. Please try another day."
3815
  msgstr "Aucun %1$s prévu pour %2$s. Veuillez essayer avec une autre date."
3816
 
3817
+ #: src/Tribe/Main.php:3938
3818
  msgid "Check out the %savailable add-ons%s."
3819
  msgstr "Consultez les %smodules disponibles%s."
3820
 
3821
+ #: src/Tribe/Main.php:1807
3822
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3823
  msgstr "Sans un emplacement défini votre événement ne sera pas afficher comme un %sGoogle Rich Snippets%s dans les résultats de recherche."
3824
 
3825
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3826
  msgid "%1$s scheduled for: %2$s."
3827
  msgstr "%1$s planifié pour : %2$s."
3828
 
3829
+ #: src/Tribe/Main.php:1719
3830
  msgid "%1$s draft updated. %2$sPreview %3$s"
3831
  msgstr "%1$s brouillon mis à jour. %2$sAperçu%3$s"
3832
 
3833
+ #: src/Tribe/Main.php:1710
3834
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3835
  msgstr "%1$s planifié pour : %2$s. %3$sAperçu%4$s"
3836
 
3837
+ #: src/Tribe/Main.php:1704
3838
  msgid "%1$s submitted. %2$sPreview %3$s"
3839
  msgstr "%1$s envoyé. %2$sAperçu%3$s"
3840
 
3841
+ #: src/Tribe/Main.php:1698
3842
  msgid "Event published. %1$sView %2$s"
3843
  msgstr "L’événement à été publié. %1$sVoir%2$s"
3844
 
3845
+ #: src/Tribe/Main.php:1687
3846
  msgid "%1$s updated. %2$sView %3$s"
3847
  msgstr "%1$s mis à jour. %2$sVoir%3$s"
3848
 
3849
+ #: src/Tribe/Main.php:1391
3850
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3851
  msgstr ""
3852
 
3853
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3854
  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)."
3855
  msgstr ""
3856
 
3857
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3858
  #: vendor/tickets/src/Tribe/Main.php:476
3859
  msgid "post a thread"
3860
  msgstr "poster un ticket"
3861
 
3862
+ #: src/Tribe/Main.php:1026
3863
  msgid "<strong>Looking for more immediate support?</strong> 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."
3864
  msgstr ""
3865
 
3866
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3867
  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."
3868
  msgstr ""
3869
 
3870
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3871
  msgid "open-source forum on WordPress.org"
3872
  msgstr "Forum open-source de WordPress.org"
3873
 
3874
+ #: src/Tribe/Main.php:1017
3875
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3876
  msgstr ""
3877
 
3878
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3879
  #: vendor/tickets/src/Tribe/Main.php:467
3880
  msgid "premium support on our website"
3881
  msgstr "Support Premium sur notre site Web."
3882
 
3883
+ #: src/Tribe/Main.php:1014
3884
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3885
  msgstr "Si vous avez essayé les étapes ci-dessus et avez encore des problèmes, vous pouvez poster un nouveau fil sur notre forum WordPress.org pour %1$s ou %2$s. Notre équipe de support surveille ce forum une fois par semaine et sera heureuse de vous y aider."
3886
 
3887
+ #: src/Tribe/Main.php:1013
3888
  msgid "Events Tickets"
3889
  msgstr "Tickets d’événements"
3890
 
3891
+ #: src/Tribe/Main.php:998
3892
  msgid "Customizing the Events plugins"
3893
  msgstr "Personnaliser les extensions d’Events"
3894
 
3895
+ #: src/Tribe/Main.php:998
3896
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3897
  msgstr "%s : Code et guides pour la personnalisation de votre calendrier de manières utiles et intéressantes."
3898
 
3899
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3900
  msgid "Troubleshooting common problems"
3901
  msgstr "Dépannage des problèmes connus"
3902
 
3903
+ #: src/Tribe/Main.php:996
3904
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3905
  msgstr "%s : Voyez-vous un problème avec votre calendrier ? Allez ici pour trouver d'où il vient et comment y remédier."
3906
 
3907
+ #: src/Tribe/Main.php:994
3908
  msgid "Using stylesheets and page templates"
3909
  msgstr "Utilisation de feuilles de style et modèles de page"
3910
 
3911
+ #: src/Tribe/Main.php:994
3912
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3913
  msgstr "%s : Un aperçu des modèles par défaut et les styles qui sont inclus dans l’extension, ainsi que la façon de les changer."
3914
 
3915
+ #: src/Tribe/Main.php:992
3916
  msgid "Themer’s Guide"
3917
  msgstr ""
3918
 
3919
+ #: src/Tribe/Main.php:992
3920
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3921
  msgstr ""
3922
 
3923
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3924
  msgid "Features overview"
3925
  msgstr "Aperçu des fonctionnalités."
3926
 
3927
+ #: src/Tribe/Main.php:990
3928
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3929
  msgstr "%s : Un coup d’œil complet sur les fonctionnalités que vous pouvez vous attendre à voir tout de suite ainsi que la façon de les utiliser."
3930
 
3931
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3932
  msgid "Settings overview"
3933
  msgstr "Aperçu des réglages."
3934
 
3935
+ #: src/Tribe/Main.php:988
3936
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3937
  msgstr "%s : Un aperçu de The Events Calendar et des réglages qui sont disponibles pour vous."
3938
 
3939
+ #: src/Tribe/Main.php:985
3940
  msgid "Support for The Events Calendar"
3941
  msgstr "Support pour The Events Calendar"
3942
 
3943
+ #: src/Tribe/Main.php:974
3944
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3945
  msgstr ""
3946
 
3947
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3948
  msgid "New User Primer"
3949
  msgstr "Nouvel utilisateur principal"
3950
 
4081
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4082
  msgstr "Saisissez le format à utiliser pour l’affichage des dates avec l’année. Utilisé lors de l’affichage d’une date dans une année à venir."
4083
 
4084
+ #: common/src/Tribe/PUE/Checker.php:654
4085
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4086
  msgid "Thanks for setting up a valid key. It will expire on %s"
4087
  msgstr ""
4088
 
4089
+ #: src/Tribe/Main.php:949
4090
  msgid "<a href=\"%s\">edit Events settings</a>."
4091
  msgstr "<a href=\"%s\">Modifier les réglages des événements</a>."
4092
 
4232
  msgid "Editing the ticket price is currently disallowed."
4233
  msgstr "La modification du prix du billet n’est pas autorisée actuellement."
4234
 
4235
+ #: src/Tribe/Main.php:952
4236
  msgid "%1$s or %2$s"
4237
  msgstr ""
4238
 
4664
  msgstr "Plus&hellip;"
4665
 
4666
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4667
+ #: src/Tribe/Main.php:1025
4668
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4669
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4670
  msgid "Events Calendar PRO"
5341
  msgstr "Actualités pour les inscrits"
5342
 
5343
  #: src/Tribe/Aggregator/API/Origins.php:36
5344
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5345
  #: src/admin-views/admin-update-message.php:55
5346
  #: src/admin-views/aggregator/settings.php:393
5347
  #: src/admin-views/aggregator/status.php:181
7092
  msgid "Ticket #"
7093
  msgstr "N° du ticket"
7094
 
7095
+ #: src/Tribe/Templates.php:664
7096
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7097
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : tribe_get_template_part('%s')"
7098
 
7099
+ #: src/Tribe/Templates.php:620
7100
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7101
  msgstr "Les remplacements de modèle devraient être déplacés vers le sous-répertoire approprié : %s"
7102
 
7215
  msgid "Events Settings"
7216
  msgstr "Réglages d'événements"
7217
 
7218
+ #: common/src/Tribe/PUE/Checker.php:586
7219
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7220
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7221
  msgstr "Hum... Quelque chose ne fonctionne pas avec ce validateur. Merci de contacter le %ssupport%s."
7222
 
7223
+ #: common/src/Tribe/PUE/Checker.php:645
7224
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7225
  msgid "Valid Key! Expires on %s"
7226
  msgstr "Clé valide ! Expire le %s"
7227
 
7228
+ #: common/src/Tribe/PUE/Checker.php:627
7229
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7230
  msgid "Sorry, key validation server is not available."
7231
  msgstr "Désolé, le serveur de validation des clés n'est pas disponible."
7232
 
7233
+ #: common/src/Tribe/PUE/Checker.php:621
7234
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7235
  msgid "unknown date"
7236
  msgstr "date inconnue"
7237
 
7238
+ #: common/src/Tribe/PUE/Checker.php:569
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7240
  msgid "License key(s) updated."
7241
  msgstr "Clé(s) de licence mise(s) à jour."
7242
 
7243
+ #: common/src/Tribe/PUE/Checker.php:419
 
7244
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7245
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7246
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7247
  msgid "A valid license key is required for support and updates"
7248
  msgstr "Une clé de licence valide est nécessaire pour le support et les mises à jour"
7249
 
7250
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7251
  #: src/admin-views/aggregator/status.php:41
7252
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7253
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7258
  msgid "Error"
7259
  msgstr "Erreur"
7260
 
7261
+ #: src/Tribe/Main.php:4221
7262
  msgid "Once Every 30 Mins"
7263
  msgstr "Toutes les 30 minutes"
7264
 
7265
+ #: src/Tribe/Main.php:4148
7266
  msgid "Day Of"
7267
  msgstr "Jour du"
7268
 
7269
+ #: src/Tribe/Main.php:4146
7270
  msgid "%s From"
7271
  msgstr "%s à partir de"
7272
 
7273
+ #: src/Tribe/Main.php:4144
7274
  msgid "%s In"
7275
  msgstr "%s en"
7276
 
7277
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7278
  #: src/admin-views/aggregator/origins/refine.php:7
7279
  msgid "Date"
7280
  msgstr "Date"
7281
 
7282
+ #: src/Tribe/Main.php:4116
7283
  msgid "Search"
7284
  msgstr "Recherche"
7285
 
7286
+ #: src/Tribe/Main.php:4091
7287
  msgid "Day"
7288
  msgstr "Jour"
7289
 
7290
+ #: src/Tribe/Main.php:4074
7291
  msgid "Month"
7292
  msgstr "Mois"
7293
 
7294
+ #: src/Tribe/Main.php:4056
7295
  msgid "List"
7296
  msgstr "Liste"
7297
 
7298
+ #: src/Tribe/Main.php:4040
7299
  msgid "Calendar"
7300
  msgstr "Calendrier"
7301
 
7302
  #: common/src/Tribe/Settings.php:242
7303
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7304
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7305
  msgid "Settings"
7306
  msgstr "Réglages"
7314
  msgid "Add %s"
7315
  msgstr "Ajouter un %s"
7316
 
7317
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7318
  msgid "View Calendar"
7319
  msgstr "Voir le calendrier"
7320
 
7322
  msgid "%s"
7323
  msgstr "%s"
7324
 
7325
+ #: src/Tribe/Main.php:3937
7326
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7327
  msgstr "Besoin de fonctionnalités additionnelles telles que « Évènements récurrents », « Vente de tickets », « Événements publics », nouveaux modes d’affichages et plus encore ?"
7328
 
7329
+ #: src/Tribe/Main.php:3932
7330
  msgid "Additional Functionality"
7331
  msgstr "Fonctionnalité supplémentaire "
7332
 
7333
+ #: src/Tribe/Main.php:3887
7334
  msgid "News from Modern Tribe"
7335
  msgstr "Actu de Modern Tribe"
7336
 
7337
+ #: src/Tribe/Main.php:3867
7338
  msgid "View All Add-Ons"
7339
  msgstr "Voir tous les modules"
7340
 
7341
+ #: src/Tribe/Main.php:3864
7342
  msgid "Support"
7343
  msgstr "Support"
7344
 
7345
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7346
  msgid "%s Information"
7347
  msgstr "Information sur le %s"
7348
 
7349
+ #: src/Tribe/Main.php:3510
7350
  msgid "%s Options"
7351
  msgstr "Options pour les %ss"
7352
 
7353
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7354
  #: src/functions/template-tags/day.php:157
7355
  #: src/functions/template-tags/day.php:178
7356
  msgid "Date out of range."
7357
  msgstr "La date est en dehors des valeurs possibles"
7358
 
7359
+ #: src/Tribe/Main.php:2205
7360
  msgid "all"
7361
  msgstr "tous"
7362
 
7363
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7364
  msgid "events"
7365
  msgstr "événements"
7366
 
7367
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7368
  msgid "event"
7369
  msgstr "événement"
7370
 
7371
+ #: src/Tribe/Main.php:2202
7372
  msgid "page"
7373
  msgstr "page"
7374
 
7409
  msgid "My %s"
7410
  msgstr "Mon %s"
7411
 
7412
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7413
  msgid "%s draft updated."
7414
  msgstr "%s mis à jour en version brouillon."
7415
 
7416
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7417
  msgid "%s submitted."
7418
  msgstr "%s envoyé."
7419
 
7420
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7421
  msgid "%s published."
7422
  msgstr "%s publié."
7423
 
7424
  #. translators: %s: date and time of the revision
7425
+ #: src/Tribe/Main.php:1753
7426
  msgid "%s restored to revision from %s"
7427
  msgstr "%s restauré à la dernière révision de %s"
7428
 
7429
  #. translators: Publish box date format, see http://php.net/date
7430
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7431
  msgid "M j, Y @ G:i"
7432
  msgstr "j M A à G:i "
7433
 
7434
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7435
  msgid "%s saved."
7436
  msgstr "%s enregistré."
7437
 
7438
  #. translators: %s: date and time of the revision
7439
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7440
  msgid "%1$s restored to revision from %2$s"
7441
  msgstr "%1$s rétabli à la révision du %2$s"
7442
 
7443
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7444
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7445
  msgid "%s updated."
7446
  msgstr "%s mis à jour."
7447
 
7448
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7449
  msgid "Custom field deleted."
7450
  msgstr "Champ Personnalisé effacé. "
7451
 
7452
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7453
  msgid "Custom field updated."
7454
  msgstr "Champ personnalisé mis à jour. "
7455
 
7456
+ #: src/Tribe/Main.php:1670
7457
  msgid "New %s Category Name"
7458
  msgstr "Nom de la nouvelle catégorie d'%s"
7459
 
7460
+ #: src/Tribe/Main.php:1669
7461
  msgid "Add New %s Category"
7462
  msgstr "Ajouter une catégorie d'%s"
7463
 
7464
+ #: src/Tribe/Main.php:1668
7465
  msgid "Update %s Category"
7466
  msgstr "Mettre à jour une catégorie d'%s"
7467
 
7468
+ #: src/Tribe/Main.php:1667
7469
  msgid "Edit %s Category"
7470
  msgstr "Modifier catégorie d'%s"
7471
 
7472
+ #: src/Tribe/Main.php:1666
7473
  msgid "Parent %s Category:"
7474
  msgstr "Catégorie d'%s parente :"
7475
 
7476
+ #: src/Tribe/Main.php:1665
7477
  msgid "Parent %s Category"
7478
  msgstr "Catégorie d'%s parente"
7479
 
7480
+ #: src/Tribe/Main.php:1664
7481
  msgid "All %s Categories"
7482
  msgstr "Toutes les catégories d&rsquo;%s"
7483
 
7484
+ #: src/Tribe/Main.php:1663
7485
  msgid "Search %s Categories"
7486
  msgstr "Rechercher une catégorie d'%s"
7487
 
7488
+ #: src/Tribe/Main.php:1662
7489
  msgid "%s Category"
7490
  msgstr "Catégorie d'%s"
7491
 
7492
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7493
  msgid "No %s found in Trash"
7494
  msgstr "Aucun %s trouvés dans la corbeille"
7495
 
7496
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7497
  msgid "No %s found"
7498
  msgstr "Aucun %s trouvé"
7499
 
7500
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7501
  msgid "Search %s"
7502
  msgstr "Recherche %s"
7503
 
7504
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7505
  #: vendor/tickets/src/views/tickets/orders.php:26
7506
  msgid "View %s"
7507
  msgstr "Voir %s"
7508
 
7509
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7510
  msgid "New %s"
7511
  msgstr "%s nouveau"
7512
 
7513
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7514
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7515
  msgid "Add New %s"
7516
  msgstr "Ajouter %s"
7517
 
7518
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7519
  msgid "Add New"
7520
  msgstr "Nouveau "
7521
 
7522
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7523
  msgid "tag"
7524
  msgstr "étiquette"
7525
 
7526
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7527
  msgid "category"
7528
  msgstr "catégorie"
7529
 
7530
+ #: src/Tribe/Main.php:1379
7531
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7532
  msgstr "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
7533
 
7534
+ #: src/Tribe/Main.php:1376
7535
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7536
  msgstr "Désolé, l'extension The Events Calendar nécessite WordPress %s ou une version plus récente. Mettez à jour votre installation WordPress "
7537
 
7553
  msgid "Display"
7554
  msgstr "Affichage"
7555
 
7556
+ #: src/Tribe/Main.php:1225
7557
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7558
  msgstr "Les extensions suivantes ne sont plus à jour : %1$s. Tous les modules contiennent des dépendances pour The Events Calendar et ne fonctionneront pas correctement à moins qu'ils soient associés à la bonne version. %2$sEn savoir plus%3$s."
7559
 
7560
+ #: src/Tribe/Main.php:1213
7561
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7562
  msgstr "Votre version de The Event Calendar n’est pas à jour avec un de vos modules de The Event Calendar. Veuillez %smettre à jour%s."
7563
 
7564
+ #: src/Tribe/Main.php:747
7565
  msgid "Initializing Tribe Events on %s"
7566
  msgstr "Initialisation de Tribe Events à %s"
7567
 
7568
+ #: src/Tribe/Main.php:722
7569
  msgid "today"
7570
  msgstr "aujourd’hui"
7571
 
7572
+ #: src/Tribe/Main.php:721
7573
  msgid "day"
7574
  msgstr "jour"
7575
 
7576
+ #: src/Tribe/Main.php:720
7577
  msgid "past"
7578
  msgstr "terminé"
7579
 
7580
+ #: src/Tribe/Main.php:719
7581
  msgid "upcoming"
7582
  msgstr "à venir"
7583
 
7584
+ #: src/Tribe/Main.php:718
7585
  msgid "list"
7586
  msgstr "liste"
7587
 
7588
+ #: src/Tribe/Main.php:717
7589
  msgid "month"
7590
  msgstr "mois"
7591
 
7592
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7593
  #. #-#-#-#-#
7594
  #. Plugin Name of the plugin/theme
7595
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7596
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7597
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7598
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7599
  msgid "The Events Calendar"
7600
  msgstr "The Events Calendar"
7601
 
7602
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7603
  #: src/admin-views/aggregator/tabs/import-form.php:169
7604
  #: src/functions/template-tags/general.php:58
7605
  msgid "Event"
7607
 
7608
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7609
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7610
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7611
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7612
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7613
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7842
  msgid "Invalid field type specified"
7843
  msgstr "Type de champ spécifié invalide"
7844
 
7845
+ #: common/src/Tribe/Credits.php:31
7846
+ msgid "This calendar is powered by The Events Calendar."
7847
+ msgstr "Ce calendrier est généré par The Events Calendar."
7848
+
7849
  #: common/src/Tribe/Cost_Utils.php:108
7850
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7851
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7906
  msgid "Start Date"
7907
  msgstr "Date de début"
7908
 
7909
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7910
  msgid "%s Categories"
7911
  msgstr "Catégories d'%s"
7912
 
7930
  msgstr "Merci de patienter pendant que les données de fuseau horaire sont ajoutées à vos événements."
7931
 
7932
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7933
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7934
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7935
  #: src/Tribe/Venue.php:79
7936
  msgid "Edit %s"
7937
  msgstr "Modifier %s"
7938
 
7939
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7940
+ #: src/Tribe/Main.php:4518
7941
  msgid "Use Saved %s:"
7942
  msgstr "Utiliser un %s enregistré :"
7943
 
7944
+ #: src/Tribe/Main.php:944
7945
  msgid " ask the site administrator set a different Events URL slug."
7946
  msgstr "demandez à l’administrateur de configurer un identifiant d’URL différent pour les évènements."
7947
 
7948
+ #: src/Tribe/Main.php:938
7949
  msgid "Ask the site administrator to edit the %s slug"
7950
  msgstr ""
7951
 
7952
+ #: src/Tribe/Main.php:940
7953
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7954
  msgstr ""
7955
 
7957
  msgid "Thanks for Updating The Events Calendar"
7958
  msgstr "Merci d'avoir mis à jour The Events Calendar"
7959
 
7960
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7961
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7962
  msgid "Welcome to The Events Calendar"
7963
  msgstr "Bienvenue à The Events Calendar"
lang/the-events-calendar-he_IL.mo CHANGED
Binary file
lang/the-events-calendar-he_IL.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: he_IL\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr "הסטטוס הרשום ברירת המחדל עבור אירועים ה
1434
  msgid "Default Status"
1435
  msgstr "מצב ברירת מחדל"
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr "לשמר את השינוי האחרון בכל שדה של אירוע, אם השינוי שחל באתר שלי או במיקום המקורי."
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr "אין לייבא מחדש אירועים. שינויים שנעשו באופן מקומי יישמרו."
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr "מייל"
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr "מצטער, אך משהו השתבש. בבקשה נסה שוב."
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] "לוח זמנים <span class=\"count\">(%s)</span>"
2277
  msgstr[1] "לוחות זמנים <span class=\"count\">(%s)</span>"
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr "לוח זמנים"
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] "נכשל <span class=\"count\">(%s)</span>"
2289
  msgstr[1] "נכשלו <span class=\"count\">(%s)</span>"
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr "נכשל"
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] "מיובא <span class=\"count\">(%s)</span>"
2301
  msgstr[1] "מיובאים <span class=\"count\">(%s)</span>"
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr "מיובא"
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr "אין רשומות של צובר אירועים בפריטים נמחקים."
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr "אין רשומות של צובר אירועים. "
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr "רשומת אם של צובר אירועים:"
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr "חפש רשומות של צובר אירועים"
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr " כל הרשומות של צובר אירועים"
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr "הצגת רשומות של צובר אירועים"
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr "עריכת רשומת צובר אירועים"
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr "רשומת צובר אירועים חדשה"
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr "הוספת רשומת צובר אירועים חדשה"
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr "הוספה של רשומה חדשה"
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr "רשומת צובר אירועים"
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr "רשומות צובר אירועים"
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr "רשומת צובר אירועים"
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr "רשומות צובר אירועים"
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr "רשומת צובר אירועים"
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr "(נפתח בחלון חדש)"
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr "יומן זה הוא מופעל על ידי %1$s."
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr "לא היו תוצאות נמצאו עבור %s החודש. נסה לח
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr "אין %1$s מתוכנן עבור %2$s. נסה יום אחר."
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr "לפרסם תגובה"
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr "כרטיסי אירועים"
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr "התאמה אישית של תוספי אירועים"
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr "%s חייב להיות מספר חיובי או אחוז."
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr "עריכת מחיר הכרטיס אינו אפשרי כעת."
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr "%1$s או %2$s"
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "(ראה עוד)"
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "חדשות עבור משתמשי לוח האירועים"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "קוד אבטחה"
7086
  msgid "Ticket #"
7087
  msgstr "כרטיס #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "עקיפות מהתבנית צריכות לעבור אל ספריית המשנה הנכונה: tribe_get_template_part %s"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "עקיפות מהתבנית צריכות לעבור אל ספריית המשנה הנכונה: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "‏%s הגדרות"
7209
  msgid "Events Settings"
7210
  msgstr "הגדרות אירועים "
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "המממ ... משהו לא בסדר עם validator זה. אנא צרו קשר עם %ssupport%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "מפתח חוקי! פג בתאריך %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "מצטער, שרת אימות מפתחות אינו זמין."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "תאריך לא ידוע"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "מפתח רישיון עודכן."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "מפתח רישיון תקף נדרש לתמיכה ועדכונים"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "מפתח רישיון"
7253
  msgid "Error"
7254
  msgstr "שגיאה"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "פעם ב-30 דקות"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "יום"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s מתוך"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s בתוך"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "תאריך"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "חיפוש"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "יום"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "חודש"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "רשימה"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "לוח שנה"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "הגדרות"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "הוספת %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "צפיה בלוח שנה"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "צפיה בלוח שנה"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "מחפש/ת עוד תכונות כמו אירועים מתקדמים, מכירת כרטיסים, אירועים ציבוריים ועוד?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "פונקציונליות נוספת"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "חדשות מ ‏Modern Tribe בע״מ"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "צפיה בתוספים נוספים"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "תמיכה"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s מידע"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s אפשרויות"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "התאריך חלף לו"
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "הכל"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "אירועים"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "אירוע"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "עמוד"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "זמינים: %s"
7404
  msgid "My %s"
7405
  msgstr "%s שלי "
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s טיוטה מעודכנת."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s נשלח."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s פורסם."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s משוחזר לגרסה מתוך %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "‏M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s נשמר."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s משוחזר לגרסה מתוך %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s עודכן."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "שדה מיוחד נמחק. "
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "שדה מיוחד עודכן. "
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "חדש %s שם קטגוריה"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "הוסף קטגוריה %s חדשה"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "עדכון קטגוריית %s"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "ערוך קטגוריה %s"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "קטגוריות אב %s:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "קטגורית אב %s"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "כל קטגוריות ה%s "
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "חיפוש %s קטגוריות"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s קטגוריה"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "%s לא נמצה בין הפריטים שנמחקו"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "%s לא נמצאו"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "חיפוש %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "הצגה %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "%s חדש"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "הוספת %s חדשים"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "הוספה"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "תגית"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "קטגוריה"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "סליחה. התוסף דורש גרסת PHP‪‬ %s או גרסה גבוהה יותר. יש לשדרג את גרסת ה PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "סליחה. התוסף דורש גרסת וורדפרס %s או גרסה גבוהה יותר. יש לשדרג את מערכת הורדפרס."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "עזרה"
7548
  msgid "Display"
7549
  msgstr "תצוגה"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "את התוספים הבאים אינם מעודכנים: %1$s. כל ההרחבות מכילים תלות בלוח האירועים ולא יהיו תקינים, אלא אם תבצע את העידכון לגרסה המתאימה. %2$sלמד יותר%3$s."
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "גירסת לוח אירועים אינה מעודכנת לאחת ההרחבות לוח האירועים שלך. בבקשה %sעדכן כעת.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "הלינקים לאירועים שלך %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "היום"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "יום"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "עבר"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "אירועים קרובים"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "רשימה"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "חודש"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "לוח אירועים "
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "אירוע"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "לא הוגדר כפתור רדיו"
7837
  msgid "Invalid field type specified"
7838
  msgstr "סוג תוכן לא תקני."
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "תאריך סיום"
7897
  msgid "Start Date"
7898
  msgstr "תאריך התחלה"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s קטגוריות"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "אנא המתן בעוד נתוני איזור מתווספים לאירועים שלך."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "עריכת %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "שמרת %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr "בקש ממנהל האתר להגדיר כתובת URL לאירועים עם שם אחר."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr "בקש את מנהל האתר לערוך את הכתובת %s"
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr "<a href=\"%s\">עריכה של %s הכתובת</a>"
7946
 
@@ -7948,7 +7954,7 @@ msgstr "<a href=\"%s\">עריכה של %s הכתובת</a>"
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "תודה על עדכון לוח האירועים"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "ברוכים הבאים ללוח האירועים"
11
  "Language: he_IL\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr "מצב ברירת מחדל"
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr "אין לייבא מחדש אירועים. שינויים שנעשו באופן מקומי יישמרו."
1746
  msgid "mi"
1747
  msgstr "מייל"
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr "מצטער, אך משהו השתבש. בבקשה נסה שוב."
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] "לוח זמנים <span class=\"count\">(%s)</span>"
2281
  msgstr[1] "לוחות זמנים <span class=\"count\">(%s)</span>"
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr "לוח זמנים"
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] "נכשל <span class=\"count\">(%s)</span>"
2293
  msgstr[1] "נכשלו <span class=\"count\">(%s)</span>"
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr "נכשל"
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] "מיובא <span class=\"count\">(%s)</span>"
2305
  msgstr[1] "מיובאים <span class=\"count\">(%s)</span>"
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr "מיובא"
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr "אין רשומות של צובר אירועים בפריטים נמחקים."
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr "אין רשומות של צובר אירועים. "
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr "רשומת אם של צובר אירועים:"
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr "חפש רשומות של צובר אירועים"
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr " כל הרשומות של צובר אירועים"
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr "הצגת רשומות של צובר אירועים"
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr "עריכת רשומת צובר אירועים"
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr "רשומת צובר אירועים חדשה"
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr "הוספת רשומת צובר אירועים חדשה"
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr "הוספה של רשומה חדשה"
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr "רשומת צובר אירועים"
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr "רשומות צובר אירועים"
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr "רשומת צובר אירועים"
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr "רשומות צובר אירועים"
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr "רשומת צובר אירועים"
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr "(נפתח בחלון חדש)"
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr "יומן זה הוא מופעל על ידי %1$s."
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr "אין %1$s מתוכנן עבור %2$s. נסה יום אחר."
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr "לפרסם תגובה"
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr "כרטיסי אירועים"
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr "התאמה אישית של תוספי אירועים"
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr "עריכת מחיר הכרטיס אינו אפשרי כעת."
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr "%1$s או %2$s"
4235
 
4661
  msgstr "(ראה עוד)"
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "חדשות עבור משתמשי לוח האירועים"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "כרטיס #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "עקיפות מהתבנית צריכות לעבור אל ספריית המשנה הנכונה: tribe_get_template_part %s"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "עקיפות מהתבנית צריכות לעבור אל ספריית המשנה הנכונה: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "הגדרות אירועים "
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "המממ ... משהו לא בסדר עם validator זה. אנא צרו קשר עם %ssupport%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "מפתח חוקי! פג בתאריך %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "מצטער, שרת אימות מפתחות אינו זמין."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "תאריך לא ידוע"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "מפתח רישיון עודכן."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "מפתח רישיון תקף נדרש לתמיכה ועדכונים"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "שגיאה"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "פעם ב-30 דקות"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "יום"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s מתוך"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s בתוך"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "תאריך"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "חיפוש"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "יום"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "חודש"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "רשימה"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "לוח שנה"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "הגדרות"
7311
  msgid "Add %s"
7312
  msgstr "הוספת %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "צפיה בלוח שנה"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "מחפש/ת עוד תכונות כמו אירועים מתקדמים, מכירת כרטיסים, אירועים ציבוריים ועוד?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "פונקציונליות נוספת"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "חדשות מ ‏Modern Tribe בע״מ"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "צפיה בתוספים נוספים"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "תמיכה"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s מידע"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s אפשרויות"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "התאריך חלף לו"
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "הכל"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "אירועים"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "אירוע"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "עמוד"
7371
 
7406
  msgid "My %s"
7407
  msgstr "%s שלי "
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s טיוטה מעודכנת."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s נשלח."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s פורסם."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s משוחזר לגרסה מתוך %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "‏M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s נשמר."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s משוחזר לגרסה מתוך %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s עודכן."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "שדה מיוחד נמחק. "
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "שדה מיוחד עודכן. "
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "חדש %s שם קטגוריה"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "הוסף קטגוריה %s חדשה"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "עדכון קטגוריית %s"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "ערוך קטגוריה %s"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "קטגוריות אב %s:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "קטגורית אב %s"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "כל קטגוריות ה%s "
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "חיפוש %s קטגוריות"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s קטגוריה"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "%s לא נמצה בין הפריטים שנמחקו"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "%s לא נמצאו"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "חיפוש %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "הצגה %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "%s חדש"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "הוספת %s חדשים"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "הוספה"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "תגית"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "קטגוריה"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "סליחה. התוסף דורש גרסת PHP‪‬ %s או גרסה גבוהה יותר. יש לשדרג את גרסת ה PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "סליחה. התוסף דורש גרסת וורדפרס %s או גרסה גבוהה יותר. יש לשדרג את מערכת הורדפרס."
7534
 
7550
  msgid "Display"
7551
  msgstr "תצוגה"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "את התוספים הבאים אינם מעודכנים: %1$s. כל ההרחבות מכילים תלות בלוח האירועים ולא יהיו תקינים, אלא אם תבצע את העידכון לגרסה המתאימה. %2$sלמד יותר%3$s."
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "גירסת לוח אירועים אינה מעודכנת לאחת ההרחבות לוח האירועים שלך. בבקשה %sעדכן כעת.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "הלינקים לאירועים שלך %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "היום"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "יום"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "עבר"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "אירועים קרובים"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "רשימה"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "חודש"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "לוח אירועים "
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "סוג תוכן לא תקני."
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr ""
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "תאריך התחלה"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s קטגוריות"
7909
 
7927
  msgstr "אנא המתן בעוד נתוני איזור מתווספים לאירועים שלך."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "עריכת %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "שמרת %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr "בקש ממנהל האתר להגדיר כתובת URL לאירועים עם שם אחר."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr "בקש את מנהל האתר לערוך את הכתובת %s"
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr "<a href=\"%s\">עריכה של %s הכתובת</a>"
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "תודה על עדכון לוח האירועים"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "ברוכים הבאים ללוח האירועים"
lang/the-events-calendar-hu_HU.mo CHANGED
Binary file
lang/the-events-calendar-hu_HU.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: hu\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Tovább..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Hírek "
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Biztonsági kód"
7086
  msgid "Ticket #"
7087
  msgstr "Jegy #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "A sablon felülírások a következő alkönyvtárba kell, hogy kerüljenek: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "A sablon felülírások a következő alkönyvtárba kell, hogy kerüljenek: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s beállítások"
7209
  msgid "Events Settings"
7210
  msgstr "Események beállításai"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Érvényes kulcs! Lejár ekkor: %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Sajnáljuk, de a kulcs érvényességét ellenőrző kiszolgáló nem elérhető."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "ismeretlen dátum"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Licenc kulcs(ok) frissítve."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Egy érvényes licenc szükséges a támogatáshoz és frissítésekhez"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Licensz kulcs"
7253
  msgid "Error"
7254
  msgstr "Hiba"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "30 percenként"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Esemény napja:"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s listázása"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s hónapja:"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Dátum"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Keresett kifejezés"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Nap"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Hónap"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Lista"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Naptár"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Beállítások"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "%s hozzáadása"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Naptár megtekintése"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Naptár megtekintése"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "További funkciókat, például ismétlődő eseményeket, jegyeladást, nyilvánosan beküldhető eseményeket, új nézeteket keresel?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "További funkciók"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Hírek a Modern Tribe-tól"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Összes kiegészítő megtekintése"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Támogatás"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s információ"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s beállítások"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Dátum tartományon kívül."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr ""
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr ""
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr ""
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Elérhető %s"
7404
  msgid "My %s"
7405
  msgstr "Saját %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s vázlat frissítve."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s beküldve."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s közzétéve."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s helyreállítva innen: %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "Y. M j. @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s elmentve."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s frissítve."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Egyéni mező törölve."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Egyéni mező frissítve."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Új %s kategória neve"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr ""
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "%s kategória frissítése"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr ""
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr ""
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "%s szülő kategória"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Összes %s kategória"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "%s kategória keresése"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s kategória"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "%s nem található a lomtárban"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "%s nem található"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "%s keresése"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "%s megtekintése"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Új %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Új %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Új hozzáadása"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "címke"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "kategória"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Sajnáljuk, a The Events Calendar futtatásához PHP %s vagy újabb szükséges. Egyeztess a webhoszting szolgáltatóddal a PHP frissítéséről."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Sajnáljuk, a The Events Calendar futtatásához Wordpress %s vagy újabb szükséges. Kérjük, frissítsd a WordPress-t!"
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Súgó"
7548
  msgid "Display"
7549
  msgstr "Megjelenít"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Az általad használt The Events Calendar bővítmény nem naprakész az egyik The Events Calendar kiegészítővel. Kérjük, %sfrissíts most.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Tribe Events betöltése itt: %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "ma"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "nap"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "elmúlt"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "közelgő"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "lista"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "hónap"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Esemény"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Nincs megadva rádió gomb lehetőség"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Érvénytelen mező típus lett megadva"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Befejezés dátuma"
7897
  msgid "Start Date"
7898
  msgstr "Kezdés dátuma"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s kategóriák"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "%s szerkesztése"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Elmentett %s használata:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Köszönjük, hogy frissítetted a The Events Calendar bővítményt"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Üdvözöl a The Events Calendar"
11
  "Language: hu\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Tovább..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Hírek "
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Jegy #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "A sablon felülírások a következő alkönyvtárba kell, hogy kerüljenek: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "A sablon felülírások a következő alkönyvtárba kell, hogy kerüljenek: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Események beállításai"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr ""
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Érvényes kulcs! Lejár ekkor: %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Sajnáljuk, de a kulcs érvényességét ellenőrző kiszolgáló nem elérhető."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "ismeretlen dátum"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Licenc kulcs(ok) frissítve."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Egy érvényes licenc szükséges a támogatáshoz és frissítésekhez"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Hiba"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "30 percenként"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Esemény napja:"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s listázása"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s hónapja:"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Dátum"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Keresett kifejezés"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Nap"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Hónap"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Lista"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Naptár"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Beállítások"
7311
  msgid "Add %s"
7312
  msgstr "%s hozzáadása"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Naptár megtekintése"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "További funkciókat, például ismétlődő eseményeket, jegyeladást, nyilvánosan beküldhető eseményeket, új nézeteket keresel?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "További funkciók"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Hírek a Modern Tribe-tól"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Összes kiegészítő megtekintése"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Támogatás"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s információ"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s beállítások"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Dátum tartományon kívül."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr ""
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr ""
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr ""
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "Saját %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s vázlat frissítve."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s beküldve."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s közzétéve."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s helyreállítva innen: %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "Y. M j. @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s elmentve."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s frissítve."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Egyéni mező törölve."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Egyéni mező frissítve."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Új %s kategória neve"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr ""
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "%s kategória frissítése"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr ""
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr ""
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "%s szülő kategória"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Összes %s kategória"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "%s kategória keresése"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s kategória"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "%s nem található a lomtárban"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "%s nem található"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "%s keresése"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "%s megtekintése"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Új %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Új %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Új hozzáadása"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "címke"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "kategória"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Sajnáljuk, a The Events Calendar futtatásához PHP %s vagy újabb szükséges. Egyeztess a webhoszting szolgáltatóddal a PHP frissítéséről."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Sajnáljuk, a The Events Calendar futtatásához Wordpress %s vagy újabb szükséges. Kérjük, frissítsd a WordPress-t!"
7534
 
7550
  msgid "Display"
7551
  msgstr "Megjelenít"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Az általad használt The Events Calendar bővítmény nem naprakész az egyik The Events Calendar kiegészítővel. Kérjük, %sfrissíts most.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Tribe Events betöltése itt: %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "ma"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "nap"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "elmúlt"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "közelgő"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "lista"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "hónap"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Érvénytelen mező típus lett megadva"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Ez a naptár a The Events Calendar bővítménnyel készült."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Kezdés dátuma"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s kategóriák"
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "%s szerkesztése"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Elmentett %s használata:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Köszönjük, hogy frissítetted a The Events Calendar bővítményt"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Üdvözöl a The Events Calendar"
lang/the-events-calendar-id_ID.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: id\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr ""
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr ""
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Lanjut..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr ""
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Kode Keamanan"
7086
  msgid "Ticket #"
7087
  msgstr "Tiket #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Menimpa template harus dipindah ke subdirektori yang benar: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Menimpa Template harus dipindahkan ke subdirektori yang benar: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s Pengaturan"
7209
  msgid "Events Settings"
7210
  msgstr "Pengaturan Event"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr ""
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Kunci Valid! Berakhir pada %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Maaf, server validasi kunci tidak tersedia."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr ""
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Kunci lisensi diperbarui."
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "License Key"
7253
  msgid "Error"
7254
  msgstr "Error"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr ""
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Day Of"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr ""
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr ""
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Tanggal"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Pencarian"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Hari"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Bulan"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Daftar"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Kalender"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Pengaturan"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr ""
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Lihat Kalender"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Lihat Kalender"
7317
  msgid "%s"
7318
  msgstr ""
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Mencari fungsi tambahan termasuk event berulang, penjualan tiket, event disampaikan secara terbuka, tampilan baru dan lainnya?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Fungsi Tambahan"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Berita dari Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Lihat Semua Add-On"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Mendukung "
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr ""
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr ""
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Tanggal di luar jangkauan."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr ""
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr ""
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr ""
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Tersedia %s"
7404
  msgid "My %s"
7405
  msgstr "%s Saya"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s rancangan diperbarui."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s disampaikan."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s diterbitkan."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s dikembalikan ke revisi dari %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G: i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s disimpan."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr ""
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s diperbarui."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Field kustom dihapus."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Field kustom diperbarui."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr ""
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr ""
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr ""
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr ""
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr ""
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr ""
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr ""
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr ""
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr ""
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Tidak ada %s ditemukan di Sampah"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Tidak ada %s berhasil ditemukan"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Pencarian %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Lihat %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Baru %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Add New %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Tambahkan Baru"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "kategori"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Maaf, The Events Calendar membutuhkan PHP %s atau lebih tinggi. Hubungi host Web Anda tentang pindah ke versi terbaru dari PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "Maaf, The Events Calendar membutuhkan WordPress %s atau lebih tinggi. Silakan meng-upgrade instalasi WordPress Anda."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Bantuan"
7548
  msgid "Display"
7549
  msgstr "Tampilan"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr ""
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Versi The Events Calendar Anda tidak up-to-date dengan salah satu dari add-on The Events Calendar Anda. Silakan %smemperbarui sekarang.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Menginisialisasi Tribe Events pada %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "hari ini"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "hari"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "lalu"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "mendatang"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr ""
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "bulan"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Event"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Tidak ada pilihan radio yang ditentukan"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Jenis field tidak valid"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Tanggal Berakhir"
7897
  msgid "Start Date"
7898
  msgstr "Tanggal Mulai"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr ""
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Ubah %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Gunakan Tersimpan %s :"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr ""
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr ""
11
  "Language: id\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr ""
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr ""
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Lanjut..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr ""
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Tiket #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Menimpa template harus dipindah ke subdirektori yang benar: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Menimpa Template harus dipindahkan ke subdirektori yang benar: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Pengaturan Event"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr ""
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Kunci Valid! Berakhir pada %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Maaf, server validasi kunci tidak tersedia."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr ""
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Kunci lisensi diperbarui."
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Error"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr ""
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Day Of"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr ""
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr ""
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Tanggal"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Pencarian"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Hari"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Bulan"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Daftar"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Kalender"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Pengaturan"
7311
  msgid "Add %s"
7312
  msgstr ""
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Lihat Kalender"
7317
 
7319
  msgid "%s"
7320
  msgstr ""
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Mencari fungsi tambahan termasuk event berulang, penjualan tiket, event disampaikan secara terbuka, tampilan baru dan lainnya?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Fungsi Tambahan"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Berita dari Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Lihat Semua Add-On"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Mendukung "
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr ""
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr ""
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Tanggal di luar jangkauan."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr ""
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr ""
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr ""
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "%s Saya"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s rancangan diperbarui."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s disampaikan."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s diterbitkan."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s dikembalikan ke revisi dari %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G: i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s disimpan."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr ""
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s diperbarui."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Field kustom dihapus."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Field kustom diperbarui."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr ""
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr ""
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr ""
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr ""
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr ""
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr ""
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr ""
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr ""
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr ""
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Tidak ada %s ditemukan di Sampah"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Tidak ada %s berhasil ditemukan"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Pencarian %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Lihat %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Baru %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Add New %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Tambahkan Baru"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "kategori"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Maaf, The Events Calendar membutuhkan PHP %s atau lebih tinggi. Hubungi host Web Anda tentang pindah ke versi terbaru dari PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "Maaf, The Events Calendar membutuhkan WordPress %s atau lebih tinggi. Silakan meng-upgrade instalasi WordPress Anda."
7534
 
7550
  msgid "Display"
7551
  msgstr "Tampilan"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr ""
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Versi The Events Calendar Anda tidak up-to-date dengan salah satu dari add-on The Events Calendar Anda. Silakan %smemperbarui sekarang.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Menginisialisasi Tribe Events pada %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "hari ini"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "hari"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "lalu"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "mendatang"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr ""
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "bulan"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Jenis field tidak valid"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr ""
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Tanggal Mulai"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr ""
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Ubah %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Gunakan Tersimpan %s :"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr ""
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr ""
lang/the-events-calendar-is_IS.mo CHANGED
Binary file
lang/the-events-calendar-is_IS.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: is\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr ""
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr ""
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr ""
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr ""
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr ""
1748
 
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr "Drög"
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr "Bíður samþykkis"
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr "Áætlun"
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr "Tókst ekki"
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr "Bæta við"
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr ""
3566
  msgid "No notable changes detected"
3567
  msgstr ""
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr ""
3572
 
@@ -3808,137 +3811,137 @@ msgstr ""
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr "%1$s eða %2$s"
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Meira..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr "Upplýsingar fyrir þátttakendur viðburðar"
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Öryggis kóði"
7086
  msgid "Ticket #"
7087
  msgstr "Miða #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Sniðmáts yfirskrifun skal flytja í rétta undirskrá; tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Sniðmáts yfirskrifun skal flytja í rétta undirskrá: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s stillingar"
7209
  msgid "Events Settings"
7210
  msgstr "Viðburðar stillingar"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Hmmm... það er eitthvað að þessu. Hafðu samband við %snotendaaðstoð%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Virkur leyfislykill! Rennur út %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Afsakið, næst ekki að staðfesta lykil."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr ""
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Notendaleyfi uppfært"
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Númer leyfis"
7253
  msgid "Error"
7254
  msgstr "Villa"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Á 30 mínútna fresti"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Dagurinn"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s Frá"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr "%s í"
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Dagsetning"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Leita að viðburði"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Dagur"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Mánuður"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Listi"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Dagatal"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Stillingar"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Bæta við %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Skoða dagatal"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Skoða dagatal"
7317
  msgid "%s"
7318
  msgstr "%s"
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Ertu að leyta að viðbótar virkni svo sem endurteknum viðburðum, miðasölu, innsendum viðburðum, ofl?"
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Viðbótar virkni"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Fréttir frá Modern Tribe"
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Skoða allar viðbætur"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Aðstoð"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "%s Upplýsingar"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "%s möguleikar"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Dagsetning utan tímabils."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "allt"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr ""
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr ""
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr ""
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Lausar %s"
7404
  msgid "My %s"
7405
  msgstr "Mitt %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s uppkast uppfært."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s innsent."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s birt."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s endurstilltur að breytingum frá %s"
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s vistað."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s enduruppsettur eftir lagfæringu frá %2$s"
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s uppfært."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Sérsniðnu svæði eytt."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Sérsniðið svæði uppfært."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Nafn nýja %s flokks"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Bæta við nýjum %s flokki"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Uppfæra %s flokk"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Lagfæra %s flokk"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Yfir %s flokkur:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Yfir %s flokkur"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Allir %s flokkar"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Leita að %s flokkum"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "%s Flokkur"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Enginn %s finnst í ruslafötu"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Enginn %s finnst"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Leita %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Skoða %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Ný %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Bæta við nýjum %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Bæta við nýjum"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "flokkur"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Afsakið, The Events Calendar þarf PHP %s or higher. Hafið samband við hýsingaraðila til að uppfæra í nýrri útgáfu af PHP."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "The Events Calendar þarf WordPress %s eða nýrra. Vinsamlega uppfærið Word Press."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Hjálp"
7548
  msgid "Display"
7549
  msgstr "Sýna"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "Eftirfarandi viðbætur eru útrunnar: %1$s. Allir aukahlutir eru háðir The Events Calendar og virka ekki rétt nema að vera með réttar útgáfur. %2$sLesa meira%3$s."
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "Þessi útgáfa af The Events Calendar er ekki í samræmi við eina af The Events Calendar vibótum. Vinsamlega %supdate now.%s"
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Frumstilla Tribe Events á %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "í dag"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "dagur"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "liðinn"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "komandi"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "skrá"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "mánuður"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Viðburður"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Enginn útvarps valmöguleiki ákveðinn"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Ógild tegund svæðis ákveðin"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Loka dagsetning"
7897
  msgid "Start Date"
7898
  msgstr "Upphafsdagsetning"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "%s Flokkar"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr ""
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Lagfæra %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Nota vistaða %s:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr ""
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr ""
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr ""
7946
 
@@ -7948,7 +7954,7 @@ msgstr ""
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Takk fyrir að uppfæra"
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Velkomin (n) á The Events Calendar"
11
  "Language: is\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1442
  msgid "Default Status"
1443
  msgstr ""
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr ""
1746
  msgid "mi"
1747
  msgstr ""
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr ""
1752
 
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr "Drög"
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr "Bíður samþykkis"
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr "Áætlun"
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr "Tókst ekki"
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr "Bæta við"
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr ""
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr ""
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr "%1$s eða %2$s"
4235
 
4661
  msgstr "Meira..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr "Upplýsingar fyrir þátttakendur viðburðar"
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Miða #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Sniðmáts yfirskrifun skal flytja í rétta undirskrá; tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Sniðmáts yfirskrifun skal flytja í rétta undirskrá: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Viðburðar stillingar"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hmmm... það er eitthvað að þessu. Hafðu samband við %snotendaaðstoð%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Virkur leyfislykill! Rennur út %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Afsakið, næst ekki að staðfesta lykil."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr ""
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Notendaleyfi uppfært"
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "Virkur leyfislykill er nauðsynlegur fyrir aðstoð og uppfærslur"
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Villa"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Á 30 mínútna fresti"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Dagurinn"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s Frá"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr "%s í"
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Dagsetning"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Leita að viðburði"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Dagur"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Mánuður"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Listi"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Dagatal"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Stillingar"
7311
  msgid "Add %s"
7312
  msgstr "Bæta við %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Skoða dagatal"
7317
 
7319
  msgid "%s"
7320
  msgstr "%s"
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Ertu að leyta að viðbótar virkni svo sem endurteknum viðburðum, miðasölu, innsendum viðburðum, ofl?"
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Viðbótar virkni"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Fréttir frá Modern Tribe"
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Skoða allar viðbætur"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Aðstoð"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "%s Upplýsingar"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "%s möguleikar"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Dagsetning utan tímabils."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "allt"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr ""
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr ""
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr ""
7371
 
7406
  msgid "My %s"
7407
  msgstr "Mitt %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s uppkast uppfært."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s innsent."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s birt."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s endurstilltur að breytingum frá %s"
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s vistað."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s enduruppsettur eftir lagfæringu frá %2$s"
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s uppfært."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Sérsniðnu svæði eytt."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Sérsniðið svæði uppfært."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Nafn nýja %s flokks"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Bæta við nýjum %s flokki"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Uppfæra %s flokk"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Lagfæra %s flokk"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Yfir %s flokkur:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Yfir %s flokkur"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Allir %s flokkar"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Leita að %s flokkum"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "%s Flokkur"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Enginn %s finnst í ruslafötu"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Enginn %s finnst"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Leita %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Skoða %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Ný %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Bæta við nýjum %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Bæta við nýjum"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "flokkur"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Afsakið, The Events Calendar þarf PHP %s or higher. Hafið samband við hýsingaraðila til að uppfæra í nýrri útgáfu af PHP."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "The Events Calendar þarf WordPress %s eða nýrra. Vinsamlega uppfærið Word Press."
7534
 
7550
  msgid "Display"
7551
  msgstr "Sýna"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "Eftirfarandi viðbætur eru útrunnar: %1$s. Allir aukahlutir eru háðir The Events Calendar og virka ekki rétt nema að vera með réttar útgáfur. %2$sLesa meira%3$s."
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "Þessi útgáfa af The Events Calendar er ekki í samræmi við eina af The Events Calendar vibótum. Vinsamlega %supdate now.%s"
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Frumstilla Tribe Events á %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "í dag"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "dagur"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "liðinn"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "komandi"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "skrá"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "mánuður"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Ógild tegund svæðis ákveðin"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr "Þetta dagatal er keyrt á The Events Calendar."
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Upphafsdagsetning"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "%s Flokkar"
7909
 
7927
  msgstr ""
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Lagfæra %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Nota vistaða %s:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr ""
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr ""
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr ""
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Takk fyrir að uppfæra"
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Velkomin (n) á The Events Calendar"
lang/the-events-calendar-it_IT.mo CHANGED
Binary file
lang/the-events-calendar-it_IT.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-01-29 05:45:29+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: it\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,18 +33,18 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
- msgstr ""
32
 
33
  #: common/src/Tribe/Validate.php:245
34
  msgid "%s must be a whole number."
35
- msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
- msgstr ""
40
 
41
  #: vendor/tickets/src/template-tags/tickets.php:243
42
  msgctxt "ticket stock message (pending stock)"
@@ -102,17 +110,17 @@ msgstr ""
102
  #: vendor/tickets/src/admin-views/attendees.php:28
103
  msgctxt "attendee screen summary"
104
  msgid "Event Details"
105
- msgstr ""
106
 
107
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:98
108
  msgctxt "attendee event actions"
109
  msgid "View Event"
110
- msgstr ""
111
 
112
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:97
113
  msgctxt "attendee event actions"
114
  msgid "Edit Event"
115
- msgstr ""
116
 
117
  #: vendor/tickets/src/Tribe/Attendees_Table.php:393
118
  #: vendor/tickets/src/Tribe/Attendees_Table.php:402
@@ -166,7 +174,7 @@ msgstr ""
166
 
167
  #: src/admin-views/events-meta-box.php:72
168
  msgid "Start/End:"
169
- msgstr ""
170
 
171
  #: src/admin-views/event-sidebar-options.php:33
172
  msgid "Featured events are highlighted on the front end in views, archives, and widgets."
@@ -211,40 +219,40 @@ msgstr ""
211
 
212
  #: src/Tribe/iCal.php:108
213
  msgid "Export Events"
214
- msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
- msgstr ""
220
 
221
  #: src/Tribe/Linked_Posts.php:904
222
  msgid "Create: <b><%= term %></b>"
223
- msgstr ""
224
 
225
  #: src/Tribe/Linked_Posts.php:890
226
  msgid "Create or Search a %s"
227
- msgstr ""
228
 
229
  #: src/Tribe/Linked_Posts.php:888
230
  msgid "Search a %s"
231
- msgstr ""
232
 
233
  #: src/Tribe/Linked_Posts.php:885
234
  msgid "Select or Create a %s"
235
- msgstr ""
236
 
237
  #: src/Tribe/Linked_Posts.php:883
238
  msgid "Select a %s"
239
- msgstr ""
240
 
241
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:247
242
  msgid "Delete this"
243
- msgstr ""
244
 
245
  #: src/Tribe/Event_Tickets/Attendees_Report.php:38
246
  msgid "Event Date:"
247
- msgstr ""
248
 
249
  #: src/Tribe/Customizer/Widget.php:132
250
  msgid "Show Featured Event Images"
@@ -272,7 +280,7 @@ msgstr ""
272
 
273
  #: src/Tribe/Customizer/Single_Event.php:78
274
  msgid "Single Event"
275
- msgstr ""
276
 
277
  #: src/Tribe/Customizer/Month_Week_View.php:197
278
  msgid "Calendar Hightlight Color"
@@ -293,19 +301,19 @@ msgstr ""
293
 
294
  #: src/Tribe/Customizer/Global_Elements.php:211
295
  msgid "Map Pin"
296
- msgstr ""
297
 
298
  #: src/Tribe/Customizer/Global_Elements.php:189
299
  msgid "Button Color"
300
- msgstr ""
301
 
302
  #: src/Tribe/Customizer/Global_Elements.php:167
303
  msgid "Filter Bar Color"
304
- msgstr ""
305
 
306
  #: src/Tribe/Customizer/Global_Elements.php:145
307
  msgid "Link Color"
308
- msgstr ""
309
 
310
  #: src/Tribe/Customizer/Global_Elements.php:114
311
  msgid "Options selected here will override what was selected in the \"General Theme\" section"
@@ -313,7 +321,7 @@ msgstr ""
313
 
314
  #: src/Tribe/Customizer/Global_Elements.php:113
315
  msgid "Global Elements"
316
- msgstr ""
317
 
318
  #: src/Tribe/Customizer/General_Theme.php:339
319
  msgid "Custom"
@@ -341,7 +349,7 @@ msgstr ""
341
 
342
  #: src/Tribe/Customizer/General_Theme.php:303
343
  msgid "Default"
344
- msgstr ""
345
 
346
  #: src/Tribe/Customizer/General_Theme.php:297
347
  msgid "Deep Sea"
@@ -489,7 +497,7 @@ msgstr ""
489
 
490
  #: src/Tribe/Asset/Dynamic.php:45
491
  msgid "April"
492
- msgstr ""
493
 
494
  #: src/Tribe/Asset/Dynamic.php:44
495
  msgid "March"
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1028,7 +1036,7 @@ msgstr "Sposta tipi di biglietto"
1028
  #: src/views/single-event.php:28
1029
  msgctxt "%s Events plural label"
1030
  msgid "All %s"
1031
- msgstr "Tutti %s"
1032
 
1033
  #: src/io/csv/admin-views/header.php:17
1034
  msgid "Legacy Events Import"
@@ -1434,10 +1442,6 @@ msgstr ""
1434
  msgid "Default Status"
1435
  msgstr "Stato predefinto"
1436
 
1437
- #: src/admin-views/aggregator/settings.php:55
1438
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1439
- msgstr "Conserva la modifica più recente in ogni campo dell'evento, nel caso in cui sia avvenuta nel mio sito o alla sorgente originaria."
1440
-
1441
  #: src/admin-views/aggregator/settings.php:54
1442
  msgid "Do not re-import events. Changes made locally will be preserved."
1443
  msgstr "Non reimportare gli eventi. Le modifiche fatte in locale verranno mantenute."
@@ -1481,11 +1485,11 @@ msgstr ""
1481
 
1482
  #: src/admin-views/aggregator/origins/refine.php:18
1483
  msgid "Use the filters to narrow down which events are fetched from this Google Calendar."
1484
- msgstr ""
1485
 
1486
  #: src/admin-views/aggregator/origins/refine.php:14
1487
  msgid "Use the filters to narrow down which events are fetched from your ICS file."
1488
- msgstr ""
1489
 
1490
  #: src/admin-views/aggregator/origins/refine.php:9
1491
  msgctxt "Radius with abbreviation"
@@ -1526,7 +1530,7 @@ msgstr ""
1526
 
1527
  #: src/admin-views/aggregator/origins/ics.php:9
1528
  msgid "Upload an ICS File"
1529
- msgstr ""
1530
 
1531
  #: src/admin-views/aggregator/origins/ics.php:6
1532
  msgid "Select your ICS file from the WordPress media library. You may need to first upload the file from your computer to the library."
@@ -1546,7 +1550,7 @@ msgstr "example.com/url.ics"
1546
 
1547
  #: src/admin-views/aggregator/origins/gcal.php:81
1548
  msgid "Copy the provided url into this field to import the events into your WordPress site."
1549
- msgstr ""
1550
 
1551
  #: src/admin-views/aggregator/origins/gcal.php:80
1552
  msgid "Scroll down to Calendar Address and click the iCal button (note: if your calendar is private, you'll need to click the iCal button next to the Private Address header instead)."
@@ -1558,7 +1562,7 @@ msgstr ""
1558
 
1559
  #: src/admin-views/aggregator/origins/gcal.php:77
1560
  msgid "You can find the url you need in your Google Calendar settings."
1561
- msgstr ""
1562
 
1563
  #: src/admin-views/aggregator/origins/gcal.php:75
1564
  msgid "Enter the url for the Google Calendar feed you wish to import."
@@ -1571,11 +1575,11 @@ msgstr "https://calendar.google.com/calendar/ical/example/basic.ics"
1571
  #: src/admin-views/aggregator/origins/gcal.php:6
1572
  #: src/admin-views/aggregator/origins/ical.php:6
1573
  msgid "One-time imports include all events in the current feed, while scheduled imports automatically grab new events and updates from the feed on a set schedule."
1574
- msgstr ""
1575
 
1576
  #: src/admin-views/aggregator/origins/facebook.php:104
1577
  msgid "Enter the url for a Facebook group or page. You can also enter the url of a single Facebook event."
1578
- msgstr ""
1579
 
1580
  #: src/admin-views/aggregator/origins/facebook.php:103
1581
  msgid "facebook.com/example"
@@ -1652,12 +1656,12 @@ msgstr "Nessun file scelto"
1652
 
1653
  #: src/admin-views/aggregator/origins/csv.php:43
1654
  msgid "Upload a CSV File"
1655
- msgstr ""
1656
 
1657
  #: src/admin-views/aggregator/origins/csv.php:42
1658
  #: src/admin-views/aggregator/origins/ics.php:8
1659
  msgid "Upload"
1660
- msgstr ""
1661
 
1662
  #: src/admin-views/aggregator/origins/csv.php:41
1663
  msgid "Select your .CSV file from the WordPress media library. You may need to first upload the file from your computer to the library."
@@ -1742,7 +1746,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1742
  msgid "mi"
1743
  msgstr "mi"
1744
 
1745
- #: src/Tribe/Main.php:934
1746
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1747
  msgstr "L'%3$s \"%1$s\" utilizza il prefisso \"/%2$s\": il plugin \"The Events Calendar\" mostrerà il suo calendario al posto della pagina."
1748
 
@@ -1955,7 +1959,7 @@ msgstr "Errore: %d importazione pianificata non era %s."
1955
 
1956
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:193
1957
  msgid "deactivated"
1958
- msgstr ""
1959
 
1960
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:189
1961
  msgid "reactivated"
@@ -1963,7 +1967,7 @@ msgstr "riattivata"
1963
 
1964
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:185
1965
  msgid "delete"
1966
- msgstr ""
1967
 
1968
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:181
1969
  msgid "queued"
@@ -1995,7 +1999,7 @@ msgstr "si apre in una nuova finestra"
1995
 
1996
  #: src/Tribe/Aggregator/Tabs/New.php:505
1997
  msgid "Buy It Now"
1998
- msgstr ""
1999
 
2000
  #: src/Tribe/Aggregator/Tabs/New.php:502
2001
  msgid "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
@@ -2245,128 +2249,128 @@ msgstr ""
2245
  msgid "Sorry, but something went wrong. Please try again."
2246
  msgstr ""
2247
 
2248
- #: src/Tribe/Aggregator/Records.php:237
2249
  msgctxt "event aggregator status"
2250
  msgid "Draft <span class=\"count\">(%s)</span>"
2251
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2252
  msgstr[0] ""
2253
  msgstr[1] ""
2254
 
2255
- #: src/Tribe/Aggregator/Records.php:236
2256
  msgctxt "event aggregator status"
2257
  msgid "Draft"
2258
  msgstr "Bozza"
2259
 
2260
- #: src/Tribe/Aggregator/Records.php:227
2261
  msgctxt "event aggregator status"
2262
  msgid "Pending <span class=\"count\">(%s)</span>"
2263
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2264
  msgstr[0] ""
2265
  msgstr[1] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:226
2268
  msgctxt "event aggregator status"
2269
  msgid "Pending"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:217
2273
  msgctxt "event aggregator status"
2274
  msgid "Schedule <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
  msgstr[1] ""
2278
 
2279
- #: src/Tribe/Aggregator/Records.php:216
2280
  msgctxt "event aggregator status"
2281
  msgid "Schedule"
2282
  msgstr ""
2283
 
2284
- #: src/Tribe/Aggregator/Records.php:207
2285
  msgctxt "event aggregator status"
2286
  msgid "Failed <span class=\"count\">(%s)</span>"
2287
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2288
  msgstr[0] ""
2289
  msgstr[1] ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:206
2292
  msgctxt "event aggregator status"
2293
  msgid "Failed"
2294
  msgstr "Fallita"
2295
 
2296
- #: src/Tribe/Aggregator/Records.php:197
2297
  msgctxt "event aggregator status"
2298
  msgid "Imported <span class=\"count\">(%s)</span>"
2299
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2300
  msgstr[0] ""
2301
  msgstr[1] ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:196
2304
  msgctxt "event aggregator status"
2305
  msgid "Imported"
2306
  msgstr ""
2307
 
2308
- #: src/Tribe/Aggregator/Records.php:159
2309
  msgid "No Aggregator Records found in Trash."
2310
  msgstr ""
2311
 
2312
- #: src/Tribe/Aggregator/Records.php:158
2313
  msgid "No Aggregator Records found."
2314
  msgstr ""
2315
 
2316
- #: src/Tribe/Aggregator/Records.php:157
2317
  msgid "Parent Aggregator Record:"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:156
2321
  msgid "Search Aggregator Records"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:155
2325
  msgid "All Aggregator Records"
2326
  msgstr ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:154
2329
  msgid "View Aggregator Record"
2330
  msgstr ""
2331
 
2332
- #: src/Tribe/Aggregator/Records.php:153
2333
  msgid "Edit Aggregator Record"
2334
  msgstr ""
2335
 
2336
- #: src/Tribe/Aggregator/Records.php:152
2337
  msgid "New Aggregator Record"
2338
  msgstr ""
2339
 
2340
- #: src/Tribe/Aggregator/Records.php:151
2341
  msgid "Add New Aggregator Record"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:150
2345
  msgctxt "record"
2346
  msgid "Add New"
2347
  msgstr "Aggiungi nuovo"
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:149
2350
  msgctxt "add new on admin bar"
2351
  msgid "Aggregator Record"
2352
  msgstr ""
2353
 
2354
- #: src/Tribe/Aggregator/Records.php:148
2355
  msgctxt "admin menu"
2356
  msgid "Aggregator Records"
2357
  msgstr ""
2358
 
2359
- #: src/Tribe/Aggregator/Records.php:147
2360
  msgctxt "post type singular name"
2361
  msgid "Aggregator Record"
2362
  msgstr ""
2363
 
2364
- #: src/Tribe/Aggregator/Records.php:146
2365
  msgctxt "post type general name"
2366
  msgid "Aggregator Records"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:129
2370
  msgid "Events Aggregator Record"
2371
  msgstr ""
2372
 
@@ -2971,24 +2975,24 @@ msgid_plural "It looks like you're using %s, but the license keys you supplied d
2971
  msgstr[0] ""
2972
  msgstr[1] ""
2973
 
2974
- #: common/src/Tribe/PUE/Checker.php:760
2975
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2976
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2977
  msgstr ""
2978
 
2979
- #: common/src/Tribe/PUE/Checker.php:704
2980
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2981
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2982
  msgstr ""
2983
 
2984
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2985
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2986
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2987
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2988
  msgid " (opens in a new window)"
2989
  msgstr ""
2990
 
2991
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2992
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2993
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2994
  msgid "Renew Your License Now"
@@ -3152,7 +3156,6 @@ msgstr ""
3152
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3153
  msgstr ""
3154
 
3155
- #: common/src/Tribe/Credits.php:31
3156
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3157
  msgid "This calendar is powered by %1$s."
3158
  msgstr ""
@@ -3566,7 +3569,7 @@ msgstr "Template introdotti o aggiornati con questa versione (%s):"
3566
  msgid "No notable changes detected"
3567
  msgstr "Nessun cambiamento importante individuato"
3568
 
3569
- #: src/Tribe/Main.php:2579
3570
  msgid " (View Full %1$s Description Here: %2$s)"
3571
  msgstr " (Visualizza completamente la descrizione di %1$s qui: %2$s)"
3572
 
@@ -3808,137 +3811,137 @@ msgstr "Nessun risultato trovato per %s questo mese. Prova a cercare nel mese su
3808
  msgid "No %1$s scheduled for %2$s. Please try another day."
3809
  msgstr ""
3810
 
3811
- #: src/Tribe/Main.php:3937
3812
  msgid "Check out the %savailable add-ons%s."
3813
  msgstr ""
3814
 
3815
- #: src/Tribe/Main.php:1806
3816
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3817
  msgstr ""
3818
 
3819
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3820
  msgid "%1$s scheduled for: %2$s."
3821
  msgstr ""
3822
 
3823
- #: src/Tribe/Main.php:1718
3824
  msgid "%1$s draft updated. %2$sPreview %3$s"
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1709
3828
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1703
3832
  msgid "%1$s submitted. %2$sPreview %3$s"
3833
  msgstr ""
3834
 
3835
- #: src/Tribe/Main.php:1697
3836
  msgid "Event published. %1$sView %2$s"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1686
3840
  msgid "%1$s updated. %2$sView %3$s"
3841
  msgstr ""
3842
 
3843
- #: src/Tribe/Main.php:1390
3844
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3845
  msgstr ""
3846
 
3847
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3848
  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)."
3849
  msgstr ""
3850
 
3851
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3852
  #: vendor/tickets/src/Tribe/Main.php:476
3853
  msgid "post a thread"
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1025
3857
  msgid "<strong>Looking for more immediate support?</strong> 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."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3861
  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."
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3865
  msgid "open-source forum on WordPress.org"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1016
3869
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3873
  #: vendor/tickets/src/Tribe/Main.php:467
3874
  msgid "premium support on our website"
3875
  msgstr ""
3876
 
3877
- #: src/Tribe/Main.php:1013
3878
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3879
  msgstr ""
3880
 
3881
- #: src/Tribe/Main.php:1012
3882
  msgid "Events Tickets"
3883
  msgstr ""
3884
 
3885
- #: src/Tribe/Main.php:997
3886
  msgid "Customizing the Events plugins"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:997
3890
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3894
  msgid "Troubleshooting common problems"
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:995
3898
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:993
3902
  msgid "Using stylesheets and page templates"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:993
3906
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3907
  msgstr ""
3908
 
3909
- #: src/Tribe/Main.php:991
3910
  msgid "Themer’s Guide"
3911
  msgstr ""
3912
 
3913
- #: src/Tribe/Main.php:991
3914
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3915
  msgstr ""
3916
 
3917
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3918
  msgid "Features overview"
3919
  msgstr ""
3920
 
3921
- #: src/Tribe/Main.php:989
3922
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3923
  msgstr ""
3924
 
3925
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3926
  msgid "Settings overview"
3927
  msgstr ""
3928
 
3929
- #: src/Tribe/Main.php:987
3930
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3931
  msgstr ""
3932
 
3933
- #: src/Tribe/Main.php:984
3934
  msgid "Support for The Events Calendar"
3935
  msgstr ""
3936
 
3937
- #: src/Tribe/Main.php:973
3938
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3939
  msgstr ""
3940
 
3941
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3942
  msgid "New User Primer"
3943
  msgstr ""
3944
 
@@ -4075,12 +4078,12 @@ msgstr ""
4075
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4076
  msgstr ""
4077
 
4078
- #: common/src/Tribe/PUE/Checker.php:651
4079
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4080
  msgid "Thanks for setting up a valid key. It will expire on %s"
4081
  msgstr ""
4082
 
4083
- #: src/Tribe/Main.php:948
4084
  msgid "<a href=\"%s\">edit Events settings</a>."
4085
  msgstr ""
4086
 
@@ -4226,7 +4229,7 @@ msgstr ""
4226
  msgid "Editing the ticket price is currently disallowed."
4227
  msgstr ""
4228
 
4229
- #: src/Tribe/Main.php:951
4230
  msgid "%1$s or %2$s"
4231
  msgstr ""
4232
 
@@ -4658,7 +4661,7 @@ msgid "More..."
4658
  msgstr "Maggiori informazioni..."
4659
 
4660
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4661
- #: src/Tribe/Main.php:1024
4662
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4663
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4664
  msgid "Events Calendar PRO"
@@ -5335,7 +5338,7 @@ msgid "News For Events Users"
5335
  msgstr ""
5336
 
5337
  #: src/Tribe/Aggregator/API/Origins.php:36
5338
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5339
  #: src/admin-views/admin-update-message.php:55
5340
  #: src/admin-views/aggregator/settings.php:393
5341
  #: src/admin-views/aggregator/status.php:181
@@ -7086,11 +7089,11 @@ msgstr "Codice di sicurezza"
7086
  msgid "Ticket #"
7087
  msgstr "Biglietto #"
7088
 
7089
- #: src/Tribe/Templates.php:663
7090
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7091
  msgstr "Le sovrascritture dei modelli dovrebbero essere spostate nella sottodirectory corretta: tribe_get_template_part('%s')"
7092
 
7093
- #: src/Tribe/Templates.php:619
7094
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7095
  msgstr "Le sovrascritture dei modelli dovrebbero essere spostate nella sottodirectory corretta: %s"
7096
 
@@ -7209,40 +7212,39 @@ msgstr "%s Impostazioni"
7209
  msgid "Events Settings"
7210
  msgstr "Impostazioni eventi"
7211
 
7212
- #: common/src/Tribe/PUE/Checker.php:583
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7214
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7215
  msgstr "Hmmm... c'è qualcosa che non va con la convalida. Dovresti contattare l'%sassistenza%s."
7216
 
7217
- #: common/src/Tribe/PUE/Checker.php:642
7218
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7219
  msgid "Valid Key! Expires on %s"
7220
  msgstr "Key Valido! Scade il %s"
7221
 
7222
- #: common/src/Tribe/PUE/Checker.php:624
7223
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7224
  msgid "Sorry, key validation server is not available."
7225
  msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
7226
 
7227
- #: common/src/Tribe/PUE/Checker.php:618
7228
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7229
  msgid "unknown date"
7230
  msgstr "data sconosciuta"
7231
 
7232
- #: common/src/Tribe/PUE/Checker.php:566
7233
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7234
  msgid "License key(s) updated."
7235
  msgstr "Licenza aggiornata"
7236
 
7237
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7238
- #: common/src/Tribe/PUE/Checker.php:469
7239
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7240
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7242
  msgid "A valid license key is required for support and updates"
7243
  msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
7244
 
7245
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7246
  #: src/admin-views/aggregator/status.php:41
7247
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7248
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7253,49 +7255,49 @@ msgstr "Chiave di licenza"
7253
  msgid "Error"
7254
  msgstr "Errore"
7255
 
7256
- #: src/Tribe/Main.php:4220
7257
  msgid "Once Every 30 Mins"
7258
  msgstr "Una volta ogni 30 minuti"
7259
 
7260
- #: src/Tribe/Main.php:4147
7261
  msgid "Day Of"
7262
  msgstr "Scegli il giorno"
7263
 
7264
- #: src/Tribe/Main.php:4145
7265
  msgid "%s From"
7266
  msgstr "%s da"
7267
 
7268
- #: src/Tribe/Main.php:4143
7269
  msgid "%s In"
7270
  msgstr ""
7271
 
7272
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7273
  #: src/admin-views/aggregator/origins/refine.php:7
7274
  msgid "Date"
7275
  msgstr "Data"
7276
 
7277
- #: src/Tribe/Main.php:4115
7278
  msgid "Search"
7279
  msgstr "Cerca"
7280
 
7281
- #: src/Tribe/Main.php:4090
7282
  msgid "Day"
7283
  msgstr "Giorno"
7284
 
7285
- #: src/Tribe/Main.php:4073
7286
  msgid "Month"
7287
  msgstr "Mese"
7288
 
7289
- #: src/Tribe/Main.php:4055
7290
  msgid "List"
7291
  msgstr "Elenco"
7292
 
7293
- #: src/Tribe/Main.php:4039
7294
  msgid "Calendar"
7295
  msgstr "Calendario"
7296
 
7297
  #: common/src/Tribe/Settings.php:242
7298
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7299
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7300
  msgid "Settings"
7301
  msgstr "Impostazioni"
@@ -7309,7 +7311,7 @@ msgstr "CSV"
7309
  msgid "Add %s"
7310
  msgstr "Aggiungi %s"
7311
 
7312
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7313
  msgid "View Calendar"
7314
  msgstr "Vedi Calendario"
7315
 
@@ -7317,53 +7319,53 @@ msgstr "Vedi Calendario"
7317
  msgid "%s"
7318
  msgstr ""
7319
 
7320
- #: src/Tribe/Main.php:3936
7321
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7322
  msgstr "Cerchi funzionalità aggiuntive tra cui eventi ricorrenti, vendita di biglietti, eventi presentati pubblicamente, nuove visualizzazioni e altro? "
7323
 
7324
- #: src/Tribe/Main.php:3931
7325
  msgid "Additional Functionality"
7326
  msgstr "Funzionalità Aggiuntive"
7327
 
7328
- #: src/Tribe/Main.php:3886
7329
  msgid "News from Modern Tribe"
7330
  msgstr "Notizie da \"Modern Tribe\""
7331
 
7332
- #: src/Tribe/Main.php:3866
7333
  msgid "View All Add-Ons"
7334
  msgstr "Visualizza tutti gli Add-On"
7335
 
7336
- #: src/Tribe/Main.php:3863
7337
  msgid "Support"
7338
  msgstr "Assistenza"
7339
 
7340
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7341
  msgid "%s Information"
7342
  msgstr "Informazione %s"
7343
 
7344
- #: src/Tribe/Main.php:3509
7345
  msgid "%s Options"
7346
  msgstr "Opzioni %s"
7347
 
7348
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7349
  #: src/functions/template-tags/day.php:157
7350
  #: src/functions/template-tags/day.php:178
7351
  msgid "Date out of range."
7352
  msgstr "Data fuori intervallo."
7353
 
7354
- #: src/Tribe/Main.php:2204
7355
  msgid "all"
7356
  msgstr "tutto"
7357
 
7358
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7359
  msgid "events"
7360
  msgstr "eventi"
7361
 
7362
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7363
  msgid "event"
7364
  msgstr "evento"
7365
 
7366
- #: src/Tribe/Main.php:2201
7367
  msgid "page"
7368
  msgstr "pagina"
7369
 
@@ -7404,129 +7406,129 @@ msgstr "Disponibile %s"
7404
  msgid "My %s"
7405
  msgstr "I miei %s"
7406
 
7407
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7408
  msgid "%s draft updated."
7409
  msgstr "%s bozza aggiornata."
7410
 
7411
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7412
  msgid "%s submitted."
7413
  msgstr "%s inviato."
7414
 
7415
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7416
  msgid "%s published."
7417
  msgstr "%s pubblicato."
7418
 
7419
  #. translators: %s: date and time of the revision
7420
- #: src/Tribe/Main.php:1752
7421
  msgid "%s restored to revision from %s"
7422
  msgstr "%s modificato in revisione da %s."
7423
 
7424
  #. translators: Publish box date format, see http://php.net/date
7425
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7426
  msgid "M j, Y @ G:i"
7427
  msgstr "M j, Y @ G:i"
7428
 
7429
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7430
  msgid "%s saved."
7431
  msgstr "%s salvato."
7432
 
7433
  #. translators: %s: date and time of the revision
7434
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7435
  msgid "%1$s restored to revision from %2$s"
7436
  msgstr "%1$s ripristinato alla revisione da %2$s."
7437
 
7438
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7439
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7440
  msgid "%s updated."
7441
  msgstr "%s aggiornato."
7442
 
7443
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7444
  msgid "Custom field deleted."
7445
  msgstr "Campo personalizzato cancellato."
7446
 
7447
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7448
  msgid "Custom field updated."
7449
  msgstr "Campo personalizzato aggiornato."
7450
 
7451
- #: src/Tribe/Main.php:1669
7452
  msgid "New %s Category Name"
7453
  msgstr "Nuovo nome categoria %s"
7454
 
7455
- #: src/Tribe/Main.php:1668
7456
  msgid "Add New %s Category"
7457
  msgstr "Aggiungi nuova Categoria %s"
7458
 
7459
- #: src/Tribe/Main.php:1667
7460
  msgid "Update %s Category"
7461
  msgstr "Aggiorna Categoria %s"
7462
 
7463
- #: src/Tribe/Main.php:1666
7464
  msgid "Edit %s Category"
7465
  msgstr "Modifica Categoria %s"
7466
 
7467
- #: src/Tribe/Main.php:1665
7468
  msgid "Parent %s Category:"
7469
  msgstr "Categoria %s Genitore:"
7470
 
7471
- #: src/Tribe/Main.php:1664
7472
  msgid "Parent %s Category"
7473
  msgstr "Categoria %s Genitore"
7474
 
7475
- #: src/Tribe/Main.php:1663
7476
  msgid "All %s Categories"
7477
  msgstr "Tutte le categorie %s"
7478
 
7479
- #: src/Tribe/Main.php:1662
7480
  msgid "Search %s Categories"
7481
  msgstr "Cerca categorie %s"
7482
 
7483
- #: src/Tribe/Main.php:1661
7484
  msgid "%s Category"
7485
  msgstr "Categoria %s"
7486
 
7487
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7488
  msgid "No %s found in Trash"
7489
  msgstr "Nessun %s trovato nel cestino"
7490
 
7491
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7492
  msgid "No %s found"
7493
  msgstr "Nessun %s trovato"
7494
 
7495
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7496
  msgid "Search %s"
7497
  msgstr "Cerca %s"
7498
 
7499
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7500
  #: vendor/tickets/src/views/tickets/orders.php:26
7501
  msgid "View %s"
7502
  msgstr "Vedi %s"
7503
 
7504
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7505
  msgid "New %s"
7506
  msgstr "Nuovo %s"
7507
 
7508
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7509
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7510
  msgid "Add New %s"
7511
  msgstr "Aggiungi nuovo %s"
7512
 
7513
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7514
  msgid "Add New"
7515
  msgstr "Aggiungi nuovo"
7516
 
7517
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7518
  msgid "tag"
7519
  msgstr "tag"
7520
 
7521
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7522
  msgid "category"
7523
  msgstr "categoria"
7524
 
7525
- #: src/Tribe/Main.php:1378
7526
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7527
  msgstr "Ci dispiace, The Events Calendar richiede PHP %s o versione superiore. Chiedete al vostro web host di aggiornare PHP ad una nuova versione."
7528
 
7529
- #: src/Tribe/Main.php:1375
7530
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7531
  msgstr "The Events Calendar richiede WordPress %s o versione superiore. Aggiorna la tua installazione di WordPress."
7532
 
@@ -7548,53 +7550,53 @@ msgstr "Aiuto"
7548
  msgid "Display"
7549
  msgstr "Visualizza"
7550
 
7551
- #: src/Tribe/Main.php:1224
7552
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7553
  msgstr "I seguenti plugin non sono aggiornati: %1$s. Tutti gli add-on contengono delle dipendenze da \\\"The Events Calendar\\\" e potrebbero non funzionare correttamente se non abbinati alla versione corretta. [ %2$sUlteriori informazioni...%3$s ]"
7554
 
7555
- #: src/Tribe/Main.php:1212
7556
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7557
  msgstr "La tua versione di The Events Calendar non è aggiornata con uno dei nostri add-on. %sAggiorna ora%s."
7558
 
7559
- #: src/Tribe/Main.php:746
7560
  msgid "Initializing Tribe Events on %s"
7561
  msgstr "Inizializzazione \"Tribe Events\" in %s"
7562
 
7563
- #: src/Tribe/Main.php:721
7564
  msgid "today"
7565
  msgstr "oggi"
7566
 
7567
- #: src/Tribe/Main.php:720
7568
  msgid "day"
7569
  msgstr "giorno"
7570
 
7571
- #: src/Tribe/Main.php:719
7572
  msgid "past"
7573
  msgstr "passato"
7574
 
7575
- #: src/Tribe/Main.php:718
7576
  msgid "upcoming"
7577
  msgstr "prossimi"
7578
 
7579
- #: src/Tribe/Main.php:717
7580
  msgid "list"
7581
  msgstr "elenco"
7582
 
7583
- #: src/Tribe/Main.php:716
7584
  msgid "month"
7585
  msgstr "mese"
7586
 
7587
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7588
  #. #-#-#-#-#
7589
  #. Plugin Name of the plugin/theme
7590
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7591
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7592
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7593
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7594
  msgid "The Events Calendar"
7595
  msgstr "The Events Calendar"
7596
 
7597
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7598
  #: src/admin-views/aggregator/tabs/import-form.php:169
7599
  #: src/functions/template-tags/general.php:58
7600
  msgid "Event"
@@ -7602,7 +7604,7 @@ msgstr "Evento"
7602
 
7603
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7604
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7605
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7606
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7607
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7837,6 +7839,10 @@ msgstr "Nessuna opzione \"radio button\" specificata"
7837
  msgid "Invalid field type specified"
7838
  msgstr "Tipo di campo specificato non valido"
7839
 
 
 
 
 
7840
  #: common/src/Tribe/Cost_Utils.php:108
7841
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7842
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7897,7 +7903,7 @@ msgstr "Data fine"
7897
  msgid "Start Date"
7898
  msgstr "Data inizio"
7899
 
7900
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7901
  msgid "%s Categories"
7902
  msgstr "Categorie %s"
7903
 
@@ -7921,26 +7927,26 @@ msgid "Please wait while timezone data is added to your events."
7921
  msgstr "Attendi mentre i dati del fuso orario vengono aggiunti ai tuoi eventi."
7922
 
7923
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7924
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7925
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7926
  #: src/Tribe/Venue.php:79
7927
  msgid "Edit %s"
7928
  msgstr "Modifica %s"
7929
 
7930
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7931
- #: src/Tribe/Main.php:4517
7932
  msgid "Use Saved %s:"
7933
  msgstr "Utilizza %s salvato:"
7934
 
7935
- #: src/Tribe/Main.php:943
7936
  msgid " ask the site administrator set a different Events URL slug."
7937
  msgstr " chiedi all'amministratore del sito di impostare un prefisso diverso per l'URL degli Eventi."
7938
 
7939
- #: src/Tribe/Main.php:937
7940
  msgid "Ask the site administrator to edit the %s slug"
7941
  msgstr "Chiedi all'amministratore del sito di modificare il prefisso %s"
7942
 
7943
- #: src/Tribe/Main.php:939
7944
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7945
  msgstr "<a href=\"%s\">Modifica il prefisso %s</a>"
7946
 
@@ -7948,7 +7954,7 @@ msgstr "<a href=\"%s\">Modifica il prefisso %s</a>"
7948
  msgid "Thanks for Updating The Events Calendar"
7949
  msgstr "Grazie per aver aggiornato \"The Events Calendar\""
7950
 
7951
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7952
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7953
  msgid "Welcome to The Events Calendar"
7954
  msgstr "Benvenuti su «The Events Calendar»"
2
  # This file is distributed under the same license as the Plugins - The Events Calendar - Stable (latest release) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-03-14 22:08:13+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: it\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
+ msgstr "tutti"
40
 
41
  #: common/src/Tribe/Validate.php:245
42
  msgid "%s must be a whole number."
43
+ msgstr "%s deve essere un numero intero."
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
+ msgstr "parola chiave"
48
 
49
  #: vendor/tickets/src/template-tags/tickets.php:243
50
  msgctxt "ticket stock message (pending stock)"
110
  #: vendor/tickets/src/admin-views/attendees.php:28
111
  msgctxt "attendee screen summary"
112
  msgid "Event Details"
113
+ msgstr "Dettagli evento"
114
 
115
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:98
116
  msgctxt "attendee event actions"
117
  msgid "View Event"
118
+ msgstr "Visualizza evento"
119
 
120
  #: vendor/tickets/src/Tribe/Tickets_Handler.php:97
121
  msgctxt "attendee event actions"
122
  msgid "Edit Event"
123
+ msgstr "Modifica evento"
124
 
125
  #: vendor/tickets/src/Tribe/Attendees_Table.php:393
126
  #: vendor/tickets/src/Tribe/Attendees_Table.php:402
174
 
175
  #: src/admin-views/events-meta-box.php:72
176
  msgid "Start/End:"
177
+ msgstr "Inizio/Fine:"
178
 
179
  #: src/admin-views/event-sidebar-options.php:33
180
  msgid "Featured events are highlighted on the front end in views, archives, and widgets."
219
 
220
  #: src/Tribe/iCal.php:108
221
  msgid "Export Events"
222
+ msgstr "Esporta eventi"
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
+ msgstr "in evidenza"
228
 
229
  #: src/Tribe/Linked_Posts.php:904
230
  msgid "Create: <b><%= term %></b>"
231
+ msgstr "Crea: <b><%= term %></b>"
232
 
233
  #: src/Tribe/Linked_Posts.php:890
234
  msgid "Create or Search a %s"
235
+ msgstr "Crea o cerca %s"
236
 
237
  #: src/Tribe/Linked_Posts.php:888
238
  msgid "Search a %s"
239
+ msgstr "Cerca %s"
240
 
241
  #: src/Tribe/Linked_Posts.php:885
242
  msgid "Select or Create a %s"
243
+ msgstr "Seleziona o crea %s"
244
 
245
  #: src/Tribe/Linked_Posts.php:883
246
  msgid "Select a %s"
247
+ msgstr "Seleziona %s"
248
 
249
  #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:247
250
  msgid "Delete this"
251
+ msgstr "Elimina"
252
 
253
  #: src/Tribe/Event_Tickets/Attendees_Report.php:38
254
  msgid "Event Date:"
255
+ msgstr "Data evento:"
256
 
257
  #: src/Tribe/Customizer/Widget.php:132
258
  msgid "Show Featured Event Images"
280
 
281
  #: src/Tribe/Customizer/Single_Event.php:78
282
  msgid "Single Event"
283
+ msgstr "Evento singolo"
284
 
285
  #: src/Tribe/Customizer/Month_Week_View.php:197
286
  msgid "Calendar Hightlight Color"
301
 
302
  #: src/Tribe/Customizer/Global_Elements.php:211
303
  msgid "Map Pin"
304
+ msgstr "Puntatore mappa"
305
 
306
  #: src/Tribe/Customizer/Global_Elements.php:189
307
  msgid "Button Color"
308
+ msgstr "Colore del pulsante"
309
 
310
  #: src/Tribe/Customizer/Global_Elements.php:167
311
  msgid "Filter Bar Color"
312
+ msgstr "Colore della barra filtro"
313
 
314
  #: src/Tribe/Customizer/Global_Elements.php:145
315
  msgid "Link Color"
316
+ msgstr "Colore del link"
317
 
318
  #: src/Tribe/Customizer/Global_Elements.php:114
319
  msgid "Options selected here will override what was selected in the \"General Theme\" section"
321
 
322
  #: src/Tribe/Customizer/Global_Elements.php:113
323
  msgid "Global Elements"
324
+ msgstr "Elementi globali"
325
 
326
  #: src/Tribe/Customizer/General_Theme.php:339
327
  msgid "Custom"
349
 
350
  #: src/Tribe/Customizer/General_Theme.php:303
351
  msgid "Default"
352
+ msgstr "Predefinito"
353
 
354
  #: src/Tribe/Customizer/General_Theme.php:297
355
  msgid "Deep Sea"
497
 
498
  #: src/Tribe/Asset/Dynamic.php:45
499
  msgid "April"
500
+ msgstr "Aprile"
501
 
502
  #: src/Tribe/Asset/Dynamic.php:44
503
  msgid "March"
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1036
  #: src/views/single-event.php:28
1037
  msgctxt "%s Events plural label"
1038
  msgid "All %s"
1039
+ msgstr "Tutti gli %s"
1040
 
1041
  #: src/io/csv/admin-views/header.php:17
1042
  msgid "Legacy Events Import"
1442
  msgid "Default Status"
1443
  msgstr "Stato predefinto"
1444
 
 
 
 
 
1445
  #: src/admin-views/aggregator/settings.php:54
1446
  msgid "Do not re-import events. Changes made locally will be preserved."
1447
  msgstr "Non reimportare gli eventi. Le modifiche fatte in locale verranno mantenute."
1485
 
1486
  #: src/admin-views/aggregator/origins/refine.php:18
1487
  msgid "Use the filters to narrow down which events are fetched from this Google Calendar."
1488
+ msgstr "Utilizza i filtri per specificare quali eventi recuperare da questo \"Google Calendar\"."
1489
 
1490
  #: src/admin-views/aggregator/origins/refine.php:14
1491
  msgid "Use the filters to narrow down which events are fetched from your ICS file."
1492
+ msgstr "Utilizza i filtri per specificare quali eventi recuperare dal tuo file \"ICS\"."
1493
 
1494
  #: src/admin-views/aggregator/origins/refine.php:9
1495
  msgctxt "Radius with abbreviation"
1530
 
1531
  #: src/admin-views/aggregator/origins/ics.php:9
1532
  msgid "Upload an ICS File"
1533
+ msgstr "Carica un file \"ICS\""
1534
 
1535
  #: src/admin-views/aggregator/origins/ics.php:6
1536
  msgid "Select your ICS file from the WordPress media library. You may need to first upload the file from your computer to the library."
1550
 
1551
  #: src/admin-views/aggregator/origins/gcal.php:81
1552
  msgid "Copy the provided url into this field to import the events into your WordPress site."
1553
+ msgstr "Copia l'URL in questo campo, al fine di importare gli eventi nel tuo sito WordPress."
1554
 
1555
  #: src/admin-views/aggregator/origins/gcal.php:80
1556
  msgid "Scroll down to Calendar Address and click the iCal button (note: if your calendar is private, you'll need to click the iCal button next to the Private Address header instead)."
1562
 
1563
  #: src/admin-views/aggregator/origins/gcal.php:77
1564
  msgid "You can find the url you need in your Google Calendar settings."
1565
+ msgstr "Puoi trovare l'URL di cui hai bisogno nelle impostazioni di \"Google Calendar\"."
1566
 
1567
  #: src/admin-views/aggregator/origins/gcal.php:75
1568
  msgid "Enter the url for the Google Calendar feed you wish to import."
1575
  #: src/admin-views/aggregator/origins/gcal.php:6
1576
  #: src/admin-views/aggregator/origins/ical.php:6
1577
  msgid "One-time imports include all events in the current feed, while scheduled imports automatically grab new events and updates from the feed on a set schedule."
1578
+ msgstr "Le importazioni singole includono tutti gli eventi nell'attuale Feed, mentre quelle pianificate raccolgono automaticamente nuovi eventi e aggiornamenti dal Feed."
1579
 
1580
  #: src/admin-views/aggregator/origins/facebook.php:104
1581
  msgid "Enter the url for a Facebook group or page. You can also enter the url of a single Facebook event."
1582
+ msgstr "Inserisci l'URL di un gruppo o di una pagina \"Facebook\". Puoi anche inserire l'URL di un singolo evento di \"Facebook\"."
1583
 
1584
  #: src/admin-views/aggregator/origins/facebook.php:103
1585
  msgid "facebook.com/example"
1656
 
1657
  #: src/admin-views/aggregator/origins/csv.php:43
1658
  msgid "Upload a CSV File"
1659
+ msgstr "Carica un file \"CSV\""
1660
 
1661
  #: src/admin-views/aggregator/origins/csv.php:42
1662
  #: src/admin-views/aggregator/origins/ics.php:8
1663
  msgid "Upload"
1664
+ msgstr "Carica"
1665
 
1666
  #: src/admin-views/aggregator/origins/csv.php:41
1667
  msgid "Select your .CSV file from the WordPress media library. You may need to first upload the file from your computer to the library."
1746
  msgid "mi"
1747
  msgstr "mi"
1748
 
1749
+ #: src/Tribe/Main.php:935
1750
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1751
  msgstr "L'%3$s \"%1$s\" utilizza il prefisso \"/%2$s\": il plugin \"The Events Calendar\" mostrerà il suo calendario al posto della pagina."
1752
 
1959
 
1960
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:193
1961
  msgid "deactivated"
1962
+ msgstr "disattivato"
1963
 
1964
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:189
1965
  msgid "reactivated"
1967
 
1968
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:185
1969
  msgid "delete"
1970
+ msgstr "cancella"
1971
 
1972
  #: src/Tribe/Aggregator/Tabs/Scheduled.php:181
1973
  msgid "queued"
1999
 
2000
  #: src/Tribe/Aggregator/Tabs/New.php:505
2001
  msgid "Buy It Now"
2002
+ msgstr "Acquista ora"
2003
 
2004
  #: src/Tribe/Aggregator/Tabs/New.php:502
2005
  msgid "With Event Aggregator, you can import events from Facebook, iCalendar, Google, and Meetup.com in a jiffy."
2249
  msgid "Sorry, but something went wrong. Please try again."
2250
  msgstr ""
2251
 
2252
+ #: src/Tribe/Aggregator/Records.php:252
2253
  msgctxt "event aggregator status"
2254
  msgid "Draft <span class=\"count\">(%s)</span>"
2255
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2256
  msgstr[0] ""
2257
  msgstr[1] ""
2258
 
2259
+ #: src/Tribe/Aggregator/Records.php:251
2260
  msgctxt "event aggregator status"
2261
  msgid "Draft"
2262
  msgstr "Bozza"
2263
 
2264
+ #: src/Tribe/Aggregator/Records.php:242
2265
  msgctxt "event aggregator status"
2266
  msgid "Pending <span class=\"count\">(%s)</span>"
2267
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2268
  msgstr[0] ""
2269
  msgstr[1] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:241
2272
  msgctxt "event aggregator status"
2273
  msgid "Pending"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:232
2277
  msgctxt "event aggregator status"
2278
  msgid "Schedule <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
  msgstr[1] ""
2282
 
2283
+ #: src/Tribe/Aggregator/Records.php:231
2284
  msgctxt "event aggregator status"
2285
  msgid "Schedule"
2286
  msgstr ""
2287
 
2288
+ #: src/Tribe/Aggregator/Records.php:222
2289
  msgctxt "event aggregator status"
2290
  msgid "Failed <span class=\"count\">(%s)</span>"
2291
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2292
  msgstr[0] ""
2293
  msgstr[1] ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:221
2296
  msgctxt "event aggregator status"
2297
  msgid "Failed"
2298
  msgstr "Fallita"
2299
 
2300
+ #: src/Tribe/Aggregator/Records.php:212
2301
  msgctxt "event aggregator status"
2302
  msgid "Imported <span class=\"count\">(%s)</span>"
2303
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2304
  msgstr[0] ""
2305
  msgstr[1] ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:211
2308
  msgctxt "event aggregator status"
2309
  msgid "Imported"
2310
  msgstr ""
2311
 
2312
+ #: src/Tribe/Aggregator/Records.php:174
2313
  msgid "No Aggregator Records found in Trash."
2314
  msgstr ""
2315
 
2316
+ #: src/Tribe/Aggregator/Records.php:173
2317
  msgid "No Aggregator Records found."
2318
  msgstr ""
2319
 
2320
+ #: src/Tribe/Aggregator/Records.php:172
2321
  msgid "Parent Aggregator Record:"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:171
2325
  msgid "Search Aggregator Records"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:170
2329
  msgid "All Aggregator Records"
2330
  msgstr ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:169
2333
  msgid "View Aggregator Record"
2334
  msgstr ""
2335
 
2336
+ #: src/Tribe/Aggregator/Records.php:168
2337
  msgid "Edit Aggregator Record"
2338
  msgstr ""
2339
 
2340
+ #: src/Tribe/Aggregator/Records.php:167
2341
  msgid "New Aggregator Record"
2342
  msgstr ""
2343
 
2344
+ #: src/Tribe/Aggregator/Records.php:166
2345
  msgid "Add New Aggregator Record"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:165
2349
  msgctxt "record"
2350
  msgid "Add New"
2351
  msgstr "Aggiungi nuovo"
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:164
2354
  msgctxt "add new on admin bar"
2355
  msgid "Aggregator Record"
2356
  msgstr ""
2357
 
2358
+ #: src/Tribe/Aggregator/Records.php:163
2359
  msgctxt "admin menu"
2360
  msgid "Aggregator Records"
2361
  msgstr ""
2362
 
2363
+ #: src/Tribe/Aggregator/Records.php:162
2364
  msgctxt "post type singular name"
2365
  msgid "Aggregator Record"
2366
  msgstr ""
2367
 
2368
+ #: src/Tribe/Aggregator/Records.php:161
2369
  msgctxt "post type general name"
2370
  msgid "Aggregator Records"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:144
2374
  msgid "Events Aggregator Record"
2375
  msgstr ""
2376
 
2975
  msgstr[0] ""
2976
  msgstr[1] ""
2977
 
2978
+ #: common/src/Tribe/PUE/Checker.php:763
2979
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2980
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2981
  msgstr ""
2982
 
2983
+ #: common/src/Tribe/PUE/Checker.php:707
2984
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2985
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2986
  msgstr ""
2987
 
2988
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2989
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2990
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2991
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2992
  msgid " (opens in a new window)"
2993
  msgstr ""
2994
 
2995
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2996
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2997
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2998
  msgid "Renew Your License Now"
3156
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3157
  msgstr ""
3158
 
 
3159
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3160
  msgid "This calendar is powered by %1$s."
3161
  msgstr ""
3569
  msgid "No notable changes detected"
3570
  msgstr "Nessun cambiamento importante individuato"
3571
 
3572
+ #: src/Tribe/Main.php:2580
3573
  msgid " (View Full %1$s Description Here: %2$s)"
3574
  msgstr " (Visualizza completamente la descrizione di %1$s qui: %2$s)"
3575
 
3811
  msgid "No %1$s scheduled for %2$s. Please try another day."
3812
  msgstr ""
3813
 
3814
+ #: src/Tribe/Main.php:3938
3815
  msgid "Check out the %savailable add-ons%s."
3816
  msgstr ""
3817
 
3818
+ #: src/Tribe/Main.php:1807
3819
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3820
  msgstr ""
3821
 
3822
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3823
  msgid "%1$s scheduled for: %2$s."
3824
  msgstr ""
3825
 
3826
+ #: src/Tribe/Main.php:1719
3827
  msgid "%1$s draft updated. %2$sPreview %3$s"
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1710
3831
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1704
3835
  msgid "%1$s submitted. %2$sPreview %3$s"
3836
  msgstr ""
3837
 
3838
+ #: src/Tribe/Main.php:1698
3839
  msgid "Event published. %1$sView %2$s"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1687
3843
  msgid "%1$s updated. %2$sView %3$s"
3844
  msgstr ""
3845
 
3846
+ #: src/Tribe/Main.php:1391
3847
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3848
  msgstr ""
3849
 
3850
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3851
  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)."
3852
  msgstr ""
3853
 
3854
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3855
  #: vendor/tickets/src/Tribe/Main.php:476
3856
  msgid "post a thread"
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1026
3860
  msgid "<strong>Looking for more immediate support?</strong> 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."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3864
  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."
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3868
  msgid "open-source forum on WordPress.org"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1017
3872
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3876
  #: vendor/tickets/src/Tribe/Main.php:467
3877
  msgid "premium support on our website"
3878
  msgstr ""
3879
 
3880
+ #: src/Tribe/Main.php:1014
3881
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3882
  msgstr ""
3883
 
3884
+ #: src/Tribe/Main.php:1013
3885
  msgid "Events Tickets"
3886
  msgstr ""
3887
 
3888
+ #: src/Tribe/Main.php:998
3889
  msgid "Customizing the Events plugins"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:998
3893
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3897
  msgid "Troubleshooting common problems"
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:996
3901
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:994
3905
  msgid "Using stylesheets and page templates"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:994
3909
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3910
  msgstr ""
3911
 
3912
+ #: src/Tribe/Main.php:992
3913
  msgid "Themer’s Guide"
3914
  msgstr ""
3915
 
3916
+ #: src/Tribe/Main.php:992
3917
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3918
  msgstr ""
3919
 
3920
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3921
  msgid "Features overview"
3922
  msgstr ""
3923
 
3924
+ #: src/Tribe/Main.php:990
3925
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3926
  msgstr ""
3927
 
3928
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3929
  msgid "Settings overview"
3930
  msgstr ""
3931
 
3932
+ #: src/Tribe/Main.php:988
3933
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3934
  msgstr ""
3935
 
3936
+ #: src/Tribe/Main.php:985
3937
  msgid "Support for The Events Calendar"
3938
  msgstr ""
3939
 
3940
+ #: src/Tribe/Main.php:974
3941
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3942
  msgstr ""
3943
 
3944
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3945
  msgid "New User Primer"
3946
  msgstr ""
3947
 
4078
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4079
  msgstr ""
4080
 
4081
+ #: common/src/Tribe/PUE/Checker.php:654
4082
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4083
  msgid "Thanks for setting up a valid key. It will expire on %s"
4084
  msgstr ""
4085
 
4086
+ #: src/Tribe/Main.php:949
4087
  msgid "<a href=\"%s\">edit Events settings</a>."
4088
  msgstr ""
4089
 
4229
  msgid "Editing the ticket price is currently disallowed."
4230
  msgstr ""
4231
 
4232
+ #: src/Tribe/Main.php:952
4233
  msgid "%1$s or %2$s"
4234
  msgstr ""
4235
 
4661
  msgstr "Maggiori informazioni..."
4662
 
4663
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4664
+ #: src/Tribe/Main.php:1025
4665
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4666
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4667
  msgid "Events Calendar PRO"
5338
  msgstr ""
5339
 
5340
  #: src/Tribe/Aggregator/API/Origins.php:36
5341
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5342
  #: src/admin-views/admin-update-message.php:55
5343
  #: src/admin-views/aggregator/settings.php:393
5344
  #: src/admin-views/aggregator/status.php:181
7089
  msgid "Ticket #"
7090
  msgstr "Biglietto #"
7091
 
7092
+ #: src/Tribe/Templates.php:664
7093
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7094
  msgstr "Le sovrascritture dei modelli dovrebbero essere spostate nella sottodirectory corretta: tribe_get_template_part('%s')"
7095
 
7096
+ #: src/Tribe/Templates.php:620
7097
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7098
  msgstr "Le sovrascritture dei modelli dovrebbero essere spostate nella sottodirectory corretta: %s"
7099
 
7212
  msgid "Events Settings"
7213
  msgstr "Impostazioni eventi"
7214
 
7215
+ #: common/src/Tribe/PUE/Checker.php:586
7216
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7217
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7218
  msgstr "Hmmm... c'è qualcosa che non va con la convalida. Dovresti contattare l'%sassistenza%s."
7219
 
7220
+ #: common/src/Tribe/PUE/Checker.php:645
7221
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7222
  msgid "Valid Key! Expires on %s"
7223
  msgstr "Key Valido! Scade il %s"
7224
 
7225
+ #: common/src/Tribe/PUE/Checker.php:627
7226
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7227
  msgid "Sorry, key validation server is not available."
7228
  msgstr "Siamo spiacenti, server di convalida chiave non è disponibile."
7229
 
7230
+ #: common/src/Tribe/PUE/Checker.php:621
7231
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7232
  msgid "unknown date"
7233
  msgstr "data sconosciuta"
7234
 
7235
+ #: common/src/Tribe/PUE/Checker.php:569
7236
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7237
  msgid "License key(s) updated."
7238
  msgstr "Licenza aggiornata"
7239
 
7240
+ #: common/src/Tribe/PUE/Checker.php:419
 
7241
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7242
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7243
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7244
  msgid "A valid license key is required for support and updates"
7245
  msgstr "È necessaria una chiave di licenza valida per il supporto e aggiornamenti."
7246
 
7247
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7248
  #: src/admin-views/aggregator/status.php:41
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7250
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7255
  msgid "Error"
7256
  msgstr "Errore"
7257
 
7258
+ #: src/Tribe/Main.php:4221
7259
  msgid "Once Every 30 Mins"
7260
  msgstr "Una volta ogni 30 minuti"
7261
 
7262
+ #: src/Tribe/Main.php:4148
7263
  msgid "Day Of"
7264
  msgstr "Scegli il giorno"
7265
 
7266
+ #: src/Tribe/Main.php:4146
7267
  msgid "%s From"
7268
  msgstr "%s da"
7269
 
7270
+ #: src/Tribe/Main.php:4144
7271
  msgid "%s In"
7272
  msgstr ""
7273
 
7274
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7275
  #: src/admin-views/aggregator/origins/refine.php:7
7276
  msgid "Date"
7277
  msgstr "Data"
7278
 
7279
+ #: src/Tribe/Main.php:4116
7280
  msgid "Search"
7281
  msgstr "Cerca"
7282
 
7283
+ #: src/Tribe/Main.php:4091
7284
  msgid "Day"
7285
  msgstr "Giorno"
7286
 
7287
+ #: src/Tribe/Main.php:4074
7288
  msgid "Month"
7289
  msgstr "Mese"
7290
 
7291
+ #: src/Tribe/Main.php:4056
7292
  msgid "List"
7293
  msgstr "Elenco"
7294
 
7295
+ #: src/Tribe/Main.php:4040
7296
  msgid "Calendar"
7297
  msgstr "Calendario"
7298
 
7299
  #: common/src/Tribe/Settings.php:242
7300
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7301
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7302
  msgid "Settings"
7303
  msgstr "Impostazioni"
7311
  msgid "Add %s"
7312
  msgstr "Aggiungi %s"
7313
 
7314
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7315
  msgid "View Calendar"
7316
  msgstr "Vedi Calendario"
7317
 
7319
  msgid "%s"
7320
  msgstr ""
7321
 
7322
+ #: src/Tribe/Main.php:3937
7323
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7324
  msgstr "Cerchi funzionalità aggiuntive tra cui eventi ricorrenti, vendita di biglietti, eventi presentati pubblicamente, nuove visualizzazioni e altro? "
7325
 
7326
+ #: src/Tribe/Main.php:3932
7327
  msgid "Additional Functionality"
7328
  msgstr "Funzionalità Aggiuntive"
7329
 
7330
+ #: src/Tribe/Main.php:3887
7331
  msgid "News from Modern Tribe"
7332
  msgstr "Notizie da \"Modern Tribe\""
7333
 
7334
+ #: src/Tribe/Main.php:3867
7335
  msgid "View All Add-Ons"
7336
  msgstr "Visualizza tutti gli Add-On"
7337
 
7338
+ #: src/Tribe/Main.php:3864
7339
  msgid "Support"
7340
  msgstr "Assistenza"
7341
 
7342
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7343
  msgid "%s Information"
7344
  msgstr "Informazione %s"
7345
 
7346
+ #: src/Tribe/Main.php:3510
7347
  msgid "%s Options"
7348
  msgstr "Opzioni %s"
7349
 
7350
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7351
  #: src/functions/template-tags/day.php:157
7352
  #: src/functions/template-tags/day.php:178
7353
  msgid "Date out of range."
7354
  msgstr "Data fuori intervallo."
7355
 
7356
+ #: src/Tribe/Main.php:2205
7357
  msgid "all"
7358
  msgstr "tutto"
7359
 
7360
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7361
  msgid "events"
7362
  msgstr "eventi"
7363
 
7364
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7365
  msgid "event"
7366
  msgstr "evento"
7367
 
7368
+ #: src/Tribe/Main.php:2202
7369
  msgid "page"
7370
  msgstr "pagina"
7371
 
7406
  msgid "My %s"
7407
  msgstr "I miei %s"
7408
 
7409
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7410
  msgid "%s draft updated."
7411
  msgstr "%s bozza aggiornata."
7412
 
7413
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7414
  msgid "%s submitted."
7415
  msgstr "%s inviato."
7416
 
7417
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7418
  msgid "%s published."
7419
  msgstr "%s pubblicato."
7420
 
7421
  #. translators: %s: date and time of the revision
7422
+ #: src/Tribe/Main.php:1753
7423
  msgid "%s restored to revision from %s"
7424
  msgstr "%s modificato in revisione da %s."
7425
 
7426
  #. translators: Publish box date format, see http://php.net/date
7427
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7428
  msgid "M j, Y @ G:i"
7429
  msgstr "M j, Y @ G:i"
7430
 
7431
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7432
  msgid "%s saved."
7433
  msgstr "%s salvato."
7434
 
7435
  #. translators: %s: date and time of the revision
7436
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7437
  msgid "%1$s restored to revision from %2$s"
7438
  msgstr "%1$s ripristinato alla revisione da %2$s."
7439
 
7440
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7441
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7442
  msgid "%s updated."
7443
  msgstr "%s aggiornato."
7444
 
7445
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7446
  msgid "Custom field deleted."
7447
  msgstr "Campo personalizzato cancellato."
7448
 
7449
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7450
  msgid "Custom field updated."
7451
  msgstr "Campo personalizzato aggiornato."
7452
 
7453
+ #: src/Tribe/Main.php:1670
7454
  msgid "New %s Category Name"
7455
  msgstr "Nuovo nome categoria %s"
7456
 
7457
+ #: src/Tribe/Main.php:1669
7458
  msgid "Add New %s Category"
7459
  msgstr "Aggiungi nuova Categoria %s"
7460
 
7461
+ #: src/Tribe/Main.php:1668
7462
  msgid "Update %s Category"
7463
  msgstr "Aggiorna Categoria %s"
7464
 
7465
+ #: src/Tribe/Main.php:1667
7466
  msgid "Edit %s Category"
7467
  msgstr "Modifica Categoria %s"
7468
 
7469
+ #: src/Tribe/Main.php:1666
7470
  msgid "Parent %s Category:"
7471
  msgstr "Categoria %s Genitore:"
7472
 
7473
+ #: src/Tribe/Main.php:1665
7474
  msgid "Parent %s Category"
7475
  msgstr "Categoria %s Genitore"
7476
 
7477
+ #: src/Tribe/Main.php:1664
7478
  msgid "All %s Categories"
7479
  msgstr "Tutte le categorie %s"
7480
 
7481
+ #: src/Tribe/Main.php:1663
7482
  msgid "Search %s Categories"
7483
  msgstr "Cerca categorie %s"
7484
 
7485
+ #: src/Tribe/Main.php:1662
7486
  msgid "%s Category"
7487
  msgstr "Categoria %s"
7488
 
7489
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7490
  msgid "No %s found in Trash"
7491
  msgstr "Nessun %s trovato nel cestino"
7492
 
7493
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7494
  msgid "No %s found"
7495
  msgstr "Nessun %s trovato"
7496
 
7497
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7498
  msgid "Search %s"
7499
  msgstr "Cerca %s"
7500
 
7501
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7502
  #: vendor/tickets/src/views/tickets/orders.php:26
7503
  msgid "View %s"
7504
  msgstr "Vedi %s"
7505
 
7506
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7507
  msgid "New %s"
7508
  msgstr "Nuovo %s"
7509
 
7510
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7511
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7512
  msgid "Add New %s"
7513
  msgstr "Aggiungi nuovo %s"
7514
 
7515
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7516
  msgid "Add New"
7517
  msgstr "Aggiungi nuovo"
7518
 
7519
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7520
  msgid "tag"
7521
  msgstr "tag"
7522
 
7523
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7524
  msgid "category"
7525
  msgstr "categoria"
7526
 
7527
+ #: src/Tribe/Main.php:1379
7528
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7529
  msgstr "Ci dispiace, The Events Calendar richiede PHP %s o versione superiore. Chiedete al vostro web host di aggiornare PHP ad una nuova versione."
7530
 
7531
+ #: src/Tribe/Main.php:1376
7532
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7533
  msgstr "The Events Calendar richiede WordPress %s o versione superiore. Aggiorna la tua installazione di WordPress."
7534
 
7550
  msgid "Display"
7551
  msgstr "Visualizza"
7552
 
7553
+ #: src/Tribe/Main.php:1225
7554
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7555
  msgstr "I seguenti plugin non sono aggiornati: %1$s. Tutti gli add-on contengono delle dipendenze da \\\"The Events Calendar\\\" e potrebbero non funzionare correttamente se non abbinati alla versione corretta. [ %2$sUlteriori informazioni...%3$s ]"
7556
 
7557
+ #: src/Tribe/Main.php:1213
7558
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7559
  msgstr "La tua versione di The Events Calendar non è aggiornata con uno dei nostri add-on. %sAggiorna ora%s."
7560
 
7561
+ #: src/Tribe/Main.php:747
7562
  msgid "Initializing Tribe Events on %s"
7563
  msgstr "Inizializzazione \"Tribe Events\" in %s"
7564
 
7565
+ #: src/Tribe/Main.php:722
7566
  msgid "today"
7567
  msgstr "oggi"
7568
 
7569
+ #: src/Tribe/Main.php:721
7570
  msgid "day"
7571
  msgstr "giorno"
7572
 
7573
+ #: src/Tribe/Main.php:720
7574
  msgid "past"
7575
  msgstr "passato"
7576
 
7577
+ #: src/Tribe/Main.php:719
7578
  msgid "upcoming"
7579
  msgstr "prossimi"
7580
 
7581
+ #: src/Tribe/Main.php:718
7582
  msgid "list"
7583
  msgstr "elenco"
7584
 
7585
+ #: src/Tribe/Main.php:717
7586
  msgid "month"
7587
  msgstr "mese"
7588
 
7589
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7590
  #. #-#-#-#-#
7591
  #. Plugin Name of the plugin/theme
7592
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7593
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7594
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7595
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7596
  msgid "The Events Calendar"
7597
  msgstr "The Events Calendar"
7598
 
7599
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7600
  #: src/admin-views/aggregator/tabs/import-form.php:169
7601
  #: src/functions/template-tags/general.php:58
7602
  msgid "Event"
7604
 
7605
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7606
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7607
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7608
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7609
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7610
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7839
  msgid "Invalid field type specified"
7840
  msgstr "Tipo di campo specificato non valido"
7841
 
7842
+ #: common/src/Tribe/Credits.php:31
7843
+ msgid "This calendar is powered by The Events Calendar."
7844
+ msgstr ""
7845
+
7846
  #: common/src/Tribe/Cost_Utils.php:108
7847
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7848
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7903
  msgid "Start Date"
7904
  msgstr "Data inizio"
7905
 
7906
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7907
  msgid "%s Categories"
7908
  msgstr "Categorie %s"
7909
 
7927
  msgstr "Attendi mentre i dati del fuso orario vengono aggiunti ai tuoi eventi."
7928
 
7929
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7930
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7931
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7932
  #: src/Tribe/Venue.php:79
7933
  msgid "Edit %s"
7934
  msgstr "Modifica %s"
7935
 
7936
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7937
+ #: src/Tribe/Main.php:4518
7938
  msgid "Use Saved %s:"
7939
  msgstr "Utilizza %s salvato:"
7940
 
7941
+ #: src/Tribe/Main.php:944
7942
  msgid " ask the site administrator set a different Events URL slug."
7943
  msgstr " chiedi all'amministratore del sito di impostare un prefisso diverso per l'URL degli Eventi."
7944
 
7945
+ #: src/Tribe/Main.php:938
7946
  msgid "Ask the site administrator to edit the %s slug"
7947
  msgstr "Chiedi all'amministratore del sito di modificare il prefisso %s"
7948
 
7949
+ #: src/Tribe/Main.php:940
7950
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7951
  msgstr "<a href=\"%s\">Modifica il prefisso %s</a>"
7952
 
7954
  msgid "Thanks for Updating The Events Calendar"
7955
  msgstr "Grazie per aver aggiornato \"The Events Calendar\""
7956
 
7957
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7958
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7959
  msgid "Welcome to The Events Calendar"
7960
  msgstr "Benvenuti su «The Events Calendar»"
lang/the-events-calendar-ja.mo CHANGED
Binary file
lang/the-events-calendar-ja.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: ja_JP\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1429,10 +1437,6 @@ msgstr ""
1429
  msgid "Default Status"
1430
  msgstr ""
1431
 
1432
- #: src/admin-views/aggregator/settings.php:55
1433
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1434
- msgstr ""
1435
-
1436
  #: src/admin-views/aggregator/settings.php:54
1437
  msgid "Do not re-import events. Changes made locally will be preserved."
1438
  msgstr ""
@@ -1737,7 +1741,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1737
  msgid "mi"
1738
  msgstr ""
1739
 
1740
- #: src/Tribe/Main.php:934
1741
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1742
  msgstr ""
1743
 
@@ -2225,123 +2229,123 @@ msgstr ""
2225
  msgid "Sorry, but something went wrong. Please try again."
2226
  msgstr ""
2227
 
2228
- #: src/Tribe/Aggregator/Records.php:237
2229
  msgctxt "event aggregator status"
2230
  msgid "Draft <span class=\"count\">(%s)</span>"
2231
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2232
  msgstr[0] ""
2233
 
2234
- #: src/Tribe/Aggregator/Records.php:236
2235
  msgctxt "event aggregator status"
2236
  msgid "Draft"
2237
  msgstr ""
2238
 
2239
- #: src/Tribe/Aggregator/Records.php:227
2240
  msgctxt "event aggregator status"
2241
  msgid "Pending <span class=\"count\">(%s)</span>"
2242
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2243
  msgstr[0] ""
2244
 
2245
- #: src/Tribe/Aggregator/Records.php:226
2246
  msgctxt "event aggregator status"
2247
  msgid "Pending"
2248
  msgstr ""
2249
 
2250
- #: src/Tribe/Aggregator/Records.php:217
2251
  msgctxt "event aggregator status"
2252
  msgid "Schedule <span class=\"count\">(%s)</span>"
2253
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2254
  msgstr[0] ""
2255
 
2256
- #: src/Tribe/Aggregator/Records.php:216
2257
  msgctxt "event aggregator status"
2258
  msgid "Schedule"
2259
  msgstr ""
2260
 
2261
- #: src/Tribe/Aggregator/Records.php:207
2262
  msgctxt "event aggregator status"
2263
  msgid "Failed <span class=\"count\">(%s)</span>"
2264
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2265
  msgstr[0] ""
2266
 
2267
- #: src/Tribe/Aggregator/Records.php:206
2268
  msgctxt "event aggregator status"
2269
  msgid "Failed"
2270
  msgstr ""
2271
 
2272
- #: src/Tribe/Aggregator/Records.php:197
2273
  msgctxt "event aggregator status"
2274
  msgid "Imported <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2276
  msgstr[0] ""
2277
 
2278
- #: src/Tribe/Aggregator/Records.php:196
2279
  msgctxt "event aggregator status"
2280
  msgid "Imported"
2281
  msgstr ""
2282
 
2283
- #: src/Tribe/Aggregator/Records.php:159
2284
  msgid "No Aggregator Records found in Trash."
2285
  msgstr ""
2286
 
2287
- #: src/Tribe/Aggregator/Records.php:158
2288
  msgid "No Aggregator Records found."
2289
  msgstr ""
2290
 
2291
- #: src/Tribe/Aggregator/Records.php:157
2292
  msgid "Parent Aggregator Record:"
2293
  msgstr ""
2294
 
2295
- #: src/Tribe/Aggregator/Records.php:156
2296
  msgid "Search Aggregator Records"
2297
  msgstr ""
2298
 
2299
- #: src/Tribe/Aggregator/Records.php:155
2300
  msgid "All Aggregator Records"
2301
  msgstr ""
2302
 
2303
- #: src/Tribe/Aggregator/Records.php:154
2304
  msgid "View Aggregator Record"
2305
  msgstr ""
2306
 
2307
- #: src/Tribe/Aggregator/Records.php:153
2308
  msgid "Edit Aggregator Record"
2309
  msgstr ""
2310
 
2311
- #: src/Tribe/Aggregator/Records.php:152
2312
  msgid "New Aggregator Record"
2313
  msgstr ""
2314
 
2315
- #: src/Tribe/Aggregator/Records.php:151
2316
  msgid "Add New Aggregator Record"
2317
  msgstr ""
2318
 
2319
- #: src/Tribe/Aggregator/Records.php:150
2320
  msgctxt "record"
2321
  msgid "Add New"
2322
  msgstr ""
2323
 
2324
- #: src/Tribe/Aggregator/Records.php:149
2325
  msgctxt "add new on admin bar"
2326
  msgid "Aggregator Record"
2327
  msgstr ""
2328
 
2329
- #: src/Tribe/Aggregator/Records.php:148
2330
  msgctxt "admin menu"
2331
  msgid "Aggregator Records"
2332
  msgstr ""
2333
 
2334
- #: src/Tribe/Aggregator/Records.php:147
2335
  msgctxt "post type singular name"
2336
  msgid "Aggregator Record"
2337
  msgstr ""
2338
 
2339
- #: src/Tribe/Aggregator/Records.php:146
2340
  msgctxt "post type general name"
2341
  msgid "Aggregator Records"
2342
  msgstr ""
2343
 
2344
- #: src/Tribe/Aggregator/Records.php:129
2345
  msgid "Events Aggregator Record"
2346
  msgstr ""
2347
 
@@ -2941,24 +2945,24 @@ msgid "It looks like you're using %s, but the license key you supplied does not
2941
  msgid_plural "It looks like you're using %s, but the license keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
2942
  msgstr[0] ""
2943
 
2944
- #: common/src/Tribe/PUE/Checker.php:760
2945
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2946
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2947
  msgstr ""
2948
 
2949
- #: common/src/Tribe/PUE/Checker.php:704
2950
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2951
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2952
  msgstr ""
2953
 
2954
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
2955
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2956
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2957
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2958
  msgid " (opens in a new window)"
2959
  msgstr ""
2960
 
2961
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
2962
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2963
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2964
  msgid "Renew Your License Now"
@@ -3122,7 +3126,6 @@ msgstr ""
3122
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3123
  msgstr ""
3124
 
3125
- #: common/src/Tribe/Credits.php:31
3126
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3127
  msgid "This calendar is powered by %1$s."
3128
  msgstr ""
@@ -3533,7 +3536,7 @@ msgstr ""
3533
  msgid "No notable changes detected"
3534
  msgstr ""
3535
 
3536
- #: src/Tribe/Main.php:2579
3537
  msgid " (View Full %1$s Description Here: %2$s)"
3538
  msgstr ""
3539
 
@@ -3775,137 +3778,137 @@ msgstr ""
3775
  msgid "No %1$s scheduled for %2$s. Please try another day."
3776
  msgstr ""
3777
 
3778
- #: src/Tribe/Main.php:3937
3779
  msgid "Check out the %savailable add-ons%s."
3780
  msgstr "%s利用可能なアドオン%sをチェック。"
3781
 
3782
- #: src/Tribe/Main.php:1806
3783
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3784
  msgstr "定義済みの会場がない場合、検索結果に %sGoogle リッチスニペット%sが表示されません。"
3785
 
3786
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3787
  msgid "%1$s scheduled for: %2$s."
3788
  msgstr "%1$sを%2$sに公開予約しました。"
3789
 
3790
- #: src/Tribe/Main.php:1718
3791
  msgid "%1$s draft updated. %2$sPreview %3$s"
3792
  msgstr "%1$s の下書きが更新されました。 %2$s のプレビュー %3$s"
3793
 
3794
- #: src/Tribe/Main.php:1709
3795
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3796
  msgstr "%1$s がスケジュールされました: %2$s. %3$s のプレビュー %4$s"
3797
 
3798
- #: src/Tribe/Main.php:1703
3799
  msgid "%1$s submitted. %2$sPreview %3$s"
3800
  msgstr "%1$s が送信されました。 %2$s のプレビュー %3$s"
3801
 
3802
- #: src/Tribe/Main.php:1697
3803
  msgid "Event published. %1$sView %2$s"
3804
  msgstr "イベントが公開されました。 %1$s の表示 %2$s"
3805
 
3806
- #: src/Tribe/Main.php:1686
3807
  msgid "%1$s updated. %2$sView %3$s"
3808
  msgstr ""
3809
 
3810
- #: src/Tribe/Main.php:1390
3811
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3812
  msgstr ""
3813
 
3814
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3815
  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)."
3816
  msgstr ""
3817
 
3818
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3819
  #: vendor/tickets/src/Tribe/Main.php:476
3820
  msgid "post a thread"
3821
  msgstr "スレッドを投稿する"
3822
 
3823
- #: src/Tribe/Main.php:1025
3824
  msgid "<strong>Looking for more immediate support?</strong> 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."
3825
  msgstr ""
3826
 
3827
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3828
  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."
3829
  msgstr ""
3830
 
3831
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3832
  msgid "open-source forum on WordPress.org"
3833
  msgstr "WordPress.org 上のオープンソースフォーラム"
3834
 
3835
- #: src/Tribe/Main.php:1016
3836
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3837
  msgstr ""
3838
 
3839
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3840
  #: vendor/tickets/src/Tribe/Main.php:467
3841
  msgid "premium support on our website"
3842
  msgstr "当社のウェブサイト上のプレミアムサポート"
3843
 
3844
- #: src/Tribe/Main.php:1013
3845
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3846
  msgstr ""
3847
 
3848
- #: src/Tribe/Main.php:1012
3849
  msgid "Events Tickets"
3850
  msgstr "イベントチケット"
3851
 
3852
- #: src/Tribe/Main.php:997
3853
  msgid "Customizing the Events plugins"
3854
  msgstr "イベントプラグインのカスタマイズ"
3855
 
3856
- #: src/Tribe/Main.php:997
3857
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3861
  msgid "Troubleshooting common problems"
3862
  msgstr "よくある問題のトラブルシューティング"
3863
 
3864
- #: src/Tribe/Main.php:995
3865
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:993
3869
  msgid "Using stylesheets and page templates"
3870
  msgstr "スタイルシートとページテンプレートを使用する"
3871
 
3872
- #: src/Tribe/Main.php:993
3873
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3874
  msgstr ""
3875
 
3876
- #: src/Tribe/Main.php:991
3877
  msgid "Themer’s Guide"
3878
  msgstr "テーマ制作者向けガイド"
3879
 
3880
- #: src/Tribe/Main.php:991
3881
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3882
  msgstr ""
3883
 
3884
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3885
  msgid "Features overview"
3886
  msgstr "機能概要"
3887
 
3888
- #: src/Tribe/Main.php:989
3889
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3890
  msgstr ""
3891
 
3892
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3893
  msgid "Settings overview"
3894
  msgstr "設定概要"
3895
 
3896
- #: src/Tribe/Main.php:987
3897
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3898
  msgstr ""
3899
 
3900
- #: src/Tribe/Main.php:984
3901
  msgid "Support for The Events Calendar"
3902
  msgstr "The Events Calendar サポート"
3903
 
3904
- #: src/Tribe/Main.php:973
3905
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3906
  msgstr ""
3907
 
3908
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3909
  msgid "New User Primer"
3910
  msgstr "新ユーザー向け入門"
3911
 
@@ -4042,12 +4045,12 @@ msgstr ""
4042
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4043
  msgstr "年度を含む日付表示形式を入力してください。将来の年度のイベントを表示する際に使われます。"
4044
 
4045
- #: common/src/Tribe/PUE/Checker.php:651
4046
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4047
  msgid "Thanks for setting up a valid key. It will expire on %s"
4048
  msgstr "有効なキーを設定していただきありがとうございます。 %sで有効期限が切れます"
4049
 
4050
- #: src/Tribe/Main.php:948
4051
  msgid "<a href=\"%s\">edit Events settings</a>."
4052
  msgstr "<a href=\"%s\">イベント設定を編集</a>。"
4053
 
@@ -4192,7 +4195,7 @@ msgstr "%s は正の数または割合にしてください。"
4192
  msgid "Editing the ticket price is currently disallowed."
4193
  msgstr "チケット価格の編集は、現在許可されていません。"
4194
 
4195
- #: src/Tribe/Main.php:951
4196
  msgid "%1$s or %2$s"
4197
  msgstr ""
4198
 
@@ -4623,7 +4626,7 @@ msgid "More..."
4623
  msgstr "続きを読む"
4624
 
4625
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4626
- #: src/Tribe/Main.php:1024
4627
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4628
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4629
  msgid "Events Calendar PRO"
@@ -5300,7 +5303,7 @@ msgid "News For Events Users"
5300
  msgstr "イベントユーザーへの新着情報"
5301
 
5302
  #: src/Tribe/Aggregator/API/Origins.php:36
5303
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5304
  #: src/admin-views/admin-update-message.php:55
5305
  #: src/admin-views/aggregator/settings.php:393
5306
  #: src/admin-views/aggregator/status.php:181
@@ -7051,11 +7054,11 @@ msgstr "セキュリティコード"
7051
  msgid "Ticket #"
7052
  msgstr "チケット番号"
7053
 
7054
- #: src/Tribe/Templates.php:663
7055
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7056
  msgstr ""
7057
 
7058
- #: src/Tribe/Templates.php:619
7059
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7060
  msgstr ""
7061
 
@@ -7173,40 +7176,39 @@ msgstr "%s 設定"
7173
  msgid "Events Settings"
7174
  msgstr "イベント設定"
7175
 
7176
- #: common/src/Tribe/PUE/Checker.php:583
7177
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7178
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7179
  msgstr "この検証ツールに問題があるようです。%sサポート%sまでご連絡ください。"
7180
 
7181
- #: common/src/Tribe/PUE/Checker.php:642
7182
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7183
  msgid "Valid Key! Expires on %s"
7184
  msgstr "有効なキーです。有効期限: %s"
7185
 
7186
- #: common/src/Tribe/PUE/Checker.php:624
7187
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7188
  msgid "Sorry, key validation server is not available."
7189
  msgstr "キーの検証サーバーが現在利用できません。"
7190
 
7191
- #: common/src/Tribe/PUE/Checker.php:618
7192
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7193
  msgid "unknown date"
7194
  msgstr "不明な日付"
7195
 
7196
- #: common/src/Tribe/PUE/Checker.php:566
7197
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7198
  msgid "License key(s) updated."
7199
  msgstr "ライセンスキーを更新しました。"
7200
 
7201
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7202
- #: common/src/Tribe/PUE/Checker.php:469
7203
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7204
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7205
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7206
  msgid "A valid license key is required for support and updates"
7207
  msgstr "サポートおよび更新には有効なライセンスキーが必須です"
7208
 
7209
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7210
  #: src/admin-views/aggregator/status.php:41
7211
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7212
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7217,49 +7219,49 @@ msgstr "ライセンスキー"
7217
  msgid "Error"
7218
  msgstr "エラー"
7219
 
7220
- #: src/Tribe/Main.php:4220
7221
  msgid "Once Every 30 Mins"
7222
  msgstr "30分毎"
7223
 
7224
- #: src/Tribe/Main.php:4147
7225
  msgid "Day Of"
7226
  msgstr "当日"
7227
 
7228
- #: src/Tribe/Main.php:4145
7229
  msgid "%s From"
7230
  msgstr ""
7231
 
7232
- #: src/Tribe/Main.php:4143
7233
  msgid "%s In"
7234
  msgstr ""
7235
 
7236
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7237
  #: src/admin-views/aggregator/origins/refine.php:7
7238
  msgid "Date"
7239
  msgstr "日付"
7240
 
7241
- #: src/Tribe/Main.php:4115
7242
  msgid "Search"
7243
  msgstr "検索"
7244
 
7245
- #: src/Tribe/Main.php:4090
7246
  msgid "Day"
7247
  msgstr "日"
7248
 
7249
- #: src/Tribe/Main.php:4073
7250
  msgid "Month"
7251
  msgstr "月"
7252
 
7253
- #: src/Tribe/Main.php:4055
7254
  msgid "List"
7255
  msgstr "リスト"
7256
 
7257
- #: src/Tribe/Main.php:4039
7258
  msgid "Calendar"
7259
  msgstr "カレンダー"
7260
 
7261
  #: common/src/Tribe/Settings.php:242
7262
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7263
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7264
  msgid "Settings"
7265
  msgstr "設定"
@@ -7273,7 +7275,7 @@ msgstr "CSV"
7273
  msgid "Add %s"
7274
  msgstr "%s を追加"
7275
 
7276
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7277
  msgid "View Calendar"
7278
  msgstr "カレンダーを表示"
7279
 
@@ -7281,53 +7283,53 @@ msgstr "カレンダーを表示"
7281
  msgid "%s"
7282
  msgstr "%s"
7283
 
7284
- #: src/Tribe/Main.php:3936
7285
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7286
  msgstr "定期開催のイベント、チケット販売、公開イベント、新規ビューなどの追加機能をお探しですか ?"
7287
 
7288
- #: src/Tribe/Main.php:3931
7289
  msgid "Additional Functionality"
7290
  msgstr "追加機能"
7291
 
7292
- #: src/Tribe/Main.php:3886
7293
  msgid "News from Modern Tribe"
7294
  msgstr "Modern Tribe ニュース"
7295
 
7296
- #: src/Tribe/Main.php:3866
7297
  msgid "View All Add-Ons"
7298
  msgstr "全アドオンを表示"
7299
 
7300
- #: src/Tribe/Main.php:3863
7301
  msgid "Support"
7302
  msgstr "作者を応援 "
7303
 
7304
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7305
  msgid "%s Information"
7306
  msgstr "%s情報"
7307
 
7308
- #: src/Tribe/Main.php:3509
7309
  msgid "%s Options"
7310
  msgstr "%s設定"
7311
 
7312
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7313
  #: src/functions/template-tags/day.php:157
7314
  #: src/functions/template-tags/day.php:178
7315
  msgid "Date out of range."
7316
  msgstr "範囲外の日付です。"
7317
 
7318
- #: src/Tribe/Main.php:2204
7319
  msgid "all"
7320
  msgstr "すべて"
7321
 
7322
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7323
  msgid "events"
7324
  msgstr "イベント"
7325
 
7326
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7327
  msgid "event"
7328
  msgstr "イベント"
7329
 
7330
- #: src/Tribe/Main.php:2201
7331
  msgid "page"
7332
  msgstr "ページ"
7333
 
@@ -7368,129 +7370,129 @@ msgstr "利用可能な%s"
7368
  msgid "My %s"
7369
  msgstr "あなたの%s"
7370
 
7371
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7372
  msgid "%s draft updated."
7373
  msgstr "%sの下書きを更新しました。"
7374
 
7375
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7376
  msgid "%s submitted."
7377
  msgstr "%sを送信しました。"
7378
 
7379
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7380
  msgid "%s published."
7381
  msgstr "%sを公開しました。"
7382
 
7383
  #. translators: %s: date and time of the revision
7384
- #: src/Tribe/Main.php:1752
7385
  msgid "%s restored to revision from %s"
7386
  msgstr ""
7387
 
7388
  #. translators: Publish box date format, see http://php.net/date
7389
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7390
  msgid "M j, Y @ G:i"
7391
  msgstr "Y年n月j日 @ G:i"
7392
 
7393
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7394
  msgid "%s saved."
7395
  msgstr "%sを保存しました。"
7396
 
7397
  #. translators: %s: date and time of the revision
7398
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7399
  msgid "%1$s restored to revision from %2$s"
7400
  msgstr "リビジョン %2$s から%1$sを復元しました"
7401
 
7402
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7403
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7404
  msgid "%s updated."
7405
  msgstr "%sを更新しました。"
7406
 
7407
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7408
  msgid "Custom field deleted."
7409
  msgstr "カスタムフィールドを削除しました"
7410
 
7411
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7412
  msgid "Custom field updated."
7413
  msgstr "カスタムフィールドを更新しました"
7414
 
7415
- #: src/Tribe/Main.php:1669
7416
  msgid "New %s Category Name"
7417
  msgstr "新規%sカテゴリー名"
7418
 
7419
- #: src/Tribe/Main.php:1668
7420
  msgid "Add New %s Category"
7421
  msgstr "新規%sカテゴリーを追加"
7422
 
7423
- #: src/Tribe/Main.php:1667
7424
  msgid "Update %s Category"
7425
  msgstr "%sカテゴリーを更新"
7426
 
7427
- #: src/Tribe/Main.php:1666
7428
  msgid "Edit %s Category"
7429
  msgstr "%sカテゴリーを編集"
7430
 
7431
- #: src/Tribe/Main.php:1665
7432
  msgid "Parent %s Category:"
7433
  msgstr "親%sカテゴリー:"
7434
 
7435
- #: src/Tribe/Main.php:1664
7436
  msgid "Parent %s Category"
7437
  msgstr "親%sカテゴリー"
7438
 
7439
- #: src/Tribe/Main.php:1663
7440
  msgid "All %s Categories"
7441
  msgstr "%sカテゴリー一覧"
7442
 
7443
- #: src/Tribe/Main.php:1662
7444
  msgid "Search %s Categories"
7445
  msgstr "%sカテゴリーを検索"
7446
 
7447
- #: src/Tribe/Main.php:1661
7448
  msgid "%s Category"
7449
  msgstr "%sカテゴリー"
7450
 
7451
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7452
  msgid "No %s found in Trash"
7453
  msgstr "ゴミ箱に%sはありません"
7454
 
7455
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7456
  msgid "No %s found"
7457
  msgstr "%sが見つかりませんでした。"
7458
 
7459
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7460
  msgid "Search %s"
7461
  msgstr "%sの検索"
7462
 
7463
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7464
  #: vendor/tickets/src/views/tickets/orders.php:26
7465
  msgid "View %s"
7466
  msgstr "表示 %s"
7467
 
7468
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7469
  msgid "New %s"
7470
  msgstr "新しい%s"
7471
 
7472
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7473
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7474
  msgid "Add New %s"
7475
  msgstr "%sの新規追加"
7476
 
7477
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7478
  msgid "Add New"
7479
  msgstr "新規追加"
7480
 
7481
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7482
  msgid "tag"
7483
  msgstr "タグ"
7484
 
7485
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7486
  msgid "category"
7487
  msgstr "カテゴリー"
7488
 
7489
- #: src/Tribe/Main.php:1378
7490
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7491
  msgstr ""
7492
 
7493
- #: src/Tribe/Main.php:1375
7494
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7495
  msgstr ""
7496
 
@@ -7512,53 +7514,53 @@ msgstr "ヘルプ"
7512
  msgid "Display"
7513
  msgstr "表示"
7514
 
7515
- #: src/Tribe/Main.php:1224
7516
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7517
  msgstr ""
7518
 
7519
- #: src/Tribe/Main.php:1212
7520
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7521
  msgstr ""
7522
 
7523
- #: src/Tribe/Main.php:746
7524
  msgid "Initializing Tribe Events on %s"
7525
  msgstr "Tribe Events を %s で初期化しています"
7526
 
7527
- #: src/Tribe/Main.php:721
7528
  msgid "today"
7529
  msgstr "今日"
7530
 
7531
- #: src/Tribe/Main.php:720
7532
  msgid "day"
7533
  msgstr "日"
7534
 
7535
- #: src/Tribe/Main.php:719
7536
  msgid "past"
7537
  msgstr "過去の"
7538
 
7539
- #: src/Tribe/Main.php:718
7540
  msgid "upcoming"
7541
  msgstr "今後の"
7542
 
7543
- #: src/Tribe/Main.php:717
7544
  msgid "list"
7545
  msgstr "リスト"
7546
 
7547
- #: src/Tribe/Main.php:716
7548
  msgid "month"
7549
  msgstr "月"
7550
 
7551
- #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.3)
7552
  #. #-#-#-#-#
7553
  #. Plugin Name of the plugin/theme
7554
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7555
- #: src/Tribe/Main.php:709 src/Tribe/Main.php:1011
7556
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7557
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7558
  msgid "The Events Calendar"
7559
  msgstr "The Events Calendar"
7560
 
7561
- #: src/Tribe/Main.php:1081 src/admin-views/aggregator/tabs/import-form.php:157
7562
  #: src/admin-views/aggregator/tabs/import-form.php:169
7563
  #: src/functions/template-tags/general.php:58
7564
  msgid "Event"
@@ -7566,7 +7568,7 @@ msgstr "イベント"
7566
 
7567
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7568
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7569
- #: src/Tribe/Main.php:1073 src/functions/template-tags/general.php:80
7570
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7571
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7572
  #: vendor/tickets/common/src/Tribe/Settings.php:230
@@ -7801,6 +7803,10 @@ msgstr "ラジオオプションが指定されていません"
7801
  msgid "Invalid field type specified"
7802
  msgstr "不正なフィールドタイプが指定されました"
7803
 
 
 
 
 
7804
  #: common/src/Tribe/Cost_Utils.php:108
7805
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7806
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
@@ -7861,7 +7867,7 @@ msgstr "終了日"
7861
  msgid "Start Date"
7862
  msgstr "開始日"
7863
 
7864
- #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1660
7865
  msgid "%s Categories"
7866
  msgstr "%sカテゴリー"
7867
 
@@ -7885,26 +7891,26 @@ msgid "Please wait while timezone data is added to your events."
7885
  msgstr "タイムゾーンデータがイベントに追加されるまでお待ちください。"
7886
 
7887
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7888
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1646
7889
- #: src/Tribe/Main.php:4476 src/Tribe/Main.php:4523 src/Tribe/Organizer.php:73
7890
  #: src/Tribe/Venue.php:79
7891
  msgid "Edit %s"
7892
  msgstr "%sの編集"
7893
 
7894
- #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4460
7895
- #: src/Tribe/Main.php:4517
7896
  msgid "Use Saved %s:"
7897
  msgstr "保存済みの%sを使用:"
7898
 
7899
- #: src/Tribe/Main.php:943
7900
  msgid " ask the site administrator set a different Events URL slug."
7901
  msgstr ""
7902
 
7903
- #: src/Tribe/Main.php:937
7904
  msgid "Ask the site administrator to edit the %s slug"
7905
  msgstr "%sのスラッグを編集するにはサイト管理者に依頼してください"
7906
 
7907
- #: src/Tribe/Main.php:939
7908
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7909
  msgstr "<a href=\"%s\">%s のスラッグを編集</a>"
7910
 
@@ -7912,7 +7918,7 @@ msgstr "<a href=\"%s\">%s のスラッグを編集</a>"
7912
  msgid "Thanks for Updating The Events Calendar"
7913
  msgstr "The Events Calendar の更新ありがとうございます"
7914
 
7915
- #: src/Tribe/Main.php:802 src/Tribe/Main.php:804
7916
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7917
  msgid "Welcome to The Events Calendar"
7918
  msgstr "The Events Calendar へようこそ"
11
  "Language: ja_JP\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1437
  msgid "Default Status"
1438
  msgstr ""
1439
 
 
 
 
 
1440
  #: src/admin-views/aggregator/settings.php:54
1441
  msgid "Do not re-import events. Changes made locally will be preserved."
1442
  msgstr ""
1741
  msgid "mi"
1742
  msgstr ""
1743
 
1744
+ #: src/Tribe/Main.php:935
1745
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1746
  msgstr ""
1747
 
2229
  msgid "Sorry, but something went wrong. Please try again."
2230
  msgstr ""
2231
 
2232
+ #: src/Tribe/Aggregator/Records.php:252
2233
  msgctxt "event aggregator status"
2234
  msgid "Draft <span class=\"count\">(%s)</span>"
2235
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2236
  msgstr[0] ""
2237
 
2238
+ #: src/Tribe/Aggregator/Records.php:251
2239
  msgctxt "event aggregator status"
2240
  msgid "Draft"
2241
  msgstr ""
2242
 
2243
+ #: src/Tribe/Aggregator/Records.php:242
2244
  msgctxt "event aggregator status"
2245
  msgid "Pending <span class=\"count\">(%s)</span>"
2246
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2247
  msgstr[0] ""
2248
 
2249
+ #: src/Tribe/Aggregator/Records.php:241
2250
  msgctxt "event aggregator status"
2251
  msgid "Pending"
2252
  msgstr ""
2253
 
2254
+ #: src/Tribe/Aggregator/Records.php:232
2255
  msgctxt "event aggregator status"
2256
  msgid "Schedule <span class=\"count\">(%s)</span>"
2257
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2258
  msgstr[0] ""
2259
 
2260
+ #: src/Tribe/Aggregator/Records.php:231
2261
  msgctxt "event aggregator status"
2262
  msgid "Schedule"
2263
  msgstr ""
2264
 
2265
+ #: src/Tribe/Aggregator/Records.php:222
2266
  msgctxt "event aggregator status"
2267
  msgid "Failed <span class=\"count\">(%s)</span>"
2268
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2269
  msgstr[0] ""
2270
 
2271
+ #: src/Tribe/Aggregator/Records.php:221
2272
  msgctxt "event aggregator status"
2273
  msgid "Failed"
2274
  msgstr ""
2275
 
2276
+ #: src/Tribe/Aggregator/Records.php:212
2277
  msgctxt "event aggregator status"
2278
  msgid "Imported <span class=\"count\">(%s)</span>"
2279
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2280
  msgstr[0] ""
2281
 
2282
+ #: src/Tribe/Aggregator/Records.php:211
2283
  msgctxt "event aggregator status"
2284
  msgid "Imported"
2285
  msgstr ""
2286
 
2287
+ #: src/Tribe/Aggregator/Records.php:174
2288
  msgid "No Aggregator Records found in Trash."
2289
  msgstr ""
2290
 
2291
+ #: src/Tribe/Aggregator/Records.php:173
2292
  msgid "No Aggregator Records found."
2293
  msgstr ""
2294
 
2295
+ #: src/Tribe/Aggregator/Records.php:172
2296
  msgid "Parent Aggregator Record:"
2297
  msgstr ""
2298
 
2299
+ #: src/Tribe/Aggregator/Records.php:171
2300
  msgid "Search Aggregator Records"
2301
  msgstr ""
2302
 
2303
+ #: src/Tribe/Aggregator/Records.php:170
2304
  msgid "All Aggregator Records"
2305
  msgstr ""
2306
 
2307
+ #: src/Tribe/Aggregator/Records.php:169
2308
  msgid "View Aggregator Record"
2309
  msgstr ""
2310
 
2311
+ #: src/Tribe/Aggregator/Records.php:168
2312
  msgid "Edit Aggregator Record"
2313
  msgstr ""
2314
 
2315
+ #: src/Tribe/Aggregator/Records.php:167
2316
  msgid "New Aggregator Record"
2317
  msgstr ""
2318
 
2319
+ #: src/Tribe/Aggregator/Records.php:166
2320
  msgid "Add New Aggregator Record"
2321
  msgstr ""
2322
 
2323
+ #: src/Tribe/Aggregator/Records.php:165
2324
  msgctxt "record"
2325
  msgid "Add New"
2326
  msgstr ""
2327
 
2328
+ #: src/Tribe/Aggregator/Records.php:164
2329
  msgctxt "add new on admin bar"
2330
  msgid "Aggregator Record"
2331
  msgstr ""
2332
 
2333
+ #: src/Tribe/Aggregator/Records.php:163
2334
  msgctxt "admin menu"
2335
  msgid "Aggregator Records"
2336
  msgstr ""
2337
 
2338
+ #: src/Tribe/Aggregator/Records.php:162
2339
  msgctxt "post type singular name"
2340
  msgid "Aggregator Record"
2341
  msgstr ""
2342
 
2343
+ #: src/Tribe/Aggregator/Records.php:161
2344
  msgctxt "post type general name"
2345
  msgid "Aggregator Records"
2346
  msgstr ""
2347
 
2348
+ #: src/Tribe/Aggregator/Records.php:144
2349
  msgid "Events Aggregator Record"
2350
  msgstr ""
2351
 
2945
  msgid_plural "It looks like you're using %s, but the license keys you supplied do not appear to be valid or are missing. Please review and fix so that you can always have access to our latest versions!"
2946
  msgstr[0] ""
2947
 
2948
+ #: common/src/Tribe/PUE/Checker.php:763
2949
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
2950
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
2951
  msgstr ""
2952
 
2953
+ #: common/src/Tribe/PUE/Checker.php:707
2954
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
2955
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
2956
  msgstr ""
2957
 
2958
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
2959
  #: src/Tribe/Aggregator/Record/Abstract.php:850
2960
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
2961
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
2962
  msgid " (opens in a new window)"
2963
  msgstr ""
2964
 
2965
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
2966
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
2967
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
2968
  msgid "Renew Your License Now"
3126
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3127
  msgstr ""
3128
 
 
3129
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3130
  msgid "This calendar is powered by %1$s."
3131
  msgstr ""
3536
  msgid "No notable changes detected"
3537
  msgstr ""
3538
 
3539
+ #: src/Tribe/Main.php:2580
3540
  msgid " (View Full %1$s Description Here: %2$s)"
3541
  msgstr ""
3542
 
3778
  msgid "No %1$s scheduled for %2$s. Please try another day."
3779
  msgstr ""
3780
 
3781
+ #: src/Tribe/Main.php:3938
3782
  msgid "Check out the %savailable add-ons%s."
3783
  msgstr "%s利用可能なアドオン%sをチェック。"
3784
 
3785
+ #: src/Tribe/Main.php:1807
3786
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3787
  msgstr "定義済みの会場がない場合、検索結果に %sGoogle リッチスニペット%sが表示されません。"
3788
 
3789
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3790
  msgid "%1$s scheduled for: %2$s."
3791
  msgstr "%1$sを%2$sに公開予約しました。"
3792
 
3793
+ #: src/Tribe/Main.php:1719
3794
  msgid "%1$s draft updated. %2$sPreview %3$s"
3795
  msgstr "%1$s の下書きが更新されました。 %2$s のプレビュー %3$s"
3796
 
3797
+ #: src/Tribe/Main.php:1710
3798
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3799
  msgstr "%1$s がスケジュールされました: %2$s. %3$s のプレビュー %4$s"
3800
 
3801
+ #: src/Tribe/Main.php:1704
3802
  msgid "%1$s submitted. %2$sPreview %3$s"
3803
  msgstr "%1$s が送信されました。 %2$s のプレビュー %3$s"
3804
 
3805
+ #: src/Tribe/Main.php:1698
3806
  msgid "Event published. %1$sView %2$s"
3807
  msgstr "イベントが公開されました。 %1$s の表示 %2$s"
3808
 
3809
+ #: src/Tribe/Main.php:1687
3810
  msgid "%1$s updated. %2$sView %3$s"
3811
  msgstr ""
3812
 
3813
+ #: src/Tribe/Main.php:1391
3814
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3815
  msgstr ""
3816
 
3817
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3818
  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)."
3819
  msgstr ""
3820
 
3821
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3822
  #: vendor/tickets/src/Tribe/Main.php:476
3823
  msgid "post a thread"
3824
  msgstr "スレッドを投稿する"
3825
 
3826
+ #: src/Tribe/Main.php:1026
3827
  msgid "<strong>Looking for more immediate support?</strong> 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."
3828
  msgstr ""
3829
 
3830
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3831
  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."
3832
  msgstr ""
3833
 
3834
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3835
  msgid "open-source forum on WordPress.org"
3836
  msgstr "WordPress.org 上のオープンソースフォーラム"
3837
 
3838
+ #: src/Tribe/Main.php:1017
3839
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3840
  msgstr ""
3841
 
3842
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3843
  #: vendor/tickets/src/Tribe/Main.php:467
3844
  msgid "premium support on our website"
3845
  msgstr "当社のウェブサイト上のプレミアムサポート"
3846
 
3847
+ #: src/Tribe/Main.php:1014
3848
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3849
  msgstr ""
3850
 
3851
+ #: src/Tribe/Main.php:1013
3852
  msgid "Events Tickets"
3853
  msgstr "イベントチケット"
3854
 
3855
+ #: src/Tribe/Main.php:998
3856
  msgid "Customizing the Events plugins"
3857
  msgstr "イベントプラグインのカスタマイズ"
3858
 
3859
+ #: src/Tribe/Main.php:998
3860
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3864
  msgid "Troubleshooting common problems"
3865
  msgstr "よくある問題のトラブルシューティング"
3866
 
3867
+ #: src/Tribe/Main.php:996
3868
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:994
3872
  msgid "Using stylesheets and page templates"
3873
  msgstr "スタイルシートとページテンプレートを使用する"
3874
 
3875
+ #: src/Tribe/Main.php:994
3876
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3877
  msgstr ""
3878
 
3879
+ #: src/Tribe/Main.php:992
3880
  msgid "Themer’s Guide"
3881
  msgstr "テーマ制作者向けガイド"
3882
 
3883
+ #: src/Tribe/Main.php:992
3884
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3885
  msgstr ""
3886
 
3887
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3888
  msgid "Features overview"
3889
  msgstr "機能概要"
3890
 
3891
+ #: src/Tribe/Main.php:990
3892
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3893
  msgstr ""
3894
 
3895
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3896
  msgid "Settings overview"
3897
  msgstr "設定概要"
3898
 
3899
+ #: src/Tribe/Main.php:988
3900
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3901
  msgstr ""
3902
 
3903
+ #: src/Tribe/Main.php:985
3904
  msgid "Support for The Events Calendar"
3905
  msgstr "The Events Calendar サポート"
3906
 
3907
+ #: src/Tribe/Main.php:974
3908
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3909
  msgstr ""
3910
 
3911
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3912
  msgid "New User Primer"
3913
  msgstr "新ユーザー向け入門"
3914
 
4045
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4046
  msgstr "年度を含む日付表示形式を入力してください。将来の年度のイベントを表示する際に使われます。"
4047
 
4048
+ #: common/src/Tribe/PUE/Checker.php:654
4049
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4050
  msgid "Thanks for setting up a valid key. It will expire on %s"
4051
  msgstr "有効なキーを設定していただきありがとうございます。 %sで有効期限が切れます"
4052
 
4053
+ #: src/Tribe/Main.php:949
4054
  msgid "<a href=\"%s\">edit Events settings</a>."
4055
  msgstr "<a href=\"%s\">イベント設定を編集</a>。"
4056
 
4195
  msgid "Editing the ticket price is currently disallowed."
4196
  msgstr "チケット価格の編集は、現在許可されていません。"
4197
 
4198
+ #: src/Tribe/Main.php:952
4199
  msgid "%1$s or %2$s"
4200
  msgstr ""
4201
 
4626
  msgstr "続きを読む"
4627
 
4628
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4629
+ #: src/Tribe/Main.php:1025
4630
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4631
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4632
  msgid "Events Calendar PRO"
5303
  msgstr "イベントユーザーへの新着情報"
5304
 
5305
  #: src/Tribe/Aggregator/API/Origins.php:36
5306
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5307
  #: src/admin-views/admin-update-message.php:55
5308
  #: src/admin-views/aggregator/settings.php:393
5309
  #: src/admin-views/aggregator/status.php:181
7054
  msgid "Ticket #"
7055
  msgstr "チケット番号"
7056
 
7057
+ #: src/Tribe/Templates.php:664
7058
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7059
  msgstr ""
7060
 
7061
+ #: src/Tribe/Templates.php:620
7062
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7063
  msgstr ""
7064
 
7176
  msgid "Events Settings"
7177
  msgstr "イベント設定"
7178
 
7179
+ #: common/src/Tribe/PUE/Checker.php:586
7180
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7181
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7182
  msgstr "この検証ツールに問題があるようです。%sサポート%sまでご連絡ください。"
7183
 
7184
+ #: common/src/Tribe/PUE/Checker.php:645
7185
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7186
  msgid "Valid Key! Expires on %s"
7187
  msgstr "有効なキーです。有効期限: %s"
7188
 
7189
+ #: common/src/Tribe/PUE/Checker.php:627
7190
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7191
  msgid "Sorry, key validation server is not available."
7192
  msgstr "キーの検証サーバーが現在利用できません。"
7193
 
7194
+ #: common/src/Tribe/PUE/Checker.php:621
7195
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7196
  msgid "unknown date"
7197
  msgstr "不明な日付"
7198
 
7199
+ #: common/src/Tribe/PUE/Checker.php:569
7200
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7201
  msgid "License key(s) updated."
7202
  msgstr "ライセンスキーを更新しました。"
7203
 
7204
+ #: common/src/Tribe/PUE/Checker.php:419
 
7205
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7206
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7207
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7208
  msgid "A valid license key is required for support and updates"
7209
  msgstr "サポートおよび更新には有効なライセンスキーが必須です"
7210
 
7211
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7212
  #: src/admin-views/aggregator/status.php:41
7213
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7214
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7219
  msgid "Error"
7220
  msgstr "エラー"
7221
 
7222
+ #: src/Tribe/Main.php:4221
7223
  msgid "Once Every 30 Mins"
7224
  msgstr "30分毎"
7225
 
7226
+ #: src/Tribe/Main.php:4148
7227
  msgid "Day Of"
7228
  msgstr "当日"
7229
 
7230
+ #: src/Tribe/Main.php:4146
7231
  msgid "%s From"
7232
  msgstr ""
7233
 
7234
+ #: src/Tribe/Main.php:4144
7235
  msgid "%s In"
7236
  msgstr ""
7237
 
7238
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7239
  #: src/admin-views/aggregator/origins/refine.php:7
7240
  msgid "Date"
7241
  msgstr "日付"
7242
 
7243
+ #: src/Tribe/Main.php:4116
7244
  msgid "Search"
7245
  msgstr "検索"
7246
 
7247
+ #: src/Tribe/Main.php:4091
7248
  msgid "Day"
7249
  msgstr "日"
7250
 
7251
+ #: src/Tribe/Main.php:4074
7252
  msgid "Month"
7253
  msgstr "月"
7254
 
7255
+ #: src/Tribe/Main.php:4056
7256
  msgid "List"
7257
  msgstr "リスト"
7258
 
7259
+ #: src/Tribe/Main.php:4040
7260
  msgid "Calendar"
7261
  msgstr "カレンダー"
7262
 
7263
  #: common/src/Tribe/Settings.php:242
7264
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7265
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7266
  msgid "Settings"
7267
  msgstr "設定"
7275
  msgid "Add %s"
7276
  msgstr "%s を追加"
7277
 
7278
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7279
  msgid "View Calendar"
7280
  msgstr "カレンダーを表示"
7281
 
7283
  msgid "%s"
7284
  msgstr "%s"
7285
 
7286
+ #: src/Tribe/Main.php:3937
7287
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7288
  msgstr "定期開催のイベント、チケット販売、公開イベント、新規ビューなどの追加機能をお探しですか ?"
7289
 
7290
+ #: src/Tribe/Main.php:3932
7291
  msgid "Additional Functionality"
7292
  msgstr "追加機能"
7293
 
7294
+ #: src/Tribe/Main.php:3887
7295
  msgid "News from Modern Tribe"
7296
  msgstr "Modern Tribe ニュース"
7297
 
7298
+ #: src/Tribe/Main.php:3867
7299
  msgid "View All Add-Ons"
7300
  msgstr "全アドオンを表示"
7301
 
7302
+ #: src/Tribe/Main.php:3864
7303
  msgid "Support"
7304
  msgstr "作者を応援 "
7305
 
7306
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7307
  msgid "%s Information"
7308
  msgstr "%s情報"
7309
 
7310
+ #: src/Tribe/Main.php:3510
7311
  msgid "%s Options"
7312
  msgstr "%s設定"
7313
 
7314
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7315
  #: src/functions/template-tags/day.php:157
7316
  #: src/functions/template-tags/day.php:178
7317
  msgid "Date out of range."
7318
  msgstr "範囲外の日付です。"
7319
 
7320
+ #: src/Tribe/Main.php:2205
7321
  msgid "all"
7322
  msgstr "すべて"
7323
 
7324
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7325
  msgid "events"
7326
  msgstr "イベント"
7327
 
7328
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7329
  msgid "event"
7330
  msgstr "イベント"
7331
 
7332
+ #: src/Tribe/Main.php:2202
7333
  msgid "page"
7334
  msgstr "ページ"
7335
 
7370
  msgid "My %s"
7371
  msgstr "あなたの%s"
7372
 
7373
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7374
  msgid "%s draft updated."
7375
  msgstr "%sの下書きを更新しました。"
7376
 
7377
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7378
  msgid "%s submitted."
7379
  msgstr "%sを送信しました。"
7380
 
7381
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7382
  msgid "%s published."
7383
  msgstr "%sを公開しました。"
7384
 
7385
  #. translators: %s: date and time of the revision
7386
+ #: src/Tribe/Main.php:1753
7387
  msgid "%s restored to revision from %s"
7388
  msgstr ""
7389
 
7390
  #. translators: Publish box date format, see http://php.net/date
7391
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7392
  msgid "M j, Y @ G:i"
7393
  msgstr "Y年n月j日 @ G:i"
7394
 
7395
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7396
  msgid "%s saved."
7397
  msgstr "%sを保存しました。"
7398
 
7399
  #. translators: %s: date and time of the revision
7400
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7401
  msgid "%1$s restored to revision from %2$s"
7402
  msgstr "リビジョン %2$s から%1$sを復元しました"
7403
 
7404
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7405
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7406
  msgid "%s updated."
7407
  msgstr "%sを更新しました。"
7408
 
7409
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7410
  msgid "Custom field deleted."
7411
  msgstr "カスタムフィールドを削除しました"
7412
 
7413
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7414
  msgid "Custom field updated."
7415
  msgstr "カスタムフィールドを更新しました"
7416
 
7417
+ #: src/Tribe/Main.php:1670
7418
  msgid "New %s Category Name"
7419
  msgstr "新規%sカテゴリー名"
7420
 
7421
+ #: src/Tribe/Main.php:1669
7422
  msgid "Add New %s Category"
7423
  msgstr "新規%sカテゴリーを追加"
7424
 
7425
+ #: src/Tribe/Main.php:1668
7426
  msgid "Update %s Category"
7427
  msgstr "%sカテゴリーを更新"
7428
 
7429
+ #: src/Tribe/Main.php:1667
7430
  msgid "Edit %s Category"
7431
  msgstr "%sカテゴリーを編集"
7432
 
7433
+ #: src/Tribe/Main.php:1666
7434
  msgid "Parent %s Category:"
7435
  msgstr "親%sカテゴリー:"
7436
 
7437
+ #: src/Tribe/Main.php:1665
7438
  msgid "Parent %s Category"
7439
  msgstr "親%sカテゴリー"
7440
 
7441
+ #: src/Tribe/Main.php:1664
7442
  msgid "All %s Categories"
7443
  msgstr "%sカテゴリー一覧"
7444
 
7445
+ #: src/Tribe/Main.php:1663
7446
  msgid "Search %s Categories"
7447
  msgstr "%sカテゴリーを検索"
7448
 
7449
+ #: src/Tribe/Main.php:1662
7450
  msgid "%s Category"
7451
  msgstr "%sカテゴリー"
7452
 
7453
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7454
  msgid "No %s found in Trash"
7455
  msgstr "ゴミ箱に%sはありません"
7456
 
7457
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7458
  msgid "No %s found"
7459
  msgstr "%sが見つかりませんでした。"
7460
 
7461
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7462
  msgid "Search %s"
7463
  msgstr "%sの検索"
7464
 
7465
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7466
  #: vendor/tickets/src/views/tickets/orders.php:26
7467
  msgid "View %s"
7468
  msgstr "表示 %s"
7469
 
7470
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7471
  msgid "New %s"
7472
  msgstr "新しい%s"
7473
 
7474
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7475
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7476
  msgid "Add New %s"
7477
  msgstr "%sの新規追加"
7478
 
7479
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7480
  msgid "Add New"
7481
  msgstr "新規追加"
7482
 
7483
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7484
  msgid "tag"
7485
  msgstr "タグ"
7486
 
7487
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7488
  msgid "category"
7489
  msgstr "カテゴリー"
7490
 
7491
+ #: src/Tribe/Main.php:1379
7492
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
7493
  msgstr ""
7494
 
7495
+ #: src/Tribe/Main.php:1376
7496
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
7497
  msgstr ""
7498
 
7514
  msgid "Display"
7515
  msgstr "表示"
7516
 
7517
+ #: src/Tribe/Main.php:1225
7518
  msgid "The following plugins are out of date: %1$s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %2$sLearn More%3$s."
7519
  msgstr ""
7520
 
7521
+ #: src/Tribe/Main.php:1213
7522
  msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
7523
  msgstr ""
7524
 
7525
+ #: src/Tribe/Main.php:747
7526
  msgid "Initializing Tribe Events on %s"
7527
  msgstr "Tribe Events を %s で初期化しています"
7528
 
7529
+ #: src/Tribe/Main.php:722
7530
  msgid "today"
7531
  msgstr "今日"
7532
 
7533
+ #: src/Tribe/Main.php:721
7534
  msgid "day"
7535
  msgstr "日"
7536
 
7537
+ #: src/Tribe/Main.php:720
7538
  msgid "past"
7539
  msgstr "過去の"
7540
 
7541
+ #: src/Tribe/Main.php:719
7542
  msgid "upcoming"
7543
  msgstr "今後の"
7544
 
7545
+ #: src/Tribe/Main.php:718
7546
  msgid "list"
7547
  msgstr "リスト"
7548
 
7549
+ #: src/Tribe/Main.php:717
7550
  msgid "month"
7551
  msgstr "月"
7552
 
7553
+ #. #-#-#-#-# tmp-the-events-calendar.pot (The Events Calendar 4.4.4)
7554
  #. #-#-#-#-#
7555
  #. Plugin Name of the plugin/theme
7556
  #: common/src/Tribe/Admin/Help_Page.php:48 common/src/Tribe/Customizer.php:565
7557
+ #: src/Tribe/Main.php:710 src/Tribe/Main.php:1012
7558
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:48
7559
  #: vendor/tickets/common/src/Tribe/Customizer.php:565
7560
  msgid "The Events Calendar"
7561
  msgstr "The Events Calendar"
7562
 
7563
+ #: src/Tribe/Main.php:1082 src/admin-views/aggregator/tabs/import-form.php:157
7564
  #: src/admin-views/aggregator/tabs/import-form.php:169
7565
  #: src/functions/template-tags/general.php:58
7566
  msgid "Event"
7568
 
7569
  #: common/src/Tribe/Settings.php:165 common/src/Tribe/Settings.php:229
7570
  #: common/src/Tribe/Settings.php:230 src/Tribe/Importer/Admin_Page.php:206
7571
+ #: src/Tribe/Main.php:1074 src/functions/template-tags/general.php:80
7572
  #: vendor/tickets/common/src/Tribe/Settings.php:165
7573
  #: vendor/tickets/common/src/Tribe/Settings.php:229
7574
  #: vendor/tickets/common/src/Tribe/Settings.php:230
7803
  msgid "Invalid field type specified"
7804
  msgstr "不正なフィールドタイプが指定されました"
7805
 
7806
+ #: common/src/Tribe/Credits.php:31
7807
+ msgid "This calendar is powered by The Events Calendar."
7808
+ msgstr "このカレンダーは The Events Calendar で作成されています。"
7809
+
7810
  #: common/src/Tribe/Cost_Utils.php:108
7811
  #: vendor/tickets/common/src/Tribe/Cost_Utils.php:108
7812
  #: vendor/tickets/src/Tribe/JSON_LD/Order.php:106
7867
  msgid "Start Date"
7868
  msgstr "開始日"
7869
 
7870
+ #: src/Tribe/Admin_List.php:246 src/Tribe/Main.php:1661
7871
  msgid "%s Categories"
7872
  msgstr "%sカテゴリー"
7873
 
7891
  msgstr "タイムゾーンデータがイベントに追加されるまでお待ちください。"
7892
 
7893
  #: src/Tribe/Admin/Bar/Default_Configurator.php:62
7894
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:188 src/Tribe/Main.php:1647
7895
+ #: src/Tribe/Main.php:4477 src/Tribe/Main.php:4524 src/Tribe/Organizer.php:73
7896
  #: src/Tribe/Venue.php:79
7897
  msgid "Edit %s"
7898
  msgstr "%sの編集"
7899
 
7900
+ #: src/Tribe/Linked_Posts/Chooser_Meta_Box.php:151 src/Tribe/Main.php:4461
7901
+ #: src/Tribe/Main.php:4518
7902
  msgid "Use Saved %s:"
7903
  msgstr "保存済みの%sを使用:"
7904
 
7905
+ #: src/Tribe/Main.php:944
7906
  msgid " ask the site administrator set a different Events URL slug."
7907
  msgstr ""
7908
 
7909
+ #: src/Tribe/Main.php:938
7910
  msgid "Ask the site administrator to edit the %s slug"
7911
  msgstr "%sのスラッグを編集するにはサイト管理者に依頼してください"
7912
 
7913
+ #: src/Tribe/Main.php:940
7914
  msgid "<a href=\"%s\">Edit the %s slug</a>"
7915
  msgstr "<a href=\"%s\">%s のスラッグを編集</a>"
7916
 
7918
  msgid "Thanks for Updating The Events Calendar"
7919
  msgstr "The Events Calendar の更新ありがとうございます"
7920
 
7921
+ #: src/Tribe/Main.php:803 src/Tribe/Main.php:805
7922
  #: src/deprecated/Tribe__Events__Activation_Page.php:195
7923
  msgid "Welcome to The Events Calendar"
7924
  msgstr "The Events Calendar へようこそ"
lang/the-events-calendar-lt_LT.po CHANGED
@@ -11,6 +11,14 @@ msgstr ""
11
  "Language: lt\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
14
  #: src/functions/template-tags/loop.php:171
15
  msgctxt "day_view"
16
  msgid "%1$s for %2$s"
@@ -25,7 +33,7 @@ msgstr ""
25
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
26
  msgstr ""
27
 
28
- #: src/Tribe/Main.php:723
29
  msgctxt "all events slug"
30
  msgid "all"
31
  msgstr ""
@@ -34,7 +42,7 @@ msgstr ""
34
  msgid "%s must be a whole number."
35
  msgstr ""
36
 
37
- #: src/Tribe/Main.php:4116
38
  msgid "Keyword"
39
  msgstr ""
40
 
@@ -213,7 +221,7 @@ msgstr ""
213
  msgid "Export Events"
214
  msgstr ""
215
 
216
- #: src/Tribe/Main.php:722
217
  msgctxt "featured events slug"
218
  msgid "featured"
219
  msgstr ""
@@ -570,37 +578,37 @@ msgstr ""
570
  msgid "Events Help"
571
  msgstr ""
572
 
573
- #: common/src/Tribe/PUE/Checker.php:1313
574
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
575
  msgid "Expired license. Consult your network administrator."
576
  msgstr ""
577
 
578
- #: common/src/Tribe/PUE/Checker.php:1312
579
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
580
  msgid "No license entered. Consult your network administrator."
581
  msgstr ""
582
 
583
- #: common/src/Tribe/PUE/Checker.php:1311
584
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
585
  msgid "A valid license has been entered by your network administrator."
586
  msgstr ""
587
 
588
- #: common/src/Tribe/PUE/Checker.php:468
589
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
590
  msgid "Site License Key"
591
  msgstr ""
592
 
593
- #: common/src/Tribe/PUE/Checker.php:457
594
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
595
  msgid "Check this box if you wish to override the network license key with your own"
596
  msgstr ""
597
 
598
- #: common/src/Tribe/PUE/Checker.php:456
599
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
600
  msgid "Override network license key"
601
  msgstr ""
602
 
603
- #: common/src/Tribe/PUE/Checker.php:447 common/src/Tribe/PUE/Checker.php:483
604
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
605
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
606
  msgid "License Key Status:"
@@ -1439,10 +1447,6 @@ msgstr ""
1439
  msgid "Default Status"
1440
  msgstr ""
1441
 
1442
- #: src/admin-views/aggregator/settings.php:55
1443
- msgid "Preserve the most recent change in each event field, whether that change occurred on my site or at the original source."
1444
- msgstr ""
1445
-
1446
  #: src/admin-views/aggregator/settings.php:54
1447
  msgid "Do not re-import events. Changes made locally will be preserved."
1448
  msgstr ""
@@ -1747,7 +1751,7 @@ msgctxt "Abbreviation for the miles unit of measure"
1747
  msgid "mi"
1748
  msgstr ""
1749
 
1750
- #: src/Tribe/Main.php:934
1751
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1752
  msgstr ""
1753
 
@@ -2265,7 +2269,7 @@ msgstr ""
2265
  msgid "Sorry, but something went wrong. Please try again."
2266
  msgstr ""
2267
 
2268
- #: src/Tribe/Aggregator/Records.php:237
2269
  msgctxt "event aggregator status"
2270
  msgid "Draft <span class=\"count\">(%s)</span>"
2271
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
@@ -2273,12 +2277,12 @@ msgstr[0] ""
2273
  msgstr[1] ""
2274
  msgstr[2] ""
2275
 
2276
- #: src/Tribe/Aggregator/Records.php:236
2277
  msgctxt "event aggregator status"
2278
  msgid "Draft"
2279
  msgstr ""
2280
 
2281
- #: src/Tribe/Aggregator/Records.php:227
2282
  msgctxt "event aggregator status"
2283
  msgid "Pending <span class=\"count\">(%s)</span>"
2284
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
@@ -2286,12 +2290,12 @@ msgstr[0] ""
2286
  msgstr[1] ""
2287
  msgstr[2] ""
2288
 
2289
- #: src/Tribe/Aggregator/Records.php:226
2290
  msgctxt "event aggregator status"
2291
  msgid "Pending"
2292
  msgstr ""
2293
 
2294
- #: src/Tribe/Aggregator/Records.php:217
2295
  msgctxt "event aggregator status"
2296
  msgid "Schedule <span class=\"count\">(%s)</span>"
2297
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
@@ -2299,12 +2303,12 @@ msgstr[0] ""
2299
  msgstr[1] ""
2300
  msgstr[2] ""
2301
 
2302
- #: src/Tribe/Aggregator/Records.php:216
2303
  msgctxt "event aggregator status"
2304
  msgid "Schedule"
2305
  msgstr ""
2306
 
2307
- #: src/Tribe/Aggregator/Records.php:207
2308
  msgctxt "event aggregator status"
2309
  msgid "Failed <span class=\"count\">(%s)</span>"
2310
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
@@ -2312,12 +2316,12 @@ msgstr[0] ""
2312
  msgstr[1] ""
2313
  msgstr[2] ""
2314
 
2315
- #: src/Tribe/Aggregator/Records.php:206
2316
  msgctxt "event aggregator status"
2317
  msgid "Failed"
2318
  msgstr ""
2319
 
2320
- #: src/Tribe/Aggregator/Records.php:197
2321
  msgctxt "event aggregator status"
2322
  msgid "Imported <span class=\"count\">(%s)</span>"
2323
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
@@ -2325,73 +2329,73 @@ msgstr[0] ""
2325
  msgstr[1] ""
2326
  msgstr[2] ""
2327
 
2328
- #: src/Tribe/Aggregator/Records.php:196
2329
  msgctxt "event aggregator status"
2330
  msgid "Imported"
2331
  msgstr ""
2332
 
2333
- #: src/Tribe/Aggregator/Records.php:159
2334
  msgid "No Aggregator Records found in Trash."
2335
  msgstr ""
2336
 
2337
- #: src/Tribe/Aggregator/Records.php:158
2338
  msgid "No Aggregator Records found."
2339
  msgstr ""
2340
 
2341
- #: src/Tribe/Aggregator/Records.php:157
2342
  msgid "Parent Aggregator Record:"
2343
  msgstr ""
2344
 
2345
- #: src/Tribe/Aggregator/Records.php:156
2346
  msgid "Search Aggregator Records"
2347
  msgstr ""
2348
 
2349
- #: src/Tribe/Aggregator/Records.php:155
2350
  msgid "All Aggregator Records"
2351
  msgstr ""
2352
 
2353
- #: src/Tribe/Aggregator/Records.php:154
2354
  msgid "View Aggregator Record"
2355
  msgstr ""
2356
 
2357
- #: src/Tribe/Aggregator/Records.php:153
2358
  msgid "Edit Aggregator Record"
2359
  msgstr ""
2360
 
2361
- #: src/Tribe/Aggregator/Records.php:152
2362
  msgid "New Aggregator Record"
2363
  msgstr ""
2364
 
2365
- #: src/Tribe/Aggregator/Records.php:151
2366
  msgid "Add New Aggregator Record"
2367
  msgstr ""
2368
 
2369
- #: src/Tribe/Aggregator/Records.php:150
2370
  msgctxt "record"
2371
  msgid "Add New"
2372
  msgstr ""
2373
 
2374
- #: src/Tribe/Aggregator/Records.php:149
2375
  msgctxt "add new on admin bar"
2376
  msgid "Aggregator Record"
2377
  msgstr ""
2378
 
2379
- #: src/Tribe/Aggregator/Records.php:148
2380
  msgctxt "admin menu"
2381
  msgid "Aggregator Records"
2382
  msgstr ""
2383
 
2384
- #: src/Tribe/Aggregator/Records.php:147
2385
  msgctxt "post type singular name"
2386
  msgid "Aggregator Record"
2387
  msgstr ""
2388
 
2389
- #: src/Tribe/Aggregator/Records.php:146
2390
  msgctxt "post type general name"
2391
  msgid "Aggregator Records"
2392
  msgstr ""
2393
 
2394
- #: src/Tribe/Aggregator/Records.php:129
2395
  msgid "Events Aggregator Record"
2396
  msgstr ""
2397
 
@@ -3001,24 +3005,24 @@ msgstr[0] ""
3001
  msgstr[1] ""
3002
  msgstr[2] ""
3003
 
3004
- #: common/src/Tribe/PUE/Checker.php:760
3005
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
3006
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3007
  msgstr ""
3008
 
3009
- #: common/src/Tribe/PUE/Checker.php:704
3010
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
3011
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3012
  msgstr ""
3013
 
3014
- #: common/src/Tribe/PUE/Checker.php:678 common/src/Tribe/PUE/Notices.php:269
3015
  #: src/Tribe/Aggregator/Record/Abstract.php:850
3016
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
3017
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
3018
  msgid " (opens in a new window)"
3019
  msgstr ""
3020
 
3021
- #: common/src/Tribe/PUE/Checker.php:676 common/src/Tribe/PUE/Notices.php:267
3022
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
3023
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
3024
  msgid "Renew Your License Now"
@@ -3182,7 +3186,6 @@ msgstr ""
3182
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3183
  msgstr ""
3184
 
3185
- #: common/src/Tribe/Credits.php:31
3186
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3187
  msgid "This calendar is powered by %1$s."
3188
  msgstr ""
@@ -3599,7 +3602,7 @@ msgstr ""
3599
  msgid "No notable changes detected"
3600
  msgstr ""
3601
 
3602
- #: src/Tribe/Main.php:2579
3603
  msgid " (View Full %1$s Description Here: %2$s)"
3604
  msgstr ""
3605
 
@@ -3841,137 +3844,137 @@ msgstr ""
3841
  msgid "No %1$s scheduled for %2$s. Please try another day."
3842
  msgstr ""
3843
 
3844
- #: src/Tribe/Main.php:3937
3845
  msgid "Check out the %savailable add-ons%s."
3846
  msgstr ""
3847
 
3848
- #: src/Tribe/Main.php:1806
3849
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3850
  msgstr ""
3851
 
3852
- #: src/Tribe/Main.php:1737 src/Tribe/Main.php:1757
3853
  msgid "%1$s scheduled for: %2$s."
3854
  msgstr ""
3855
 
3856
- #: src/Tribe/Main.php:1718
3857
  msgid "%1$s draft updated. %2$sPreview %3$s"
3858
  msgstr ""
3859
 
3860
- #: src/Tribe/Main.php:1709
3861
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3862
  msgstr ""
3863
 
3864
- #: src/Tribe/Main.php:1703
3865
  msgid "%1$s submitted. %2$sPreview %3$s"
3866
  msgstr ""
3867
 
3868
- #: src/Tribe/Main.php:1697
3869
  msgid "Event published. %1$sView %2$s"
3870
  msgstr ""
3871
 
3872
- #: src/Tribe/Main.php:1686
3873
  msgid "%1$s updated. %2$sView %3$s"
3874
  msgstr ""
3875
 
3876
- #: src/Tribe/Main.php:1390
3877
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3878
  msgstr ""
3879
 
3880
- #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:477
3881
  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)."
3882
  msgstr ""
3883
 
3884
- #: src/Tribe/Main.php:1029 vendor/tickets/src/Tribe/Main.php:471
3885
  #: vendor/tickets/src/Tribe/Main.php:476
3886
  msgid "post a thread"
3887
  msgstr ""
3888
 
3889
- #: src/Tribe/Main.php:1025
3890
  msgid "<strong>Looking for more immediate support?</strong> 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."
3891
  msgstr ""
3892
 
3893
- #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:465
3894
  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."
3895
  msgstr ""
3896
 
3897
- #: src/Tribe/Main.php:1020 vendor/tickets/src/Tribe/Main.php:464
3898
  msgid "open-source forum on WordPress.org"
3899
  msgstr ""
3900
 
3901
- #: src/Tribe/Main.php:1016
3902
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3903
  msgstr ""
3904
 
3905
- #: src/Tribe/Main.php:1015 src/Tribe/Main.php:1023
3906
  #: vendor/tickets/src/Tribe/Main.php:467
3907
  msgid "premium support on our website"
3908
  msgstr ""
3909
 
3910
- #: src/Tribe/Main.php:1013
3911
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3912
  msgstr ""
3913
 
3914
- #: src/Tribe/Main.php:1012
3915
  msgid "Events Tickets"
3916
  msgstr ""
3917
 
3918
- #: src/Tribe/Main.php:997
3919
  msgid "Customizing the Events plugins"
3920
  msgstr ""
3921
 
3922
- #: src/Tribe/Main.php:997
3923
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3924
  msgstr ""
3925
 
3926
- #: src/Tribe/Main.php:995 vendor/tickets/src/Tribe/Main.php:427
3927
  msgid "Troubleshooting common problems"
3928
  msgstr ""
3929
 
3930
- #: src/Tribe/Main.php:995
3931
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3932
  msgstr ""
3933
 
3934
- #: src/Tribe/Main.php:993
3935
  msgid "Using stylesheets and page templates"
3936
  msgstr ""
3937
 
3938
- #: src/Tribe/Main.php:993
3939
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3940
  msgstr ""
3941
 
3942
- #: src/Tribe/Main.php:991
3943
  msgid "Themer’s Guide"
3944
  msgstr ""
3945
 
3946
- #: src/Tribe/Main.php:991
3947
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3948
  msgstr ""
3949
 
3950
- #: src/Tribe/Main.php:989 vendor/tickets/src/Tribe/Main.php:426
3951
  msgid "Features overview"
3952
  msgstr ""
3953
 
3954
- #: src/Tribe/Main.php:989
3955
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3956
  msgstr ""
3957
 
3958
- #: src/Tribe/Main.php:987 vendor/tickets/src/Tribe/Main.php:425
3959
  msgid "Settings overview"
3960
  msgstr ""
3961
 
3962
- #: src/Tribe/Main.php:987
3963
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3964
  msgstr ""
3965
 
3966
- #: src/Tribe/Main.php:984
3967
  msgid "Support for The Events Calendar"
3968
  msgstr ""
3969
 
3970
- #: src/Tribe/Main.php:973
3971
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3972
  msgstr ""
3973
 
3974
- #: src/Tribe/Main.php:971 vendor/tickets/src/Tribe/Main.php:445
3975
  msgid "New User Primer"
3976
  msgstr ""
3977
 
@@ -4108,12 +4111,12 @@ msgstr ""
4108
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4109
  msgstr ""
4110
 
4111
- #: common/src/Tribe/PUE/Checker.php:651
4112
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4113
  msgid "Thanks for setting up a valid key. It will expire on %s"
4114
  msgstr ""
4115
 
4116
- #: src/Tribe/Main.php:948
4117
  msgid "<a href=\"%s\">edit Events settings</a>."
4118
  msgstr ""
4119
 
@@ -4260,7 +4263,7 @@ msgstr ""
4260
  msgid "Editing the ticket price is currently disallowed."
4261
  msgstr ""
4262
 
4263
- #: src/Tribe/Main.php:951
4264
  msgid "%1$s or %2$s"
4265
  msgstr ""
4266
 
@@ -4693,7 +4696,7 @@ msgid "More..."
4693
  msgstr "Daugiau..."
4694
 
4695
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4696
- #: src/Tribe/Main.php:1024
4697
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4698
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4699
  msgid "Events Calendar PRO"
@@ -5370,7 +5373,7 @@ msgid "News For Events Users"
5370
  msgstr "Naujienos renginių vartotojams"
5371
 
5372
  #: src/Tribe/Aggregator/API/Origins.php:36
5373
- #: src/Tribe/Aggregator/Record/Facebook.php:45
5374
  #: src/admin-views/admin-update-message.php:55
5375
  #: src/admin-views/aggregator/settings.php:393
5376
  #: src/admin-views/aggregator/status.php:181
@@ -7121,11 +7124,11 @@ msgstr "Saugos kodas"
7121
  msgid "Ticket #"
7122
  msgstr "Bilietas #"
7123
 
7124
- #: src/Tribe/Templates.php:663
7125
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7126
  msgstr "Šablono perrašymai tūrėtų būti perkelti į teisingą subdirektoriją: tribe_get_template_part('%s')"
7127
 
7128
- #: src/Tribe/Templates.php:619
7129
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7130
  msgstr "Šablono perrašymai tūrėtų būti perkelti į teisingą subdirektoriją: %s"
7131
 
@@ -7245,40 +7248,39 @@ msgstr "%s nustatytmai"
7245
  msgid "Events Settings"
7246
  msgstr "Renginių nustatymai"
7247
 
7248
- #: common/src/Tribe/PUE/Checker.php:583
7249
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7250
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7251
  msgstr ""
7252
 
7253
- #: common/src/Tribe/PUE/Checker.php:642
7254
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7255
  msgid "Valid Key! Expires on %s"
7256
  msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
7257
 
7258
- #: common/src/Tribe/PUE/Checker.php:624
7259
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7260
  msgid "Sorry, key validation server is not available."
7261
  msgstr "Deja, rakto tikrinimo serveris neprieinamas."
7262
 
7263
- #: common/src/Tribe/PUE/Checker.php:618
7264
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7265
  msgid "unknown date"
7266
  msgstr "nežinoma data"
7267
 
7268
- #: common/src/Tribe/PUE/Checker.php:566
7269
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7270
  msgid "License key(s) updated."
7271
  msgstr "Licencijavimo raktas(ai) atnaujintas(i)."
7272
 
7273
- #: common/src/Tribe/PUE/Checker.php:426 common/src/Tribe/PUE/Checker.php:438
7274
- #: common/src/Tribe/PUE/Checker.php:469
7275
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7276
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7277
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7278
  msgid "A valid license key is required for support and updates"
7279
  msgstr "Pagalbai ir atnaujinimams reikalingas galiojantis licencijos raktas"
7280
 
7281
- #: common/src/Tribe/PUE/Checker.php:425 common/src/Tribe/PUE/Checker.php:437
7282
  #: src/admin-views/aggregator/status.php:41
7283
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7284
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
@@ -7289,49 +7291,49 @@ msgstr "Licencijavimo raktas"
7289
  msgid "Error"
7290
  msgstr "Klaida"
7291
 
7292
- #: src/Tribe/Main.php:4220
7293
  msgid "Once Every 30 Mins"
7294
  msgstr "Kartą per 30 minučių"
7295
 
7296
- #: src/Tribe/Main.php:4147
7297
  msgid "Day Of"
7298
  msgstr "Išeiginė"
7299
 
7300
- #: src/Tribe/Main.php:4145
7301
  msgid "%s From"
7302
  msgstr "%s nuo"
7303
 
7304
- #: src/Tribe/Main.php:4143
7305
  msgid "%s In"
7306
  msgstr "%s kalendoriuje"
7307
 
7308
- #: src/Tribe/Main.php:4140 src/Tribe/Main.php:4156
7309
  #: src/admin-views/aggregator/origins/refine.php:7
7310
  msgid "Date"
7311
  msgstr "Data"
7312
 
7313
- #: src/Tribe/Main.php:4115
7314
  msgid "Search"
7315
  msgstr "Paieška"
7316
 
7317
- #: src/Tribe/Main.php:4090
7318
  msgid "Day"
7319
  msgstr "Diena"
7320
 
7321
- #: src/Tribe/Main.php:4073
7322
  msgid "Month"
7323
  msgstr "Mėnesis"
7324
 
7325
- #: src/Tribe/Main.php:4055
7326
  msgid "List"
7327
  msgstr "Sąrašas"
7328
 
7329
- #: src/Tribe/Main.php:4039
7330
  msgid "Calendar"
7331
  msgstr "Kalendorius"
7332
 
7333
  #: common/src/Tribe/Settings.php:242
7334
- #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4038
7335
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7336
  msgid "Settings"
7337
  msgstr "Nustatymai"
@@ -7345,7 +7347,7 @@ msgstr "CSV"
7345
  msgid "Add %s"
7346
  msgstr "Pridėti %s"
7347
 
7348
- #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3989
7349
  msgid "View Calendar"
7350
  msgstr "Peržiūrėti kalendorių"
7351
 
@@ -7353,53 +7355,53 @@ msgstr "Peržiūrėti kalendorių"
7353
  msgid "%s"
7354
  msgstr "%s"
7355
 
7356
- #: src/Tribe/Main.php:3936
7357
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7358
  msgstr "Ieškote papildomų funkcijų, įskaitant besikartojančių renginių, bilietų pardavimo, viešai pateikiamų renginių, naujų atvaizdavimų ir daugiau?"
7359
 
7360
- #: src/Tribe/Main.php:3931
7361
  msgid "Additional Functionality"
7362
  msgstr "Papildomos funkcijos"
7363
 
7364
- #: src/Tribe/Main.php:3886
7365
  msgid "News from Modern Tribe"
7366
  msgstr "Naujienos iš Modern Triba"
7367
 
7368
- #: src/Tribe/Main.php:3866
7369
  msgid "View All Add-Ons"
7370
  msgstr "Peržiūrėti visus papildinius"
7371
 
7372
- #: src/Tribe/Main.php:3863
7373
  msgid "Support"
7374
  msgstr "Pagalba"
7375
 
7376
- #: src/Tribe/Main.php:3516 src/Tribe/Main.php:3527
7377
  msgid "%s Information"
7378
  msgstr "%s informacija"
7379
 
7380
- #: src/Tribe/Main.php:3509
7381
  msgid "%s Options"
7382
  msgstr "%s parinktys"
7383
 
7384
- #: src/Tribe/Main.php:3439 src/Tribe/Main.php:3474
7385
  #: src/functions/template-tags/day.php:157
7386
  #: src/functions/template-tags/day.php:178
7387
  msgid "Date out of range."
7388
  msgstr "Data nepatenka į diapazoną."
7389
 
7390
- #: src/Tribe/Main.php:2204
7391
  msgid "all"
7392
  msgstr ""
7393
 
7394
- #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:91
7395
  msgid "events"
7396
  msgstr ""
7397
 
7398
- #: src/Tribe/Main.php:2202 src/functions/template-tags/general.php:69
7399
  msgid "event"
7400
  msgstr ""
7401
 
7402
- #: src/Tribe/Main.php:2201
7403
  msgid "page"
7404
  msgstr ""
7405
 
@@ -7440,129 +7442,129 @@ msgstr "Galimas %s"
7440
  msgid "My %s"
7441
  msgstr "Mano %s"
7442
 
7443
- #: src/Tribe/Main.php:1742 src/Tribe/Main.php:1762
7444
  msgid "%s draft updated."
7445
  msgstr "%s juodraštis atnaujintas."
7446
 
7447
- #: src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7448
  msgid "%s submitted."
7449
  msgstr "%s pateikta."
7450
 
7451
- #: src/Tribe/Main.php:1733 src/Tribe/Main.php:1753
7452
  msgid "%s published."
7453
  msgstr "%s paskelbta."
7454
 
7455
  #. translators: %s: date and time of the revision
7456
- #: src/Tribe/Main.php:1752
7457
  msgid "%s restored to revision from %s"
7458
  msgstr "%s atkurta į versiją iš %s"
7459
 
7460
  #. translators: Publish box date format, see http://php.net/date
7461
- #: src/Tribe/Main.php:1712 src/Tribe/Main.php:1740 src/Tribe/Main.php:1760
7462
  msgid "M j, Y @ G:i"
7463
  msgstr "M j, Y @ G:i"
7464
 
7465
- #: src/Tribe/Main.php:1701 src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7466
  msgid "%s saved."
7467
  msgstr "%s išsaugota."
7468
 
7469
  #. translators: %s: date and time of the revision
7470
- #: src/Tribe/Main.php:1695 src/Tribe/Main.php:1732
7471
  msgid "%1$s restored to revision from %2$s"
7472
  msgstr ""
7473
 
7474
- #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1727 src/Tribe/Main.php:1730
7475
- #: src/Tribe/Main.php:1747 src/Tribe/Main.php:1750
7476
  msgid "%s updated."
7477
  msgstr "%s atnaujinta."
7478
 
7479
- #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7480
  msgid "Custom field deleted."
7481
  msgstr "Pasirinktinis laukas ištrintas."
7482
 
7483
- #: src/Tribe/Main.php:1691 src/Tribe/Main.php:1728 src/Tribe/Main.php:1748
7484
  msgid "Custom field updated."
7485
  msgstr "Pasirinktinis laukas atnaujintas."
7486
 
7487
- #: src/Tribe/Main.php:1669
7488
  msgid "New %s Category Name"
7489
  msgstr ""
7490
 
7491
- #: src/Tribe/Main.php:1668
7492
  msgid "Add New %s Category"
7493
  msgstr "Pridėti naują %s kategoriją"
7494
 
7495
- #: src/Tribe/Main.php:1667
7496
  msgid "Update %s Category"
7497
  msgstr ""
7498
 
7499
- #: src/Tribe/Main.php:1666
7500
  msgid "Edit %s Category"
7501
  msgstr "Koreguoti %s kategoriją"
7502
 
7503
- #: src/Tribe/Main.php:1665
7504
  msgid "Parent %s Category:"
7505
  msgstr "Tėvinio %s kategorija:"
7506
 
7507
- #: src/Tribe/Main.php:1664
7508
  msgid "Parent %s Category"
7509
  msgstr "Tėvinio %s kategorija"
7510
 
7511
- #: src/Tribe/Main.php:1663
7512
  msgid "All %s Categories"
7513
  msgstr "Visos %s kategorijos"
7514
 
7515
- #: src/Tribe/Main.php:1662
7516
  msgid "Search %s Categories"
7517
  msgstr "Ieškoti %s kategorijas"
7518
 
7519
- #: src/Tribe/Main.php:1661
7520
  msgid "%s Category"
7521
  msgstr "%s kategorija"
7522
 
7523
- #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7524
  msgid "No %s found in Trash"
7525
  msgstr "Jokių %s šiukšliadėžėje nerasta"
7526
 
7527
- #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7528
  msgid "No %s found"
7529
  msgstr "Jokių %s nerasta"
7530
 
7531
- #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7532
  msgid "Search %s"
7533
  msgstr "Ieškoti %s"
7534
 
7535
- #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7536
  #: vendor/tickets/src/views/tickets/orders.php:26
7537
  msgid "View %s"
7538
  msgstr "Peržiūrėti %s"
7539
 
7540
- #: src/Tribe/Main.php:1647 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7541
  msgid "New %s"
7542
  msgstr "Naujas %s"
7543
 
7544
- #: src/Tribe/Main.php:1645 src/Tribe/Main.php:1776 src/Tribe/Main.php:1777
7545
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7546
  msgid "Add New %s"
7547
  msgstr "Pridėti naują %s"
7548
 
7549
- #: src/Tribe/Main.php:1644 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7550
  msgid "Add New"
7551
  msgstr "Pridėti naują"
7552
 
7553
- #: src/Tribe/Main.php:1611 src/Tribe/Main.php:2199
7554
  msgid "tag"
7555
  msgstr "žymė"
7556
 
7557
- #: src/Tribe/Main.php:1597 src/Tribe/Main.php:2200
7558
  msgid "category"
7559
  msgstr "kategorija"
7560
 
7561
- #: src/Tribe/Main.php:1378
11
  "Language: lt\n"
12
  "Project-Id-Version: Plugins - The Events Calendar - Stable (latest release)\n"
13
 
14
+ #: src/admin-views/aggregator/settings.php:55
15
+ msgid "Import events but preserve local changes to event fields."
16
+ msgstr ""
17
+
18
+ #: common/src/Tribe/PUE/Checker.php:422
19
+ msgid "%1$sBuy a license%2$s for the Event Aggregator service to access additional import features."
20
+ msgstr ""
21
+
22
  #: src/functions/template-tags/loop.php:171
23
  msgctxt "day_view"
24
  msgid "%1$s for %2$s"
33
  msgid "Change the default 3 events per day in month view. To impose no limit, you may specify -1. Please note there may be performance issues if you allow too many events per day. <a href=\"%s\">Read more</a>."
34
  msgstr ""
35
 
36
+ #: src/Tribe/Main.php:724
37
  msgctxt "all events slug"
38
  msgid "all"
39
  msgstr ""
42
  msgid "%s must be a whole number."
43
  msgstr ""
44
 
45
+ #: src/Tribe/Main.php:4117
46
  msgid "Keyword"
47
  msgstr ""
48
 
221
  msgid "Export Events"
222
  msgstr ""
223
 
224
+ #: src/Tribe/Main.php:723
225
  msgctxt "featured events slug"
226
  msgid "featured"
227
  msgstr ""
578
  msgid "Events Help"
579
  msgstr ""
580
 
581
+ #: common/src/Tribe/PUE/Checker.php:1316
582
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1313
583
  msgid "Expired license. Consult your network administrator."
584
  msgstr ""
585
 
586
+ #: common/src/Tribe/PUE/Checker.php:1315
587
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1312
588
  msgid "No license entered. Consult your network administrator."
589
  msgstr ""
590
 
591
+ #: common/src/Tribe/PUE/Checker.php:1314
592
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:1311
593
  msgid "A valid license has been entered by your network administrator."
594
  msgstr ""
595
 
596
+ #: common/src/Tribe/PUE/Checker.php:473
597
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:468
598
  msgid "Site License Key"
599
  msgstr ""
600
 
601
+ #: common/src/Tribe/PUE/Checker.php:462
602
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:457
603
  msgid "Check this box if you wish to override the network license key with your own"
604
  msgstr ""
605
 
606
+ #: common/src/Tribe/PUE/Checker.php:461
607
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:456
608
  msgid "Override network license key"
609
  msgstr ""
610
 
611
+ #: common/src/Tribe/PUE/Checker.php:452 common/src/Tribe/PUE/Checker.php:486
612
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:447
613
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:483
614
  msgid "License Key Status:"
1447
  msgid "Default Status"
1448
  msgstr ""
1449
 
 
 
 
 
1450
  #: src/admin-views/aggregator/settings.php:54
1451
  msgid "Do not re-import events. Changes made locally will be preserved."
1452
  msgstr ""
1751
  msgid "mi"
1752
  msgstr ""
1753
 
1754
+ #: src/Tribe/Main.php:935
1755
  msgid "The %3$s \"%1$s\" uses the \"/%2$s\" slug: the Events Calendar plugin will show its calendar in place of the page."
1756
  msgstr ""
1757
 
2269
  msgid "Sorry, but something went wrong. Please try again."
2270
  msgstr ""
2271
 
2272
+ #: src/Tribe/Aggregator/Records.php:252
2273
  msgctxt "event aggregator status"
2274
  msgid "Draft <span class=\"count\">(%s)</span>"
2275
  msgid_plural "Draft <span class=\"count\">(%s)</span>"
2277
  msgstr[1] ""
2278
  msgstr[2] ""
2279
 
2280
+ #: src/Tribe/Aggregator/Records.php:251
2281
  msgctxt "event aggregator status"
2282
  msgid "Draft"
2283
  msgstr ""
2284
 
2285
+ #: src/Tribe/Aggregator/Records.php:242
2286
  msgctxt "event aggregator status"
2287
  msgid "Pending <span class=\"count\">(%s)</span>"
2288
  msgid_plural "Pending <span class=\"count\">(%s)</span>"
2290
  msgstr[1] ""
2291
  msgstr[2] ""
2292
 
2293
+ #: src/Tribe/Aggregator/Records.php:241
2294
  msgctxt "event aggregator status"
2295
  msgid "Pending"
2296
  msgstr ""
2297
 
2298
+ #: src/Tribe/Aggregator/Records.php:232
2299
  msgctxt "event aggregator status"
2300
  msgid "Schedule <span class=\"count\">(%s)</span>"
2301
  msgid_plural "Schedule <span class=\"count\">(%s)</span>"
2303
  msgstr[1] ""
2304
  msgstr[2] ""
2305
 
2306
+ #: src/Tribe/Aggregator/Records.php:231
2307
  msgctxt "event aggregator status"
2308
  msgid "Schedule"
2309
  msgstr ""
2310
 
2311
+ #: src/Tribe/Aggregator/Records.php:222
2312
  msgctxt "event aggregator status"
2313
  msgid "Failed <span class=\"count\">(%s)</span>"
2314
  msgid_plural "Failed <span class=\"count\">(%s)</span>"
2316
  msgstr[1] ""
2317
  msgstr[2] ""
2318
 
2319
+ #: src/Tribe/Aggregator/Records.php:221
2320
  msgctxt "event aggregator status"
2321
  msgid "Failed"
2322
  msgstr ""
2323
 
2324
+ #: src/Tribe/Aggregator/Records.php:212
2325
  msgctxt "event aggregator status"
2326
  msgid "Imported <span class=\"count\">(%s)</span>"
2327
  msgid_plural "Imported <span class=\"count\">(%s)</span>"
2329
  msgstr[1] ""
2330
  msgstr[2] ""
2331
 
2332
+ #: src/Tribe/Aggregator/Records.php:211
2333
  msgctxt "event aggregator status"
2334
  msgid "Imported"
2335
  msgstr ""
2336
 
2337
+ #: src/Tribe/Aggregator/Records.php:174
2338
  msgid "No Aggregator Records found in Trash."
2339
  msgstr ""
2340
 
2341
+ #: src/Tribe/Aggregator/Records.php:173
2342
  msgid "No Aggregator Records found."
2343
  msgstr ""
2344
 
2345
+ #: src/Tribe/Aggregator/Records.php:172
2346
  msgid "Parent Aggregator Record:"
2347
  msgstr ""
2348
 
2349
+ #: src/Tribe/Aggregator/Records.php:171
2350
  msgid "Search Aggregator Records"
2351
  msgstr ""
2352
 
2353
+ #: src/Tribe/Aggregator/Records.php:170
2354
  msgid "All Aggregator Records"
2355
  msgstr ""
2356
 
2357
+ #: src/Tribe/Aggregator/Records.php:169
2358
  msgid "View Aggregator Record"
2359
  msgstr ""
2360
 
2361
+ #: src/Tribe/Aggregator/Records.php:168
2362
  msgid "Edit Aggregator Record"
2363
  msgstr ""
2364
 
2365
+ #: src/Tribe/Aggregator/Records.php:167
2366
  msgid "New Aggregator Record"
2367
  msgstr ""
2368
 
2369
+ #: src/Tribe/Aggregator/Records.php:166
2370
  msgid "Add New Aggregator Record"
2371
  msgstr ""
2372
 
2373
+ #: src/Tribe/Aggregator/Records.php:165
2374
  msgctxt "record"
2375
  msgid "Add New"
2376
  msgstr ""
2377
 
2378
+ #: src/Tribe/Aggregator/Records.php:164
2379
  msgctxt "add new on admin bar"
2380
  msgid "Aggregator Record"
2381
  msgstr ""
2382
 
2383
+ #: src/Tribe/Aggregator/Records.php:163
2384
  msgctxt "admin menu"
2385
  msgid "Aggregator Records"
2386
  msgstr ""
2387
 
2388
+ #: src/Tribe/Aggregator/Records.php:162
2389
  msgctxt "post type singular name"
2390
  msgid "Aggregator Record"
2391
  msgstr ""
2392
 
2393
+ #: src/Tribe/Aggregator/Records.php:161
2394
  msgctxt "post type general name"
2395
  msgid "Aggregator Records"
2396
  msgstr ""
2397
 
2398
+ #: src/Tribe/Aggregator/Records.php:144
2399
  msgid "Events Aggregator Record"
2400
  msgstr ""
2401
 
3005
  msgstr[1] ""
3006
  msgstr[2] ""
3007
 
3008
+ #: common/src/Tribe/PUE/Checker.php:763
3009
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:760
3010
  msgid "There is an update for %s. %sRenew your license%s to get access to bug fixes, security updates, and new features."
3011
  msgstr ""
3012
 
3013
+ #: common/src/Tribe/PUE/Checker.php:707
3014
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:704
3015
  msgid "There is an update for %s. You'll need to %scheck your license%s to have access to updates, downloads, and support."
3016
  msgstr ""
3017
 
3018
+ #: common/src/Tribe/PUE/Checker.php:681 common/src/Tribe/PUE/Notices.php:269
3019
  #: src/Tribe/Aggregator/Record/Abstract.php:850
3020
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:678
3021
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:269
3022
  msgid " (opens in a new window)"
3023
  msgstr ""
3024
 
3025
+ #: common/src/Tribe/PUE/Checker.php:679 common/src/Tribe/PUE/Notices.php:267
3026
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:676
3027
  #: vendor/tickets/common/src/Tribe/PUE/Notices.php:267
3028
  msgid "Renew Your License Now"
3186
  msgid "Rate %1$sThe Events Calendar%2$s %3$s"
3187
  msgstr ""
3188
 
 
3189
  #: vendor/tickets/common/src/Tribe/Credits.php:31
3190
  msgid "This calendar is powered by %1$s."
3191
  msgstr ""
3602
  msgid "No notable changes detected"
3603
  msgstr ""
3604
 
3605
+ #: src/Tribe/Main.php:2580
3606
  msgid " (View Full %1$s Description Here: %2$s)"
3607
  msgstr ""
3608
 
3844
  msgid "No %1$s scheduled for %2$s. Please try another day."
3845
  msgstr ""
3846
 
3847
+ #: src/Tribe/Main.php:3938
3848
  msgid "Check out the %savailable add-ons%s."
3849
  msgstr ""
3850
 
3851
+ #: src/Tribe/Main.php:1807
3852
  msgid "Without a defined location your event will not display a %sGoogle Rich Snippet%s on the search results."
3853
  msgstr ""
3854
 
3855
+ #: src/Tribe/Main.php:1738 src/Tribe/Main.php:1758
3856
  msgid "%1$s scheduled for: %2$s."
3857
  msgstr ""
3858
 
3859
+ #: src/Tribe/Main.php:1719
3860
  msgid "%1$s draft updated. %2$sPreview %3$s"
3861
  msgstr ""
3862
 
3863
+ #: src/Tribe/Main.php:1710
3864
  msgid "%1$s scheduled for: %2$s. %3$sPreview %4$s"
3865
  msgstr ""
3866
 
3867
+ #: src/Tribe/Main.php:1704
3868
  msgid "%1$s submitted. %2$sPreview %3$s"
3869
  msgstr ""
3870
 
3871
+ #: src/Tribe/Main.php:1698
3872
  msgid "Event published. %1$sView %2$s"
3873
  msgstr ""
3874
 
3875
+ #: src/Tribe/Main.php:1687
3876
  msgid "%1$s updated. %2$sView %3$s"
3877
  msgstr ""
3878
 
3879
+ #: src/Tribe/Main.php:1391
3880
  msgid "It appears as if the tribe-common libraries cannot be found! The directory should be in the \"common/\" directory in the events calendar plugin."
3881
  msgstr ""
3882
 
3883
+ #: src/Tribe/Main.php:1031 vendor/tickets/src/Tribe/Main.php:477
3884
  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)."
3885
  msgstr ""
3886
 
3887
+ #: src/Tribe/Main.php:1030 vendor/tickets/src/Tribe/Main.php:471
3888
  #: vendor/tickets/src/Tribe/Main.php:476
3889
  msgid "post a thread"
3890
  msgstr ""
3891
 
3892
+ #: src/Tribe/Main.php:1026
3893
  msgid "<strong>Looking for more immediate support?</strong> 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."
3894
  msgstr ""
3895
 
3896
+ #: src/Tribe/Main.php:1022 vendor/tickets/src/Tribe/Main.php:465
3897
  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."
3898
  msgstr ""
3899
 
3900
+ #: src/Tribe/Main.php:1021 vendor/tickets/src/Tribe/Main.php:464
3901
  msgid "open-source forum on WordPress.org"
3902
  msgstr ""
3903
 
3904
+ #: src/Tribe/Main.php:1017
3905
  msgid "<strong>Looking for more immediate support?</strong> We offer %s with the purchase of any of our premium plugins. Pick up a license and you can post there directly and expect a response within 24-48 hours during weekdays"
3906
  msgstr ""
3907
 
3908
+ #: src/Tribe/Main.php:1016 src/Tribe/Main.php:1024
3909
  #: vendor/tickets/src/Tribe/Main.php:467
3910
  msgid "premium support on our website"
3911
  msgstr ""
3912
 
3913
+ #: src/Tribe/Main.php:1014
3914
  msgid "If you have tried the above steps and are still having trouble, you can post a new thread to our WordPress.org forums for %1$s or %2$s. Our support staff monitors these forums once a week and would be happy to assist you there. "
3915
  msgstr ""
3916
 
3917
+ #: src/Tribe/Main.php:1013
3918
  msgid "Events Tickets"
3919
  msgstr ""
3920
 
3921
+ #: src/Tribe/Main.php:998
3922
  msgid "Customizing the Events plugins"
3923
  msgstr ""
3924
 
3925
+ #: src/Tribe/Main.php:998
3926
  msgid "%s: Code and guides for customizing your calendar in useful and interesting ways."
3927
  msgstr ""
3928
 
3929
+ #: src/Tribe/Main.php:996 vendor/tickets/src/Tribe/Main.php:427
3930
  msgid "Troubleshooting common problems"
3931
  msgstr ""
3932
 
3933
+ #: src/Tribe/Main.php:996
3934
  msgid "%s: Do you see an issue with your calendar? Go here first to find where it’s coming from and how to fix it."
3935
  msgstr ""
3936
 
3937
+ #: src/Tribe/Main.php:994
3938
  msgid "Using stylesheets and page templates"
3939
  msgstr ""
3940
 
3941
+ #: src/Tribe/Main.php:994
3942
  msgid "%s: An overview of the default templates and styles that are included in the plugin, as well as how to change them."
3943
  msgstr ""
3944
 
3945
+ #: src/Tribe/Main.php:992
3946
  msgid "Themer’s Guide"
3947
  msgstr ""
3948
 
3949
+ #: src/Tribe/Main.php:992
3950
  msgid "%s: Our most comprehensive outline for customizing the calendar to suit your needs, including custom layouts and styles."
3951
  msgstr ""
3952
 
3953
+ #: src/Tribe/Main.php:990 vendor/tickets/src/Tribe/Main.php:426
3954
  msgid "Features overview"
3955
  msgstr ""
3956
 
3957
+ #: src/Tribe/Main.php:990
3958
  msgid "%s: A complete look at the features you can expect to see right out of the box as well as how to use them."
3959
  msgstr ""
3960
 
3961
+ #: src/Tribe/Main.php:988 vendor/tickets/src/Tribe/Main.php:425
3962
  msgid "Settings overview"
3963
  msgstr ""
3964
 
3965
+ #: src/Tribe/Main.php:988
3966
  msgid "%s: A thorough walkthrough of The Events Calendar and the settings that are available to you."
3967
  msgstr ""
3968
 
3969
+ #: src/Tribe/Main.php:985
3970
  msgid "Support for The Events Calendar"
3971
  msgstr ""
3972
 
3973
+ #: src/Tribe/Main.php:974
3974
  msgid "We are committed to helping make your calendar spectacular and have a wealth of resources available, including a handy %s to get your calendar up and running."
3975
  msgstr ""
3976
 
3977
+ #: src/Tribe/Main.php:972 vendor/tickets/src/Tribe/Main.php:445
3978
  msgid "New User Primer"
3979
  msgstr ""
3980
 
4111
  msgid "Enter the format to use for displaying dates with the year. Used when displaying a date in a future year."
4112
  msgstr ""
4113
 
4114
+ #: common/src/Tribe/PUE/Checker.php:654
4115
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:651
4116
  msgid "Thanks for setting up a valid key. It will expire on %s"
4117
  msgstr ""
4118
 
4119
+ #: src/Tribe/Main.php:949
4120
  msgid "<a href=\"%s\">edit Events settings</a>."
4121
  msgstr ""
4122
 
4263
  msgid "Editing the ticket price is currently disallowed."
4264
  msgstr ""
4265
 
4266
+ #: src/Tribe/Main.php:952
4267
  msgid "%1$s or %2$s"
4268
  msgstr ""
4269
 
4696
  msgstr "Daugiau..."
4697
 
4698
  #: common/src/Tribe/Admin/Help_Page.php:183 common/src/Tribe/App_Shop.php:111
4699
+ #: src/Tribe/Main.php:1025
4700
  #: vendor/tickets/common/src/Tribe/Admin/Help_Page.php:183
4701
  #: vendor/tickets/common/src/Tribe/App_Shop.php:111
4702
  msgid "Events Calendar PRO"
5373
  msgstr "Naujienos renginių vartotojams"
5374
 
5375
  #: src/Tribe/Aggregator/API/Origins.php:36
5376
+ #: src/Tribe/Aggregator/Record/Facebook.php:46
5377
  #: src/admin-views/admin-update-message.php:55
5378
  #: src/admin-views/aggregator/settings.php:393
5379
  #: src/admin-views/aggregator/status.php:181
7124
  msgid "Ticket #"
7125
  msgstr "Bilietas #"
7126
 
7127
+ #: src/Tribe/Templates.php:664
7128
  msgid "Template overrides should be moved to the correct subdirectory: tribe_get_template_part('%s')"
7129
  msgstr "Šablono perrašymai tūrėtų būti perkelti į teisingą subdirektoriją: tribe_get_template_part('%s')"
7130
 
7131
+ #: src/Tribe/Templates.php:620
7132
  msgid "Template overrides should be moved to the correct subdirectory: %s"
7133
  msgstr "Šablono perrašymai tūrėtų būti perkelti į teisingą subdirektoriją: %s"
7134
 
7248
  msgid "Events Settings"
7249
  msgstr "Renginių nustatymai"
7250
 
7251
+ #: common/src/Tribe/PUE/Checker.php:586
7252
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:583
7253
  msgid "Hmmm... something's wrong with this validator. Please contact %ssupport%s."
7254
  msgstr ""
7255
 
7256
+ #: common/src/Tribe/PUE/Checker.php:645
7257
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:642
7258
  msgid "Valid Key! Expires on %s"
7259
  msgstr "Galiojantis raktas! Galiojimas baigiasi %s"
7260
 
7261
+ #: common/src/Tribe/PUE/Checker.php:627
7262
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:624
7263
  msgid "Sorry, key validation server is not available."
7264
  msgstr "Deja, rakto tikrinimo serveris neprieinamas."
7265
 
7266
+ #: common/src/Tribe/PUE/Checker.php:621
7267
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:618
7268
  msgid "unknown date"
7269
  msgstr "nežinoma data"
7270
 
7271
+ #: common/src/Tribe/PUE/Checker.php:569
7272
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:566
7273
  msgid "License key(s) updated."
7274
  msgstr "Licencijavimo raktas(ai) atnaujintas(i)."
7275
 
7276
+ #: common/src/Tribe/PUE/Checker.php:419
 
7277
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:426
7278
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:438
7279
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:469
7280
  msgid "A valid license key is required for support and updates"
7281
  msgstr "Pagalbai ir atnaujinimams reikalingas galiojantis licencijos raktas"
7282
 
7283
+ #: common/src/Tribe/PUE/Checker.php:434 common/src/Tribe/PUE/Checker.php:444
7284
  #: src/admin-views/aggregator/status.php:41
7285
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:425
7286
  #: vendor/tickets/common/src/Tribe/PUE/Checker.php:437
7291
  msgid "Error"
7292
  msgstr "Klaida"
7293
 
7294
+ #: src/Tribe/Main.php:4221
7295
  msgid "Once Every 30 Mins"
7296
  msgstr "Kartą per 30 minučių"
7297
 
7298
+ #: src/Tribe/Main.php:4148
7299
  msgid "Day Of"
7300
  msgstr "Išeiginė"
7301
 
7302
+ #: src/Tribe/Main.php:4146
7303
  msgid "%s From"
7304
  msgstr "%s nuo"
7305
 
7306
+ #: src/Tribe/Main.php:4144
7307
  msgid "%s In"
7308
  msgstr "%s kalendoriuje"
7309
 
7310
+ #: src/Tribe/Main.php:4141 src/Tribe/Main.php:4157
7311
  #: src/admin-views/aggregator/origins/refine.php:7
7312
  msgid "Date"
7313
  msgstr "Data"
7314
 
7315
+ #: src/Tribe/Main.php:4116
7316
  msgid "Search"
7317
  msgstr "Paieška"
7318
 
7319
+ #: src/Tribe/Main.php:4091
7320
  msgid "Day"
7321
  msgstr "Diena"
7322
 
7323
+ #: src/Tribe/Main.php:4074
7324
  msgid "Month"
7325
  msgstr "Mėnesis"
7326
 
7327
+ #: src/Tribe/Main.php:4056
7328
  msgid "List"
7329
  msgstr "Sąrašas"
7330
 
7331
+ #: src/Tribe/Main.php:4040
7332
  msgid "Calendar"
7333
  msgstr "Kalendorius"
7334
 
7335
  #: common/src/Tribe/Settings.php:242
7336
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:89 src/Tribe/Main.php:4039
7337
  #: vendor/tickets/common/src/Tribe/Settings.php:242
7338
  msgid "Settings"
7339
  msgstr "Nustatymai"
7347
  msgid "Add %s"
7348
  msgstr "Pridėti %s"
7349
 
7350
+ #: src/Tribe/Admin/Bar/Default_Configurator.php:45 src/Tribe/Main.php:3990
7351
  msgid "View Calendar"
7352
  msgstr "Peržiūrėti kalendorių"
7353
 
7355
  msgid "%s"
7356
  msgstr "%s"
7357
 
7358
+ #: src/Tribe/Main.php:3937
7359
  msgid "Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views and more?"
7360
  msgstr "Ieškote papildomų funkcijų, įskaitant besikartojančių renginių, bilietų pardavimo, viešai pateikiamų renginių, naujų atvaizdavimų ir daugiau?"
7361
 
7362
+ #: src/Tribe/Main.php:3932
7363
  msgid "Additional Functionality"
7364
  msgstr "Papildomos funkcijos"
7365
 
7366
+ #: src/Tribe/Main.php:3887
7367
  msgid "News from Modern Tribe"
7368
  msgstr "Naujienos iš Modern Triba"
7369
 
7370
+ #: src/Tribe/Main.php:3867
7371
  msgid "View All Add-Ons"
7372
  msgstr "Peržiūrėti visus papildinius"
7373
 
7374
+ #: src/Tribe/Main.php:3864
7375
  msgid "Support"
7376
  msgstr "Pagalba"
7377
 
7378
+ #: src/Tribe/Main.php:3517 src/Tribe/Main.php:3528
7379
  msgid "%s Information"
7380
  msgstr "%s informacija"
7381
 
7382
+ #: src/Tribe/Main.php:3510
7383
  msgid "%s Options"
7384
  msgstr "%s parinktys"
7385
 
7386
+ #: src/Tribe/Main.php:3440 src/Tribe/Main.php:3475
7387
  #: src/functions/template-tags/day.php:157
7388
  #: src/functions/template-tags/day.php:178
7389
  msgid "Date out of range."
7390
  msgstr "Data nepatenka į diapazoną."
7391
 
7392
+ #: src/Tribe/Main.php:2205
7393
  msgid "all"
7394
  msgstr ""
7395
 
7396
+ #: src/Tribe/Main.php:2204 src/functions/template-tags/general.php:91
7397
  msgid "events"
7398
  msgstr ""
7399
 
7400
+ #: src/Tribe/Main.php:2203 src/functions/template-tags/general.php:69
7401
  msgid "event"
7402
  msgstr ""
7403
 
7404
+ #: src/Tribe/Main.php:2202
7405
  msgid "page"
7406
  msgstr ""
7407
 
7442
  msgid "My %s"
7443
  msgstr "Mano %s"
7444
 
7445
+ #: src/Tribe/Main.php:1743 src/Tribe/Main.php:1763
7446
  msgid "%s draft updated."
7447
  msgstr "%s juodraštis atnaujintas."
7448
 
7449
+ #: src/Tribe/Main.php:1736 src/Tribe/Main.php:1756
7450
  msgid "%s submitted."
7451
  msgstr "%s pateikta."
7452
 
7453
+ #: src/Tribe/Main.php:1734 src/Tribe/Main.php:1754
7454
  msgid "%s published."
7455
  msgstr "%s paskelbta."
7456
 
7457
  #. translators: %s: date and time of the revision
7458
+ #: src/Tribe/Main.php:1753
7459
  msgid "%s restored to revision from %s"
7460
  msgstr "%s atkurta į versiją iš %s"
7461
 
7462
  #. translators: Publish box date format, see http://php.net/date
7463
+ #: src/Tribe/Main.php:1713 src/Tribe/Main.php:1741 src/Tribe/Main.php:1761
7464
  msgid "M j, Y @ G:i"
7465
  msgstr "M j, Y @ G:i"
7466
 
7467
+ #: src/Tribe/Main.php:1702 src/Tribe/Main.php:1735 src/Tribe/Main.php:1755
7468
  msgid "%s saved."
7469
  msgstr "%s išsaugota."
7470
 
7471
  #. translators: %s: date and time of the revision
7472
+ #: src/Tribe/Main.php:1696 src/Tribe/Main.php:1733
7473
  msgid "%1$s restored to revision from %2$s"
7474
  msgstr ""
7475
 
7476
+ #: src/Tribe/Main.php:1694 src/Tribe/Main.php:1728 src/Tribe/Main.php:1731
7477
+ #: src/Tribe/Main.php:1748 src/Tribe/Main.php:1751
7478
  msgid "%s updated."
7479
  msgstr "%s atnaujinta."
7480
 
7481
+ #: src/Tribe/Main.php:1693 src/Tribe/Main.php:1730 src/Tribe/Main.php:1750
7482
  msgid "Custom field deleted."
7483
  msgstr "Pasirinktinis laukas ištrintas."
7484
 
7485
+ #: src/Tribe/Main.php:1692 src/Tribe/Main.php:1729 src/Tribe/Main.php:1749
7486
  msgid "Custom field updated."
7487
  msgstr "Pasirinktinis laukas atnaujintas."
7488
 
7489
+ #: src/Tribe/Main.php:1670
7490
  msgid "New %s Category Name"
7491
  msgstr ""
7492
 
7493
+ #: src/Tribe/Main.php:1669
7494
  msgid "Add New %s Category"
7495
  msgstr "Pridėti naują %s kategoriją"
7496
 
7497
+ #: src/Tribe/Main.php:1668
7498
  msgid "Update %s Category"
7499
  msgstr ""
7500
 
7501
+ #: src/Tribe/Main.php:1667
7502
  msgid "Edit %s Category"
7503
  msgstr "Koreguoti %s kategoriją"
7504
 
7505
+ #: src/Tribe/Main.php:1666
7506
  msgid "Parent %s Category:"
7507
  msgstr "Tėvinio %s kategorija:"
7508
 
7509
+ #: src/Tribe/Main.php:1665
7510
  msgid "Parent %s Category"
7511
  msgstr "Tėvinio %s kategorija"
7512
 
7513
+ #: src/Tribe/Main.php:1664
7514
  msgid "All %s Categories"
7515
  msgstr "Visos %s kategorijos"
7516
 
7517
+ #: src/Tribe/Main.php:1663
7518
  msgid "Search %s Categories"
7519
  msgstr "Ieškoti %s kategorijas"
7520
 
7521
+ #: src/Tribe/Main.php:1662
7522
  msgid "%s Category"
7523
  msgstr "%s kategorija"
7524
 
7525
+ #: src/Tribe/Main.php:1652 src/Tribe/Organizer.php:78 src/Tribe/Venue.php:84
7526
  msgid "No %s found in Trash"
7527
  msgstr "Jokių %s šiukšliadėžėje nerasta"
7528
 
7529
+ #: src/Tribe/Main.php:1651 src/Tribe/Organizer.php:77 src/Tribe/Venue.php:83
7530
  msgid "No %s found"
7531
  msgstr "Jokių %s nerasta"
7532
 
7533
+ #: src/Tribe/Main.php:1650 src/Tribe/Organizer.php:76 src/Tribe/Venue.php:82
7534
  msgid "Search %s"
7535
  msgstr "Ieškoti %s"
7536
 
7537
+ #: src/Tribe/Main.php:1649 src/Tribe/Organizer.php:75 src/Tribe/Venue.php:81
7538
  #: vendor/tickets/src/views/tickets/orders.php:26
7539
  msgid "View %s"
7540
  msgstr "Peržiūrėti %s"
7541
 
7542
+ #: src/Tribe/Main.php:1648 src/Tribe/Organizer.php:74 src/Tribe/Venue.php:80
7543
  msgid "New %s"
7544
  msgstr "Naujas %s"
7545
 
7546
+ #: src/Tribe/Main.php:1646 src/Tribe/Main.php:1777 src/Tribe/Main.php:1778
7547
  #: src/Tribe/Organizer.php:72 src/Tribe/Venue.php:78
7548
  msgid "Add New %s"
7549
  msgstr "Pridėti naują %s"
7550
 
7551
+ #: src/Tribe/Main.php:1645 src/Tribe/Organizer.php:71 src/Tribe/Venue.php:77
7552
  msgid "Add New"
7553
  msgstr "Pridėti naują"
7554
 
7555
+ #: src/Tribe/Main.php:1612 src/Tribe/Main.php:2200
7556
  msgid "tag"
7557
  msgstr "žymė"
7558
 
7559
+ #: src/Tribe/Main.php:1598 src/Tribe/Main.php:2201
7560
  msgid "category"
7561
  msgstr "kategorija"
7562
 
7563
+ #: src/Tribe/Main.php:13