All-in-One Event Calendar - Version 2.5.17

Version Description

Download this release

Release Info

Developer calvinyeh
Plugin Icon 128x128 All-in-One Event Calendar
Version 2.5.17
Comparing to
See all releases

Code changes from version 2.5.16 to 2.5.17

Files changed (88) hide show
  1. all-in-one-event-calendar.php +1 -1
  2. app/config/constants.php +1 -1
  3. app/model/api/api-abstract.php +9 -7
  4. app/model/api/api-registration.php +12 -3
  5. app/model/search.php +13 -6
  6. app/model/settings-view.php +1 -1
  7. app/model/settings.php +2 -11
  8. app/view/admin/add-new-event.php +1 -1
  9. app/view/admin/add-ons.php +3 -3
  10. app/view/admin/tickets.php +1 -2
  11. app/view/calendar/view/agenda.php +15 -3
  12. app/view/calendar/view/month.php +5 -2
  13. app/view/event/single.php +31 -14
  14. app/view/event/time.php +5 -2
  15. language/all-in-one-event-calendar-ar.po +63 -72
  16. language/all-in-one-event-calendar-bg_BG.mo +0 -0
  17. language/all-in-one-event-calendar-bg_BG.po +63 -72
  18. language/all-in-one-event-calendar-ca.po +63 -72
  19. language/all-in-one-event-calendar-cs_CZ.mo +0 -0
  20. language/all-in-one-event-calendar-cs_CZ.po +68 -83
  21. language/all-in-one-event-calendar-da_DK.mo +0 -0
  22. language/all-in-one-event-calendar-da_DK.po +63 -78
  23. language/all-in-one-event-calendar-de_CH.mo +0 -0
  24. language/all-in-one-event-calendar-de_CH.po +63 -72
  25. language/all-in-one-event-calendar-de_DE.mo +0 -0
  26. language/all-in-one-event-calendar-de_DE.po +63 -72
  27. language/all-in-one-event-calendar-el.mo +0 -0
  28. language/all-in-one-event-calendar-el.po +63 -72
  29. language/all-in-one-event-calendar-en_AU.mo +0 -0
  30. language/all-in-one-event-calendar-en_AU.po +63 -72
  31. language/all-in-one-event-calendar-en_GB.mo +0 -0
  32. language/all-in-one-event-calendar-en_GB.po +63 -72
  33. language/all-in-one-event-calendar-es_ES.mo +0 -0
  34. language/all-in-one-event-calendar-es_ES.po +63 -72
  35. language/all-in-one-event-calendar-et.po +63 -72
  36. language/all-in-one-event-calendar-eu.po +63 -72
  37. language/all-in-one-event-calendar-fi.po +63 -72
  38. language/all-in-one-event-calendar-fr_FR.mo +0 -0
  39. language/all-in-one-event-calendar-fr_FR.po +63 -72
  40. language/all-in-one-event-calendar-gl_ES.po +63 -72
  41. language/all-in-one-event-calendar-he_IL.mo +0 -0
  42. language/all-in-one-event-calendar-he_IL.po +63 -72
  43. language/all-in-one-event-calendar-hi.po +63 -72
  44. language/all-in-one-event-calendar-hr.po +63 -72
  45. language/all-in-one-event-calendar-hu_HU.mo +0 -0
  46. language/all-in-one-event-calendar-hu_HU.po +63 -72
  47. language/all-in-one-event-calendar-id_ID.po +63 -72
  48. language/all-in-one-event-calendar-is.po +63 -72
  49. language/all-in-one-event-calendar-it_IT.mo +0 -0
  50. language/all-in-one-event-calendar-it_IT.po +63 -72
  51. language/all-in-one-event-calendar-ja.mo +0 -0
  52. language/all-in-one-event-calendar-ja.po +63 -74
  53. language/all-in-one-event-calendar-lv.mo +0 -0
  54. language/all-in-one-event-calendar-lv.po +63 -72
  55. language/all-in-one-event-calendar-nb_NO.po +63 -72
  56. language/all-in-one-event-calendar-nl_NL.mo +0 -0
  57. language/all-in-one-event-calendar-nl_NL.po +63 -72
  58. language/all-in-one-event-calendar-pl_PL.mo +0 -0
  59. language/all-in-one-event-calendar-pl_PL.po +63 -72
  60. language/all-in-one-event-calendar-pt_BR.mo +0 -0
  61. language/all-in-one-event-calendar-pt_BR.po +63 -72
  62. language/all-in-one-event-calendar-pt_PT.mo +0 -0
  63. language/all-in-one-event-calendar-pt_PT.po +63 -72
  64. language/all-in-one-event-calendar-ro_RO.mo +0 -0
  65. language/all-in-one-event-calendar-ro_RO.po +63 -72
  66. language/all-in-one-event-calendar-ru_RU.mo +0 -0
  67. language/all-in-one-event-calendar-ru_RU.po +63 -72
  68. language/all-in-one-event-calendar-sk_SK.po +63 -72
  69. language/all-in-one-event-calendar-sl_SI.mo +0 -0
  70. language/all-in-one-event-calendar-sl_SI.po +63 -72
  71. language/all-in-one-event-calendar-sv_SE.mo +0 -0
  72. language/all-in-one-event-calendar-sv_SE.po +63 -72
  73. language/all-in-one-event-calendar-th.po +63 -72
  74. language/all-in-one-event-calendar-tr_TR.po +63 -72
  75. language/all-in-one-event-calendar-uk.po +63 -72
  76. language/all-in-one-event-calendar-zh_CN.po +63 -72
  77. language/all-in-one-event-calendar.mo +0 -0
  78. language/all-in-one-event-calendar.po +104 -106
  79. language/all-in-one-event-calendar.pot +94 -94
  80. lib/bootstrap/loader-map.php +486 -18
  81. lib/import-export/ics.php +1 -4
  82. lib/news/feed.php +3 -3
  83. lib/recurrence/rule.php +2 -1
  84. lib/twig/ai1ec-extension.php +19 -1
  85. public/admin/plugins/ics/import_feed.php +2 -2
  86. public/admin/twig/form-elements/select.twig +2 -2
  87. public/js/pages/add_new_event.js +1 -1
  88. public/js/pages/calendar.js +0 -1
all-in-one-event-calendar.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
6
  * Author: Time.ly Network Inc.
7
  * Author URI: http://time.ly/
8
- * Version: 2.5.16
9
  * Text Domain: all-in-one-event-calendar
10
  * Domain Path: /language
11
  */
5
  * Description: A calendar system with month, week, day, agenda views, upcoming events widget, color-coded categories, recurrence, and import/export of .ics feeds.
6
  * Author: Time.ly Network Inc.
7
  * Author URI: http://time.ly/
8
+ * Version: 2.5.17
9
  * Text Domain: all-in-one-event-calendar
10
  * Domain Path: /language
11
  */
app/config/constants.php CHANGED
@@ -50,7 +50,7 @@ function ai1ec_initiate_constants( $ai1ec_base_dir, $ai1ec_base_url ) {
50
  // = Plugin Version =
51
  // ==================
52
  if ( ! defined( 'AI1EC_VERSION' ) ) {
53
- define( 'AI1EC_VERSION', '2.5.16' );
54
  }
55
 
56
  // ================
50
  // = Plugin Version =
51
  // ==================
52
  if ( ! defined( 'AI1EC_VERSION' ) ) {
53
+ define( 'AI1EC_VERSION', '2.5.17' );
54
  }
55
 
56
  // ================
app/model/api/api-abstract.php CHANGED
@@ -269,16 +269,18 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
269
  if ( ! $createIfNotExists ) {
270
  return 0;
271
  }
272
- //if the calendar is not saved on settings it should exists on API
273
  $ticketing_calendar_id = $this->_find_user_calendar();
274
  if ( 0 < $ticketing_calendar_id ) {
275
- $this->save_calendar_id( $ticketing_calendar_id );
 
276
  return $ticketing_calendar_id;
277
  } else {
278
- //if the calendar should not exist on API, we will created
279
  $ticketing_calendar_id = $this->_create_calendar();
280
  if ( 0 < $ticketing_calendar_id ) {
281
  $this->save_calendar_id( $ticketing_calendar_id );
 
282
  return $ticketing_calendar_id;
283
  } else {
284
  return 0;
@@ -297,13 +299,13 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
297
  );
298
  $response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars',
299
  json_encode( $body )
300
- );
301
  if ( $this->is_response_success( $response ) ) {
302
  if ( is_array( $response->body ) ) {
303
  return $response->body[0]->id;
304
  } else {
305
  return $response->body->id;
306
- }
307
  } else {
308
  return 0;
309
  }
@@ -383,8 +385,8 @@ abstract class Ai1ec_Api_Abstract extends Ai1ec_App {
383
  $subscriptions = array();
384
  }
385
 
386
- // Save for 30 minutes
387
- $minutes = 30;
388
  set_site_transient( 'ai1ec_api_subscriptions', $subscriptions, $minutes * 60 );
389
  }
390
 
269
  if ( ! $createIfNotExists ) {
270
  return 0;
271
  }
272
+ // Try to find the calendar in the API
273
  $ticketing_calendar_id = $this->_find_user_calendar();
274
  if ( 0 < $ticketing_calendar_id ) {
275
+ $this->save_calendar_id( $ticketing_calendar_id );
276
+
277
  return $ticketing_calendar_id;
278
  } else {
279
+ // If the calendar doesn't exist in the API, create a new one
280
  $ticketing_calendar_id = $this->_create_calendar();
281
  if ( 0 < $ticketing_calendar_id ) {
282
  $this->save_calendar_id( $ticketing_calendar_id );
283
+
284
  return $ticketing_calendar_id;
285
  } else {
286
  return 0;
299
  );
300
  $response = $this->request_api( 'GET', AI1EC_API_URL . 'calendars',
301
  json_encode( $body )
302
+ );
303
  if ( $this->is_response_success( $response ) ) {
304
  if ( is_array( $response->body ) ) {
305
  return $response->body[0]->id;
306
  } else {
307
  return $response->body->id;
308
+ }
309
  } else {
310
  return 0;
311
  }
385
  $subscriptions = array();
386
  }
387
 
388
+ // Save for 15 minutes
389
+ $minutes = 15;
390
  set_site_transient( 'ai1ec_api_subscriptions', $subscriptions, $minutes * 60 );
391
  }
392
 
app/model/api/api-registration.php CHANGED
@@ -30,9 +30,12 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
30
  $response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/authenticate', json_encode( $body ), true, array( 'Authorization' => null ) );
31
  if ( $this->is_response_success( $response ) ) {
32
  $response_body = (array) $response->body;
33
- $this->save_ticketing_settings( $response_body['message'], true, $response_body['auth_token'], $this->_find_user_calendar(), $body['email'] );
 
 
 
34
  $this->has_payment_settings();
35
- $this->get_subscriptions(true);
36
  $this->sync_api_settings();
37
  } else {
38
  $error_message = $this->save_error_notification( $response, __( 'We were unable to Sign you In for Time.ly Network', AI1EC_PLUGIN_NAME ) );
@@ -54,7 +57,13 @@ class Ai1ec_Api_Registration extends Ai1ec_Api_Abstract {
54
  $response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/register', json_encode( $body ), true );
55
  if ( $this->is_response_success( $response ) ) {
56
  $response_body = (array) $response->body;
57
- $this->save_ticketing_settings( $response_body['Registration'], true, $response_body['auth_token'] , $this->_create_calendar(), $body['email'] );
 
 
 
 
 
 
58
  } else {
59
  $error_message = $this->save_error_notification( $response, __( 'We were unable to Sign you Up for Time.ly Network', AI1EC_PLUGIN_NAME ) );
60
  $this->save_ticketing_settings( $error_message, false, '', 0, null );
30
  $response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/authenticate', json_encode( $body ), true, array( 'Authorization' => null ) );
31
  if ( $this->is_response_success( $response ) ) {
32
  $response_body = (array) $response->body;
33
+ // Save calendar ID as 0 first, otherwise the auth data won't be saved in the database before creating/finding the calendar
34
+ $this->save_ticketing_settings( $response_body['message'], true, $response_body['auth_token'], 0, $body['email'] );
35
+ // Now save the calendar ID
36
+ $this->save_calendar_id( $this->_get_ticket_calendar() );
37
  $this->has_payment_settings();
38
+ $this->get_subscriptions( true );
39
  $this->sync_api_settings();
40
  } else {
41
  $error_message = $this->save_error_notification( $response, __( 'We were unable to Sign you In for Time.ly Network', AI1EC_PLUGIN_NAME ) );
57
  $response = $this->request_api( 'POST', AI1EC_API_URL . 'auth/register', json_encode( $body ), true );
58
  if ( $this->is_response_success( $response ) ) {
59
  $response_body = (array) $response->body;
60
+ // Save calendar ID as 0 first, otherwise the auth data won't be saved in the database before creating the calendar
61
+ $this->save_ticketing_settings( $response_body['Registration'], true, $response_body['auth_token'] , 0, $body['email'] );
62
+ // Now save the calendar ID
63
+ $this->save_calendar_id( $this->_create_calendar() );
64
+ $this->has_payment_settings();
65
+ $this->get_subscriptions( true );
66
+ $this->sync_api_settings();
67
  } else {
68
  $error_message = $this->save_error_notification( $response, __( 'We were unable to Sign you Up for Time.ly Network', AI1EC_PLUGIN_NAME ) );
69
  $this->save_ticketing_settings( $error_message, false, '', 0, null );
app/model/search.php CHANGED
@@ -188,7 +188,11 @@ class Ai1ec_Event_Search extends Ai1ec_Base {
188
  $id_list = array();
189
  $id_instance_list = array();
190
  foreach ( $events as $event ) {
191
- $id_list[] = $event['post_id'];
 
 
 
 
192
  $id_instance_list[] = array(
193
  'id' => $event['post_id'],
194
  'instance_id' => $event['instance_id'],
@@ -750,8 +754,6 @@ class Ai1ec_Event_Search extends Ai1ec_Base {
750
  * args: the arguments for prepare()
751
  */
752
  protected function _get_post_status_sql() {
753
- global $current_user;
754
-
755
  $args = array();
756
 
757
  // Query the correct post status
@@ -767,8 +769,13 @@ class Ai1ec_Event_Search extends Ai1ec_Base {
767
  // User has privilege of seeing all published and only their own
768
  // private posts.
769
 
770
- // get user info
771
- get_currentuserinfo();
 
 
 
 
 
772
 
773
  // include post_status = published
774
  // OR
@@ -781,7 +788,7 @@ class Ai1ec_Event_Search extends Ai1ec_Base {
781
 
782
  $args[] = 'publish';
783
  $args[] = 'private';
784
- $args[] = $current_user->ID;
785
  } else {
786
  // User can only see published posts.
787
  $post_status_where = 'AND post_status = %s ';
188
  $id_list = array();
189
  $id_instance_list = array();
190
  foreach ( $events as $event ) {
191
+
192
+ if ( ! in_array( $event['post_id'], $id_list, true ) ) {
193
+ $id_list[] = $event['post_id'];
194
+ }
195
+
196
  $id_instance_list[] = array(
197
  'id' => $event['post_id'],
198
  'instance_id' => $event['instance_id'],
754
  * args: the arguments for prepare()
755
  */
756
  protected function _get_post_status_sql() {
 
 
757
  $args = array();
758
 
759
  // Query the correct post status
769
  // User has privilege of seeing all published and only their own
770
  // private posts.
771
 
772
+ // Get user ID
773
+ $user_id = 0;
774
+ if ( is_callable( 'wp_get_current_user' ) ) {
775
+ $user = wp_get_current_user();
776
+ $user_id = (int)$user->ID;
777
+ unset( $user );
778
+ }
779
 
780
  // include post_status = published
781
  // OR
788
 
789
  $args[] = 'publish';
790
  $args[] = 'private';
791
+ $args[] = $user_id;
792
  } else {
793
  // User can only see published posts.
794
  $post_status_where = 'AND post_status = %s ';
app/model/settings-view.php CHANGED
@@ -95,7 +95,7 @@ class Ai1ec_Settings_View extends Ai1ec_App {
95
  }
96
  if (
97
  isset( $enabled_views[$view] ) &&
98
- $enabled_views[$view]['enabled']
99
  ) {
100
  return $view;
101
  }
95
  }
96
  if (
97
  isset( $enabled_views[$view] ) &&
98
+ $enabled_views[$view]['enabled' . ( wp_is_mobile() ? '_mobile' : '' ) ]
99
  ) {
100
  return $view;
101
  }
app/model/settings.php CHANGED
@@ -847,17 +847,8 @@ class Ai1ec_Settings extends Ai1ec_App {
847
  'default' => false,
848
  ),
849
  'show_create_event_button' => array(
850
- 'type' => 'bool',
851
- 'renderer' => array(
852
- 'class' => 'checkbox',
853
- 'tab' => 'editing-events',
854
- 'label' => Ai1ec_I18n::__(
855
- ' Show the old <strong>Post Your Event</strong> button above the calendar to privileged users'
856
- ),
857
- 'help' => Ai1ec_I18n::__(
858
- 'Install the <a target="_blank" href="http://time.ly/">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>.'
859
- ),
860
- ),
861
  'default' => false,
862
  ),
863
  'embedding' => array(
847
  'default' => false,
848
  ),
849
  'show_create_event_button' => array(
850
+ 'type' => 'deprecated',
851
+ 'renderer' => null,
 
 
 
 
 
 
 
 
 
852
  'default' => false,
853
  ),
854
  'embedding' => array(
app/view/admin/add-new-event.php CHANGED
@@ -310,7 +310,7 @@ class Ai1ec_View_Add_New_Event extends Ai1ec_Base {
310
  );
311
  } else if ( ! $api_reg->is_ticket_enabled() ) {
312
  $message = __(
313
- 'Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href="https://time.ly/pricing/" target="_blank">here</a>.',
314
  AI1EC_PLUGIN_NAME
315
  );
316
  }
310
  );
311
  } else if ( ! $api_reg->is_ticket_enabled() ) {
312
  $message = __(
313
+ 'Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you\'d like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href="https://time.ly/tickets-existing-users/" target="_blank">here</a>.',
314
  AI1EC_PLUGIN_NAME
315
  );
316
  }
app/view/admin/add-ons.php CHANGED
@@ -42,7 +42,7 @@ class Ai1ec_View_Add_Ons extends Ai1ec_View_Admin_Abstract {
42
  array(),
43
  AI1EC_VERSION
44
  );
45
- $content = get_transient( 'ai1ec_timely_addons' );
46
  $is_error = false;
47
  if (
48
  false === $content ||
@@ -56,7 +56,7 @@ class Ai1ec_View_Add_Ons extends Ai1ec_View_Admin_Abstract {
56
  if ( ! is_wp_error( $feed ) ) {
57
  $content = json_decode( wp_remote_retrieve_body( $feed ) );
58
  if ( null !== $content ) {
59
- set_transient( 'ai1ec_timely_addons', $content, 3600 );
60
  $is_error = false;
61
  }
62
  }
@@ -94,4 +94,4 @@ class Ai1ec_View_Add_Ons extends Ai1ec_View_Admin_Abstract {
94
  public function handle_post() {
95
  }
96
 
97
- }
42
  array(),
43
  AI1EC_VERSION
44
  );
45
+ $content = get_site_transient( 'ai1ec_timely_addons' );
46
  $is_error = false;
47
  if (
48
  false === $content ||
56
  if ( ! is_wp_error( $feed ) ) {
57
  $content = json_decode( wp_remote_retrieve_body( $feed ) );
58
  if ( null !== $content ) {
59
+ set_site_transient( 'ai1ec_timely_addons', $content, 3600 );
60
  $is_error = false;
61
  }
62
  }
94
  public function handle_post() {
95
  }
96
 
97
+ }
app/view/admin/tickets.php CHANGED
@@ -97,7 +97,7 @@ class Ai1ec_View_Tickets extends Ai1ec_View_Admin_Abstract {
97
  'Time.ly Ticketing'
98
  ),
99
  'sign_up_text' => '',
100
- 'signup_form' => 'Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href="https://time.ly/pricing/" target="_blank">here</a>.'
101
  );
102
  $file = $loader->get_file( 'ticketing/signup.twig', $args, true );
103
  } else {
@@ -162,7 +162,6 @@ class Ai1ec_View_Tickets extends Ai1ec_View_Admin_Abstract {
162
  array( 'description' => Ai1ec_I18n::__( 'Swiss Franc' ), 'code' => 'CHF' ),
163
  array( 'description' => Ai1ec_I18n::__( 'Taiwan New Dollar' ), 'code' => 'TWD', 'note' => Ai1ec_I18n::__( 'Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error.' ) ),
164
  array( 'description' => Ai1ec_I18n::__( 'Thai Baht' ), 'code' => 'THB' ),
165
- array( 'description' => Ai1ec_I18n::__( 'Turkish Lira' ), 'code' => 'TRY', 'note' => Ai1ec_I18n::__( 'Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only.' ) ),
166
  )
167
  );
168
  $file = $loader->get_file( 'ticketing/manage.twig', $args, true );
97
  'Time.ly Ticketing'
98
  ),
99
  'sign_up_text' => '',
100
+ 'signup_form' => 'Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you\'d like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href="https://time.ly/tickets-existing-users/" target="_blank">here</a>.'
101
  );
102
  $file = $loader->get_file( 'ticketing/signup.twig', $args, true );
103
  } else {
162
  array( 'description' => Ai1ec_I18n::__( 'Swiss Franc' ), 'code' => 'CHF' ),
163
  array( 'description' => Ai1ec_I18n::__( 'Taiwan New Dollar' ), 'code' => 'TWD', 'note' => Ai1ec_I18n::__( 'Note: Decimal amounts are not supported for this currency. Passing a decimal amount will throw an error.' ) ),
164
  array( 'description' => Ai1ec_I18n::__( 'Thai Baht' ), 'code' => 'THB' ),
 
165
  )
166
  );
167
  $file = $loader->get_file( 'ticketing/manage.twig', $args, true );
app/view/calendar/view/agenda.php CHANGED
@@ -361,14 +361,26 @@ class Ai1ec_Calendar_View_Agenda extends Ai1ec_Calendar_View_Abstract {
361
  ) {
362
  $event_object = $event;
363
  }
 
 
 
 
364
  $dates[$timestamp]['events'][$category][] = $event_object;
365
  $dates[$timestamp]['href'] = $href_for_date;
366
  $dates[$timestamp]['day'] = $this->_registry->
367
  get( 'date.time', $timestamp )->format_i18n( 'j' );
368
- $dates[$timestamp]['weekday'] = $this->_registry->
369
- get( 'date.time', $timestamp )->format_i18n( 'D' );
370
- $dates[$timestamp]['month'] = $this->_registry->
 
 
 
 
 
 
 
371
  get( 'date.time', $timestamp )->format_i18n( 'M' );
 
372
  $dates[$timestamp]['full_month'] = $this->_registry->
373
  get( 'date.time', $timestamp )->format_i18n( 'F' );
374
  $dates[$timestamp]['full_weekday'] = $this->_registry->
361
  ) {
362
  $event_object = $event;
363
  }
364
+
365
+ $months = apply_filters( 'ai1ec_i18n_months', array() );
366
+ $weekdays = apply_filters( 'ai1ec_i18n_weekdays', array() );
367
+
368
  $dates[$timestamp]['events'][$category][] = $event_object;
369
  $dates[$timestamp]['href'] = $href_for_date;
370
  $dates[$timestamp]['day'] = $this->_registry->
371
  get( 'date.time', $timestamp )->format_i18n( 'j' );
372
+
373
+ $w = $this->
374
+ _registry->get( 'date.time', $timestamp )->format_i18n( 'D' );
375
+ $dates[$timestamp]['weekday'] = array_key_exists( $w, $weekdays ) ? $weekdays[$w] : $w;
376
+
377
+ $m = $this->
378
+ _registry->get( 'date.time', $timestamp )->format_i18n( 'M' );
379
+ $dates[$timestamp]['month'] = array_key_exists( $m, $months ) ? $months[$m] : $m;
380
+
381
+ $this->_registry->
382
  get( 'date.time', $timestamp )->format_i18n( 'M' );
383
+
384
  $dates[$timestamp]['full_month'] = $this->_registry->
385
  get( 'date.time', $timestamp )->format_i18n( 'F' );
386
  $dates[$timestamp]['full_weekday'] = $this->_registry->
app/view/calendar/view/month.php CHANGED
@@ -168,11 +168,13 @@ class Ai1ec_Calendar_View_Month extends Ai1ec_Calendar_View_Abstract {
168
  );
169
  $args['exact_date'] = $local_date->format();
170
  $href = $this->_registry->get( 'html.element.href', $args );
 
 
171
  $links[] = array(
172
  'enabled' => true,
173
  'class'=> 'ai1ec-prev-month',
174
  'text' => '<i class="ai1ec-fa ai1ec-fa-angle-left"></i> ' .
175
- $local_date->format_i18n( 'M' ),
176
  'href' => $href->generate_href(),
177
  );
178
 
@@ -210,10 +212,11 @@ class Ai1ec_Calendar_View_Month extends Ai1ec_Calendar_View_Abstract {
210
  ->set_time( 0, 0, 0 );
211
  $args['exact_date'] = $orig_date->format();
212
  $href = $this->_registry->get( 'html.element.href', $args );
 
213
  $links[] = array(
214
  'enabled' => true,
215
  'class'=> 'ai1ec-next-month',
216
- 'text' => $orig_date->format_i18n( 'M' ) .
217
  ' <i class="ai1ec-fa ai1ec-fa-angle-right"></i>',
218
  'href' => $href->generate_href(),
219
  );
168
  );
169
  $args['exact_date'] = $local_date->format();
170
  $href = $this->_registry->get( 'html.element.href', $args );
171
+ $months = apply_filters( 'ai1ec_i18n_months', array() );
172
+ $m = $local_date->format_i18n( 'M' );
173
  $links[] = array(
174
  'enabled' => true,
175
  'class'=> 'ai1ec-prev-month',
176
  'text' => '<i class="ai1ec-fa ai1ec-fa-angle-left"></i> ' .
177
+ array_key_exists( $m, $months ) ? $months[$m] : $m,
178
  'href' => $href->generate_href(),
179
  );
180
 
212
  ->set_time( 0, 0, 0 );
213
  $args['exact_date'] = $orig_date->format();
214
  $href = $this->_registry->get( 'html.element.href', $args );
215
+ $m = $orig_date->format_i18n( 'M' );
216
  $links[] = array(
217
  'enabled' => true,
218
  'class'=> 'ai1ec-next-month',
219
+ 'text' => array_key_exists( $m, $months ) ? $months[$m] : $m .
220
  ' <i class="ai1ec-fa ai1ec-fa-angle-right"></i>',
221
  'href' => $href->generate_href(),
222
  );
app/view/event/single.php CHANGED
@@ -163,17 +163,22 @@ class Ai1ec_View_Event_Single extends Ai1ec_Base {
163
  if ( ! $aco->is_our_post_type() ) return;
164
 
165
  // Get Event and process desciption
166
- $event = $this->_registry->get( 'model.event', get_the_ID() );
167
- $content = $this->_registry->get( 'view.event.content' );
168
- $desc = $event->get( 'post' )->post_content;
169
- $desc = apply_filters( 'the_excerpt', $desc );
170
- $desc = strip_shortcodes( $desc );
171
- $desc = str_replace( ']]>', ']]&gt;', $desc );
172
- $desc = strip_tags( $desc );
173
- $desc = preg_replace( '/\n+/', ' ', $desc);
174
- $desc = substr( $desc, 0, 300 );
175
- $og = array(
176
- 'url' => get_permalink( $event->get( 'post_id' ) ),
 
 
 
 
 
177
  'title' => htmlspecialchars(
178
  $event->get( 'post' )->post_title .
179
  ' (' . substr( $event->get( 'start' ) , 0, 10 ) . ')'
@@ -193,9 +198,21 @@ class Ai1ec_View_Event_Single extends Ai1ec_Base {
193
  * @return The html of the footer
194
  */
195
  public function get_footer( Ai1ec_Event $event ) {
196
- $text_calendar_feed = Ai1ec_I18n::__(
197
- 'This post was replicated from another site\'s <a href="%s" title="iCalendar feed"><i class="ai1ec-fa ai1ec-fa-calendar"></i> calendar feed</a>.'
198
- );
 
 
 
 
 
 
 
 
 
 
 
 
199
  $loader = $this->_registry->get( 'theme.loader' );
200
  $text_calendar_feed = sprintf(
201
  $text_calendar_feed,
163
  if ( ! $aco->is_our_post_type() ) return;
164
 
165
  // Get Event and process desciption
166
+ $instance_id = $_GET[ 'instance_id' ];
167
+ if ( !is_null( $instance_id ) ) {
168
+ $instance_id = preg_replace( '/\D/', '', $instance_id );
169
+ }
170
+ $event = $this->_registry->get( 'model.event', get_the_ID(), $instance_id );
171
+ $content = $this->_registry->get( 'view.event.content' );
172
+ $desc = $event->get( 'post' )->post_content;
173
+ $desc = apply_filters( 'the_excerpt', $desc );
174
+ $desc = strip_shortcodes( $desc );
175
+ $desc = str_replace( ']]>', ']]&gt;', $desc );
176
+ $desc = strip_tags( $desc );
177
+ $desc = preg_replace( '/\n+/', ' ', $desc);
178
+ $desc = substr( $desc, 0, 300 );
179
+
180
+ $og = array(
181
+ 'url' => home_url( add_query_arg( null, null ) ),
182
  'title' => htmlspecialchars(
183
  $event->get( 'post' )->post_title .
184
  ' (' . substr( $event->get( 'start' ) , 0, 10 ) . ')'
198
  * @return The html of the footer
199
  */
200
  public function get_footer( Ai1ec_Event $event ) {
201
+
202
+ $text_calendar_feed = null;
203
+
204
+ $feed_url = trim( strtolower( $event->get( 'ical_feed_url' ) ) );
205
+
206
+ if ( strpos( $feed_url, 'http' ) === 0 ) {
207
+ $text_calendar_feed = Ai1ec_I18n::__(
208
+ 'This post was replicated from another site\'s <a href="%s" title="iCalendar feed"><i class="ai1ec-fa ai1ec-fa-calendar"></i> calendar feed</a>.'
209
+ );
210
+ } else {
211
+ $text_calendar_feed = Ai1ec_I18n::__(
212
+ 'This post was imported from a CSV/ICS file.'
213
+ );
214
+ }
215
+
216
  $loader = $this->_registry->get( 'theme.loader' );
217
  $text_calendar_feed = sprintf(
218
  $text_calendar_feed,
app/view/event/time.php CHANGED
@@ -175,10 +175,13 @@ class Ai1ec_View_Event_Time extends Ai1ec_Base {
175
  * @return string
176
  */
177
  public function get_short_date( Ai1ec_Date_Time $time, $add_year = false ) {
 
 
 
178
  if ( $add_year ) {
179
- return $time->format_i18n( 'M j Y' );
180
  }
181
- return $time->format_i18n( 'M j' );
182
  }
183
 
184
  /**
175
  * @return string
176
  */
177
  public function get_short_date( Ai1ec_Date_Time $time, $add_year = false ) {
178
+ $months = apply_filters( 'ai1ec_i18n_months', array() );
179
+ $m = $time->format_i18n( 'M' );
180
+ $m = array_key_exists( $m, $months ) ? $months[$m] : $m;
181
  if ( $add_year ) {
182
+ return $m . ' ' . $time->format_i18n( 'j Y' );
183
  }
184
+ return $m . ' ' . $time->format_i18n( 'j' );
185
  }
186
 
187
  /**
language/all-in-one-event-calendar-ar.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2820,7 +2819,7 @@ msgid "week(s)"
2820
  msgstr ""
2821
 
2822
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2823
- #: lib/recurrence/rule.php:298
2824
  msgid "last"
2825
  msgstr ""
2826
 
@@ -2828,19 +2827,19 @@ msgstr ""
2828
  msgid "month(s)"
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:959
2832
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:962
2836
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:974
2840
  msgid "Current <strong>robots.txt</strong> on this site"
2841
  msgstr ""
2842
 
2843
- #: app/model/settings.php:978
2844
  msgid ""
2845
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2846
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2849,19 +2848,19 @@ msgid ""
2849
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:995
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1018
2857
  msgid "Templates cache improves site performance"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1031
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1034
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
@@ -2957,19 +2956,11 @@ msgstr ""
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr ""
2959
 
2960
- #: app/model/settings.php:854
2961
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:857
2965
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2966
- msgstr ""
2967
-
2968
- #: app/model/settings.php:878
2969
  msgid "Move calendar into this DOM element"
2970
  msgstr ""
2971
 
2972
- #: app/model/settings.php:880
2973
  msgid ""
2974
  "Optional. Use this JavaScript-based shortcut to place the\n"
2975
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2981,23 +2972,23 @@ msgid ""
2981
  "\t\t\t\t\t\tby the calendar."
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:899
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:902
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:914
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:929
2997
  msgid "Use frontend rendering."
2998
  msgstr ""
2999
 
3000
- #: app/model/settings.php:932
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr ""
3003
 
@@ -3232,11 +3223,11 @@ msgstr ""
3232
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3233
  msgstr ""
3234
 
3235
- #: app/model/api/api-registration.php:191
3236
  msgid "Payment preferences were not saved."
3237
  msgstr ""
3238
 
3239
- #: app/model/api/api-registration.php:182
3240
  msgid "Payment preferences were saved."
3241
  msgstr ""
3242
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2819
  msgstr ""
2820
 
2821
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2822
+ #: lib/recurrence/rule.php:299
2823
  msgid "last"
2824
  msgstr ""
2825
 
2827
  msgid "month(s)"
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:950
2831
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:953
2835
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:965
2839
  msgid "Current <strong>robots.txt</strong> on this site"
2840
  msgstr ""
2841
 
2842
+ #: app/model/settings.php:969
2843
  msgid ""
2844
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2845
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2848
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:986
2852
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1009
2856
  msgid "Templates cache improves site performance"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1022
2860
  msgid "Display events in <strong>calendar time zone</strong>"
2861
  msgstr ""
2862
 
2863
+ #: app/model/settings.php:1025
2864
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2865
  msgstr ""
2866
 
2956
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2960
  msgid "Move calendar into this DOM element"
2961
  msgstr ""
2962
 
2963
+ #: app/model/settings.php:871
2964
  msgid ""
2965
  "Optional. Use this JavaScript-based shortcut to place the\n"
2966
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2972
  "\t\t\t\t\t\tby the calendar."
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:890
2976
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:893
2980
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:905
2984
  msgid "Disable <strong>gzip</strong> compression."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:920
2988
  msgid "Use frontend rendering."
2989
  msgstr ""
2990
 
2991
+ #: app/model/settings.php:923
2992
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2993
  msgstr ""
2994
 
3223
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3224
  msgstr ""
3225
 
3226
+ #: app/model/api/api-registration.php:200
3227
  msgid "Payment preferences were not saved."
3228
  msgstr ""
3229
 
3230
+ #: app/model/api/api-registration.php:191
3231
  msgid "Payment preferences were saved."
3232
  msgstr ""
3233
 
language/all-in-one-event-calendar-bg_BG.mo CHANGED
Binary file
language/all-in-one-event-calendar-bg_BG.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Всяка %d седмциа"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Месечно"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "През месец"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Всеки %d месец"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Годишно"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "През година"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "През %d години"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "до %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "за %d повтарящи се събития"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "завинаги"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Всички събития <span class=\"update-plugins count-%d\" titl
1617
  msgid "All Events"
1618
  msgstr "Всички събития"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "на"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "и"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "на"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "от месеца"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "на"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Ежедневно"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "През ден"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Всеки %d дни"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Седмично"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "През седмица"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Предупреждение:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "В момента не поддържаме опцията да се вграждат повече от един календар на една страница. Не се опитвайте да позиционирате втори календар чрез Super Widget на страница, която вече показва календар."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr "Билети:"
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Купи билети"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Редактирай това повторение (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Това събитие е заимствано от друг сайт <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Виж оригинала"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", и"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr "Повтаря се на"
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "Седмица/и"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "последен/на"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "последен/на"
2824
  msgid "month(s)"
2825
  msgstr "месец(и)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Свържи CSS</strong> в <code>&lt;head&gt;</code> сектор, когато кешът на файла не е наличен."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Използвайте тази опция ако кеша на файла не е наличен и предпочитате да поднесете CSS като линк, отколкото да се изведе inline."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Същестуващ <strong>robots.txt</strong> на този сайт"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Публикувай, промотирай и сподели моите събития</strong> отбелязани като публични в мрежата на Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Кешът на шаблоните подобрява дейността на сайтa"
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr "Направете недостъпна <strong>Функция за ав
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Използвайте конфигурирания <strong>регион</strong> (WordPress locale), за да предопределите функция за автоматично довършване "
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr "Покажете стария бутон <strong>Публикувай своето събитие</strong> над календара за привилегировани потребители."
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr "Инсталирай <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> за <strong>фронт енд формуляра Публикувай своето събитие</strong>."
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Преместване на календара в DOM element"
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr "<strong>Прескочи <tt>in_the_loop()</tt> check </strong>, което предпазва от многократни календарни резултати "
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr "Опитайте се да активирате тази опция ако календарът не не появява на календарната страница. Това е необходимо за съвместимост на малък брой теми, които извикват формуляра <tt>the_content()</tt> извън The Loop. Иначе го оставане недостъпно."
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr "Направи компресията <strong>gzip</strong> недостъпна."
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr "Използвай фронтенд рендъринг."
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3217,11 +3208,11 @@ msgstr ""
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
- #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Всяка %d седмциа"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Месечно"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "През месец"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Всеки %d месец"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Годишно"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "През година"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "През %d години"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "до %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "за %d повтарящи се събития"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "завинаги"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Всички събития"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "на"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "и"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "на"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "от месеца"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "на"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Ежедневно"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "През ден"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Всеки %d дни"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Седмично"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "През седмица"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "В момента не поддържаме опцията да се вграждат повече от един календар на една страница. Не се опитвайте да позиционирате втори календар чрез Super Widget на страница, която вече показва календар."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr "Билети:"
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Редактирай това повторение (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Това събитие е заимствано от друг сайт <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Виж оригинала"
2106
 
2130
  msgid ", and "
2131
  msgstr ", и"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr "Повтаря се на"
2140
 
2815
  msgstr "Седмица/и"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "последен/на"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "месец(и)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Свържи CSS</strong> в <code>&lt;head&gt;</code> сектор, когато кешът на файла не е наличен."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Използвайте тази опция ако кеша на файла не е наличен и предпочитате да поднесете CSS като линк, отколкото да се изведе inline."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Същестуващ <strong>robots.txt</strong> на този сайт"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr "<strong>Публикувай, промотирай и сподели моите събития</strong> отбелязани като публични в мрежата на Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr "Кешът на шаблоните подобрява дейността на сайтa"
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr "Използвайте конфигурирания <strong>регион</strong> (WordPress locale), за да предопределите функция за автоматично довършване "
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr "Преместване на календара в DOM element"
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr "<strong>Прескочи <tt>in_the_loop()</tt> check </strong>, което предпазва от многократни календарни резултати "
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr "Опитайте се да активирате тази опция ако календарът не не появява на календарната страница. Това е необходимо за съвместимост на малък брой теми, които извикват формуляра <tt>the_content()</tt> извън The Loop. Иначе го оставане недостъпно."
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr "Направи компресията <strong>gzip</strong> недостъпна."
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr "Използвай фронтенд рендъринг."
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3208
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3209
  msgstr ""
3210
 
3211
+ #: app/model/api/api-registration.php:200
3212
  msgid "Payment preferences were not saved."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were saved."
3217
  msgstr ""
3218
 
language/all-in-one-event-calendar-ca.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Cada %d setmanes"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mensual"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Qualsevol altre mes"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Cada %d mesos"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Anual"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Qualsevol altre any"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Cada %d anys"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "fins %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "sempre"
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr "Tots els esdeveniments"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "el dia"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "i"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "el mes"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "del mes"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "l'any"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Diari"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Qualsevol altre dia"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Cada %d dies"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Setmanal"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Qualsevol altre setmana"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Avís:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Aquest esdeveniment és una còpia obtinguda del <a href=\"%s\" title=\"canal d'iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> canal del calendari</a> d'un altre lloc web."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ", i"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Cada %d setmanes"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mensual"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Qualsevol altre mes"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Cada %d mesos"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Anual"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Qualsevol altre any"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Cada %d anys"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "fins %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "sempre"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Tots els esdeveniments"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "el dia"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "i"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "el mes"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "del mes"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "l'any"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Diari"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Qualsevol altre dia"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Cada %d dies"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Setmanal"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Qualsevol altre setmana"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Aquest esdeveniment és una còpia obtinguda del <a href=\"%s\" title=\"canal d'iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> canal del calendari</a> d'un altre lloc web."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ", i"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-cs_CZ.mo CHANGED
Binary file
language/all-in-one-event-calendar-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the 2.3 package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2017-01-17 15:01:25+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,25 +11,29 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
18
  #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
19
  msgid "Time.ly Ticketing"
20
- msgstr ""
21
 
22
  #: public/admin/box_ask_customer_review.php:175
23
  msgid "Time.ly team"
24
- msgstr ""
25
 
26
  #: public/admin/box_ask_customer_review.php:176
27
  msgid "info@time.ly"
28
- msgstr ""
29
 
30
  #: public/admin/box_event_cost.php:53
31
  msgid "Time.ly Tickets"
32
- msgstr ""
33
 
34
  #: app/model/settings.php:558
35
  msgid ""
@@ -111,22 +115,16 @@ msgstr "Mé importované Události (pokud chcete vidět jednotlivě naimportovan
111
  #: public/admin/plugins/ics/import_feed.php:17
112
  msgid ""
113
  "<b>You don't have a subscription for this feature.</b><br>\n"
114
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
115
  "\t\tsupports \"Import Feeds\"."
116
  msgstr ""
117
- "<b>Pro tuto službu nemáte sjednané předplatné-</b><br>\n"
118
- "→\t→\tProsíme <a href=\"https://time.ly/pricing\">upgradujte zde</a> na službu, která zahrnuje\n"
119
- "→\t→\tpodporu \"Import Feeds\"."
120
 
121
  #: public/admin/plugins/ics/import_feed.php:27
122
  msgid ""
123
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
124
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
125
  "\t\tsupports more feeds."
126
  msgstr ""
127
- "<b>Dosáhli jste limitu, kolik feedů můžete importovat.</b><br>\n"
128
- "→\t→\tProsíme <a href=\"https://time.ly/pricing\">upgradujte zde</a> na službu, která zahrnuje\n"
129
- " → → podporu více feedů."
130
 
131
  #: public/admin/plugins/ics/import_feed.php:110
132
  msgid "Import feed"
@@ -294,15 +292,15 @@ msgstr "Prodej ukončen"
294
  msgid "Canceled"
295
  msgstr "Zrušeno"
296
 
297
- #: app/model/settings.php:917
298
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
299
  msgstr "Použijte tuto možnost, pokud šablona kalendáře není responsivní. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Čtete více</a> o této záležitosti. (Od verze 2.1 dále není standardně povolen gzip pro maximální kompatibilitu.)"
300
 
301
- #: app/model/settings.php:944
302
  msgid "Use advanced JS cache."
303
  msgstr "Použijte rozšířenou JS cache."
304
 
305
- #: app/model/settings.php:947
306
  msgid "Cache dynamically generated JS files. Improves performance."
307
  msgstr "Ukládat dynamicky generované soubory JS do cache pro zlepšení výkonu."
308
 
@@ -351,7 +349,6 @@ msgid "Brazilian Real"
351
  msgstr "Brazilský real"
352
 
353
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
354
- #: app/view/admin/tickets.php:165
355
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
356
  msgstr "Poznámka: Tato měna je jako měna plateb a zůstatků podporována pouze pro lokální účty PayPal."
357
 
@@ -447,10 +444,6 @@ msgstr "Tchajwanský nový dolar"
447
  msgid "Thai Baht"
448
  msgstr "Thajský baht"
449
 
450
- #: app/view/admin/tickets.php:165
451
- msgid "Turkish Lira"
452
- msgstr "Turecká lira"
453
-
454
  #: app/view/calendar/subscribe-button.php:27
455
  msgid "Export to XML"
456
  msgstr "Export do XML"
@@ -575,7 +568,7 @@ msgstr "Klikněte zde pro technické detaily"
575
  msgid "API URL: %s.<br/>Detail: %s"
576
  msgstr "API URL: %s.<br/>Detail: %s"
577
 
578
- #: app/model/api/api-abstract.php:461
579
  msgid "Error decoding the response"
580
  msgstr "Chyba při dekódování odpovědi"
581
 
@@ -583,19 +576,19 @@ msgstr "Chyba při dekódování odpovědi"
583
  msgid "We were unable to get the Suggested Events from Time.ly Network"
584
  msgstr "Nebyli jsme schopni získat navrhované události ze sítě Time.ly"
585
 
586
- #: app/model/api/api-registration.php:38
587
  msgid "We were unable to Sign you In for Time.ly Network"
588
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
589
 
590
- #: app/model/api/api-registration.php:59
591
  msgid "We were unable to Sign you Up for Time.ly Network"
592
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
593
 
594
- #: app/model/api/api-registration.php:152
595
  msgid "We were unable to Sign you Out of Time.ly Network"
596
  msgstr "Nebyli jsme schopni vás odhlásit ze sítě Time.ly"
597
 
598
- #: app/model/api/api-registration.php:219
599
  msgid "We were unable to get the Sales information from Time.ly Network"
600
  msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
601
 
@@ -1493,43 +1486,43 @@ msgstr "Spíš ne"
1493
  msgid "Yes!"
1494
  msgstr "Ano!"
1495
 
1496
- #: lib/recurrence/rule.php:397
1497
  msgid "Every %d weeks"
1498
  msgstr "Každé %d týdny"
1499
 
1500
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1501
  msgid "Monthly"
1502
  msgstr "Měsíčně"
1503
 
1504
- #: lib/recurrence/rule.php:409
1505
  msgid "Every other month"
1506
  msgstr "Každý druhý měsíc"
1507
 
1508
- #: lib/recurrence/rule.php:412
1509
  msgid "Every %d months"
1510
  msgstr "Každý %d měsíc"
1511
 
1512
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1513
  msgid "Yearly"
1514
  msgstr "Ročně"
1515
 
1516
- #: lib/recurrence/rule.php:424
1517
  msgid "Every other year"
1518
  msgstr "Každý druhý rok"
1519
 
1520
- #: lib/recurrence/rule.php:427
1521
  msgid "Every %d years"
1522
  msgstr "Každých %d roků"
1523
 
1524
- #: lib/recurrence/rule.php:465
1525
  msgid "until %s"
1526
  msgstr "do %s"
1527
 
1528
- #: lib/recurrence/rule.php:475
1529
  msgid "for %d occurrences"
1530
  msgstr "%d opakování"
1531
 
1532
- #: lib/recurrence/rule.php:479
1533
  msgid "forever"
1534
  msgstr "navždy"
1535
 
@@ -1631,52 +1624,52 @@ msgstr "Všechny události <span class=\"update-plugins count-%d\" title=\"%d Ne
1631
  msgid "All Events"
1632
  msgstr "Všechny události"
1633
 
1634
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1635
- #: lib/recurrence/rule.php:260
1636
  msgctxt "Recurrence editor - weekly tab"
1637
  msgid "on"
1638
  msgstr "v"
1639
 
1640
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1641
- #: lib/recurrence/rule.php:326
1642
  msgid "and"
1643
  msgstr "a"
1644
 
1645
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1646
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1647
  msgctxt "Recurrence editor - monthly tab"
1648
  msgid "on"
1649
  msgstr "v"
1650
 
1651
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1652
- #: lib/recurrence/rule.php:286
1653
  msgid "of the month"
1654
  msgstr "měsíce"
1655
 
1656
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1657
- #: lib/recurrence/rule.php:336
1658
  msgctxt "Recurrence editor - yearly tab"
1659
  msgid "on"
1660
  msgstr "v"
1661
 
1662
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1663
  #: public/admin/cron_freq.php:9
1664
  msgid "Daily"
1665
  msgstr "Denně"
1666
 
1667
- #: lib/recurrence/rule.php:379
1668
  msgid "Every other day"
1669
  msgstr "Každý druhý den"
1670
 
1671
- #: lib/recurrence/rule.php:382
1672
  msgid "Every %d days"
1673
  msgstr "Každé %d dny"
1674
 
1675
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1676
  msgid "Weekly"
1677
  msgstr "Týdně"
1678
 
1679
- #: lib/recurrence/rule.php:394
1680
  msgid "Every other week"
1681
  msgstr "Každý druhý týden"
1682
 
@@ -1762,7 +1755,7 @@ msgstr "Varování:"
1762
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1763
  msgstr "Momentálně není možné vložit více než jeden kalendář na stejnou stránku. Nevkládejte shortkódy k zobrazení kalendáře na stránku, která již nějaký kalendář zobrazuje."
1764
 
1765
- #: lib/import-export/ics.php:879
1766
  msgid "Tickets: "
1767
  msgstr "Vstupenky:"
1768
 
@@ -2111,11 +2104,11 @@ msgstr "Koupit vstupenky"
2111
  msgid "Edit this occurrence (%s)"
2112
  msgstr "Upravit tento výskyt (%s)"
2113
 
2114
- #: app/view/event/single.php:196
2115
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2116
  msgstr "Tento příspěvek byl zkopírován z jiného webu <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2117
 
2118
- #: app/view/event/single.php:207
2119
  msgid "View original"
2120
  msgstr "Zobrazit originál"
2121
 
@@ -2145,11 +2138,11 @@ msgstr " – "
2145
  msgid ", and "
2146
  msgstr ", a"
2147
 
2148
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2149
  msgid "Excludes: "
2150
  msgstr "Mimo:"
2151
 
2152
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2153
  msgid "Repeats"
2154
  msgstr "Opakuje se"
2155
 
@@ -2831,7 +2824,7 @@ msgid "week(s)"
2831
  msgstr "týden (týdnů)"
2832
 
2833
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2834
- #: lib/recurrence/rule.php:298
2835
  msgid "last"
2836
  msgstr "poslední"
2837
 
@@ -2839,19 +2832,19 @@ msgstr "poslední"
2839
  msgid "month(s)"
2840
  msgstr "měsíc(ů)"
2841
 
2842
- #: app/model/settings.php:959
2843
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2844
  msgstr "<strong>Odkaz CSS</strong> v <code>&lt;head&gt;</code> sekci, když soubor s cache není dostupný."
2845
 
2846
- #: app/model/settings.php:962
2847
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2848
  msgstr "Použijte tuto možnost, pokud je souborová cache nedostupná a preferovali byste raději předání CSS jako linku než vygenerovaného."
2849
 
2850
- #: app/model/settings.php:974
2851
  msgid "Current <strong>robots.txt</strong> on this site"
2852
  msgstr "Aktuální <strong>robots.txt</strong> na těchto stránkách"
2853
 
2854
- #: app/model/settings.php:978
2855
  msgid ""
2856
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2857
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2865,19 +2858,19 @@ msgstr ""
2865
  "→\t→\t→\t→\t→\t→\tohledně přístupů k celým nebo částem stránek, které jsou jinak veřejně dostupné.\n"
2866
  "→\t→\t→\t→\t→\t→\tMůžete to změnit manuálně editací souboru <code>robots.txt</code> v kořenovém adresáři vašeho WordPressu."
2867
 
2868
- #: app/model/settings.php:995
2869
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2870
  msgstr "<strong>Zveřejnit, propagovat a sdílet mé akce</strong> označené jako veřejné v sítí Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2871
 
2872
- #: app/model/settings.php:1018
2873
  msgid "Templates cache improves site performance"
2874
  msgstr "Vyrovnávací paměť šablon zlepšuje výkon stránek"
2875
 
2876
- #: app/model/settings.php:1031
2877
  msgid "Display events in <strong>calendar time zone</strong>"
2878
  msgstr "Zobrazit události v <strong>časovém pásmu kalendáře</strong>"
2879
 
2880
- #: app/model/settings.php:1034
2881
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2882
  msgstr "Pokud je zatrhnuto, události se zobrazí v časovém pásmu kalendáře spolu s informací o zobrazeném časovém pásmu na stránce detailu události."
2883
 
@@ -2973,19 +2966,11 @@ msgstr "<strong>Zakázat funkci automatické dokončování adres</strong>"
2973
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2974
  msgstr "Použijte nastavený <strong>region</strong> (v nastavení WordPressu) pro upřednostnění funkce automatického doplňování adres"
2975
 
2976
- #: app/model/settings.php:854
2977
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2978
- msgstr "Zobrazit staré <strong>Vložit událost</strong> tlačítko nad kalendářem pro privilegované uživatele"
2979
-
2980
- #: app/model/settings.php:857
2981
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2982
- msgstr "Nainstalujte <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pro <strong>formulář Vložte svou událost</strong>."
2983
-
2984
- #: app/model/settings.php:878
2985
  msgid "Move calendar into this DOM element"
2986
  msgstr "Přesunout kalendář do tohoto DOM elementu."
2987
 
2988
- #: app/model/settings.php:880
2989
  msgid ""
2990
  "Optional. Use this JavaScript-based shortcut to place the\n"
2991
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -3005,23 +2990,23 @@ msgstr ""
3005
  "→\t→\t→\t→\t→\t→\tJakýkoliv existující text, nalezený v cílové položce, bude\n"
3006
  "→\t→\t→\t→\t→\t→\tkalendářem přepsán."
3007
 
3008
- #: app/model/settings.php:899
3009
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3010
  msgstr "<strong>Přeskočit kontrolu <tt>in_the_loop()</tt></strong>, která zabraňuje vícenásobnému zobrazování kalendáře"
3011
 
3012
- #: app/model/settings.php:902
3013
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3014
  msgstr "Zkuste povolit tuto možnost, pokud se váš kalendář nezobrazuje na kalendářové stránce. Je to potřeba pro kompatibilitu s malým počtem šablon, které volají <tt>the_content()</tt> z vnějšku Cyklu. V opačném případě nechte zakázané."
3015
 
3016
- #: app/model/settings.php:914
3017
  msgid "Disable <strong>gzip</strong> compression."
3018
  msgstr "Deaktivovat <strong>gzip</strong> kompresi."
3019
 
3020
- #: app/model/settings.php:929
3021
  msgid "Use frontend rendering."
3022
  msgstr "Použít před-renderování"
3023
 
3024
- #: app/model/settings.php:932
3025
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3026
  msgstr "Organizovat události"
3027
 
@@ -3244,11 +3229,11 @@ msgstr "Nepodařilo se nám aktualizovat událost v Time.ly prodeji vstupenek"
3244
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3245
  msgstr "Tato Událost byla zkopírována z jiné stránky. Veškeré změny lístků budou zahozeny."
3246
 
3247
- #: app/model/api/api-registration.php:191
3248
  msgid "Payment preferences were not saved."
3249
  msgstr "Platební předvolby nebyly uloženy."
3250
 
3251
- #: app/model/api/api-registration.php:182
3252
  msgid "Payment preferences were saved."
3253
  msgstr "Platební předvolby byly uloženy."
3254
 
2
  # This file is distributed under the same license as the 2.3 package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-02-24 19:12:16+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
22
  #: app/view/admin/tickets.php:96 app/view/admin/tickets.php:107
23
  msgid "Time.ly Ticketing"
24
+ msgstr "Time.ly prodej vstupenek"
25
 
26
  #: public/admin/box_ask_customer_review.php:175
27
  msgid "Time.ly team"
28
+ msgstr "Time.ly tým"
29
 
30
  #: public/admin/box_ask_customer_review.php:176
31
  msgid "info@time.ly"
32
+ msgstr "info@time.ly"
33
 
34
  #: public/admin/box_event_cost.php:53
35
  msgid "Time.ly Tickets"
36
+ msgstr "Time.ly vstupenky"
37
 
38
  #: app/model/settings.php:558
39
  msgid ""
115
  #: public/admin/plugins/ics/import_feed.php:17
116
  msgid ""
117
  "<b>You don't have a subscription for this feature.</b><br>\n"
118
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
119
  "\t\tsupports \"Import Feeds\"."
120
  msgstr ""
 
 
 
121
 
122
  #: public/admin/plugins/ics/import_feed.php:27
123
  msgid ""
124
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
125
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
126
  "\t\tsupports more feeds."
127
  msgstr ""
 
 
 
128
 
129
  #: public/admin/plugins/ics/import_feed.php:110
130
  msgid "Import feed"
292
  msgid "Canceled"
293
  msgstr "Zrušeno"
294
 
295
+ #: app/model/settings.php:908
296
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
297
  msgstr "Použijte tuto možnost, pokud šablona kalendáře není responsivní. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Čtete více</a> o této záležitosti. (Od verze 2.1 dále není standardně povolen gzip pro maximální kompatibilitu.)"
298
 
299
+ #: app/model/settings.php:935
300
  msgid "Use advanced JS cache."
301
  msgstr "Použijte rozšířenou JS cache."
302
 
303
+ #: app/model/settings.php:938
304
  msgid "Cache dynamically generated JS files. Improves performance."
305
  msgstr "Ukládat dynamicky generované soubory JS do cache pro zlepšení výkonu."
306
 
349
  msgstr "Brazilský real"
350
 
351
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
352
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
353
  msgstr "Poznámka: Tato měna je jako měna plateb a zůstatků podporována pouze pro lokální účty PayPal."
354
 
444
  msgid "Thai Baht"
445
  msgstr "Thajský baht"
446
 
 
 
 
 
447
  #: app/view/calendar/subscribe-button.php:27
448
  msgid "Export to XML"
449
  msgstr "Export do XML"
568
  msgid "API URL: %s.<br/>Detail: %s"
569
  msgstr "API URL: %s.<br/>Detail: %s"
570
 
571
+ #: app/model/api/api-abstract.php:463
572
  msgid "Error decoding the response"
573
  msgstr "Chyba při dekódování odpovědi"
574
 
576
  msgid "We were unable to get the Suggested Events from Time.ly Network"
577
  msgstr "Nebyli jsme schopni získat navrhované události ze sítě Time.ly"
578
 
579
+ #: app/model/api/api-registration.php:41
580
  msgid "We were unable to Sign you In for Time.ly Network"
581
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
582
 
583
+ #: app/model/api/api-registration.php:68
584
  msgid "We were unable to Sign you Up for Time.ly Network"
585
  msgstr "Nebyli jsme schopni vás přihlásit do sítě Time.ly"
586
 
587
+ #: app/model/api/api-registration.php:161
588
  msgid "We were unable to Sign you Out of Time.ly Network"
589
  msgstr "Nebyli jsme schopni vás odhlásit ze sítě Time.ly"
590
 
591
+ #: app/model/api/api-registration.php:228
592
  msgid "We were unable to get the Sales information from Time.ly Network"
593
  msgstr "Nebyli jsme schopni získat obchodní informace ze sítě Time.ly"
594
 
1486
  msgid "Yes!"
1487
  msgstr "Ano!"
1488
 
1489
+ #: lib/recurrence/rule.php:398
1490
  msgid "Every %d weeks"
1491
  msgstr "Každé %d týdny"
1492
 
1493
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1494
  msgid "Monthly"
1495
  msgstr "Měsíčně"
1496
 
1497
+ #: lib/recurrence/rule.php:410
1498
  msgid "Every other month"
1499
  msgstr "Každý druhý měsíc"
1500
 
1501
+ #: lib/recurrence/rule.php:413
1502
  msgid "Every %d months"
1503
  msgstr "Každý %d měsíc"
1504
 
1505
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1506
  msgid "Yearly"
1507
  msgstr "Ročně"
1508
 
1509
+ #: lib/recurrence/rule.php:425
1510
  msgid "Every other year"
1511
  msgstr "Každý druhý rok"
1512
 
1513
+ #: lib/recurrence/rule.php:428
1514
  msgid "Every %d years"
1515
  msgstr "Každých %d roků"
1516
 
1517
+ #: lib/recurrence/rule.php:466
1518
  msgid "until %s"
1519
  msgstr "do %s"
1520
 
1521
+ #: lib/recurrence/rule.php:476
1522
  msgid "for %d occurrences"
1523
  msgstr "%d opakování"
1524
 
1525
+ #: lib/recurrence/rule.php:480
1526
  msgid "forever"
1527
  msgstr "navždy"
1528
 
1624
  msgid "All Events"
1625
  msgstr "Všechny události"
1626
 
1627
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1628
+ #: lib/recurrence/rule.php:261
1629
  msgctxt "Recurrence editor - weekly tab"
1630
  msgid "on"
1631
  msgstr "v"
1632
 
1633
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1634
+ #: lib/recurrence/rule.php:327
1635
  msgid "and"
1636
  msgstr "a"
1637
 
1638
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1639
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1640
  msgctxt "Recurrence editor - monthly tab"
1641
  msgid "on"
1642
  msgstr "v"
1643
 
1644
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1645
+ #: lib/recurrence/rule.php:287
1646
  msgid "of the month"
1647
  msgstr "měsíce"
1648
 
1649
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1650
+ #: lib/recurrence/rule.php:337
1651
  msgctxt "Recurrence editor - yearly tab"
1652
  msgid "on"
1653
  msgstr "v"
1654
 
1655
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1656
  #: public/admin/cron_freq.php:9
1657
  msgid "Daily"
1658
  msgstr "Denně"
1659
 
1660
+ #: lib/recurrence/rule.php:380
1661
  msgid "Every other day"
1662
  msgstr "Každý druhý den"
1663
 
1664
+ #: lib/recurrence/rule.php:383
1665
  msgid "Every %d days"
1666
  msgstr "Každé %d dny"
1667
 
1668
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1669
  msgid "Weekly"
1670
  msgstr "Týdně"
1671
 
1672
+ #: lib/recurrence/rule.php:395
1673
  msgid "Every other week"
1674
  msgstr "Každý druhý týden"
1675
 
1755
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1756
  msgstr "Momentálně není možné vložit více než jeden kalendář na stejnou stránku. Nevkládejte shortkódy k zobrazení kalendáře na stránku, která již nějaký kalendář zobrazuje."
1757
 
1758
+ #: lib/import-export/ics.php:876
1759
  msgid "Tickets: "
1760
  msgstr "Vstupenky:"
1761
 
2104
  msgid "Edit this occurrence (%s)"
2105
  msgstr "Upravit tento výskyt (%s)"
2106
 
2107
+ #: app/view/event/single.php:207
2108
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2109
  msgstr "Tento příspěvek byl zkopírován z jiného webu <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2110
 
2111
+ #: app/view/event/single.php:224
2112
  msgid "View original"
2113
  msgstr "Zobrazit originál"
2114
 
2138
  msgid ", and "
2139
  msgstr ", a"
2140
 
2141
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2142
  msgid "Excludes: "
2143
  msgstr "Mimo:"
2144
 
2145
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2146
  msgid "Repeats"
2147
  msgstr "Opakuje se"
2148
 
2824
  msgstr "týden (týdnů)"
2825
 
2826
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2827
+ #: lib/recurrence/rule.php:299
2828
  msgid "last"
2829
  msgstr "poslední"
2830
 
2832
  msgid "month(s)"
2833
  msgstr "měsíc(ů)"
2834
 
2835
+ #: app/model/settings.php:950
2836
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2837
  msgstr "<strong>Odkaz CSS</strong> v <code>&lt;head&gt;</code> sekci, když soubor s cache není dostupný."
2838
 
2839
+ #: app/model/settings.php:953
2840
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2841
  msgstr "Použijte tuto možnost, pokud je souborová cache nedostupná a preferovali byste raději předání CSS jako linku než vygenerovaného."
2842
 
2843
+ #: app/model/settings.php:965
2844
  msgid "Current <strong>robots.txt</strong> on this site"
2845
  msgstr "Aktuální <strong>robots.txt</strong> na těchto stránkách"
2846
 
2847
+ #: app/model/settings.php:969
2848
  msgid ""
2849
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2850
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2858
  "→\t→\t→\t→\t→\t→\tohledně přístupů k celým nebo částem stránek, které jsou jinak veřejně dostupné.\n"
2859
  "→\t→\t→\t→\t→\t→\tMůžete to změnit manuálně editací souboru <code>robots.txt</code> v kořenovém adresáři vašeho WordPressu."
2860
 
2861
+ #: app/model/settings.php:986
2862
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2863
  msgstr "<strong>Zveřejnit, propagovat a sdílet mé akce</strong> označené jako veřejné v sítí Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2864
 
2865
+ #: app/model/settings.php:1009
2866
  msgid "Templates cache improves site performance"
2867
  msgstr "Vyrovnávací paměť šablon zlepšuje výkon stránek"
2868
 
2869
+ #: app/model/settings.php:1022
2870
  msgid "Display events in <strong>calendar time zone</strong>"
2871
  msgstr "Zobrazit události v <strong>časovém pásmu kalendáře</strong>"
2872
 
2873
+ #: app/model/settings.php:1025
2874
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2875
  msgstr "Pokud je zatrhnuto, události se zobrazí v časovém pásmu kalendáře spolu s informací o zobrazeném časovém pásmu na stránce detailu události."
2876
 
2966
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2967
  msgstr "Použijte nastavený <strong>region</strong> (v nastavení WordPressu) pro upřednostnění funkce automatického doplňování adres"
2968
 
2969
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Přesunout kalendář do tohoto DOM elementu."
2972
 
2973
+ #: app/model/settings.php:871
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2990
  "→\t→\t→\t→\t→\t→\tJakýkoliv existující text, nalezený v cílové položce, bude\n"
2991
  "→\t→\t→\t→\t→\t→\tkalendářem přepsán."
2992
 
2993
+ #: app/model/settings.php:890
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Přeskočit kontrolu <tt>in_the_loop()</tt></strong>, která zabraňuje vícenásobnému zobrazování kalendáře"
2996
 
2997
+ #: app/model/settings.php:893
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Zkuste povolit tuto možnost, pokud se váš kalendář nezobrazuje na kalendářové stránce. Je to potřeba pro kompatibilitu s malým počtem šablon, které volají <tt>the_content()</tt> z vnějšku Cyklu. V opačném případě nechte zakázané."
3000
 
3001
+ #: app/model/settings.php:905
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Deaktivovat <strong>gzip</strong> kompresi."
3004
 
3005
+ #: app/model/settings.php:920
3006
  msgid "Use frontend rendering."
3007
  msgstr "Použít před-renderování"
3008
 
3009
+ #: app/model/settings.php:923
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Organizovat události"
3012
 
3229
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3230
  msgstr "Tato Událost byla zkopírována z jiné stránky. Veškeré změny lístků budou zahozeny."
3231
 
3232
+ #: app/model/api/api-registration.php:200
3233
  msgid "Payment preferences were not saved."
3234
  msgstr "Platební předvolby nebyly uloženy."
3235
 
3236
+ #: app/model/api/api-registration.php:191
3237
  msgid "Payment preferences were saved."
3238
  msgstr "Platební předvolby byly uloženy."
3239
 
language/all-in-one-event-calendar-da_DK.mo CHANGED
Binary file
language/all-in-one-event-calendar-da_DK.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -111,22 +115,16 @@ msgstr "Mine importerede begivenheder (klik på hver enkelt feed for at se de im
111
  #: public/admin/plugins/ics/import_feed.php:17
112
  msgid ""
113
  "<b>You don't have a subscription for this feature.</b><br>\n"
114
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
115
  "\t\tsupports \"Import Feeds\"."
116
  msgstr ""
117
- "<b>Du abonnerer ikke på denne mulighed.</b><br>\n"
118
- " →\t→\t<a href=\"https://time.ly/pricing\">Opgrader her</a> til en plan, som\n"
119
- " →\t→\tunderstøtter \"Import af Feeds\"."
120
 
121
  #: public/admin/plugins/ics/import_feed.php:27
122
  msgid ""
123
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
124
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
125
  "\t\tsupports more feeds."
126
  msgstr ""
127
- "<b>Du har nået grænsen for hvor mange feeds. </b><br>\n"
128
- " →\t→\t<a href=\"https://time.ly/pricing\">Opgrader her</a> til en plan, som\n"
129
- " →\t→\tunderstøtter flere feeds."
130
 
131
  #: public/admin/plugins/ics/import_feed.php:110
132
  msgid "Import feed"
@@ -294,15 +292,15 @@ msgstr "Salget er sluttet"
294
  msgid "Canceled"
295
  msgstr "Aflyst"
296
 
297
- #: app/model/settings.php:917
298
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
299
  msgstr "Benyt denne mulighed hvis kalenderen ikke svarer. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Læs mere</a> om emnet. (Fra version 2.1 og frem er gzip deaktiveret som standard for maksimal kompabilitet.)"
300
 
301
- #: app/model/settings.php:944
302
  msgid "Use advanced JS cache."
303
  msgstr "Benyt avanceret JS cache."
304
 
305
- #: app/model/settings.php:947
306
  msgid "Cache dynamically generated JS files. Improves performance."
307
  msgstr "Cache dynamisk oprettede JS filer. Det forbedrer ydelsen"
308
 
@@ -351,7 +349,6 @@ msgid "Brazilian Real"
351
  msgstr "Brasilianske Real"
352
 
353
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
354
- #: app/view/admin/tickets.php:165
355
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
356
  msgstr "Bemærk: Denne valuta er kun understøttet som betaling af PayPal-konti i lande tilhørende valutaen"
357
 
@@ -447,10 +444,6 @@ msgstr "Taiwan Nye Dollars"
447
  msgid "Thai Baht"
448
  msgstr "Thai Baht"
449
 
450
- #: app/view/admin/tickets.php:165
451
- msgid "Turkish Lira"
452
- msgstr "Tyrkiske Lira"
453
-
454
  #: app/view/calendar/subscribe-button.php:27
455
  msgid "Export to XML"
456
  msgstr "Eksporter til XML"
@@ -575,7 +568,7 @@ msgstr "Klik her for tekniske detaljer"
575
  msgid "API URL: %s.<br/>Detail: %s"
576
  msgstr "API URL: %s.<br/>Detail: %s"
577
 
578
- #: app/model/api/api-abstract.php:461
579
  msgid "Error decoding the response"
580
  msgstr "Fejl i afkodning af svaret"
581
 
@@ -583,19 +576,19 @@ msgstr "Fejl i afkodning af svaret"
583
  msgid "We were unable to get the Suggested Events from Time.ly Network"
584
  msgstr "Vi kunne ikke hente de Foreslåede Begivenheder fra Time.ly Netværk"
585
 
586
- #: app/model/api/api-registration.php:38
587
  msgid "We were unable to Sign you In for Time.ly Network"
588
  msgstr "Vi kunne ikke logge dig ind på Time.ly Netværk"
589
 
590
- #: app/model/api/api-registration.php:59
591
  msgid "We were unable to Sign you Up for Time.ly Network"
592
  msgstr "Vi kunne ikke oprette dig i Time.ly Netværk"
593
 
594
- #: app/model/api/api-registration.php:152
595
  msgid "We were unable to Sign you Out of Time.ly Network"
596
  msgstr "Vi kunne ikke logge dig ud af Time.ly Netværk"
597
 
598
- #: app/model/api/api-registration.php:219
599
  msgid "We were unable to get the Sales information from Time.ly Network"
600
  msgstr "Vi kunne ikke hente salgsinformationerne fra Time.ly Netværk"
601
 
@@ -1493,43 +1486,43 @@ msgstr "Ikke rigtig"
1493
  msgid "Yes!"
1494
  msgstr "Ja!"
1495
 
1496
- #: lib/recurrence/rule.php:397
1497
  msgid "Every %d weeks"
1498
  msgstr "Hver %d uge"
1499
 
1500
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1501
  msgid "Monthly"
1502
  msgstr "Månedligt"
1503
 
1504
- #: lib/recurrence/rule.php:409
1505
  msgid "Every other month"
1506
  msgstr "Hver anden måned"
1507
 
1508
- #: lib/recurrence/rule.php:412
1509
  msgid "Every %d months"
1510
  msgstr "Hver %d måned"
1511
 
1512
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1513
  msgid "Yearly"
1514
  msgstr "Årligt"
1515
 
1516
- #: lib/recurrence/rule.php:424
1517
  msgid "Every other year"
1518
  msgstr "Hvert andet år"
1519
 
1520
- #: lib/recurrence/rule.php:427
1521
  msgid "Every %d years"
1522
  msgstr "Hvert %d år"
1523
 
1524
- #: lib/recurrence/rule.php:465
1525
  msgid "until %s"
1526
  msgstr "indtil %s"
1527
 
1528
- #: lib/recurrence/rule.php:475
1529
  msgid "for %d occurrences"
1530
  msgstr "i %d forekomster"
1531
 
1532
- #: lib/recurrence/rule.php:479
1533
  msgid "forever"
1534
  msgstr "altid"
1535
 
@@ -1631,52 +1624,52 @@ msgstr "Alle begivenheder<span class=\"update-plugins count-%d\" title=\"%d Pend
1631
  msgid "All Events"
1632
  msgstr "Alle begivenheder"
1633
 
1634
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1635
- #: lib/recurrence/rule.php:260
1636
  msgctxt "Recurrence editor - weekly tab"
1637
  msgid "on"
1638
  msgstr "på"
1639
 
1640
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1641
- #: lib/recurrence/rule.php:326
1642
  msgid "and"
1643
  msgstr "og"
1644
 
1645
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1646
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1647
  msgctxt "Recurrence editor - monthly tab"
1648
  msgid "on"
1649
  msgstr "på"
1650
 
1651
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1652
- #: lib/recurrence/rule.php:286
1653
  msgid "of the month"
1654
  msgstr "i måneden"
1655
 
1656
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1657
- #: lib/recurrence/rule.php:336
1658
  msgctxt "Recurrence editor - yearly tab"
1659
  msgid "on"
1660
  msgstr "på"
1661
 
1662
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1663
  #: public/admin/cron_freq.php:9
1664
  msgid "Daily"
1665
  msgstr "Dagligt"
1666
 
1667
- #: lib/recurrence/rule.php:379
1668
  msgid "Every other day"
1669
  msgstr "Hver anden dag"
1670
 
1671
- #: lib/recurrence/rule.php:382
1672
  msgid "Every %d days"
1673
  msgstr "Hver %d dag"
1674
 
1675
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1676
  msgid "Weekly"
1677
  msgstr "Ugentlig"
1678
 
1679
- #: lib/recurrence/rule.php:394
1680
  msgid "Every other week"
1681
  msgstr "Hver anden uge"
1682
 
@@ -1762,7 +1755,7 @@ msgstr "Advarsel"
1762
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1763
  msgstr "Det er i øjeblikket ikke muligt at indlejre mere end én kalender på den samme side. Forsøg ikke at indlejre kalenderen med genvejskode på en side, som allerede viser kalenderen."
1764
 
1765
- #: lib/import-export/ics.php:879
1766
  msgid "Tickets: "
1767
  msgstr "Billetter:"
1768
 
@@ -2111,11 +2104,11 @@ msgstr "Køb billetter"
2111
  msgid "Edit this occurrence (%s)"
2112
  msgstr "Rediger denne forekomst (%s)"
2113
 
2114
- #: app/view/event/single.php:196
2115
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2116
  msgstr "Dette indlæg er oprettet som en kopi af en anden hjemmesides <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalenderfeed</a>."
2117
 
2118
- #: app/view/event/single.php:207
2119
  msgid "View original"
2120
  msgstr "Vis oprindelige"
2121
 
@@ -2145,11 +2138,11 @@ msgstr " – "
2145
  msgid ", and "
2146
  msgstr ", og"
2147
 
2148
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2149
  msgid "Excludes: "
2150
  msgstr "Omfatter ikke:"
2151
 
2152
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2153
  msgid "Repeats"
2154
  msgstr "Gentagelser:"
2155
 
@@ -2830,7 +2823,7 @@ msgid "week(s)"
2830
  msgstr "uge(r)"
2831
 
2832
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2833
- #: lib/recurrence/rule.php:298
2834
  msgid "last"
2835
  msgstr "sidste"
2836
 
@@ -2838,19 +2831,19 @@ msgstr "sidste"
2838
  msgid "month(s)"
2839
  msgstr "måned(er)"
2840
 
2841
- #: app/model/settings.php:959
2842
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2843
  msgstr "<strong>Link til CSS</strong> i <code>&lt;head&gt;</code> delen (html) hvis filcaching ikke er muligt."
2844
 
2845
- #: app/model/settings.php:962
2846
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2847
  msgstr "Benyt denne indstilling hvis filcaching ikke er muligt, og du foretrækker at hente css med et link i stedet for skrevet inline."
2848
 
2849
- #: app/model/settings.php:974
2850
  msgid "Current <strong>robots.txt</strong> on this site"
2851
  msgstr "Nuværende <strong>robots.txt</strong> for denne hjemmeside"
2852
 
2853
- #: app/model/settings.php:978
2854
  msgid ""
2855
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2856
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2864,19 +2857,19 @@ msgstr ""
2864
  "→\t→\t→\t→\t→\t→\tom adgang til hele eller dele af en webside der ellers er offentligt tilgængelig.\n"
2865
  "→\t→\t→\t→\t→\t→\tDu kan ændre dette manuelt ved at redigere <code>robots.txt</code> i roden af dit WordPress bibliotek."
2866
 
2867
- #: app/model/settings.php:995
2868
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2869
  msgstr "<strong>Udgiv, markedsfør og del mine begivenheder</strong> markeret som offentlige på Timelys netværk. (<a href=\"%s\" target=\"_blank\">Lær mere &#187;</a>)"
2870
 
2871
- #: app/model/settings.php:1018
2872
  msgid "Templates cache improves site performance"
2873
  msgstr "Caching af skabeloner forbedrer ydeevnen"
2874
 
2875
- #: app/model/settings.php:1031
2876
  msgid "Display events in <strong>calendar time zone</strong>"
2877
  msgstr "Vis begivenheder <strong>kalenderens tidszone</strong>"
2878
 
2879
- #: app/model/settings.php:1034
2880
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2881
  msgstr "Hvis denne box er markeret vil begivenheder optræde i kalenderens tidszone og informationer om tidszone vises på begivenhedens side med flere detaljer."
2882
 
@@ -2972,19 +2965,11 @@ msgstr "<strong>Slå autoudfyld fra</strong>"
2972
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2973
  msgstr "Benyt den konfigurerede <strong>region</strong> (WordPress-lokalisering) til at påvirke funktionen autofuldførelse af adrresser (fx på dansk vejnavn og nr.)"
2974
 
2975
- #: app/model/settings.php:854
2976
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2977
- msgstr "Vis den tidligere <strong>Indsend din begivenhed</strong>-knap over kalenderen for brugere med særlige rettigheder."
2978
-
2979
- #: app/model/settings.php:857
2980
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2981
- msgstr "Installer <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> til <strong>Indsend din begivenhedsformular</strong> i frontend."
2982
-
2983
- #: app/model/settings.php:878
2984
  msgid "Move calendar into this DOM element"
2985
  msgstr "Flyt kalenderen til dette DOM-element"
2986
 
2987
- #: app/model/settings.php:880
2988
  msgid ""
2989
  "Optional. Use this JavaScript-based shortcut to place the\n"
2990
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -3004,23 +2989,23 @@ msgstr ""
3004
  "→\t→\t→\t→\t→\t→\tEnhver eksisterende markering som befinder sig indenfor målet, vil blive erstattet\n"
3005
  "→\t→\t→\t→\t→\t→\taf kalenderen."
3006
 
3007
- #: app/model/settings.php:899
3008
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
3009
  msgstr "<strong>Ignorer <tt>in_the_loop()</tt>-tjek </strong> som beskytter mod duplikerede visninger af kalenderen"
3010
 
3011
- #: app/model/settings.php:902
3012
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3013
  msgstr "Prøv at aktivere denne indstilling hvis din kalender ikke vises på kalendersiden. Den er nødvendig for kompatibilitet med et mindre antal temaer som kalder <tt>the_content()</tt> udenfor The Loop. Ellers lad den være umarkeret."
3014
 
3015
- #: app/model/settings.php:914
3016
  msgid "Disable <strong>gzip</strong> compression."
3017
  msgstr "Deaktiver <strong>gzip</strong>-komprimering."
3018
 
3019
- #: app/model/settings.php:929
3020
  msgid "Use frontend rendering."
3021
  msgstr "Benyt rendering fra frontend."
3022
 
3023
- #: app/model/settings.php:932
3024
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3025
  msgstr "Opretter kalendervisninger på klientside i stedet for på serveren; det kan forbedre hastigheden."
3026
 
@@ -3244,11 +3229,11 @@ msgstr "Vi kunne ikke opdatere begivenheden på Time.ly billetsystem"
3244
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3245
  msgstr "Denne begivenhed er kopieret fra et andet website. Eventueller ændringer for billetter blev afvist."
3246
 
3247
- #: app/model/api/api-registration.php:191
3248
  msgid "Payment preferences were not saved."
3249
  msgstr "Foretrukne betalingesmåder blev ikke gemt."
3250
 
3251
- #: app/model/api/api-registration.php:182
3252
  msgid "Payment preferences were saved."
3253
  msgstr "Foretrukne betlingsmåder blev gemt."
3254
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
115
  #: public/admin/plugins/ics/import_feed.php:17
116
  msgid ""
117
  "<b>You don't have a subscription for this feature.</b><br>\n"
118
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
119
  "\t\tsupports \"Import Feeds\"."
120
  msgstr ""
 
 
 
121
 
122
  #: public/admin/plugins/ics/import_feed.php:27
123
  msgid ""
124
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
125
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
126
  "\t\tsupports more feeds."
127
  msgstr ""
 
 
 
128
 
129
  #: public/admin/plugins/ics/import_feed.php:110
130
  msgid "Import feed"
292
  msgid "Canceled"
293
  msgstr "Aflyst"
294
 
295
+ #: app/model/settings.php:908
296
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
297
  msgstr "Benyt denne mulighed hvis kalenderen ikke svarer. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Læs mere</a> om emnet. (Fra version 2.1 og frem er gzip deaktiveret som standard for maksimal kompabilitet.)"
298
 
299
+ #: app/model/settings.php:935
300
  msgid "Use advanced JS cache."
301
  msgstr "Benyt avanceret JS cache."
302
 
303
+ #: app/model/settings.php:938
304
  msgid "Cache dynamically generated JS files. Improves performance."
305
  msgstr "Cache dynamisk oprettede JS filer. Det forbedrer ydelsen"
306
 
349
  msgstr "Brasilianske Real"
350
 
351
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
352
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
353
  msgstr "Bemærk: Denne valuta er kun understøttet som betaling af PayPal-konti i lande tilhørende valutaen"
354
 
444
  msgid "Thai Baht"
445
  msgstr "Thai Baht"
446
 
 
 
 
 
447
  #: app/view/calendar/subscribe-button.php:27
448
  msgid "Export to XML"
449
  msgstr "Eksporter til XML"
568
  msgid "API URL: %s.<br/>Detail: %s"
569
  msgstr "API URL: %s.<br/>Detail: %s"
570
 
571
+ #: app/model/api/api-abstract.php:463
572
  msgid "Error decoding the response"
573
  msgstr "Fejl i afkodning af svaret"
574
 
576
  msgid "We were unable to get the Suggested Events from Time.ly Network"
577
  msgstr "Vi kunne ikke hente de Foreslåede Begivenheder fra Time.ly Netværk"
578
 
579
+ #: app/model/api/api-registration.php:41
580
  msgid "We were unable to Sign you In for Time.ly Network"
581
  msgstr "Vi kunne ikke logge dig ind på Time.ly Netværk"
582
 
583
+ #: app/model/api/api-registration.php:68
584
  msgid "We were unable to Sign you Up for Time.ly Network"
585
  msgstr "Vi kunne ikke oprette dig i Time.ly Netværk"
586
 
587
+ #: app/model/api/api-registration.php:161
588
  msgid "We were unable to Sign you Out of Time.ly Network"
589
  msgstr "Vi kunne ikke logge dig ud af Time.ly Netværk"
590
 
591
+ #: app/model/api/api-registration.php:228
592
  msgid "We were unable to get the Sales information from Time.ly Network"
593
  msgstr "Vi kunne ikke hente salgsinformationerne fra Time.ly Netværk"
594
 
1486
  msgid "Yes!"
1487
  msgstr "Ja!"
1488
 
1489
+ #: lib/recurrence/rule.php:398
1490
  msgid "Every %d weeks"
1491
  msgstr "Hver %d uge"
1492
 
1493
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1494
  msgid "Monthly"
1495
  msgstr "Månedligt"
1496
 
1497
+ #: lib/recurrence/rule.php:410
1498
  msgid "Every other month"
1499
  msgstr "Hver anden måned"
1500
 
1501
+ #: lib/recurrence/rule.php:413
1502
  msgid "Every %d months"
1503
  msgstr "Hver %d måned"
1504
 
1505
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1506
  msgid "Yearly"
1507
  msgstr "Årligt"
1508
 
1509
+ #: lib/recurrence/rule.php:425
1510
  msgid "Every other year"
1511
  msgstr "Hvert andet år"
1512
 
1513
+ #: lib/recurrence/rule.php:428
1514
  msgid "Every %d years"
1515
  msgstr "Hvert %d år"
1516
 
1517
+ #: lib/recurrence/rule.php:466
1518
  msgid "until %s"
1519
  msgstr "indtil %s"
1520
 
1521
+ #: lib/recurrence/rule.php:476
1522
  msgid "for %d occurrences"
1523
  msgstr "i %d forekomster"
1524
 
1525
+ #: lib/recurrence/rule.php:480
1526
  msgid "forever"
1527
  msgstr "altid"
1528
 
1624
  msgid "All Events"
1625
  msgstr "Alle begivenheder"
1626
 
1627
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1628
+ #: lib/recurrence/rule.php:261
1629
  msgctxt "Recurrence editor - weekly tab"
1630
  msgid "on"
1631
  msgstr "på"
1632
 
1633
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1634
+ #: lib/recurrence/rule.php:327
1635
  msgid "and"
1636
  msgstr "og"
1637
 
1638
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1639
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1640
  msgctxt "Recurrence editor - monthly tab"
1641
  msgid "on"
1642
  msgstr "på"
1643
 
1644
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1645
+ #: lib/recurrence/rule.php:287
1646
  msgid "of the month"
1647
  msgstr "i måneden"
1648
 
1649
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1650
+ #: lib/recurrence/rule.php:337
1651
  msgctxt "Recurrence editor - yearly tab"
1652
  msgid "on"
1653
  msgstr "på"
1654
 
1655
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1656
  #: public/admin/cron_freq.php:9
1657
  msgid "Daily"
1658
  msgstr "Dagligt"
1659
 
1660
+ #: lib/recurrence/rule.php:380
1661
  msgid "Every other day"
1662
  msgstr "Hver anden dag"
1663
 
1664
+ #: lib/recurrence/rule.php:383
1665
  msgid "Every %d days"
1666
  msgstr "Hver %d dag"
1667
 
1668
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1669
  msgid "Weekly"
1670
  msgstr "Ugentlig"
1671
 
1672
+ #: lib/recurrence/rule.php:395
1673
  msgid "Every other week"
1674
  msgstr "Hver anden uge"
1675
 
1755
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1756
  msgstr "Det er i øjeblikket ikke muligt at indlejre mere end én kalender på den samme side. Forsøg ikke at indlejre kalenderen med genvejskode på en side, som allerede viser kalenderen."
1757
 
1758
+ #: lib/import-export/ics.php:876
1759
  msgid "Tickets: "
1760
  msgstr "Billetter:"
1761
 
2104
  msgid "Edit this occurrence (%s)"
2105
  msgstr "Rediger denne forekomst (%s)"
2106
 
2107
+ #: app/view/event/single.php:207
2108
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2109
  msgstr "Dette indlæg er oprettet som en kopi af en anden hjemmesides <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalenderfeed</a>."
2110
 
2111
+ #: app/view/event/single.php:224
2112
  msgid "View original"
2113
  msgstr "Vis oprindelige"
2114
 
2138
  msgid ", and "
2139
  msgstr ", og"
2140
 
2141
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2142
  msgid "Excludes: "
2143
  msgstr "Omfatter ikke:"
2144
 
2145
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2146
  msgid "Repeats"
2147
  msgstr "Gentagelser:"
2148
 
2823
  msgstr "uge(r)"
2824
 
2825
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2826
+ #: lib/recurrence/rule.php:299
2827
  msgid "last"
2828
  msgstr "sidste"
2829
 
2831
  msgid "month(s)"
2832
  msgstr "måned(er)"
2833
 
2834
+ #: app/model/settings.php:950
2835
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2836
  msgstr "<strong>Link til CSS</strong> i <code>&lt;head&gt;</code> delen (html) hvis filcaching ikke er muligt."
2837
 
2838
+ #: app/model/settings.php:953
2839
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2840
  msgstr "Benyt denne indstilling hvis filcaching ikke er muligt, og du foretrækker at hente css med et link i stedet for skrevet inline."
2841
 
2842
+ #: app/model/settings.php:965
2843
  msgid "Current <strong>robots.txt</strong> on this site"
2844
  msgstr "Nuværende <strong>robots.txt</strong> for denne hjemmeside"
2845
 
2846
+ #: app/model/settings.php:969
2847
  msgid ""
2848
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2849
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2857
  "→\t→\t→\t→\t→\t→\tom adgang til hele eller dele af en webside der ellers er offentligt tilgængelig.\n"
2858
  "→\t→\t→\t→\t→\t→\tDu kan ændre dette manuelt ved at redigere <code>robots.txt</code> i roden af dit WordPress bibliotek."
2859
 
2860
+ #: app/model/settings.php:986
2861
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2862
  msgstr "<strong>Udgiv, markedsfør og del mine begivenheder</strong> markeret som offentlige på Timelys netværk. (<a href=\"%s\" target=\"_blank\">Lær mere &#187;</a>)"
2863
 
2864
+ #: app/model/settings.php:1009
2865
  msgid "Templates cache improves site performance"
2866
  msgstr "Caching af skabeloner forbedrer ydeevnen"
2867
 
2868
+ #: app/model/settings.php:1022
2869
  msgid "Display events in <strong>calendar time zone</strong>"
2870
  msgstr "Vis begivenheder <strong>kalenderens tidszone</strong>"
2871
 
2872
+ #: app/model/settings.php:1025
2873
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2874
  msgstr "Hvis denne box er markeret vil begivenheder optræde i kalenderens tidszone og informationer om tidszone vises på begivenhedens side med flere detaljer."
2875
 
2965
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2966
  msgstr "Benyt den konfigurerede <strong>region</strong> (WordPress-lokalisering) til at påvirke funktionen autofuldførelse af adrresser (fx på dansk vejnavn og nr.)"
2967
 
2968
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2969
  msgid "Move calendar into this DOM element"
2970
  msgstr "Flyt kalenderen til dette DOM-element"
2971
 
2972
+ #: app/model/settings.php:871
2973
  msgid ""
2974
  "Optional. Use this JavaScript-based shortcut to place the\n"
2975
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2989
  "→\t→\t→\t→\t→\t→\tEnhver eksisterende markering som befinder sig indenfor målet, vil blive erstattet\n"
2990
  "→\t→\t→\t→\t→\t→\taf kalenderen."
2991
 
2992
+ #: app/model/settings.php:890
2993
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2994
  msgstr "<strong>Ignorer <tt>in_the_loop()</tt>-tjek </strong> som beskytter mod duplikerede visninger af kalenderen"
2995
 
2996
+ #: app/model/settings.php:893
2997
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2998
  msgstr "Prøv at aktivere denne indstilling hvis din kalender ikke vises på kalendersiden. Den er nødvendig for kompatibilitet med et mindre antal temaer som kalder <tt>the_content()</tt> udenfor The Loop. Ellers lad den være umarkeret."
2999
 
3000
+ #: app/model/settings.php:905
3001
  msgid "Disable <strong>gzip</strong> compression."
3002
  msgstr "Deaktiver <strong>gzip</strong>-komprimering."
3003
 
3004
+ #: app/model/settings.php:920
3005
  msgid "Use frontend rendering."
3006
  msgstr "Benyt rendering fra frontend."
3007
 
3008
+ #: app/model/settings.php:923
3009
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3010
  msgstr "Opretter kalendervisninger på klientside i stedet for på serveren; det kan forbedre hastigheden."
3011
 
3229
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3230
  msgstr "Denne begivenhed er kopieret fra et andet website. Eventueller ændringer for billetter blev afvist."
3231
 
3232
+ #: app/model/api/api-registration.php:200
3233
  msgid "Payment preferences were not saved."
3234
  msgstr "Foretrukne betalingesmåder blev ikke gemt."
3235
 
3236
+ #: app/model/api/api-registration.php:191
3237
  msgid "Payment preferences were saved."
3238
  msgstr "Foretrukne betlingsmåder blev gemt."
3239
 
language/all-in-one-event-calendar-de_CH.mo CHANGED
Binary file
language/all-in-one-event-calendar-de_CH.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr "Nicht wirklich"
1479
  msgid "Yes!"
1480
  msgstr "Ja!"
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Alle %d Wochen"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Monatlich"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Jeden zweiten Monat"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Alle %d Monate"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Jährlich"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Jedes zweite Jahr"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Alle %d Jahre"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "bis %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "für %d Ereignisse"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "für immer"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Alle Veranstaltungen<span class=\"update-plugins count-%d\" title=\"%d B
1617
  msgid "All Events"
1618
  msgstr "Alle Veranstaltungen"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "am"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "und"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "am"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "des Monats"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "am"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Täglich"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Jeden zweiten Tag"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Alle %d Tage"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Wöchentlich"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Jede zweite Woche"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Achtung:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Es wird momentan nicht unterstützt, mehr als einen Kalender auf der selben Seite einzubetten. Bitte nicht versuchen einen Kalender via Shortcode in eine Seite einzubetten, auf der bereits ein Kalender angezeigt wird."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr "Tickets:"
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Tickets kaufen"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Dieses Ereignis bearbeiten (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Original ansehen"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", und"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr "Ausschlüsse:"
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr "Wiederholungen"
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "Woche(n)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "letzte"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "letzte"
2824
  msgid "month(s)"
2825
  msgstr "Monat(e)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2863
 
@@ -2953,19 +2952,11 @@ msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Kalender in dieses DOM-Element verschieben"
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,23 +2976,23 @@ msgstr ""
2985
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2986
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2987
 
2988
- #: app/model/settings.php:899
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2991
 
2992
- #: app/model/settings.php:902
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
2995
 
2996
- #: app/model/settings.php:914
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
2999
 
3000
- #: app/model/settings.php:929
3001
  msgid "Use frontend rendering."
3002
  msgstr "Verwende Frontend-Rendering."
3003
 
3004
- #: app/model/settings.php:932
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3007
 
@@ -3225,11 +3216,11 @@ msgstr "Wir sind nicht in der Lage, diesen Event auf Time.ly-Ticketing zu aktual
3225
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3226
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3227
 
3228
- #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3231
 
3232
- #: app/model/api/api-registration.php:182
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3235
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr "Ja!"
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Alle %d Wochen"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Monatlich"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Jeden zweiten Monat"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Alle %d Monate"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Jährlich"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Jedes zweite Jahr"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Alle %d Jahre"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "bis %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "für %d Ereignisse"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "für immer"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Alle Veranstaltungen"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "am"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "und"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "am"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "des Monats"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "am"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Täglich"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Jeden zweiten Tag"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Alle %d Tage"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Wöchentlich"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Jede zweite Woche"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Es wird momentan nicht unterstützt, mehr als einen Kalender auf der selben Seite einzubetten. Bitte nicht versuchen einen Kalender via Shortcode in eine Seite einzubetten, auf der bereits ein Kalender angezeigt wird."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr "Tickets:"
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Dieses Ereignis bearbeiten (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Original ansehen"
2106
 
2130
  msgid ", and "
2131
  msgstr ", und"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr "Ausschlüsse:"
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr "Wiederholungen"
2140
 
2815
  msgstr "Woche(n)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "letzte"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "Monat(e)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr "Kalender in dieses DOM-Element verschieben"
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2976
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2977
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2978
 
2979
+ #: app/model/settings.php:890
2980
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2981
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2982
 
2983
+ #: app/model/settings.php:893
2984
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2985
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
2986
 
2987
+ #: app/model/settings.php:905
2988
  msgid "Disable <strong>gzip</strong> compression."
2989
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
2990
 
2991
+ #: app/model/settings.php:920
2992
  msgid "Use frontend rendering."
2993
  msgstr "Verwende Frontend-Rendering."
2994
 
2995
+ #: app/model/settings.php:923
2996
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2997
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
2998
 
3216
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3217
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3218
 
3219
+ #: app/model/api/api-registration.php:200
3220
  msgid "Payment preferences were not saved."
3221
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3222
 
3223
+ #: app/model/api/api-registration.php:191
3224
  msgid "Payment preferences were saved."
3225
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3226
 
language/all-in-one-event-calendar-de_DE.mo CHANGED
Binary file
language/all-in-one-event-calendar-de_DE.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr "Nicht wirklich"
1479
  msgid "Yes!"
1480
  msgstr "Ja!"
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Alle %d Wochen"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Monatlich"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Jeden zweiten Monat"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Alle %d Monate"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Jährlich"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Jedes zweite Jahr"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Alle %d Jahre"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "bis %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "für %d Ereignisse"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "für immer"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Alle Veranstaltungen<span class=\"update-plugins count-%d\" title=\"%d B
1617
  msgid "All Events"
1618
  msgstr "Alle Veranstaltungen"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "am"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "und"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "am"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "des Monats"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "am"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Täglich"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Jeden zweiten Tag"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Alle %d Tage"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Wöchentlich"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Jede zweite Woche"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Achtung:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Es wird momentan nicht unterstützt, mehr als einen Kalender auf der selben Seite einzubetten. Bitte nicht versuchen einen Kalender via Shortcode in eine Seite einzubetten, auf der bereits ein Kalender angezeigt wird."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr "Tickets:"
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Karten kaufen"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Dieses Ereignis bearbeiten (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Original ansehen"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", und"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr "Ausschlüsse:"
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr "Wiederholungen"
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "Woche(n)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "letzte"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "letzte"
2824
  msgid "month(s)"
2825
  msgstr "Monat(e)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2863
 
@@ -2953,19 +2952,11 @@ msgstr "<strong>Automatische Adressenvervollständigung</strong> deaktivieren"
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr "Oberhalb des Kalenders, berechtigten Nutzern, die alte <strong>Deine Veranstaltung posten</strong> Schaltfläche anzeigen"
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr "Installiere die <a target=\"_blank\" href=\"http://time.ly/\">Interaktive Front-End Erweiterung</a> für die <strong>Front-End Eingabemaske</strong>."
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Kalender in dieses DOM-Element verschieben"
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2985,23 +2976,23 @@ msgstr ""
2985
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2986
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2987
 
2988
- #: app/model/settings.php:899
2989
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2990
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2991
 
2992
- #: app/model/settings.php:902
2993
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2994
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
2995
 
2996
- #: app/model/settings.php:914
2997
  msgid "Disable <strong>gzip</strong> compression."
2998
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
2999
 
3000
- #: app/model/settings.php:929
3001
  msgid "Use frontend rendering."
3002
  msgstr "Verwende Frontend-Rendering."
3003
 
3004
- #: app/model/settings.php:932
3005
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3006
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
3007
 
@@ -3225,11 +3216,11 @@ msgstr "Wir sind nicht in der Lage, diesen Event auf Time.ly-Ticketing zu aktual
3225
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3226
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3227
 
3228
- #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3231
 
3232
- #: app/model/api/api-registration.php:182
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3235
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr "Ja!"
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Alle %d Wochen"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Monatlich"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Jeden zweiten Monat"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Alle %d Monate"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Jährlich"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Jedes zweite Jahr"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Alle %d Jahre"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "bis %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "für %d Ereignisse"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "für immer"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Alle Veranstaltungen"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "am"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "und"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "am"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "des Monats"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "am"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Täglich"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Jeden zweiten Tag"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Alle %d Tage"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Wöchentlich"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Jede zweite Woche"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Es wird momentan nicht unterstützt, mehr als einen Kalender auf der selben Seite einzubetten. Bitte nicht versuchen einen Kalender via Shortcode in eine Seite einzubetten, auf der bereits ein Kalender angezeigt wird."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr "Tickets:"
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Dieses Ereignis bearbeiten (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Dieser Beitrag ist ein Replikat vom <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Kalender-Feed</a> einer anderen Seite."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Original ansehen"
2106
 
2130
  msgid ", and "
2131
  msgstr ", und"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr "Ausschlüsse:"
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr "Wiederholungen"
2140
 
2815
  msgstr "Woche(n)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "letzte"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "Monat(e)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Verlinke CSS</strong> im <code>&lt;head&gt;</code>-Abschnitt, wenn der Datei-Cache nicht zur Verfügung steht."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Verwende diese Option, wenn der Datei-Cache nicht zur Verfügung steht und du CSS als Link anstatt\" inline\" einbinden möchtest."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Aktuelle <strong>robots.txt</strong> dieser Seite"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr "Der Roboterausschluss Standard (Robot Exclusion Standard), auch bekannt als Robots Exclusion Protocol oder <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code> Protokoll, ist eine Vereinbarung für kooperierende Web Crawler und andere Web Roboter und regelt den Zugriff auf Teile oder die Gesamtheit einer Webseite, die ansonsten öffentlich sichtbar ist. Du kannst die Einstellungen manuell ändern, indem du die <code>robots.txt</code> editierst, die sich im Root-Verzeichnis von deinem WordPress befindet."
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr "<strong>Veröffentliche, bewerbe, und teile meine öffentlichen Veranstaltungen</strong> im Timely-Netzwerk. (<a href=\"%s\" target=\"_blank\">Mehr Informationen &#187;</a>)"
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr "Vorlagen-Cache verbessert die Leistung der Seite"
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr "Zeige Events in dieser <strong>Kalender-Zeitzone</strong>"
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr "Wenn diese Box gewählt wurde, werden Events der Kalender-Zeitzone mit Zeitzonen-Informationen auf der Event-Detailseite angezeigt."
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr "Verwende die konfigurierte <strong>Region</strong> (WordPress lokal) als Vorgabe für die Funktion der Adressenvervollständigung"
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr "Kalender in dieses DOM-Element verschieben"
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2976
  "→\t→\t→\t→\t→\t→\tJede bereits existierende Auszeichnung innerhalb des Zieles\n"
2977
  "→\t→\t→\t→\t→\t→\twird durch den Kalender ersetzt."
2978
 
2979
+ #: app/model/settings.php:890
2980
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2981
  msgstr "<strong>Überspringe <tt>in_the_loop()</tt> Überprüfen </strong> der Schutzfunktion vor mehrfacher Ausgabe des Kalenders."
2982
 
2983
+ #: app/model/settings.php:893
2984
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2985
  msgstr "Wenn dein Kalender nicht auf der Kalenderseite erscheint, versuche diese Option zu aktivieren. Dies kann notwendig sein für die Kompatibilität mit einigen wenigen Themes, die <tt>the_content()</tt> von ausserhalb des Loops benötigen. Belasse es ansonsten nicht aktiviert."
2986
 
2987
+ #: app/model/settings.php:905
2988
  msgid "Disable <strong>gzip</strong> compression."
2989
  msgstr "<strong>gzip</strong> Komprimierung deaktivieren"
2990
 
2991
+ #: app/model/settings.php:920
2992
  msgid "Use frontend rendering."
2993
  msgstr "Verwende Frontend-Rendering."
2994
 
2995
+ #: app/model/settings.php:923
2996
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2997
  msgstr "Der Kalender wird im Client gerendert und nicht serverseitig; kann die Performance verbessern."
2998
 
3216
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3217
  msgstr "Dieser Event wurde von einer anderen Seite repliziert. Alle Änderungen an Tickets wurden verworfen."
3218
 
3219
+ #: app/model/api/api-registration.php:200
3220
  msgid "Payment preferences were not saved."
3221
  msgstr "Bevorzugte Zahlungsarten wurden nicht gespeichert."
3222
 
3223
+ #: app/model/api/api-registration.php:191
3224
  msgid "Payment preferences were saved."
3225
  msgstr "Bevorzugte Zahlungsarten wurden gespeichert."
3226
 
language/all-in-one-event-calendar-el.mo CHANGED
Binary file
language/all-in-one-event-calendar-el.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Κάθε %d εβδομάδες"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Μηνιαία"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Κάθε δεύτερο μήνα"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Κάθε %d μήνες"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Ετήσια"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Κάθε άλλο χρόνο"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Κάθε %d χρόνια"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "μέχρι %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "από %d υπάρχον"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "για πάντα"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Όλες οι εκδηλώσεις <span class=\"update-plugins count-%d
1617
  msgid "All Events"
1618
  msgstr "Όλες οι Εκδηλώσεις"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "πρός"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "και"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "ανοικτή"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "του μήνα"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "πρός"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Καθημερινά"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Κάθε δεύτερη μέρα"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Κάθε %d μέρες"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Εβδομαδιαία"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Κάθε δεύτερη εβδομάδα"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Προειδοποιήσης:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Αυτή την στιγμή δεν υποστηρίζεται η ενσωμάτωση περισσότερων από ένα ημερολογίων στην ίδια σελίδα.Μην δοκιμάσετε να ενσωματώσετε το ημερολόγιο με μικρό-κώδικα στην σελίδα που εμφανίζεται ήδη το ημερολόγιο."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Αγορά Εισιτηρίων"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Επεξεργαστείτε το συμβάν (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", και "
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "εβδομάδα(ες)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "τελευταία"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "τελευταία"
2824
  msgid "month(s)"
2825
  msgstr "μήνας(ες)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Υπάρχον<strong>robots.txt</strong> σε αυτή την σελίδα"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Η μνήμη των θεμάτων βελτιώνει την απόδοση της σελίδας."
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Απενεργοποιήστε αυτόματη συμπλήρω
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Χρησιμοποίησε την ρύθμιση<strong>περιοχής</strong> (WordPress τοπικό) για να έχετε αυτόματη συμπλήρωση διεύθυνσης"
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr "Δείξε το παλιό <strong>Ανάρτηση Εκδήλωσης</strong> κουμπί πάνω στο ημερολόγιο για διακεκριμένους χρήστες"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Εγκατέστησε το <a target=\"_blank\" href=\"http://time.ly/\">Αλληλεπιδρώμενο Πρόσθετο για το δημόσιο τμήμα</a> ή <strong>την φόρμα δημοσίευσης στο δημόσιο τμήμα</strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Μετακίνησε το ημερολόγιο σε αυτό το στοιχείο DOM"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Παράκαμψη <tt>in_the_loop()</tt> έλεγξε </strong> ότι προστατεύει από διπλά ημερολόγια"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Δοκιμάστε ενεργοποίηση αυτής της επιλογής, αν το ημερολόγιό σας δεν εμφανίζεται στη σελίδα ημερολογίου. Είναι απαραίτητη για τη συμβατότητα με ένα μικρό αριθμό θεμάτων που καλούν<tt>the_content()</tt> έξω από Loop. Αφήστε το απενεργοποιημένο διαφορετικά.."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Απενεργοποιήση <strong>gzip</strong> συμπίεσης."
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr ""
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr ""
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Κάθε %d εβδομάδες"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Μηνιαία"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Κάθε δεύτερο μήνα"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Κάθε %d μήνες"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Ετήσια"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Κάθε άλλο χρόνο"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Κάθε %d χρόνια"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "μέχρι %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "από %d υπάρχον"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "για πάντα"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Όλες οι Εκδηλώσεις"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "πρός"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "και"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "ανοικτή"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "του μήνα"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "πρός"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Καθημερινά"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Κάθε δεύτερη μέρα"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Κάθε %d μέρες"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Εβδομαδιαία"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Κάθε δεύτερη εβδομάδα"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Αυτή την στιγμή δεν υποστηρίζεται η ενσωμάτωση περισσότερων από ένα ημερολογίων στην ίδια σελίδα.Μην δοκιμάσετε να ενσωματώσετε το ημερολόγιο με μικρό-κώδικα στην σελίδα που εμφανίζεται ήδη το ημερολόγιο."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Επεξεργαστείτε το συμβάν (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ", και "
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "εβδομάδα(ες)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "τελευταία"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "μήνας(ες)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Υπάρχον<strong>robots.txt</strong> σε αυτή την σελίδα"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2850
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Η μνήμη των θεμάτων βελτιώνει την απόδοση της σελίδας."
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Χρησιμοποίησε την ρύθμιση<strong>περιοχής</strong> (WordPress τοπικό) για να έχετε αυτόματη συμπλήρωση διεύθυνσης"
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Μετακίνησε το ημερολόγιο σε αυτό το στοιχείο DOM"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2982
  "→\t→\t→\t→\t→\t→\tby the calendar."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Παράκαμψη <tt>in_the_loop()</tt> έλεγξε </strong> ότι προστατεύει από διπλά ημερολόγια"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Δοκιμάστε ενεργοποίηση αυτής της επιλογής, αν το ημερολόγιό σας δεν εμφανίζεται στη σελίδα ημερολογίου. Είναι απαραίτητη για τη συμβατότητα με ένα μικρό αριθμό θεμάτων που καλούν<tt>the_content()</tt> έξω από Loop. Αφήστε το απενεργοποιημένο διαφορετικά.."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Απενεργοποιήση <strong>gzip</strong> συμπίεσης."
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr ""
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-en_AU.mo CHANGED
Binary file
language/all-in-one-event-calendar-en_AU.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Every %d weeks"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Monthly"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Every other month"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Every %d months"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Yearly"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Every other year"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Every %d years"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "until %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "for %d occurrences"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "forever"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "All Events <span class=\"update-plugins count-%d\" title=\"%d Pending Ev
1617
  msgid "All Events"
1618
  msgstr "All Events"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "on"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "and"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "on"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "of the month"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "on"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Daily"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Every other day"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Every %d days"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Weekly"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Every other week"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Warning:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Buy Tickets"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edit this occurrence (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "View original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", and "
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "week(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "last"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "last"
2824
  msgid "month(s)"
2825
  msgstr "month(s)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Current <strong>robots.txt</strong> on this site"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicise, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Templates cache improves site performance"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Disable address autocomplete</strong> function"
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Move calendar into this DOM element"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Disable <strong>gzip</strong> compression."
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Use frontend rendering."
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renders calendar views on the client rather than the server; can improve performance."
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Every %d weeks"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Monthly"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Every other month"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Every %d months"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Yearly"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Every other year"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Every %d years"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "until %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "for %d occurrences"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "forever"
1520
 
1616
  msgid "All Events"
1617
  msgstr "All Events"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "on"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "and"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "on"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "of the month"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "on"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Daily"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Every other day"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Every %d days"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Weekly"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Every other week"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Edit this occurrence (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "View original"
2106
 
2130
  msgid ", and "
2131
  msgstr ", and "
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "week(s)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "last"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "month(s)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Current <strong>robots.txt</strong> on this site"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2850
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Publicise, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Templates cache improves site performance"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Move calendar into this DOM element"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2982
  "→\t→\t→\t→\t→\t→\tby the calendar."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Disable <strong>gzip</strong> compression."
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr "Use frontend rendering."
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr "Renders calendar views on the client rather than the server; can improve performance."
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-en_GB.mo CHANGED
Binary file
language/all-in-one-event-calendar-en_GB.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Every %d weeks"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Monthly"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Every other month"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Every %d months"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Yearly"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Every other year"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Every %d years"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "until %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "for %d occurrences"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "forever"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "All Events <span class=\"update-plugins count-%d\" title=\"%d Pending Ev
1617
  msgid "All Events"
1618
  msgstr "All Events"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "on"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "and"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "on"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "of the month"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "on"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Daily"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Every other day"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Every %d days"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Weekly"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Every other week"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Warning:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Buy Tickets"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edit this occurrence (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", and "
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "week(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "last"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "last"
2824
  msgid "month(s)"
2825
  msgstr "month(s)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Current <strong>robots.txt</strong> on this site"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Templates cache improves site performance"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Disable address autocomplete</strong> function"
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Move calendar into this DOM element"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Disable <strong>gzip</strong> compression."
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr ""
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr ""
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Every %d weeks"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Monthly"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Every other month"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Every %d months"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Yearly"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Every other year"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Every %d years"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "until %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "for %d occurrences"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "forever"
1520
 
1616
  msgid "All Events"
1617
  msgstr "All Events"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "on"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "and"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "on"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "of the month"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "on"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Daily"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Every other day"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Every %d days"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Weekly"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Every other week"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Edit this occurrence (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ", and "
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "week(s)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "last"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "month(s)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Current <strong>robots.txt</strong> on this site"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2850
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Templates cache improves site performance"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Move calendar into this DOM element"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2982
  "→\t→\t→\t→\t→\t→\tby the calendar."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Disable <strong>gzip</strong> compression."
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr ""
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-es_ES.mo CHANGED
Binary file
language/all-in-one-event-calendar-es_ES.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Cada %d semanas"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mensualmente"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "En meses alternos"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Cada %d meses"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Anualmente"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "En años alternos"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Cada %d años"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "hasta el %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "para %d coincidencias"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "Para siempre"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Todos los eventos <span class=\"update-plugins count-%d\" title=\"%d Eve
1617
  msgid "All Events"
1618
  msgstr "Todos los eventos"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "el"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "y"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "el"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "del mesd"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "el"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Diariamente"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Días alternos"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Cada %d días"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Semanalmente"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "En semanas alternas"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Advertencia:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Actualmente no se permite incrustar más de un calendario en la misma página. No intente incrustar el calendario con shortcodes en una página que ya incluye un calendario."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Comprar entradas"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edita esta ocurrencia (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Esta publicación fue replicada desde un <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>feed de calendario</a> de otro sitio web."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Ver original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr " y "
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "semana(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "último"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "último"
2824
  msgid "month(s)"
2825
  msgstr "Mes(es)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Incluye CSS</strong> en la sección <code>&lt;head&gt;</code> cuando la caché de ficheros js no esté disponible."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utiliza esta opción si la caché de ficheros no está disponible y si prefieres servir el fichero CSS como si fuera un enlace en lugar de incluirlo directamente."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "El <strong>robots.txt</strong> actual en este sitio"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "→\t→\t→\t→\t→\t→\tsobre accesar todo o parte de un sitio web que está a la vista públicamente.\n"
2851
  "→\t→\t→\t→\t→\t→\tPuedes cambiarlo manualmente al editar <code>robots.txt</code> en el directorio raíz de WordPress."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Difunde, promociona y comparte</strong> entre los miembros de la red Timely los eventos seleccionados como públicos. (<a href=\"%s\" target=\"_blank\">Ver más &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "El cache de plantillas mejora el desempeño del sitio"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Desactivar el autocompletado de direcciones</strong>"
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Usar la <strong>región</strong> configurada (localidad de WordPress) para afectar la función de autocompletar direcciones"
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr "Mostrar el viejo botón de <strong>Publicar tu evento</strong> arriba del calendario a los usuarios privilegiados"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Instalar la <a target=\"_blank\" href=\"http://time.ly/\">Extensión interactiva de interfaz de usuario </a> para la interfaz de usuario del <strong>formulario de Publica tu propio evento</strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Mover el calendario a este elemento DOM:"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tCualquier marcado existente que se encuentre dentro del objetivo \n"
2991
  "→\t→\t→\t→\t→\t→\tserá reemplazado por el calendario."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Saltar la revisión <tt>in_the_loop()</tt> </strong> que protege contra la salida múltiple de calendarios"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Intenta habilitar esta opción si tu calendario no aparece en la página de calendario. Se necesita para la compatibilidad con un pequeño número de temas que llaman <tt>the_content()</tt> desde afuera de The Loop. De no ser el caso, dejar deshabilitado."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Desactivar la compresión <strong>gzip</strong>."
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Utilizar el renderizado en interfaz."
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renderiza la vista de calendario en el navegador en lugar de hacerlo en el servidor; puede mejorar el rendimiento."
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Cada %d semanas"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mensualmente"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "En meses alternos"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Cada %d meses"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Anualmente"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "En años alternos"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Cada %d años"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "hasta el %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "para %d coincidencias"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "Para siempre"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Todos los eventos"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "el"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "y"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "el"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "del mesd"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "el"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Diariamente"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Días alternos"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Cada %d días"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Semanalmente"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "En semanas alternas"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Actualmente no se permite incrustar más de un calendario en la misma página. No intente incrustar el calendario con shortcodes en una página que ya incluye un calendario."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Edita esta ocurrencia (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Esta publicación fue replicada desde un <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>feed de calendario</a> de otro sitio web."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Ver original"
2106
 
2130
  msgid ", and "
2131
  msgstr " y "
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "semana(s)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "último"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "Mes(es)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Incluye CSS</strong> en la sección <code>&lt;head&gt;</code> cuando la caché de ficheros js no esté disponible."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Utiliza esta opción si la caché de ficheros no está disponible y si prefieres servir el fichero CSS como si fuera un enlace en lugar de incluirlo directamente."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "El <strong>robots.txt</strong> actual en este sitio"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "→\t→\t→\t→\t→\t→\tsobre accesar todo o parte de un sitio web que está a la vista públicamente.\n"
2850
  "→\t→\t→\t→\t→\t→\tPuedes cambiarlo manualmente al editar <code>robots.txt</code> en el directorio raíz de WordPress."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Difunde, promociona y comparte</strong> entre los miembros de la red Timely los eventos seleccionados como públicos. (<a href=\"%s\" target=\"_blank\">Ver más &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "El cache de plantillas mejora el desempeño del sitio"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Usar la <strong>región</strong> configurada (localidad de WordPress) para afectar la función de autocompletar direcciones"
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Mover el calendario a este elemento DOM:"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tCualquier marcado existente que se encuentre dentro del objetivo \n"
2982
  "→\t→\t→\t→\t→\t→\tserá reemplazado por el calendario."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Saltar la revisión <tt>in_the_loop()</tt> </strong> que protege contra la salida múltiple de calendarios"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Intenta habilitar esta opción si tu calendario no aparece en la página de calendario. Se necesita para la compatibilidad con un pequeño número de temas que llaman <tt>the_content()</tt> desde afuera de The Loop. De no ser el caso, dejar deshabilitado."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Desactivar la compresión <strong>gzip</strong>."
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr "Utilizar el renderizado en interfaz."
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr "Renderiza la vista de calendario en el navegador en lugar de hacerlo en el servidor; puede mejorar el rendimiento."
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-et.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-eu.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-fi.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Joka %d :s viikko"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Kuukausittain"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Joka toinen kuukausi"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Joka %d :s kuukausi"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Vuosittain"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Joka toinen vuosi"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Joka %d :s vuosi"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "Kunnes %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "kertaa %s esiintym&auml;&auml;"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "ikuisesti"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Kaikki tapahtumat <span class=\"update-plugins count-%d\" title=\"%d Tul
1617
  msgid "All Events"
1618
  msgstr "Kaikki tapahtumat"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "na"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "ja"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "na"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "kuukauden"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "na"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "P&auml;ivitt&auml;in"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Joka toinen p&auml;iv&auml;"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Joka %d :s p&auml;iv&auml;"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Viikoittain"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Joka toinen viikko"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Varoitus:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Useamman kalenterin lisääminen yhdelle sivulle ei tällä hetkellä ole mahdollista. Älä yritä lisätä kalenteria lyhytkoodin avulla sivulle, jolla on jo kalenteri."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "viikko(a)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "viimeinen"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "viimeinen"
2824
  msgid "month(s)"
2825
  msgstr "kuukausi(a)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Tämän sivuston voimassaoleva <strong>robots.txt</strong>"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Julkaise, markkinoi sekä jaa julkisiksi määritetyt tapahtumani</strong> Timely-verkostossa. (<a href=\"%s\" target=\"_blank\">Lue lisää &#187;</a>)"
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr "Ota <strong>osoitteiden automaattit&auml;ydennys</strong> pois p&auml;&a
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr "Poista <strong>gzip</strong>-pakkaus käytöstä."
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Joka %d :s viikko"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Kuukausittain"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Joka toinen kuukausi"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Joka %d :s kuukausi"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Vuosittain"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Joka toinen vuosi"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Joka %d :s vuosi"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "Kunnes %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "kertaa %s esiintym&auml;&auml;"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "ikuisesti"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Kaikki tapahtumat"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "na"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "ja"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "na"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "kuukauden"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "na"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "P&auml;ivitt&auml;in"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Joka toinen p&auml;iv&auml;"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Joka %d :s p&auml;iv&auml;"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Viikoittain"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Joka toinen viikko"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Useamman kalenterin lisääminen yhdelle sivulle ei tällä hetkellä ole mahdollista. Älä yritä lisätä kalenteria lyhytkoodin avulla sivulle, jolla on jo kalenteri."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "viikko(a)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "viimeinen"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "kuukausi(a)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Tämän sivuston voimassaoleva <strong>robots.txt</strong>"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr "<strong>Julkaise, markkinoi sekä jaa julkisiksi määritetyt tapahtumani</strong> Timely-verkostossa. (<a href=\"%s\" target=\"_blank\">Lue lisää &#187;</a>)"
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr "Poista <strong>gzip</strong>-pakkaus käytöstä."
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-fr_FR.mo CHANGED
Binary file
language/all-in-one-event-calendar-fr_FR.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr "Pas vraiment"
1479
  msgid "Yes!"
1480
  msgstr "Oui!"
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Toutes les %d semaines"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mensuel"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Tous les autres mois"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Tous les %d mois"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Annuel"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Toutes les autres années"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Tous les %d ans"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "jusqu'à %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "pour %d occurences"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "pour toujours"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Tous les événements <span class=\"update-plugins count-%d\" title=\"%d
1617
  msgid "All Events"
1618
  msgstr "Tous les événements"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "le"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "et"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "en"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "du mois"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "en"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Quotidiennement"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Tous les autres jours"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Tous les %d jours"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Hebdomadaire"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Toutes les autres semaines"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Avertissement :"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Il n'est pour l'instant pas possible d'inclure plus d'un calendrier par page. N'essayez pas d'inclure le calendrier via un shortcode dans une page qui affiche déjà le calendrier."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr "Tickets:"
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Acheter des tickets"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Modifier cette occurrence (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Cette publication a été copiée depuis le <a href=\"%s\" title=\"Flux iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>flux agenda</a> d'un autre site."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Voir l'original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", et"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr "Est exclu:"
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr "Se répète"
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "semaine(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "dernier"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "dernier"
2824
  msgid "month(s)"
2825
  msgstr "mois"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Lier le CSS</strong> dans la section d'<code>&lt;entête (head)&gt;</code> quand le cache de fichier est indisponible."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utiliser cette option si le cache de fichier est indisponible et que vous préférez montrer le CSS en tant que lien plutôt qu'en affichage inline."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "<strong>robots.txt</strong> actuel sur ce site"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "→\t→\t→\t→\t→\t→\td'accès à tout ou partie d'un site web public.\n"
2851
  "→\t→\t→\t→\t→\t→\tVous pouvez le changer manuellement en éditant le fichier <code>robots.txt</code> à votre répertoire racine Wordpress."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publier, promouvoir et partager mes événements</strong> publiques sur le réseau de Timely (<a href=\"%s\" target=\"_blank\">En savoir plus &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Le cache de gabarits améliore les performances du site"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr "Afficher les événements dans <strong>le fuseau horaire du calendrier</strong>"
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr "Si cette case est cochée, les événements apparaîtront dans le fuseau horaire du calendrier, le fuseau étant affiché sur la page de détails de l'événement."
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Désactiver la fonction d’auto-complétion d'adresse</strong>"
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Utiliser la <strong>région</strong> configurée (locale Wordpress) pour influencer la fonction d’auto-complétion d'adresse"
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr " Afficher le bouton <strong>Postez vos événements</strong> en dessous du calendrier aux utilisateurs ayant les droits"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Installez l'extension <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> pour utiliser le formulaire public <strong>Postez votre Événement</strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Bouger le calendrier dans cet élement DOM"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tToutes balises dans la cible seront remplacées\n"
2991
  "→\t→\t→\t→\t→\t→\tpar le calendrier."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Passer la vérification <tt>in_the_loop()</tt></strong> qui protège contre les événements multiples de calendrier"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Essayez d'activer cette option si le calendrier n'apparait pas sur la page calendrier. Cela est nécessaire pour compatibilité avec un petit nombre de thèmes utilisant <tt>the_content()</tt> depuis l'extérieure de la boucle. Laissez désactivé sinon."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Désactiver la compression <strong>gzip</strong>."
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Visualisation frontend."
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Effectuer le rendu des vues calendrier sur le client plutôt que le serveur; cela peut améliorer les performances."
3012
 
@@ -3225,11 +3216,11 @@ msgstr "Nous n'avons pas pu mettre à jour l'événement sur la billetterie Time
3225
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3226
  msgstr "Cet événement a été dupliqué depuis un autre site. Tout changement sur les tickets sera refusé."
3227
 
3228
- #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were not saved."
3230
  msgstr "Les préférences de paiement n'ont pas été sauvegardées."
3231
 
3232
- #: app/model/api/api-registration.php:182
3233
  msgid "Payment preferences were saved."
3234
  msgstr "Les préférences de paiement ont été sauvegardées. "
3235
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr "Oui!"
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Toutes les %d semaines"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mensuel"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Tous les autres mois"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Tous les %d mois"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Annuel"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Toutes les autres années"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Tous les %d ans"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "jusqu'à %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "pour %d occurences"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "pour toujours"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Tous les événements"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "le"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "et"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "en"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "du mois"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "en"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Quotidiennement"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Tous les autres jours"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Tous les %d jours"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Hebdomadaire"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Toutes les autres semaines"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Il n'est pour l'instant pas possible d'inclure plus d'un calendrier par page. N'essayez pas d'inclure le calendrier via un shortcode dans une page qui affiche déjà le calendrier."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr "Tickets:"
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Modifier cette occurrence (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Cette publication a été copiée depuis le <a href=\"%s\" title=\"Flux iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>flux agenda</a> d'un autre site."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Voir l'original"
2106
 
2130
  msgid ", and "
2131
  msgstr ", et"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr "Est exclu:"
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr "Se répète"
2140
 
2815
  msgstr "semaine(s)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "dernier"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "mois"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Lier le CSS</strong> dans la section d'<code>&lt;entête (head)&gt;</code> quand le cache de fichier est indisponible."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Utiliser cette option si le cache de fichier est indisponible et que vous préférez montrer le CSS en tant que lien plutôt qu'en affichage inline."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "<strong>robots.txt</strong> actuel sur ce site"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "→\t→\t→\t→\t→\t→\td'accès à tout ou partie d'un site web public.\n"
2850
  "→\t→\t→\t→\t→\t→\tVous pouvez le changer manuellement en éditant le fichier <code>robots.txt</code> à votre répertoire racine Wordpress."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Publier, promouvoir et partager mes événements</strong> publiques sur le réseau de Timely (<a href=\"%s\" target=\"_blank\">En savoir plus &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Le cache de gabarits améliore les performances du site"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr "Afficher les événements dans <strong>le fuseau horaire du calendrier</strong>"
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr "Si cette case est cochée, les événements apparaîtront dans le fuseau horaire du calendrier, le fuseau étant affiché sur la page de détails de l'événement."
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Utiliser la <strong>région</strong> configurée (locale Wordpress) pour influencer la fonction d’auto-complétion d'adresse"
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Bouger le calendrier dans cet élement DOM"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tToutes balises dans la cible seront remplacées\n"
2982
  "→\t→\t→\t→\t→\t→\tpar le calendrier."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Passer la vérification <tt>in_the_loop()</tt></strong> qui protège contre les événements multiples de calendrier"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Essayez d'activer cette option si le calendrier n'apparait pas sur la page calendrier. Cela est nécessaire pour compatibilité avec un petit nombre de thèmes utilisant <tt>the_content()</tt> depuis l'extérieure de la boucle. Laissez désactivé sinon."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Désactiver la compression <strong>gzip</strong>."
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr "Visualisation frontend."
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr "Effectuer le rendu des vues calendrier sur le client plutôt que le serveur; cela peut améliorer les performances."
3003
 
3216
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3217
  msgstr "Cet événement a été dupliqué depuis un autre site. Tout changement sur les tickets sera refusé."
3218
 
3219
+ #: app/model/api/api-registration.php:200
3220
  msgid "Payment preferences were not saved."
3221
  msgstr "Les préférences de paiement n'ont pas été sauvegardées."
3222
 
3223
+ #: app/model/api/api-registration.php:191
3224
  msgid "Payment preferences were saved."
3225
  msgstr "Les préférences de paiement ont été sauvegardées. "
3226
 
language/all-in-one-event-calendar-gl_ES.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-he_IL.mo CHANGED
Binary file
language/all-in-one-event-calendar-he_IL.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1481,43 +1480,43 @@ msgstr ""
1481
  msgid "Yes!"
1482
  msgstr ""
1483
 
1484
- #: lib/recurrence/rule.php:397
1485
  msgid "Every %d weeks"
1486
  msgstr "כל %d שבועות"
1487
 
1488
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1489
  msgid "Monthly"
1490
  msgstr "חודשי"
1491
 
1492
- #: lib/recurrence/rule.php:409
1493
  msgid "Every other month"
1494
  msgstr "בכל חודש שני"
1495
 
1496
- #: lib/recurrence/rule.php:412
1497
  msgid "Every %d months"
1498
  msgstr "כל %d חודשים"
1499
 
1500
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1501
  msgid "Yearly"
1502
  msgstr "שנתי"
1503
 
1504
- #: lib/recurrence/rule.php:424
1505
  msgid "Every other year"
1506
  msgstr "כל שנה שנייה"
1507
 
1508
- #: lib/recurrence/rule.php:427
1509
  msgid "Every %d years"
1510
  msgstr "כל %d שנים"
1511
 
1512
- #: lib/recurrence/rule.php:465
1513
  msgid "until %s"
1514
  msgstr "עד %s"
1515
 
1516
- #: lib/recurrence/rule.php:475
1517
  msgid "for %d occurrences"
1518
  msgstr "עבור %d אירועים"
1519
 
1520
- #: lib/recurrence/rule.php:479
1521
  msgid "forever"
1522
  msgstr "לנצח"
1523
 
@@ -1619,52 +1618,52 @@ msgstr ""
1619
  msgid "All Events"
1620
  msgstr "כל האירועים"
1621
 
1622
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1623
- #: lib/recurrence/rule.php:260
1624
  msgctxt "Recurrence editor - weekly tab"
1625
  msgid "on"
1626
  msgstr "ב"
1627
 
1628
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1629
- #: lib/recurrence/rule.php:326
1630
  msgid "and"
1631
  msgstr "ו"
1632
 
1633
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1634
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1635
  msgctxt "Recurrence editor - monthly tab"
1636
  msgid "on"
1637
  msgstr "ב"
1638
 
1639
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1640
- #: lib/recurrence/rule.php:286
1641
  msgid "of the month"
1642
  msgstr "של החודש"
1643
 
1644
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1645
- #: lib/recurrence/rule.php:336
1646
  msgctxt "Recurrence editor - yearly tab"
1647
  msgid "on"
1648
  msgstr "ב"
1649
 
1650
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1651
  #: public/admin/cron_freq.php:9
1652
  msgid "Daily"
1653
  msgstr "יומיומי"
1654
 
1655
- #: lib/recurrence/rule.php:379
1656
  msgid "Every other day"
1657
  msgstr "כל יומיים"
1658
 
1659
- #: lib/recurrence/rule.php:382
1660
  msgid "Every %d days"
1661
  msgstr "כל %d ימים"
1662
 
1663
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1664
  msgid "Weekly"
1665
  msgstr "שבועי"
1666
 
1667
- #: lib/recurrence/rule.php:394
1668
  msgid "Every other week"
1669
  msgstr "כל שבוע שני"
1670
 
@@ -1750,7 +1749,7 @@ msgstr "אזהרה:"
1750
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1751
  msgstr "אין כרגע תמיכה בהטמעת יותר מלוח אחד באותו עמוד. אל תנסה להטמיע את הלוח באמצעות shortcode בעמוד שמציג כבר את הלוח."
1752
 
1753
- #: lib/import-export/ics.php:879
1754
  msgid "Tickets: "
1755
  msgstr ""
1756
 
@@ -2099,11 +2098,11 @@ msgstr "רכישת כרטיסים"
2099
  msgid "Edit this occurrence (%s)"
2100
  msgstr "ערוך אירוע זה (%s)"
2101
 
2102
- #: app/view/event/single.php:196
2103
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2104
  msgstr "פוסט זה שוכפל מ<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> פיד לוח שנה</a> של אתר אחר."
2105
 
2106
- #: app/view/event/single.php:207
2107
  msgid "View original"
2108
  msgstr "צפה במקור"
2109
 
@@ -2133,11 +2132,11 @@ msgstr ""
2133
  msgid ", and "
2134
  msgstr ", ו"
2135
 
2136
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2137
  msgid "Excludes: "
2138
  msgstr ""
2139
 
2140
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2141
  msgid "Repeats"
2142
  msgstr ""
2143
 
@@ -2818,7 +2817,7 @@ msgid "week(s)"
2818
  msgstr "שבוע(ות)"
2819
 
2820
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2821
- #: lib/recurrence/rule.php:298
2822
  msgid "last"
2823
  msgstr "אחרון"
2824
 
@@ -2826,19 +2825,19 @@ msgstr "אחרון"
2826
  msgid "month(s)"
2827
  msgstr "חודש(ים)"
2828
 
2829
- #: app/model/settings.php:959
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr "<strong>הוסף קישור ל- CSS</strong> ב- <code>&lt;head&gt;</code> כאשר ה- file cache אינו זמין."
2832
 
2833
- #: app/model/settings.php:962
2834
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2835
  msgstr "השתמש באפשרות זו אם ה-file cache אינו זמין ואתה מעדיף להגיש את ה CSS בתור קישור במקום output inline."
2836
 
2837
- #: app/model/settings.php:974
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr ""
2840
 
2841
- #: app/model/settings.php:978
2842
  msgid ""
2843
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2844
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2847,19 +2846,19 @@ msgid ""
2847
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2848
  msgstr ""
2849
 
2850
- #: app/model/settings.php:995
2851
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2852
  msgstr "<strong>פרסם, קדם ושתף את האירועים שלי</strong> המסומנים כפומביים ברשת Timely. (<a href=\"%s\" target=\"_blank\">למד עוד &#187;</a>)"
2853
 
2854
- #: app/model/settings.php:1018
2855
  msgid "Templates cache improves site performance"
2856
  msgstr ""
2857
 
2858
- #: app/model/settings.php:1031
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
- #: app/model/settings.php:1034
2863
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2864
  msgstr ""
2865
 
@@ -2955,19 +2954,11 @@ msgstr ""
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr ""
2957
 
2958
- #: app/model/settings.php:854
2959
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
- msgstr "הצג את הכפתור <strong>פרסם את האירוע שלך</strong> מעל הלוח עבור משתמשים מורשים"
2961
-
2962
- #: app/model/settings.php:857
2963
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2964
- msgstr ""
2965
-
2966
- #: app/model/settings.php:878
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr "העבר את הלוח לתוך DOM element זה"
2969
 
2970
- #: app/model/settings.php:880
2971
  msgid ""
2972
  "Optional. Use this JavaScript-based shortcut to place the\n"
2973
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2979,23 +2970,23 @@ msgid ""
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
- #: app/model/settings.php:899
2983
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2984
  msgstr ""
2985
 
2986
- #: app/model/settings.php:902
2987
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2988
  msgstr ""
2989
 
2990
- #: app/model/settings.php:914
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr "בטל כיווץ <strong>gzip</strong>."
2993
 
2994
- #: app/model/settings.php:929
2995
  msgid "Use frontend rendering."
2996
  msgstr "השתמש בעיבוד צד לקוח"
2997
 
2998
- #: app/model/settings.php:932
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr "מעבד את תצוגת לוח השנה בצד הלקוח במקום בצד השרת; עשוי לשפר ביצועים."
3001
 
@@ -3214,11 +3205,11 @@ msgstr ""
3214
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3215
  msgstr ""
3216
 
3217
- #: app/model/api/api-registration.php:191
3218
  msgid "Payment preferences were not saved."
3219
  msgstr ""
3220
 
3221
- #: app/model/api/api-registration.php:182
3222
  msgid "Payment preferences were saved."
3223
  msgstr ""
3224
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1480
  msgid "Yes!"
1481
  msgstr ""
1482
 
1483
+ #: lib/recurrence/rule.php:398
1484
  msgid "Every %d weeks"
1485
  msgstr "כל %d שבועות"
1486
 
1487
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1488
  msgid "Monthly"
1489
  msgstr "חודשי"
1490
 
1491
+ #: lib/recurrence/rule.php:410
1492
  msgid "Every other month"
1493
  msgstr "בכל חודש שני"
1494
 
1495
+ #: lib/recurrence/rule.php:413
1496
  msgid "Every %d months"
1497
  msgstr "כל %d חודשים"
1498
 
1499
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1500
  msgid "Yearly"
1501
  msgstr "שנתי"
1502
 
1503
+ #: lib/recurrence/rule.php:425
1504
  msgid "Every other year"
1505
  msgstr "כל שנה שנייה"
1506
 
1507
+ #: lib/recurrence/rule.php:428
1508
  msgid "Every %d years"
1509
  msgstr "כל %d שנים"
1510
 
1511
+ #: lib/recurrence/rule.php:466
1512
  msgid "until %s"
1513
  msgstr "עד %s"
1514
 
1515
+ #: lib/recurrence/rule.php:476
1516
  msgid "for %d occurrences"
1517
  msgstr "עבור %d אירועים"
1518
 
1519
+ #: lib/recurrence/rule.php:480
1520
  msgid "forever"
1521
  msgstr "לנצח"
1522
 
1618
  msgid "All Events"
1619
  msgstr "כל האירועים"
1620
 
1621
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1622
+ #: lib/recurrence/rule.php:261
1623
  msgctxt "Recurrence editor - weekly tab"
1624
  msgid "on"
1625
  msgstr "ב"
1626
 
1627
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1628
+ #: lib/recurrence/rule.php:327
1629
  msgid "and"
1630
  msgstr "ו"
1631
 
1632
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1633
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1634
  msgctxt "Recurrence editor - monthly tab"
1635
  msgid "on"
1636
  msgstr "ב"
1637
 
1638
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1639
+ #: lib/recurrence/rule.php:287
1640
  msgid "of the month"
1641
  msgstr "של החודש"
1642
 
1643
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1644
+ #: lib/recurrence/rule.php:337
1645
  msgctxt "Recurrence editor - yearly tab"
1646
  msgid "on"
1647
  msgstr "ב"
1648
 
1649
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1650
  #: public/admin/cron_freq.php:9
1651
  msgid "Daily"
1652
  msgstr "יומיומי"
1653
 
1654
+ #: lib/recurrence/rule.php:380
1655
  msgid "Every other day"
1656
  msgstr "כל יומיים"
1657
 
1658
+ #: lib/recurrence/rule.php:383
1659
  msgid "Every %d days"
1660
  msgstr "כל %d ימים"
1661
 
1662
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1663
  msgid "Weekly"
1664
  msgstr "שבועי"
1665
 
1666
+ #: lib/recurrence/rule.php:395
1667
  msgid "Every other week"
1668
  msgstr "כל שבוע שני"
1669
 
1749
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1750
  msgstr "אין כרגע תמיכה בהטמעת יותר מלוח אחד באותו עמוד. אל תנסה להטמיע את הלוח באמצעות shortcode בעמוד שמציג כבר את הלוח."
1751
 
1752
+ #: lib/import-export/ics.php:876
1753
  msgid "Tickets: "
1754
  msgstr ""
1755
 
2098
  msgid "Edit this occurrence (%s)"
2099
  msgstr "ערוך אירוע זה (%s)"
2100
 
2101
+ #: app/view/event/single.php:207
2102
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2103
  msgstr "פוסט זה שוכפל מ<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> פיד לוח שנה</a> של אתר אחר."
2104
 
2105
+ #: app/view/event/single.php:224
2106
  msgid "View original"
2107
  msgstr "צפה במקור"
2108
 
2132
  msgid ", and "
2133
  msgstr ", ו"
2134
 
2135
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2136
  msgid "Excludes: "
2137
  msgstr ""
2138
 
2139
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2140
  msgid "Repeats"
2141
  msgstr ""
2142
 
2817
  msgstr "שבוע(ות)"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
+ #: lib/recurrence/rule.php:299
2821
  msgid "last"
2822
  msgstr "אחרון"
2823
 
2825
  msgid "month(s)"
2826
  msgstr "חודש(ים)"
2827
 
2828
+ #: app/model/settings.php:950
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>הוסף קישור ל- CSS</strong> ב- <code>&lt;head&gt;</code> כאשר ה- file cache אינו זמין."
2831
 
2832
+ #: app/model/settings.php:953
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "השתמש באפשרות זו אם ה-file cache אינו זמין ואתה מעדיף להגיש את ה CSS בתור קישור במקום output inline."
2835
 
2836
+ #: app/model/settings.php:965
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
+ #: app/model/settings.php:969
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
+ #: app/model/settings.php:986
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr "<strong>פרסם, קדם ושתף את האירועים שלי</strong> המסומנים כפומביים ברשת Timely. (<a href=\"%s\" target=\"_blank\">למד עוד &#187;</a>)"
2852
 
2853
+ #: app/model/settings.php:1009
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
+ #: app/model/settings.php:1022
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
+ #: app/model/settings.php:1025
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2958
  msgid "Move calendar into this DOM element"
2959
  msgstr "העבר את הלוח לתוך DOM element זה"
2960
 
2961
+ #: app/model/settings.php:871
2962
  msgid ""
2963
  "Optional. Use this JavaScript-based shortcut to place the\n"
2964
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2970
  "\t\t\t\t\t\tby the calendar."
2971
  msgstr ""
2972
 
2973
+ #: app/model/settings.php:890
2974
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2975
  msgstr ""
2976
 
2977
+ #: app/model/settings.php:893
2978
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2979
  msgstr ""
2980
 
2981
+ #: app/model/settings.php:905
2982
  msgid "Disable <strong>gzip</strong> compression."
2983
  msgstr "בטל כיווץ <strong>gzip</strong>."
2984
 
2985
+ #: app/model/settings.php:920
2986
  msgid "Use frontend rendering."
2987
  msgstr "השתמש בעיבוד צד לקוח"
2988
 
2989
+ #: app/model/settings.php:923
2990
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2991
  msgstr "מעבד את תצוגת לוח השנה בצד הלקוח במקום בצד השרת; עשוי לשפר ביצועים."
2992
 
3205
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3206
  msgstr ""
3207
 
3208
+ #: app/model/api/api-registration.php:200
3209
  msgid "Payment preferences were not saved."
3210
  msgstr ""
3211
 
3212
+ #: app/model/api/api-registration.php:191
3213
  msgid "Payment preferences were saved."
3214
  msgstr ""
3215
 
language/all-in-one-event-calendar-hi.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-hr.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Svakih %d tjedana"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mjesečno"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Svaki drugi mjesec"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Svakih %d mjeseci"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Godišnje"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Svaku drugu godinu"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Svakih %d godina"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "do %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "%d puta"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "zauvijek"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Svi događaji <span class=\"update-plugins count-%d\" title=\"%d Događa
1617
  msgid "All Events"
1618
  msgstr "Svi događaji"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "i"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "u mjesecu"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Dnevno"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Svaki drugi dan"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Svakih %d dana"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Tjedno"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Svaki drugi tjedan"
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Kupi ulaznice"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ", i"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr "tjedan(a)"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr "posljednji"
2823
 
@@ -2825,19 +2824,19 @@ msgstr "posljednji"
2825
  msgid "month(s)"
2826
  msgstr "mjesec(i)"
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2846,19 +2845,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
- #: app/model/settings.php:995
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr ""
2852
 
2853
- #: app/model/settings.php:1018
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1031
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1034
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
@@ -2954,19 +2953,11 @@ msgstr "<strong>Onemogući automatsko dovršavanje adrese</strong>"
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:854
2958
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
- msgstr ""
2960
-
2961
- #: app/model/settings.php:857
2962
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2963
- msgstr ""
2964
-
2965
- #: app/model/settings.php:878
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:880
2970
  msgid ""
2971
  "Optional. Use this JavaScript-based shortcut to place the\n"
2972
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2978,23 +2969,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:899
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr ""
2984
 
2985
- #: app/model/settings.php:902
2986
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2987
  msgstr ""
2988
 
2989
- #: app/model/settings.php:914
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:929
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:932
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3217,11 +3208,11 @@ msgstr ""
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
- #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Svakih %d tjedana"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mjesečno"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Svaki drugi mjesec"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Svakih %d mjeseci"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Godišnje"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Svaku drugu godinu"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Svakih %d godina"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "do %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "%d puta"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "zauvijek"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Svi događaji"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "i"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "u mjesecu"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Dnevno"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Svaki drugi dan"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Svakih %d dana"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Tjedno"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Svaki drugi tjedan"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ", i"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr "tjedan(a)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr "posljednji"
2822
 
2824
  msgid "month(s)"
2825
  msgstr "mjesec(i)"
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:986
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1009
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1022
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1025
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2957
  msgid "Move calendar into this DOM element"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:871
2961
  msgid ""
2962
  "Optional. Use this JavaScript-based shortcut to place the\n"
2963
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2969
  "\t\t\t\t\t\tby the calendar."
2970
  msgstr ""
2971
 
2972
+ #: app/model/settings.php:890
2973
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2974
  msgstr ""
2975
 
2976
+ #: app/model/settings.php:893
2977
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:905
2981
  msgid "Disable <strong>gzip</strong> compression."
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:920
2985
  msgid "Use frontend rendering."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:923
2989
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2990
  msgstr ""
2991
 
3208
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3209
  msgstr ""
3210
 
3211
+ #: app/model/api/api-registration.php:200
3212
  msgid "Payment preferences were not saved."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were saved."
3217
  msgstr ""
3218
 
language/all-in-one-event-calendar-hu_HU.mo CHANGED
Binary file
language/all-in-one-event-calendar-hu_HU.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Minden %d-ik héten"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Havonta"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Minden második hónapban"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Minden %d-ik hónapban"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Évente"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Minden második évben"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Minden %d évben"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "-ig %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "az %d előfordulását"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "örökké"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Minden esemény <span class=\"update-plugins count-%d\" title=\"%d Köze
1617
  msgid "All Events"
1618
  msgstr "Minden esemény"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "Ebben a"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "és"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "Ebben a"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "A hónap"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "Ebben a"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Naponta"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Minden másnap"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "%d naponta"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Hetente"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Minden második héten"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Figyelmeztetés:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Jelenleg nem támogatott beágyazni több naptárt ugyanazon az oldalon. Ne próbálkozzunk beágyazni naptárt rövidkód segítségével oldalba, amely már megjelenít naptárt."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Jegyek vásárlása"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Előfordulás szerkesztése (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", és"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "hét(ek)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "utolsó"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "utolsó"
2824
  msgid "month(s)"
2825
  msgstr "Hónap(ok)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Aktuális<strong>robots.txt</strong> fájl az oldalon"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Sablonok gyorsítótára, javítja a webhely teljesítményét"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Automatikus címkiegészítés</strong> funkció letiltása"
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr "Mutassa a régi <strong>Esemény közzététele</strong> gombot a naptár fölött kiváltságos felhasználóknak"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Telepítse az <a target=\"_blank\" href=\"http://time.ly/\">Interatív kezelőfelületű kiterjesztést</a>, melynek kezelőfelülete <strong>esemény bejegyzési űrlap formában</strong> válik hasznunkra."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Mozgasd a naptárat ebbe a DOM elembe"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  "→\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "<strong>gzip</strong> csomagolás tiltása"
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr ""
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr ""
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Minden %d-ik héten"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Havonta"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Minden második hónapban"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Minden %d-ik hónapban"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Évente"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Minden második évben"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Minden %d évben"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "-ig %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "az %d előfordulását"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "örökké"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Minden esemény"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "Ebben a"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "és"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "Ebben a"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "A hónap"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "Ebben a"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Naponta"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Minden másnap"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "%d naponta"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Hetente"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Minden második héten"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Jelenleg nem támogatott beágyazni több naptárt ugyanazon az oldalon. Ne próbálkozzunk beágyazni naptárt rövidkód segítségével oldalba, amely már megjelenít naptárt."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Előfordulás szerkesztése (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ", és"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "hét(ek)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "utolsó"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "Hónap(ok)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Aktuális<strong>robots.txt</strong> fájl az oldalon"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "→\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2850
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Sablonok gyorsítótára, javítja a webhely teljesítményét"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Mozgasd a naptárat ebbe a DOM elembe"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2982
  "→\t→\t→\t→\t→\t→\tby the calendar."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "<strong>gzip</strong> csomagolás tiltása"
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr ""
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr ""
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-id_ID.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-is.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr "Allir viðburðir"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "og"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Kaupa miða"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr "Allir viðburðir"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "og"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-it_IT.mo CHANGED
Binary file
language/all-in-one-event-calendar-it_IT.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr "Veramente no"
1479
  msgid "Yes!"
1480
  msgstr "Si!"
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Ogni %d settimane"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mensile"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Ogni due mesi"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Ogni %d mesi"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Annuale"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Ogni due anni"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Ogni %d anni"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "fino a %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "per %d volte"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "per sempre"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Tutti gli eventi <span class=\"update-plugins count-%d\" title=\"%d Even
1617
  msgid "All Events"
1618
  msgstr "Tutti gli eventi"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "il"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "e"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "il"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "del mese"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "il"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Una volta al giorno"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Ogni due giorni"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Ogni %d giorni"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Settimanale"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Ogni due settimane"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Attenzione:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Non è correntemente supportato l'incorporamento di più di un calendario nella stessa pagina. Non provare ad incorporare il calendario via shortcode in una pagina che già visualizza il calendario."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr "Biglietti:"
1754
 
@@ -2099,11 +2098,11 @@ msgstr "Acquista Biglietti"
2099
  msgid "Edit this occurrence (%s)"
2100
  msgstr "Modifica questo avvenimento (%s)"
2101
 
2102
- #: app/view/event/single.php:196
2103
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2104
  msgstr "Questo post è stato replicato da un'altro <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Feed Calendario</a>."
2105
 
2106
- #: app/view/event/single.php:207
2107
  msgid "View original"
2108
  msgstr "Visualizza originale"
2109
 
@@ -2133,11 +2132,11 @@ msgstr "–"
2133
  msgid ", and "
2134
  msgstr ", e"
2135
 
2136
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2137
  msgid "Excludes: "
2138
  msgstr "Esclude:"
2139
 
2140
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2141
  msgid "Repeats"
2142
  msgstr "Si ripete"
2143
 
@@ -2818,7 +2817,7 @@ msgid "week(s)"
2818
  msgstr "settimana/e"
2819
 
2820
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2821
- #: lib/recurrence/rule.php:298
2822
  msgid "last"
2823
  msgstr "ultimo"
2824
 
@@ -2826,19 +2825,19 @@ msgstr "ultimo"
2826
  msgid "month(s)"
2827
  msgstr "mese/i"
2828
 
2829
- #: app/model/settings.php:959
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr "<strong>Linka CSS</strong> nella <code>&lt;head&gt;</code> sezione quando la cache dei file non è disponibile."
2832
 
2833
- #: app/model/settings.php:962
2834
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2835
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2836
 
2837
- #: app/model/settings.php:974
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr "Attuale <strong>robots.txt</strong> su questo sito"
2840
 
2841
- #: app/model/settings.php:978
2842
  msgid ""
2843
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2844
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2853,19 +2852,19 @@ msgstr ""
2853
  "→\t→\t→\t→\t→\t→\tcirca l'accesso a tutto il sito o parte di esso che è pubblicamente visibile.\n"
2854
  "→\t→\t→\t→\t→\t→\tPuoi cambiarlo manualmente modificando il file <code>robots.txt</code> nella root della tua directory di WordPress."
2855
 
2856
- #: app/model/settings.php:995
2857
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
  msgstr "<strong>Pubblicizza, promuovi e condividi gli eventi</strong> segnati come pubblici sulla rete Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2859
 
2860
- #: app/model/settings.php:1018
2861
  msgid "Templates cache improves site performance"
2862
  msgstr "Cache dei modelli aumenta la performance del sito"
2863
 
2864
- #: app/model/settings.php:1031
2865
  msgid "Display events in <strong>calendar time zone</strong>"
2866
  msgstr "Visualizza eventi in <strong>calendar time zone</strong>"
2867
 
2868
- #: app/model/settings.php:1034
2869
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2870
  msgstr "Se questo checkbox è attivo gli eventi appaiono nella time zone del calendario con informazioni di zona visualizzati nella pagine dettaglio evento."
2871
 
@@ -2961,19 +2960,11 @@ msgstr "Non usare la funzione <strong>auto-completa</strong>"
2961
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2962
  msgstr "Utilizza la <strong>regione configurata</strong> (impostazione WordPress) per influenzare la funzione di autocompletamento indirizzo."
2963
 
2964
- #: app/model/settings.php:854
2965
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2966
- msgstr " Visualizza il vecchio pulsante <strong>Pubblica il tuo Evento</strong> sopra il calendario a utenti privilegiati"
2967
-
2968
- #: app/model/settings.php:857
2969
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2970
- msgstr "Installa l'<a target=\"_blank\" href=\"http://time.ly/\">estensione interattiva di frontend</a> per il form<strong>Pubblica il tuo Evento</strong>."
2971
-
2972
- #: app/model/settings.php:878
2973
  msgid "Move calendar into this DOM element"
2974
  msgstr "Sposta calendario in questo elemento DOM"
2975
 
2976
- #: app/model/settings.php:880
2977
  msgid ""
2978
  "Optional. Use this JavaScript-based shortcut to place the\n"
2979
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2993,23 +2984,23 @@ msgstr ""
2993
  "→\t→\t→\t→\t→\t→\tQualsiasi markup esistente trovato verrà rimpiazzato dal\n"
2994
  "→\t→\t→\t→\t→\t→\tCalendario."
2995
 
2996
- #: app/model/settings.php:899
2997
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2998
  msgstr "<strong>Salta <tt>in_the_loop()</tt> controllo </strong> che protegge contro output multipli del calendario"
2999
 
3000
- #: app/model/settings.php:902
3001
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3002
  msgstr "Prova ad abilitare questa opzione se il tuo calendario non appare sulla pagina Calendario. È richiesto quale compatibilità per un piccolo numero di temi che richiamano <tt>the_content()</tt> fuori dal Loop. Altrimenti lascialo disabilitato."
3003
 
3004
- #: app/model/settings.php:914
3005
  msgid "Disable <strong>gzip</strong> compression."
3006
  msgstr "Disabilita compressione <strong>gzip</strong>."
3007
 
3008
- #: app/model/settings.php:929
3009
  msgid "Use frontend rendering."
3010
  msgstr "Utilizza rendering frontend."
3011
 
3012
- #: app/model/settings.php:932
3013
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3014
  msgstr "Renderizza le visuali di calendario sulla parte client anziché lato server; può aumentare le performance."
3015
 
@@ -3233,11 +3224,11 @@ msgstr "Non è stato possibile aggiornare l'Evento su Timel.ly Ticketing"
3233
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3234
  msgstr "Questo Evento è stato replicato da un altro sito. Tutte le modifiche apportate al Ticket non verranno accettate."
3235
 
3236
- #: app/model/api/api-registration.php:191
3237
  msgid "Payment preferences were not saved."
3238
  msgstr "Le preferenze di pagamento non sono state salvate."
3239
 
3240
- #: app/model/api/api-registration.php:182
3241
  msgid "Payment preferences were saved."
3242
  msgstr "Le preferenze di pagamento sono state salvate."
3243
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr "Si!"
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Ogni %d settimane"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mensile"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Ogni due mesi"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Ogni %d mesi"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Annuale"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Ogni due anni"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Ogni %d anni"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "fino a %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "per %d volte"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "per sempre"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Tutti gli eventi"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "il"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "e"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "il"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "del mese"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "il"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Una volta al giorno"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Ogni due giorni"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Ogni %d giorni"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Settimanale"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Ogni due settimane"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Non è correntemente supportato l'incorporamento di più di un calendario nella stessa pagina. Non provare ad incorporare il calendario via shortcode in una pagina che già visualizza il calendario."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr "Biglietti:"
1753
 
2098
  msgid "Edit this occurrence (%s)"
2099
  msgstr "Modifica questo avvenimento (%s)"
2100
 
2101
+ #: app/view/event/single.php:207
2102
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2103
  msgstr "Questo post è stato replicato da un'altro <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> Feed Calendario</a>."
2104
 
2105
+ #: app/view/event/single.php:224
2106
  msgid "View original"
2107
  msgstr "Visualizza originale"
2108
 
2132
  msgid ", and "
2133
  msgstr ", e"
2134
 
2135
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2136
  msgid "Excludes: "
2137
  msgstr "Esclude:"
2138
 
2139
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2140
  msgid "Repeats"
2141
  msgstr "Si ripete"
2142
 
2817
  msgstr "settimana/e"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
+ #: lib/recurrence/rule.php:299
2821
  msgid "last"
2822
  msgstr "ultimo"
2823
 
2825
  msgid "month(s)"
2826
  msgstr "mese/i"
2827
 
2828
+ #: app/model/settings.php:950
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Linka CSS</strong> nella <code>&lt;head&gt;</code> sezione quando la cache dei file non è disponibile."
2831
 
2832
+ #: app/model/settings.php:953
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2835
 
2836
+ #: app/model/settings.php:965
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Attuale <strong>robots.txt</strong> su questo sito"
2839
 
2840
+ #: app/model/settings.php:969
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2852
  "→\t→\t→\t→\t→\t→\tcirca l'accesso a tutto il sito o parte di esso che è pubblicamente visibile.\n"
2853
  "→\t→\t→\t→\t→\t→\tPuoi cambiarlo manualmente modificando il file <code>robots.txt</code> nella root della tua directory di WordPress."
2854
 
2855
+ #: app/model/settings.php:986
2856
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2857
  msgstr "<strong>Pubblicizza, promuovi e condividi gli eventi</strong> segnati come pubblici sulla rete Timely. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2858
 
2859
+ #: app/model/settings.php:1009
2860
  msgid "Templates cache improves site performance"
2861
  msgstr "Cache dei modelli aumenta la performance del sito"
2862
 
2863
+ #: app/model/settings.php:1022
2864
  msgid "Display events in <strong>calendar time zone</strong>"
2865
  msgstr "Visualizza eventi in <strong>calendar time zone</strong>"
2866
 
2867
+ #: app/model/settings.php:1025
2868
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2869
  msgstr "Se questo checkbox è attivo gli eventi appaiono nella time zone del calendario con informazioni di zona visualizzati nella pagine dettaglio evento."
2870
 
2960
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2961
  msgstr "Utilizza la <strong>regione configurata</strong> (impostazione WordPress) per influenzare la funzione di autocompletamento indirizzo."
2962
 
2963
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2964
  msgid "Move calendar into this DOM element"
2965
  msgstr "Sposta calendario in questo elemento DOM"
2966
 
2967
+ #: app/model/settings.php:871
2968
  msgid ""
2969
  "Optional. Use this JavaScript-based shortcut to place the\n"
2970
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2984
  "→\t→\t→\t→\t→\t→\tQualsiasi markup esistente trovato verrà rimpiazzato dal\n"
2985
  "→\t→\t→\t→\t→\t→\tCalendario."
2986
 
2987
+ #: app/model/settings.php:890
2988
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2989
  msgstr "<strong>Salta <tt>in_the_loop()</tt> controllo </strong> che protegge contro output multipli del calendario"
2990
 
2991
+ #: app/model/settings.php:893
2992
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2993
  msgstr "Prova ad abilitare questa opzione se il tuo calendario non appare sulla pagina Calendario. È richiesto quale compatibilità per un piccolo numero di temi che richiamano <tt>the_content()</tt> fuori dal Loop. Altrimenti lascialo disabilitato."
2994
 
2995
+ #: app/model/settings.php:905
2996
  msgid "Disable <strong>gzip</strong> compression."
2997
  msgstr "Disabilita compressione <strong>gzip</strong>."
2998
 
2999
+ #: app/model/settings.php:920
3000
  msgid "Use frontend rendering."
3001
  msgstr "Utilizza rendering frontend."
3002
 
3003
+ #: app/model/settings.php:923
3004
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3005
  msgstr "Renderizza le visuali di calendario sulla parte client anziché lato server; può aumentare le performance."
3006
 
3224
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3225
  msgstr "Questo Evento è stato replicato da un altro sito. Tutte le modifiche apportate al Ticket non verranno accettate."
3226
 
3227
+ #: app/model/api/api-registration.php:200
3228
  msgid "Payment preferences were not saved."
3229
  msgstr "Le preferenze di pagamento non sono state salvate."
3230
 
3231
+ #: app/model/api/api-registration.php:191
3232
  msgid "Payment preferences were saved."
3233
  msgstr "Le preferenze di pagamento sono state salvate."
3234
 
language/all-in-one-event-calendar-ja.mo CHANGED
Binary file
language/all-in-one-event-calendar-ja.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "%d 週間ごと"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "毎月"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "ひと月おき"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr " %dヵ月ごと"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "毎年"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "一年おき"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "%d年ごと"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "%s まで"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "%d 回おこるまで"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "ずっと"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "すべてのイベント <span class=\"update-plugins count-%d\" title=\
1617
  msgid "All Events"
1618
  msgstr "すべてのイベント"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "この週"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "と"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "この月"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "月の"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "この年"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "毎日"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "一日おき"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "%d日ごと"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "毎週"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "一週おき"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "警告:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "一つを超えるカレンダーを同じページに組み込むことは、今のところはサポート外です。すでにカレンダーを表示しているページに、ショートコードでさらにカレンダーを組み込もうとしないでください。"
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "チケットを買う"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "この回(%s)を編集"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "この投稿は別なサイトの<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>カレンダーフィード</a>から複製されました。"
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "元を見る"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr "、と"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2815,7 +2814,7 @@ msgid "week(s)"
2815
  msgstr "週"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
- #: lib/recurrence/rule.php:298
2819
  msgid "last"
2820
  msgstr "最後の"
2821
 
@@ -2823,19 +2822,19 @@ msgstr "最後の"
2823
  msgid "month(s)"
2824
  msgstr "月"
2825
 
2826
- #: app/model/settings.php:959
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "ファイルキャッシュが利用不可能なときは、<strong>CSS</strong>を<code>&lt;head&gt;</code>セクション内にリンク"
2829
 
2830
- #: app/model/settings.php:962
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "ファイルキャッシュが利用できず、CSSをインラインで出力するよりもリンクとして提供した方が良い場合は、このオプションを使用してください。"
2833
 
2834
- #: app/model/settings.php:974
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "このサイトの現在の<strong>robots.txt</strong>"
2837
 
2838
- #: app/model/settings.php:978
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2849,19 +2848,19 @@ msgstr ""
2849
  "\\t\\t\\t\\t\\t\\t(公には見えるものだったとしても)の全部または一部にアクセスすることについての、約束事です。\n"
2850
  "\\t\\t\\t\\t\\t\\tあなたのルートWordPressディレクトリの <code>robots.txt</code>を編集することで、手作業で変更できます。"
2851
 
2852
- #: app/model/settings.php:995
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "Timely ネットワーク上で、パブリックとマークされた<strong>イベントを周知し宣伝し共有する</strong> (<a href=\"%s\" target=\"_blank\">詳細 &#187;</a>)"
2855
 
2856
- #: app/model/settings.php:1018
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "テンプレートキャッシュはサイトのパフォーマンスを向上させます"
2859
 
2860
- #: app/model/settings.php:1031
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
- #: app/model/settings.php:1034
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
@@ -2957,21 +2956,11 @@ msgstr "<strong>住所のオートコンプリートを無効にする</strong>"
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "設定された<strong>地域</strong> (WordPressロケール) を、住所のオートコンプリートの重み付けに使う"
2959
 
2960
- #: app/model/settings.php:854
2961
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2962
- msgstr "特権ユーザーのために、古い<strong>あなたのイベントを投稿</strong>ボタンをカレンダーの上に表示する"
2963
-
2964
- #: app/model/settings.php:857
2965
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2966
- msgstr ""
2967
- "<a target=\"_blank\" href=\"http://time.ly/\">インタラクティヴフロントエンド拡張機能</a>をインストールする\n"
2968
- "<strong>「あなたのイベントを投稿」フォーム</strong>のために"
2969
-
2970
- #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "カレンダーをこのDOMエレメント内に移動する"
2973
 
2974
- #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2979,23 @@ msgstr ""
2990
  "\\t\\t\\t\\t\\t\\tjQueryセレクタ</a>を入力してください。対象内の、どんな既存のマークアップも、\n"
2991
  "\\t\\t\\t\\t\\t\\tカレンダーで置き換えられます。"
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "複数カレンダー出力から守ってくれる<strong><tt>in_the_loop()</tt>チェックをとばす</strong>"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "カレンダーページにカレンダーが表示されないときは、このオプションを有効にしてみてください。少数のテーマでは<tt>the_content()</tt>をループの外から呼び出す互換性が必要です。その他の場合は無効のままにしておいてください。"
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "<strong>gzip</strong>圧縮を無効にする。"
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "フロントエンドレンダリングを使う"
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "カレンダー表示を、サーバではなくクライアント側でレンダリングする;パフォーマンスが改善するかもしれません。"
3012
 
@@ -3226,11 +3215,11 @@ msgstr ""
3226
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3227
  msgstr ""
3228
 
3229
- #: app/model/api/api-registration.php:191
3230
  msgid "Payment preferences were not saved."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:182
3234
  msgid "Payment preferences were saved."
3235
  msgstr ""
3236
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "%d 週間ごと"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "毎月"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "ひと月おき"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr " %dヵ月ごと"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "毎年"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "一年おき"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "%d年ごと"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "%s まで"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "%d 回おこるまで"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "ずっと"
1520
 
1616
  msgid "All Events"
1617
  msgstr "すべてのイベント"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "この週"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "と"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "この月"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "月の"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "この年"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "毎日"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "一日おき"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "%d日ごと"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "毎週"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "一週おき"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "一つを超えるカレンダーを同じページに組み込むことは、今のところはサポート外です。すでにカレンダーを表示しているページに、ショートコードでさらにカレンダーを組み込もうとしないでください。"
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "この回(%s)を編集"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "この投稿は別なサイトの<a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i>カレンダーフィード</a>から複製されました。"
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "元を見る"
2106
 
2130
  msgid ", and "
2131
  msgstr "、と"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2814
  msgstr "週"
2815
 
2816
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2817
+ #: lib/recurrence/rule.php:299
2818
  msgid "last"
2819
  msgstr "最後の"
2820
 
2822
  msgid "month(s)"
2823
  msgstr "月"
2824
 
2825
+ #: app/model/settings.php:950
2826
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2827
  msgstr "ファイルキャッシュが利用不可能なときは、<strong>CSS</strong>を<code>&lt;head&gt;</code>セクション内にリンク"
2828
 
2829
+ #: app/model/settings.php:953
2830
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2831
  msgstr "ファイルキャッシュが利用できず、CSSをインラインで出力するよりもリンクとして提供した方が良い場合は、このオプションを使用してください。"
2832
 
2833
+ #: app/model/settings.php:965
2834
  msgid "Current <strong>robots.txt</strong> on this site"
2835
  msgstr "このサイトの現在の<strong>robots.txt</strong>"
2836
 
2837
+ #: app/model/settings.php:969
2838
  msgid ""
2839
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2840
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2848
  "\\t\\t\\t\\t\\t\\t(公には見えるものだったとしても)の全部または一部にアクセスすることについての、約束事です。\n"
2849
  "\\t\\t\\t\\t\\t\\tあなたのルートWordPressディレクトリの <code>robots.txt</code>を編集することで、手作業で変更できます。"
2850
 
2851
+ #: app/model/settings.php:986
2852
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2853
  msgstr "Timely ネットワーク上で、パブリックとマークされた<strong>イベントを周知し宣伝し共有する</strong> (<a href=\"%s\" target=\"_blank\">詳細 &#187;</a>)"
2854
 
2855
+ #: app/model/settings.php:1009
2856
  msgid "Templates cache improves site performance"
2857
  msgstr "テンプレートキャッシュはサイトのパフォーマンスを向上させます"
2858
 
2859
+ #: app/model/settings.php:1022
2860
  msgid "Display events in <strong>calendar time zone</strong>"
2861
  msgstr ""
2862
 
2863
+ #: app/model/settings.php:1025
2864
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2865
  msgstr ""
2866
 
2956
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2957
  msgstr "設定された<strong>地域</strong> (WordPressロケール) を、住所のオートコンプリートの重み付けに使う"
2958
 
2959
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
 
 
2960
  msgid "Move calendar into this DOM element"
2961
  msgstr "カレンダーをこのDOMエレメント内に移動する"
2962
 
2963
+ #: app/model/settings.php:871
2964
  msgid ""
2965
  "Optional. Use this JavaScript-based shortcut to place the\n"
2966
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2979
  "\\t\\t\\t\\t\\t\\tjQueryセレクタ</a>を入力してください。対象内の、どんな既存のマークアップも、\n"
2980
  "\\t\\t\\t\\t\\t\\tカレンダーで置き換えられます。"
2981
 
2982
+ #: app/model/settings.php:890
2983
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2984
  msgstr "複数カレンダー出力から守ってくれる<strong><tt>in_the_loop()</tt>チェックをとばす</strong>"
2985
 
2986
+ #: app/model/settings.php:893
2987
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2988
  msgstr "カレンダーページにカレンダーが表示されないときは、このオプションを有効にしてみてください。少数のテーマでは<tt>the_content()</tt>をループの外から呼び出す互換性が必要です。その他の場合は無効のままにしておいてください。"
2989
 
2990
+ #: app/model/settings.php:905
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr "<strong>gzip</strong>圧縮を無効にする。"
2993
 
2994
+ #: app/model/settings.php:920
2995
  msgid "Use frontend rendering."
2996
  msgstr "フロントエンドレンダリングを使う"
2997
 
2998
+ #: app/model/settings.php:923
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr "カレンダー表示を、サーバではなくクライアント側でレンダリングする;パフォーマンスが改善するかもしれません。"
3001
 
3215
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3216
  msgstr ""
3217
 
3218
+ #: app/model/api/api-registration.php:200
3219
  msgid "Payment preferences were not saved."
3220
  msgstr ""
3221
 
3222
+ #: app/model/api/api-registration.php:191
3223
  msgid "Payment preferences were saved."
3224
  msgstr ""
3225
 
language/all-in-one-event-calendar-lv.mo CHANGED
Binary file
language/all-in-one-event-calendar-lv.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Katras %d nedēļas"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Ik mēnesi"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Katru citu mēnesi"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Katrus %d mēnešus"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Ik gadu"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Katru citu gadu"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Katrus %d gadus"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "līdz %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "līdz %d atkārtojumiem"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "vienmēr"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Visi pasākumi <span class=\"update-plugins count-%d\" title=\"%d Neapst
1617
  msgid "All Events"
1618
  msgstr "Visi pasākumi"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "un"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "mēnesī"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Ik dienas"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Katru citu dienu"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Katras %d dienas"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Ik nedēļu"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Katru citu nedēļu"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Brīdinājums:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Patreiz nav atļauts iegultnēt vairāk kā vienu kalendāru vienā lapā. Nemēģiniet iegultnēt ar īskodu palīdzību kalendāru lapā, kurā jau redzams kalendārs."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Pirkt biļetes"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Rediģēt šo notikumu (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", un"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr "nedēļa(s)"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr "pēdējais"
2823
 
@@ -2825,19 +2824,19 @@ msgstr "pēdējais"
2825
  msgid "month(s)"
2826
  msgstr "mēnesis(ši)"
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Patreizējais <strong>robots.txt</strong> šajā vietnē"
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2846,19 +2845,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
- #: app/model/settings.php:995
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr "<strong>Publicēt, veicināt, un koplietot manus pasākumus</strong> atzīmētus kā publiskus Timely tīklā. (<a href=\"%s\" target=\"_blank\">Uzzināt vairāk &#187;</a>)"
2852
 
2853
- #: app/model/settings.php:1018
2854
  msgid "Templates cache improves site performance"
2855
  msgstr "Šablonu kešs uzlabo vietnes veiktspēju"
2856
 
2857
- #: app/model/settings.php:1031
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1034
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
@@ -2954,19 +2953,11 @@ msgstr "<strong>Izslēgt adreses autopabeigšanas</strong> funkciju"
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:854
2958
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
- msgstr "Rādīt veco <strong>Publicēt Jūsu pasākumu</strong> pogu virs kalendāra priviliģētiem lietotājiem"
2960
-
2961
- #: app/model/settings.php:857
2962
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2963
- msgstr ""
2964
-
2965
- #: app/model/settings.php:878
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr "Pārvietot kalendāru šajā DOM elementā"
2968
 
2969
- #: app/model/settings.php:880
2970
  msgid ""
2971
  "Optional. Use this JavaScript-based shortcut to place the\n"
2972
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2978,23 +2969,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:899
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr "<strong>Izlaist <tt>in_the_loop()</tt> pārbaudi </strong>, kas aizsargās no daudzkārtējas kalendāra izvades"
2984
 
2985
- #: app/model/settings.php:902
2986
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2987
  msgstr "Mēģiniet šo īpašību, ja Jūsu kalendārs neparādās kalendāra lapā. Tas nepieciešams saderībai ar nelielu skaitu kažociņu, kas izmanto <tt>the_content()</tt> ārpus cilpas (Loop). Savādāk atstājiet izslēgtu."
2988
 
2989
- #: app/model/settings.php:914
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr "Izslēgt <strong>gzip</strong> saspiešanu."
2992
 
2993
- #: app/model/settings.php:929
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:932
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3217,11 +3208,11 @@ msgstr ""
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
- #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Katras %d nedēļas"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Ik mēnesi"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Katru citu mēnesi"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Katrus %d mēnešus"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Ik gadu"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Katru citu gadu"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Katrus %d gadus"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "līdz %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "līdz %d atkārtojumiem"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "vienmēr"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Visi pasākumi"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "un"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "mēnesī"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Ik dienas"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Katru citu dienu"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Katras %d dienas"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Ik nedēļu"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Katru citu nedēļu"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Patreiz nav atļauts iegultnēt vairāk kā vienu kalendāru vienā lapā. Nemēģiniet iegultnēt ar īskodu palīdzību kalendāru lapā, kurā jau redzams kalendārs."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Rediģēt šo notikumu (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ", un"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr "nedēļa(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr "pēdējais"
2822
 
2824
  msgid "month(s)"
2825
  msgstr "mēnesis(ši)"
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Patreizējais <strong>robots.txt</strong> šajā vietnē"
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:986
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Publicēt, veicināt, un koplietot manus pasākumus</strong> atzīmētus kā publiskus Timely tīklā. (<a href=\"%s\" target=\"_blank\">Uzzināt vairāk &#187;</a>)"
2851
 
2852
+ #: app/model/settings.php:1009
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Šablonu kešs uzlabo vietnes veiktspēju"
2855
 
2856
+ #: app/model/settings.php:1022
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1025
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2957
  msgid "Move calendar into this DOM element"
2958
  msgstr "Pārvietot kalendāru šajā DOM elementā"
2959
 
2960
+ #: app/model/settings.php:871
2961
  msgid ""
2962
  "Optional. Use this JavaScript-based shortcut to place the\n"
2963
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2969
  "\t\t\t\t\t\tby the calendar."
2970
  msgstr ""
2971
 
2972
+ #: app/model/settings.php:890
2973
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2974
  msgstr "<strong>Izlaist <tt>in_the_loop()</tt> pārbaudi </strong>, kas aizsargās no daudzkārtējas kalendāra izvades"
2975
 
2976
+ #: app/model/settings.php:893
2977
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2978
  msgstr "Mēģiniet šo īpašību, ja Jūsu kalendārs neparādās kalendāra lapā. Tas nepieciešams saderībai ar nelielu skaitu kažociņu, kas izmanto <tt>the_content()</tt> ārpus cilpas (Loop). Savādāk atstājiet izslēgtu."
2979
 
2980
+ #: app/model/settings.php:905
2981
  msgid "Disable <strong>gzip</strong> compression."
2982
  msgstr "Izslēgt <strong>gzip</strong> saspiešanu."
2983
 
2984
+ #: app/model/settings.php:920
2985
  msgid "Use frontend rendering."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:923
2989
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2990
  msgstr ""
2991
 
3208
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3209
  msgstr ""
3210
 
3211
+ #: app/model/api/api-registration.php:200
3212
  msgid "Payment preferences were not saved."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were saved."
3217
  msgstr ""
3218
 
language/all-in-one-event-calendar-nb_NO.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr "Egentlig ikke"
1479
  msgid "Yes!"
1480
  msgstr "Ja!"
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Hver % uke"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Månedlig"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Hver annen måned"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Hver %d måned"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Årlig"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Hvert annet år"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Hvert %d år"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "inntil %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "i %d forekomster"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "for alltid"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Alle Hendelser<span class=\"update-plugins count-%d\" title=\"%d Pending
1617
  msgid "All Events"
1618
  msgstr "Alle Hendelser"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "på"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "og"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "på"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "i måneden"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "på"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Daglig"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Hver annen dag"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Hver % dag"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Ukentlig"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Hver annen uke"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Advarsel:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Det er for tiden ikke støtte for å bygge inn mer enn en kalender på samme side. Ikke forsøk å inkludere kalenderen via hurtigkode på en side som allerede viser kalenderen."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr "Billetter:"
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Kjøp billetter"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Rediger denne forekomsten (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dette innlegget ble kopiert fra et annet nettsted's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender strøm</a>."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Vis original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr "-"
2131
  msgid ", and "
2132
  msgstr ", og"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr "Untatt:"
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr "Gjentakelser"
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "uke(r)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "siste"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "siste"
2824
  msgid "month(s)"
2825
  msgstr "måned(er)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Lenke til CSS</strong> i <code>&lt;head&gt;</code> avsnittet når filcachen ikke er tilgjengelig."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Bruk dette alternativet om filcachen ikke er tilgjengelig og du foretrekker å bruke en lenke til CSS i stedet for å få den skrevet direkte inn i koden."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Cache av tema forbedrer nettstedets ytelse"
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr "<strong>Deaktiver autofullf&oslash;r for adresser</strong>"
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr "Bruk frontend rendering."
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr "Rendre kalendervisning på klienten snarere enn serveren; kan forbedre ytelsen."
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr "Ja!"
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Hver % uke"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Månedlig"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Hver annen måned"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Hver %d måned"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Årlig"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Hvert annet år"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Hvert %d år"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "inntil %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "i %d forekomster"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "for alltid"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Alle Hendelser"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "på"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "og"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "på"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "i måneden"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "på"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Daglig"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Hver annen dag"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Hver % dag"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Ukentlig"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Hver annen uke"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Det er for tiden ikke støtte for å bygge inn mer enn en kalender på samme side. Ikke forsøk å inkludere kalenderen via hurtigkode på en side som allerede viser kalenderen."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr "Billetter:"
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Rediger denne forekomsten (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Dette innlegget ble kopiert fra et annet nettsted's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender strøm</a>."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Vis original"
2106
 
2130
  msgid ", and "
2131
  msgstr ", og"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr "Untatt:"
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr "Gjentakelser"
2140
 
2815
  msgstr "uke(r)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "siste"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "måned(er)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Lenke til CSS</strong> i <code>&lt;head&gt;</code> avsnittet når filcachen ikke er tilgjengelig."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Bruk dette alternativet om filcachen ikke er tilgjengelig og du foretrekker å bruke en lenke til CSS i stedet for å få den skrevet direkte inn i koden."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr "Cache av tema forbedrer nettstedets ytelse"
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr "Bruk frontend rendering."
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr "Rendre kalendervisning på klienten snarere enn serveren; kan forbedre ytelsen."
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-nl_NL.mo CHANGED
Binary file
language/all-in-one-event-calendar-nl_NL.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Elke %d weken"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Maandelijks"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Om de maand"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Elke %d maanden"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Jaarlijks"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Om het jaar"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Elke %d jaren"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "tot %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "voor %d activiteiten"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "voor altijd"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Alle activiteiten <span class=\"update-plugins count-%d\" title=\"%d Act
1617
  msgid "All Events"
1618
  msgstr "Alle activiteiten"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "op"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "en"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "op"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "van de maand"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "op"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Dagelijks"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Om de dag"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Elke %d dagen"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Wekelijks"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Om de week"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Waarschuwing:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Invoegen van meer dan één agenda op dezelfde pagina wordt momenteel niet ondersteund. Probeer niet een agenda met een verkorte code in te voegen op een pagina waar de agenda al wordt getoond."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Koop kaartjes"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Pas deze activiteit aan (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Dit bericht is een kopie van een <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender feed</a> van een adere website."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Bekijk orgineel"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", en"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "week/weken"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "laatste"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "laatste"
2824
  msgid "month(s)"
2825
  msgstr "maand(en)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> sectie indien bestands-cache niet beschikbaar is."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Gebruik deze optie als het bestands-cache niet beschikbaar is en je CSS liever als een koppeling ziet in plaats van dat de uitvoer inline wordt opgenomen."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Huidige <strong>robots.txt</strong> op deze site"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2851,19 +2850,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tJe kunt deze handmatig veranderen door <code>robots.txt</code> in de WordPress folder\n"
2852
  "→\t→\t→\t→\t→\t→\taan te passen."
2853
 
2854
- #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Publiceer, promoot en deel mijn activiteiten</strong> die gemarkeerd zijn als openbaar, op het Timely netwerk. (<a href=\"%s\" target=\"_blank\">Meer info &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Template cache verbetert de snelheid van de site"
2861
 
2862
- #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
@@ -2959,19 +2958,11 @@ msgstr "<strong>Schakel automatisch aanvullen adres uit</strong>"
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Gebruik de ingestelde <strong>regio</strong> (WordPress locale) om te bepalen hoe de automatische aanvulling van adressen zich gedraagt "
2961
 
2962
- #: app/model/settings.php:854
2963
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
- msgstr "Toon de oude <strong>Publiceer je activiteit</strong> knop boven de agenda aan geautoriseerde gebruikers"
2965
-
2966
- #: app/model/settings.php:857
2967
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
- msgstr "Installeer de <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> voor het <strong>formulier om je activiteit te publiceren</strong>."
2969
-
2970
- #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Plaats agenda in dit DOM element"
2973
 
2974
- #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  "→\t→\t→\t→\t→\t→\tjQuery selector</a> in die een enkel DOM element zoekt.\n"
2991
  "→\t→\t→\t→\t→\t→\tAlle code in dit doel element wordt vervangen door de kalender."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Sla <tt>in_the_loop()</tt> controle over </strong>. Deze beveiligt tegen meervoudige uitvoer van kalenders"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "Probeer deze optie aan te zetten als je kalender niet op de kalender-pagina wordt getoond. Het is nodig voor compatibiliteit met een klein aantal thema’s die <tt>the_content()</tt> buiten The Loop aanroepen. Schakel in andere gevallen uit."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Schakel <strong>gzip</strong> compressie uit."
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Gebruik front end renderen"
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Rendert kalender weergaven bij de client in plaats van de server; dit kan prestaties verbeteren."
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Elke %d weken"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Maandelijks"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Om de maand"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Elke %d maanden"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Jaarlijks"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Om het jaar"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Elke %d jaren"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "tot %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "voor %d activiteiten"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "voor altijd"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Alle activiteiten"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "op"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "en"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "op"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "van de maand"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "op"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Dagelijks"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Om de dag"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Elke %d dagen"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Wekelijks"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Om de week"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Invoegen van meer dan één agenda op dezelfde pagina wordt momenteel niet ondersteund. Probeer niet een agenda met een verkorte code in te voegen op een pagina waar de agenda al wordt getoond."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Pas deze activiteit aan (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Dit bericht is een kopie van een <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalender feed</a> van een adere website."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Bekijk orgineel"
2106
 
2130
  msgid ", and "
2131
  msgstr ", en"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "week/weken"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "laatste"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "maand(en)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> sectie indien bestands-cache niet beschikbaar is."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Gebruik deze optie als het bestands-cache niet beschikbaar is en je CSS liever als een koppeling ziet in plaats van dat de uitvoer inline wordt opgenomen."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Huidige <strong>robots.txt</strong> op deze site"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tJe kunt deze handmatig veranderen door <code>robots.txt</code> in de WordPress folder\n"
2851
  "→\t→\t→\t→\t→\t→\taan te passen."
2852
 
2853
+ #: app/model/settings.php:986
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publiceer, promoot en deel mijn activiteiten</strong> die gemarkeerd zijn als openbaar, op het Timely netwerk. (<a href=\"%s\" target=\"_blank\">Meer info &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1009
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Template cache verbetert de snelheid van de site"
2860
 
2861
+ #: app/model/settings.php:1022
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1025
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Gebruik de ingestelde <strong>regio</strong> (WordPress locale) om te bepalen hoe de automatische aanvulling van adressen zich gedraagt "
2960
 
2961
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2962
  msgid "Move calendar into this DOM element"
2963
  msgstr "Plaats agenda in dit DOM element"
2964
 
2965
+ #: app/model/settings.php:871
2966
  msgid ""
2967
  "Optional. Use this JavaScript-based shortcut to place the\n"
2968
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  "→\t→\t→\t→\t→\t→\tjQuery selector</a> in die een enkel DOM element zoekt.\n"
2982
  "→\t→\t→\t→\t→\t→\tAlle code in dit doel element wordt vervangen door de kalender."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Sla <tt>in_the_loop()</tt> controle over </strong>. Deze beveiligt tegen meervoudige uitvoer van kalenders"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "Probeer deze optie aan te zetten als je kalender niet op de kalender-pagina wordt getoond. Het is nodig voor compatibiliteit met een klein aantal thema’s die <tt>the_content()</tt> buiten The Loop aanroepen. Schakel in andere gevallen uit."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Schakel <strong>gzip</strong> compressie uit."
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr "Gebruik front end renderen"
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr "Rendert kalender weergaven bij de client in plaats van de server; dit kan prestaties verbeteren."
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-pl_PL.mo CHANGED
Binary file
language/all-in-one-event-calendar-pl_PL.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Co %d tydzień(tygodnie)"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Co miesiąc"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Kazdego innego miesiąca"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Co %d miesiąc(miesiące)"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Co roku"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Każdego innego roku"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Co %d rok(lata)"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "do %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "przez %d wystąpień"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "ciągle"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Wszystkie wydarzenia <span class=\"update-plugins count-%d\" title=\"%d
1617
  msgid "All Events"
1618
  msgstr "Wszystkie wydarzenia"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "dla"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "i"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "dla"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "miesiąca"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "dla"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Codziennie"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Każdego innego dnia"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Co %d dzień(dni)"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Co tydzień"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Każdego innego tygodnia"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Ostrzeżenie:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Obecnie nie można wstawić więcej niż jednego kalendarza na stronie. Nie należy także wstawiać innego kalendarza poprzez kod na stronie, gdzie już jest inny kalendarz. "
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Kup bilety"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Edytuj to wystąpienie (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Zobacz oryginał"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", oraz"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr "tydzień(godnie)"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr "ostatni"
2823
 
@@ -2825,19 +2824,19 @@ msgstr "ostatni"
2825
  msgid "month(s)"
2826
  msgstr "miesiąc(e)"
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Link CSS</strong> w <code>&lt;head&gt;</code> tej sekcji, jeśli bufor nie jest dostępny."
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Użyj tej opcji, jeśli plik bufora jest niedostępny a także gdy wolałbyś aby CSS był linkiem niż wewnątrz kodu strony."
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Obecność <strong>robots.txt</strong> na tej stronie"
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2851,19 +2850,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\ti mających dostęp do widocznych dla wszystkich elementami strony.\n"
2852
  "→\t→\t→\t→\t→\t→\tMożna to zmienić przez edycję <code>robots.txt</code>w głównym katalogu WordPress."
2853
 
2854
- #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Publikuj, promój, i dziel się moimi wydarzeniami</strong> oznaczonymi jako publiczne w sieci Timely. (<a href=\"%s\" target=\"_blank\">Dowiedz się więcej... &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Katalog tymczasowy (cache) poprawia szybkość kalendarza"
2861
 
2862
- #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
@@ -2959,19 +2958,11 @@ msgstr "<strong>Wyłącz funkcję autouzupełniania adresu</strong>"
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Użyj zdefiniowany <strong>region</strong> (WordPress locale) do ustawień funkcji autokompletowania adresu"
2961
 
2962
- #: app/model/settings.php:854
2963
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
- msgstr " Pokaż stary przycisk <strong>Wyślij swoje wydarzenia</strong> powyżej kalendarza dla uprzywilejowanych użytkowników."
2965
-
2966
- #: app/model/settings.php:857
2967
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
- msgstr "Instaluj <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a>dla <strong>frontend Post Your Event form</strong>."
2969
-
2970
- #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Osadź kalendarz w tym elemencie DOM"
2973
 
2974
- #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2991,23 +2982,23 @@ msgstr ""
2991
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2992
  "→\t→\t→\t→\t→\t→\tby the calendar."
2993
 
2994
- #: app/model/settings.php:899
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Opuść <tt>in_the_loop()</tt> zaznaczanie </strong>, które chroni przeciwko wielu wyjściom kalendarza"
2997
 
2998
- #: app/model/settings.php:902
2999
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
  msgstr "Zaznacz tę opcję jeśli kalendarz nie pojawia się na stronie. Jest to konieczne dla niektórych skórek, które wywołują <tt>the_content()</tt> spoza pętli. Inaczej nie zaznaczaj."
3001
 
3002
- #: app/model/settings.php:914
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Wyłącz kompresję <strong>gzip</strong>"
3005
 
3006
- #: app/model/settings.php:929
3007
  msgid "Use frontend rendering."
3008
  msgstr "Użyj renderowania frontendowego"
3009
 
3010
- #: app/model/settings.php:932
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Renderuj widoki kalendarza po stronie klienta zamiast na serwerze; powinno poprawić wydajność"
3013
 
@@ -3235,11 +3226,11 @@ msgstr ""
3235
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3236
  msgstr ""
3237
 
3238
- #: app/model/api/api-registration.php:191
3239
  msgid "Payment preferences were not saved."
3240
  msgstr ""
3241
 
3242
- #: app/model/api/api-registration.php:182
3243
  msgid "Payment preferences were saved."
3244
  msgstr ""
3245
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Co %d tydzień(tygodnie)"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Co miesiąc"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Kazdego innego miesiąca"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Co %d miesiąc(miesiące)"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Co roku"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Każdego innego roku"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Co %d rok(lata)"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "do %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "przez %d wystąpień"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "ciągle"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Wszystkie wydarzenia"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "dla"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "i"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "dla"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "miesiąca"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "dla"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Codziennie"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Każdego innego dnia"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Co %d dzień(dni)"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Co tydzień"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Każdego innego tygodnia"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Obecnie nie można wstawić więcej niż jednego kalendarza na stronie. Nie należy także wstawiać innego kalendarza poprzez kod na stronie, gdzie już jest inny kalendarz. "
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Edytuj to wystąpienie (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Zobacz oryginał"
2106
 
2130
  msgid ", and "
2131
  msgstr ", oraz"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr "tydzień(godnie)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr "ostatni"
2822
 
2824
  msgid "month(s)"
2825
  msgstr "miesiąc(e)"
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> w <code>&lt;head&gt;</code> tej sekcji, jeśli bufor nie jest dostępny."
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Użyj tej opcji, jeśli plik bufora jest niedostępny a także gdy wolałbyś aby CSS był linkiem niż wewnątrz kodu strony."
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Obecność <strong>robots.txt</strong> na tej stronie"
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\ti mających dostęp do widocznych dla wszystkich elementami strony.\n"
2851
  "→\t→\t→\t→\t→\t→\tMożna to zmienić przez edycję <code>robots.txt</code>w głównym katalogu WordPress."
2852
 
2853
+ #: app/model/settings.php:986
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publikuj, promój, i dziel się moimi wydarzeniami</strong> oznaczonymi jako publiczne w sieci Timely. (<a href=\"%s\" target=\"_blank\">Dowiedz się więcej... &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1009
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Katalog tymczasowy (cache) poprawia szybkość kalendarza"
2860
 
2861
+ #: app/model/settings.php:1022
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1025
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Użyj zdefiniowany <strong>region</strong> (WordPress locale) do ustawień funkcji autokompletowania adresu"
2960
 
2961
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2962
  msgid "Move calendar into this DOM element"
2963
  msgstr "Osadź kalendarz w tym elemencie DOM"
2964
 
2965
+ #: app/model/settings.php:871
2966
  msgid ""
2967
  "Optional. Use this JavaScript-based shortcut to place the\n"
2968
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2982
  "→\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2983
  "→\t→\t→\t→\t→\t→\tby the calendar."
2984
 
2985
+ #: app/model/settings.php:890
2986
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2987
  msgstr "<strong>Opuść <tt>in_the_loop()</tt> zaznaczanie </strong>, które chroni przeciwko wielu wyjściom kalendarza"
2988
 
2989
+ #: app/model/settings.php:893
2990
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2991
  msgstr "Zaznacz tę opcję jeśli kalendarz nie pojawia się na stronie. Jest to konieczne dla niektórych skórek, które wywołują <tt>the_content()</tt> spoza pętli. Inaczej nie zaznaczaj."
2992
 
2993
+ #: app/model/settings.php:905
2994
  msgid "Disable <strong>gzip</strong> compression."
2995
  msgstr "Wyłącz kompresję <strong>gzip</strong>"
2996
 
2997
+ #: app/model/settings.php:920
2998
  msgid "Use frontend rendering."
2999
  msgstr "Użyj renderowania frontendowego"
3000
 
3001
+ #: app/model/settings.php:923
3002
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3003
  msgstr "Renderuj widoki kalendarza po stronie klienta zamiast na serwerze; powinno poprawić wydajność"
3004
 
3226
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3227
  msgstr ""
3228
 
3229
+ #: app/model/api/api-registration.php:200
3230
  msgid "Payment preferences were not saved."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were saved."
3235
  msgstr ""
3236
 
language/all-in-one-event-calendar-pt_BR.mo CHANGED
Binary file
language/all-in-one-event-calendar-pt_BR.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Cada %d semanas"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mensalmente"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Todos os outros meses"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Cada %d meses"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Anualmente"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Todos os outros anos"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Cada %d anos"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "Até %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "Por %d ocorrências"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "Para sempre"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Todos os eventos <span class=\"update-plugins count-%d\" title=\"%d Pend
1617
  msgid "All Events"
1618
  msgstr "Todos os eventos"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "em"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "e"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "em"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "do mês"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "em"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Diariamente"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Esporadicamente"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Cada %d dias"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Semanalmente"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Todas as outras semanas"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Aviso:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Atualmente não é possível incorporar mais de um calendário na mesma página. Não tente adicionar o calendário via shortcode em uma página que já exiba um calendário."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Comprar Ingressos"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Altere esta ocorrência (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Este post foi replicado de um <a href=\"%s\" title=\"feed iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed de calendário</a> de outro site."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Ver Original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", e"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "semana(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "último"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "último"
2824
  msgid "month(s)"
2825
  msgstr "mês(meses)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> na seção do <code>&lt;cabeçalho&gt;</code> quando o cache de arquivos não está disponível."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Use esta opção se cache de arquivos não está disponível e você prefere servir CSS como um link, em vez de tê-lo inline."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Corrente <strong>robots.txt</strong> neste site"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr "O Padrão de Exclusão de Robôs, também conhecido como Protocolo de Exclusão de Robôs ou protocolo <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>, é a convenção para cooperar com indexadores web e outros robôs sobre o acesso total ou parcial de um website que caso contrário será visível publicamente. Você pode alterá-lo manualmente editando o <code>robots.txt</code> no diretório raiz do seu Wordpress."
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr "<strong>Divulgue, promova e compartilhe meus eventos</strong> marcado como público na rede Timely. (<a href=\"%s\" target=\"_blank\">Saiba mais &#187;</a>)"
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr "Armazenamento de modelos melhora o desempenho do site"
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr "Função<strong>preenchimento automático de endereços desabilitada</st
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr "Use a <strong>região </strong> (WordPress locale) configurada, para possibilitar a função de preenchimento automático de endereço"
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr "Mostra antigo botão<strong>Publique seu evento</strong>, acima do calendário, para usuários privilegiados"
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr "Instale a extensão <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend</a> para ter o formulário <strong>Post Your Event</strong> no frontend."
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr "Move calendário para dentro deste elemento DOM"
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr "Opcional. Use este atalho baseado em Javascript para adicionar o calendário em um elemento DOM diferente do container de conteúdo comum da página se você não puder criar um template apropriado para a página do calendário. Para usar, insira um <a target=\"_blank\" href=\"http://api.jquery.com/category/selectors/\">seletor jQuery</a> que filtre apenas um elemento DOM. Todo o conteúdo encontrado no destino será substituído pelo calendário."
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr "<strong>Pular a verificação <tt>in_the_loop()</tt></strong>, que protege contra múltiplas saídas do calendário"
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr "Tente habilitar esta opção se o seu calendário não aparecer na página de calendário. Isto é necessário para compatibilidade com uma quantidade de temas que usam <tt>the_content()</tt> fora do Loop. Deixe desmarcado caso contrário."
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr "Compressão<strong>gzip</strong>desabilitada."
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr "Usar renderização de frontend"
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr "Renderizar a visualização do calendário no cliente em vez do servidor; pode melhorar a performance."
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Cada %d semanas"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mensalmente"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Todos os outros meses"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Cada %d meses"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Anualmente"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Todos os outros anos"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Cada %d anos"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "Até %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "Por %d ocorrências"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "Para sempre"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Todos os eventos"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "em"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "e"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "em"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "do mês"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "em"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Diariamente"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Esporadicamente"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Cada %d dias"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Semanalmente"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Todas as outras semanas"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Atualmente não é possível incorporar mais de um calendário na mesma página. Não tente adicionar o calendário via shortcode em uma página que já exiba um calendário."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Altere esta ocorrência (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Este post foi replicado de um <a href=\"%s\" title=\"feed iCalendar\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed de calendário</a> de outro site."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Ver Original"
2106
 
2130
  msgid ", and "
2131
  msgstr ", e"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "semana(s)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "último"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "mês(meses)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Link CSS</strong> na seção do <code>&lt;cabeçalho&gt;</code> quando o cache de arquivos não está disponível."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Use esta opção se cache de arquivos não está disponível e você prefere servir CSS como um link, em vez de tê-lo inline."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Corrente <strong>robots.txt</strong> neste site"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr "O Padrão de Exclusão de Robôs, também conhecido como Protocolo de Exclusão de Robôs ou protocolo <code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>, é a convenção para cooperar com indexadores web e outros robôs sobre o acesso total ou parcial de um website que caso contrário será visível publicamente. Você pode alterá-lo manualmente editando o <code>robots.txt</code> no diretório raiz do seu Wordpress."
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr "<strong>Divulgue, promova e compartilhe meus eventos</strong> marcado como público na rede Timely. (<a href=\"%s\" target=\"_blank\">Saiba mais &#187;</a>)"
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr "Armazenamento de modelos melhora o desempenho do site"
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr "Use a <strong>região </strong> (WordPress locale) configurada, para possibilitar a função de preenchimento automático de endereço"
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr "Move calendário para dentro deste elemento DOM"
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr "Opcional. Use este atalho baseado em Javascript para adicionar o calendário em um elemento DOM diferente do container de conteúdo comum da página se você não puder criar um template apropriado para a página do calendário. Para usar, insira um <a target=\"_blank\" href=\"http://api.jquery.com/category/selectors/\">seletor jQuery</a> que filtre apenas um elemento DOM. Todo o conteúdo encontrado no destino será substituído pelo calendário."
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr "<strong>Pular a verificação <tt>in_the_loop()</tt></strong>, que protege contra múltiplas saídas do calendário"
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr "Tente habilitar esta opção se o seu calendário não aparecer na página de calendário. Isto é necessário para compatibilidade com uma quantidade de temas que usam <tt>the_content()</tt> fora do Loop. Deixe desmarcado caso contrário."
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr "Compressão<strong>gzip</strong>desabilitada."
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr "Usar renderização de frontend"
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr "Renderizar a visualização do calendário no cliente em vez do servidor; pode melhorar a performance."
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-pt_PT.mo CHANGED
Binary file
language/all-in-one-event-calendar-pt_PT.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Todas %d semanas"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Mensalmente"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Todos os outros meses"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Todos %d meses"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Anualmente"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Todos os outros anos"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Todos %d anos"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "até %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "por %d ocorrências"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "para sempre"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Todos os Eventos <span class=\"update-plugins count-%d\" title=\"%d Pend
1617
  msgid "All Events"
1618
  msgstr "Todos os Eventos"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "em"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "e"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "em"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "do mês"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "em"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Diariamente"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Todos os outros dias"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Todos %d dias"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Semanalmente"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Todas as outras semanas"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Aviso:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Actualmente não é suportado embutir mais do que um calendário na mesma página. Não tente embutir o calendário via shortcode numa página onde já existe um calendário."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Comprar Bilhetes"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Editar esta Ocorrência (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Este post foi replicado de outro site com <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendário</a>."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Ver o original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr "_"
2131
  msgid ", and "
2132
  msgstr ", e"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "semana(s)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "ultimo"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "ultimo"
2824
  msgid "month(s)"
2825
  msgstr "mês(es)"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Link CSS</strong> na secção <code>&lt;head&gt;</code> quando cache do ficheiro não está disponivel."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utilize esta opção se cache do ficheiro estiver indisponível e se preferir servir o CSS como um link ao invés de ter um output em linha."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Actual<strong>robots.txt</strong> neste site"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  " →\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2851
  " →\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publique, promova e partilhe meus eventos</strong> marcada como Publico na rede da Timely . (<a href=\"%s\" target=\"_blank\">Saiba Mais &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Cache do modelo melhora o desempenho do site"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Desactivar função autocompletar endereço</strong> "
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Utilize a <strong>região</strong> configurada (WordPress locale) para ignorar a função de autocompletar endereço."
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr " Mostrar o antigo botão<strong>Publique Seu Evento</strong> por cima do calendário para utilizadores previligiados"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Instale a <a target=\"_blank\" href=\"http://time.ly/\">Extensão Frontend Interactive</a> para <strong> o formulário Post Your Event frontend </strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Mover calendário para este elemento DOM"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2990,23 +2981,23 @@ msgstr ""
2990
  " →\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2991
  " →\t→\t→\t→\t→\t→\tby the calendar."
2992
 
2993
- #: app/model/settings.php:899
2994
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2995
  msgstr "<strong>Salte <tt>in_the_loop()</tt> verificar </strong> que proteje contra multiplos calendários output"
2996
 
2997
- #: app/model/settings.php:902
2998
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2999
  msgstr "tente activar esta opção se o seu calendário não aparece na página de calendário. è necessário para compatibilidade com um pequeno numero de temas que chama <tt>the_content()</tt> de fora do Loop. Caso contrário deixe desactivado."
3000
 
3001
- #: app/model/settings.php:914
3002
  msgid "Disable <strong>gzip</strong> compression."
3003
  msgstr "Desactivar compressão <strong>gzip</strong>"
3004
 
3005
- #: app/model/settings.php:929
3006
  msgid "Use frontend rendering."
3007
  msgstr "Utilize a renderização do frontend"
3008
 
3009
- #: app/model/settings.php:932
3010
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3011
  msgstr "Renderizar a vista do calendário no cliente em vez de no servidor; pode melhorar a performance."
3012
 
@@ -3230,11 +3221,11 @@ msgstr ""
3230
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3231
  msgstr ""
3232
 
3233
- #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were not saved."
3235
  msgstr ""
3236
 
3237
- #: app/model/api/api-registration.php:182
3238
  msgid "Payment preferences were saved."
3239
  msgstr ""
3240
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Todas %d semanas"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Mensalmente"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Todos os outros meses"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Todos %d meses"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Anualmente"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Todos os outros anos"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Todos %d anos"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "até %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "por %d ocorrências"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "para sempre"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Todos os Eventos"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "em"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "e"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "em"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "do mês"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "em"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Diariamente"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Todos os outros dias"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Todos %d dias"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Semanalmente"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Todas as outras semanas"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Actualmente não é suportado embutir mais do que um calendário na mesma página. Não tente embutir o calendário via shortcode numa página onde já existe um calendário."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Editar esta Ocorrência (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Este post foi replicado de outro site com <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendário</a>."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Ver o original"
2106
 
2130
  msgid ", and "
2131
  msgstr ", e"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "semana(s)"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "ultimo"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "mês(es)"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Link CSS</strong> na secção <code>&lt;head&gt;</code> quando cache do ficheiro não está disponivel."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Utilize esta opção se cache do ficheiro estiver indisponível e se preferir servir o CSS como um link ao invés de ter um output em linha."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Actual<strong>robots.txt</strong> neste site"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  " →\t→\t→\t→\t→\t→\tabout accessing all or part of a website that is otherwise publicly viewable.\n"
2850
  " →\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Publique, promova e partilhe meus eventos</strong> marcada como Publico na rede da Timely . (<a href=\"%s\" target=\"_blank\">Saiba Mais &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Cache do modelo melhora o desempenho do site"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Utilize a <strong>região</strong> configurada (WordPress locale) para ignorar a função de autocompletar endereço."
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Mover calendário para este elemento DOM"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2981
  " →\t→\t→\t→\t→\t→\tAny existing markup found within the target will be replaced\n"
2982
  " →\t→\t→\t→\t→\t→\tby the calendar."
2983
 
2984
+ #: app/model/settings.php:890
2985
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2986
  msgstr "<strong>Salte <tt>in_the_loop()</tt> verificar </strong> que proteje contra multiplos calendários output"
2987
 
2988
+ #: app/model/settings.php:893
2989
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2990
  msgstr "tente activar esta opção se o seu calendário não aparece na página de calendário. è necessário para compatibilidade com um pequeno numero de temas que chama <tt>the_content()</tt> de fora do Loop. Caso contrário deixe desactivado."
2991
 
2992
+ #: app/model/settings.php:905
2993
  msgid "Disable <strong>gzip</strong> compression."
2994
  msgstr "Desactivar compressão <strong>gzip</strong>"
2995
 
2996
+ #: app/model/settings.php:920
2997
  msgid "Use frontend rendering."
2998
  msgstr "Utilize a renderização do frontend"
2999
 
3000
+ #: app/model/settings.php:923
3001
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3002
  msgstr "Renderizar a vista do calendário no cliente em vez de no servidor; pode melhorar a performance."
3003
 
3221
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3222
  msgstr ""
3223
 
3224
+ #: app/model/api/api-registration.php:200
3225
  msgid "Payment preferences were not saved."
3226
  msgstr ""
3227
 
3228
+ #: app/model/api/api-registration.php:191
3229
  msgid "Payment preferences were saved."
3230
  msgstr ""
3231
 
language/all-in-one-event-calendar-ro_RO.mo CHANGED
Binary file
language/all-in-one-event-calendar-ro_RO.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "La fiecare %d săptămâni"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Lunar"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "La fiecare două luni"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "La fiecare %d luni"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Anual"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "La fiecare doi ani"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "La fiecare %d ani"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "până la %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "de %d ori"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "întotdeauna"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Toate Evenimentele <span class=\"update-plugins count-%d\" title=\"%d Ev
1617
  msgid "All Events"
1618
  msgstr "Toate Evenimentele"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "-"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "și"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "-"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "a lunii"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "pe"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Zilnic"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "La fiecare două zile"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "La fiecare %d zile"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Săptămânal"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "La fiecare două săptămâni"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Avertisment:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "În prezent nu se pot încorpora mai mult de un calendar pe aceeași pagină. Nu încercați să încorporați calendarul prin cod-scurtătură pe o pagină care deja afișează calendarul."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Cumpărați Bilet"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Această postare a fost replicată după <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed-ul de evenimente (calendar feed)</a> al altui site."
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Vizualizați originalul"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr "săptămână(i)"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr "ultimul"
2823
 
@@ -2825,19 +2824,19 @@ msgstr "ultimul"
2825
  msgid "month(s)"
2826
  msgstr "lună(luni)"
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Pune link către CSS</strong> în secțiunea <code>&lt;head&gt;</code> când nu este disponibil cache al fișierelor."
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Utilizați această opțiune dacă fișierul cache este indisponibil și ați prefera mai degrabă să se servească CSS ca un link decât să fie redat în linie (inline)."
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Fișierul actual <strong>robots.txt</strong> de pe acest site"
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2851,19 +2850,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tcu privire la accesarea în întregime sau în parte a unui site care este de altfel vizibil pentru public.\n"
2852
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2853
 
2854
- #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Publicați, promovați și împărtășiți evenimentele mele</strong> marcate ca fiind publice în rețeaua Timely. (<a href=\"%s\" target=\"_blank\">Mai mult &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Cache-ul șabloanelor îmbunătățește performanța site-ului"
2861
 
2862
- #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
@@ -2959,19 +2958,11 @@ msgstr "<strong>Dezactivați funcția de autocompletare a adresei</strong>"
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Folosiți <strong>regiunea</strong> configurată (localizarea WordPress) pentru a influența funcția de autocompletare a adresei"
2961
 
2962
- #: app/model/settings.php:854
2963
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
- msgstr "Afișați vechiul buton <strong>Postați Evenimentele Dvoastră</strong> deasupra calendarului pentru utilizatorii privilegiați"
2965
-
2966
- #: app/model/settings.php:857
2967
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
- msgstr ""
2969
-
2970
- #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Mută calendarul în acest element DOM"
2973
 
2974
- #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2983,23 +2974,23 @@ msgid ""
2983
  "\t\t\t\t\t\tby the calendar."
2984
  msgstr ""
2985
 
2986
- #: app/model/settings.php:899
2987
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2988
  msgstr "<strong>Omiteți verificarea <tt>in_the_loop()</tt></strong> care protejează de afișarea multiplă a calendarului"
2989
 
2990
- #: app/model/settings.php:902
2991
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2992
  msgstr "Încercați să activați această opțiune în cazul în care calendarul nu apare pe pagina de calendar. Aceasta este necesară pentru compatibilitate cu un număr mic de teme care apelează <tt>the_content()</tt> din interiorul The Loop. Altfel, lăsați-o dezactivată."
2993
 
2994
- #: app/model/settings.php:914
2995
  msgid "Disable <strong>gzip</strong> compression."
2996
  msgstr "Dezactivaţi compresia <strong>gzip</strong>."
2997
 
2998
- #: app/model/settings.php:929
2999
  msgid "Use frontend rendering."
3000
  msgstr "Folosește redarea la nivel de client („frontend”)."
3001
 
3002
- #: app/model/settings.php:932
3003
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3004
  msgstr "Creează vizualizările calendarului la nivel de client, nu pe server; aceasta poate îmbunătăți performanța."
3005
 
@@ -3227,11 +3218,11 @@ msgstr ""
3227
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3228
  msgstr ""
3229
 
3230
- #: app/model/api/api-registration.php:191
3231
  msgid "Payment preferences were not saved."
3232
  msgstr ""
3233
 
3234
- #: app/model/api/api-registration.php:182
3235
  msgid "Payment preferences were saved."
3236
  msgstr ""
3237
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "La fiecare %d săptămâni"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Lunar"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "La fiecare două luni"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "La fiecare %d luni"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Anual"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "La fiecare doi ani"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "La fiecare %d ani"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "până la %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "de %d ori"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "întotdeauna"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Toate Evenimentele"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "-"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "și"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "-"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "a lunii"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "pe"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Zilnic"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "La fiecare două zile"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "La fiecare %d zile"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Săptămânal"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "La fiecare două săptămâni"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "În prezent nu se pot încorpora mai mult de un calendar pe aceeași pagină. Nu încercați să încorporați calendarul prin cod-scurtătură pe o pagină care deja afișează calendarul."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Această postare a fost replicată după <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> feed-ul de evenimente (calendar feed)</a> al altui site."
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Vizualizați originalul"
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr "săptămână(i)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr "ultimul"
2822
 
2824
  msgid "month(s)"
2825
  msgstr "lună(luni)"
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Pune link către CSS</strong> în secțiunea <code>&lt;head&gt;</code> când nu este disponibil cache al fișierelor."
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Utilizați această opțiune dacă fișierul cache este indisponibil și ați prefera mai degrabă să se servească CSS ca un link decât să fie redat în linie (inline)."
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Fișierul actual <strong>robots.txt</strong> de pe acest site"
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tcu privire la accesarea în întregime sau în parte a unui site care este de altfel vizibil pentru public.\n"
2851
  "→\t→\t→\t→\t→\t→\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2852
 
2853
+ #: app/model/settings.php:986
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicați, promovați și împărtășiți evenimentele mele</strong> marcate ca fiind publice în rețeaua Timely. (<a href=\"%s\" target=\"_blank\">Mai mult &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1009
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Cache-ul șabloanelor îmbunătățește performanța site-ului"
2860
 
2861
+ #: app/model/settings.php:1022
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1025
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Folosiți <strong>regiunea</strong> configurată (localizarea WordPress) pentru a influența funcția de autocompletare a adresei"
2960
 
2961
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2962
  msgid "Move calendar into this DOM element"
2963
  msgstr "Mută calendarul în acest element DOM"
2964
 
2965
+ #: app/model/settings.php:871
2966
  msgid ""
2967
  "Optional. Use this JavaScript-based shortcut to place the\n"
2968
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2974
  "\t\t\t\t\t\tby the calendar."
2975
  msgstr ""
2976
 
2977
+ #: app/model/settings.php:890
2978
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2979
  msgstr "<strong>Omiteți verificarea <tt>in_the_loop()</tt></strong> care protejează de afișarea multiplă a calendarului"
2980
 
2981
+ #: app/model/settings.php:893
2982
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2983
  msgstr "Încercați să activați această opțiune în cazul în care calendarul nu apare pe pagina de calendar. Aceasta este necesară pentru compatibilitate cu un număr mic de teme care apelează <tt>the_content()</tt> din interiorul The Loop. Altfel, lăsați-o dezactivată."
2984
 
2985
+ #: app/model/settings.php:905
2986
  msgid "Disable <strong>gzip</strong> compression."
2987
  msgstr "Dezactivaţi compresia <strong>gzip</strong>."
2988
 
2989
+ #: app/model/settings.php:920
2990
  msgid "Use frontend rendering."
2991
  msgstr "Folosește redarea la nivel de client („frontend”)."
2992
 
2993
+ #: app/model/settings.php:923
2994
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2995
  msgstr "Creează vizualizările calendarului la nivel de client, nu pe server; aceasta poate îmbunătăți performanța."
2996
 
3218
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3219
  msgstr ""
3220
 
3221
+ #: app/model/api/api-registration.php:200
3222
  msgid "Payment preferences were not saved."
3223
  msgstr ""
3224
 
3225
+ #: app/model/api/api-registration.php:191
3226
  msgid "Payment preferences were saved."
3227
  msgstr ""
3228
 
language/all-in-one-event-calendar-ru_RU.mo CHANGED
Binary file
language/all-in-one-event-calendar-ru_RU.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Каждую %d неделю"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Ежемесячно"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Каждый другой месяц"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Каждый %d месяц"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Ежегодно"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Каждый другой год"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Каждый %d год"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "до %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "для %d случаев"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "постоянно"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Все события <span class=\"update-plugins count-%d\" title=\"%d
1617
  msgid "All Events"
1618
  msgstr "Все события"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "в"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "и"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "в"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "месяца"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "в"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Ежедневно"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Каждый другой день"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Каждый %d день"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Еженедельно"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Каждую другую неделю"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Внимание:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "На данный момент не поддерживается использование более одного календаря на той же странице. Не пытайтесь включить календарь через Шорткод на страницу, которая уже содержит календарь."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Купить билет"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Редактировать данное событие (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Отобразить оригинал"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr " и "
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr "неделя (недели)"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr "последний"
2823
 
@@ -2825,19 +2824,19 @@ msgstr "последний"
2825
  msgid "month(s)"
2826
  msgstr "месяц (месяцы)"
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr "<strong>Ссылка CSS</strong> в <code>&lt;head&gt;</code> секции, когда кэш-файл недоступен."
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr "Используйте эту опцию если кэш-файл недоступен и вы хотите сделать CSS в виде ссылки, а не выходить в линию."
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr "Текущий файл <strong>robots.txt</strong> на этой сайте"
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2851,19 +2850,19 @@ msgstr ""
2851
  "→\t→\t→\t→\t→\t→\tо доступе ко всей или к части веб-сайта, который в противном случае будет в открытом доступе.\n"
2852
  "→\t→\t→\t→\t→\t→\tВы можете изменить его вручную путем редактирования <code>robots.txt</code> в корневом каталоге WordPress."
2853
 
2854
- #: app/model/settings.php:995
2855
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2856
  msgstr "<strong>Рекламировать, продвигать и делиться моими событиями</strong>, отмеченными как публичные во Временной сети. (<a href=\"%s\" target=\"_blank\">Узнать больше &#187;</a>)"
2857
 
2858
- #: app/model/settings.php:1018
2859
  msgid "Templates cache improves site performance"
2860
  msgstr "Кэш шаблонов исправит производительность сайта"
2861
 
2862
- #: app/model/settings.php:1031
2863
  msgid "Display events in <strong>calendar time zone</strong>"
2864
  msgstr ""
2865
 
2866
- #: app/model/settings.php:1034
2867
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2868
  msgstr ""
2869
 
@@ -2959,19 +2958,11 @@ msgstr "Отключить функцию <strong>автозаполнения
2959
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2960
  msgstr "Использовать установки <strong>регион</strong> (локально WordPress) для смещения функции автозаполнения адреса"
2961
 
2962
- #: app/model/settings.php:854
2963
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2964
- msgstr "Показывать старую кнопку <strong>Опубликовать ваше событие</strong> над календарём, для привелегированных пользователей"
2965
-
2966
- #: app/model/settings.php:857
2967
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2968
- msgstr "Установить <a target=\"_blank\" href=\"http://time.ly/\">интерактивный расширения во внешнем интерфейсе </a> для <strong>внешней формы Опубликовать ваше событие</strong>."
2969
-
2970
- #: app/model/settings.php:878
2971
  msgid "Move calendar into this DOM element"
2972
  msgstr "Переместить календарь в этот элемент DOM"
2973
 
2974
- #: app/model/settings.php:880
2975
  msgid ""
2976
  "Optional. Use this JavaScript-based shortcut to place the\n"
2977
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2991,23 +2982,23 @@ msgstr ""
2991
  "→\t→\t→\t→\t→\t→\tЛюбая имеющаяся разметка, найденная внутри целевой, \n"
2992
  "→\t→\t→\t→\t→\t→\tбудет заменена календарём."
2993
 
2994
- #: app/model/settings.php:899
2995
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2996
  msgstr "<strong>Пропустить <tt>in_the_loop()</tt> проверку </strong>, которая защищает от многократного выхода из календаря"
2997
 
2998
- #: app/model/settings.php:902
2999
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
3000
  msgstr "Попробуйте включить эту опцию, если ваш календарь не появляется на странице календаря. Это необходимо для совместимости с небольшим числом тем, которым нужна <tt>the_content()</tt> извне. Иначе, оставьте отключенным."
3001
 
3002
- #: app/model/settings.php:914
3003
  msgid "Disable <strong>gzip</strong> compression."
3004
  msgstr "Запретить <strong>gzip</strong> компрессию."
3005
 
3006
- #: app/model/settings.php:929
3007
  msgid "Use frontend rendering."
3008
  msgstr "Используйте визуализацию фронтэнда."
3009
 
3010
- #: app/model/settings.php:932
3011
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3012
  msgstr "Прорисовывать календарь на стороне клиента; может увеличить быстродействие."
3013
 
@@ -3235,11 +3226,11 @@ msgstr ""
3235
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3236
  msgstr ""
3237
 
3238
- #: app/model/api/api-registration.php:191
3239
  msgid "Payment preferences were not saved."
3240
  msgstr ""
3241
 
3242
- #: app/model/api/api-registration.php:182
3243
  msgid "Payment preferences were saved."
3244
  msgstr ""
3245
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Каждую %d неделю"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Ежемесячно"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Каждый другой месяц"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Каждый %d месяц"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Ежегодно"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Каждый другой год"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Каждый %d год"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "до %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "для %d случаев"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "постоянно"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Все события"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "в"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "и"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "в"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "месяца"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "в"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Ежедневно"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Каждый другой день"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Каждый %d день"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Еженедельно"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Каждую другую неделю"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "На данный момент не поддерживается использование более одного календаря на той же странице. Не пытайтесь включить календарь через Шорткод на страницу, которая уже содержит календарь."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Редактировать данное событие (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Отобразить оригинал"
2106
 
2130
  msgid ", and "
2131
  msgstr " и "
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr "неделя (недели)"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr "последний"
2822
 
2824
  msgid "month(s)"
2825
  msgstr "месяц (месяцы)"
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Ссылка CSS</strong> в <code>&lt;head&gt;</code> секции, когда кэш-файл недоступен."
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Используйте эту опцию если кэш-файл недоступен и вы хотите сделать CSS в виде ссылки, а не выходить в линию."
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Текущий файл <strong>robots.txt</strong> на этой сайте"
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2850
  "→\t→\t→\t→\t→\t→\tо доступе ко всей или к части веб-сайта, который в противном случае будет в открытом доступе.\n"
2851
  "→\t→\t→\t→\t→\t→\tВы можете изменить его вручную путем редактирования <code>robots.txt</code> в корневом каталоге WordPress."
2852
 
2853
+ #: app/model/settings.php:986
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Рекламировать, продвигать и делиться моими событиями</strong>, отмеченными как публичные во Временной сети. (<a href=\"%s\" target=\"_blank\">Узнать больше &#187;</a>)"
2856
 
2857
+ #: app/model/settings.php:1009
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Кэш шаблонов исправит производительность сайта"
2860
 
2861
+ #: app/model/settings.php:1022
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
+ #: app/model/settings.php:1025
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Использовать установки <strong>регион</strong> (локально WordPress) для смещения функции автозаполнения адреса"
2960
 
2961
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2962
  msgid "Move calendar into this DOM element"
2963
  msgstr "Переместить календарь в этот элемент DOM"
2964
 
2965
+ #: app/model/settings.php:871
2966
  msgid ""
2967
  "Optional. Use this JavaScript-based shortcut to place the\n"
2968
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2982
  "→\t→\t→\t→\t→\t→\tЛюбая имеющаяся разметка, найденная внутри целевой, \n"
2983
  "→\t→\t→\t→\t→\t→\tбудет заменена календарём."
2984
 
2985
+ #: app/model/settings.php:890
2986
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2987
  msgstr "<strong>Пропустить <tt>in_the_loop()</tt> проверку </strong>, которая защищает от многократного выхода из календаря"
2988
 
2989
+ #: app/model/settings.php:893
2990
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2991
  msgstr "Попробуйте включить эту опцию, если ваш календарь не появляется на странице календаря. Это необходимо для совместимости с небольшим числом тем, которым нужна <tt>the_content()</tt> извне. Иначе, оставьте отключенным."
2992
 
2993
+ #: app/model/settings.php:905
2994
  msgid "Disable <strong>gzip</strong> compression."
2995
  msgstr "Запретить <strong>gzip</strong> компрессию."
2996
 
2997
+ #: app/model/settings.php:920
2998
  msgid "Use frontend rendering."
2999
  msgstr "Используйте визуализацию фронтэнда."
3000
 
3001
+ #: app/model/settings.php:923
3002
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3003
  msgstr "Прорисовывать календарь на стороне клиента; может увеличить быстродействие."
3004
 
3226
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3227
  msgstr ""
3228
 
3229
+ #: app/model/api/api-registration.php:200
3230
  msgid "Payment preferences were not saved."
3231
  msgstr ""
3232
 
3233
+ #: app/model/api/api-registration.php:191
3234
  msgid "Payment preferences were saved."
3235
  msgstr ""
3236
 
language/all-in-one-event-calendar-sk_SK.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr "Všetky podujatia"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "a"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Denne"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Upozornenie:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Kúpiť lístky"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr "týžd-eň/-ne"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr "posledný"
2823
 
@@ -2825,19 +2824,19 @@ msgstr "posledný"
2825
  msgid "month(s)"
2826
  msgstr "mesiac(-e)"
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2846,19 +2845,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
- #: app/model/settings.php:995
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr ""
2852
 
2853
- #: app/model/settings.php:1018
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1031
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1034
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
@@ -2954,19 +2953,11 @@ msgstr ""
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:854
2958
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
- msgstr ""
2960
-
2961
- #: app/model/settings.php:857
2962
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2963
- msgstr ""
2964
-
2965
- #: app/model/settings.php:878
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:880
2970
  msgid ""
2971
  "Optional. Use this JavaScript-based shortcut to place the\n"
2972
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2978,23 +2969,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:899
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr ""
2984
 
2985
- #: app/model/settings.php:902
2986
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2987
  msgstr ""
2988
 
2989
- #: app/model/settings.php:914
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:929
2994
  msgid "Use frontend rendering."
2995
  msgstr "Použiť pred-rendering."
2996
 
2997
- #: app/model/settings.php:932
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr "Rendrovanie zobrazenia kalendára na strane klienta; môže zlepšiť výkon"
3000
 
@@ -3217,11 +3208,11 @@ msgstr ""
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
- #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr "Všetky podujatia"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "a"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Denne"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr "týžd-eň/-ne"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr "posledný"
2822
 
2824
  msgid "month(s)"
2825
  msgstr "mesiac(-e)"
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:986
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1009
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1022
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1025
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2957
  msgid "Move calendar into this DOM element"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:871
2961
  msgid ""
2962
  "Optional. Use this JavaScript-based shortcut to place the\n"
2963
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2969
  "\t\t\t\t\t\tby the calendar."
2970
  msgstr ""
2971
 
2972
+ #: app/model/settings.php:890
2973
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2974
  msgstr ""
2975
 
2976
+ #: app/model/settings.php:893
2977
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:905
2981
  msgid "Disable <strong>gzip</strong> compression."
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:920
2985
  msgid "Use frontend rendering."
2986
  msgstr "Použiť pred-rendering."
2987
 
2988
+ #: app/model/settings.php:923
2989
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2990
  msgstr "Rendrovanie zobrazenia kalendára na strane klienta; môže zlepšiť výkon"
2991
 
3208
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3209
  msgstr ""
3210
 
3211
+ #: app/model/api/api-registration.php:200
3212
  msgid "Payment preferences were not saved."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were saved."
3217
  msgstr ""
3218
 
language/all-in-one-event-calendar-sl_SI.mo CHANGED
Binary file
language/all-in-one-event-calendar-sl_SI.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "vsak n tden"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "mesečno"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "vsak drugi mesec"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "vsak n mesec"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "letno"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "vsako drugo leto"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "vsako n leto"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "do %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "za %d ponavljanj"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "Za vednonikoli"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Vsi dogodki <span class=\"update-plugins count-%d\" title=\"%d Prihajajo
1617
  msgid "All Events"
1618
  msgstr "Vsi dogodki"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "v"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "in"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "v"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "v mesecu"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "v"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Dnevno"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "vsak drugi dan"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "vsak n dan"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "tedensko"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "vsak drugi teden"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Opozorilo:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Uredi ta ponavljajoč dogodek (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2818,7 +2817,7 @@ msgid "week(s)"
2818
  msgstr "tedni"
2819
 
2820
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2821
- #: lib/recurrence/rule.php:298
2822
  msgid "last"
2823
  msgstr "zadnji"
2824
 
@@ -2826,19 +2825,19 @@ msgstr "zadnji"
2826
  msgid "month(s)"
2827
  msgstr "mesec(ev)"
2828
 
2829
- #: app/model/settings.php:959
2830
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2831
  msgstr ""
2832
 
2833
- #: app/model/settings.php:962
2834
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2835
  msgstr ""
2836
 
2837
- #: app/model/settings.php:974
2838
  msgid "Current <strong>robots.txt</strong> on this site"
2839
  msgstr ""
2840
 
2841
- #: app/model/settings.php:978
2842
  msgid ""
2843
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2844
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2847,19 +2846,19 @@ msgid ""
2847
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2848
  msgstr ""
2849
 
2850
- #: app/model/settings.php:995
2851
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2852
  msgstr ""
2853
 
2854
- #: app/model/settings.php:1018
2855
  msgid "Templates cache improves site performance"
2856
  msgstr ""
2857
 
2858
- #: app/model/settings.php:1031
2859
  msgid "Display events in <strong>calendar time zone</strong>"
2860
  msgstr ""
2861
 
2862
- #: app/model/settings.php:1034
2863
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2864
  msgstr ""
2865
 
@@ -2955,19 +2954,11 @@ msgstr "<strong>Onemogoči samodejno dokončanje naslova</strong>"
2955
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2956
  msgstr "Uporabi nastavljeno<strong>\"region\"</strong> (WordPress locale) za obhod funkcije samodokončanja naslova"
2957
 
2958
- #: app/model/settings.php:854
2959
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2960
- msgstr "Prikaži gumb <strong>objavi vaš dogodek</strong> nad koledarjem za priviligirane uporabnike"
2961
-
2962
- #: app/model/settings.php:857
2963
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2964
- msgstr ""
2965
-
2966
- #: app/model/settings.php:878
2967
  msgid "Move calendar into this DOM element"
2968
  msgstr "Contain calendar in this DOM element"
2969
 
2970
- #: app/model/settings.php:880
2971
  msgid ""
2972
  "Optional. Use this JavaScript-based shortcut to place the\n"
2973
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2979,23 +2970,23 @@ msgid ""
2979
  "\t\t\t\t\t\tby the calendar."
2980
  msgstr ""
2981
 
2982
- #: app/model/settings.php:899
2983
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2984
  msgstr ""
2985
 
2986
- #: app/model/settings.php:902
2987
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2988
  msgstr ""
2989
 
2990
- #: app/model/settings.php:914
2991
  msgid "Disable <strong>gzip</strong> compression."
2992
  msgstr "Onemogoči kompresijo <strong>gzip</strong>."
2993
 
2994
- #: app/model/settings.php:929
2995
  msgid "Use frontend rendering."
2996
  msgstr ""
2997
 
2998
- #: app/model/settings.php:932
2999
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3000
  msgstr ""
3001
 
@@ -3222,11 +3213,11 @@ msgstr ""
3222
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3223
  msgstr ""
3224
 
3225
- #: app/model/api/api-registration.php:191
3226
  msgid "Payment preferences were not saved."
3227
  msgstr ""
3228
 
3229
- #: app/model/api/api-registration.php:182
3230
  msgid "Payment preferences were saved."
3231
  msgstr ""
3232
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "vsak n tden"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "mesečno"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "vsak drugi mesec"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "vsak n mesec"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "letno"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "vsako drugo leto"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "vsako n leto"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "do %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "za %d ponavljanj"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "Za vednonikoli"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Vsi dogodki"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "v"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "in"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "v"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "v mesecu"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "v"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Dnevno"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "vsak drugi dan"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "vsak n dan"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "tedensko"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "vsak drugi teden"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Uredi ta ponavljajoč dogodek (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2817
  msgstr "tedni"
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
+ #: lib/recurrence/rule.php:299
2821
  msgid "last"
2822
  msgstr "zadnji"
2823
 
2825
  msgid "month(s)"
2826
  msgstr "mesec(ev)"
2827
 
2828
+ #: app/model/settings.php:950
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
+ #: app/model/settings.php:953
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
+ #: app/model/settings.php:965
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
+ #: app/model/settings.php:969
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
+ #: app/model/settings.php:986
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr ""
2852
 
2853
+ #: app/model/settings.php:1009
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
+ #: app/model/settings.php:1022
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
+ #: app/model/settings.php:1025
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr "Uporabi nastavljeno<strong>\"region\"</strong> (WordPress locale) za obhod funkcije samodokončanja naslova"
2956
 
2957
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2958
  msgid "Move calendar into this DOM element"
2959
  msgstr "Contain calendar in this DOM element"
2960
 
2961
+ #: app/model/settings.php:871
2962
  msgid ""
2963
  "Optional. Use this JavaScript-based shortcut to place the\n"
2964
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2970
  "\t\t\t\t\t\tby the calendar."
2971
  msgstr ""
2972
 
2973
+ #: app/model/settings.php:890
2974
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2975
  msgstr ""
2976
 
2977
+ #: app/model/settings.php:893
2978
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2979
  msgstr ""
2980
 
2981
+ #: app/model/settings.php:905
2982
  msgid "Disable <strong>gzip</strong> compression."
2983
  msgstr "Onemogoči kompresijo <strong>gzip</strong>."
2984
 
2985
+ #: app/model/settings.php:920
2986
  msgid "Use frontend rendering."
2987
  msgstr ""
2988
 
2989
+ #: app/model/settings.php:923
2990
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2991
  msgstr ""
2992
 
3213
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3214
  msgstr ""
3215
 
3216
+ #: app/model/api/api-registration.php:200
3217
  msgid "Payment preferences were not saved."
3218
  msgstr ""
3219
 
3220
+ #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were saved."
3222
  msgstr ""
3223
 
language/all-in-one-event-calendar-sv_SE.mo CHANGED
Binary file
language/all-in-one-event-calendar-sv_SE.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr "Var %d vecka"
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr "Månatlig"
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr "Varannan månad"
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr "Var %d månad"
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr "Årlig"
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr "Vartannat år"
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr "Vart %d år"
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr "till %s"
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr "%d gånger"
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr "upphör ej"
1521
 
@@ -1617,52 +1616,52 @@ msgstr "Alla aktiviteter <span class=\"update-plugins count-%d\" title=\"%d vän
1617
  msgid "All Events"
1618
  msgstr "Alla aktiviteter"
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr "på"
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr "och"
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr "på"
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr "i månad"
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr "på"
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr "Daglig"
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr "Varannan dag"
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr "Var %d dag"
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr "Veckovis"
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr "Varannan vecka"
1668
 
@@ -1748,7 +1747,7 @@ msgstr "Varning:"
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr "Det går för närvarande inte att bädda in mer än en kalender på samma sida. Försök inte att bädda in kalendern via snabbkod på en sida som redan visar kalendern."
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr "Köp biljetter"
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr "Redigera denna förekomst (%s)"
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr "Detta inlägg replikerades från en annan sidas <a href=\"%s\" title=\"iCalendar-flöde\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalenderflöde</a>"
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr "Visa original"
2107
 
@@ -2131,11 +2130,11 @@ msgstr " – "
2131
  msgid ", and "
2132
  msgstr ", och"
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr "veckor"
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr "sista"
2822
 
@@ -2824,19 +2823,19 @@ msgstr "sista"
2824
  msgid "month(s)"
2825
  msgstr "månader"
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr "<strong>Länka till CSS</strong> i <code>&lt;head&gt;</code> avsnittet när filcachen inte är tillgänglig."
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr "Använd det här alternativet om filcachen inte är tillgänglig och du föredrar att använda en länk till din CSS i stället för att få den inskriven direkt i koden."
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr "Nuvarande <strong>robots.txt</strong> på denna sajt"
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2850,19 +2849,19 @@ msgstr ""
2850
  "\t\t\t\t\t\tom tillgång till hela eller delar av en publik webbsida.\n"
2851
  "\t\t\t\t\t\tDu kan ändra filen manuallt genom att redigera <code>robots.txt</code> i roten på din WordPress katalog."
2852
 
2853
- #: app/model/settings.php:995
2854
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2855
  msgstr "<strong>Publicera, marknadsför, och dela mina aktiviteter</strong> märkta som offentliga på Timelys nätverk. (<a href=\"%s\" target=\"_blank\">Läs mer &#187;</a>)"
2856
 
2857
- #: app/model/settings.php:1018
2858
  msgid "Templates cache improves site performance"
2859
  msgstr "Cache för mallar förbättrar sajtens snabbhet"
2860
 
2861
- #: app/model/settings.php:1031
2862
  msgid "Display events in <strong>calendar time zone</strong>"
2863
  msgstr ""
2864
 
2865
- #: app/model/settings.php:1034
2866
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2867
  msgstr ""
2868
 
@@ -2958,19 +2957,11 @@ msgstr "<strong>Avaktivera autofyllfunktion</strong> för adresser"
2958
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2959
  msgstr "Använd inställningarna för region (WordPress locale) för att rikta sökningarna efter adress"
2960
 
2961
- #: app/model/settings.php:854
2962
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2963
- msgstr "Visa den gamla knappen <strong>Publicera aktivitet</strong> ovanför kalendern för utvalda användare"
2964
-
2965
- #: app/model/settings.php:857
2966
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2967
- msgstr "Installera <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> för <strong>besöksidans Post Your Event formulär</strong>."
2968
-
2969
- #: app/model/settings.php:878
2970
  msgid "Move calendar into this DOM element"
2971
  msgstr "Flytta in kalendern till detta DOM-element"
2972
 
2973
- #: app/model/settings.php:880
2974
  msgid ""
2975
  "Optional. Use this JavaScript-based shortcut to place the\n"
2976
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2989,23 +2980,23 @@ msgstr ""
2989
  "\t\t\t\t\t\tExisterande kod inom målet kommer att ersättas av kalendern.\n"
2990
  "\t\t\t\t\t\t"
2991
 
2992
- #: app/model/settings.php:899
2993
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2994
  msgstr "<strong>Hoppa över valet <tt>in_the_loop()</tt></strong> som skyddar mot att multipla kalendrar genereras"
2995
 
2996
- #: app/model/settings.php:902
2997
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2998
  msgstr "Försök att aktivera det här alternativet om din kalender inte visas på kalendersidan. Det kan behövas för kompatibilitet med ett litet antal teman som anropar <tt>the_content()</tt> från utsidan av The Loop. Låt vara inaktiverat för övrigt."
2999
 
3000
- #: app/model/settings.php:914
3001
  msgid "Disable <strong>gzip</strong> compression."
3002
  msgstr "Inaktivera <strong>gzip-kompression</strong>."
3003
 
3004
- #: app/model/settings.php:929
3005
  msgid "Use frontend rendering."
3006
  msgstr "Använd frontend-rendering."
3007
 
3008
- #: app/model/settings.php:932
3009
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3010
  msgstr "Renderar kalendervyer hos klient istället för servern; kan förbättra prestanda."
3011
 
@@ -3229,11 +3220,11 @@ msgstr ""
3229
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3230
  msgstr ""
3231
 
3232
- #: app/model/api/api-registration.php:191
3233
  msgid "Payment preferences were not saved."
3234
  msgstr ""
3235
 
3236
- #: app/model/api/api-registration.php:182
3237
  msgid "Payment preferences were saved."
3238
  msgstr ""
3239
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr "Var %d vecka"
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr "Månatlig"
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr "Varannan månad"
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr "Var %d månad"
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr "Årlig"
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr "Vartannat år"
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr "Vart %d år"
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr "till %s"
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr "%d gånger"
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr "upphör ej"
1520
 
1616
  msgid "All Events"
1617
  msgstr "Alla aktiviteter"
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr "på"
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr "och"
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr "på"
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr "i månad"
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr "på"
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr "Daglig"
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr "Varannan dag"
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr "Var %d dag"
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr "Veckovis"
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr "Varannan vecka"
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr "Det går för närvarande inte att bädda in mer än en kalender på samma sida. Försök inte att bädda in kalendern via snabbkod på en sida som redan visar kalendern."
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr "Redigera denna förekomst (%s)"
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr "Detta inlägg replikerades från en annan sidas <a href=\"%s\" title=\"iCalendar-flöde\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> kalenderflöde</a>"
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr "Visa original"
2106
 
2130
  msgid ", and "
2131
  msgstr ", och"
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr "veckor"
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr "sista"
2821
 
2823
  msgid "month(s)"
2824
  msgstr "månader"
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr "<strong>Länka till CSS</strong> i <code>&lt;head&gt;</code> avsnittet när filcachen inte är tillgänglig."
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr "Använd det här alternativet om filcachen inte är tillgänglig och du föredrar att använda en länk till din CSS i stället för att få den inskriven direkt i koden."
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr "Nuvarande <strong>robots.txt</strong> på denna sajt"
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2849
  "\t\t\t\t\t\tom tillgång till hela eller delar av en publik webbsida.\n"
2850
  "\t\t\t\t\t\tDu kan ändra filen manuallt genom att redigera <code>robots.txt</code> i roten på din WordPress katalog."
2851
 
2852
+ #: app/model/settings.php:986
2853
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2854
  msgstr "<strong>Publicera, marknadsför, och dela mina aktiviteter</strong> märkta som offentliga på Timelys nätverk. (<a href=\"%s\" target=\"_blank\">Läs mer &#187;</a>)"
2855
 
2856
+ #: app/model/settings.php:1009
2857
  msgid "Templates cache improves site performance"
2858
  msgstr "Cache för mallar förbättrar sajtens snabbhet"
2859
 
2860
+ #: app/model/settings.php:1022
2861
  msgid "Display events in <strong>calendar time zone</strong>"
2862
  msgstr ""
2863
 
2864
+ #: app/model/settings.php:1025
2865
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2866
  msgstr ""
2867
 
2957
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2958
  msgstr "Använd inställningarna för region (WordPress locale) för att rikta sökningarna efter adress"
2959
 
2960
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2961
  msgid "Move calendar into this DOM element"
2962
  msgstr "Flytta in kalendern till detta DOM-element"
2963
 
2964
+ #: app/model/settings.php:871
2965
  msgid ""
2966
  "Optional. Use this JavaScript-based shortcut to place the\n"
2967
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2980
  "\t\t\t\t\t\tExisterande kod inom målet kommer att ersättas av kalendern.\n"
2981
  "\t\t\t\t\t\t"
2982
 
2983
+ #: app/model/settings.php:890
2984
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2985
  msgstr "<strong>Hoppa över valet <tt>in_the_loop()</tt></strong> som skyddar mot att multipla kalendrar genereras"
2986
 
2987
+ #: app/model/settings.php:893
2988
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2989
  msgstr "Försök att aktivera det här alternativet om din kalender inte visas på kalendersidan. Det kan behövas för kompatibilitet med ett litet antal teman som anropar <tt>the_content()</tt> från utsidan av The Loop. Låt vara inaktiverat för övrigt."
2990
 
2991
+ #: app/model/settings.php:905
2992
  msgid "Disable <strong>gzip</strong> compression."
2993
  msgstr "Inaktivera <strong>gzip-kompression</strong>."
2994
 
2995
+ #: app/model/settings.php:920
2996
  msgid "Use frontend rendering."
2997
  msgstr "Använd frontend-rendering."
2998
 
2999
+ #: app/model/settings.php:923
3000
  msgid "Renders calendar views on the client rather than the server; can improve performance."
3001
  msgstr "Renderar kalendervyer hos klient istället för servern; kan förbättra prestanda."
3002
 
3220
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3221
  msgstr ""
3222
 
3223
+ #: app/model/api/api-registration.php:200
3224
  msgid "Payment preferences were not saved."
3225
  msgstr ""
3226
 
3227
+ #: app/model/api/api-registration.php:191
3228
  msgid "Payment preferences were saved."
3229
  msgstr ""
3230
 
language/all-in-one-event-calendar-th.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2815,7 +2814,7 @@ msgid "week(s)"
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
- #: lib/recurrence/rule.php:298
2819
  msgid "last"
2820
  msgstr ""
2821
 
@@ -2823,19 +2822,19 @@ msgstr ""
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
- #: app/model/settings.php:959
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
- #: app/model/settings.php:962
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
- #: app/model/settings.php:974
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
- #: app/model/settings.php:978
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2844,19 +2843,19 @@ msgid ""
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:995
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
- #: app/model/settings.php:1018
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
- #: app/model/settings.php:1031
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
- #: app/model/settings.php:1034
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
@@ -2952,19 +2951,11 @@ msgstr ""
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
- #: app/model/settings.php:854
2956
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2957
- msgstr ""
2958
-
2959
- #: app/model/settings.php:857
2960
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2961
- msgstr ""
2962
-
2963
- #: app/model/settings.php:878
2964
  msgid "Move calendar into this DOM element"
2965
  msgstr ""
2966
 
2967
- #: app/model/settings.php:880
2968
  msgid ""
2969
  "Optional. Use this JavaScript-based shortcut to place the\n"
2970
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2976,23 +2967,23 @@ msgid ""
2976
  "\t\t\t\t\t\tby the calendar."
2977
  msgstr ""
2978
 
2979
- #: app/model/settings.php:899
2980
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2981
  msgstr ""
2982
 
2983
- #: app/model/settings.php:902
2984
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2985
  msgstr ""
2986
 
2987
- #: app/model/settings.php:914
2988
  msgid "Disable <strong>gzip</strong> compression."
2989
  msgstr ""
2990
 
2991
- #: app/model/settings.php:929
2992
  msgid "Use frontend rendering."
2993
  msgstr ""
2994
 
2995
- #: app/model/settings.php:932
2996
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2997
  msgstr ""
2998
 
@@ -3207,11 +3198,11 @@ msgstr ""
3207
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3208
  msgstr ""
3209
 
3210
- #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were not saved."
3212
  msgstr ""
3213
 
3214
- #: app/model/api/api-registration.php:182
3215
  msgid "Payment preferences were saved."
3216
  msgstr ""
3217
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2814
  msgstr ""
2815
 
2816
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2817
+ #: lib/recurrence/rule.php:299
2818
  msgid "last"
2819
  msgstr ""
2820
 
2822
  msgid "month(s)"
2823
  msgstr ""
2824
 
2825
+ #: app/model/settings.php:950
2826
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2827
  msgstr ""
2828
 
2829
+ #: app/model/settings.php:953
2830
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2831
  msgstr ""
2832
 
2833
+ #: app/model/settings.php:965
2834
  msgid "Current <strong>robots.txt</strong> on this site"
2835
  msgstr ""
2836
 
2837
+ #: app/model/settings.php:969
2838
  msgid ""
2839
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2840
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2843
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2844
  msgstr ""
2845
 
2846
+ #: app/model/settings.php:986
2847
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2848
  msgstr ""
2849
 
2850
+ #: app/model/settings.php:1009
2851
  msgid "Templates cache improves site performance"
2852
  msgstr ""
2853
 
2854
+ #: app/model/settings.php:1022
2855
  msgid "Display events in <strong>calendar time zone</strong>"
2856
  msgstr ""
2857
 
2858
+ #: app/model/settings.php:1025
2859
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2860
  msgstr ""
2861
 
2951
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2952
  msgstr ""
2953
 
2954
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2955
  msgid "Move calendar into this DOM element"
2956
  msgstr ""
2957
 
2958
+ #: app/model/settings.php:871
2959
  msgid ""
2960
  "Optional. Use this JavaScript-based shortcut to place the\n"
2961
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2967
  "\t\t\t\t\t\tby the calendar."
2968
  msgstr ""
2969
 
2970
+ #: app/model/settings.php:890
2971
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2972
  msgstr ""
2973
 
2974
+ #: app/model/settings.php:893
2975
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2976
  msgstr ""
2977
 
2978
+ #: app/model/settings.php:905
2979
  msgid "Disable <strong>gzip</strong> compression."
2980
  msgstr ""
2981
 
2982
+ #: app/model/settings.php:920
2983
  msgid "Use frontend rendering."
2984
  msgstr ""
2985
 
2986
+ #: app/model/settings.php:923
2987
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2988
  msgstr ""
2989
 
3198
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3199
  msgstr ""
3200
 
3201
+ #: app/model/api/api-registration.php:200
3202
  msgid "Payment preferences were not saved."
3203
  msgstr ""
3204
 
3205
+ #: app/model/api/api-registration.php:191
3206
  msgid "Payment preferences were saved."
3207
  msgstr ""
3208
 
language/all-in-one-event-calendar-tr_TR.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2816,7 +2815,7 @@ msgid "week(s)"
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
- #: lib/recurrence/rule.php:298
2820
  msgid "last"
2821
  msgstr ""
2822
 
@@ -2824,19 +2823,19 @@ msgstr ""
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
- #: app/model/settings.php:959
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
- #: app/model/settings.php:962
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
- #: app/model/settings.php:974
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
- #: app/model/settings.php:978
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2845,19 +2844,19 @@ msgid ""
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
- #: app/model/settings.php:995
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
- #: app/model/settings.php:1018
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
- #: app/model/settings.php:1031
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
- #: app/model/settings.php:1034
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
@@ -2953,19 +2952,11 @@ msgstr ""
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
- #: app/model/settings.php:854
2957
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2958
- msgstr ""
2959
-
2960
- #: app/model/settings.php:857
2961
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2962
- msgstr ""
2963
-
2964
- #: app/model/settings.php:878
2965
  msgid "Move calendar into this DOM element"
2966
  msgstr ""
2967
 
2968
- #: app/model/settings.php:880
2969
  msgid ""
2970
  "Optional. Use this JavaScript-based shortcut to place the\n"
2971
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2977,23 +2968,23 @@ msgid ""
2977
  "\t\t\t\t\t\tby the calendar."
2978
  msgstr ""
2979
 
2980
- #: app/model/settings.php:899
2981
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2982
  msgstr ""
2983
 
2984
- #: app/model/settings.php:902
2985
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2986
  msgstr ""
2987
 
2988
- #: app/model/settings.php:914
2989
  msgid "Disable <strong>gzip</strong> compression."
2990
  msgstr ""
2991
 
2992
- #: app/model/settings.php:929
2993
  msgid "Use frontend rendering."
2994
  msgstr ""
2995
 
2996
- #: app/model/settings.php:932
2997
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2998
  msgstr ""
2999
 
@@ -3212,11 +3203,11 @@ msgstr ""
3212
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3213
  msgstr ""
3214
 
3215
- #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were not saved."
3217
  msgstr ""
3218
 
3219
- #: app/model/api/api-registration.php:182
3220
  msgid "Payment preferences were saved."
3221
  msgstr ""
3222
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
+ #: lib/recurrence/rule.php:299
2819
  msgid "last"
2820
  msgstr ""
2821
 
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
+ #: app/model/settings.php:950
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
+ #: app/model/settings.php:953
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
+ #: app/model/settings.php:965
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
+ #: app/model/settings.php:969
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
+ #: app/model/settings.php:986
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
+ #: app/model/settings.php:1009
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
+ #: app/model/settings.php:1022
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
+ #: app/model/settings.php:1025
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2956
  msgid "Move calendar into this DOM element"
2957
  msgstr ""
2958
 
2959
+ #: app/model/settings.php:871
2960
  msgid ""
2961
  "Optional. Use this JavaScript-based shortcut to place the\n"
2962
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2968
  "\t\t\t\t\t\tby the calendar."
2969
  msgstr ""
2970
 
2971
+ #: app/model/settings.php:890
2972
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2973
  msgstr ""
2974
 
2975
+ #: app/model/settings.php:893
2976
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2977
  msgstr ""
2978
 
2979
+ #: app/model/settings.php:905
2980
  msgid "Disable <strong>gzip</strong> compression."
2981
  msgstr ""
2982
 
2983
+ #: app/model/settings.php:920
2984
  msgid "Use frontend rendering."
2985
  msgstr ""
2986
 
2987
+ #: app/model/settings.php:923
2988
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2989
  msgstr ""
2990
 
3203
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3204
  msgstr ""
3205
 
3206
+ #: app/model/api/api-registration.php:200
3207
  msgid "Payment preferences were not saved."
3208
  msgstr ""
3209
 
3210
+ #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were saved."
3212
  msgstr ""
3213
 
language/all-in-one-event-calendar-uk.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2817,7 +2816,7 @@ msgid "week(s)"
2817
  msgstr ""
2818
 
2819
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2820
- #: lib/recurrence/rule.php:298
2821
  msgid "last"
2822
  msgstr ""
2823
 
@@ -2825,19 +2824,19 @@ msgstr ""
2825
  msgid "month(s)"
2826
  msgstr ""
2827
 
2828
- #: app/model/settings.php:959
2829
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2830
  msgstr ""
2831
 
2832
- #: app/model/settings.php:962
2833
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2834
  msgstr ""
2835
 
2836
- #: app/model/settings.php:974
2837
  msgid "Current <strong>robots.txt</strong> on this site"
2838
  msgstr ""
2839
 
2840
- #: app/model/settings.php:978
2841
  msgid ""
2842
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2843
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2846,19 +2845,19 @@ msgid ""
2846
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2847
  msgstr ""
2848
 
2849
- #: app/model/settings.php:995
2850
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2851
  msgstr ""
2852
 
2853
- #: app/model/settings.php:1018
2854
  msgid "Templates cache improves site performance"
2855
  msgstr ""
2856
 
2857
- #: app/model/settings.php:1031
2858
  msgid "Display events in <strong>calendar time zone</strong>"
2859
  msgstr ""
2860
 
2861
- #: app/model/settings.php:1034
2862
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2863
  msgstr ""
2864
 
@@ -2954,19 +2953,11 @@ msgstr ""
2954
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2955
  msgstr ""
2956
 
2957
- #: app/model/settings.php:854
2958
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2959
- msgstr ""
2960
-
2961
- #: app/model/settings.php:857
2962
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2963
- msgstr ""
2964
-
2965
- #: app/model/settings.php:878
2966
  msgid "Move calendar into this DOM element"
2967
  msgstr ""
2968
 
2969
- #: app/model/settings.php:880
2970
  msgid ""
2971
  "Optional. Use this JavaScript-based shortcut to place the\n"
2972
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2978,23 +2969,23 @@ msgid ""
2978
  "\t\t\t\t\t\tby the calendar."
2979
  msgstr ""
2980
 
2981
- #: app/model/settings.php:899
2982
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2983
  msgstr ""
2984
 
2985
- #: app/model/settings.php:902
2986
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2987
  msgstr ""
2988
 
2989
- #: app/model/settings.php:914
2990
  msgid "Disable <strong>gzip</strong> compression."
2991
  msgstr ""
2992
 
2993
- #: app/model/settings.php:929
2994
  msgid "Use frontend rendering."
2995
  msgstr ""
2996
 
2997
- #: app/model/settings.php:932
2998
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2999
  msgstr ""
3000
 
@@ -3217,11 +3208,11 @@ msgstr ""
3217
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3218
  msgstr ""
3219
 
3220
- #: app/model/api/api-registration.php:191
3221
  msgid "Payment preferences were not saved."
3222
  msgstr ""
3223
 
3224
- #: app/model/api/api-registration.php:182
3225
  msgid "Payment preferences were saved."
3226
  msgstr ""
3227
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2816
  msgstr ""
2817
 
2818
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2819
+ #: lib/recurrence/rule.php:299
2820
  msgid "last"
2821
  msgstr ""
2822
 
2824
  msgid "month(s)"
2825
  msgstr ""
2826
 
2827
+ #: app/model/settings.php:950
2828
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2829
  msgstr ""
2830
 
2831
+ #: app/model/settings.php:953
2832
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2833
  msgstr ""
2834
 
2835
+ #: app/model/settings.php:965
2836
  msgid "Current <strong>robots.txt</strong> on this site"
2837
  msgstr ""
2838
 
2839
+ #: app/model/settings.php:969
2840
  msgid ""
2841
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2842
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2845
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2846
  msgstr ""
2847
 
2848
+ #: app/model/settings.php:986
2849
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2850
  msgstr ""
2851
 
2852
+ #: app/model/settings.php:1009
2853
  msgid "Templates cache improves site performance"
2854
  msgstr ""
2855
 
2856
+ #: app/model/settings.php:1022
2857
  msgid "Display events in <strong>calendar time zone</strong>"
2858
  msgstr ""
2859
 
2860
+ #: app/model/settings.php:1025
2861
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2862
  msgstr ""
2863
 
2953
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2954
  msgstr ""
2955
 
2956
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2957
  msgid "Move calendar into this DOM element"
2958
  msgstr ""
2959
 
2960
+ #: app/model/settings.php:871
2961
  msgid ""
2962
  "Optional. Use this JavaScript-based shortcut to place the\n"
2963
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2969
  "\t\t\t\t\t\tby the calendar."
2970
  msgstr ""
2971
 
2972
+ #: app/model/settings.php:890
2973
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2974
  msgstr ""
2975
 
2976
+ #: app/model/settings.php:893
2977
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2978
  msgstr ""
2979
 
2980
+ #: app/model/settings.php:905
2981
  msgid "Disable <strong>gzip</strong> compression."
2982
  msgstr ""
2983
 
2984
+ #: app/model/settings.php:920
2985
  msgid "Use frontend rendering."
2986
  msgstr ""
2987
 
2988
+ #: app/model/settings.php:923
2989
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2990
  msgstr ""
2991
 
3208
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3209
  msgstr ""
3210
 
3211
+ #: app/model/api/api-registration.php:200
3212
  msgid "Payment preferences were not saved."
3213
  msgstr ""
3214
 
3215
+ #: app/model/api/api-registration.php:191
3216
  msgid "Payment preferences were saved."
3217
  msgstr ""
3218
 
language/all-in-one-event-calendar-zh_CN.po CHANGED
@@ -11,7 +11,11 @@ msgstr ""
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
- msgid "Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</a>."
 
 
 
 
15
  msgstr ""
16
 
17
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
@@ -105,14 +109,14 @@ msgstr ""
105
  #: public/admin/plugins/ics/import_feed.php:17
106
  msgid ""
107
  "<b>You don't have a subscription for this feature.</b><br>\n"
108
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
109
  "\t\tsupports \"Import Feeds\"."
110
  msgstr ""
111
 
112
  #: public/admin/plugins/ics/import_feed.php:27
113
  msgid ""
114
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
115
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan that\n"
116
  "\t\tsupports more feeds."
117
  msgstr ""
118
 
@@ -282,15 +286,15 @@ msgstr ""
282
  msgid "Canceled"
283
  msgstr ""
284
 
285
- #: app/model/settings.php:917
286
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
287
  msgstr ""
288
 
289
- #: app/model/settings.php:944
290
  msgid "Use advanced JS cache."
291
  msgstr ""
292
 
293
- #: app/model/settings.php:947
294
  msgid "Cache dynamically generated JS files. Improves performance."
295
  msgstr ""
296
 
@@ -339,7 +343,6 @@ msgid "Brazilian Real"
339
  msgstr ""
340
 
341
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
342
- #: app/view/admin/tickets.php:165
343
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
344
  msgstr ""
345
 
@@ -435,10 +438,6 @@ msgstr ""
435
  msgid "Thai Baht"
436
  msgstr ""
437
 
438
- #: app/view/admin/tickets.php:165
439
- msgid "Turkish Lira"
440
- msgstr ""
441
-
442
  #: app/view/calendar/subscribe-button.php:27
443
  msgid "Export to XML"
444
  msgstr ""
@@ -561,7 +560,7 @@ msgstr ""
561
  msgid "API URL: %s.<br/>Detail: %s"
562
  msgstr ""
563
 
564
- #: app/model/api/api-abstract.php:461
565
  msgid "Error decoding the response"
566
  msgstr ""
567
 
@@ -569,19 +568,19 @@ msgstr ""
569
  msgid "We were unable to get the Suggested Events from Time.ly Network"
570
  msgstr ""
571
 
572
- #: app/model/api/api-registration.php:38
573
  msgid "We were unable to Sign you In for Time.ly Network"
574
  msgstr ""
575
 
576
- #: app/model/api/api-registration.php:59
577
  msgid "We were unable to Sign you Up for Time.ly Network"
578
  msgstr ""
579
 
580
- #: app/model/api/api-registration.php:152
581
  msgid "We were unable to Sign you Out of Time.ly Network"
582
  msgstr ""
583
 
584
- #: app/model/api/api-registration.php:219
585
  msgid "We were unable to get the Sales information from Time.ly Network"
586
  msgstr ""
587
 
@@ -1479,43 +1478,43 @@ msgstr ""
1479
  msgid "Yes!"
1480
  msgstr ""
1481
 
1482
- #: lib/recurrence/rule.php:397
1483
  msgid "Every %d weeks"
1484
  msgstr ""
1485
 
1486
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
1487
  msgid "Monthly"
1488
  msgstr ""
1489
 
1490
- #: lib/recurrence/rule.php:409
1491
  msgid "Every other month"
1492
  msgstr ""
1493
 
1494
- #: lib/recurrence/rule.php:412
1495
  msgid "Every %d months"
1496
  msgstr ""
1497
 
1498
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
1499
  msgid "Yearly"
1500
  msgstr ""
1501
 
1502
- #: lib/recurrence/rule.php:424
1503
  msgid "Every other year"
1504
  msgstr ""
1505
 
1506
- #: lib/recurrence/rule.php:427
1507
  msgid "Every %d years"
1508
  msgstr ""
1509
 
1510
- #: lib/recurrence/rule.php:465
1511
  msgid "until %s"
1512
  msgstr ""
1513
 
1514
- #: lib/recurrence/rule.php:475
1515
  msgid "for %d occurrences"
1516
  msgstr ""
1517
 
1518
- #: lib/recurrence/rule.php:479
1519
  msgid "forever"
1520
  msgstr ""
1521
 
@@ -1617,52 +1616,52 @@ msgstr ""
1617
  msgid "All Events"
1618
  msgstr ""
1619
 
1620
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
1621
- #: lib/recurrence/rule.php:260
1622
  msgctxt "Recurrence editor - weekly tab"
1623
  msgid "on"
1624
  msgstr ""
1625
 
1626
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
1627
- #: lib/recurrence/rule.php:326
1628
  msgid "and"
1629
  msgstr ""
1630
 
1631
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1632
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
1633
  msgctxt "Recurrence editor - monthly tab"
1634
  msgid "on"
1635
  msgstr ""
1636
 
1637
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
1638
- #: lib/recurrence/rule.php:286
1639
  msgid "of the month"
1640
  msgstr ""
1641
 
1642
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
1643
- #: lib/recurrence/rule.php:336
1644
  msgctxt "Recurrence editor - yearly tab"
1645
  msgid "on"
1646
  msgstr ""
1647
 
1648
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
1649
  #: public/admin/cron_freq.php:9
1650
  msgid "Daily"
1651
  msgstr ""
1652
 
1653
- #: lib/recurrence/rule.php:379
1654
  msgid "Every other day"
1655
  msgstr ""
1656
 
1657
- #: lib/recurrence/rule.php:382
1658
  msgid "Every %d days"
1659
  msgstr ""
1660
 
1661
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
1662
  msgid "Weekly"
1663
  msgstr ""
1664
 
1665
- #: lib/recurrence/rule.php:394
1666
  msgid "Every other week"
1667
  msgstr ""
1668
 
@@ -1748,7 +1747,7 @@ msgstr ""
1748
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1749
  msgstr ""
1750
 
1751
- #: lib/import-export/ics.php:879
1752
  msgid "Tickets: "
1753
  msgstr ""
1754
 
@@ -2097,11 +2096,11 @@ msgstr ""
2097
  msgid "Edit this occurrence (%s)"
2098
  msgstr ""
2099
 
2100
- #: app/view/event/single.php:196
2101
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2102
  msgstr ""
2103
 
2104
- #: app/view/event/single.php:207
2105
  msgid "View original"
2106
  msgstr ""
2107
 
@@ -2131,11 +2130,11 @@ msgstr ""
2131
  msgid ", and "
2132
  msgstr ""
2133
 
2134
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
2135
  msgid "Excludes: "
2136
  msgstr ""
2137
 
2138
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2139
  msgid "Repeats"
2140
  msgstr ""
2141
 
@@ -2815,7 +2814,7 @@ msgid "week(s)"
2815
  msgstr ""
2816
 
2817
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2818
- #: lib/recurrence/rule.php:298
2819
  msgid "last"
2820
  msgstr ""
2821
 
@@ -2823,19 +2822,19 @@ msgstr ""
2823
  msgid "month(s)"
2824
  msgstr ""
2825
 
2826
- #: app/model/settings.php:959
2827
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2828
  msgstr ""
2829
 
2830
- #: app/model/settings.php:962
2831
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2832
  msgstr ""
2833
 
2834
- #: app/model/settings.php:974
2835
  msgid "Current <strong>robots.txt</strong> on this site"
2836
  msgstr ""
2837
 
2838
- #: app/model/settings.php:978
2839
  msgid ""
2840
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2841
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
@@ -2844,19 +2843,19 @@ msgid ""
2844
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2845
  msgstr ""
2846
 
2847
- #: app/model/settings.php:995
2848
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2849
  msgstr ""
2850
 
2851
- #: app/model/settings.php:1018
2852
  msgid "Templates cache improves site performance"
2853
  msgstr ""
2854
 
2855
- #: app/model/settings.php:1031
2856
  msgid "Display events in <strong>calendar time zone</strong>"
2857
  msgstr ""
2858
 
2859
- #: app/model/settings.php:1034
2860
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2861
  msgstr ""
2862
 
@@ -2952,19 +2951,11 @@ msgstr ""
2952
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2953
  msgstr ""
2954
 
2955
- #: app/model/settings.php:854
2956
- msgid " Show the old <strong>Post Your Event</strong> button above the calendar to privileged users"
2957
- msgstr ""
2958
-
2959
- #: app/model/settings.php:857
2960
- msgid "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>."
2961
- msgstr ""
2962
-
2963
- #: app/model/settings.php:878
2964
  msgid "Move calendar into this DOM element"
2965
  msgstr ""
2966
 
2967
- #: app/model/settings.php:880
2968
  msgid ""
2969
  "Optional. Use this JavaScript-based shortcut to place the\n"
2970
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
@@ -2976,23 +2967,23 @@ msgid ""
2976
  "\t\t\t\t\t\tby the calendar."
2977
  msgstr ""
2978
 
2979
- #: app/model/settings.php:899
2980
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2981
  msgstr ""
2982
 
2983
- #: app/model/settings.php:902
2984
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2985
  msgstr ""
2986
 
2987
- #: app/model/settings.php:914
2988
  msgid "Disable <strong>gzip</strong> compression."
2989
  msgstr ""
2990
 
2991
- #: app/model/settings.php:929
2992
  msgid "Use frontend rendering."
2993
  msgstr ""
2994
 
2995
- #: app/model/settings.php:932
2996
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2997
  msgstr ""
2998
 
@@ -3207,11 +3198,11 @@ msgstr ""
3207
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3208
  msgstr ""
3209
 
3210
- #: app/model/api/api-registration.php:191
3211
  msgid "Payment preferences were not saved."
3212
  msgstr ""
3213
 
3214
- #: app/model/api/api-registration.php:182
3215
  msgid "Payment preferences were saved."
3216
  msgstr ""
3217
 
11
  "Project-Id-Version: 2.3\n"
12
 
13
  #: app/view/admin/add-new-event.php:312
14
+ msgid "Timely Ticketing saves time & money. Create ticketing/registration right here and now. You do not pay any ticketing fees (other than regular PayPal transaction costs). Create as many ticketing/registration as you'd like.<br /><br />Ticketing feature is not enabled for this website. Please sign up for Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target=\"_blank\">here</a>."
15
+ msgstr ""
16
+
17
+ #: app/view/event/single.php:211
18
+ msgid "This post was imported from a CSV/ICS file."
19
  msgstr ""
20
 
21
  #: app/view/admin/tickets.php:71 app/view/admin/tickets.php:86
109
  #: public/admin/plugins/ics/import_feed.php:17
110
  msgid ""
111
  "<b>You don't have a subscription for this feature.</b><br>\n"
112
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
113
  "\t\tsupports \"Import Feeds\"."
114
  msgstr ""
115
 
116
  #: public/admin/plugins/ics/import_feed.php:27
117
  msgid ""
118
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
119
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan that\n"
120
  "\t\tsupports more feeds."
121
  msgstr ""
122
 
286
  msgid "Canceled"
287
  msgstr ""
288
 
289
+ #: app/model/settings.php:908
290
  msgid "Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)"
291
  msgstr ""
292
 
293
+ #: app/model/settings.php:935
294
  msgid "Use advanced JS cache."
295
  msgstr ""
296
 
297
+ #: app/model/settings.php:938
298
  msgid "Cache dynamically generated JS files. Improves performance."
299
  msgstr ""
300
 
343
  msgstr ""
344
 
345
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
346
  msgid "Note: This currency is supported as a payment currency and a currency balance for in-country PayPal accounts only."
347
  msgstr ""
348
 
438
  msgid "Thai Baht"
439
  msgstr ""
440
 
 
 
 
 
441
  #: app/view/calendar/subscribe-button.php:27
442
  msgid "Export to XML"
443
  msgstr ""
560
  msgid "API URL: %s.<br/>Detail: %s"
561
  msgstr ""
562
 
563
+ #: app/model/api/api-abstract.php:463
564
  msgid "Error decoding the response"
565
  msgstr ""
566
 
568
  msgid "We were unable to get the Suggested Events from Time.ly Network"
569
  msgstr ""
570
 
571
+ #: app/model/api/api-registration.php:41
572
  msgid "We were unable to Sign you In for Time.ly Network"
573
  msgstr ""
574
 
575
+ #: app/model/api/api-registration.php:68
576
  msgid "We were unable to Sign you Up for Time.ly Network"
577
  msgstr ""
578
 
579
+ #: app/model/api/api-registration.php:161
580
  msgid "We were unable to Sign you Out of Time.ly Network"
581
  msgstr ""
582
 
583
+ #: app/model/api/api-registration.php:228
584
  msgid "We were unable to get the Sales information from Time.ly Network"
585
  msgstr ""
586
 
1478
  msgid "Yes!"
1479
  msgstr ""
1480
 
1481
+ #: lib/recurrence/rule.php:398
1482
  msgid "Every %d weeks"
1483
  msgstr ""
1484
 
1485
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
1486
  msgid "Monthly"
1487
  msgstr ""
1488
 
1489
+ #: lib/recurrence/rule.php:410
1490
  msgid "Every other month"
1491
  msgstr ""
1492
 
1493
+ #: lib/recurrence/rule.php:413
1494
  msgid "Every %d months"
1495
  msgstr ""
1496
 
1497
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
1498
  msgid "Yearly"
1499
  msgstr ""
1500
 
1501
+ #: lib/recurrence/rule.php:425
1502
  msgid "Every other year"
1503
  msgstr ""
1504
 
1505
+ #: lib/recurrence/rule.php:428
1506
  msgid "Every %d years"
1507
  msgstr ""
1508
 
1509
+ #: lib/recurrence/rule.php:466
1510
  msgid "until %s"
1511
  msgstr ""
1512
 
1513
+ #: lib/recurrence/rule.php:476
1514
  msgid "for %d occurrences"
1515
  msgstr ""
1516
 
1517
+ #: lib/recurrence/rule.php:480
1518
  msgid "forever"
1519
  msgstr ""
1520
 
1616
  msgid "All Events"
1617
  msgstr ""
1618
 
1619
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
1620
+ #: lib/recurrence/rule.php:261
1621
  msgctxt "Recurrence editor - weekly tab"
1622
  msgid "on"
1623
  msgstr ""
1624
 
1625
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
1626
+ #: lib/recurrence/rule.php:327
1627
  msgid "and"
1628
  msgstr ""
1629
 
1630
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1631
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
1632
  msgctxt "Recurrence editor - monthly tab"
1633
  msgid "on"
1634
  msgstr ""
1635
 
1636
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
1637
+ #: lib/recurrence/rule.php:287
1638
  msgid "of the month"
1639
  msgstr ""
1640
 
1641
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
1642
+ #: lib/recurrence/rule.php:337
1643
  msgctxt "Recurrence editor - yearly tab"
1644
  msgid "on"
1645
  msgstr ""
1646
 
1647
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
1648
  #: public/admin/cron_freq.php:9
1649
  msgid "Daily"
1650
  msgstr ""
1651
 
1652
+ #: lib/recurrence/rule.php:380
1653
  msgid "Every other day"
1654
  msgstr ""
1655
 
1656
+ #: lib/recurrence/rule.php:383
1657
  msgid "Every %d days"
1658
  msgstr ""
1659
 
1660
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
1661
  msgid "Weekly"
1662
  msgstr ""
1663
 
1664
+ #: lib/recurrence/rule.php:395
1665
  msgid "Every other week"
1666
  msgstr ""
1667
 
1747
  msgid "It is currently not supported to embed more than one calendar in the same page. Do not attempt to embed the calendar via shortcode in a page that already displays the calendar."
1748
  msgstr ""
1749
 
1750
+ #: lib/import-export/ics.php:876
1751
  msgid "Tickets: "
1752
  msgstr ""
1753
 
2096
  msgid "Edit this occurrence (%s)"
2097
  msgstr ""
2098
 
2099
+ #: app/view/event/single.php:207
2100
  msgid "This post was replicated from another site's <a href=\"%s\" title=\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar feed</a>."
2101
  msgstr ""
2102
 
2103
+ #: app/view/event/single.php:224
2104
  msgid "View original"
2105
  msgstr ""
2106
 
2130
  msgid ", and "
2131
  msgstr ""
2132
 
2133
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2134
  msgid "Excludes: "
2135
  msgstr ""
2136
 
2137
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2138
  msgid "Repeats"
2139
  msgstr ""
2140
 
2814
  msgstr ""
2815
 
2816
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
2817
+ #: lib/recurrence/rule.php:299
2818
  msgid "last"
2819
  msgstr ""
2820
 
2822
  msgid "month(s)"
2823
  msgstr ""
2824
 
2825
+ #: app/model/settings.php:950
2826
  msgid "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file cache is unavailable."
2827
  msgstr ""
2828
 
2829
+ #: app/model/settings.php:953
2830
  msgid "Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline."
2831
  msgstr ""
2832
 
2833
+ #: app/model/settings.php:965
2834
  msgid "Current <strong>robots.txt</strong> on this site"
2835
  msgstr ""
2836
 
2837
+ #: app/model/settings.php:969
2838
  msgid ""
2839
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n"
2840
  "\t\t\t\t\t\t<code><a href=\"http://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n"
2843
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in your root WordPress directory."
2844
  msgstr ""
2845
 
2846
+ #: app/model/settings.php:986
2847
  msgid "<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
2848
  msgstr ""
2849
 
2850
+ #: app/model/settings.php:1009
2851
  msgid "Templates cache improves site performance"
2852
  msgstr ""
2853
 
2854
+ #: app/model/settings.php:1022
2855
  msgid "Display events in <strong>calendar time zone</strong>"
2856
  msgstr ""
2857
 
2858
+ #: app/model/settings.php:1025
2859
  msgid "If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page."
2860
  msgstr ""
2861
 
2951
  msgid "Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function "
2952
  msgstr ""
2953
 
2954
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
2955
  msgid "Move calendar into this DOM element"
2956
  msgstr ""
2957
 
2958
+ #: app/model/settings.php:871
2959
  msgid ""
2960
  "Optional. Use this JavaScript-based shortcut to place the\n"
2961
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content container\n"
2967
  "\t\t\t\t\t\tby the calendar."
2968
  msgstr ""
2969
 
2970
+ #: app/model/settings.php:890
2971
  msgid "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output"
2972
  msgstr ""
2973
 
2974
+ #: app/model/settings.php:893
2975
  msgid "Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
2976
  msgstr ""
2977
 
2978
+ #: app/model/settings.php:905
2979
  msgid "Disable <strong>gzip</strong> compression."
2980
  msgstr ""
2981
 
2982
+ #: app/model/settings.php:920
2983
  msgid "Use frontend rendering."
2984
  msgstr ""
2985
 
2986
+ #: app/model/settings.php:923
2987
  msgid "Renders calendar views on the client rather than the server; can improve performance."
2988
  msgstr ""
2989
 
3198
  msgid "This Event was replicated from another site. Any changes on Tickets were discarded."
3199
  msgstr ""
3200
 
3201
+ #: app/model/api/api-registration.php:200
3202
  msgid "Payment preferences were not saved."
3203
  msgstr ""
3204
 
3205
+ #: app/model/api/api-registration.php:191
3206
  msgid "Payment preferences were saved."
3207
  msgstr ""
3208
 
language/all-in-one-event-calendar.mo CHANGED
Binary file
language/all-in-one-event-calendar.po CHANGED
@@ -2,13 +2,13 @@
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.16\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
- "POT-Creation-Date: 2017-02-03 22:32:21+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2017-02-03 22:32+0000\n"
12
  "Last-Translator: Timely <support@time.ly>\n"
13
  "Language-Team:\n"
14
 
@@ -375,7 +375,7 @@ msgstr ""
375
  "%s. Please try again. If this error persists, please contact us at %s. In "
376
  "your report please include the information below.<br/>%s."
377
 
378
- #: app/model/api/api-abstract.php:461
379
  msgid "Error decoding the response"
380
  msgstr "Error decoding the response"
381
 
@@ -399,27 +399,27 @@ msgstr "We were unable to subscribe feed"
399
  msgid "We were unable to unsubscribe feed"
400
  msgstr "We were unable to unsubscribe feed"
401
 
402
- #: app/model/api/api-registration.php:38
403
  msgid "We were unable to Sign you In for Time.ly Network"
404
  msgstr "We were unable to Sign you In for Time.ly Network"
405
 
406
- #: app/model/api/api-registration.php:59
407
  msgid "We were unable to Sign you Up for Time.ly Network"
408
  msgstr "We were unable to Sign you Up for Time.ly Network"
409
 
410
- #: app/model/api/api-registration.php:152
411
  msgid "We were unable to Sign you Out of Time.ly Network"
412
  msgstr "We were unable to Sign you Out of Time.ly Network"
413
 
414
- #: app/model/api/api-registration.php:182
415
  msgid "Payment preferences were saved."
416
  msgstr "Payment preferences were saved."
417
 
418
- #: app/model/api/api-registration.php:191
419
  msgid "Payment preferences were not saved."
420
  msgstr "Payment preferences were not saved."
421
 
422
- #: app/model/api/api-registration.php:219
423
  msgid "We were unable to get the Sales information from Time.ly Network"
424
  msgstr "We were unable to get the Sales information from Time.ly Network"
425
 
@@ -774,29 +774,11 @@ msgstr ""
774
  "Use the configured <strong>region</strong> (WordPress locale) to bias the "
775
  "address autocomplete function "
776
 
777
- #: app/model/settings.php:854
778
- msgid ""
779
- " Show the old <strong>Post Your Event</strong> button above the calendar to "
780
- "privileged users"
781
- msgstr ""
782
- " Show the old <strong>Post Your Event</strong> button above the calendar to "
783
- "privileged users"
784
-
785
- #: app/model/settings.php:857
786
- msgid ""
787
- "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive "
788
- "Frontend Extension</a> for the <strong>frontend Post Your Event form</"
789
- "strong>."
790
- msgstr ""
791
- "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive "
792
- "Frontend Extension</a> for the <strong>frontend Post Your Event form</"
793
- "strong>."
794
-
795
- #: app/model/settings.php:878
796
  msgid "Move calendar into this DOM element"
797
  msgstr "Move calendar into this DOM element"
798
 
799
- #: app/model/settings.php:880
800
  msgid ""
801
  "Optional. Use this JavaScript-based shortcut to place the\n"
802
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content "
@@ -820,7 +802,7 @@ msgstr ""
820
  "\t\t\t\t\t\tAny existing markup found within the target will be replaced\n"
821
  "\t\t\t\t\t\tby the calendar."
822
 
823
- #: app/model/settings.php:899
824
  msgid ""
825
  "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
826
  "multiple calendar output"
@@ -828,7 +810,7 @@ msgstr ""
828
  "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
829
  "multiple calendar output"
830
 
831
- #: app/model/settings.php:902
832
  msgid ""
833
  "Try enabling this option if your calendar does not appear on the calendar "
834
  "page. It is needed for compatibility with a small number of themes that call "
@@ -838,11 +820,11 @@ msgstr ""
838
  "page. It is needed for compatibility with a small number of themes that call "
839
  "<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
840
 
841
- #: app/model/settings.php:914
842
  msgid "Disable <strong>gzip</strong> compression."
843
  msgstr "Disable <strong>gzip</strong> compression."
844
 
845
- #: app/model/settings.php:917
846
  msgid ""
847
  "Use this option if calendar is unresponsive. <a target=\"_blank\" href="
848
  "\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-"
@@ -854,11 +836,11 @@ msgstr ""
854
  "compression/\">Read more</a> about the issue. (From version 2.1 onwards, "
855
  "gzip is disabled by default for maximum compatibility.)"
856
 
857
- #: app/model/settings.php:929
858
  msgid "Use frontend rendering."
859
  msgstr "Use frontend rendering."
860
 
861
- #: app/model/settings.php:932
862
  msgid ""
863
  "Renders calendar views on the client rather than the server; can improve "
864
  "performance."
@@ -866,15 +848,15 @@ msgstr ""
866
  "Renders calendar views on the client rather than the server; can improve "
867
  "performance."
868
 
869
- #: app/model/settings.php:944
870
  msgid "Use advanced JS cache."
871
  msgstr "Use advanced JS cache."
872
 
873
- #: app/model/settings.php:947
874
  msgid "Cache dynamically generated JS files. Improves performance."
875
  msgstr "Cache dynamically generated JS files. Improves performance."
876
 
877
- #: app/model/settings.php:959
878
  msgid ""
879
  "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file "
880
  "cache is unavailable."
@@ -882,7 +864,7 @@ msgstr ""
882
  "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file "
883
  "cache is unavailable."
884
 
885
- #: app/model/settings.php:962
886
  msgid ""
887
  "Use this option if file cache is unavailable and you would prefer to serve "
888
  "CSS as a link rather than have it output inline."
@@ -890,11 +872,11 @@ msgstr ""
890
  "Use this option if file cache is unavailable and you would prefer to serve "
891
  "CSS as a link rather than have it output inline."
892
 
893
- #: app/model/settings.php:974
894
  msgid "Current <strong>robots.txt</strong> on this site"
895
  msgstr "Current <strong>robots.txt</strong> on this site"
896
 
897
- #: app/model/settings.php:978
898
  msgid ""
899
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
900
  "or\n"
@@ -918,7 +900,7 @@ msgstr ""
918
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in "
919
  "your root WordPress directory."
920
 
921
- #: app/model/settings.php:995
922
  msgid ""
923
  "<strong>Publicize, promote, and share my events</strong> marked as public on "
924
  "the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
@@ -926,15 +908,15 @@ msgstr ""
926
  "<strong>Publicize, promote, and share my events</strong> marked as public on "
927
  "the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
928
 
929
- #: app/model/settings.php:1018
930
  msgid "Templates cache improves site performance"
931
  msgstr "Templates cache improves site performance"
932
 
933
- #: app/model/settings.php:1031
934
  msgid "Display events in <strong>calendar time zone</strong>"
935
  msgstr "Display events in <strong>calendar time zone</strong>"
936
 
937
- #: app/model/settings.php:1034
938
  msgid ""
939
  "If this box is checked events will appear in the calendar time zone with "
940
  "time zone information displayed on the event details page."
@@ -956,13 +938,19 @@ msgstr ""
956
 
957
  #: app/view/admin/add-new-event.php:312
958
  msgid ""
959
- "Ticketing feature is not enabled for this website. Please sign up for "
960
- "Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</"
961
- "a>."
 
 
 
962
  msgstr ""
963
- "Ticketing feature is not enabled for this website. Please sign up for "
964
- "Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</"
965
- "a>."
 
 
 
966
 
967
  #: app/view/admin/add-new-event.php:412
968
  msgid ""
@@ -1117,7 +1105,7 @@ msgid "week(s)"
1117
  msgstr "week(s)"
1118
 
1119
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
1120
- #: lib/recurrence/rule.php:298
1121
  msgid "last"
1122
  msgstr "last"
1123
 
@@ -1499,7 +1487,6 @@ msgid "Brazilian Real"
1499
  msgstr "Brazilian Real"
1500
 
1501
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
1502
- #: app/view/admin/tickets.php:165
1503
  msgid ""
1504
  "Note: This currency is supported as a payment currency and a currency "
1505
  "balance for in-country PayPal accounts only."
@@ -1613,10 +1600,6 @@ msgstr "Taiwan New Dollar"
1613
  msgid "Thai Baht"
1614
  msgstr "Thai Baht"
1615
 
1616
- #: app/view/admin/tickets.php:165
1617
- msgid "Turkish Lira"
1618
- msgstr "Turkish Lira"
1619
-
1620
  #: app/view/admin/widget-creator.php:24 app/view/admin/widget-creator.php:25
1621
  #: app/view/admin/widget-creator.php:47
1622
  msgid "Widget Creator"
@@ -1969,7 +1952,7 @@ msgstr "Buy Tickets"
1969
  msgid "Edit this occurrence (%s)"
1970
  msgstr "Edit this occurrence (%s)"
1971
 
1972
- #: app/view/event/single.php:196
1973
  msgid ""
1974
  "This post was replicated from another site's <a href=\"%s\" title="
1975
  "\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar "
@@ -1979,7 +1962,11 @@ msgstr ""
1979
  "\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar "
1980
  "feed</a>."
1981
 
1982
- #: app/view/event/single.php:207
 
 
 
 
1983
  msgid "View original"
1984
  msgstr "View original"
1985
 
@@ -2009,11 +1996,36 @@ msgstr " – "
2009
  msgid ", and "
2010
  msgstr ", and "
2011
 
2012
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2013
  msgid "Excludes: "
2014
  msgstr "Excludes: "
2015
 
2016
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
2017
  msgid "Repeats"
2018
  msgstr "Repeats"
2019
 
@@ -2528,7 +2540,7 @@ msgstr ""
2528
  "page. Do not attempt to embed the calendar via shortcode in a page that "
2529
  "already displays the calendar."
2530
 
2531
- #: lib/import-export/ics.php:879
2532
  msgid "Tickets: "
2533
  msgstr "Tickets: "
2534
 
@@ -2649,92 +2661,92 @@ msgstr ""
2649
  msgid "All Events"
2650
  msgstr "All Events"
2651
 
2652
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
2653
- #: lib/recurrence/rule.php:260
2654
  msgctxt "Recurrence editor - weekly tab"
2655
  msgid "on"
2656
  msgstr "on"
2657
 
2658
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
2659
- #: lib/recurrence/rule.php:326
2660
  msgid "and"
2661
  msgstr "and"
2662
 
2663
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
2664
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
2665
  msgctxt "Recurrence editor - monthly tab"
2666
  msgid "on"
2667
  msgstr "on"
2668
 
2669
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
2670
- #: lib/recurrence/rule.php:286
2671
  msgid "of the month"
2672
  msgstr "of the month"
2673
 
2674
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
2675
- #: lib/recurrence/rule.php:336
2676
  msgctxt "Recurrence editor - yearly tab"
2677
  msgid "on"
2678
  msgstr "on"
2679
 
2680
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
2681
  #: public/admin/cron_freq.php:9
2682
  msgid "Daily"
2683
  msgstr "Daily"
2684
 
2685
- #: lib/recurrence/rule.php:379
2686
  msgid "Every other day"
2687
  msgstr "Every other day"
2688
 
2689
- #: lib/recurrence/rule.php:382
2690
  msgid "Every %d days"
2691
  msgstr "Every %d days"
2692
 
2693
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
2694
  msgid "Weekly"
2695
  msgstr "Weekly"
2696
 
2697
- #: lib/recurrence/rule.php:394
2698
  msgid "Every other week"
2699
  msgstr "Every other week"
2700
 
2701
- #: lib/recurrence/rule.php:397
2702
  msgid "Every %d weeks"
2703
  msgstr "Every %d weeks"
2704
 
2705
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
2706
  msgid "Monthly"
2707
  msgstr "Monthly"
2708
 
2709
- #: lib/recurrence/rule.php:409
2710
  msgid "Every other month"
2711
  msgstr "Every other month"
2712
 
2713
- #: lib/recurrence/rule.php:412
2714
  msgid "Every %d months"
2715
  msgstr "Every %d months"
2716
 
2717
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
2718
  msgid "Yearly"
2719
  msgstr "Yearly"
2720
 
2721
- #: lib/recurrence/rule.php:424
2722
  msgid "Every other year"
2723
  msgstr "Every other year"
2724
 
2725
- #: lib/recurrence/rule.php:427
2726
  msgid "Every %d years"
2727
  msgstr "Every %d years"
2728
 
2729
- #: lib/recurrence/rule.php:465
2730
  msgid "until %s"
2731
  msgstr "until %s"
2732
 
2733
- #: lib/recurrence/rule.php:475
2734
  msgid "for %d occurrences"
2735
  msgstr "for %d occurrences"
2736
 
2737
- #: lib/recurrence/rule.php:479
2738
  msgid "forever"
2739
  msgstr "forever"
2740
 
@@ -3577,41 +3589,27 @@ msgstr ""
3577
  #: public/admin/plugins/ics/import_feed.php:17
3578
  msgid ""
3579
  "<b>You don't have a subscription for this feature.</b><br>\n"
3580
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan "
3581
  "that\n"
3582
  "\t\tsupports \"Import Feeds\"."
3583
  msgstr ""
3584
  "<b>You don't have a subscription for this feature.</b><br>\n"
3585
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan "
3586
  "that\n"
3587
  "\t\tsupports \"Import Feeds\"."
3588
 
3589
  #: public/admin/plugins/ics/import_feed.php:27
3590
  msgid ""
3591
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
3592
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan "
3593
  "that\n"
3594
  "\t\tsupports more feeds."
3595
  msgstr ""
3596
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
3597
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan "
3598
  "that\n"
3599
  "\t\tsupports more feeds."
3600
 
3601
- #: public/admin/plugins/ics/import_feed.php:63
3602
- msgid "Allow comments on imported events"
3603
- msgstr "Allow comments on imported events"
3604
-
3605
- #: public/admin/plugins/ics/import_feed.php:70
3606
- msgid "Show map on imported events"
3607
- msgstr "Show map on imported events"
3608
-
3609
- #: public/admin/plugins/ics/import_feed.php:77
3610
- msgid ""
3611
- "Import any tags/categories provided by feed, in addition those selected above"
3612
- msgstr ""
3613
- "Import any tags/categories provided by feed, in addition those selected above"
3614
-
3615
  #: public/admin/plugins/ics/import_feed.php:110
3616
  msgid "Import feed"
3617
  msgstr "Import feed"
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.17\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
+ "POT-Creation-Date: 2017-03-09 13:37:45+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2017-03-09 13:37+0000\n"
12
  "Last-Translator: Timely <support@time.ly>\n"
13
  "Language-Team:\n"
14
 
375
  "%s. Please try again. If this error persists, please contact us at %s. In "
376
  "your report please include the information below.<br/>%s."
377
 
378
+ #: app/model/api/api-abstract.php:463
379
  msgid "Error decoding the response"
380
  msgstr "Error decoding the response"
381
 
399
  msgid "We were unable to unsubscribe feed"
400
  msgstr "We were unable to unsubscribe feed"
401
 
402
+ #: app/model/api/api-registration.php:41
403
  msgid "We were unable to Sign you In for Time.ly Network"
404
  msgstr "We were unable to Sign you In for Time.ly Network"
405
 
406
+ #: app/model/api/api-registration.php:68
407
  msgid "We were unable to Sign you Up for Time.ly Network"
408
  msgstr "We were unable to Sign you Up for Time.ly Network"
409
 
410
+ #: app/model/api/api-registration.php:161
411
  msgid "We were unable to Sign you Out of Time.ly Network"
412
  msgstr "We were unable to Sign you Out of Time.ly Network"
413
 
414
+ #: app/model/api/api-registration.php:191
415
  msgid "Payment preferences were saved."
416
  msgstr "Payment preferences were saved."
417
 
418
+ #: app/model/api/api-registration.php:200
419
  msgid "Payment preferences were not saved."
420
  msgstr "Payment preferences were not saved."
421
 
422
+ #: app/model/api/api-registration.php:228
423
  msgid "We were unable to get the Sales information from Time.ly Network"
424
  msgstr "We were unable to get the Sales information from Time.ly Network"
425
 
774
  "Use the configured <strong>region</strong> (WordPress locale) to bias the "
775
  "address autocomplete function "
776
 
777
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
778
  msgid "Move calendar into this DOM element"
779
  msgstr "Move calendar into this DOM element"
780
 
781
+ #: app/model/settings.php:871
782
  msgid ""
783
  "Optional. Use this JavaScript-based shortcut to place the\n"
784
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content "
802
  "\t\t\t\t\t\tAny existing markup found within the target will be replaced\n"
803
  "\t\t\t\t\t\tby the calendar."
804
 
805
+ #: app/model/settings.php:890
806
  msgid ""
807
  "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
808
  "multiple calendar output"
810
  "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
811
  "multiple calendar output"
812
 
813
+ #: app/model/settings.php:893
814
  msgid ""
815
  "Try enabling this option if your calendar does not appear on the calendar "
816
  "page. It is needed for compatibility with a small number of themes that call "
820
  "page. It is needed for compatibility with a small number of themes that call "
821
  "<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
822
 
823
+ #: app/model/settings.php:905
824
  msgid "Disable <strong>gzip</strong> compression."
825
  msgstr "Disable <strong>gzip</strong> compression."
826
 
827
+ #: app/model/settings.php:908
828
  msgid ""
829
  "Use this option if calendar is unresponsive. <a target=\"_blank\" href="
830
  "\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-"
836
  "compression/\">Read more</a> about the issue. (From version 2.1 onwards, "
837
  "gzip is disabled by default for maximum compatibility.)"
838
 
839
+ #: app/model/settings.php:920
840
  msgid "Use frontend rendering."
841
  msgstr "Use frontend rendering."
842
 
843
+ #: app/model/settings.php:923
844
  msgid ""
845
  "Renders calendar views on the client rather than the server; can improve "
846
  "performance."
848
  "Renders calendar views on the client rather than the server; can improve "
849
  "performance."
850
 
851
+ #: app/model/settings.php:935
852
  msgid "Use advanced JS cache."
853
  msgstr "Use advanced JS cache."
854
 
855
+ #: app/model/settings.php:938
856
  msgid "Cache dynamically generated JS files. Improves performance."
857
  msgstr "Cache dynamically generated JS files. Improves performance."
858
 
859
+ #: app/model/settings.php:950
860
  msgid ""
861
  "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file "
862
  "cache is unavailable."
864
  "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file "
865
  "cache is unavailable."
866
 
867
+ #: app/model/settings.php:953
868
  msgid ""
869
  "Use this option if file cache is unavailable and you would prefer to serve "
870
  "CSS as a link rather than have it output inline."
872
  "Use this option if file cache is unavailable and you would prefer to serve "
873
  "CSS as a link rather than have it output inline."
874
 
875
+ #: app/model/settings.php:965
876
  msgid "Current <strong>robots.txt</strong> on this site"
877
  msgstr "Current <strong>robots.txt</strong> on this site"
878
 
879
+ #: app/model/settings.php:969
880
  msgid ""
881
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
882
  "or\n"
900
  "\t\t\t\t\t\tYou can change it manually by editing <code>robots.txt</code> in "
901
  "your root WordPress directory."
902
 
903
+ #: app/model/settings.php:986
904
  msgid ""
905
  "<strong>Publicize, promote, and share my events</strong> marked as public on "
906
  "the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
908
  "<strong>Publicize, promote, and share my events</strong> marked as public on "
909
  "the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
910
 
911
+ #: app/model/settings.php:1009
912
  msgid "Templates cache improves site performance"
913
  msgstr "Templates cache improves site performance"
914
 
915
+ #: app/model/settings.php:1022
916
  msgid "Display events in <strong>calendar time zone</strong>"
917
  msgstr "Display events in <strong>calendar time zone</strong>"
918
 
919
+ #: app/model/settings.php:1025
920
  msgid ""
921
  "If this box is checked events will appear in the calendar time zone with "
922
  "time zone information displayed on the event details page."
938
 
939
  #: app/view/admin/add-new-event.php:312
940
  msgid ""
941
+ "Timely Ticketing saves time & money. Create ticketing/registration right "
942
+ "here and now. You do not pay any ticketing fees (other than regular PayPal "
943
+ "transaction costs). Create as many ticketing/registration as you'd like.<br /"
944
+ "><br />Ticketing feature is not enabled for this website. Please sign up for "
945
+ "Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target="
946
+ "\"_blank\">here</a>."
947
  msgstr ""
948
+ "Timely Ticketing saves time & money. Create ticketing/registration right "
949
+ "here and now. You do not pay any ticketing fees (other than regular PayPal "
950
+ "transaction costs). Create as many ticketing/registration as you'd like.<br /"
951
+ "><br />Ticketing feature is not enabled for this website. Please sign up for "
952
+ "Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target="
953
+ "\"_blank\">here</a>."
954
 
955
  #: app/view/admin/add-new-event.php:412
956
  msgid ""
1105
  msgstr "week(s)"
1106
 
1107
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
1108
+ #: lib/recurrence/rule.php:299
1109
  msgid "last"
1110
  msgstr "last"
1111
 
1487
  msgstr "Brazilian Real"
1488
 
1489
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
1490
  msgid ""
1491
  "Note: This currency is supported as a payment currency and a currency "
1492
  "balance for in-country PayPal accounts only."
1600
  msgid "Thai Baht"
1601
  msgstr "Thai Baht"
1602
 
 
 
 
 
1603
  #: app/view/admin/widget-creator.php:24 app/view/admin/widget-creator.php:25
1604
  #: app/view/admin/widget-creator.php:47
1605
  msgid "Widget Creator"
1952
  msgid "Edit this occurrence (%s)"
1953
  msgstr "Edit this occurrence (%s)"
1954
 
1955
+ #: app/view/event/single.php:207
1956
  msgid ""
1957
  "This post was replicated from another site's <a href=\"%s\" title="
1958
  "\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar "
1962
  "\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar "
1963
  "feed</a>."
1964
 
1965
+ #: app/view/event/single.php:211
1966
+ msgid "This post was imported from a CSV/ICS file."
1967
+ msgstr "This post was imported from a CSV/ICS file."
1968
+
1969
+ #: app/view/event/single.php:224
1970
  msgid "View original"
1971
  msgstr "View original"
1972
 
1996
  msgid ", and "
1997
  msgstr ", and "
1998
 
1999
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:38
2000
+ msgid "Import events from a CSV file or iCalendar (.ics) feed:"
2001
+ msgstr "Import events from a CSV file or iCalendar (.ics) feed:"
2002
+
2003
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:61
2004
+ msgid "Or paste your CSV data or iCalendar (.ics) feed here:"
2005
+ msgstr "Or paste your CSV data or iCalendar (.ics) feed here:"
2006
+
2007
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:102
2008
+ #: public/admin/plugins/ics/import_feed.php:63
2009
+ msgid "Allow comments on imported events"
2010
+ msgstr "Allow comments on imported events"
2011
+
2012
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:112
2013
+ #: public/admin/plugins/ics/import_feed.php:70
2014
+ msgid "Show map on imported events"
2015
+ msgstr "Show map on imported events"
2016
+
2017
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:122
2018
+ #: public/admin/plugins/ics/import_feed.php:77
2019
+ msgid ""
2020
+ "Import any tags/categories provided by feed, in addition those selected above"
2021
+ msgstr ""
2022
+ "Import any tags/categories provided by feed, in addition those selected above"
2023
+
2024
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
2025
  msgid "Excludes: "
2026
  msgstr "Excludes: "
2027
 
2028
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
2029
  msgid "Repeats"
2030
  msgstr "Repeats"
2031
 
2540
  "page. Do not attempt to embed the calendar via shortcode in a page that "
2541
  "already displays the calendar."
2542
 
2543
+ #: lib/import-export/ics.php:876
2544
  msgid "Tickets: "
2545
  msgstr "Tickets: "
2546
 
2661
  msgid "All Events"
2662
  msgstr "All Events"
2663
 
2664
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
2665
+ #: lib/recurrence/rule.php:261
2666
  msgctxt "Recurrence editor - weekly tab"
2667
  msgid "on"
2668
  msgstr "on"
2669
 
2670
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
2671
+ #: lib/recurrence/rule.php:327
2672
  msgid "and"
2673
  msgstr "and"
2674
 
2675
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
2676
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
2677
  msgctxt "Recurrence editor - monthly tab"
2678
  msgid "on"
2679
  msgstr "on"
2680
 
2681
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
2682
+ #: lib/recurrence/rule.php:287
2683
  msgid "of the month"
2684
  msgstr "of the month"
2685
 
2686
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
2687
+ #: lib/recurrence/rule.php:337
2688
  msgctxt "Recurrence editor - yearly tab"
2689
  msgid "on"
2690
  msgstr "on"
2691
 
2692
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
2693
  #: public/admin/cron_freq.php:9
2694
  msgid "Daily"
2695
  msgstr "Daily"
2696
 
2697
+ #: lib/recurrence/rule.php:380
2698
  msgid "Every other day"
2699
  msgstr "Every other day"
2700
 
2701
+ #: lib/recurrence/rule.php:383
2702
  msgid "Every %d days"
2703
  msgstr "Every %d days"
2704
 
2705
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
2706
  msgid "Weekly"
2707
  msgstr "Weekly"
2708
 
2709
+ #: lib/recurrence/rule.php:395
2710
  msgid "Every other week"
2711
  msgstr "Every other week"
2712
 
2713
+ #: lib/recurrence/rule.php:398
2714
  msgid "Every %d weeks"
2715
  msgstr "Every %d weeks"
2716
 
2717
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
2718
  msgid "Monthly"
2719
  msgstr "Monthly"
2720
 
2721
+ #: lib/recurrence/rule.php:410
2722
  msgid "Every other month"
2723
  msgstr "Every other month"
2724
 
2725
+ #: lib/recurrence/rule.php:413
2726
  msgid "Every %d months"
2727
  msgstr "Every %d months"
2728
 
2729
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
2730
  msgid "Yearly"
2731
  msgstr "Yearly"
2732
 
2733
+ #: lib/recurrence/rule.php:425
2734
  msgid "Every other year"
2735
  msgstr "Every other year"
2736
 
2737
+ #: lib/recurrence/rule.php:428
2738
  msgid "Every %d years"
2739
  msgstr "Every %d years"
2740
 
2741
+ #: lib/recurrence/rule.php:466
2742
  msgid "until %s"
2743
  msgstr "until %s"
2744
 
2745
+ #: lib/recurrence/rule.php:476
2746
  msgid "for %d occurrences"
2747
  msgstr "for %d occurrences"
2748
 
2749
+ #: lib/recurrence/rule.php:480
2750
  msgid "forever"
2751
  msgstr "forever"
2752
 
3589
  #: public/admin/plugins/ics/import_feed.php:17
3590
  msgid ""
3591
  "<b>You don't have a subscription for this feature.</b><br>\n"
3592
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan "
3593
  "that\n"
3594
  "\t\tsupports \"Import Feeds\"."
3595
  msgstr ""
3596
  "<b>You don't have a subscription for this feature.</b><br>\n"
3597
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan "
3598
  "that\n"
3599
  "\t\tsupports \"Import Feeds\"."
3600
 
3601
  #: public/admin/plugins/ics/import_feed.php:27
3602
  msgid ""
3603
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
3604
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan "
3605
  "that\n"
3606
  "\t\tsupports more feeds."
3607
  msgstr ""
3608
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
3609
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan "
3610
  "that\n"
3611
  "\t\tsupports more feeds."
3612
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3613
  #: public/admin/plugins/ics/import_feed.php:110
3614
  msgid "Import feed"
3615
  msgstr "Import feed"
language/all-in-one-event-calendar.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.16\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
- "POT-Creation-Date: 2017-02-03 22:32:21+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -334,7 +334,7 @@ msgid ""
334
  "your report please include the information below.<br/>%s."
335
  msgstr ""
336
 
337
- #: app/model/api/api-abstract.php:461
338
  msgid "Error decoding the response"
339
  msgstr ""
340
 
@@ -358,27 +358,27 @@ msgstr ""
358
  msgid "We were unable to unsubscribe feed"
359
  msgstr ""
360
 
361
- #: app/model/api/api-registration.php:38
362
  msgid "We were unable to Sign you In for Time.ly Network"
363
  msgstr ""
364
 
365
- #: app/model/api/api-registration.php:59
366
  msgid "We were unable to Sign you Up for Time.ly Network"
367
  msgstr ""
368
 
369
- #: app/model/api/api-registration.php:152
370
  msgid "We were unable to Sign you Out of Time.ly Network"
371
  msgstr ""
372
 
373
- #: app/model/api/api-registration.php:182
374
  msgid "Payment preferences were saved."
375
  msgstr ""
376
 
377
- #: app/model/api/api-registration.php:191
378
  msgid "Payment preferences were not saved."
379
  msgstr ""
380
 
381
- #: app/model/api/api-registration.php:219
382
  msgid "We were unable to get the Sales information from Time.ly Network"
383
  msgstr ""
384
 
@@ -707,24 +707,11 @@ msgid ""
707
  "address autocomplete function "
708
  msgstr ""
709
 
710
- #: app/model/settings.php:854
711
- msgid ""
712
- " Show the old <strong>Post Your Event</strong> button above the calendar to "
713
- "privileged users"
714
- msgstr ""
715
-
716
- #: app/model/settings.php:857
717
- msgid ""
718
- "Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive "
719
- "Frontend Extension</a> for the <strong>frontend Post Your Event form</"
720
- "strong>."
721
- msgstr ""
722
-
723
- #: app/model/settings.php:878
724
  msgid "Move calendar into this DOM element"
725
  msgstr ""
726
 
727
- #: app/model/settings.php:880
728
  msgid ""
729
  "Optional. Use this JavaScript-based shortcut to place the\n"
730
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content "
@@ -738,24 +725,24 @@ msgid ""
738
  "\t\t\t\t\t\tby the calendar."
739
  msgstr ""
740
 
741
- #: app/model/settings.php:899
742
  msgid ""
743
  "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
744
  "multiple calendar output"
745
  msgstr ""
746
 
747
- #: app/model/settings.php:902
748
  msgid ""
749
  "Try enabling this option if your calendar does not appear on the calendar "
750
  "page. It is needed for compatibility with a small number of themes that call "
751
  "<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
752
  msgstr ""
753
 
754
- #: app/model/settings.php:914
755
  msgid "Disable <strong>gzip</strong> compression."
756
  msgstr ""
757
 
758
- #: app/model/settings.php:917
759
  msgid ""
760
  "Use this option if calendar is unresponsive. <a target=\"_blank\" href="
761
  "\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-"
@@ -763,41 +750,41 @@ msgid ""
763
  "gzip is disabled by default for maximum compatibility.)"
764
  msgstr ""
765
 
766
- #: app/model/settings.php:929
767
  msgid "Use frontend rendering."
768
  msgstr ""
769
 
770
- #: app/model/settings.php:932
771
  msgid ""
772
  "Renders calendar views on the client rather than the server; can improve "
773
  "performance."
774
  msgstr ""
775
 
776
- #: app/model/settings.php:944
777
  msgid "Use advanced JS cache."
778
  msgstr ""
779
 
780
- #: app/model/settings.php:947
781
  msgid "Cache dynamically generated JS files. Improves performance."
782
  msgstr ""
783
 
784
- #: app/model/settings.php:959
785
  msgid ""
786
  "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file "
787
  "cache is unavailable."
788
  msgstr ""
789
 
790
- #: app/model/settings.php:962
791
  msgid ""
792
  "Use this option if file cache is unavailable and you would prefer to serve "
793
  "CSS as a link rather than have it output inline."
794
  msgstr ""
795
 
796
- #: app/model/settings.php:974
797
  msgid "Current <strong>robots.txt</strong> on this site"
798
  msgstr ""
799
 
800
- #: app/model/settings.php:978
801
  msgid ""
802
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
803
  "or\n"
@@ -811,21 +798,21 @@ msgid ""
811
  "your root WordPress directory."
812
  msgstr ""
813
 
814
- #: app/model/settings.php:995
815
  msgid ""
816
  "<strong>Publicize, promote, and share my events</strong> marked as public on "
817
  "the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
818
  msgstr ""
819
 
820
- #: app/model/settings.php:1018
821
  msgid "Templates cache improves site performance"
822
  msgstr ""
823
 
824
- #: app/model/settings.php:1031
825
  msgid "Display events in <strong>calendar time zone</strong>"
826
  msgstr ""
827
 
828
- #: app/model/settings.php:1034
829
  msgid ""
830
  "If this box is checked events will appear in the calendar time zone with "
831
  "time zone information displayed on the event details page."
@@ -843,9 +830,12 @@ msgstr ""
843
 
844
  #: app/view/admin/add-new-event.php:312
845
  msgid ""
846
- "Ticketing feature is not enabled for this website. Please sign up for "
847
- "Ticketing plan <a href=\"https://time.ly/pricing/\" target=\"_blank\">here</"
848
- "a>."
 
 
 
849
  msgstr ""
850
 
851
  #: app/view/admin/add-new-event.php:412
@@ -994,7 +984,7 @@ msgid "week(s)"
994
  msgstr ""
995
 
996
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
997
- #: lib/recurrence/rule.php:298
998
  msgid "last"
999
  msgstr ""
1000
 
@@ -1362,7 +1352,6 @@ msgid "Brazilian Real"
1362
  msgstr ""
1363
 
1364
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
1365
- #: app/view/admin/tickets.php:165
1366
  msgid ""
1367
  "Note: This currency is supported as a payment currency and a currency "
1368
  "balance for in-country PayPal accounts only."
@@ -1467,10 +1456,6 @@ msgstr ""
1467
  msgid "Thai Baht"
1468
  msgstr ""
1469
 
1470
- #: app/view/admin/tickets.php:165
1471
- msgid "Turkish Lira"
1472
- msgstr ""
1473
-
1474
  #: app/view/admin/widget-creator.php:24 app/view/admin/widget-creator.php:25
1475
  #: app/view/admin/widget-creator.php:47
1476
  msgid "Widget Creator"
@@ -1803,14 +1788,18 @@ msgstr ""
1803
  msgid "Edit this occurrence (%s)"
1804
  msgstr ""
1805
 
1806
- #: app/view/event/single.php:196
1807
  msgid ""
1808
  "This post was replicated from another site's <a href=\"%s\" title="
1809
  "\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar "
1810
  "feed</a>."
1811
  msgstr ""
1812
 
1813
- #: app/view/event/single.php:207
 
 
 
 
1814
  msgid "View original"
1815
  msgstr ""
1816
 
@@ -1840,11 +1829,35 @@ msgstr ""
1840
  msgid ", and "
1841
  msgstr ""
1842
 
1843
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1844
  msgid "Excludes: "
1845
  msgstr ""
1846
 
1847
- #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:48
1848
  msgid "Repeats"
1849
  msgstr ""
1850
 
@@ -2305,7 +2318,7 @@ msgid ""
2305
  "already displays the calendar."
2306
  msgstr ""
2307
 
2308
- #: lib/import-export/ics.php:879
2309
  msgid "Tickets: "
2310
  msgstr ""
2311
 
@@ -2424,92 +2437,92 @@ msgstr ""
2424
  msgid "All Events"
2425
  msgstr ""
2426
 
2427
- #: lib/recurrence/rule.php:243 lib/recurrence/rule.php:252
2428
- #: lib/recurrence/rule.php:260
2429
  msgctxt "Recurrence editor - weekly tab"
2430
  msgid "on"
2431
  msgstr ""
2432
 
2433
- #: lib/recurrence/rule.php:248 lib/recurrence/rule.php:277
2434
- #: lib/recurrence/rule.php:326
2435
  msgid "and"
2436
  msgstr ""
2437
 
2438
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
2439
- #: lib/recurrence/rule.php:286 lib/recurrence/rule.php:308
2440
  msgctxt "Recurrence editor - monthly tab"
2441
  msgid "on"
2442
  msgstr ""
2443
 
2444
- #: lib/recurrence/rule.php:273 lib/recurrence/rule.php:280
2445
- #: lib/recurrence/rule.php:286
2446
  msgid "of the month"
2447
  msgstr ""
2448
 
2449
- #: lib/recurrence/rule.php:321 lib/recurrence/rule.php:329
2450
- #: lib/recurrence/rule.php:336
2451
  msgctxt "Recurrence editor - yearly tab"
2452
  msgid "on"
2453
  msgstr ""
2454
 
2455
- #: lib/recurrence/rule.php:376 public/admin/box_repeat.php:16
2456
  #: public/admin/cron_freq.php:9
2457
  msgid "Daily"
2458
  msgstr ""
2459
 
2460
- #: lib/recurrence/rule.php:379
2461
  msgid "Every other day"
2462
  msgstr ""
2463
 
2464
- #: lib/recurrence/rule.php:382
2465
  msgid "Every %d days"
2466
  msgstr ""
2467
 
2468
- #: lib/recurrence/rule.php:391 public/admin/box_repeat.php:21
2469
  msgid "Weekly"
2470
  msgstr ""
2471
 
2472
- #: lib/recurrence/rule.php:394
2473
  msgid "Every other week"
2474
  msgstr ""
2475
 
2476
- #: lib/recurrence/rule.php:397
2477
  msgid "Every %d weeks"
2478
  msgstr ""
2479
 
2480
- #: lib/recurrence/rule.php:406 public/admin/box_repeat.php:26
2481
  msgid "Monthly"
2482
  msgstr ""
2483
 
2484
- #: lib/recurrence/rule.php:409
2485
  msgid "Every other month"
2486
  msgstr ""
2487
 
2488
- #: lib/recurrence/rule.php:412
2489
  msgid "Every %d months"
2490
  msgstr ""
2491
 
2492
- #: lib/recurrence/rule.php:421 public/admin/box_repeat.php:31
2493
  msgid "Yearly"
2494
  msgstr ""
2495
 
2496
- #: lib/recurrence/rule.php:424
2497
  msgid "Every other year"
2498
  msgstr ""
2499
 
2500
- #: lib/recurrence/rule.php:427
2501
  msgid "Every %d years"
2502
  msgstr ""
2503
 
2504
- #: lib/recurrence/rule.php:465
2505
  msgid "until %s"
2506
  msgstr ""
2507
 
2508
- #: lib/recurrence/rule.php:475
2509
  msgid "for %d occurrences"
2510
  msgstr ""
2511
 
2512
- #: lib/recurrence/rule.php:479
2513
  msgid "forever"
2514
  msgstr ""
2515
 
@@ -3298,7 +3311,7 @@ msgstr ""
3298
  #: public/admin/plugins/ics/import_feed.php:17
3299
  msgid ""
3300
  "<b>You don't have a subscription for this feature.</b><br>\n"
3301
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan "
3302
  "that\n"
3303
  "\t\tsupports \"Import Feeds\"."
3304
  msgstr ""
@@ -3306,24 +3319,11 @@ msgstr ""
3306
  #: public/admin/plugins/ics/import_feed.php:27
3307
  msgid ""
3308
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
3309
- "\t\tPlease <a href=\"https://time.ly/pricing\">upgrade here</a> to a plan "
3310
  "that\n"
3311
  "\t\tsupports more feeds."
3312
  msgstr ""
3313
 
3314
- #: public/admin/plugins/ics/import_feed.php:63
3315
- msgid "Allow comments on imported events"
3316
- msgstr ""
3317
-
3318
- #: public/admin/plugins/ics/import_feed.php:70
3319
- msgid "Show map on imported events"
3320
- msgstr ""
3321
-
3322
- #: public/admin/plugins/ics/import_feed.php:77
3323
- msgid ""
3324
- "Import any tags/categories provided by feed, in addition those selected above"
3325
- msgstr ""
3326
-
3327
  #: public/admin/plugins/ics/import_feed.php:110
3328
  msgid "Import feed"
3329
  msgstr ""
2
  # This file is distributed under the same license as the All-in-One Event Calendar by Time.ly package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: All-in-One Event Calendar by Time.ly 2.5.17\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/all-in-one-event-calendar\n"
7
+ "POT-Creation-Date: 2017-03-09 13:37:45+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
334
  "your report please include the information below.<br/>%s."
335
  msgstr ""
336
 
337
+ #: app/model/api/api-abstract.php:463
338
  msgid "Error decoding the response"
339
  msgstr ""
340
 
358
  msgid "We were unable to unsubscribe feed"
359
  msgstr ""
360
 
361
+ #: app/model/api/api-registration.php:41
362
  msgid "We were unable to Sign you In for Time.ly Network"
363
  msgstr ""
364
 
365
+ #: app/model/api/api-registration.php:68
366
  msgid "We were unable to Sign you Up for Time.ly Network"
367
  msgstr ""
368
 
369
+ #: app/model/api/api-registration.php:161
370
  msgid "We were unable to Sign you Out of Time.ly Network"
371
  msgstr ""
372
 
373
+ #: app/model/api/api-registration.php:191
374
  msgid "Payment preferences were saved."
375
  msgstr ""
376
 
377
+ #: app/model/api/api-registration.php:200
378
  msgid "Payment preferences were not saved."
379
  msgstr ""
380
 
381
+ #: app/model/api/api-registration.php:228
382
  msgid "We were unable to get the Sales information from Time.ly Network"
383
  msgstr ""
384
 
707
  "address autocomplete function "
708
  msgstr ""
709
 
710
+ #: app/model/settings.php:869
 
 
 
 
 
 
 
 
 
 
 
 
 
711
  msgid "Move calendar into this DOM element"
712
  msgstr ""
713
 
714
+ #: app/model/settings.php:871
715
  msgid ""
716
  "Optional. Use this JavaScript-based shortcut to place the\n"
717
  "\t\t\t\t\t\tcalendar a DOM element other than the usual page content "
725
  "\t\t\t\t\t\tby the calendar."
726
  msgstr ""
727
 
728
+ #: app/model/settings.php:890
729
  msgid ""
730
  "<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against "
731
  "multiple calendar output"
732
  msgstr ""
733
 
734
+ #: app/model/settings.php:893
735
  msgid ""
736
  "Try enabling this option if your calendar does not appear on the calendar "
737
  "page. It is needed for compatibility with a small number of themes that call "
738
  "<tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise."
739
  msgstr ""
740
 
741
+ #: app/model/settings.php:905
742
  msgid "Disable <strong>gzip</strong> compression."
743
  msgstr ""
744
 
745
+ #: app/model/settings.php:908
746
  msgid ""
747
  "Use this option if calendar is unresponsive. <a target=\"_blank\" href="
748
  "\"http://time.ly/document/user-guide/troubleshooting/disable-gzip-"
750
  "gzip is disabled by default for maximum compatibility.)"
751
  msgstr ""
752
 
753
+ #: app/model/settings.php:920
754
  msgid "Use frontend rendering."
755
  msgstr ""
756
 
757
+ #: app/model/settings.php:923
758
  msgid ""
759
  "Renders calendar views on the client rather than the server; can improve "
760
  "performance."
761
  msgstr ""
762
 
763
+ #: app/model/settings.php:935
764
  msgid "Use advanced JS cache."
765
  msgstr ""
766
 
767
+ #: app/model/settings.php:938
768
  msgid "Cache dynamically generated JS files. Improves performance."
769
  msgstr ""
770
 
771
+ #: app/model/settings.php:950
772
  msgid ""
773
  "<strong>Link CSS</strong> in <code>&lt;head&gt;</code> section when file "
774
  "cache is unavailable."
775
  msgstr ""
776
 
777
+ #: app/model/settings.php:953
778
  msgid ""
779
  "Use this option if file cache is unavailable and you would prefer to serve "
780
  "CSS as a link rather than have it output inline."
781
  msgstr ""
782
 
783
+ #: app/model/settings.php:965
784
  msgid "Current <strong>robots.txt</strong> on this site"
785
  msgstr ""
786
 
787
+ #: app/model/settings.php:969
788
  msgid ""
789
  "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol "
790
  "or\n"
798
  "your root WordPress directory."
799
  msgstr ""
800
 
801
+ #: app/model/settings.php:986
802
  msgid ""
803
  "<strong>Publicize, promote, and share my events</strong> marked as public on "
804
  "the Timely network. (<a href=\"%s\" target=\"_blank\">Learn more &#187;</a>)"
805
  msgstr ""
806
 
807
+ #: app/model/settings.php:1009
808
  msgid "Templates cache improves site performance"
809
  msgstr ""
810
 
811
+ #: app/model/settings.php:1022
812
  msgid "Display events in <strong>calendar time zone</strong>"
813
  msgstr ""
814
 
815
+ #: app/model/settings.php:1025
816
  msgid ""
817
  "If this box is checked events will appear in the calendar time zone with "
818
  "time zone information displayed on the event details page."
830
 
831
  #: app/view/admin/add-new-event.php:312
832
  msgid ""
833
+ "Timely Ticketing saves time & money. Create ticketing/registration right "
834
+ "here and now. You do not pay any ticketing fees (other than regular PayPal "
835
+ "transaction costs). Create as many ticketing/registration as you'd like.<br /"
836
+ "><br />Ticketing feature is not enabled for this website. Please sign up for "
837
+ "Ticketing plan <a href=\"https://time.ly/tickets-existing-users/\" target="
838
+ "\"_blank\">here</a>."
839
  msgstr ""
840
 
841
  #: app/view/admin/add-new-event.php:412
984
  msgstr ""
985
 
986
  #: app/view/admin/get-repeat-box.php:413 app/view/admin/get-repeat-box.php:485
987
+ #: lib/recurrence/rule.php:299
988
  msgid "last"
989
  msgstr ""
990
 
1352
  msgstr ""
1353
 
1354
  #: app/view/admin/tickets.php:144 app/view/admin/tickets.php:152
 
1355
  msgid ""
1356
  "Note: This currency is supported as a payment currency and a currency "
1357
  "balance for in-country PayPal accounts only."
1456
  msgid "Thai Baht"
1457
  msgstr ""
1458
 
 
 
 
 
1459
  #: app/view/admin/widget-creator.php:24 app/view/admin/widget-creator.php:25
1460
  #: app/view/admin/widget-creator.php:47
1461
  msgid "Widget Creator"
1788
  msgid "Edit this occurrence (%s)"
1789
  msgstr ""
1790
 
1791
+ #: app/view/event/single.php:207
1792
  msgid ""
1793
  "This post was replicated from another site's <a href=\"%s\" title="
1794
  "\"iCalendar feed\"><i class=\"ai1ec-fa ai1ec-fa-calendar\"></i> calendar "
1795
  "feed</a>."
1796
  msgstr ""
1797
 
1798
+ #: app/view/event/single.php:211
1799
+ msgid "This post was imported from a CSV/ICS file."
1800
+ msgstr ""
1801
+
1802
+ #: app/view/event/single.php:224
1803
  msgid "View original"
1804
  msgstr ""
1805
 
1829
  msgid ", and "
1830
  msgstr ""
1831
 
1832
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:38
1833
+ msgid "Import events from a CSV file or iCalendar (.ics) feed:"
1834
+ msgstr ""
1835
+
1836
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:61
1837
+ msgid "Or paste your CSV data or iCalendar (.ics) feed here:"
1838
+ msgstr ""
1839
+
1840
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:102
1841
+ #: public/admin/plugins/ics/import_feed.php:63
1842
+ msgid "Allow comments on imported events"
1843
+ msgstr ""
1844
+
1845
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:112
1846
+ #: public/admin/plugins/ics/import_feed.php:70
1847
+ msgid "Show map on imported events"
1848
+ msgstr ""
1849
+
1850
+ #: cache/twig/57/45/0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php:122
1851
+ #: public/admin/plugins/ics/import_feed.php:77
1852
+ msgid ""
1853
+ "Import any tags/categories provided by feed, in addition those selected above"
1854
+ msgstr ""
1855
+
1856
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:38
1857
  msgid "Excludes: "
1858
  msgstr ""
1859
 
1860
+ #: cache/twig/dc/78/b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545.php:49
1861
  msgid "Repeats"
1862
  msgstr ""
1863
 
2318
  "already displays the calendar."
2319
  msgstr ""
2320
 
2321
+ #: lib/import-export/ics.php:876
2322
  msgid "Tickets: "
2323
  msgstr ""
2324
 
2437
  msgid "All Events"
2438
  msgstr ""
2439
 
2440
+ #: lib/recurrence/rule.php:244 lib/recurrence/rule.php:253
2441
+ #: lib/recurrence/rule.php:261
2442
  msgctxt "Recurrence editor - weekly tab"
2443
  msgid "on"
2444
  msgstr ""
2445
 
2446
+ #: lib/recurrence/rule.php:249 lib/recurrence/rule.php:278
2447
+ #: lib/recurrence/rule.php:327
2448
  msgid "and"
2449
  msgstr ""
2450
 
2451
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
2452
+ #: lib/recurrence/rule.php:287 lib/recurrence/rule.php:309
2453
  msgctxt "Recurrence editor - monthly tab"
2454
  msgid "on"
2455
  msgstr ""
2456
 
2457
+ #: lib/recurrence/rule.php:274 lib/recurrence/rule.php:281
2458
+ #: lib/recurrence/rule.php:287
2459
  msgid "of the month"
2460
  msgstr ""
2461
 
2462
+ #: lib/recurrence/rule.php:322 lib/recurrence/rule.php:330
2463
+ #: lib/recurrence/rule.php:337
2464
  msgctxt "Recurrence editor - yearly tab"
2465
  msgid "on"
2466
  msgstr ""
2467
 
2468
+ #: lib/recurrence/rule.php:377 public/admin/box_repeat.php:16
2469
  #: public/admin/cron_freq.php:9
2470
  msgid "Daily"
2471
  msgstr ""
2472
 
2473
+ #: lib/recurrence/rule.php:380
2474
  msgid "Every other day"
2475
  msgstr ""
2476
 
2477
+ #: lib/recurrence/rule.php:383
2478
  msgid "Every %d days"
2479
  msgstr ""
2480
 
2481
+ #: lib/recurrence/rule.php:392 public/admin/box_repeat.php:21
2482
  msgid "Weekly"
2483
  msgstr ""
2484
 
2485
+ #: lib/recurrence/rule.php:395
2486
  msgid "Every other week"
2487
  msgstr ""
2488
 
2489
+ #: lib/recurrence/rule.php:398
2490
  msgid "Every %d weeks"
2491
  msgstr ""
2492
 
2493
+ #: lib/recurrence/rule.php:407 public/admin/box_repeat.php:26
2494
  msgid "Monthly"
2495
  msgstr ""
2496
 
2497
+ #: lib/recurrence/rule.php:410
2498
  msgid "Every other month"
2499
  msgstr ""
2500
 
2501
+ #: lib/recurrence/rule.php:413
2502
  msgid "Every %d months"
2503
  msgstr ""
2504
 
2505
+ #: lib/recurrence/rule.php:422 public/admin/box_repeat.php:31
2506
  msgid "Yearly"
2507
  msgstr ""
2508
 
2509
+ #: lib/recurrence/rule.php:425
2510
  msgid "Every other year"
2511
  msgstr ""
2512
 
2513
+ #: lib/recurrence/rule.php:428
2514
  msgid "Every %d years"
2515
  msgstr ""
2516
 
2517
+ #: lib/recurrence/rule.php:466
2518
  msgid "until %s"
2519
  msgstr ""
2520
 
2521
+ #: lib/recurrence/rule.php:476
2522
  msgid "for %d occurrences"
2523
  msgstr ""
2524
 
2525
+ #: lib/recurrence/rule.php:480
2526
  msgid "forever"
2527
  msgstr ""
2528
 
3311
  #: public/admin/plugins/ics/import_feed.php:17
3312
  msgid ""
3313
  "<b>You don't have a subscription for this feature.</b><br>\n"
3314
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan "
3315
  "that\n"
3316
  "\t\tsupports \"Import Feeds\"."
3317
  msgstr ""
3319
  #: public/admin/plugins/ics/import_feed.php:27
3320
  msgid ""
3321
  "<b>You have reached the limit of how many feeds you can import.</b><br>\n"
3322
+ "\t\tPlease <a href=\"https://time.ly/pricing/\">upgrade here</a> to a plan "
3323
  "that\n"
3324
  "\t\tsupports more feeds."
3325
  msgstr ""
3326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3327
  #: public/admin/plugins/ics/import_feed.php:110
3328
  msgid "Import feed"
3329
  msgstr ""
lib/bootstrap/loader-map.php CHANGED
@@ -2796,6 +2796,12 @@
2796
  'c' => 'Twig_TokenStream',
2797
  'i' => 'g',
2798
  ),
 
 
 
 
 
 
2799
  '__TwigTemplate_08e44d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00' =>
2800
  array (
2801
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '08' . DIRECTORY_SEPARATOR . 'e4' . DIRECTORY_SEPARATOR . '4d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00.php',
@@ -2814,12 +2820,36 @@
2814
  'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
2815
  'i' => 'g',
2816
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2817
  '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
2818
  array (
2819
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
2820
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
2821
  'i' => 'g',
2822
  ),
 
 
 
 
 
 
2823
  '__TwigTemplate_1f25bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
2824
  array (
2825
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
@@ -2838,6 +2868,12 @@
2838
  'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
2839
  'i' => 'g',
2840
  ),
 
 
 
 
 
 
2841
  '__TwigTemplate_21cfb7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
2842
  array (
2843
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
@@ -2880,12 +2916,66 @@
2880
  'c' => '__TwigTemplate_2e4133d05bb6c6796937bc9a3340d448d39d5e6c81ad15c2e3e8d9fa2be2d09b',
2881
  'i' => 'g',
2882
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2883
  '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc' =>
2884
  array (
2885
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '33' . DIRECTORY_SEPARATOR . 'e1' . DIRECTORY_SEPARATOR . '6cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc.php',
2886
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
2887
  'i' => 'g',
2888
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2889
  '__TwigTemplate_43d9a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
2890
  array (
2891
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
@@ -2898,6 +2988,18 @@
2898
  'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
2899
  'i' => 'g',
2900
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2901
  '__TwigTemplate_4932ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
2902
  array (
2903
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
@@ -2910,12 +3012,30 @@
2910
  'c' => '__TwigTemplate_4b73ad41c82ac11e1da2a2b82814007e2577ceed36443b62877d9d35f45941e0',
2911
  'i' => 'g',
2912
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2913
  '__TwigTemplate_5438397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543' =>
2914
  array (
2915
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . '397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543.php',
2916
  'c' => '__TwigTemplate_5438397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543',
2917
  'i' => 'g',
2918
  ),
 
 
 
 
 
 
2919
  '__TwigTemplate_5ca1499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4' =>
2920
  array (
2921
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . 'a1' . DIRECTORY_SEPARATOR . '499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4.php',
@@ -2958,12 +3078,36 @@
2958
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
2959
  'i' => 'g',
2960
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2961
  '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
2962
  array (
2963
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
2964
  'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
2965
  'i' => 'g',
2966
  ),
 
 
 
 
 
 
2967
  '__TwigTemplate_70fdf46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
2968
  array (
2969
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
@@ -2988,12 +3132,36 @@
2988
  'c' => '__TwigTemplate_788a05e53df23570bd080700c3d94ab1071e6da70305581541040dbcedef230f',
2989
  'i' => 'g',
2990
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2991
  '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740' =>
2992
  array (
2993
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '84' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . 'c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740.php',
2994
  'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
2995
  'i' => 'g',
2996
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2997
  '__TwigTemplate_8738aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
2998
  array (
2999
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
@@ -3006,6 +3174,12 @@
3006
  'c' => '__TwigTemplate_89d906e4eee3169b93edc33ec32aac5ff78e197d36969e2b8d0437bf2f0283a2',
3007
  'i' => 'g',
3008
  ),
 
 
 
 
 
 
3009
  '__TwigTemplate_8c5c438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f' =>
3010
  array (
3011
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '8c' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . '438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f.php',
@@ -3024,12 +3198,30 @@
3024
  'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
3025
  'i' => 'g',
3026
  ),
 
 
 
 
 
 
 
 
 
 
 
 
3027
  '__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
3028
  array (
3029
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
3030
  'c' => '__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71',
3031
  'i' => 'g',
3032
  ),
 
 
 
 
 
 
3033
  '__TwigTemplate_94e338b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f' =>
3034
  array (
3035
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . 'e3' . DIRECTORY_SEPARATOR . '38b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f.php',
@@ -3048,22 +3240,28 @@
3048
  'c' => '__TwigTemplate_9c3c1820db174d7efba416743bbb9bf744e8454155f8129f69296092b49c45d3',
3049
  'i' => 'g',
3050
  ),
 
 
 
 
 
 
3051
  '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
3052
  array (
3053
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
3054
  'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
3055
  'i' => 'g',
3056
  ),
3057
- '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
3058
  array (
3059
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
3060
- 'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
3061
  'i' => 'g',
3062
  ),
3063
- '__TwigTemplate_a658c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13' =>
3064
  array (
3065
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . '58' . DIRECTORY_SEPARATOR . 'c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13.php',
3066
- 'c' => '__TwigTemplate_a658c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13',
3067
  'i' => 'g',
3068
  ),
3069
  '__TwigTemplate_a845b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
@@ -3090,6 +3288,12 @@
3090
  'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
3091
  'i' => 'g',
3092
  ),
 
 
 
 
 
 
3093
  '__TwigTemplate_b1af5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4' =>
3094
  array (
3095
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4.php',
@@ -3108,6 +3312,12 @@
3108
  'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
3109
  'i' => 'g',
3110
  ),
 
 
 
 
 
 
3111
  '__TwigTemplate_c1804f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
3112
  array (
3113
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
@@ -3120,10 +3330,34 @@
3120
  'c' => '__TwigTemplate_c7b4ce46e9ae5c124b3dbcfdc4840954da6e06763de6bef42553c2fec4a6f949',
3121
  'i' => 'g',
3122
  ),
3123
- '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3124
  array (
3125
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
3126
- 'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
3127
  'i' => 'g',
3128
  ),
3129
  '__TwigTemplate_dc78b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
@@ -4805,6 +5039,12 @@
4805
  'i' => 'g',
4806
  'r' => 'y',
4807
  ),
 
 
 
 
 
 
4808
  'twig.08.e4.4d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00' =>
4809
  array (
4810
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '08' . DIRECTORY_SEPARATOR . 'e4' . DIRECTORY_SEPARATOR . '4d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00.php',
@@ -4823,12 +5063,36 @@
4823
  'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
4824
  'i' => 'g',
4825
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4826
  'twig.1d.b4.41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
4827
  array (
4828
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
4829
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
4830
  'i' => 'g',
4831
  ),
 
 
 
 
 
 
4832
  'twig.1f.25.bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
4833
  array (
4834
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
@@ -4847,6 +5111,12 @@
4847
  'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
4848
  'i' => 'g',
4849
  ),
 
 
 
 
 
 
4850
  'twig.21.cf.b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
4851
  array (
4852
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
@@ -4889,12 +5159,66 @@
4889
  'c' => '__TwigTemplate_2e4133d05bb6c6796937bc9a3340d448d39d5e6c81ad15c2e3e8d9fa2be2d09b',
4890
  'i' => 'g',
4891
  ),
 
 
 
 
 
 
 
 
 
 
 
 
4892
  'twig.33.e1.6cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc' =>
4893
  array (
4894
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '33' . DIRECTORY_SEPARATOR . 'e1' . DIRECTORY_SEPARATOR . '6cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc.php',
4895
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
4896
  'i' => 'g',
4897
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4898
  'twig.43.d9.a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
4899
  array (
4900
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
@@ -4907,6 +5231,18 @@
4907
  'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
4908
  'i' => 'g',
4909
  ),
 
 
 
 
 
 
 
 
 
 
 
 
4910
  'twig.49.32.ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
4911
  array (
4912
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
@@ -4919,12 +5255,30 @@
4919
  'c' => '__TwigTemplate_4b73ad41c82ac11e1da2a2b82814007e2577ceed36443b62877d9d35f45941e0',
4920
  'i' => 'g',
4921
  ),
 
 
 
 
 
 
 
 
 
 
 
 
4922
  'twig.54.38.397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543' =>
4923
  array (
4924
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . '397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543.php',
4925
  'c' => '__TwigTemplate_5438397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543',
4926
  'i' => 'g',
4927
  ),
 
 
 
 
 
 
4928
  'twig.5c.a1.499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4' =>
4929
  array (
4930
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . 'a1' . DIRECTORY_SEPARATOR . '499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4.php',
@@ -4967,12 +5321,36 @@
4967
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
4968
  'i' => 'g',
4969
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4970
  'twig.6e.01.f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
4971
  array (
4972
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
4973
  'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
4974
  'i' => 'g',
4975
  ),
 
 
 
 
 
 
4976
  'twig.70.fd.f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
4977
  array (
4978
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
@@ -4997,12 +5375,36 @@
4997
  'c' => '__TwigTemplate_788a05e53df23570bd080700c3d94ab1071e6da70305581541040dbcedef230f',
4998
  'i' => 'g',
4999
  ),
 
 
 
 
 
 
 
 
 
 
 
 
5000
  'twig.84.a6.c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740' =>
5001
  array (
5002
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '84' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . 'c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740.php',
5003
  'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
5004
  'i' => 'g',
5005
  ),
 
 
 
 
 
 
 
 
 
 
 
 
5006
  'twig.87.38.aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
5007
  array (
5008
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
@@ -5015,6 +5417,12 @@
5015
  'c' => '__TwigTemplate_89d906e4eee3169b93edc33ec32aac5ff78e197d36969e2b8d0437bf2f0283a2',
5016
  'i' => 'g',
5017
  ),
 
 
 
 
 
 
5018
  'twig.8c.5c.438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f' =>
5019
  array (
5020
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '8c' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . '438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f.php',
@@ -5033,12 +5441,30 @@
5033
  'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
5034
  'i' => 'g',
5035
  ),
 
 
 
 
 
 
 
 
 
 
 
 
5036
  'twig.94.3e.432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
5037
  array (
5038
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
5039
  'c' => '__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71',
5040
  'i' => 'g',
5041
  ),
 
 
 
 
 
 
5042
  'twig.94.e3.38b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f' =>
5043
  array (
5044
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . 'e3' . DIRECTORY_SEPARATOR . '38b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f.php',
@@ -5993,22 +6419,28 @@
5993
  'c' => 'Twig_TokenStream',
5994
  'i' => 'g',
5995
  ),
 
 
 
 
 
 
5996
  'twig.a2.d6.3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
5997
  array (
5998
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
5999
  'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
6000
  'i' => 'g',
6001
  ),
6002
- 'twig.a5.4f.aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
6003
  array (
6004
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
6005
- 'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
6006
  'i' => 'g',
6007
  ),
6008
- 'twig.a6.58.c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13' =>
6009
  array (
6010
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . '58' . DIRECTORY_SEPARATOR . 'c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13.php',
6011
- 'c' => '__TwigTemplate_a658c7d34171e31a10ac616152e5338e6e2de16f66f26823313e5359646abb13',
6012
  'i' => 'g',
6013
  ),
6014
  'twig.a8.45.b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
@@ -6035,6 +6467,12 @@
6035
  'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
6036
  'i' => 'g',
6037
  ),
 
 
 
 
 
 
6038
  'twig.ai1ec-extension' =>
6039
  array (
6040
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'ai1ec-extension.php',
@@ -6059,6 +6497,12 @@
6059
  'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
6060
  'i' => 'g',
6061
  ),
 
 
 
 
 
 
6062
  'twig.c1.80.4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
6063
  array (
6064
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
@@ -6078,10 +6522,34 @@
6078
  'i' => 'g',
6079
  'r' => 'y',
6080
  ),
6081
- 'twig.d0.fd.53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed' =>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6082
  array (
6083
- 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd0' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . '53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed.php',
6084
- 'c' => '__TwigTemplate_d0fd53d3e74d5ca87482d078ffb8d74c0fecfd7106a9092d9a28cce902c86fed',
6085
  'i' => 'g',
6086
  ),
6087
  'twig.dc.78.b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
2796
  'c' => 'Twig_TokenStream',
2797
  'i' => 'g',
2798
  ),
2799
+ '__TwigTemplate_0637d929bcaa80c8f95cc2e341066aa553f8bc8d62a627a097e42516253258f7' =>
2800
+ array (
2801
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '06' . DIRECTORY_SEPARATOR . '37' . DIRECTORY_SEPARATOR . 'd929bcaa80c8f95cc2e341066aa553f8bc8d62a627a097e42516253258f7.php',
2802
+ 'c' => '__TwigTemplate_0637d929bcaa80c8f95cc2e341066aa553f8bc8d62a627a097e42516253258f7',
2803
+ 'i' => 'g',
2804
+ ),
2805
  '__TwigTemplate_08e44d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00' =>
2806
  array (
2807
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '08' . DIRECTORY_SEPARATOR . 'e4' . DIRECTORY_SEPARATOR . '4d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00.php',
2820
  'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
2821
  'i' => 'g',
2822
  ),
2823
+ '__TwigTemplate_0bf13e890a0fe439f45409fd758ea4f0d555d2c8dfad2947a8daf7d55b2d5dbd' =>
2824
+ array (
2825
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '0b' . DIRECTORY_SEPARATOR . 'f1' . DIRECTORY_SEPARATOR . '3e890a0fe439f45409fd758ea4f0d555d2c8dfad2947a8daf7d55b2d5dbd.php',
2826
+ 'c' => '__TwigTemplate_0bf13e890a0fe439f45409fd758ea4f0d555d2c8dfad2947a8daf7d55b2d5dbd',
2827
+ 'i' => 'g',
2828
+ ),
2829
+ '__TwigTemplate_0cc64b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402' =>
2830
+ array (
2831
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '0c' . DIRECTORY_SEPARATOR . 'c6' . DIRECTORY_SEPARATOR . '4b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402.php',
2832
+ 'c' => '__TwigTemplate_0cc64b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402',
2833
+ 'i' => 'g',
2834
+ ),
2835
+ '__TwigTemplate_15c540b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d' =>
2836
+ array (
2837
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '15' . DIRECTORY_SEPARATOR . 'c5' . DIRECTORY_SEPARATOR . '40b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d.php',
2838
+ 'c' => '__TwigTemplate_15c540b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d',
2839
+ 'i' => 'g',
2840
+ ),
2841
  '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
2842
  array (
2843
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
2844
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
2845
  'i' => 'g',
2846
  ),
2847
+ '__TwigTemplate_1e5432b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569' =>
2848
+ array (
2849
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1e' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '32b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569.php',
2850
+ 'c' => '__TwigTemplate_1e5432b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569',
2851
+ 'i' => 'g',
2852
+ ),
2853
  '__TwigTemplate_1f25bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
2854
  array (
2855
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
2868
  'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
2869
  'i' => 'g',
2870
  ),
2871
+ '__TwigTemplate_21549c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b' =>
2872
+ array (
2873
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '9c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b.php',
2874
+ 'c' => '__TwigTemplate_21549c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b',
2875
+ 'i' => 'g',
2876
+ ),
2877
  '__TwigTemplate_21cfb7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
2878
  array (
2879
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
2916
  'c' => '__TwigTemplate_2e4133d05bb6c6796937bc9a3340d448d39d5e6c81ad15c2e3e8d9fa2be2d09b',
2917
  'i' => 'g',
2918
  ),
2919
+ '__TwigTemplate_31156fa705707c85002c9a3e84ac9bb505d8ac4e69c83de90fbdf1df913bddde' =>
2920
+ array (
2921
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '31' . DIRECTORY_SEPARATOR . '15' . DIRECTORY_SEPARATOR . '6fa705707c85002c9a3e84ac9bb505d8ac4e69c83de90fbdf1df913bddde.php',
2922
+ 'c' => '__TwigTemplate_31156fa705707c85002c9a3e84ac9bb505d8ac4e69c83de90fbdf1df913bddde',
2923
+ 'i' => 'g',
2924
+ ),
2925
+ '__TwigTemplate_329deb0ec180c4f8841124bdaf197b12ef9a98a20063c07a36cdeb9375af3c8e' =>
2926
+ array (
2927
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . '9d' . DIRECTORY_SEPARATOR . 'eb0ec180c4f8841124bdaf197b12ef9a98a20063c07a36cdeb9375af3c8e.php',
2928
+ 'c' => '__TwigTemplate_329deb0ec180c4f8841124bdaf197b12ef9a98a20063c07a36cdeb9375af3c8e',
2929
+ 'i' => 'g',
2930
+ ),
2931
  '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc' =>
2932
  array (
2933
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '33' . DIRECTORY_SEPARATOR . 'e1' . DIRECTORY_SEPARATOR . '6cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc.php',
2934
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
2935
  'i' => 'g',
2936
  ),
2937
+ '__TwigTemplate_35f5b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958' =>
2938
+ array (
2939
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '35' . DIRECTORY_SEPARATOR . 'f5' . DIRECTORY_SEPARATOR . 'b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958.php',
2940
+ 'c' => '__TwigTemplate_35f5b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958',
2941
+ 'i' => 'g',
2942
+ ),
2943
+ '__TwigTemplate_3714fa01bbe4d4ffa4f03a4cba6fb9acbd490824785b969c9e705534675c60f5' =>
2944
+ array (
2945
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '37' . DIRECTORY_SEPARATOR . '14' . DIRECTORY_SEPARATOR . 'fa01bbe4d4ffa4f03a4cba6fb9acbd490824785b969c9e705534675c60f5.php',
2946
+ 'c' => '__TwigTemplate_3714fa01bbe4d4ffa4f03a4cba6fb9acbd490824785b969c9e705534675c60f5',
2947
+ 'i' => 'g',
2948
+ ),
2949
+ '__TwigTemplate_39991dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921' =>
2950
+ array (
2951
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '39' . DIRECTORY_SEPARATOR . '99' . DIRECTORY_SEPARATOR . '1dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921.php',
2952
+ 'c' => '__TwigTemplate_39991dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921',
2953
+ 'i' => 'g',
2954
+ ),
2955
+ '__TwigTemplate_3bab47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d' =>
2956
+ array (
2957
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3b' . DIRECTORY_SEPARATOR . 'ab' . DIRECTORY_SEPARATOR . '47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d.php',
2958
+ 'c' => '__TwigTemplate_3bab47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d',
2959
+ 'i' => 'g',
2960
+ ),
2961
+ '__TwigTemplate_3db2abc98bebf2598229f7823eb646fcd19a29013e42f291a4fb716af62ed841' =>
2962
+ array (
2963
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3d' . DIRECTORY_SEPARATOR . 'b2' . DIRECTORY_SEPARATOR . 'abc98bebf2598229f7823eb646fcd19a29013e42f291a4fb716af62ed841.php',
2964
+ 'c' => '__TwigTemplate_3db2abc98bebf2598229f7823eb646fcd19a29013e42f291a4fb716af62ed841',
2965
+ 'i' => 'g',
2966
+ ),
2967
+ '__TwigTemplate_3edf0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d' =>
2968
+ array (
2969
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . 'df' . DIRECTORY_SEPARATOR . '0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d.php',
2970
+ 'c' => '__TwigTemplate_3edf0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d',
2971
+ 'i' => 'g',
2972
+ ),
2973
+ '__TwigTemplate_42cc2d62917ac453dc37e65f851ce0806b738eadde254b687baf0cafa6c69f25' =>
2974
+ array (
2975
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '42' . DIRECTORY_SEPARATOR . 'cc' . DIRECTORY_SEPARATOR . '2d62917ac453dc37e65f851ce0806b738eadde254b687baf0cafa6c69f25.php',
2976
+ 'c' => '__TwigTemplate_42cc2d62917ac453dc37e65f851ce0806b738eadde254b687baf0cafa6c69f25',
2977
+ 'i' => 'g',
2978
+ ),
2979
  '__TwigTemplate_43d9a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
2980
  array (
2981
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
2988
  'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
2989
  'i' => 'g',
2990
  ),
2991
+ '__TwigTemplate_46ed759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f' =>
2992
+ array (
2993
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '46' . DIRECTORY_SEPARATOR . 'ed' . DIRECTORY_SEPARATOR . '759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f.php',
2994
+ 'c' => '__TwigTemplate_46ed759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f',
2995
+ 'i' => 'g',
2996
+ ),
2997
+ '__TwigTemplate_49294ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55' =>
2998
+ array (
2999
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '29' . DIRECTORY_SEPARATOR . '4ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55.php',
3000
+ 'c' => '__TwigTemplate_49294ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55',
3001
+ 'i' => 'g',
3002
+ ),
3003
  '__TwigTemplate_4932ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
3004
  array (
3005
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
3012
  'c' => '__TwigTemplate_4b73ad41c82ac11e1da2a2b82814007e2577ceed36443b62877d9d35f45941e0',
3013
  'i' => 'g',
3014
  ),
3015
+ '__TwigTemplate_50bcdf7b18688d7f03363125d554e239be2b183cca7633783e647ca16d98c544' =>
3016
+ array (
3017
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '50' . DIRECTORY_SEPARATOR . 'bc' . DIRECTORY_SEPARATOR . 'df7b18688d7f03363125d554e239be2b183cca7633783e647ca16d98c544.php',
3018
+ 'c' => '__TwigTemplate_50bcdf7b18688d7f03363125d554e239be2b183cca7633783e647ca16d98c544',
3019
+ 'i' => 'g',
3020
+ ),
3021
+ '__TwigTemplate_51ae339e7b73209ab3096bb8373aca1202e04782f6d750bff88dcf9ddce7b8a6' =>
3022
+ array (
3023
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '51' . DIRECTORY_SEPARATOR . 'ae' . DIRECTORY_SEPARATOR . '339e7b73209ab3096bb8373aca1202e04782f6d750bff88dcf9ddce7b8a6.php',
3024
+ 'c' => '__TwigTemplate_51ae339e7b73209ab3096bb8373aca1202e04782f6d750bff88dcf9ddce7b8a6',
3025
+ 'i' => 'g',
3026
+ ),
3027
  '__TwigTemplate_5438397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543' =>
3028
  array (
3029
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . '397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543.php',
3030
  'c' => '__TwigTemplate_5438397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543',
3031
  'i' => 'g',
3032
  ),
3033
+ '__TwigTemplate_57450188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219' =>
3034
+ array (
3035
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '57' . DIRECTORY_SEPARATOR . '45' . DIRECTORY_SEPARATOR . '0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php',
3036
+ 'c' => '__TwigTemplate_57450188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219',
3037
+ 'i' => 'g',
3038
+ ),
3039
  '__TwigTemplate_5ca1499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4' =>
3040
  array (
3041
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . 'a1' . DIRECTORY_SEPARATOR . '499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4.php',
3078
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
3079
  'i' => 'g',
3080
  ),
3081
+ '__TwigTemplate_6bc213692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255' =>
3082
+ array (
3083
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6b' . DIRECTORY_SEPARATOR . 'c2' . DIRECTORY_SEPARATOR . '13692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255.php',
3084
+ 'c' => '__TwigTemplate_6bc213692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255',
3085
+ 'i' => 'g',
3086
+ ),
3087
+ '__TwigTemplate_6c728cc5d79dcaea124ca9a9c31902afd3f3f925bfdb4245de7b1d187c686353' =>
3088
+ array (
3089
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6c' . DIRECTORY_SEPARATOR . '72' . DIRECTORY_SEPARATOR . '8cc5d79dcaea124ca9a9c31902afd3f3f925bfdb4245de7b1d187c686353.php',
3090
+ 'c' => '__TwigTemplate_6c728cc5d79dcaea124ca9a9c31902afd3f3f925bfdb4245de7b1d187c686353',
3091
+ 'i' => 'g',
3092
+ ),
3093
+ '__TwigTemplate_6cb171aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2' =>
3094
+ array (
3095
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6c' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . '71aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2.php',
3096
+ 'c' => '__TwigTemplate_6cb171aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2',
3097
+ 'i' => 'g',
3098
+ ),
3099
  '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
3100
  array (
3101
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
3102
  'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
3103
  'i' => 'g',
3104
  ),
3105
+ '__TwigTemplate_6ed17afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0' =>
3106
+ array (
3107
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0.php',
3108
+ 'c' => '__TwigTemplate_6ed17afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0',
3109
+ 'i' => 'g',
3110
+ ),
3111
  '__TwigTemplate_70fdf46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
3112
  array (
3113
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
3132
  'c' => '__TwigTemplate_788a05e53df23570bd080700c3d94ab1071e6da70305581541040dbcedef230f',
3133
  'i' => 'g',
3134
  ),
3135
+ '__TwigTemplate_7a118b4d92f97f1deee45684469b3beb98e214e0d5a32c9a259b9bcf81a41145' =>
3136
+ array (
3137
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '7a' . DIRECTORY_SEPARATOR . '11' . DIRECTORY_SEPARATOR . '8b4d92f97f1deee45684469b3beb98e214e0d5a32c9a259b9bcf81a41145.php',
3138
+ 'c' => '__TwigTemplate_7a118b4d92f97f1deee45684469b3beb98e214e0d5a32c9a259b9bcf81a41145',
3139
+ 'i' => 'g',
3140
+ ),
3141
+ '__TwigTemplate_82b0255fefe74fca92677a6a96c9e569117eabff494d93e0b5f6b38cdaaea0b0' =>
3142
+ array (
3143
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '82' . DIRECTORY_SEPARATOR . 'b0' . DIRECTORY_SEPARATOR . '255fefe74fca92677a6a96c9e569117eabff494d93e0b5f6b38cdaaea0b0.php',
3144
+ 'c' => '__TwigTemplate_82b0255fefe74fca92677a6a96c9e569117eabff494d93e0b5f6b38cdaaea0b0',
3145
+ 'i' => 'g',
3146
+ ),
3147
  '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740' =>
3148
  array (
3149
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '84' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . 'c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740.php',
3150
  'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
3151
  'i' => 'g',
3152
  ),
3153
+ '__TwigTemplate_862f5bd0aae3cdc2eb247965d6758532defae4940dfe30c68378e622f1d1148c' =>
3154
+ array (
3155
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '86' . DIRECTORY_SEPARATOR . '2f' . DIRECTORY_SEPARATOR . '5bd0aae3cdc2eb247965d6758532defae4940dfe30c68378e622f1d1148c.php',
3156
+ 'c' => '__TwigTemplate_862f5bd0aae3cdc2eb247965d6758532defae4940dfe30c68378e622f1d1148c',
3157
+ 'i' => 'g',
3158
+ ),
3159
+ '__TwigTemplate_869ac7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44' =>
3160
+ array (
3161
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '86' . DIRECTORY_SEPARATOR . '9a' . DIRECTORY_SEPARATOR . 'c7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44.php',
3162
+ 'c' => '__TwigTemplate_869ac7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44',
3163
+ 'i' => 'g',
3164
+ ),
3165
  '__TwigTemplate_8738aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
3166
  array (
3167
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
3174
  'c' => '__TwigTemplate_89d906e4eee3169b93edc33ec32aac5ff78e197d36969e2b8d0437bf2f0283a2',
3175
  'i' => 'g',
3176
  ),
3177
+ '__TwigTemplate_8ab3a406d66e131df0ce2cd5f806db207bd6b5c7b1b0a7d4aea4080218183ebd' =>
3178
+ array (
3179
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '8a' . DIRECTORY_SEPARATOR . 'b3' . DIRECTORY_SEPARATOR . 'a406d66e131df0ce2cd5f806db207bd6b5c7b1b0a7d4aea4080218183ebd.php',
3180
+ 'c' => '__TwigTemplate_8ab3a406d66e131df0ce2cd5f806db207bd6b5c7b1b0a7d4aea4080218183ebd',
3181
+ 'i' => 'g',
3182
+ ),
3183
  '__TwigTemplate_8c5c438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f' =>
3184
  array (
3185
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '8c' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . '438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f.php',
3198
  'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
3199
  'i' => 'g',
3200
  ),
3201
+ '__TwigTemplate_93a570aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b' =>
3202
+ array (
3203
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '70aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b.php',
3204
+ 'c' => '__TwigTemplate_93a570aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b',
3205
+ 'i' => 'g',
3206
+ ),
3207
+ '__TwigTemplate_93f23cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e' =>
3208
+ array (
3209
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'f2' . DIRECTORY_SEPARATOR . '3cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e.php',
3210
+ 'c' => '__TwigTemplate_93f23cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e',
3211
+ 'i' => 'g',
3212
+ ),
3213
  '__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
3214
  array (
3215
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
3216
  'c' => '__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71',
3217
  'i' => 'g',
3218
  ),
3219
+ '__TwigTemplate_948c633ce4e4a4d37fa252946c22aa053e8d78891dfc82f392b2b6b6b26c0b91' =>
3220
+ array (
3221
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '8c' . DIRECTORY_SEPARATOR . '633ce4e4a4d37fa252946c22aa053e8d78891dfc82f392b2b6b6b26c0b91.php',
3222
+ 'c' => '__TwigTemplate_948c633ce4e4a4d37fa252946c22aa053e8d78891dfc82f392b2b6b6b26c0b91',
3223
+ 'i' => 'g',
3224
+ ),
3225
  '__TwigTemplate_94e338b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f' =>
3226
  array (
3227
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . 'e3' . DIRECTORY_SEPARATOR . '38b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f.php',
3240
  'c' => '__TwigTemplate_9c3c1820db174d7efba416743bbb9bf744e8454155f8129f69296092b49c45d3',
3241
  'i' => 'g',
3242
  ),
3243
+ '__TwigTemplate_a0b5c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12' =>
3244
+ array (
3245
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a0' . DIRECTORY_SEPARATOR . 'b5' . DIRECTORY_SEPARATOR . 'c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12.php',
3246
+ 'c' => '__TwigTemplate_a0b5c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12',
3247
+ 'i' => 'g',
3248
+ ),
3249
  '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
3250
  array (
3251
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
3252
  'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
3253
  'i' => 'g',
3254
  ),
3255
+ '__TwigTemplate_a370ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f' =>
3256
  array (
3257
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a3' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f.php',
3258
+ 'c' => '__TwigTemplate_a370ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f',
3259
  'i' => 'g',
3260
  ),
3261
+ '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
3262
  array (
3263
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
3264
+ 'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
3265
  'i' => 'g',
3266
  ),
3267
  '__TwigTemplate_a845b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
3288
  'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
3289
  'i' => 'g',
3290
  ),
3291
+ '__TwigTemplate_af91c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83' =>
3292
+ array (
3293
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '91' . DIRECTORY_SEPARATOR . 'c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83.php',
3294
+ 'c' => '__TwigTemplate_af91c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83',
3295
+ 'i' => 'g',
3296
+ ),
3297
  '__TwigTemplate_b1af5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4' =>
3298
  array (
3299
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '5b1cfc01f62c430dd9a064f9459384693440bf30e05d6a34dcdfa47540e4.php',
3312
  'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
3313
  'i' => 'g',
3314
  ),
3315
+ '__TwigTemplate_b7740cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca' =>
3316
+ array (
3317
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b7' . DIRECTORY_SEPARATOR . '74' . DIRECTORY_SEPARATOR . '0cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca.php',
3318
+ 'c' => '__TwigTemplate_b7740cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca',
3319
+ 'i' => 'g',
3320
+ ),
3321
  '__TwigTemplate_c1804f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
3322
  array (
3323
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
3330
  'c' => '__TwigTemplate_c7b4ce46e9ae5c124b3dbcfdc4840954da6e06763de6bef42553c2fec4a6f949',
3331
  'i' => 'g',
3332
  ),
3333
+ '__TwigTemplate_cb6d407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990' =>
3334
+ array (
3335
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cb' . DIRECTORY_SEPARATOR . '6d' . DIRECTORY_SEPARATOR . '407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990.php',
3336
+ 'c' => '__TwigTemplate_cb6d407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990',
3337
+ 'i' => 'g',
3338
+ ),
3339
+ '__TwigTemplate_cf9e797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7' =>
3340
+ array (
3341
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . '9e' . DIRECTORY_SEPARATOR . '797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7.php',
3342
+ 'c' => '__TwigTemplate_cf9e797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7',
3343
+ 'i' => 'g',
3344
+ ),
3345
+ '__TwigTemplate_d17e18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68' =>
3346
+ array (
3347
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7e' . DIRECTORY_SEPARATOR . '18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68.php',
3348
+ 'c' => '__TwigTemplate_d17e18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68',
3349
+ 'i' => 'g',
3350
+ ),
3351
+ '__TwigTemplate_d3f3335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2' =>
3352
+ array (
3353
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd3' . DIRECTORY_SEPARATOR . 'f3' . DIRECTORY_SEPARATOR . '335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2.php',
3354
+ 'c' => '__TwigTemplate_d3f3335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2',
3355
+ 'i' => 'g',
3356
+ ),
3357
+ '__TwigTemplate_d5d752a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482' =>
3358
  array (
3359
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd5' . DIRECTORY_SEPARATOR . 'd7' . DIRECTORY_SEPARATOR . '52a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482.php',
3360
+ 'c' => '__TwigTemplate_d5d752a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482',
3361
  'i' => 'g',
3362
  ),
3363
  '__TwigTemplate_dc78b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
5039
  'i' => 'g',
5040
  'r' => 'y',
5041
  ),
5042
+ 'twig.06.37.d929bcaa80c8f95cc2e341066aa553f8bc8d62a627a097e42516253258f7' =>
5043
+ array (
5044
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '06' . DIRECTORY_SEPARATOR . '37' . DIRECTORY_SEPARATOR . 'd929bcaa80c8f95cc2e341066aa553f8bc8d62a627a097e42516253258f7.php',
5045
+ 'c' => '__TwigTemplate_0637d929bcaa80c8f95cc2e341066aa553f8bc8d62a627a097e42516253258f7',
5046
+ 'i' => 'g',
5047
+ ),
5048
  'twig.08.e4.4d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00' =>
5049
  array (
5050
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '08' . DIRECTORY_SEPARATOR . 'e4' . DIRECTORY_SEPARATOR . '4d5fc50332367b2d7e81902230ac0e7ea950ee003ec7a490752fc6534c00.php',
5063
  'c' => '__TwigTemplate_0aaa4ba5781b15aad143ead2d0ddb31cf05f6ab74784b9253fe937041083cb46',
5064
  'i' => 'g',
5065
  ),
5066
+ 'twig.0b.f1.3e890a0fe439f45409fd758ea4f0d555d2c8dfad2947a8daf7d55b2d5dbd' =>
5067
+ array (
5068
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '0b' . DIRECTORY_SEPARATOR . 'f1' . DIRECTORY_SEPARATOR . '3e890a0fe439f45409fd758ea4f0d555d2c8dfad2947a8daf7d55b2d5dbd.php',
5069
+ 'c' => '__TwigTemplate_0bf13e890a0fe439f45409fd758ea4f0d555d2c8dfad2947a8daf7d55b2d5dbd',
5070
+ 'i' => 'g',
5071
+ ),
5072
+ 'twig.0c.c6.4b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402' =>
5073
+ array (
5074
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '0c' . DIRECTORY_SEPARATOR . 'c6' . DIRECTORY_SEPARATOR . '4b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402.php',
5075
+ 'c' => '__TwigTemplate_0cc64b226b86022e2ab387c055486effa6a739b5a4e7f519aec8bdc3b1a46402',
5076
+ 'i' => 'g',
5077
+ ),
5078
+ 'twig.15.c5.40b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d' =>
5079
+ array (
5080
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '15' . DIRECTORY_SEPARATOR . 'c5' . DIRECTORY_SEPARATOR . '40b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d.php',
5081
+ 'c' => '__TwigTemplate_15c540b97f3b673d1c5b63d048cc19cdfa170289c32a08f3fd7e9922a5c3de8d',
5082
+ 'i' => 'g',
5083
+ ),
5084
  'twig.1d.b4.41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550' =>
5085
  array (
5086
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1d' . DIRECTORY_SEPARATOR . 'b4' . DIRECTORY_SEPARATOR . '41d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550.php',
5087
  'c' => '__TwigTemplate_1db441d4c46644d462caf5fabce3486fec28bb3dee4455a13411a01b9c384550',
5088
  'i' => 'g',
5089
  ),
5090
+ 'twig.1e.54.32b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569' =>
5091
+ array (
5092
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1e' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '32b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569.php',
5093
+ 'c' => '__TwigTemplate_1e5432b0e902b671ed3fcd14576f09d81b1191dde849883c977f7ecef7772569',
5094
+ 'i' => 'g',
5095
+ ),
5096
  'twig.1f.25.bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d' =>
5097
  array (
5098
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '1f' . DIRECTORY_SEPARATOR . '25' . DIRECTORY_SEPARATOR . 'bacc16e82305cef35f2d4954e3a58cf88f86b74ba3bdfdb3edd107c03a6d.php',
5111
  'c' => '__TwigTemplate_1fc7b71ee92dc515fa667ee7831c98ab6c28baf9d40bd7616eb6cebd71888ce5',
5112
  'i' => 'g',
5113
  ),
5114
+ 'twig.21.54.9c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b' =>
5115
+ array (
5116
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '9c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b.php',
5117
+ 'c' => '__TwigTemplate_21549c984e33c51910634335892378071c294cf9eda3538e86f53158bbb3db8b',
5118
+ 'i' => 'g',
5119
+ ),
5120
  'twig.21.cf.b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099' =>
5121
  array (
5122
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '21' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . 'b7e0c7543e64053052e7d3df401f7fdde0a3873bf1f837c0be10edd95099.php',
5159
  'c' => '__TwigTemplate_2e4133d05bb6c6796937bc9a3340d448d39d5e6c81ad15c2e3e8d9fa2be2d09b',
5160
  'i' => 'g',
5161
  ),
5162
+ 'twig.31.15.6fa705707c85002c9a3e84ac9bb505d8ac4e69c83de90fbdf1df913bddde' =>
5163
+ array (
5164
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '31' . DIRECTORY_SEPARATOR . '15' . DIRECTORY_SEPARATOR . '6fa705707c85002c9a3e84ac9bb505d8ac4e69c83de90fbdf1df913bddde.php',
5165
+ 'c' => '__TwigTemplate_31156fa705707c85002c9a3e84ac9bb505d8ac4e69c83de90fbdf1df913bddde',
5166
+ 'i' => 'g',
5167
+ ),
5168
+ 'twig.32.9d.eb0ec180c4f8841124bdaf197b12ef9a98a20063c07a36cdeb9375af3c8e' =>
5169
+ array (
5170
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . '9d' . DIRECTORY_SEPARATOR . 'eb0ec180c4f8841124bdaf197b12ef9a98a20063c07a36cdeb9375af3c8e.php',
5171
+ 'c' => '__TwigTemplate_329deb0ec180c4f8841124bdaf197b12ef9a98a20063c07a36cdeb9375af3c8e',
5172
+ 'i' => 'g',
5173
+ ),
5174
  'twig.33.e1.6cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc' =>
5175
  array (
5176
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '33' . DIRECTORY_SEPARATOR . 'e1' . DIRECTORY_SEPARATOR . '6cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc.php',
5177
  'c' => '__TwigTemplate_33e16cf8aa9822e97c186ffb4cb4ca897e21f410bfd489328566d22b282224cc',
5178
  'i' => 'g',
5179
  ),
5180
+ 'twig.35.f5.b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958' =>
5181
+ array (
5182
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '35' . DIRECTORY_SEPARATOR . 'f5' . DIRECTORY_SEPARATOR . 'b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958.php',
5183
+ 'c' => '__TwigTemplate_35f5b771fa3fe38ac3b01abb483d7c344c4d8911ded676dda19493aaef438958',
5184
+ 'i' => 'g',
5185
+ ),
5186
+ 'twig.37.14.fa01bbe4d4ffa4f03a4cba6fb9acbd490824785b969c9e705534675c60f5' =>
5187
+ array (
5188
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '37' . DIRECTORY_SEPARATOR . '14' . DIRECTORY_SEPARATOR . 'fa01bbe4d4ffa4f03a4cba6fb9acbd490824785b969c9e705534675c60f5.php',
5189
+ 'c' => '__TwigTemplate_3714fa01bbe4d4ffa4f03a4cba6fb9acbd490824785b969c9e705534675c60f5',
5190
+ 'i' => 'g',
5191
+ ),
5192
+ 'twig.39.99.1dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921' =>
5193
+ array (
5194
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '39' . DIRECTORY_SEPARATOR . '99' . DIRECTORY_SEPARATOR . '1dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921.php',
5195
+ 'c' => '__TwigTemplate_39991dcd7f31dc420fb1ceb814a0b27e01cfb7ef543fda3ec19e2d564a3f8921',
5196
+ 'i' => 'g',
5197
+ ),
5198
+ 'twig.3b.ab.47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d' =>
5199
+ array (
5200
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3b' . DIRECTORY_SEPARATOR . 'ab' . DIRECTORY_SEPARATOR . '47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d.php',
5201
+ 'c' => '__TwigTemplate_3bab47dfc4fbc3c5a406c1aa6b31c84f3f484fb540d2bac9f23124f34560b65d',
5202
+ 'i' => 'g',
5203
+ ),
5204
+ 'twig.3d.b2.abc98bebf2598229f7823eb646fcd19a29013e42f291a4fb716af62ed841' =>
5205
+ array (
5206
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3d' . DIRECTORY_SEPARATOR . 'b2' . DIRECTORY_SEPARATOR . 'abc98bebf2598229f7823eb646fcd19a29013e42f291a4fb716af62ed841.php',
5207
+ 'c' => '__TwigTemplate_3db2abc98bebf2598229f7823eb646fcd19a29013e42f291a4fb716af62ed841',
5208
+ 'i' => 'g',
5209
+ ),
5210
+ 'twig.3e.df.0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d' =>
5211
+ array (
5212
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . 'df' . DIRECTORY_SEPARATOR . '0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d.php',
5213
+ 'c' => '__TwigTemplate_3edf0a48ad93b6410b5057f1a865487cb6829bbba056c1f3973021023575a51d',
5214
+ 'i' => 'g',
5215
+ ),
5216
+ 'twig.42.cc.2d62917ac453dc37e65f851ce0806b738eadde254b687baf0cafa6c69f25' =>
5217
+ array (
5218
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '42' . DIRECTORY_SEPARATOR . 'cc' . DIRECTORY_SEPARATOR . '2d62917ac453dc37e65f851ce0806b738eadde254b687baf0cafa6c69f25.php',
5219
+ 'c' => '__TwigTemplate_42cc2d62917ac453dc37e65f851ce0806b738eadde254b687baf0cafa6c69f25',
5220
+ 'i' => 'g',
5221
+ ),
5222
  'twig.43.d9.a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c' =>
5223
  array (
5224
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '43' . DIRECTORY_SEPARATOR . 'd9' . DIRECTORY_SEPARATOR . 'a3164d7fa60d25b4a46b810ae815835482309c33dfad5604c4ba6055e99c.php',
5231
  'c' => '__TwigTemplate_44e780d28fcb39e51f58b8da586efcf36a11fa245f32a8e34b91a5cf80c9f32c',
5232
  'i' => 'g',
5233
  ),
5234
+ 'twig.46.ed.759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f' =>
5235
+ array (
5236
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '46' . DIRECTORY_SEPARATOR . 'ed' . DIRECTORY_SEPARATOR . '759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f.php',
5237
+ 'c' => '__TwigTemplate_46ed759a94b51b01ee816f1284b0d720be675cc825203ec0e8eeb8523a08688f',
5238
+ 'i' => 'g',
5239
+ ),
5240
+ 'twig.49.29.4ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55' =>
5241
+ array (
5242
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '29' . DIRECTORY_SEPARATOR . '4ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55.php',
5243
+ 'c' => '__TwigTemplate_49294ad9cd36d21fe430ba084a63deb5d45e92fe34f3684d5fd5e04e7ceb6b55',
5244
+ 'i' => 'g',
5245
+ ),
5246
  'twig.49.32.ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a' =>
5247
  array (
5248
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '49' . DIRECTORY_SEPARATOR . '32' . DIRECTORY_SEPARATOR . 'ea4178e92f66ddbdb1feb9ec1496773dcb031265fc870a3e981abc68ca2a.php',
5255
  'c' => '__TwigTemplate_4b73ad41c82ac11e1da2a2b82814007e2577ceed36443b62877d9d35f45941e0',
5256
  'i' => 'g',
5257
  ),
5258
+ 'twig.50.bc.df7b18688d7f03363125d554e239be2b183cca7633783e647ca16d98c544' =>
5259
+ array (
5260
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '50' . DIRECTORY_SEPARATOR . 'bc' . DIRECTORY_SEPARATOR . 'df7b18688d7f03363125d554e239be2b183cca7633783e647ca16d98c544.php',
5261
+ 'c' => '__TwigTemplate_50bcdf7b18688d7f03363125d554e239be2b183cca7633783e647ca16d98c544',
5262
+ 'i' => 'g',
5263
+ ),
5264
+ 'twig.51.ae.339e7b73209ab3096bb8373aca1202e04782f6d750bff88dcf9ddce7b8a6' =>
5265
+ array (
5266
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '51' . DIRECTORY_SEPARATOR . 'ae' . DIRECTORY_SEPARATOR . '339e7b73209ab3096bb8373aca1202e04782f6d750bff88dcf9ddce7b8a6.php',
5267
+ 'c' => '__TwigTemplate_51ae339e7b73209ab3096bb8373aca1202e04782f6d750bff88dcf9ddce7b8a6',
5268
+ 'i' => 'g',
5269
+ ),
5270
  'twig.54.38.397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543' =>
5271
  array (
5272
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '54' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . '397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543.php',
5273
  'c' => '__TwigTemplate_5438397cd9464722671fd647af1253048c35b31f97a6d5372f3c78b5bc143543',
5274
  'i' => 'g',
5275
  ),
5276
+ 'twig.57.45.0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219' =>
5277
+ array (
5278
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '57' . DIRECTORY_SEPARATOR . '45' . DIRECTORY_SEPARATOR . '0188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219.php',
5279
+ 'c' => '__TwigTemplate_57450188512a8737525f2a834d1b88782d9a19e5e6d3a9e57df3dbed47bab219',
5280
+ 'i' => 'g',
5281
+ ),
5282
  'twig.5c.a1.499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4' =>
5283
  array (
5284
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . 'a1' . DIRECTORY_SEPARATOR . '499a9c32090a9a368a28b4c13261022bf5d11f22b5211fb873b104fc70e4.php',
5321
  'c' => '__TwigTemplate_6ba7e4e0127d71c495538e6589eb4449b221341af0d97c3095751a16d5f18d65',
5322
  'i' => 'g',
5323
  ),
5324
+ 'twig.6b.c2.13692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255' =>
5325
+ array (
5326
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6b' . DIRECTORY_SEPARATOR . 'c2' . DIRECTORY_SEPARATOR . '13692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255.php',
5327
+ 'c' => '__TwigTemplate_6bc213692048b14a8dad0af573a0a98df5b904497e679d1f5ff13e379bee9255',
5328
+ 'i' => 'g',
5329
+ ),
5330
+ 'twig.6c.72.8cc5d79dcaea124ca9a9c31902afd3f3f925bfdb4245de7b1d187c686353' =>
5331
+ array (
5332
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6c' . DIRECTORY_SEPARATOR . '72' . DIRECTORY_SEPARATOR . '8cc5d79dcaea124ca9a9c31902afd3f3f925bfdb4245de7b1d187c686353.php',
5333
+ 'c' => '__TwigTemplate_6c728cc5d79dcaea124ca9a9c31902afd3f3f925bfdb4245de7b1d187c686353',
5334
+ 'i' => 'g',
5335
+ ),
5336
+ 'twig.6c.b1.71aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2' =>
5337
+ array (
5338
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6c' . DIRECTORY_SEPARATOR . 'b1' . DIRECTORY_SEPARATOR . '71aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2.php',
5339
+ 'c' => '__TwigTemplate_6cb171aa729c805f35e7a349ef5c11984f7f8eb59474c0b463ce70cd8536e0e2',
5340
+ 'i' => 'g',
5341
+ ),
5342
  'twig.6e.01.f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1' =>
5343
  array (
5344
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . '01' . DIRECTORY_SEPARATOR . 'f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1.php',
5345
  'c' => '__TwigTemplate_6e01f7b633075695c9bd632326ff59da1a8f98dcfec6a6bbfbc28b12c0bc45d1',
5346
  'i' => 'g',
5347
  ),
5348
+ 'twig.6e.d1.7afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0' =>
5349
+ array (
5350
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '6e' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0.php',
5351
+ 'c' => '__TwigTemplate_6ed17afc566bba82f63196085117e4f7492ff0fd119cd986c8f3be11f55efdb0',
5352
+ 'i' => 'g',
5353
+ ),
5354
  'twig.70.fd.f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854' =>
5355
  array (
5356
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'fd' . DIRECTORY_SEPARATOR . 'f46b19d586d910f695b6a0bf8fb906984e357f35d882adecd3846d6d2854.php',
5375
  'c' => '__TwigTemplate_788a05e53df23570bd080700c3d94ab1071e6da70305581541040dbcedef230f',
5376
  'i' => 'g',
5377
  ),
5378
+ 'twig.7a.11.8b4d92f97f1deee45684469b3beb98e214e0d5a32c9a259b9bcf81a41145' =>
5379
+ array (
5380
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '7a' . DIRECTORY_SEPARATOR . '11' . DIRECTORY_SEPARATOR . '8b4d92f97f1deee45684469b3beb98e214e0d5a32c9a259b9bcf81a41145.php',
5381
+ 'c' => '__TwigTemplate_7a118b4d92f97f1deee45684469b3beb98e214e0d5a32c9a259b9bcf81a41145',
5382
+ 'i' => 'g',
5383
+ ),
5384
+ 'twig.82.b0.255fefe74fca92677a6a96c9e569117eabff494d93e0b5f6b38cdaaea0b0' =>
5385
+ array (
5386
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '82' . DIRECTORY_SEPARATOR . 'b0' . DIRECTORY_SEPARATOR . '255fefe74fca92677a6a96c9e569117eabff494d93e0b5f6b38cdaaea0b0.php',
5387
+ 'c' => '__TwigTemplate_82b0255fefe74fca92677a6a96c9e569117eabff494d93e0b5f6b38cdaaea0b0',
5388
+ 'i' => 'g',
5389
+ ),
5390
  'twig.84.a6.c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740' =>
5391
  array (
5392
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '84' . DIRECTORY_SEPARATOR . 'a6' . DIRECTORY_SEPARATOR . 'c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740.php',
5393
  'c' => '__TwigTemplate_84a6c5284ab521b3c47b938e332f63481454c6f1376259daf34884343b8b6740',
5394
  'i' => 'g',
5395
  ),
5396
+ 'twig.86.2f.5bd0aae3cdc2eb247965d6758532defae4940dfe30c68378e622f1d1148c' =>
5397
+ array (
5398
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '86' . DIRECTORY_SEPARATOR . '2f' . DIRECTORY_SEPARATOR . '5bd0aae3cdc2eb247965d6758532defae4940dfe30c68378e622f1d1148c.php',
5399
+ 'c' => '__TwigTemplate_862f5bd0aae3cdc2eb247965d6758532defae4940dfe30c68378e622f1d1148c',
5400
+ 'i' => 'g',
5401
+ ),
5402
+ 'twig.86.9a.c7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44' =>
5403
+ array (
5404
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '86' . DIRECTORY_SEPARATOR . '9a' . DIRECTORY_SEPARATOR . 'c7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44.php',
5405
+ 'c' => '__TwigTemplate_869ac7d2b6b1d89bdcee51070c36a6ea888f629b97a5bad0c33296cf96206d44',
5406
+ 'i' => 'g',
5407
+ ),
5408
  'twig.87.38.aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4' =>
5409
  array (
5410
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '87' . DIRECTORY_SEPARATOR . '38' . DIRECTORY_SEPARATOR . 'aa294570b2a85a442a17cdfa79373b77254570956b003b0309707c0a3aa4.php',
5417
  'c' => '__TwigTemplate_89d906e4eee3169b93edc33ec32aac5ff78e197d36969e2b8d0437bf2f0283a2',
5418
  'i' => 'g',
5419
  ),
5420
+ 'twig.8a.b3.a406d66e131df0ce2cd5f806db207bd6b5c7b1b0a7d4aea4080218183ebd' =>
5421
+ array (
5422
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '8a' . DIRECTORY_SEPARATOR . 'b3' . DIRECTORY_SEPARATOR . 'a406d66e131df0ce2cd5f806db207bd6b5c7b1b0a7d4aea4080218183ebd.php',
5423
+ 'c' => '__TwigTemplate_8ab3a406d66e131df0ce2cd5f806db207bd6b5c7b1b0a7d4aea4080218183ebd',
5424
+ 'i' => 'g',
5425
+ ),
5426
  'twig.8c.5c.438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f' =>
5427
  array (
5428
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '8c' . DIRECTORY_SEPARATOR . '5c' . DIRECTORY_SEPARATOR . '438803e41f884dbf4e4b50d7b9a7360a971a329595c86d2bbcb90a37629f.php',
5441
  'c' => '__TwigTemplate_93258ffeefdb7cc88b2ceebeb99c01d6127558f2032d79cdd2c8f438717cc6a9',
5442
  'i' => 'g',
5443
  ),
5444
+ 'twig.93.a5.70aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b' =>
5445
+ array (
5446
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '70aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b.php',
5447
+ 'c' => '__TwigTemplate_93a570aa246f915b25d0cc5498a75e6e200a989b8055e168a3f0ca025a42f30b',
5448
+ 'i' => 'g',
5449
+ ),
5450
+ 'twig.93.f2.3cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e' =>
5451
+ array (
5452
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '93' . DIRECTORY_SEPARATOR . 'f2' . DIRECTORY_SEPARATOR . '3cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e.php',
5453
+ 'c' => '__TwigTemplate_93f23cf1a8174a2e643e26f4d95003178715074614b7db6a07d5167ccf4a8b7e',
5454
+ 'i' => 'g',
5455
+ ),
5456
  'twig.94.3e.432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71' =>
5457
  array (
5458
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '3e' . DIRECTORY_SEPARATOR . '432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71.php',
5459
  'c' => '__TwigTemplate_943e432a0dcbd7fe60a569412aaad985e131799f5363073300d0a6cd788b4d71',
5460
  'i' => 'g',
5461
  ),
5462
+ 'twig.94.8c.633ce4e4a4d37fa252946c22aa053e8d78891dfc82f392b2b6b6b26c0b91' =>
5463
+ array (
5464
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . '8c' . DIRECTORY_SEPARATOR . '633ce4e4a4d37fa252946c22aa053e8d78891dfc82f392b2b6b6b26c0b91.php',
5465
+ 'c' => '__TwigTemplate_948c633ce4e4a4d37fa252946c22aa053e8d78891dfc82f392b2b6b6b26c0b91',
5466
+ 'i' => 'g',
5467
+ ),
5468
  'twig.94.e3.38b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f' =>
5469
  array (
5470
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . '94' . DIRECTORY_SEPARATOR . 'e3' . DIRECTORY_SEPARATOR . '38b1a3d5ab95d107882593741558f9a845846750edd3d58a9fc2a65b4c5f.php',
6419
  'c' => 'Twig_TokenStream',
6420
  'i' => 'g',
6421
  ),
6422
+ 'twig.a0.b5.c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12' =>
6423
+ array (
6424
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a0' . DIRECTORY_SEPARATOR . 'b5' . DIRECTORY_SEPARATOR . 'c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12.php',
6425
+ 'c' => '__TwigTemplate_a0b5c5f142553bce77d9ecb2d6ce8b7a93ce48a0598b12e09b72553299358e12',
6426
+ 'i' => 'g',
6427
+ ),
6428
  'twig.a2.d6.3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd' =>
6429
  array (
6430
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a2' . DIRECTORY_SEPARATOR . 'd6' . DIRECTORY_SEPARATOR . '3fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd.php',
6431
  'c' => '__TwigTemplate_a2d63fbda218850f7e089e33254a2a7e597c13d99697a035b078e57b486b58fd',
6432
  'i' => 'g',
6433
  ),
6434
+ 'twig.a3.70.ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f' =>
6435
  array (
6436
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a3' . DIRECTORY_SEPARATOR . '70' . DIRECTORY_SEPARATOR . 'ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f.php',
6437
+ 'c' => '__TwigTemplate_a370ab0617601b3ce5e7887582c71bde1106963956baa13cd4fc1bffe5a0a57f',
6438
  'i' => 'g',
6439
  ),
6440
+ 'twig.a5.4f.aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a' =>
6441
  array (
6442
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'a5' . DIRECTORY_SEPARATOR . '4f' . DIRECTORY_SEPARATOR . 'aca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a.php',
6443
+ 'c' => '__TwigTemplate_a54faca929c567a44d5e4e2e7cf06d45c14508bd3d07f5bdfb60a7ddce3ec07a',
6444
  'i' => 'g',
6445
  ),
6446
  'twig.a8.45.b81d2c33eedd005263926a03c59262ab19f88a1b32214b021315fba4a629' =>
6467
  'c' => '__TwigTemplate_aa616d3f918f480e4f6f0dabdeee1324d87d759ec18352a21a1cfcee8802f528',
6468
  'i' => 'g',
6469
  ),
6470
+ 'twig.af.91.c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83' =>
6471
+ array (
6472
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'af' . DIRECTORY_SEPARATOR . '91' . DIRECTORY_SEPARATOR . 'c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83.php',
6473
+ 'c' => '__TwigTemplate_af91c04e4ada13bcc6fc2d99142467f2d7aa2f7dc5b5e55b0cfab5398039de83',
6474
+ 'i' => 'g',
6475
+ ),
6476
  'twig.ai1ec-extension' =>
6477
  array (
6478
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'ai1ec-extension.php',
6497
  'c' => '__TwigTemplate_b69bc1a2e974a2cc888cbb54b361d86981c0c2cc33fd8a93ba2368fb485deacb',
6498
  'i' => 'g',
6499
  ),
6500
+ 'twig.b7.74.0cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca' =>
6501
+ array (
6502
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'b7' . DIRECTORY_SEPARATOR . '74' . DIRECTORY_SEPARATOR . '0cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca.php',
6503
+ 'c' => '__TwigTemplate_b7740cbe0a1d12ad983e03d0c9bb369ea941ba9f941c5cf86a696dff0bf8fbca',
6504
+ 'i' => 'g',
6505
+ ),
6506
  'twig.c1.80.4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c' =>
6507
  array (
6508
  'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'c1' . DIRECTORY_SEPARATOR . '80' . DIRECTORY_SEPARATOR . '4f545c5b33b8114cc21fe6cb5c59952fa8c7d680d237c3ca4d3f63b96c1c.php',
6522
  'i' => 'g',
6523
  'r' => 'y',
6524
  ),
6525
+ 'twig.cb.6d.407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990' =>
6526
+ array (
6527
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cb' . DIRECTORY_SEPARATOR . '6d' . DIRECTORY_SEPARATOR . '407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990.php',
6528
+ 'c' => '__TwigTemplate_cb6d407da76863fefdcf32705abf50873f55ca4a7aaee29919bff38771bc5990',
6529
+ 'i' => 'g',
6530
+ ),
6531
+ 'twig.cf.9e.797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7' =>
6532
+ array (
6533
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'cf' . DIRECTORY_SEPARATOR . '9e' . DIRECTORY_SEPARATOR . '797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7.php',
6534
+ 'c' => '__TwigTemplate_cf9e797599131d5cc2805a27b7f8ba6551f70b0a339a263a0186f575ab3fc4e7',
6535
+ 'i' => 'g',
6536
+ ),
6537
+ 'twig.d1.7e.18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68' =>
6538
+ array (
6539
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd1' . DIRECTORY_SEPARATOR . '7e' . DIRECTORY_SEPARATOR . '18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68.php',
6540
+ 'c' => '__TwigTemplate_d17e18699bb993718ba965d9361d31c10b44921f8fe8eb0781ccafb2fee8fd68',
6541
+ 'i' => 'g',
6542
+ ),
6543
+ 'twig.d3.f3.335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2' =>
6544
+ array (
6545
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd3' . DIRECTORY_SEPARATOR . 'f3' . DIRECTORY_SEPARATOR . '335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2.php',
6546
+ 'c' => '__TwigTemplate_d3f3335fc71118036792c4c9e75e0e70bf7091b1f569bd5590c98f0e54d84cb2',
6547
+ 'i' => 'g',
6548
+ ),
6549
+ 'twig.d5.d7.52a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482' =>
6550
  array (
6551
+ 'f' => AI1EC_PATH . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR . 'twig' . DIRECTORY_SEPARATOR . 'd5' . DIRECTORY_SEPARATOR . 'd7' . DIRECTORY_SEPARATOR . '52a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482.php',
6552
+ 'c' => '__TwigTemplate_d5d752a8ad80734954cb45cc46492036db7869bbe1923929a300900e979b8482',
6553
  'i' => 'g',
6554
  ),
6555
  'twig.dc.78.b950182efb8f436b144938fb0dc48cf395d7daabe20293234dbcf2b26545' =>
lib/import-export/ics.php CHANGED
@@ -267,10 +267,7 @@ class Ai1ec_Ics_Import_Export_Engine
267
  $feed->import_timezone ? $forced_timezone : null
268
  );
269
  if ( false === $start || false === $end ) {
270
- throw new Ai1ec_Parse_Exception(
271
- 'Failed to parse one or more dates given timezone "' .
272
- var_export( $event_timezone, true ) . '"'
273
- );
274
  continue;
275
  }
276
 
267
  $feed->import_timezone ? $forced_timezone : null
268
  );
269
  if ( false === $start || false === $end ) {
270
+ array_push ( $messages, $e->getProperty( 'summary' )." - Failed to parse one or more dates to timezone: ".var_export( $event_timezone, true ) );
 
 
 
271
  continue;
272
  }
273
 
lib/news/feed.php CHANGED
@@ -24,11 +24,11 @@ class Ai1ec_News_Feed {
24
  ABSPATH . WPINC . DIRECTORY_SEPARATOR . 'class-simplepie.php'
25
  );
26
  $cache = $this->get_transient_name( $feed );
27
- $result = get_transient( $cache );
28
  if ( false === $result || AI1EC_DEBUG ) {
29
  $result = $this->fetch_feed( $limit, $feed );
30
  $expiration = $this->get_expiration( $feed );
31
- set_transient( $cache, $result, $expiration );
32
  }
33
  return $result;
34
  }
@@ -90,4 +90,4 @@ class Ai1ec_News_Feed {
90
  return $expiration;
91
  }
92
 
93
- }
24
  ABSPATH . WPINC . DIRECTORY_SEPARATOR . 'class-simplepie.php'
25
  );
26
  $cache = $this->get_transient_name( $feed );
27
+ $result = get_site_transient( $cache );
28
  if ( false === $result || AI1EC_DEBUG ) {
29
  $result = $this->fetch_feed( $limit, $feed );
30
  $expiration = $this->get_expiration( $feed );
31
+ set_site_transient( $cache, $result, $expiration );
32
  }
33
  return $result;
34
  }
90
  return $expiration;
91
  }
92
 
93
+ }
lib/recurrence/rule.php CHANGED
@@ -178,8 +178,9 @@ class Ai1ec_Recurrence_Rule extends Ai1ec_Base {
178
  )
179
  ->format_i18n( $date_format );
180
  }
 
181
  // append dates to the string and return it;
182
- return implode( ', ', $dates_to_add );
183
  }
184
 
185
  /**
178
  )
179
  ->format_i18n( $date_format );
180
  }
181
+ $dates_to_add = str_replace( ' ', '&nbsp;', $dates_to_add );
182
  // append dates to the string and return it;
183
+ return implode( '; ', $dates_to_add );
184
  }
185
 
186
  /**
lib/twig/ai1ec-extension.php CHANGED
@@ -58,6 +58,9 @@ class Ai1ec_Twig_Ai1ec_Extension extends Twig_Extension {
58
  new Twig_SimpleFilter( 'year', array( $this, 'year' ) ),
59
  new Twig_SimpleFilter( 'theme_img_url', array( $this, 'theme_img_url' ) ),
60
  new Twig_SimpleFilter( 'date_i18n', array( $this, 'date_i18n' ) ),
 
 
 
61
  new Twig_SimpleFilter( '__', 'Ai1ec_I18n::__' ),
62
  );
63
  }
@@ -309,6 +312,21 @@ class Ai1ec_Twig_Ai1ec_Extension extends Twig_Extension {
309
  return $string;
310
  }
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  /**
313
  * Displays a screen icon.
314
  *
@@ -399,4 +417,4 @@ class Ai1ec_Twig_Ai1ec_Extension extends Twig_Extension {
399
  public function ai1ec_disable_content_output() {
400
  $this->_registry->get( 'calendar.state' )->set_append_content( false );
401
  }
402
- }
58
  new Twig_SimpleFilter( 'year', array( $this, 'year' ) ),
59
  new Twig_SimpleFilter( 'theme_img_url', array( $this, 'theme_img_url' ) ),
60
  new Twig_SimpleFilter( 'date_i18n', array( $this, 'date_i18n' ) ),
61
+ new Twig_SimpleFilter( 'dropdown_filter', array( $this, 'dropdown_filter' ),
62
+ array( 'is_safe' => array( 'html' ) )
63
+ ),
64
  new Twig_SimpleFilter( '__', 'Ai1ec_I18n::__' ),
65
  );
66
  }
312
  return $string;
313
  }
314
 
315
+ /**
316
+ * Filter string allowing ampersand symbols to be displayed.
317
+ * at end of truncation.
318
+ *
319
+ * @param string $string String to process.
320
+ * @return string
321
+ */
322
+ public function dropdown_filter(
323
+ $string
324
+ ) {
325
+ $string = htmlspecialchars( $string );
326
+ $string = preg_replace( '/&amp;/', '&', $string );
327
+ return $string;
328
+ }
329
+
330
  /**
331
  * Displays a screen icon.
332
  *
417
  public function ai1ec_disable_content_output() {
418
  $this->_registry->get( 'calendar.state' )->set_append_content( false );
419
  }
420
+ }
public/admin/plugins/ics/import_feed.php CHANGED
@@ -16,7 +16,7 @@
16
  <div class="ai1ec-feed-container ai1ec-well ai1ec-well-sm ai1ec-clearfix">
17
  <?php _e(
18
  '<b>You don\'t have a subscription for this feature.</b><br>
19
- Please <a href="https://time.ly/pricing">upgrade here</a> to a plan that
20
  supports "Import Feeds".', AI1EC_PLUGIN_NAME )
21
  ?>
22
  </div>
@@ -26,7 +26,7 @@
26
  <div class="ai1ec-feed-container ai1ec-well ai1ec-well-sm ai1ec-clearfix">
27
  <?php _e(
28
  '<b>You have reached the limit of how many feeds you can import.</b><br>
29
- Please <a href="https://time.ly/pricing">upgrade here</a> to a plan that
30
  supports more feeds.', AI1EC_PLUGIN_NAME )
31
  ?>
32
  </div>
16
  <div class="ai1ec-feed-container ai1ec-well ai1ec-well-sm ai1ec-clearfix">
17
  <?php _e(
18
  '<b>You don\'t have a subscription for this feature.</b><br>
19
+ Please <a href="https://time.ly/pricing/">upgrade here</a> to a plan that
20
  supports "Import Feeds".', AI1EC_PLUGIN_NAME )
21
  ?>
22
  </div>
26
  <div class="ai1ec-feed-container ai1ec-well ai1ec-well-sm ai1ec-clearfix">
27
  <?php _e(
28
  '<b>You have reached the limit of how many feeds you can import.</b><br>
29
+ Please <a href="https://time.ly/pricing/">upgrade here</a> to a plan that
30
  supports more feeds.', AI1EC_PLUGIN_NAME )
31
  ?>
32
  </div>
public/admin/twig/form-elements/select.twig CHANGED
@@ -26,11 +26,11 @@
26
  </optgroup>
27
  {% else %}
28
  <option
29
- value="{{ option.value }}"
30
  {% for attribute, value in option.args %}
31
  {{ attribute }}="{{ value }}"
32
  {% endfor %}
33
- >{{ option.text }}</option>
34
  {% endif %}
35
  {% endfor %}
36
  </select>
26
  </optgroup>
27
  {% else %}
28
  <option
29
+ value="{{ option.value | dropdown_filter }}"
30
  {% for attribute, value in option.args %}
31
  {{ attribute }}="{{ value }}"
32
  {% endfor %}
33
+ >{{ option.text | dropdown_filter }}</option>
34
  {% endif %}
35
  {% endfor %}
36
  </select>
public/js/pages/add_new_event.js CHANGED
@@ -161,4 +161,4 @@ CONDITIONS OF ANY KIND, either express or implied. See the Apache License and th
161
  the specific language governing permissions and limitations under the Apache License and the GPL License.
162
  */
163
 
164
- timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("scripts/add_new_event/event_location/input_coordinates_utility_functions",["jquery_timely","ai1ec_config","libs/utils"],function(e,t,n){var r=function(){e("#ai1ec_input_coordinates:checked").length>0&&e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){this.value=n.convert_comma_to_dot(this.value)})},i=function(t,n){var r=e("<div />",{text:n,"class":"ai1ec-error"});e(t).after(r)},s=function(t,n){t.target.id==="post"&&(t.stopImmediatePropagation(),t.preventDefault(),e("#publish").removeClass("button-primary-disabled"),e("#publish").siblings(".spinner").css("visibility","hidden")),e(n).focus()},o=function(){var t=n.field_has_value("ai1ec_address"),r=!0;return e("input.ai1ec-coordinates").each(function(){var e=n.field_has_value(this.id);e||(r=!1)}),t||r},u=function(n){var r=!0,o=!1;return e("#ai1ec_input_coordinates:checked").length>0&&(e("div.ai1ec-error").remove(),e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){var n=e(this).hasClass("latitude"),s=n?t.error_message_not_entered_lat:t.error_message_not_entered_long;this.value===""&&(r=!1,o===!1&&(o=this),i(this,s))})),r===!1&&s(n,o),r},a=function(r){if(e("#ai1ec_input_coordinates:checked").length===1){e("div.ai1ec-error").remove();var o=!0,u=!1,a=!1;return e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){if(this.value===""){a=!0;return}var r=e(this).hasClass("latitude"),s=r?t.error_message_not_valid_lat:t.error_message_not_valid_long;n.is_valid_coordinate(this.value,r)||(o=!1,u===!1&&(u=this),i(this,s))}),o===!1&&s(r,u),a===!0&&(o=!1),o}};return{ai1ec_convert_commas_to_dots_for_coordinates:r,ai1ec_show_error_message_after_element:i,check_if_address_or_coordinates_are_set:o,ai1ec_check_lat_long_fields_filled_when_publishing_event:u,ai1ec_check_lat_long_ok_for_search:a}}),timely.define("external_libs/jquery.autocomplete_geomod",["jquery_timely"],function(e){e.fn.extend({autocomplete:function(t,n){var r=typeof t=="string";return n=e.extend({},e.Autocompleter.defaults,{url:r?t:null,data:r?null:t,delay:r?e.Autocompleter.defaults.delay:10,max:n&&!n.scroll?10:150},n),n.highlight=n.highlight||function(e){return e},n.formatMatch=n.formatMatch||n.formatItem,this.each(function(){new e.Autocompleter(this,n)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),e.Autocompleter=function(t,n){function d(){var r=h.selected();if(!r)return!1;var s=r.result;o=s;if(n.multiple){var u=m(i.val());if(u.length>1){var a=n.multipleSeparator.length,f=e(t).selection().start,l,c=0;e.each(u,function(e,t){c+=t.length;if(f<=c)return l=e,!1;c+=a}),u[l]=s,s=u.join(n.multipleSeparator)}s+=n.multipleSeparator}return i.val(s),w(),i.trigger("result",[r.data,r.value]),!0}function v(e,t){if(f==r.DEL){h.hide();return}var s=i.val();if(!t&&s==o)return;o=s,s=g(s),s.length>=n.minChars?(i.addClass(n.loadingClass),n.matchCase||(s=s.toLowerCase()),S(s,E,w)):(T(),h.hide())}function m(t){return t?n.multiple?e.map(t.split(n.multipleSeparator),function(n){return e.trim(t).length?e.trim(n):null}):[e.trim(t)]:[""]}function g(r){if(!n.multiple)return r;var i=m(r);if(i.length==1)return i[0];var s=e(t).selection().start;return s==r.length?i=m(r):i=m(r.replace(r.substring(s),"")),i[i.length-1]}function y(s,u){n.autoFill&&g(i.val()).toLowerCase()==s.toLowerCase()&&f!=r.BACKSPACE&&(i.val(i.val()+u.substring(g(o).length)),e(t).selection(o.length,o.length+u.length))}function b(){clearTimeout(s),s=setTimeout(w,200)}function w(){var e=h.visible();h.hide(),clearTimeout(s),T(),n.mustMatch&&i.search(function(e){if(!e)if(n.multiple){var t=m(i.val()).slice(0,-1);i.val(t.join(n.multipleSeparator)+(t.length?n.multipleSeparator:""))}else i.val(""),i.trigger("result",null)})}function E(e,t){t&&t.length&&a?(T(),h.display(t,e),y(e,t[0].value),h.show()):w()}function S(r,i,s){n.matchCase||(r=r.toLowerCase());var o=u.load(r);if(o&&o.length)i(r,o);else if(n.geocoder){var a=g(r),f={address:a};n.region&&(f.region=n.region),n.geocoder.geocode(f,function(e,t){var s=n.parse(e,t,a);u.add(r,s),i(r,s)})}else if(typeof n.url=="string"&&n.url.length>0){var l={timestamp:+(new Date)};e.each(n.extraParams,function(e,t){l[e]=typeof t=="function"?t():t}),e.ajax({mode:"abort",port:"autocomplete"+t.name,dataType:n.dataType,url:n.url,data:e.extend({q:g(r),limit:n.max},l),success:function(e){var t=n.parse&&n.parse(e)||x(e);u.add(r,t),i(r,t)}})}else h.emptyList(),s(r)}function x(t){var r=[],i=t.split("\n");for(var s=0;s<i.length;s++){var o=e.trim(i[s]);o&&(o=o.split("|"),r[r.length]={data:o,value:o[0],result:n.formatResult&&n.formatResult(o,o[0])||o[0]})}return r}function T(){i.removeClass(n.loadingClass)}var r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},i=e(t).attr("autocomplete","off").addClass(n.inputClass),s,o="",u=e.Autocompleter.Cache(n),a=0,f,l=navigator.userAgent.match(/opera/i),c={mouseDownOnSelect:!1},h=e.Autocompleter.Select(n,t,d,c),p;l&&e(t.form).bind("submit.autocomplete",function(){if(p)return p=!1,!1}),i.bind((l?"keypress":"keydown")+".autocomplete",function(t){a=1,f=t.keyCode;switch(t.keyCode){case r.UP:t.preventDefault(),h.visible()?h.prev():v(0,!0);break;case r.DOWN:t.preventDefault(),h.visible()?h.next():v(0,!0);break;case r.PAGEUP:t.preventDefault(),h.visible()?h.pageUp():v(0,!0);break;case r.PAGEDOWN:t.preventDefault(),h.visible()?h.pageDown():v(0,!0);break;case n.multiple&&e.trim(n.multipleSeparator)==","&&r.COMMA:case r.TAB:case r.RETURN:if(d())return t.preventDefault(),p=!0,!1;break;case r.ESC:h.hide();break;default:clearTimeout(s),s=setTimeout(v,n.delay)}}).focus(function(){a++}).blur(function(){a=0,c.mouseDownOnSelect||b()}).click(function(){a++>1&&!h.visible()&&v(0,!0)}).bind("search",function(){function n(e,n){var r;if(n&&n.length)for(var s=0;s<n.length;s++)if(n[s].result.toLowerCase()==e.toLowerCase()){r=n[s];break}typeof t=="function"?t(r):i.trigger("result",r&&[r.data,r.value])}var t=arguments.length>1?arguments[1]:null;e.each(m(i.val()),function(e,t){S(t,n,n)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){e.extend(n,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){h.unbind(),i.unbind(),e(t.form).unbind(".autocomplete")})},e.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(e){return e[0]},formatMatch:null,autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(e,t){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:180},e.Autocompleter.Cache=function(t){function i(e,n){t.matchCase||(e=e.toLowerCase());var r=e.indexOf(n);return t.matchContains=="word"&&(r=e.toLowerCase().search("\\b"+n.toLowerCase())),r==-1?!1:r==0||t.matchContains}function s(e,i){r>t.cacheLength&&u(),n[e]||r++,n[e]=i}function o(){if(!t.data)return!1;var n={},r=0;t.url||(t.cacheLength=1),n[""]=[];for(var i=0,o=t.data.length;i<o;i++){var u=t.data[i];u=typeof u=="string"?[u]:u;var a=t.formatMatch(u,i+1,t.data.length);if(a===!1)continue;var f=a.charAt(0).toLowerCase();n[f]||(n[f]=[]);var l={value:a,data:u,result:t.formatResult&&t.formatResult(u)||a};n[f].push(l),r++<t.max&&n[""].push(l)}e.each(n,function(e,n){t.cacheLength++,s(e,n)})}function u(){n={},r=0}var n={},r=0;return setTimeout(o,25),{flush:u,add:s,populate:o,load:function(s){if(!t.cacheLength||!r)return null;if(!t.url&&t.matchContains){var o=[];for(var u in n)if(u.length>0){var a=n[u];e.each(a,function(e,t){i(t.value,s)&&o.push(t)})}return o}if(n[s])return n[s];if(t.matchSubset)for(var f=s.length-1;f>=t.minChars;f--){var a=n[s.substr(0,f)];if(a){var o=[];return e.each(a,function(e,t){i(t.value,s)&&(o[o.length]=t)}),o}}return null}}},e.Autocompleter.Select=function(t,n,r,i){function p(){if(!l)return;c=e("<div/>").hide().addClass(t.resultsClass).css("position","absolute").appendTo(document.body),h=e("<ul/>").appendTo(c).mouseover(function(t){d(t).nodeName&&d(t).nodeName.toUpperCase()=="LI"&&(u=e("li",h).removeClass(s.ACTIVE).index(d(t)),e(d(t)).addClass(s.ACTIVE))}).click(function(t){return e(d(t)).addClass(s.ACTIVE),r(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),t.width>0&&c.css("width",t.width),l=!1}function d(e){var t=e.target;while(t&&t.tagName!="LI")t=t.parentNode;return t?t:[]}function v(e){o.slice(u,u+1).removeClass(s.ACTIVE),m(e);var n=o.slice(u,u+1).addClass(s.ACTIVE);if(t.scroll){var r=0;o.slice(0,u).each(function(){r+=this.offsetHeight}),r+n[0].offsetHeight-h.scrollTop()>h[0].clientHeight?h.scrollTop(r+n[0].offsetHeight-h.innerHeight()):r<h.scrollTop()&&h.scrollTop(r)}}function m(e){u+=e,u<0?u=o.size()-1:u>=o.size()&&(u=0)}function g(e){return t.max&&t.max<e?t.max:e}function y(){h.empty();var n=g(a.length);for(var r=0;r<n;r++){if(!a[r])continue;var i=t.formatItem(a[r].data,r+1,n,a[r].value,f);if(i===!1)continue;var l=e("<li/>").html(t.highlight(i,f)).addClass(r%2==0?"ac_even":"ac_odd").appendTo(h)[0];e.data(l,"ac_data",a[r])}o=h.find("li"),t.selectFirst&&(o.slice(0,1).addClass(s.ACTIVE),u=0),e.fn.bgiframe&&h.bgiframe()}var s={ACTIVE:"ac_over"},o,u=-1,a,f="",l=!0,c,h;return{display:function(e,t){p(),a=e,f=t,y()},next:function(){v(1)},prev:function(){v(-1)},pageUp:function(){u!=0&&u-8<0?v(-u):v(-8)},pageDown:function(){u!=o.size()-1&&u+8>o.size()?v(o.size()-1-u):v(8)},hide:function(){c&&c.hide(),o&&o.removeClass(s.ACTIVE),u=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(o.filter("."+s.ACTIVE)[0]||t.selectFirst&&o[0])},show:function(){var r=e(n).offset();c.css({width:typeof t.width=="string"||t.width>0?t.width:e(n).width(),top:r.top+n.offsetHeight,left:r.left}).show();if(t.scroll){h.scrollTop(0),h.css({maxHeight:t.scrollHeight,overflow:"auto"});if(navigator.userAgent.match(/msie/i)&&typeof document.body.style.maxHeight=="undefined"){var i=0;o.each(function(){i+=this.offsetHeight});var s=i>t.scrollHeight;h.css("height",s?t.scrollHeight:i),s||o.width(h.width()-parseInt(o.css("padding-left"))-parseInt(o.css("padding-right")))}}},selected:function(){var t=o&&o.filter("."+s.ACTIVE).removeClass(s.ACTIVE);return t&&t.length&&e.data(t[0],"ac_data")},emptyList:function(){h&&h.empty()},unbind:function(){c&&c.remove()}}},e.fn.selection=function(e,t){if(e!==undefined)return this.each(function(){if(this.createTextRange){var n=this.createTextRange();t===undefined||e==t?(n.move("character",e),n.select()):(n.collapse(!0),n.moveStart("character",e),n.moveEnd("character",t),n.select())}else this.setSelectionRange?this.setSelectionRange(e,t):this.selectionStart&&(this.selectionStart=e,this.selectionEnd=t)});var n=this[0];if(n.createTextRange){var r=document.selection.createRange(),i=n.value,s="<->",o=r.text.length;r.text=s;var u=n.value.indexOf(s);return n.value=i,this.selection(u,u+o),{start:u,end:u+o}}if(n.selectionStart!==undefined)return{start:n.selectionStart,end:n.selectionEnd}}}),timely.define("external_libs/geo_autocomplete",["jquery_timely","external_libs/jquery.autocomplete_geomod"],function(e){e.fn.extend({geo_autocomplete:function(t,n){return options=e.extend({},e.Autocompleter.defaults,{geocoder:t,mapwidth:100,mapheight:100,maptype:"terrain",mapkey:"ABQIAAAAbnvDoAoYOSW2iqoXiGTpYBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQNumU68AwGqjbSNF9YO8NokKst8w",mapsensor:!1,parse:function(t,n,r){var i=[];return t&&n&&n=="OK"&&e.each(t,function(t,n){if(n.geometry&&n.geometry.viewport){var s=n.formatted_address.split(","),o=s[0];e.each(s,function(t,n){if(n.toLowerCase().indexOf(r.toLowerCase())!=-1)return o=e.trim(n),!1}),i.push({data:n,value:o,result:o})}}),i},formatItem:function(e,t,n,r){var i="https://maps.google.com/maps/api/staticmap?visible="+e.geometry.viewport.getSouthWest().toUrlValue()+"|"+e.geometry.viewport.getNorthEast().toUrlValue()+"&size="+options.mapwidth+"x"+options.mapheight+"&maptype="+options.maptype+"&key="+options.mapkey+"&sensor="+(options.mapsensor?"true":"false"),s=e.formatted_address.replace(/,/gi,",<br/>");return'<img src="'+i+'" width="'+options.mapwidth+'" height="'+options.mapheight+'" /> '+s+'<br clear="both"/>'}},n),options.highlight=options.highlight||function(e){return e},options.formatMatch=options.formatMatch||options.formatItem,options.resultsClass="ai1ec-geo-ac-results-not-ready",this.each(function(){e(this).one("focus",function(){var t=setInterval(function(){var n=e(".ai1ec-geo-ac-results-not-ready");n.length&&(n.removeClass("ai1ec-geo-ac-results-not-ready").addClass("ai1ec-geo-ac-results").children("ul").addClass("ai1ec-dropdown-menu"),clearInterval(t))},500)}),new e.Autocompleter(this,options)})}})}),timely.define("scripts/add_new_event/event_location/gmaps_helper",["jquery_timely","domReady","ai1ec_config","scripts/add_new_event/event_location/input_coordinates_utility_functions","external_libs/jquery.autocomplete_geomod","external_libs/geo_autocomplete"],function(e,t,n,r){var i,s,o,u,a,f,l=function(t){e("#ai1ec_latitude").val(t.latLng.lat()),e("#ai1ec_longitude").val(t.latLng.lng()),e("#ai1ec_input_coordinates:checked").length===0&&e("#ai1ec_input_coordinates").trigger("click")},c=function(){n.disable_autocompletion||e("#ai1ec_address").geo_autocomplete(new google.maps.Geocoder,{selectFirst:!1,minChars:3,cacheLength:50,width:300,scroll:!0,scrollHeight:330,region:n.region}).result(function(e,t){t&&p(t)}).change(function(){if(e(this).val().length>0){var t=e(this).val();i.geocode({address:t,region:n.region},function(e,t){t===google.maps.GeocoderStatus.OK&&p(e[0])})}})},h=function(){i=new google.maps.Geocoder,s=new google.maps.LatLng(9.965,-83.327),o={zoom:0,mapTypeId:google.maps.MapTypeId.ROADMAP,center:s},t(function(){e("#ai1ec_map_canvas").length>0&&(u=new google.maps.Map(e("#ai1ec_map_canvas").get(0),o),a=new google.maps.Marker({map:u,draggable:!0}),google.maps.event.addListener(a,"dragend",l),a.setPosition(s),c(),v(),e('a[href="#ai1ec-event-location-box"]').on("click",function(){window.setTimeout(function(){google.maps.event.trigger(u,"resize"),u.setCenter(a.getPosition())},150)}))})},p=function(t){u.setCenter(t.geometry.location),u.setZoom(15),a.setPosition(t.geometry.location),e("#ai1ec_address").val(t.formatted_address),e("#ai1ec_latitude").val(t.geometry.location.lat()),e("#ai1ec_longitude").val(t.geometry.location.lng()),e("#ai1ec_input_coordinates").is(":checked")||e("#ai1ec_input_coordinates").click();var n="",r="",i="",s=0,o=0,f="",l;for(var c=0;c<t.address_components.length;c++)switch(t.address_components[c].types[0]){case"street_number":n=t.address_components[c].long_name;break;case"route":r=t.address_components[c].long_name;break;case"locality":i=t.address_components[c].long_name;break;case"administrative_area_level_1":f=t.address_components[c].long_name;break;case"postal_code":s=t.address_components[c].long_name;break;case"country":l=t.address_components[c].short_name,o=t.address_components[c].long_name}var h=n.length>0?n+" ":"";h+=r.length>0?r:"",s=s!==0?s:"",e("#ai1ec_city").val(i),e("#ai1ec_province").val(f),e("#ai1ec_postal_code").val(s),e("#ai1ec_country").val(o),e("#ai1ec_country_short").val(l)},d=function(){var t=parseFloat(e("#ai1ec_latitude").val()),n=parseFloat(e("#ai1ec_longitude").val()),r=new google.maps.LatLng(t,n);u.setCenter(r),u.setZoom(15),a.setPosition(r)},v=function(){e("#ai1ec_input_coordinates:checked").length===0?(e("#ai1ec_table_coordinates").hide(),e("#ai1ec_address").change()):d()},m=function(){return a},g=function(){return f};return{init_gmaps:h,ai1ec_update_map_from_coordinates:d,get_marker:m,get_position:g}}),timely.define("scripts/add_new_event/event_location/input_coordinates_event_handlers",["jquery_timely","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_location/gmaps_helper","ai1ec_config"],function(e,t,n,r){var i=function(t){this.checked?e(".ai1ec-map-preview").addClass("ai1ec-map-visible"):e(".ai1ec-map-preview").removeClass("ai1ec-map-visible")},s=function(t){this.checked?e("#ai1ec_table_coordinates").fadeIn("fast"):e("#ai1ec_table_coordinates").fadeOut("fast")},o=function(e){t.ai1ec_convert_commas_to_dots_for_coordinates();var r=t.ai1ec_check_lat_long_ok_for_search(e);r===!0&&n.ai1ec_update_map_from_coordinates()};return{toggle_visibility_of_google_map_on_click:i,toggle_visibility_of_coordinate_fields_on_click:s,update_map_from_coordinates_on_blur:o}}),timely.define("external_libs/jquery.calendrical_timespan",["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&laquo;</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&raquo;</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",function(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}}),timely.define("scripts/add_new_event/event_date_time/date_time_utility_functions",["jquery_timely","ai1ec_config","libs/utils","external_libs/jquery.calendrical_timespan"],function(e,t,n,r){var i=n.get_ajax_url(),s=function(t,n,r,i,s,o){e(t).val(i),e("#ai1ec_repeat_box").modal("hide");var u=e.trim(e(n).text());u.lastIndexOf(":")===-1&&(u=u.substring(0,u.length-3),e(n).text(u+":")),e(s).attr("disabled",!1),e(r).fadeOut("fast",function(){e(this).text(o.message),e(this).fadeIn("fast")})},o=function(t,n,r,i){e("#ai1ec_repeat_box .ai1ec-alert-danger").text(r.message).removeClass("ai1ec-hide"),e(i).attr("disabled",!1),e(t).val("");var s=e.trim(e(n).text());s.lastIndexOf("...")===-1&&(s=s.substring(0,s.length-1),e(n).text(s+"...")),e(this).closest("tr").find(".ai1ec_rule_text").text()===""&&e(t).siblings("input:checkbox").removeAttr("checked")},u=function(t,n,r,i,s){e(document).on("click",t,function(){if(!e(n).is(":checked")){e(n).attr("checked",!0);var t=e.trim(e(r).text());t=t.substring(0,t.length-3),e(r).text(t+":")}return c(i,s),!1})},a=function(t,n,r,i,s){e(t).click(function(){if(e(this).is(":checked"))this.id==="ai1ec_repeat"&&e("#ai1ec_exclude").removeAttr("disabled"),c(i,s);else{this.id==="ai1ec_repeat"&&(e("#ai1ec_exclude").removeAttr("checked").attr("disabled",!0),e("#ai1ec_exclude_text > a").text("")),e(n).text("");var t=e.trim(e(r).text());t=t.substring(0,t.length-1),e(r).text(t+"...")}})},f=function(t,n,r){if(e.trim(e(t).text())===""){e(n).removeAttr("checked"),e("#ai1ec_repeat").is(":checked")||e("#ai1ec_exclude").attr("disabled",!0);var i=e.trim(e(r).text());i.lastIndexOf("...")===-1&&(i=i.substring(0,i.length-1),e(r).text(i+"..."))}},l=function(){e("#ai1ec_count, #ai1ec_daily_count, #ai1ec_weekly_count, #ai1ec_monthly_count, #ai1ec_yearly_count").rangeinput({css:{input:"ai1ec-range",slider:"ai1ec-slider",progress:"ai1ec-progress",handle:"ai1ec-handle"}});var n=e("#ai1ec_recurrence_calendar");n.datepicker({multidate:!0,weekStart:t.week_start_day}),n.on("changeDate",function(n){var i=[],s=[];for(var o=0;o<n.dates.length;o++){var u=new Date(n.dates[o]),a=""+u.getFullYear()+("0"+(u.getMonth()+1)).slice(-2)+("0"+u.getDate()).slice(-2)+"T000000Z",f='<span class="ai1ec-label ai1ec-label-default">'+r.formatDate(u,t.date_format,!0)+"</span>";i.push(a),s.push(f)}e("#ai1ec_rec_dates_list").html(s.join(" ")),e("#ai1ec_rec_custom_dates").val(i.join(","))});var i={start_date_input:"#ai1ec_until-date-input",start_time:"#ai1ec_until-time",date_format:t.date_format,month_names:t.month_names,day_names:t.day_names,week_start_day:t.week_start_day,twentyfour_hour:t.twentyfour_hour,now:new Date(t.now*1e3)};e.inputdate(i),e(document).trigger("ai1ec.recurrence-modal.inited")},c=function(t,n){var r=e("#ai1ec_repeat_box"),s=e(".ai1ec-loading",r);r.modal({backdrop:"static"}),e.post(i,t,function(e){e.error?(window.alert(e.message),r.modal("hide")):(s.addClass("ai1ec-hide").after(e.message),typeof n=="function"&&n())},"json")};return{show_repeat_tabs:c,init_modal_widgets:l,click_on_modal_cancel:f,click_on_checkbox:a,click_on_ics_rule_text:u,repeat_form_error:o,repeat_form_success:s}}),timely.define("external_libs/bootstrap/button",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r)};t.DEFAULTS={loadingText:"loading..."},t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",i.resetText||n.data("resetText",n[r]()),n[r](i[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass("ai1ec-"+t).attr(t,t):n.removeClass("ai1ec-"+t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="ai1ec-buttons"]'),t=!0;if(e.length){var n=this.$element.find("input");n.prop("type")==="radio"&&(n.prop("checked")&&this.$element.hasClass("ai1ec-active")?t=!1:e.find(".ai1ec-active").removeClass("ai1ec-active")),t&&n.prop("checked",!this.$element.hasClass("ai1ec-active")).trigger("change")}t&&this.$element.toggleClass("ai1ec-active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("bs.button"),s=typeof n=="object"&&n;i||r.data("bs.button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.bs.button.data-api","[data-toggle^=ai1ec-button]",function(t){var n=e(t.target);n.hasClass("ai1ec-btn")||(n=n.closest(".ai1ec-btn")),n.button("toggle"),t.preventDefault()})}),timely.define("scripts/add_new_event/event_date_time/date_time_event_handlers",["jquery_timely","ai1ec_config","scripts/add_new_event/event_date_time/date_time_utility_functions","external_libs/jquery.calendrical_timespan","libs/utils","external_libs/bootstrap/button"],function(e,t,n,r,i){var s=i.get_ajax_url(),o=function(){var t=e("#ai1ec_end option:selected").val();switch(t){case"0":e("#ai1ec_until_holder, #ai1ec_count_holder").collapse("hide");break;case"1":e("#ai1ec_until_holder").collapse("hide"),e("#ai1ec_count_holder").collapse("show");break;case"2":e("#ai1ec_count_holder").collapse("hide"),e("#ai1ec_until_holder").collapse("show")}},u=function(){e("#publish").trigger("click")},a=function(){var i=e(this),o="",u=e("#ai1ec_repeat_box .ai1ec-tab-pane.ai1ec-active"),a=u.data("freq"),f=!0;switch(a){case"daily":o+="FREQ=DAILY;";var l=e("#ai1ec_daily_count").val();l>1&&(o+="INTERVAL="+l+";");break;case"weekly":o+="FREQ=WEEKLY;";var c=e("#ai1ec_weekly_count").val();c>1&&(o+="INTERVAL="+c+";");var h=e('input[name="ai1ec_weekly_date_select"]:first').val(),p=e('#ai1ec_weekly_date_select > div:first > input[type="hidden"]:first').val();h.length>0&&(o+="WKST="+p+";BYday="+h+";");break;case"monthly":o+="FREQ=MONTHLY;";var d=e("#ai1ec_monthly_count").val(),v=e('input[name="ai1ec_monthly_type"]:checked').val();d>1&&(o+="INTERVAL="+d+";");var m=e('input[name="ai1ec_montly_date_select"]:first').val();if(m.length>0&&v==="bymonthday")o+="BYMONTHDAY="+m+";";else if(v==="byday"){var g=e("#ai1ec_monthly_byday_num").val(),y=e("#ai1ec_monthly_byday_weekday").val();o+="BYday="+g+y+";"}break;case"yearly":o+="FREQ=YEARLY;";var b=e("#ai1ec_yearly_count").val();b>1&&(o+="INTERVAL="+b+";");var w=e('input[name="ai1ec_yearly_date_select"]:first').val();w.length>0&&(o+="BYMONTH="+w+";");break;case"custom":"1"===e("#ai1ec_is_box_repeat").val()?o+="RDATE=":o+="EXDATE=",o+=e("#ai1ec_rec_custom_dates").val(),f=!1}var E=e("#ai1ec_end").val();if("1"===E&&f)o+="COUNT="+e("#ai1ec_count").val()+";";else if("2"===E&&f){var S=e("#ai1ec_until-date-input").val();S=r.parseDate(S,t.date_format);var x=e("#ai1ec_start-time").val();x=r.parseDate(x,t.date_format),x=new Date(x);var T=S.getUTCDate(),N=S.getUTCMonth()+1,C=x.getUTCHours(),k=x.getUTCMinutes();N=N<10?"0"+N:N,T=T<10?"0"+T:T,C=C<10?"0"+C:C,k=k<10?"0"+k:k,S=S.getUTCFullYear()+""+N+T+"T235959Z",o+="UNTIL="+S+";"}var L={action:"ai1ec_rrule_to_text",rrule:o};i.button("loading").next().addClass("ai1ec-disabled"),e.post(s,L,function(t){t.error?(i.button("reset").next().removeClass("ai1ec-disabled"),"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_error("#ai1ec_rrule","#ai1ec_repeat_label",t,i):n.repeat_form_error("#ai1ec_exrule","#ai1ec_exclude_label",t,i)):"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_success("#ai1ec_rrule","#ai1ec_repeat_label","#ai1ec_repeat_text > a",o,i,t):n.repeat_form_success("#ai1ec_exrule","#ai1ec_exclude_label","#ai1ec_exclude_text > a",o,i,t)},"json")},f=function(){return e("#ai1ec_is_box_repeat").val()==="1"?n.click_on_modal_cancel("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label"):n.click_on_modal_cancel("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label"),e("#ai1ec_repeat_box").modal("hide"),!1},l=function(){e(this).is("#ai1ec_monthly_type_bymonthday")?(e("#ai1ec_repeat_monthly_byday").collapse("hide"),e("#ai1ec_repeat_monthly_bymonthday").collapse("show")):(e("#ai1ec_repeat_monthly_bymonthday").collapse("hide"),e("#ai1ec_repeat_monthly_byday").collapse("show"))},c=function(){var t=e(this),n=[],r=t.closest(".ai1ec-btn-group-grid"),i;t.toggleClass("ai1ec-active"),e("a",r).each(function(){var t=e(this);t.is(".ai1ec-active")&&(i=t.next().val(),n.push(i))}),r.next().val(n.join())},h=function(){n.click_on_ics_rule_text("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_ics_rule_text("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_repeat","#ai1ec_repeat_text > a","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_exclude","#ai1ec_exclude_text > a","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets)},p=function(t){return e("#ai1ec_widget_calendar").toggle(),!1},d=function(){e(".ai1ec-modal-content",this).not(".ai1ec-loading ").remove().end().removeClass("ai1ec-hide")},v=function(){var t=e("#ai1ec_repeat_box").find("ul.ai1ec-nav").find("li.ai1ec-active"),n=e("#ai1ec_repeat_box").find(".ai1ec-end-field");t.hasClass("ai1ec-freq-custom")?n.addClass("ai1ec-hidden"):n.removeClass("ai1ec-hidden"),t.hasClass("ai1ec-freq-monthly")&&l()},m=function(){var t=e("#ai1ec-tab-content").data("activeFreq"),n=e("#ai1ec_recurrence_calendar");e(".ai1ec-freq").removeClass("ai1ec-active"),e(".ai1ec-freq-"+t).addClass("ai1ec-active"),e(document).on("shown.bs.tab",v),o(),v()};return e(document).on("ai1ec.recurrence-modal.inited",m),{show_end_fields:o,trigger_publish:u,handle_click_on_apply_button:a,handle_click_on_cancel_modal:f,handle_checkbox_monthly_tab_modal:l,execute_pseudo_handlers:h,handle_animation_of_calendar_widget:p,handle_click_on_toggle_buttons:c,handle_modal_hide:d}}),timely.define("scripts/add_new_event/event_cost_helper",["jquery_timely","ai1ec_config"],function(e,t){var n=e(".ai1ec-tickets-cost"),r=e(".ai1ec-tickets-url-text"),i=e(".ai1ec-register-url-text");e('input[name="ai1ec_cost_type"]').on("click change",function(){var t=e(".ai1ec-no-tickets"),n=e(".ai1ec-tickets-form, .ai1ec-tickets-list-container"),r=e(".ai1ec-tickets-external");"free"===this.value?(n.hide(),r.hide(),t.show()):"tickets"===this.value?(n.show(),r.hide(),t.hide()):(n.hide(),r.show(),t.show())}),e('input[name="ai1ec_cost_type"]:checked').click(),e("#ai1ec_is_free").on("click",function(){this.checked?(n.addClass("ai1ec-hidden"),r.addClass("ai1ec-hidden"),i.removeClass("ai1ec-hidden")):(n.removeClass("ai1ec-hidden"),r.removeClass("ai1ec-hidden"),i.addClass("ai1ec-hidden"))})}),timely.define("external_libs/jquery.inputdate",["jquery_timely","external_libs/jquery.calendrical_timespan"],function(e,t){function n(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function r(){e(this).data("timespan.stored",this.value)}function i(e,n,i,s,o){n.val(n.data("timespan.initial_value"));var u=parseInt(n.val());isNaN(parseInt(u))?u=new Date(o):u=new Date(parseInt(u)*1e3),e.val(t.formatDate(u,s)),e.each(r)}var s={start_date_input:"date-input",start_time:"time",twentyfour_hour:!1,date_format:"def",now:new Date},o={init:function(o){var u=e.extend({},s,o),a=e(u.start_date_input),f=e(u.start_time),l=a,c=a;return c.bind("focus.timespan",r),l.calendricalDate({today:new Date(u.now.getFullYear(),u.now.getMonth(),u.now.getDate()),dateFormat:u.date_format,monthNames:u.month_names,dayNames:u.day_names,weekStartDay:u.week_start_day}),l.bind("blur.timespan",function(){var r=t.parseDate(this.value,u.date_format);isNaN(r)?n(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(t.formatDate(r,u.date_format)))}),a.bind("focus.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3}).bind("blur.timespan",function(){var e=t.parseDate(a.data("timespan.stored"),u.date_format)}),a.closest("form").bind("submit.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3;isNaN(e)&&(e=""),f.val(e)}),f.data("timespan.initial_value",f.val()),i(a,f,u.twentyfour_hour,u.date_format,u.now),this},reset:function(t){var n=e.extend({},s,t);return i(e(n.start_date_input),e(n.start_time),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},s,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};e.inputdate=function(t){if(o[t])return o[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return o.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")}}),timely.define("external_libs/jquery.tools",["jquery_timely"],function(e){function i(e,t){var n=Math.pow(10,t);return Math.round(e*n)/n}function s(e,t){var n=parseInt(e.css(t),10);if(n)return n;var r=e[0].currentStyle;return r&&r.width&&parseInt(r.width,10)}function o(e){var t=e.data("events");return t&&t.onSlide}function u(t,n){function x(e,s,o,u){o===undefined?o=s/h*m:u&&(o-=n.min),g&&(o=Math.round(o/g)*g);if(s===undefined||g)s=o*h/m;if(isNaN(o))return r;s=Math.max(0,Math.min(s,h)),o=s/h*m;if(u||!f)o+=n.min;f&&(u?s=h-s:o=n.max-o),o=i(o,y);var a=e.type=="click";if(S&&l!==undefined&&!a){e.type="onSlide",E.trigger(e,[o,s]);if(e.isDefaultPrevented())return r}var c=a?n.speed:0,b=a?function(){e.type="change",E.trigger(e,[o])}:null;return f?(d.animate({top:s},c,b),n.progress&&v.animate({height:h-s+d.height()/2},c)):(d.animate({left:s},c,b),n.progress&&v.animate({width:s+d.width()/2},c)),l=o,p=s,t.val(o),r}function T(){f=n.vertical||s(a,"height")>s(a,"width"),f?(h=s(a,"height")-s(d,"height"),c=a.offset().top+h):(h=s(a,"width")-s(d,"width"),c=a.offset().left)}function N(){T(),r.setValue(n.value!==undefined?n.value:n.min)}var r=this,u=n.css,a=e("<div><div/><a href='#'/></div>").data("rangeinput",r),f,l,c,h,p;t.before(a);var d=a.addClass(u.slider).find("a").addClass(u.handle),v=a.find("div").addClass(u.progress);e.each("min,max,step,value".split(","),function(e,r){var i=t.attr(r);parseFloat(i)&&(n[r]=parseFloat(i,10))});var m=n.max-n.min,g=n.step=="any"?0:n.step,y=n.precision;y===undefined&&(y=g.toString().split("."),y=y.length===2?y[1].length:0);if(t.attr("type")=="range"){var b=t.clone().wrap("<div/>").parent().html(),w=e(b.replace(/type/i,"type=text data-orig-type"));w.val(n.value),t.replaceWith(w),t=w}t.addClass(u.input);var E=e(r).add(t),S=!0;e.extend(r,{getValue:function(){return l},setValue:function(t,n){return T(),x(n||e.Event("api"),undefined,t,!0)},getConf:function(){return n},getProgress:function(){return v},getHandle:function(){return d},getInput:function(){return t},step:function(t,i){i=i||e.Event();var s=n.step=="any"?1:n.step;r.setValue(l+s*(t||1),i)},stepUp:function(e){return r.step(e||1)},stepDown:function(e){return r.step(-e||-1)}}),e.each("onSlide,change".split(","),function(t,i){e.isFunction(n[i])&&e(r).on(i,n[i]),r[i]=function(t){return t&&e(r).on(i,t),r}}),d.drag({drag:!1}).on("dragStart",function(){T(),S=o(e(r))||o(t)}).on("drag",function(e,n,r){if(t.is(":disabled"))return!1;x(e,f?n:r)}).on("dragEnd",function(e){e.isDefaultPrevented()||(e.type="change",E.trigger(e,[l]))}).click(function(e){return e.preventDefault()}),a.click(function(e){if(t.is(":disabled")||e.target==d[0])return e.preventDefault();T();var n=f?d.height()/2:d.width()/2;x(e,f?h-c-n+e.pageY:e.pageX-c-n)}),n.keyboard&&t.keydown(function(n){if(t.attr("readonly"))return;var i=n.keyCode,s=e([75,76,38,33,39]).index(i)!=-1,o=e([74,72,40,34,37]).index(i)!=-1;if((s||o)&&!(n.shiftKey||n.altKey||n.ctrlKey))return s?r.step(i==33?10:1,n):o&&r.step(i==34?-10:-1,n),n.preventDefault()}),t.blur(function(t){var n=e(this).val();n!==l&&r.setValue(n,t)}),e.extend(t[0],{stepUp:r.stepUp,stepDown:r.stepDown}),N(),h||e(window).load(N)}e.tools=e.tools||{version:"1.2.7"};var t;t=e.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:!0,progress:!1,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var n,r;e.fn.drag=function(t){return document.ondragstart=function(){return!1},t=e.extend({x:!0,y:!0,drag:!0},t),n=n||e(document).on("mousedown mouseup",function(i){var s=e(i.target);if(i.type=="mousedown"&&s.data("drag")){var o=s.position(),u=i.pageX-o.left,a=i.pageY-o.top,f=!0;n.on("mousemove.drag",function(e){var n=e.pageX-u,i=e.pageY-a,o={};t.x&&(o.left=n),t.y&&(o.top=i),f&&(s.trigger("dragStart"),f=!1),t.drag&&s.css(o),s.trigger("drag",[i,n]),r=s}),i.preventDefault()}else try{r&&r.trigger("dragEnd")}finally{n.off("mousemove.drag"),r=null}}),this.data("drag",!0)},e.expr[":"].range=function(t){var n=t.getAttribute("type");return n&&n=="range"||!!e(t).filter("input").data("rangeinput")},e.fn.rangeinput=function(n){if(this.data("rangeinput"))return this;n=e.extend(!0,{},t.conf,n);var r;return this.each(function(){var t=new u(e(this),e.extend(!0,{},n)),i=t.getInput().data("rangeinput",t);r=r?r.add(i):i}),r?r:this}}),timely.define("external_libs/locales/bootstrap-datepicker.bg",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота","Неделя"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб","Нед"],daysMin:["Н","П","В","С","Ч","П","С","Н"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.br",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.br={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.cs",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Neděle"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob","Ned"],daysMin:["Ne","Po","Út","St","Čt","Pá","So","Ne"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.da",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.da={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",clear:"Nulstil"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.de",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam","Son"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa","So"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.es",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb","Dom"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Do"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fi",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai","sunnuntai"],daysShort:["sun","maa","tii","kes","tor","per","lau","sun"],daysMin:["su","ma","ti","ke","to","pe","la","su"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",weekStart:1,format:"d.m.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.id",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab","Mgu"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa","Mg"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.is",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur","Sunnudagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau","Sun"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La","Su"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.it",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa","Do"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ja",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜","日曜"],daysShort:["日","月","火","水","木","金","土","日"],daysMin:["日","月","火","水","木","金","土","日"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.kr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일","일요일"],daysShort:["일","월","화","수","목","금","토","일"],daysMin:["일","월","화","수","목","금","토","일"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis","Sekmadienis"],daysShort:["S","Pr","A","T","K","Pn","Š","S"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št","Sk"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena","Svētdiena"],daysShort:["Sv","P","O","T","C","Pk","S","Sv"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se","Sv"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ms",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu","Ahad"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab","Aha"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa","Ah"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nb",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nl={days:["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"],daysShort:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],daysMin:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],months:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Vandaag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pl={days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","Niedziela"],daysShort:["Nie","Pn","Wt","Śr","Czw","Pt","So","Nie"],daysMin:["N","Pn","Wt","Śr","Cz","Pt","So","N"],months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthsShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],today:"Dzisiaj",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt-BR",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ru",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресенье"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб","Вск"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вс"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota","Nedelja"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob","Ned"],daysMin:["Ne","Po","To","Sr","Če","Pe","So","Ne"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag","Söndag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Sön"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö","Sö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",format:"yyyy-mm-dd",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.th",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.tr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts","Pz"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct","Pz"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-CN",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-TW",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["週日","週一","週二","週三","週四","週五","週六","週日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/bootstrap_datepicker",["jquery_timely","ai1ec_config","external_libs/locales/bootstrap-datepicker.bg","external_libs/locales/bootstrap-datepicker.br","external_libs/locales/bootstrap-datepicker.cs","external_libs/locales/bootstrap-datepicker.da","external_libs/locales/bootstrap-datepicker.de","external_libs/locales/bootstrap-datepicker.es","external_libs/locales/bootstrap-datepicker.fi","external_libs/locales/bootstrap-datepicker.fr","external_libs/locales/bootstrap-datepicker.id","external_libs/locales/bootstrap-datepicker.is","external_libs/locales/bootstrap-datepicker.it","external_libs/locales/bootstrap-datepicker.ja","external_libs/locales/bootstrap-datepicker.kr","external_libs/locales/bootstrap-datepicker.lt","external_libs/locales/bootstrap-datepicker.lv","external_libs/locales/bootstrap-datepicker.ms","external_libs/locales/bootstrap-datepicker.nb","external_libs/locales/bootstrap-datepicker.nl","external_libs/locales/bootstrap-datepicker.pl","external_libs/locales/bootstrap-datepicker.pt-BR","external_libs/locales/bootstrap-datepicker.pt","external_libs/locales/bootstrap-datepicker.ru","external_libs/locales/bootstrap-datepicker.sl","external_libs/locales/bootstrap-datepicker.sv","external_libs/locales/bootstrap-datepicker.th","external_libs/locales/bootstrap-datepicker.tr","external_libs/locales/bootstrap-datepicker.zh-CN","external_libs/locales/bootstrap-datepicker.zh-TW"],function(e,t){function r(){return new Date(Date.UTC.apply(Date,arguments))}function i(){var e=new Date;return r(e.getFullYear(),e.getMonth(),e.getDate())}function s(e){return function(){return this[e].apply(this,arguments)}}function f(t,n){var r=e(t).data(),i={},s,o=new RegExp("^"+n.toLowerCase()+"([A-Z])"),n=new RegExp("^"+n.toLowerCase());for(var u in r)n.test(u)&&(s=u.replace(o,function(e,t){return t.toLowerCase()}),i[s]=r[u]);return i}function l(t){var n={};if(!d[t]){t=t.split("-")[0];if(!d[t])return}var r=d[t];return e.each(p,function(e,t){t in r&&(n[t]=r[t])}),n}var n=e(window),o=function(){var t={get:function(e){return this.slice(e)[0]},contains:function(e){var t=e&&e.valueOf();for(var n=0,r=this.length;n<r;n++)if(this[n].valueOf()===t)return n;return-1},remove:function(e){this.splice(e,1)},replace:function(t){if(!t)return;e.isArray(t)||(t=[t]),this.clear(),this.push.apply(this,t)},clear:function(){this.splice(0)},copy:function(){var e=new o;return e.replace(this),e}};return function(){var n=[];return n.push.apply(n,arguments),e.extend(n,t),n}}(),u=function(t,n){this.dates=new o,this.viewDate=i(),this.focusDate=null,this._process_options(n),this.element=e(t),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".ai1ec-date")?this.element.find(".ai1ec-input-group, .ai1ec-input-group-addon, .ai1ec-btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&this.component.length===0&&(this.component=!1),this.picker=e(v.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("ai1ec-datepicker-inline").appendTo(this.element):this.picker.addClass("ai1ec-datepicker-dropdown ai1ec-dropdown-menu"),this.o.rtl&&this.picker.addClass("ai1ec-datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.ai1ec-today").attr("colspan",function(e,t){return parseInt(t)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};u.prototype={constructor:u,_process_options:function(n){this._o=e.extend({},this._o,n);var r=this.o=e.extend({},this._o),i=r.language;d[i]||(i=i.split("-")[0],d[i]||(i=t.language,d[i]||(i=h.language))),r.language=i;switch(r.startView){case 2:case"decade":r.startView=2;break;case 1:case"year":r.startView=1;break;default:r.startView=0}switch(r.minViewMode){case 1:case"months":r.minViewMode=1;break;case 2:case"years":r.minViewMode=2;break;default:r.minViewMode=0}r.startView=Math.max(r.startView,r.minViewMode),r.multidate!==!0&&(r.multidate=Number(r.multidate)||!1,r.multidate!==!1?r.multidate=Math.max(0,r.multidate):r.multidate=1),r.multidateSeparator=String(r.multidateSeparator),r.weekStart%=7,r.weekEnd=(r.weekStart+6)%7;var s=v.parseFormat(r.format);r.startDate!==-Infinity&&(r.startDate?r.startDate instanceof Date?r.startDate=this._local_to_utc(this._zero_time(r.startDate)):r.startDate=v.parseDate(r.startDate,s,r.language):r.startDate=-Infinity),r.endDate!==Infinity&&(r.endDate?r.endDate instanceof Date?r.endDate=this._local_to_utc(this._zero_time(r.endDate)):r.endDate=v.parseDate(r.endDate,s,r.language):r.endDate=Infinity),r.daysOfWeekDisabled=r.daysOfWeekDisabled||[],e.isArray(r.daysOfWeekDisabled)||(r.daysOfWeekDisabled=r.daysOfWeekDisabled.split(/[,\s]*/)),r.daysOfWeekDisabled=e.map(r.daysOfWeekDisabled,function(e){return parseInt(e,10)});var o=String(r.orientation).toLowerCase().split(/\s+/g),u=r.orientation.toLowerCase();o=e.grep(o,function(e){return/^auto|left|right|top|bottom$/.test(e)}),r.orientation={x:"auto",y:"auto"};if(!!u&&u!=="auto")if(o.length===1)switch(o[0]){case"top":case"bottom":r.orientation.y=o[0];break;case"left":case"right":r.orientation.x=o[0]}else u=e.grep(o,function(e){return/^left|right$/.test(e)}),r.orientation.x=u[0]||"auto",u=e.grep(o,function(e){return/^top|bottom$/.test(e)}),r.orientation.y=u[0]||"auto"},_events:[],_secondaryEvents:[],_applyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(r=undefined,i=e[t][1]):e[t].length==3&&(r=e[t][1],i=e[t][2]),n.on(i,r)},_unapplyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(i=undefined,r=e[t][1]):e[t].length==3&&(i=e[t][1],r=e[t][2]),n.off(r,i)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}],[this.component,{click:e.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:e.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:e.proxy(function(e){this._focused_from=e.target},this)}],[this.element,{blur:e.proxy(function(e){this._focused_from=e.target},this)}]),this._secondaryEvents=[[this.picker,{click:e.proxy(this.click,this)}],[e(window),{resize:e.proxy(this.place,this)}],[e(document),{"mousedown touchstart":e.proxy(function(e){this.element.is(e.target)||this.element.find(e.target).length||this.picker.is(e.target)||this.picker.find(e.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(t,n){var r=n||this.dates.get(-1),i=this._utc_to_local(r);this.element.trigger({type:t,date:i,dates:e.map(this.dates,this._utc_to_local),format:e.proxy(function(e,t){arguments.length===0?(e=this.dates.length-1,t=this.o.format):typeof e=="string"&&(t=e,e=this.dates.length-1),t=t||this.o.format;var n=this.dates.get(e);return v.formatDate(n,t,this.o.language)},this)})},show:function(e){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.height=this.component?this.component.outerHeight():this.element.outerHeight(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){if(this.isInline)return;if(!this.picker.is(":visible"))return;this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide")},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(e){return e&&new Date(e.getTime()+e.getTimezoneOffset()*6e4)},_local_to_utc:function(e){return e&&new Date(e.getTime()-e.getTimezoneOffset()*6e4)},_zero_time:function(e){return e&&new Date(e.getFullYear(),e.getMonth(),e.getDate())},_zero_utc_time:function(e){return e&&new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()))},getDates:function(){return e.map(this.dates,this._utc_to_local)},getUTCDates:function(){return e.map(this.dates,function(e){return new Date(e)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){this.update.apply(this,arguments),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){this.update.apply(this,e.map(arguments,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:s("setDates"),setUTCDate:s("setUTCDates"),setValue:function(){var e=this.getFormattedDate();this.isInput?this.element.val(e).change():this.component&&this.element.find("input").val(e).change()},getFormattedDate:function(t){t===undefined&&(t=this.o.format);var n=this.o.language;return e.map(this.dates,function(e){return v.formatDate(e,t,n)}).join(this.o.multidateSeparator)},setStartDate:function(e){this._process_options({startDate:e}),this.update(),this.updateNavArrows()},setEndDate:function(e){this._process_options({endDate:e}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(e){this._process_options({daysOfWeekDisabled:e}),this.update(),this.updateNavArrows()},place:function(){if(this.isInline)return;var t=this.picker.outerWidth(),r=this.picker.outerHeight(),i=10,s=n.width(),o=n.height(),u=n.scrollTop(),a=parseInt(this.element.parents().filter(function(){return e(this).css("z-index")!="auto"}).first().css("z-index"))+10,f=this.component?this.component.parent().offset():this.element.offset(),l=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),c=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),h=f.left,p=f.top;this.picker.removeClass("ai1ec-datepicker-orient-top ai1ec-datepicker-orient-bottom ai1ec-datepicker-orient-right ai1ec-datepicker-orient-left"),this.o.orientation.x!=="auto"?(this.picker.addClass("ai1ec-datepicker-orient-"+this.o.orientation.x),this.o.orientation.x==="right"&&(h-=t-c)):(this.picker.addClass("ai1ec-datepicker-orient-left"),f.left<0?h-=f.left-i:f.left+t>s&&(h=s-t-i));var d=this.o.orientation.y,v,m;d==="auto"&&(v=-u+f.top-r,m=u+o-(f.top+l+r),Math.max(v,m)===m?d="top":d="bottom"),this.picker.addClass("ai1ec-datepicker-orient-"+d),d==="top"?p+=l:p-=r+parseInt(this.picker.css("padding-top")),this.picker.css({top:p,left:h,zIndex:a})},_allow_update:!0,update:function(){if(!this._allow_update)return;var t=this.dates.copy(),n=[],r=!1;arguments.length?(e.each(arguments,e.proxy(function(e,t){t instanceof Date&&(t=this._local_to_utc(t)),n.push(t)},this)),r=!0):(n=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),n&&this.o.multidate?n=n.split(this.o.multidateSeparator):n=[n],delete this.element.data().date),n=e.map(n,e.proxy(function(e){return v.parseDate(e,this.o.format,this.o.language)},this)),n=e.grep(n,e.proxy(function(e){return e<this.o.startDate||e>this.o.endDate||!e},this),!0),this.dates.replace(n),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),r?this.setValue():n.length&&String(t)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&t.length&&this._trigger("clearDate"),this.fill()},fillDow:function(){var e=this.o.weekStart,t="<tr>";if(this.o.calendarWeeks){var n='<th class="ai1ec-cw">&nbsp;</th>';t+=n,this.picker.find(".ai1ec-datepicker-days thead tr:first-child").prepend(n)}while(e<this.o.weekStart+7)t+='<th class="ai1ec-dow">'+d[this.o.language].daysMin[e++%7]+"</th>";t+="</tr>",this.picker.find(".ai1ec-datepicker-days thead").append(t)},fillMonths:function(){var e="",t=0;while(t<12)e+='<span class="ai1ec-month">'+d[this.o.language].monthsShort[t++]+"</span>";this.picker.find(".ai1ec-datepicker-months td").html(e)},setRange:function(t){!t||!t.length?delete this.range:this.range=e.map(t,function(e){return e.valueOf()}),this.fill()},getClassNames:function(t){var n=[],r=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),s=new Date;return t.getUTCFullYear()<r||t.getUTCFullYear()==r&&t.getUTCMonth()<i?n.push("ai1ec-old"):(t.getUTCFullYear()>r||t.getUTCFullYear()==r&&t.getUTCMonth()>i)&&n.push("ai1ec-new"),this.focusDate&&t.valueOf()===this.focusDate.valueOf()&&n.push("ai1ec-focused"),this.o.todayHighlight&&t.getUTCFullYear()==s.getFullYear()&&t.getUTCMonth()==s.getMonth()&&t.getUTCDate()==s.getDate()&&n.push("ai1ec-today"),this.dates.contains(t)!==-1&&n.push("ai1ec-active"),(t.valueOf()<this.o.startDate||t.valueOf()>this.o.endDate||e.inArray(t.getUTCDay(),this.o.daysOfWeekDisabled)!==-1)&&n.push("ai1ec-disabled"),this.range&&(t>this.range[0]&&t<this.range[this.range.length-1]&&n.push("ai1ec-range"),e.inArray(t.valueOf(),this.range)!=-1&&n.push("ai1ec-selected")),n},fill:function(){var t=new Date(this.viewDate),n=t.getUTCFullYear(),i=t.getUTCMonth(),s=this.o.startDate!==-Infinity?this.o.startDate.getUTCFullYear():-Infinity,o=this.o.startDate!==-Infinity?this.o.startDate.getUTCMonth():-Infinity,u=this.o.endDate!==Infinity?this.o.endDate.getUTCFullYear():Infinity,a=this.o.endDate!==Infinity?this.o.endDate.getUTCMonth():Infinity,f,l;this.picker.find(".ai1ec-datepicker-days thead th.ai1ec-datepicker-switch").text(d[this.o.language].months[i]+" "+n),this.picker.find("tfoot th.ai1ec-today").text(d[this.o.language].today).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.ai1ec-clear").text(d[this.o.language].clear).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var c=r(n,i-1,28),h=v.getDaysInMonth(c.getUTCFullYear(),c.getUTCMonth());c.setUTCDate(h),c.setUTCDate(h-(c.getUTCDay()-this.o.weekStart+7)%7);var p=new Date(c);p.setUTCDate(p.getUTCDate()+42),p=p.valueOf();var m=[],g;while(c.valueOf()<p){if(c.getUTCDay()==this.o.weekStart){m.push("<tr>");if(this.o.calendarWeeks){var y=new Date(+c+(this.o.weekStart-c.getUTCDay()-7)%7*864e5),b=new Date(+y+(11-y.getUTCDay())%7*864e5),w=new Date(+(w=r(b.getUTCFullYear(),0,1))+(11-w.getUTCDay())%7*864e5),E=(b-w)/864e5/7+1;m.push('<td class="ai1ec-cw">'+E+"</td>")}}g=this.getClassNames(c),g.push("ai1ec-day");if(this.o.beforeShowDay!==e.noop){var S=this.o.beforeShowDay(this._utc_to_local(c));S===undefined?S={}:typeof S=="boolean"?S={enabled:S}:typeof S=="string"&&(S={classes:S}),S.enabled===!1&&g.push("ai1ec-disabled"),S.classes&&(g=g.concat(S.classes.split(/\s+/))),S.tooltip&&(f=S.tooltip)}g=e.unique(g),m.push('<td class="'+g.join(" ")+'"'+(f?' title="'+f+'"':"")+">"+c.getUTCDate()+"</td>"),c.getUTCDay()==this.o.weekEnd&&m.push("</tr>"),c.setUTCDate(c.getUTCDate()+1)}this.picker.find(".ai1ec-datepicker-days tbody").empty().append(m.join(""));var x=this.picker.find(".ai1ec-datepicker-months").find("th:eq(1)").text(n).end().find("span").removeClass("ai1ec-active");e.each(this.dates,function(e,t){t.getUTCFullYear()==n&&x.eq(t.getUTCMonth()).addClass("ai1ec-active")}),(n<s||n>u)&&x.addClass("ai1ec-disabled"),n==s&&x.slice(0,o).addClass("ai1ec-disabled"),n==u&&x.slice(a+1).addClass("ai1ec-disabled"),m="",n=parseInt(n/10,10)*10;var T=this.picker.find(".ai1ec-datepicker-years").find("th:eq(1)").text(n+"-"+(n+9)).end().find("td");n-=1;var N=e.map(this.dates,function(e){return e.getUTCFullYear()}),C;for(var k=-1;k<11;k++)C=["ai1ec-year"],k===-1?C.push("ai1ec-old"):k===10&&C.push("ai1ec-new"),e.inArray(n,N)!==-1&&C.push("ai1ec-active"),(n<s||n>u)&&C.push("ai1ec-disabled"),m+='<span class="'+C.join(" ")+'">'+n+"</span>",n+=1;T.html(m)},updateNavArrows:function(){if(!this._allow_update)return;var e=new Date(this.viewDate),t=e.getUTCFullYear(),n=e.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()&&n<=this.o.startDate.getUTCMonth()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()&&n>=this.o.endDate.getUTCMonth()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"})}},click:function(t){t.preventDefault();var n=e(t.target).closest("span, td, th"),i,s,o;if(n.length==1)switch(n[0].nodeName.toLowerCase()){case"th":switch(n[0].className){case"ai1ec-datepicker-switch":this.showMode(1);break;case"ai1ec-prev":case"ai1ec-next":var u=v.modes[this.viewMode].navStep*(n[0].className=="ai1ec-prev"?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,u),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,u),this.viewMode===1&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"ai1ec-today":var a=new Date;a=r(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),this.showMode(-2);var f=this.o.todayBtn=="linked"?null:"view";this._setDate(a,f);break;case"ai1ec-clear":var l;this.isInput?l=this.element:this.component&&(l=this.element.find("input")),l&&l.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":n.is(".ai1ec-disabled")||(this.viewDate.setUTCDate(1),n.is(".ai1ec-month")?(o=1,s=n.parent().find("span").index(n),i=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s),this._trigger("changeMonth",this.viewDate),this.o.minViewMode===1&&this._setDate(r(i,s,o))):(o=1,s=0,i=parseInt(n.text(),10)||0,this.viewDate.setUTCFullYear(i),this._trigger("changeYear",this.viewDate),this.o.minViewMode===2&&this._setDate(r(i,s,o))),this.showMode(-1),this.fill());break;case"td":n.is(".ai1ec-day")&&!n.is(".ai1ec-disabled")&&(o=parseInt(n.text(),10)||1,i=this.viewDate.getUTCFullYear(),s=this.viewDate.getUTCMonth(),n.is(".ai1ec-old")?s===0?(s=11,i-=1):s-=1:n.is(".ai1ec-new")&&(s==11?(s=0,i+=1):s+=1),this._setDate(r(i,s,o)))}this.picker.is(":visible")&&this._focused_from&&e(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(e){var t=this.dates.contains(e);e?t!==-1?this.dates.remove(t):this.dates.push(e):this.dates.clear();if(typeof this.o.multidate=="number")while(this.dates.length>this.o.multidate)this.dates.remove(0)},_setDate:function(e,t){(!t||t=="date")&&this._toggle_multidate(e&&new Date(e));if(!t||t=="view")this.viewDate=e&&new Date(e);this.fill(),this.setValue(),this._trigger("changeDate");var n;this.isInput?n=this.element:this.component&&(n=this.element.find("input")),n&&n.change(),this.o.autoclose&&(!t||t=="date")&&this.hide()},moveMonth:function(e,t){if(!e)return undefined;if(!t)return e;var n=new Date(e.valueOf()),r=n.getUTCDate(),i=n.getUTCMonth(),s=Math.abs(t),o,u;t=t>0?1:-1;if(s==1){u=t==-1?function(){return n.getUTCMonth()==i}:function(){return n.getUTCMonth()!=o},o=i+t,n.setUTCMonth(o);if(o<0||o>11)o=(o+12)%12}else{for(var a=0;a<s;a++)n=this.moveMonth(n,t);o=n.getUTCMonth(),n.setUTCDate(r),u=function(){return o!=n.getUTCMonth()}}while(u())n.setUTCDate(--r),n.setUTCMonth(o);return n},moveYear:function(e,t){return this.moveMonth(e,t*12)},dateWithinRange:function(e){return e>=this.o.startDate&&e<=this.o.endDate},keydown:function(e){if(this.picker.is(":not(:visible)")){e.keyCode==27&&this.show();return}var t=!1,n,r,s,o=this.focusDate||this.viewDate;switch(e.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),e.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;n=e.keyCode==37?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n),s=new Date(o),s.setUTCDate(o.getUTCDate()+n)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;n=e.keyCode==38?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n*7),s=new Date(o),s.setUTCDate(o.getUTCDate()+n*7)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 32:break;case 13:o=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(o),t=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(e.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(t){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var u;this.isInput?u=this.element:this.component&&(u=this.element.find("input")),u&&u.change()}},showMode:function(e){e&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+e))),this.picker.find(">div").hide().filter(".ai1ec-datepicker-"+v.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var a=function(t,n){this.element=e(t),this.inputs=e.map(n.inputs,function(e){return e.jquery?e[0]:e}),delete n.inputs,e(this.inputs).datepicker(n).bind("changeDate",e.proxy(this.dateUpdated,this)),this.pickers=e.map(this.inputs,function(t){return e(t).data("datepicker")}),this.updateDates()};a.prototype={updateDates:function(){this.dates=e.map(this.pickers,function(e){return e.getUTCDate()}),this.updateRanges()},updateRanges:function(){var t=e.map(this.dates,function(e){return e.valueOf()});e.each(this.pickers,function(e,n){n.setRange(t)})},dateUpdated:function(t){if(this.updating)return;this.updating=!0;var n=e(t.target).data("datepicker"),r=n.getUTCDate(),i=e.inArray(t.target,this.inputs),s=this.inputs.length;if(i==-1)return;e.each(this.pickers,function(e,t){t.getUTCDate()||t.setUTCDate(r)});if(r<this.dates[i])while(i>=0&&r<this.dates[i])this.pickers[i--].setUTCDate(r);else if(r>this.dates[i])while(i<s&&r>this.dates[i])this.pickers[i++].setUTCDate(r);this.updateDates(),delete this.updating},remove:function(){e.map(this.pickers,function(e){e.remove()}),delete this.element.data().datepicker}};var c=e.fn.datepicker;e.fn.datepicker=function(t){var n=Array.apply(null,arguments);n.shift();var r;return this.each(function(){var i=e(this),s=i.data("datepicker"),o=typeof t=="object"&&t;if(!s){var c=f(this,"date"),p=e.extend({},h,c,o),d=l(p.language),v=e.extend({},h,d,c,o);if(i.is(".ai1ec-input-daterange")||v.inputs){var m={inputs:v.inputs||i.find("input").toArray()};i.data("datepicker",s=new a(this,e.extend(v,m)))}else i.data("datepicker",s=new u(this,v))}if(typeof t=="string"&&typeof s[t]=="function"){r=s[t].apply(s,n);if(r!==undefined)return!1}}),r!==undefined?r:this};var h=e.fn.datepicker.defaults={autoclose:!1,beforeShowDay:e.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:Infinity,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-Infinity,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},p=e.fn.datepicker.locale_opts=["format","rtl","weekStart"];e.fn.datepicker.Constructor=u;var d=e.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},v={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(e){return e%4===0&&e%100!==0||e%400===0},getDaysInMonth:function(e,t){return[31,v.isLeapYear(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(e){var t=e.replace(this.validParts,"\0").split("\0"),n=e.match(this.validParts);if(!t||!t.length||!n||n.length===0)throw new Error("Invalid date format.");return{separators:t,parts:n}},parseDate:function(t,n,i){if(!t)return undefined;if(t instanceof Date)return t;typeof n=="string"&&(n=v.parseFormat(n));if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(t)){var s=/([\-+]\d+)([dmwy])/,o=t.match(/([\-+]\d+)([dmwy])/g),a,f;t=new Date;for(var l=0;l<o.length;l++){a=s.exec(o[l]),f=parseInt(a[1]);switch(a[2]){case"d":t.setUTCDate(t.getUTCDate()+f);break;case"m":t=u.prototype.moveMonth.call(u.prototype,t,f);break;case"w":t.setUTCDate(t.getUTCDate()+f*7);break;case"y":t=u.prototype.moveYear.call(u.prototype,t,f)}}return r(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),0,0,0)}var o=t&&t.match(this.nonpunctuation)||[],t=new Date,c={},h=["yyyy","yy","M","MM","m","mm","d","dd"],p={yyyy:function(e,t){return e.setUTCFullYear(t)},yy:function(e,t){return e.setUTCFullYear(2e3+t)},m:function(e,t){if(isNaN(e))return e;t-=1;while(t<0)t+=12;t%=12,e.setUTCMonth(t);while(e.getUTCMonth()!=t)e.setUTCDate(e.getUTCDate()-1);return e},d:function(e,t){return e.setUTCDate(t)}},m,g,a;p.M=p.MM=p.mm=p.m,p.dd=p.d,t=r(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0);var y=n.parts.slice();o.length!=y.length&&(y=e(y).filter(function(t,n){return e.inArray(n,h)!==-1}).toArray());if(o.length==y.length){for(var l=0,b=y.length;l<b;l++){m=parseInt(o[l],10),a=y[l];if(isNaN(m))switch(a){case"MM":g=e(d[i].months).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].months)+1;break;case"M":g=e(d[i].monthsShort).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].monthsShort)+1}c[a]=m}for(var l=0,w,E;l<h.length;l++)E=h[l],E in c&&!isNaN(c[E])&&(w=new Date(t),p[E](w,c[E]),isNaN(w)||(t=w))}return t},formatDate:function(t,n,r){if(!t)return"";typeof n=="string"&&(n=v.parseFormat(n));var i={d:t.getUTCDate(),D:d[r].daysShort[t.getUTCDay()],DD:d[r].days[t.getUTCDay()],m:t.getUTCMonth()+1,M:d[r].monthsShort[t.getUTCMonth()],MM:d[r].months[t.getUTCMonth()],yy:t.getUTCFullYear().toString().substring(2),yyyy:t.getUTCFullYear()};i.dd=(i.d<10?"0":"")+i.d,i.mm=(i.m<10?"0":"")+i.m;var t=[],s=e.extend([],n.separators);for(var o=0,u=n.parts.length;o<=u;o++)s.length&&t.push(s.shift()),t.push(i[n.parts[o]]);return t.join("")},headTemplate:'<thead><tr><th class="ai1ec-prev"><i class="ai1ec-fa ai1ec-fa-arrow-left"></i></th><th colspan="5" class="ai1ec-datepicker-switch"></th><th class="ai1ec-next"><i class="ai1ec-fa ai1ec-fa-arrow-right"></i></th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="ai1ec-today"></th></tr><tr><th colspan="7" class="ai1ec-clear"></th></tr></tfoot>'};v.template='<div class="timely ai1ec-datepicker"><div class="ai1ec-datepicker-days"><table class=" ai1ec-table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-months">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-years">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+"</div>",e.fn.datepicker.DPGlobal=v,e.fn.datepicker.noConflict=function(){return e.fn.datepicker=c,this},e(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(t){var n=e(this);if(n.data("datepicker"))return;t.preventDefault(),n.datepicker("show")}),e(function(){e('[data-provide="datepicker-inline"]').datepicker()});for(var m=2,g=arguments.length;m<g;m++)arguments[m].localize()}),timely.define("external_libs/bootstrap/transition",["jquery_timely"],function(e){function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(e.style[n]!==undefined)return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;e(this).one(e.support.transition.end,function(){n=!0});var i=function(){n||e(r).trigger(e.support.transition.end)};return setTimeout(i,t),this},e(function(){e.support.transition=t()})}),timely.define("external_libs/bootstrap/collapse",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("ai1ec-width");return e?"width":"height"},t.prototype.show=function(){if(this.transitioning||this.$element.hasClass("ai1ec-in"))return;var t=e.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.$parent&&this.$parent.find("> .ai1ec-panel > .ai1ec-in");if(n&&n.length){var r=n.data("bs.collapse");if(r&&r.transitioning)return;n.collapse("hide"),r||n.data("bs.collapse",null)}var i=this.dimension();this.$element.removeClass("ai1ec-collapse").addClass("ai1ec-collapsing")[i](0),this.transitioning=1;var s=function(){this.$element.removeClass("ai1ec-collapsing").addClass("ai1ec-in")[i]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var o=e.camelCase(["scroll",i].join("-"));this.$element.one(e.support.transition.end,e.proxy(s,this)).emulateTransitionEnd(350)[i](this.$element[0][o])},t.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("ai1ec-in"))return;var t=e.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("ai1ec-collapsing").removeClass("ai1ec-collapse").removeClass("ai1ec-in"),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("ai1ec-collapsing").addClass("ai1ec-collapse")};if(!e.support.transition)return r.call(this);this.$element[n](0).one(e.support.transition.end,e.proxy(r,this)).emulateTransitionEnd(350)},t.prototype.toggle=function(){this[this.$element.hasClass("ai1ec-in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("bs.collapse"),s=e.extend({},t.DEFAULTS,r.data(),typeof n=="object"&&n);i||r.data("bs.collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=ai1ec-collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i),o=s.data("bs.collapse"),u=o?"toggle":n.data(),a=n.attr("data-parent"),f=a&&e(a);if(!o||!o.transitioning)f&&f.find('[data-toggle=ai1ec-collapse][data-parent="'+a+'"]').not(n).addClass("ai1ec-collapsed"),n[s.hasClass("ai1ec-in")?"addClass":"removeClass"]("ai1ec-collapsed");s.collapse(u)})}),timely.define("external_libs/bootstrap/modal",["jquery_timely"],function(e){var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,r=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(r);if(this.isShown||r.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="ai1ec-modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var r=e.support.transition&&n.$element.hasClass("ai1ec-fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),r&&n.$element[0].offsetWidth,n.$element.addClass("ai1ec-in").attr("aria-hidden",!1),n.enforceFocus();var i=e.Event("shown.bs.modal",{relatedTarget:t});r?n.$element.find(".ai1ec-modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(i)}).emulateTransitionEnd(300):n.$element.focus().trigger(i)})},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("ai1ec-in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal()},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]!==e.target&&!this.$element.has(e.target).length&&this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){e.which==27&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this,r=this.$element.hasClass("ai1ec-fade")?"ai1ec-fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="ai1ec-modal-backdrop '+r+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",e.proxy(function(e){if(e.target!==e.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("ai1ec-in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("ai1ec-in"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()):t&&t()};var n=e.fn.modal;e.fn.modal=function(n,r){return this.each(function(){var i=e(this),s=i.data("bs.modal"),o=e.extend({},t.DEFAULTS,i.data(),typeof n=="object"&&n);s||i.data("bs.modal",s=new t(this,o)),typeof n=="string"?s[n](r):o.show&&s.show(r)})},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.bs.modal.data-api",'[data-toggle="ai1ec-modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s,this).one("hide",function(){n.is(":visible")&&n.focus()})}),e(document).on("show.bs.modal",".ai1ec-modal",function(){e(document.body).addClass("ai1ec-modal-open")}).on("hidden.bs.modal",".ai1ec-modal",function(){e(document.body).removeClass("ai1ec-modal-open")})}),timely.define("external_libs/bootstrap/alert",["jquery_timely"],function(e){var t='[data-dismiss="ai1ec-alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed.bs.alert").remove()}var n=e(this),r=n.attr("data-target");r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var i=e(r);t&&t.preventDefault(),i.length||(i=n.hasClass("ai1ec-alert")?n:n.parent()),i.trigger(t=e.Event("close.bs.alert"));if(t.isDefaultPrevented())return;i.removeClass("ai1ec-in"),e.support.transition&&i.hasClass("ai1ec-fade")?i.one(e.support.transition.end,s).emulateTransitionEnd(150):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&apos;","/":"&#47;"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("scripts/add_new_event",["jquery_timely","domReady","libs/utils","ai1ec_config","scripts/add_new_event/event_location/gmaps_helper","scripts/add_new_event/event_location/input_coordinates_event_handlers","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_date_time/date_time_event_handlers","scripts/add_new_event/event_cost_helper","external_libs/jquery.calendrical_timespan","external_libs/jquery.inputdate","external_libs/jquery.tools","external_libs/bootstrap_datepicker","external_libs/bootstrap/transition","external_libs/bootstrap/collapse","external_libs/bootstrap/modal","external_libs/bootstrap/alert","external_libs/bootstrap/tab","external_libs/select2"],function(e,t,n,r,i,s,o,u,a,f){var l=function(){var t=new Date(r.now*1e3),n={allday:"#ai1ec_all_day_event",start_date_input:"#ai1ec_start-date-input",start_time_input:"#ai1ec_start-time-input",start_time:"#ai1ec_start-time",end_date_input:"#ai1ec_end-date-input",end_time_input:"#ai1ec_end-time-input",end_time:"#ai1ec_end-time",date_format:r.date_format,month_names:r.month_names,day_names:r.day_names,week_start_day:r.week_start_day,twentyfour_hour:r.twentyfour_hour,now:t};e.timespan(n)},c=function(){e(".ai1ec-panel-collapse").on("hide",function(){e(this).parent().removeClass("ai1ec-overflow-visible")}),e(".ai1ec-panel-collapse").on("shown",function(){var t=e(this);window.setTimeout(function(){t.parent().addClass("ai1ec-overflow-visible")},350)})},h=function(){l(),timely.require(["libs/gmaps"],function(e){e(i.init_gmaps)})},p=function(t,n){var r=null;"[object Array]"===Object.prototype.toString.call(n)?r=n.join("<br>"):r=n,e("#ai1ec_event_inline_alert").html(r),e("#ai1ec_event_inline_alert").removeClass("ai1ec-hidden"),t.preventDefault(),e("#publish, #ai1ec_bottom_publish").removeClass("button-primary-disabled"),e("#publish, #ai1ec_bottom_publish").removeClass("disabled"),e("#publish, #ai1ec_bottom_publish").siblings("#ajax-loading, .spinner").css("visibility","hidden")},d=function(t){o.ai1ec_check_lat_long_fields_filled_when_publishing_event(t)===!0&&(o.ai1ec_convert_commas_to_dots_for_coordinates(),o.ai1ec_check_lat_long_ok_for_search(t));var i=!1,s=[];e("#ai1ec_ticket_ext_url, #ai1ec_contact_url").each(function(){var t=this.value;e(this).removeClass("ai1ec-input-warn");var o=e(this).closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");i||o.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var u=e(this).attr("id"),a="ai1ec_ticket_ext_url"===u;if(""!==t&&!1===n.isValidUrl(t,a)){o.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||e(this).closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var f=u+"_not_valid";s.push(r[f]),e(this).addClass("ai1ec-input-warn")}});var u=e("#ai1ec_contact_email"),a=u.closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");u.removeClass("ai1ec-input-warn"),i||a.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var f=e.trim(u.val());if(""!==f&&!1===n.isValidEmail(f)){a.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||u.closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var l=u.attr("id")+"_not_valid";s.push(r[l]),u.addClass("ai1ec-input-warn")}var c=e("#title, #ai1ec_contact_name, #ai1ec_contact_email, #ai1ec_contact_phone, #content");if(e("#ai1ec_has_tickets").prop("checked")){c.addClass("ai1ec-required"),E(),e("#content").hasClass("ai1ec-error")?T(!0):T(!1);if(e(".ai1ec-error").not(".ai1ec-hidden .ai1ec-error").length||e(".ai1ec-tax-options-button").hasClass("ai1ec-required-error"))i=!0,e("#ai1ec-add-new-event-accordion > .ai1ec-panel-default > .ai1ec-panel-collapse").removeClass("ai1ec-collapse").css("height","auto"),s.push(r.ticketing_required_fields);e("#ai1ec_repeat").prop("checked")===!0&&(i=!0,s.push(r.ticketing_repeat_not_supported));if(!1===i){var h=0,d=0;e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").each(function(){var t=e(this),n=!1;t.find(".ai1ec-tickets-fields").remove(),t.find("select, input").each(function(){if(!this.name)return;"remove"===this.name&&(n=!0);var r=this.value;"checkbox"==this.type&&(1==this.checked?r="on":r="off"),e("<input />",{type:"hidden",name:"ai1ec_tickets["+h+"]["+this.name+"]","class":"ai1ec-tickets-fields",value:r}).appendTo(t)}),n||d++,h++}),0===d&&(i=!0,s.push(r.ticketing_no_tickets_included))}}else c.removeClass("ai1ec-required");i?p(t,s):(e(".ai1ec-tickets-form-template").remove(),e(".ai1ec-tickets-edit-form").find("input, select").not(".ai1ec-tickets-fields").prop("disabled",!0))},v=function(){e("#ai1ec_google_map").click(s.toggle_visibility_of_google_map_on_click),e("#ai1ec_input_coordinates").change(s.toggle_visibility_of_coordinate_fields_on_click),e("#post").submit(d),e("input.ai1ec-coordinates").blur(s.update_map_from_coordinates_on_blur),e("#ai1ec_bottom_publish").on("click",u.trigger_publish),e(document).on("change","#ai1ec_end",u.show_end_fields).on("click","#ai1ec_repeat_apply",u.handle_click_on_apply_button).on("click","#ai1ec_repeat_cancel",u.handle_click_on_cancel_modal).on("click","#ai1ec_monthly_type_bymonthday, #ai1ec_monthly_type_byday",u.handle_checkbox_monthly_tab_modal).on("click",".ai1ec-btn-group-grid a",u.handle_click_on_toggle_buttons),e("#ai1ec_repeat_box").on("hidden.bs.modal",u.handle_modal_hide),u.execute_pseudo_handlers(),e("#widgetField > a").on("click",u.handle_animation_of_calendar_widget),e(document).on("click",".ai1ec-set-banner-image",m),e(document).on("click",".ai1ec-remove-banner",g),e(document).on("click","#ai1ec_tax_options, #ai1ec_update_tax_options",k)},m=function(){var t={};return t._frame=wp.media({state:"featured-image",states:[new wp.media.controller.FeaturedImage,new wp.media.controller.EditImage]}),t._frame.open(),e(".media-frame:last ").addClass("ai1ec-banner-image-frame"),e(".media-frame-title:last h1").text(e(".ai1ec-set-banner-block .ai1ec-set-banner-image").text()),e(".media-frame-toolbar:last").append(e(".ai1ec-media-toolbar").clone().removeClass("ai1ec-media-toolbar ai1ec-hidden")),e(".ai1ec-save-banner-image").off().on("click",function(){var n=e(".attachments:visible li.selected img").attr("src"),r=e(".attachment-details:visible input[type=text]").val();return n&&r&&e("#ai1ec_event_banner .inside").find(".ai1ec-banner-image-block").removeClass("ai1ec-hidden").find("img").attr("src",n).end().find("input").val(r).end().end().find(".ai1ec-set-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-remove-banner-block").removeClass("ai1ec-hidden"),t._frame.close(),!1}),!1},g=function(){return e("#ai1ec_event_banner .inside").find(".ai1ec-remove-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-banner-image-block").addClass("ai1ec-hidden").find("input").val("").end().find("img").attr("src","").end().end().find(".ai1ec-set-banner-block").removeClass("ai1ec-hidden"),!1},y=function(){e("#ai1ec_event").insertAfter("#ai1ec_event_inline_alert"),e("#post").addClass("ai1ec-visible")},b=function(){e("#timezone-select").select2()},w=function(){e(".ai1ec-tickets-datepicker").not(".ai1ec-tickets-datepicker-inited").not(".ai1ec-tickets-form-template .ai1ec-tickets-datepicker").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block"),r=e(".ai1ec-tickets-time",n),i=e("input.ai1ec-tickets-full-date",n),s=i.val();t.val(s.substr(0,10)),r.val(s.substr(11,5)),r.on("change",function(){s=i.val(),i.val(s.substr(0,10)+" "+this.value+":00")}),t.addClass("ai1ec-tickets-datepicker-inited").datepicker({autoclose:!0}).on("changeDate",function(e){i.val(this.value+" "+r.val()+":00")})})},E=function(){e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_unlimited"]').each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-edit-form"),r=e('input[id="ai1ec_ticket_quantity"]',n);!1===t.prop("checked")?(r.val()==0&&r.val(""),r.addClass("ai1ec-required")):r.removeClass("ai1ec-required")}),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_avail"]').each(function(){var t=e(this);t.closest(".ai1ec-tickets-edit-form").find('input[id="ai1ec_ticket_sale_start_date"],input[id="ai1ec_ticket_sale_end_date"]').each(function(){!1===t.prop("checked")?e(this).addClass("ai1ec-required"):e(this).removeClass("ai1ec-required")})}),e(".ai1ec-ticket-field-error").hide(),e(".ai1ec-required").not(".ai1ec-tickets-form-template .ai1ec-required").each(function(){var t=e(this);t.removeClass("ai1ec-error");if(!e.trim(t.val())||"checkbox"===t.attr("type")&&!t.prop("checked"))t.addClass("ai1ec-error"),t.parent().find(".ai1ec-ticket-field-error").show()}),e('[name="ticket_sale_start_date"], [name="ticket_sale_end_date"]').not(".ai1ec-tickets-form-template input").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block").find('input[type="text"]');n.removeClass("ai1ec-error"),!t.closest(".ai1ec-avail-block").find('input[name="availibility"]:checked').length&&null===this.value.match(/^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/)&&n.addClass("ai1ec-error")});var t=e("#ai1ec_editing_ticket").val();return 0==t&&!e("#ai1ec_tax_inputs input").length?e(".ai1ec-tax-options-button").addClass("ai1ec-required-error").show():e(".ai1ec-tax-options-button").removeClass("ai1ec-required-error").hide(),e(".ai1ec-ticket-field-error:visible").length?!1:!0},S=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e("#ai1ec_ticket_quantity",n);1==t.prop("checked")?r.hide():r.show()},x=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e(".ai1ec-tickets-dates",n);1==t.prop("checked")?r.hide():r.show()},T=function(t){e("#ai1ec-event-description-field-error").remove(),t&&e("#postdivrich").before('<div id="ai1ec-event-description-field-error"><strong style="color: red;">* The Event description is required.</strong></div>')},N=function(){e(document).on("click change",'[id="ai1ec_ticket_unlimited"]',function(){S(e(this))}),e(document).on("click change",'[id="ai1ec_ticket_avail"]',function(){x(e(this))}),e(document).on("click change",'[id="ai1ec_new_ticket_status"]',function(){var t=e(this),n=t.closest(".ai1ec-tickets-panel"),i=t.find(":selected");if("canceled"===i.val()){var s=e("#ai1ec-ticket-taken",n);if(0<s.val()){e("#ai1ec-ticket-status-message",n).text(r.ticketing.cancel_message);return}}n.find("#ai1ec-ticket-status-message").text("")}),e(document).on("click",".ai1ec-remove-ticket",function(){var t=e(this).closest(".ai1ec-tickets-panel"),i=e("#ai1ec-ticket-taken",t);return 0<i.val()?n.alert(r.ticketing.information,r.ticketing.no_delete_text):t.addClass("ai1ec-hidden").append('<input type="hidden" name="remove" value="1">'),!1});var t=function(){var t=e(".ai1ec-tickets-form-template").clone();return t.removeClass("ai1ec-tickets-form-template").appendTo("#ai1ec-ticket-forms"),$checkbox=e("#ai1ec_ticket_unlimited",t),$checkbox.prop("checked",!0),S($checkbox),$checkbox=e("#ai1ec_ticket_avail",t),$checkbox.prop("checked",!0),x($checkbox),w(),!1};e("#ai1ec_add_new_ticket").on("click",t),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").length||t()},C=function(){var t=function(){e(".ai1ec_review_modal").modal("hide"),e(".ai1ec_review_modal").hide()},n=function(){var n=e(".ai1ec_review_negative_feedback, .ai1ec_review_contact_name, .ai1ec_review_contact_email, .ai1ec_review_site_url");n.each(function(){var t=e(this);t.removeClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").hide(),t.closest("td").find(".ai1ec-invalid-email-message").hide(),t.closest("td").find(".ai1ec-invalid-site-message").hide();if(!e.trim(t.val()))t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").show();else if(t.hasClass("ai1ec_review_contact_email")){var n=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;!1===n.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-email-message").show())}else if(t.hasClass("ai1ec_review_site_url")){var r=/[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;!1===r.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-site-message").show())}}),!1===n.hasClass("ai1ec-error")&&(e(".ai1ec_review_send_feedback").button("loading"),n.prop("disabled",!0),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_send_feedback_message",message:e(".ai1ec_review_negative_feedback").val(),name:e(".ai1ec_review_contact_name").val(),email:e(".ai1ec_review_contact_email").val(),site:e(".ai1ec_review_site_url").val()},success:function(n){e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-success ai1ec_review_messages"><strong>'+r.review.message_sent+"</strong></div>"),setTimeout(function(){e(".ai1ec_review_send_feedback").button("reset"),e(".ai1ec_not_enjoying_popup").prop("disabled",!0),t()},3e3)},error:function(t){n.prop("disabled",!1),e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-danger ai1ec_review_messages"><strong>Error!</strong> '+r.review.message_error+"</div>")}}))},i=function(){o("y")},s=function(){o("n")},o=function(n){t(),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_save_feedback_review",feedback:n}})};e(".ai1ec_review_enjoying_no_rating, .ai1ec_review_enjoying_go_wordpress").on("click",i),e(".ai1ec_review_send_feedback").on("click",n),e(".ai1ec_review_not_enjoying_no_rating").on("click",s)},k=function(){var t=e("#ai1ec_tax_box"),n=e(".ai1ec-modal-content",t),r=e(".ai1ec-loading",t);if(t.hasClass("ai1ec-active")){t.modal("show");return}t.addClass("ai1ec-active").modal({backdrop:"static"}),e.post(ajaxurl,{action:"ai1ec_get_tax_box",ai1ec_event_id:e("#post_ID").val()},function(t){var n=e("#ai1ec_tax_frame").get(0).contentWindow.document;r.remove(),e("#ai1ec_tax_frame").removeClass("ai1ec-hidden"),n.open(),n.write(t.message.body),n.close();var i=0,s=0,o=e("#ai1ec_tax_frame");setInterval(function(){s=o.contents().find("body").height(),s!=i&&o.css("height",(i=s)+"px")},500)},"json")};window.addEventListener("message",function(t){var n=t.data.toString(),r="timely_tax_options_",i="timely_tax_cancel",s=e("#ai1ec_tax_inputs");if(n===i){e("#ai1ec_tax_box").modal("hide");return}if(0!==n.indexOf(r))return;n=JSON.parse(n.substr(r.length)),e("#ai1ec_tax_box").modal("hide"),e("#ai1ec_tax_options").addClass("ai1ec-hidden"),e("#ai1ec_update_tax_options").removeClass("ai1ec-hidden"),s.html("");for(var o in n)s.append(e("<input />",{type:"hidden",name:"tax_options["+o+"]",value:n[o]}))},!1);var L=function(){h(),t(function(){c(),y(),v(),b(),N(),w(),C()})};return{start:L}}),timely.require(["scripts/add_new_event"],function(e){e.start()}),timely.define("pages/add_new_event",function(){});
161
  the specific language governing permissions and limitations under the Apache License and the GPL License.
162
  */
163
 
164
+ timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("scripts/add_new_event/event_location/input_coordinates_utility_functions",["jquery_timely","ai1ec_config","libs/utils"],function(e,t,n){var r=function(){e("#ai1ec_input_coordinates:checked").length>0&&e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){this.value=n.convert_comma_to_dot(this.value)})},i=function(t,n){var r=e("<div />",{text:n,"class":"ai1ec-error"});e(t).after(r)},s=function(t,n){t.target.id==="post"&&(t.stopImmediatePropagation(),t.preventDefault(),e("#publish").removeClass("button-primary-disabled"),e("#publish").siblings(".spinner").css("visibility","hidden")),e(n).focus()},o=function(){var t=n.field_has_value("ai1ec_address"),r=!0;return e("input.ai1ec-coordinates").each(function(){var e=n.field_has_value(this.id);e||(r=!1)}),t||r},u=function(n){var r=!0,o=!1;return e("#ai1ec_input_coordinates:checked").length>0&&(e("div.ai1ec-error").remove(),e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){var n=e(this).hasClass("latitude"),s=n?t.error_message_not_entered_lat:t.error_message_not_entered_long;this.value===""&&(r=!1,o===!1&&(o=this),i(this,s))})),r===!1&&s(n,o),r},a=function(r){if(e("#ai1ec_input_coordinates:checked").length===1){e("div.ai1ec-error").remove();var o=!0,u=!1,a=!1;return e("#ai1ec_table_coordinates input.ai1ec-coordinates").each(function(){if(this.value===""){a=!0;return}var r=e(this).hasClass("latitude"),s=r?t.error_message_not_valid_lat:t.error_message_not_valid_long;n.is_valid_coordinate(this.value,r)||(o=!1,u===!1&&(u=this),i(this,s))}),o===!1&&s(r,u),a===!0&&(o=!1),o}};return{ai1ec_convert_commas_to_dots_for_coordinates:r,ai1ec_show_error_message_after_element:i,check_if_address_or_coordinates_are_set:o,ai1ec_check_lat_long_fields_filled_when_publishing_event:u,ai1ec_check_lat_long_ok_for_search:a}}),timely.define("external_libs/jquery.autocomplete_geomod",["jquery_timely"],function(e){e.fn.extend({autocomplete:function(t,n){var r=typeof t=="string";return n=e.extend({},e.Autocompleter.defaults,{url:r?t:null,data:r?null:t,delay:r?e.Autocompleter.defaults.delay:10,max:n&&!n.scroll?10:150},n),n.highlight=n.highlight||function(e){return e},n.formatMatch=n.formatMatch||n.formatItem,this.each(function(){new e.Autocompleter(this,n)})},result:function(e){return this.bind("result",e)},search:function(e){return this.trigger("search",[e])},flushCache:function(){return this.trigger("flushCache")},setOptions:function(e){return this.trigger("setOptions",[e])},unautocomplete:function(){return this.trigger("unautocomplete")}}),e.Autocompleter=function(t,n){function d(){var r=h.selected();if(!r)return!1;var s=r.result;o=s;if(n.multiple){var u=m(i.val());if(u.length>1){var a=n.multipleSeparator.length,f=e(t).selection().start,l,c=0;e.each(u,function(e,t){c+=t.length;if(f<=c)return l=e,!1;c+=a}),u[l]=s,s=u.join(n.multipleSeparator)}s+=n.multipleSeparator}return i.val(s),w(),i.trigger("result",[r.data,r.value]),!0}function v(e,t){if(f==r.DEL){h.hide();return}var s=i.val();if(!t&&s==o)return;o=s,s=g(s),s.length>=n.minChars?(i.addClass(n.loadingClass),n.matchCase||(s=s.toLowerCase()),S(s,E,w)):(T(),h.hide())}function m(t){return t?n.multiple?e.map(t.split(n.multipleSeparator),function(n){return e.trim(t).length?e.trim(n):null}):[e.trim(t)]:[""]}function g(r){if(!n.multiple)return r;var i=m(r);if(i.length==1)return i[0];var s=e(t).selection().start;return s==r.length?i=m(r):i=m(r.replace(r.substring(s),"")),i[i.length-1]}function y(s,u){n.autoFill&&g(i.val()).toLowerCase()==s.toLowerCase()&&f!=r.BACKSPACE&&(i.val(i.val()+u.substring(g(o).length)),e(t).selection(o.length,o.length+u.length))}function b(){clearTimeout(s),s=setTimeout(w,200)}function w(){var e=h.visible();h.hide(),clearTimeout(s),T(),n.mustMatch&&i.search(function(e){if(!e)if(n.multiple){var t=m(i.val()).slice(0,-1);i.val(t.join(n.multipleSeparator)+(t.length?n.multipleSeparator:""))}else i.val(""),i.trigger("result",null)})}function E(e,t){t&&t.length&&a?(T(),h.display(t,e),y(e,t[0].value),h.show()):w()}function S(r,i,s){n.matchCase||(r=r.toLowerCase());var o=u.load(r);if(o&&o.length)i(r,o);else if(n.geocoder){var a=g(r),f={address:a};n.region&&(f.region=n.region),n.geocoder.geocode(f,function(e,t){var s=n.parse(e,t,a);u.add(r,s),i(r,s)})}else if(typeof n.url=="string"&&n.url.length>0){var l={timestamp:+(new Date)};e.each(n.extraParams,function(e,t){l[e]=typeof t=="function"?t():t}),e.ajax({mode:"abort",port:"autocomplete"+t.name,dataType:n.dataType,url:n.url,data:e.extend({q:g(r),limit:n.max},l),success:function(e){var t=n.parse&&n.parse(e)||x(e);u.add(r,t),i(r,t)}})}else h.emptyList(),s(r)}function x(t){var r=[],i=t.split("\n");for(var s=0;s<i.length;s++){var o=e.trim(i[s]);o&&(o=o.split("|"),r[r.length]={data:o,value:o[0],result:n.formatResult&&n.formatResult(o,o[0])||o[0]})}return r}function T(){i.removeClass(n.loadingClass)}var r={UP:38,DOWN:40,DEL:46,TAB:9,RETURN:13,ESC:27,COMMA:188,PAGEUP:33,PAGEDOWN:34,BACKSPACE:8},i=e(t).attr("autocomplete","off").addClass(n.inputClass),s,o="",u=e.Autocompleter.Cache(n),a=0,f,l=navigator.userAgent.match(/opera/i),c={mouseDownOnSelect:!1},h=e.Autocompleter.Select(n,t,d,c),p;l&&e(t.form).bind("submit.autocomplete",function(){if(p)return p=!1,!1}),i.bind((l?"keypress":"keydown")+".autocomplete",function(t){a=1,f=t.keyCode;switch(t.keyCode){case r.UP:t.preventDefault(),h.visible()?h.prev():v(0,!0);break;case r.DOWN:t.preventDefault(),h.visible()?h.next():v(0,!0);break;case r.PAGEUP:t.preventDefault(),h.visible()?h.pageUp():v(0,!0);break;case r.PAGEDOWN:t.preventDefault(),h.visible()?h.pageDown():v(0,!0);break;case n.multiple&&e.trim(n.multipleSeparator)==","&&r.COMMA:case r.TAB:case r.RETURN:if(d())return t.preventDefault(),p=!0,!1;break;case r.ESC:h.hide();break;default:clearTimeout(s),s=setTimeout(v,n.delay)}}).focus(function(){a++}).blur(function(){a=0,c.mouseDownOnSelect||b()}).click(function(){a++>1&&!h.visible()&&v(0,!0)}).bind("search",function(){function n(e,n){var r;if(n&&n.length)for(var s=0;s<n.length;s++)if(n[s].result.toLowerCase()==e.toLowerCase()){r=n[s];break}typeof t=="function"?t(r):i.trigger("result",r&&[r.data,r.value])}var t=arguments.length>1?arguments[1]:null;e.each(m(i.val()),function(e,t){S(t,n,n)})}).bind("flushCache",function(){u.flush()}).bind("setOptions",function(){e.extend(n,arguments[1]),"data"in arguments[1]&&u.populate()}).bind("unautocomplete",function(){h.unbind(),i.unbind(),e(t.form).unbind(".autocomplete")})},e.Autocompleter.defaults={inputClass:"ac_input",resultsClass:"ac_results",loadingClass:"ac_loading",minChars:1,delay:400,matchCase:!1,matchSubset:!0,matchContains:!1,cacheLength:10,max:100,mustMatch:!1,extraParams:{},selectFirst:!0,formatItem:function(e){return e[0]},formatMatch:null,autoFill:!1,width:0,multiple:!1,multipleSeparator:", ",highlight:function(e,t){return e.replace(new RegExp("(?![^&;]+;)(?!<[^<>]*)("+t.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")+")(?![^<>]*>)(?![^&;]+;)","gi"),"<strong>$1</strong>")},scroll:!0,scrollHeight:180},e.Autocompleter.Cache=function(t){function i(e,n){t.matchCase||(e=e.toLowerCase());var r=e.indexOf(n);return t.matchContains=="word"&&(r=e.toLowerCase().search("\\b"+n.toLowerCase())),r==-1?!1:r==0||t.matchContains}function s(e,i){r>t.cacheLength&&u(),n[e]||r++,n[e]=i}function o(){if(!t.data)return!1;var n={},r=0;t.url||(t.cacheLength=1),n[""]=[];for(var i=0,o=t.data.length;i<o;i++){var u=t.data[i];u=typeof u=="string"?[u]:u;var a=t.formatMatch(u,i+1,t.data.length);if(a===!1)continue;var f=a.charAt(0).toLowerCase();n[f]||(n[f]=[]);var l={value:a,data:u,result:t.formatResult&&t.formatResult(u)||a};n[f].push(l),r++<t.max&&n[""].push(l)}e.each(n,function(e,n){t.cacheLength++,s(e,n)})}function u(){n={},r=0}var n={},r=0;return setTimeout(o,25),{flush:u,add:s,populate:o,load:function(s){if(!t.cacheLength||!r)return null;if(!t.url&&t.matchContains){var o=[];for(var u in n)if(u.length>0){var a=n[u];e.each(a,function(e,t){i(t.value,s)&&o.push(t)})}return o}if(n[s])return n[s];if(t.matchSubset)for(var f=s.length-1;f>=t.minChars;f--){var a=n[s.substr(0,f)];if(a){var o=[];return e.each(a,function(e,t){i(t.value,s)&&(o[o.length]=t)}),o}}return null}}},e.Autocompleter.Select=function(t,n,r,i){function p(){if(!l)return;c=e("<div/>").hide().addClass(t.resultsClass).css("position","absolute").appendTo(document.body),h=e("<ul/>").appendTo(c).mouseover(function(t){d(t).nodeName&&d(t).nodeName.toUpperCase()=="LI"&&(u=e("li",h).removeClass(s.ACTIVE).index(d(t)),e(d(t)).addClass(s.ACTIVE))}).click(function(t){return e(d(t)).addClass(s.ACTIVE),r(),n.focus(),!1}).mousedown(function(){i.mouseDownOnSelect=!0}).mouseup(function(){i.mouseDownOnSelect=!1}),t.width>0&&c.css("width",t.width),l=!1}function d(e){var t=e.target;while(t&&t.tagName!="LI")t=t.parentNode;return t?t:[]}function v(e){o.slice(u,u+1).removeClass(s.ACTIVE),m(e);var n=o.slice(u,u+1).addClass(s.ACTIVE);if(t.scroll){var r=0;o.slice(0,u).each(function(){r+=this.offsetHeight}),r+n[0].offsetHeight-h.scrollTop()>h[0].clientHeight?h.scrollTop(r+n[0].offsetHeight-h.innerHeight()):r<h.scrollTop()&&h.scrollTop(r)}}function m(e){u+=e,u<0?u=o.size()-1:u>=o.size()&&(u=0)}function g(e){return t.max&&t.max<e?t.max:e}function y(){h.empty();var n=g(a.length);for(var r=0;r<n;r++){if(!a[r])continue;var i=t.formatItem(a[r].data,r+1,n,a[r].value,f);if(i===!1)continue;var l=e("<li/>").html(t.highlight(i,f)).addClass(r%2==0?"ac_even":"ac_odd").appendTo(h)[0];e.data(l,"ac_data",a[r])}o=h.find("li"),t.selectFirst&&(o.slice(0,1).addClass(s.ACTIVE),u=0),e.fn.bgiframe&&h.bgiframe()}var s={ACTIVE:"ac_over"},o,u=-1,a,f="",l=!0,c,h;return{display:function(e,t){p(),a=e,f=t,y()},next:function(){v(1)},prev:function(){v(-1)},pageUp:function(){u!=0&&u-8<0?v(-u):v(-8)},pageDown:function(){u!=o.size()-1&&u+8>o.size()?v(o.size()-1-u):v(8)},hide:function(){c&&c.hide(),o&&o.removeClass(s.ACTIVE),u=-1},visible:function(){return c&&c.is(":visible")},current:function(){return this.visible()&&(o.filter("."+s.ACTIVE)[0]||t.selectFirst&&o[0])},show:function(){var r=e(n).offset();c.css({width:typeof t.width=="string"||t.width>0?t.width:e(n).width(),top:r.top+n.offsetHeight,left:r.left}).show();if(t.scroll){h.scrollTop(0),h.css({maxHeight:t.scrollHeight,overflow:"auto"});if(navigator.userAgent.match(/msie/i)&&typeof document.body.style.maxHeight=="undefined"){var i=0;o.each(function(){i+=this.offsetHeight});var s=i>t.scrollHeight;h.css("height",s?t.scrollHeight:i),s||o.width(h.width()-parseInt(o.css("padding-left"))-parseInt(o.css("padding-right")))}}},selected:function(){var t=o&&o.filter("."+s.ACTIVE).removeClass(s.ACTIVE);return t&&t.length&&e.data(t[0],"ac_data")},emptyList:function(){h&&h.empty()},unbind:function(){c&&c.remove()}}},e.fn.selection=function(e,t){if(e!==undefined)return this.each(function(){if(this.createTextRange){var n=this.createTextRange();t===undefined||e==t?(n.move("character",e),n.select()):(n.collapse(!0),n.moveStart("character",e),n.moveEnd("character",t),n.select())}else this.setSelectionRange?this.setSelectionRange(e,t):this.selectionStart&&(this.selectionStart=e,this.selectionEnd=t)});var n=this[0];if(n.createTextRange){var r=document.selection.createRange(),i=n.value,s="<->",o=r.text.length;r.text=s;var u=n.value.indexOf(s);return n.value=i,this.selection(u,u+o),{start:u,end:u+o}}if(n.selectionStart!==undefined)return{start:n.selectionStart,end:n.selectionEnd}}}),timely.define("external_libs/geo_autocomplete",["jquery_timely","external_libs/jquery.autocomplete_geomod"],function(e){e.fn.extend({geo_autocomplete:function(t,n){return options=e.extend({},e.Autocompleter.defaults,{geocoder:t,mapwidth:100,mapheight:100,maptype:"terrain",mapkey:"ABQIAAAAbnvDoAoYOSW2iqoXiGTpYBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQNumU68AwGqjbSNF9YO8NokKst8w",mapsensor:!1,parse:function(t,n,r){var i=[];return t&&n&&n=="OK"&&e.each(t,function(t,n){if(n.geometry&&n.geometry.viewport){var s=n.formatted_address.split(","),o=s[0];e.each(s,function(t,n){if(n.toLowerCase().indexOf(r.toLowerCase())!=-1)return o=e.trim(n),!1}),i.push({data:n,value:o,result:o})}}),i},formatItem:function(e,t,n,r){var i="https://maps.google.com/maps/api/staticmap?visible="+e.geometry.viewport.getSouthWest().toUrlValue()+"|"+e.geometry.viewport.getNorthEast().toUrlValue()+"&size="+options.mapwidth+"x"+options.mapheight+"&maptype="+options.maptype+"&key="+options.mapkey+"&sensor="+(options.mapsensor?"true":"false"),s=e.formatted_address.replace(/,/gi,",<br/>");return'<img src="'+i+'" width="'+options.mapwidth+'" height="'+options.mapheight+'" /> '+s+'<br clear="both"/>'}},n),options.highlight=options.highlight||function(e){return e},options.formatMatch=options.formatMatch||options.formatItem,options.resultsClass="ai1ec-geo-ac-results-not-ready",this.each(function(){e(this).one("focus",function(){var t=setInterval(function(){var n=e(".ai1ec-geo-ac-results-not-ready");n.length&&(n.removeClass("ai1ec-geo-ac-results-not-ready").addClass("ai1ec-geo-ac-results").children("ul").addClass("ai1ec-dropdown-menu"),clearInterval(t))},500)}),new e.Autocompleter(this,options)})}})}),timely.define("scripts/add_new_event/event_location/gmaps_helper",["jquery_timely","domReady","ai1ec_config","scripts/add_new_event/event_location/input_coordinates_utility_functions","external_libs/jquery.autocomplete_geomod","external_libs/geo_autocomplete"],function(e,t,n,r){var i,s,o,u,a,f,l=function(t){e("#ai1ec_latitude").val(t.latLng.lat()),e("#ai1ec_longitude").val(t.latLng.lng()),e("#ai1ec_input_coordinates:checked").length===0&&e("#ai1ec_input_coordinates").trigger("click")},c=function(){n.disable_autocompletion||e("#ai1ec_address").geo_autocomplete(new google.maps.Geocoder,{selectFirst:!1,minChars:3,cacheLength:50,width:300,scroll:!0,scrollHeight:330,region:n.region}).result(function(e,t){t&&p(t)}).change(function(){if(e(this).val().length>0){var t=e(this).val();i.geocode({address:t,region:n.region},function(e,t){t===google.maps.GeocoderStatus.OK&&p(e[0])})}})},h=function(){i=new google.maps.Geocoder,s=new google.maps.LatLng(9.965,-83.327),o={zoom:0,mapTypeId:google.maps.MapTypeId.ROADMAP,center:s},t(function(){e("#ai1ec_map_canvas").length>0&&(u=new google.maps.Map(e("#ai1ec_map_canvas").get(0),o),a=new google.maps.Marker({map:u,draggable:!0}),google.maps.event.addListener(a,"dragend",l),a.setPosition(s),c(),v(),e('a[href="#ai1ec-event-location-box"]').on("click",function(){window.setTimeout(function(){google.maps.event.trigger(u,"resize"),u.setCenter(a.getPosition())},150)}))})},p=function(t){u.setCenter(t.geometry.location),u.setZoom(15),a.setPosition(t.geometry.location),e("#ai1ec_address").val(t.formatted_address),e("#ai1ec_latitude").val(t.geometry.location.lat()),e("#ai1ec_longitude").val(t.geometry.location.lng()),e("#ai1ec_input_coordinates").is(":checked")||e("#ai1ec_input_coordinates").click();var n="",r="",i="",s=0,o=0,f="",l;for(var c=0;c<t.address_components.length;c++)switch(t.address_components[c].types[0]){case"street_number":n=t.address_components[c].long_name;break;case"route":r=t.address_components[c].long_name;break;case"locality":i=t.address_components[c].long_name;break;case"administrative_area_level_1":f=t.address_components[c].long_name;break;case"postal_code":s=t.address_components[c].long_name;break;case"country":l=t.address_components[c].short_name,o=t.address_components[c].long_name}var h=n.length>0?n+" ":"";h+=r.length>0?r:"",s=s!==0?s:"",e("#ai1ec_city").val(i),e("#ai1ec_province").val(f),e("#ai1ec_postal_code").val(s),e("#ai1ec_country").val(o),e("#ai1ec_country_short").val(l)},d=function(){var t=parseFloat(e("#ai1ec_latitude").val()),n=parseFloat(e("#ai1ec_longitude").val()),r=new google.maps.LatLng(t,n);u.setCenter(r),u.setZoom(15),a.setPosition(r)},v=function(){e("#ai1ec_input_coordinates:checked").length===0?(e("#ai1ec_table_coordinates").hide(),e("#ai1ec_address").change()):d()},m=function(){return a},g=function(){return f};return{init_gmaps:h,ai1ec_update_map_from_coordinates:d,get_marker:m,get_position:g}}),timely.define("scripts/add_new_event/event_location/input_coordinates_event_handlers",["jquery_timely","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_location/gmaps_helper","ai1ec_config"],function(e,t,n,r){var i=function(t){this.checked?e(".ai1ec-map-preview").addClass("ai1ec-map-visible"):e(".ai1ec-map-preview").removeClass("ai1ec-map-visible")},s=function(t){this.checked?e("#ai1ec_table_coordinates").fadeIn("fast"):e("#ai1ec_table_coordinates").fadeOut("fast")},o=function(e){t.ai1ec_convert_commas_to_dots_for_coordinates();var r=t.ai1ec_check_lat_long_ok_for_search(e);r===!0&&n.ai1ec_update_map_from_coordinates()};return{toggle_visibility_of_google_map_on_click:i,toggle_visibility_of_coordinate_fields_on_click:s,update_map_from_coordinates_on_blur:o}}),timely.define("external_libs/jquery.calendrical_timespan",["jquery_timely"],function(e){function l(){var e=new Date;return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function c(e,t){return typeof e=="string"&&(e=new Date(e)),typeof t=="string"&&(t=new Date(t)),e.getUTCDate()===t.getUTCDate()&&e.getUTCMonth()===t.getUTCMonth()&&e.getUTCFullYear()===t.getUTCFullYear()?!0:!1}function h(e,t){if(e instanceof Date)return h(e.getUTCFullYear(),e.getUTCMonth());if(t==1){var n=e%4==0&&(e%100!=0||e%400==0);return n?29:28}return t==3||t==5||t==8||t==10?30:31}function p(e){return new Date(e.getTime()+864e5)}function d(e){return new Date(e.getTime()-864e5)}function v(e,t){return t==11?new Date(e+1,0,1):new Date(e,t+1,1)}function m(t,n,r,i){var s=i.monthNames.split(","),o=e("<thead />"),u=e("<tr />").appendTo(o);e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&laquo;</a>').addClass("prevMonth").mousedown(function(e){g(t,r==0?n-1:n,r==0?11:r-1,i),e.preventDefault()})).appendTo(u),e("<th />").addClass("monthCell").attr("colSpan",5).append(e('<a href="javascript:;">'+s[r]+" "+n+"</a>").addClass("monthName")).appendTo(u),e("<th />").addClass("monthCell").append(e('<a href="javascript:;">&raquo;</a>').addClass("nextMonth").mousedown(function(){g(t,r==11?n+1:n,r==11?0:r+1,i)})).appendTo(u);var a=i.dayNames.split(","),f=parseInt(i.weekStartDay),l=[];for(var c=0,h=a.length;c<h;c++)l[c]=a[(c+f)%h];var p=e("<tr />").appendTo(o);return e.each(l,function(t,n){e("<td />").addClass("dayName").append(n).appendTo(p)}),o}function g(t,n,r,i){i=i||{};var s=parseInt(i.weekStartDay),o=i.today?i.today:l();o.setHours(0),o.setMinutes(0);var u=new Date(n,r,1),a=v(n,r),f=Math.abs(o.getTimezoneOffset());f!=0&&(o.setHours(o.getHours()+f/60),o.setMinutes(o.getMinutes()+f%60),u.setHours(u.getHours()+f/60),u.setMinutes(u.getMinutes()+f%60),a.setHours(a.getHours()+f/60),a.setMinutes(a.getMinutes()+f%60));var h=a.getUTCDay()-s;h<0?h=Math.abs(h)-1:h=6-h;for(var g=0;g<h;g++)a=p(a);var y=e("<table />");m(t,n,r,i).appendTo(y);var b=e("<tbody />").appendTo(y),w=e("<tr />"),E=u.getUTCDay()-s;E<0&&(E=7+E);for(var g=0;g<E;g++)u=d(u);while(u<=a){var S=e("<td />").addClass("day").append(e('<a href="javascript:;">'+u.getUTCDate()+"</a>").click(function(){var e=u;return function(){i&&i.selectDate&&i.selectDate(e)}}())).appendTo(w),x=c(u,o),T=i.selected&&c(i.selected,u);x&&S.addClass("today"),T&&S.addClass("selected"),x&&T&&S.addClass("today_selected"),u.getUTCMonth()!=r&&S.addClass("nonMonth");var N=u.getUTCDay();(N+1)%7==s&&(b.append(w),w=e("<tr />")),u=p(u)}w.children().length?b.append(w):w.remove(),t.empty().append(y)}function y(t,n){var r=n.selection&&f(n.selection);r&&(r.minute=Math.floor(r.minute/15)*15);var i=n.startTime&&n.startTime.hour*60+n.startTime.minute,s,o=e("<ul />");for(var a=0;a<24;a++)for(var l=0;l<60;l+=15){if(i&&i>a*60+l)continue;(function(){var t=u(a,l,n.isoTime),f=t;if(i!=null){var c=a*60+l-i;c<60?f+=" ("+c+" min)":c==60?f+=" (1 hr)":f+=" ("+Math.floor(c/60)+" hr "+c%60+" min)"}var h=e("<li />").append(e('<a href="javascript:;">'+f+"</a>").click(function(){n&&n.selectTime&&n.selectTime(t)}).mousemove(function(){e("li.selected",o).removeClass("selected")})).appendTo(o);!s&&a==n.defaultHour&&(s=h),r&&r.hour==a&&r.minute==l&&(h.addClass("selected"),s=h)})()}s&&setTimeout(function(){t[0].scrollTop=s[0].offsetTop-s.height()*2},0),t.empty().append(o)}function b(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function w(){e(this).data("timespan.stored",this.value)}function E(t,n,r,i,a,f,l,c,h,p){r.val(r.data("timespan.initial_value")),f.val(f.data("timespan.initial_value")),l.get(0).checked=l.data("timespan.initial_value");var d=s(r,p,0,15);n.val(u(d.getUTCHours(),d.getUTCMinutes(),c)),t.val(o(d,h));var v=s(f,d.getTime(),1,15);a.val(u(v.getUTCHours(),v.getUTCMinutes(),c)),l.get(0).checked&&v.setUTCDate(v.getUTCDate()-1),i.val(o(v,h)),t.each(w),n.each(w),i.each(w),a.each(w),l.trigger("change.timespan"),e("#ai1ec_instant_event").trigger("change.timespan")}var t={us:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"m/d/y",order:"middleEndian",zeroPad:!1},iso:{pattern:/([\d]{4}|[\d]{2})-([\d]{1,2})-([\d]{1,2})/,format:"y-m-d",order:"bigEndian",zeroPad:!0},dot:{pattern:/([\d]{1,2}).([\d]{1,2}).([\d]{4}|[\d]{2})/,format:"d.m.y",order:"littleEndian",zeroPad:!1},def:{pattern:/([\d]{1,2})\/([\d]{1,2})\/([\d]{4}|[\d]{2})/,format:"d/m/y",order:"littleEndian",zeroPad:!1}},n=function(e){return e<10?"0"+e:e},r=function(e,t){typeof t=="undefined"&&(t=!1);var r=e.getUTCFullYear()+"-"+n(e.getUTCMonth()+1)+"-"+n(e.getUTCDate());return t&&(r+="T"+n(e.getUTCHours())+":"+n(e.getUTCMinutes())+":00"),r},i=function(e,t){var n=e.val(),r=null;if(n.length<4)r=new Date(t);else{r=new Date(n);var i=n.split("T"),s=i[0].split("-"),o=i[1].split(":");r.setUTCFullYear(s[0],s[1]-1,s[2]),r.setUTCHours(o[0],o[1],o[2],0)}return r},s=function(e,t,n,r){return t+=n*36e5,t-=t%(r*6e4),i(e,t)},o=function(e,n,r){var i,s,o;typeof t[n]=="undefined"&&(n="def"),typeof r=="undefined"&&(r=!1),!0===r?(i=e.getFullYear().toString(),s=(e.getMonth()+1).toString(),o=e.getDate().toString()):(i=e.getUTCFullYear().toString(),s=(e.getUTCMonth()+1).toString(),o=e.getUTCDate().toString()),t[n].zeroPad&&(s.length==1&&(s="0"+s),o.length==1&&(o="0"+o));var u=t[n].format;return u=u.replace("d",o),u=u.replace("m",s),u=u.replace("y",i),u},u=function(e,t,n){var r=t;t<10&&(r="0"+t);if(n){var i=e;return i<10&&(i="0"+e),i+":"+r}var i=e%12;i==0&&(i=12);var s=e<12?"am":"pm";return i+":"+r+s},a=function(e,n){typeof t[n]=="undefined"&&(n="def");var r=e.match(t[n].pattern);if(!r||r.length!=4)return Date("invalid");switch(t[n].order){case"bigEndian":var i=r[3],s=r[2],o=r[1];break;case"littleEndian":var i=r[1],s=r[2],o=r[3];break;case"middleEndian":var i=r[2],s=r[1],o=r[3];break;default:var i=r[1],s=r[2],o=r[3]}return o.length==2&&(o=(new Date).getUTCFullYear().toString().substr(0,2)+o),new Date(s+"/"+i+"/"+o+" GMT")},f=function(e){var t=t=/(\d+)\s*[:\-\.,]\s*(\d+)\s*(am|pm)?/i.exec(e);if(t&&t.length>=3){var n=Number(t[1]),r=Number(t[2]);return n==12&&t[3]&&(n-=12),t[3]&&t[3].toLowerCase()=="pm"&&(n+=12),{hour:n,minute:r}}return null};e.fn.calendricalDate=function(t){return t=t||{},t.padding=t.padding||4,t.monthNames=t.monthNames||"January,February,March,April,May,June,July,August,September,October,November,December",t.dayNames=t.dayNames||"S,M,T,W,T,F,S",t.weekStartDay=t.weekStartDay||0,this.each(function(){var n=e(this),r,i=!1;n.bind("focus",function(){if(r)return;var s=n.position(),u=n.css("padding-left");r=e("<div />").addClass("calendricalDatePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:s.left,top:s.top+n.height()+t.padding*2}),n.after(r);var f=a(n.val(),t.dateFormat);f.getUTCFullYear()||(f=t.today?t.today:l()),g(r,f.getUTCFullYear(),f.getUTCMonth(),{today:t.today,selected:f,monthNames:t.monthNames,dayNames:t.dayNames,weekStartDay:t.weekStartDay,selectDate:function(e){i=!1,n.val(o(e,t.dateFormat)),r.remove(),r=null;if(t.endDate){var s=a(t.endDate.val(),t.dateFormat);s>=f&&t.endDate.val(o(new Date(e.getTime()+s.getTime()-f.getTime()),t.dateFormat))}}})}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalDateRange=function(t){return this.length>=2&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[1])},t)),e(this[1]).calendricalDate(t)),this},e.fn.calendricalDateRangeSingle=function(t){return this.length==1&&e(this).calendricalDate(t),this},e.fn.calendricalTime=function(t){return t=t||{},t.padding=t.padding||4,this.each(function(){var n=e(this),r,i=!1;n.bind("focus click",function(){if(r)return;var s=t.startTime;s&&t.startDate&&t.endDate&&!c(a(t.startDate.val()),a(t.endDate.val()))&&(s=!1);var o=n.position();r=e("<div />").addClass("calendricalTimePopup").mouseenter(function(){i=!0}).mouseleave(function(){i=!1}).mousedown(function(e){e.preventDefault()}).css({position:"absolute",left:o.left,top:o.top+n.height()+t.padding*2}),s&&r.addClass("calendricalEndTimePopup"),n.after(r);var u={selection:n.val(),selectTime:function(e){i=!1,n.val(e),r.remove(),r=null},isoTime:t.isoTime||!1,defaultHour:t.defaultHour!=null?t.defaultHour:8};s&&(u.startTime=f(t.startTime.val())),y(r,u)}).blur(function(){if(i){r&&n.focus();return}if(!r)return;r.remove(),r=null})})},e.fn.calendricalTimeRange=function(t){return this.length>=2&&(e(this[0]).calendricalTime(t),e(this[1]).calendricalTime(e.extend({startTime:e(this[0])},t))),this},e.fn.calendricalDateTimeRange=function(t){return this.length>=4&&(e(this[0]).calendricalDate(e.extend({endDate:e(this[2])},t)),e(this[1]).calendricalTime(t),e(this[2]).calendricalDate(t),e(this[3]).calendricalTime(e.extend({startTime:e(this[1]),startDate:e(this[0]),endDate:e(this[2])},t))),this};var S={allday:"#allday",start_date_input:"#start-date-input",start_time_input:"#start-time-input",start_time:"#start-time",end_date_input:"#end-date-input",end_time_input:"#end-time-input",end_time:"#end-time",twentyfour_hour:!1,date_format:"def",now:new Date},x={init:function(t){function C(){var e=a(s.val(),n.date_format).getTime()/1e3,t=f(l.val());e+=t.hour*3600+t.minute*60;var r=a(h.val(),n.date_format).getTime()/1e3,i=f(p.val());return r+=i.hour*3600+i.minute*60,r-e}function k(){var e=a(s.data("timespan.stored"),n.date_format),t=f(l.data("timespan.stored")),r=e.getTime()/1e3+t.hour*3600+t.minute*60+s.data("time_diff");return r=new Date(r*1e3),h.val(o(r,n.date_format)),p.val(u(r.getUTCHours(),r.getUTCMinutes(),n.twentyfour_hour)),!0}var n=e.extend({},S,t),i=e(n.allday),s=e(n.start_date_input),l=e(n.start_time_input),c=e(n.start_time),h=e(n.end_date_input),p=e(n.end_time_input),d=e(n.end_time),v=e("#ai1ec_instant_event"),m=h.add(p),g=s.add(n.end_date_input),y=l.add(n.end_time_input),x=s.add(n.start_time_input).add(n.end_date_input).add(n.end_time_input);x.bind("focus.timespan",w),v.bind("change.timespan",function(){this.checked?(m.closest("tr").fadeOut(),i.attr("disabled",!0)):(i.removeAttr("disabled"),m.closest("tr").fadeIn())});var T=new Date(n.now.getFullYear(),n.now.getMonth(),n.now.getDate()),N=!1;return i.bind("change.timespan",function(){this.checked?(y.fadeOut(),v.attr("disabled",!0)):(v.removeAttr("disabled"),y.fadeIn()),N||(N=!0,x.calendricalDateTimeRange({today:T,dateFormat:n.date_format,isoTime:n.twentyfour_hour,monthNames:n.month_names,dayNames:n.day_names,weekStartDay:n.week_start_day}))}).get().checked=!1,g.bind("blur.timespan",function(){var t=a(this.value,n.date_format);isNaN(t)?b(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(o(t,n.date_format)))}),y.bind("blur.timespan",function(){var t=f(this.value);t?(e(this).data("timespan.stored",this.value),e(this).val(u(t.hour,t.minute,n.twentyfour_hour))):b(e(this))}),s.add(n.start_time_input).bind("focus.timespan",function(){s.data("time_diff",C())}).bind("blur.timespan",function(){s.data("time_diff")<0&&s.data("time_diff",900);var e=k()}),h.add(n.start_time_input).bind("blur.timespan",function(){if(C()<0){s.data("time_diff",900);var e=k()}}),s.closest("form").bind("submit.timespan",function(){var e=a(s.val(),n.date_format).getTime()/1e3;if(!isNaN(e)){if(!i.get(0).checked){var t=f(l.val());t?e+=t.hour*3600+t.minute*60:e=""}}else e="";e>0&&c.val(r(new Date(e*1e3),!0));var o=a(h.val(),n.date_format).getTime()/1e3;if(!isNaN(o))if(i.get(0).checked)o+=86400;else{var t=f(p.val());t?o+=t.hour*3600+t.minute*60:o=""}else o="";o>0&&d.val(r(new Date(o*1e3),!0))}),c.data("timespan.initial_value",c.val()),d.data("timespan.initial_value",d.val()),i.data("timespan.initial_value",i.get(0).checked),E(s,l,c,h,p,d,i,n.twentyfour_hour,n.date_format,n.now),this},reset:function(t){var n=e.extend({},S,t);return E(e(n.start_date_input),e(n.start_time_input),e(n.start_time),e(n.end_date_input),e(n.end_time_input),e(n.end_time),e(n.allday),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},S,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};return e.timespan=function(t){if(x[t])return x[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return x.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")},{formatDate:o,parseDate:a}}),timely.define("scripts/add_new_event/event_date_time/date_time_utility_functions",["jquery_timely","ai1ec_config","libs/utils","external_libs/jquery.calendrical_timespan"],function(e,t,n,r){var i=n.get_ajax_url(),s=function(t,n,r,i,s,o){e(t).val(i),e("#ai1ec_repeat_box").modal("hide");var u=e.trim(e(n).text());u.lastIndexOf(":")===-1&&(u=u.substring(0,u.length-3),e(n).html(u+":")),e(s).attr("disabled",!1),e(r).fadeOut("fast",function(){e(this).html(o.message),e(this).fadeIn("fast")})},o=function(t,n,r,i){e("#ai1ec_repeat_box .ai1ec-alert-danger").text(r.message).removeClass("ai1ec-hide"),e(i).attr("disabled",!1),e(t).val("");var s=e.trim(e(n).text());s.lastIndexOf("...")===-1&&(s=s.substring(0,s.length-1),e(n).text(s+"...")),e(this).closest("tr").find(".ai1ec_rule_text").text()===""&&e(t).siblings("input:checkbox").removeAttr("checked")},u=function(t,n,r,i,s){e(document).on("click",t,function(){if(!e(n).is(":checked")){e(n).attr("checked",!0);var t=e.trim(e(r).text());t=t.substring(0,t.length-3),e(r).text(t+":")}return c(i,s),!1})},a=function(t,n,r,i,s){e(t).click(function(){if(e(this).is(":checked"))this.id==="ai1ec_repeat"&&e("#ai1ec_exclude").removeAttr("disabled"),c(i,s);else{this.id==="ai1ec_repeat"&&(e("#ai1ec_exclude").removeAttr("checked").attr("disabled",!0),e("#ai1ec_exclude_text > a").text("")),e(n).text("");var t=e.trim(e(r).text());t=t.substring(0,t.length-1),e(r).text(t+"...")}})},f=function(t,n,r){if(e.trim(e(t).text())===""){e(n).removeAttr("checked"),e("#ai1ec_repeat").is(":checked")||e("#ai1ec_exclude").attr("disabled",!0);var i=e.trim(e(r).text());i.lastIndexOf("...")===-1&&(i=i.substring(0,i.length-1),e(r).text(i+"..."))}},l=function(){e("#ai1ec_count, #ai1ec_daily_count, #ai1ec_weekly_count, #ai1ec_monthly_count, #ai1ec_yearly_count").rangeinput({css:{input:"ai1ec-range",slider:"ai1ec-slider",progress:"ai1ec-progress",handle:"ai1ec-handle"}});var n=e("#ai1ec_recurrence_calendar");n.datepicker({multidate:!0,weekStart:t.week_start_day}),n.on("changeDate",function(n){var i=[],s=[];for(var o=0;o<n.dates.length;o++){var u=new Date(n.dates[o]),a=""+u.getFullYear()+("0"+(u.getMonth()+1)).slice(-2)+("0"+u.getDate()).slice(-2)+"T000000Z",f='<span class="ai1ec-label ai1ec-label-default">'+r.formatDate(u,t.date_format,!0)+"</span>";i.push(a),s.push(f)}e("#ai1ec_rec_dates_list").html(s.join(" ")),e("#ai1ec_rec_custom_dates").val(i.join(","))});var i={start_date_input:"#ai1ec_until-date-input",start_time:"#ai1ec_until-time",date_format:t.date_format,month_names:t.month_names,day_names:t.day_names,week_start_day:t.week_start_day,twentyfour_hour:t.twentyfour_hour,now:new Date(t.now*1e3)};e.inputdate(i),e(document).trigger("ai1ec.recurrence-modal.inited")},c=function(t,n){var r=e("#ai1ec_repeat_box"),s=e(".ai1ec-loading",r);r.modal({backdrop:"static"}),e.post(i,t,function(e){e.error?(window.alert(e.message),r.modal("hide")):(s.addClass("ai1ec-hide").after(e.message),typeof n=="function"&&n())},"json")};return{show_repeat_tabs:c,init_modal_widgets:l,click_on_modal_cancel:f,click_on_checkbox:a,click_on_ics_rule_text:u,repeat_form_error:o,repeat_form_success:s}}),timely.define("external_libs/bootstrap/button",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r)};t.DEFAULTS={loadingText:"loading..."},t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.is("input")?"val":"html",i=n.data();e+="Text",i.resetText||n.data("resetText",n[r]()),n[r](i[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass("ai1ec-"+t).attr(t,t):n.removeClass("ai1ec-"+t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="ai1ec-buttons"]'),t=!0;if(e.length){var n=this.$element.find("input");n.prop("type")==="radio"&&(n.prop("checked")&&this.$element.hasClass("ai1ec-active")?t=!1:e.find(".ai1ec-active").removeClass("ai1ec-active")),t&&n.prop("checked",!this.$element.hasClass("ai1ec-active")).trigger("change")}t&&this.$element.toggleClass("ai1ec-active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("bs.button"),s=typeof n=="object"&&n;i||r.data("bs.button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.bs.button.data-api","[data-toggle^=ai1ec-button]",function(t){var n=e(t.target);n.hasClass("ai1ec-btn")||(n=n.closest(".ai1ec-btn")),n.button("toggle"),t.preventDefault()})}),timely.define("scripts/add_new_event/event_date_time/date_time_event_handlers",["jquery_timely","ai1ec_config","scripts/add_new_event/event_date_time/date_time_utility_functions","external_libs/jquery.calendrical_timespan","libs/utils","external_libs/bootstrap/button"],function(e,t,n,r,i){var s=i.get_ajax_url(),o=function(){var t=e("#ai1ec_end option:selected").val();switch(t){case"0":e("#ai1ec_until_holder, #ai1ec_count_holder").collapse("hide");break;case"1":e("#ai1ec_until_holder").collapse("hide"),e("#ai1ec_count_holder").collapse("show");break;case"2":e("#ai1ec_count_holder").collapse("hide"),e("#ai1ec_until_holder").collapse("show")}},u=function(){e("#publish").trigger("click")},a=function(){var i=e(this),o="",u=e("#ai1ec_repeat_box .ai1ec-tab-pane.ai1ec-active"),a=u.data("freq"),f=!0;switch(a){case"daily":o+="FREQ=DAILY;";var l=e("#ai1ec_daily_count").val();l>1&&(o+="INTERVAL="+l+";");break;case"weekly":o+="FREQ=WEEKLY;";var c=e("#ai1ec_weekly_count").val();c>1&&(o+="INTERVAL="+c+";");var h=e('input[name="ai1ec_weekly_date_select"]:first').val(),p=e('#ai1ec_weekly_date_select > div:first > input[type="hidden"]:first').val();h.length>0&&(o+="WKST="+p+";BYday="+h+";");break;case"monthly":o+="FREQ=MONTHLY;";var d=e("#ai1ec_monthly_count").val(),v=e('input[name="ai1ec_monthly_type"]:checked').val();d>1&&(o+="INTERVAL="+d+";");var m=e('input[name="ai1ec_montly_date_select"]:first').val();if(m.length>0&&v==="bymonthday")o+="BYMONTHDAY="+m+";";else if(v==="byday"){var g=e("#ai1ec_monthly_byday_num").val(),y=e("#ai1ec_monthly_byday_weekday").val();o+="BYday="+g+y+";"}break;case"yearly":o+="FREQ=YEARLY;";var b=e("#ai1ec_yearly_count").val();b>1&&(o+="INTERVAL="+b+";");var w=e('input[name="ai1ec_yearly_date_select"]:first').val();w.length>0&&(o+="BYMONTH="+w+";");break;case"custom":"1"===e("#ai1ec_is_box_repeat").val()?o+="RDATE=":o+="EXDATE=",o+=e("#ai1ec_rec_custom_dates").val(),f=!1}var E=e("#ai1ec_end").val();if("1"===E&&f)o+="COUNT="+e("#ai1ec_count").val()+";";else if("2"===E&&f){var S=e("#ai1ec_until-date-input").val();S=r.parseDate(S,t.date_format);var x=e("#ai1ec_start-time").val();x=r.parseDate(x,t.date_format),x=new Date(x);var T=S.getUTCDate(),N=S.getUTCMonth()+1,C=x.getUTCHours(),k=x.getUTCMinutes();N=N<10?"0"+N:N,T=T<10?"0"+T:T,C=C<10?"0"+C:C,k=k<10?"0"+k:k,S=S.getUTCFullYear()+""+N+T+"T235959Z",o+="UNTIL="+S+";"}var L={action:"ai1ec_rrule_to_text",rrule:o};i.button("loading").next().addClass("ai1ec-disabled"),e.post(s,L,function(t){t.error?(i.button("reset").next().removeClass("ai1ec-disabled"),"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_error("#ai1ec_rrule","#ai1ec_repeat_label",t,i):n.repeat_form_error("#ai1ec_exrule","#ai1ec_exclude_label",t,i)):"1"===e("#ai1ec_is_box_repeat").val()?n.repeat_form_success("#ai1ec_rrule","#ai1ec_repeat_label","#ai1ec_repeat_text > a",o,i,t):n.repeat_form_success("#ai1ec_exrule","#ai1ec_exclude_label","#ai1ec_exclude_text > a",o,i,t)},"json")},f=function(){return e("#ai1ec_is_box_repeat").val()==="1"?n.click_on_modal_cancel("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label"):n.click_on_modal_cancel("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label"),e("#ai1ec_repeat_box").modal("hide"),!1},l=function(){e(this).is("#ai1ec_monthly_type_bymonthday")?(e("#ai1ec_repeat_monthly_byday").collapse("hide"),e("#ai1ec_repeat_monthly_bymonthday").collapse("show")):(e("#ai1ec_repeat_monthly_bymonthday").collapse("hide"),e("#ai1ec_repeat_monthly_byday").collapse("show"))},c=function(){var t=e(this),n=[],r=t.closest(".ai1ec-btn-group-grid"),i;t.toggleClass("ai1ec-active"),e("a",r).each(function(){var t=e(this);t.is(".ai1ec-active")&&(i=t.next().val(),n.push(i))}),r.next().val(n.join())},h=function(){n.click_on_ics_rule_text("#ai1ec_repeat_text > a","#ai1ec_repeat","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_ics_rule_text("#ai1ec_exclude_text > a","#ai1ec_exclude","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_repeat","#ai1ec_repeat_text > a","#ai1ec_repeat_label",{action:"ai1ec_get_repeat_box",repeat:1,post_id:e("#post_ID").val()},n.init_modal_widgets),n.click_on_checkbox("#ai1ec_exclude","#ai1ec_exclude_text > a","#ai1ec_exclude_label",{action:"ai1ec_get_repeat_box",repeat:0,post_id:e("#post_ID").val()},n.init_modal_widgets)},p=function(t){return e("#ai1ec_widget_calendar").toggle(),!1},d=function(){e(".ai1ec-modal-content",this).not(".ai1ec-loading ").remove().end().removeClass("ai1ec-hide")},v=function(){var t=e("#ai1ec_repeat_box").find("ul.ai1ec-nav").find("li.ai1ec-active"),n=e("#ai1ec_repeat_box").find(".ai1ec-end-field");t.hasClass("ai1ec-freq-custom")?n.addClass("ai1ec-hidden"):n.removeClass("ai1ec-hidden"),t.hasClass("ai1ec-freq-monthly")&&l()},m=function(){var t=e("#ai1ec-tab-content").data("activeFreq"),n=e("#ai1ec_recurrence_calendar");e(".ai1ec-freq").removeClass("ai1ec-active"),e(".ai1ec-freq-"+t).addClass("ai1ec-active"),e(document).on("shown.bs.tab",v),o(),v()};return e(document).on("ai1ec.recurrence-modal.inited",m),{show_end_fields:o,trigger_publish:u,handle_click_on_apply_button:a,handle_click_on_cancel_modal:f,handle_checkbox_monthly_tab_modal:l,execute_pseudo_handlers:h,handle_animation_of_calendar_widget:p,handle_click_on_toggle_buttons:c,handle_modal_hide:d}}),timely.define("scripts/add_new_event/event_cost_helper",["jquery_timely","ai1ec_config"],function(e,t){var n=e(".ai1ec-tickets-cost"),r=e(".ai1ec-tickets-url-text"),i=e(".ai1ec-register-url-text");e('input[name="ai1ec_cost_type"]').on("click change",function(){var t=e(".ai1ec-no-tickets"),n=e(".ai1ec-tickets-form, .ai1ec-tickets-list-container"),r=e(".ai1ec-tickets-external");"free"===this.value?(n.hide(),r.hide(),t.show()):"tickets"===this.value?(n.show(),r.hide(),t.hide()):(n.hide(),r.show(),t.show())}),e('input[name="ai1ec_cost_type"]:checked').click(),e("#ai1ec_is_free").on("click",function(){this.checked?(n.addClass("ai1ec-hidden"),r.addClass("ai1ec-hidden"),i.removeClass("ai1ec-hidden")):(n.removeClass("ai1ec-hidden"),r.removeClass("ai1ec-hidden"),i.addClass("ai1ec-hidden"))})}),timely.define("external_libs/jquery.inputdate",["jquery_timely","external_libs/jquery.calendrical_timespan"],function(e,t){function n(e){e.addClass("error").fadeOut("normal",function(){e.val(e.data("timespan.stored")).removeClass("error").fadeIn("fast")})}function r(){e(this).data("timespan.stored",this.value)}function i(e,n,i,s,o){n.val(n.data("timespan.initial_value"));var u=parseInt(n.val());isNaN(parseInt(u))?u=new Date(o):u=new Date(parseInt(u)*1e3),e.val(t.formatDate(u,s)),e.each(r)}var s={start_date_input:"date-input",start_time:"time",twentyfour_hour:!1,date_format:"def",now:new Date},o={init:function(o){var u=e.extend({},s,o),a=e(u.start_date_input),f=e(u.start_time),l=a,c=a;return c.bind("focus.timespan",r),l.calendricalDate({today:new Date(u.now.getFullYear(),u.now.getMonth(),u.now.getDate()),dateFormat:u.date_format,monthNames:u.month_names,dayNames:u.day_names,weekStartDay:u.week_start_day}),l.bind("blur.timespan",function(){var r=t.parseDate(this.value,u.date_format);isNaN(r)?n(e(this)):(e(this).data("timespan.stored",this.value),e(this).val(t.formatDate(r,u.date_format)))}),a.bind("focus.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3}).bind("blur.timespan",function(){var e=t.parseDate(a.data("timespan.stored"),u.date_format)}),a.closest("form").bind("submit.timespan",function(){var e=t.parseDate(a.val(),u.date_format).getTime()/1e3;isNaN(e)&&(e=""),f.val(e)}),f.data("timespan.initial_value",f.val()),i(a,f,u.twentyfour_hour,u.date_format,u.now),this},reset:function(t){var n=e.extend({},s,t);return i(e(n.start_date_input),e(n.start_time),n.twentyfour_hour,n.date_format,n.now),this},destroy:function(t){return t=e.extend({},s,t),e.each(t,function(t,n){e(n).unbind(".timespan")}),e(t.start_date_input).closest("form").unbind(".timespan"),this}};e.inputdate=function(t){if(o[t])return o[t].apply(this,Array.prototype.slice.call(arguments,1));if(typeof t=="object"||!t)return o.init.apply(this,arguments);e.error("Method "+t+" does not exist on jQuery.timespan")}}),timely.define("external_libs/jquery.tools",["jquery_timely"],function(e){function i(e,t){var n=Math.pow(10,t);return Math.round(e*n)/n}function s(e,t){var n=parseInt(e.css(t),10);if(n)return n;var r=e[0].currentStyle;return r&&r.width&&parseInt(r.width,10)}function o(e){var t=e.data("events");return t&&t.onSlide}function u(t,n){function x(e,s,o,u){o===undefined?o=s/h*m:u&&(o-=n.min),g&&(o=Math.round(o/g)*g);if(s===undefined||g)s=o*h/m;if(isNaN(o))return r;s=Math.max(0,Math.min(s,h)),o=s/h*m;if(u||!f)o+=n.min;f&&(u?s=h-s:o=n.max-o),o=i(o,y);var a=e.type=="click";if(S&&l!==undefined&&!a){e.type="onSlide",E.trigger(e,[o,s]);if(e.isDefaultPrevented())return r}var c=a?n.speed:0,b=a?function(){e.type="change",E.trigger(e,[o])}:null;return f?(d.animate({top:s},c,b),n.progress&&v.animate({height:h-s+d.height()/2},c)):(d.animate({left:s},c,b),n.progress&&v.animate({width:s+d.width()/2},c)),l=o,p=s,t.val(o),r}function T(){f=n.vertical||s(a,"height")>s(a,"width"),f?(h=s(a,"height")-s(d,"height"),c=a.offset().top+h):(h=s(a,"width")-s(d,"width"),c=a.offset().left)}function N(){T(),r.setValue(n.value!==undefined?n.value:n.min)}var r=this,u=n.css,a=e("<div><div/><a href='#'/></div>").data("rangeinput",r),f,l,c,h,p;t.before(a);var d=a.addClass(u.slider).find("a").addClass(u.handle),v=a.find("div").addClass(u.progress);e.each("min,max,step,value".split(","),function(e,r){var i=t.attr(r);parseFloat(i)&&(n[r]=parseFloat(i,10))});var m=n.max-n.min,g=n.step=="any"?0:n.step,y=n.precision;y===undefined&&(y=g.toString().split("."),y=y.length===2?y[1].length:0);if(t.attr("type")=="range"){var b=t.clone().wrap("<div/>").parent().html(),w=e(b.replace(/type/i,"type=text data-orig-type"));w.val(n.value),t.replaceWith(w),t=w}t.addClass(u.input);var E=e(r).add(t),S=!0;e.extend(r,{getValue:function(){return l},setValue:function(t,n){return T(),x(n||e.Event("api"),undefined,t,!0)},getConf:function(){return n},getProgress:function(){return v},getHandle:function(){return d},getInput:function(){return t},step:function(t,i){i=i||e.Event();var s=n.step=="any"?1:n.step;r.setValue(l+s*(t||1),i)},stepUp:function(e){return r.step(e||1)},stepDown:function(e){return r.step(-e||-1)}}),e.each("onSlide,change".split(","),function(t,i){e.isFunction(n[i])&&e(r).on(i,n[i]),r[i]=function(t){return t&&e(r).on(i,t),r}}),d.drag({drag:!1}).on("dragStart",function(){T(),S=o(e(r))||o(t)}).on("drag",function(e,n,r){if(t.is(":disabled"))return!1;x(e,f?n:r)}).on("dragEnd",function(e){e.isDefaultPrevented()||(e.type="change",E.trigger(e,[l]))}).click(function(e){return e.preventDefault()}),a.click(function(e){if(t.is(":disabled")||e.target==d[0])return e.preventDefault();T();var n=f?d.height()/2:d.width()/2;x(e,f?h-c-n+e.pageY:e.pageX-c-n)}),n.keyboard&&t.keydown(function(n){if(t.attr("readonly"))return;var i=n.keyCode,s=e([75,76,38,33,39]).index(i)!=-1,o=e([74,72,40,34,37]).index(i)!=-1;if((s||o)&&!(n.shiftKey||n.altKey||n.ctrlKey))return s?r.step(i==33?10:1,n):o&&r.step(i==34?-10:-1,n),n.preventDefault()}),t.blur(function(t){var n=e(this).val();n!==l&&r.setValue(n,t)}),e.extend(t[0],{stepUp:r.stepUp,stepDown:r.stepDown}),N(),h||e(window).load(N)}e.tools=e.tools||{version:"1.2.7"};var t;t=e.tools.rangeinput={conf:{min:0,max:100,step:"any",steps:0,value:0,precision:undefined,vertical:0,keyboard:!0,progress:!1,speed:100,css:{input:"range",slider:"slider",progress:"progress",handle:"handle"}}};var n,r;e.fn.drag=function(t){return document.ondragstart=function(){return!1},t=e.extend({x:!0,y:!0,drag:!0},t),n=n||e(document).on("mousedown mouseup",function(i){var s=e(i.target);if(i.type=="mousedown"&&s.data("drag")){var o=s.position(),u=i.pageX-o.left,a=i.pageY-o.top,f=!0;n.on("mousemove.drag",function(e){var n=e.pageX-u,i=e.pageY-a,o={};t.x&&(o.left=n),t.y&&(o.top=i),f&&(s.trigger("dragStart"),f=!1),t.drag&&s.css(o),s.trigger("drag",[i,n]),r=s}),i.preventDefault()}else try{r&&r.trigger("dragEnd")}finally{n.off("mousemove.drag"),r=null}}),this.data("drag",!0)},e.expr[":"].range=function(t){var n=t.getAttribute("type");return n&&n=="range"||!!e(t).filter("input").data("rangeinput")},e.fn.rangeinput=function(n){if(this.data("rangeinput"))return this;n=e.extend(!0,{},t.conf,n);var r;return this.each(function(){var t=new u(e(this),e.extend(!0,{},n)),i=t.getInput().data("rangeinput",t);r=r?r.add(i):i}),r?r:this}}),timely.define("external_libs/locales/bootstrap-datepicker.bg",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.bg={days:["Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота","Неделя"],daysShort:["Нед","Пон","Вто","Сря","Чет","Пет","Съб","Нед"],daysMin:["Н","П","В","С","Ч","П","С","Н"],months:["Януари","Февруари","Март","Април","Май","Юни","Юли","Август","Септември","Октомври","Ноември","Декември"],monthsShort:["Ян","Фев","Мар","Апр","Май","Юни","Юли","Авг","Сеп","Окт","Ное","Дек"],today:"днес"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.br",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.br={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.cs",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.cs={days:["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota","Neděle"],daysShort:["Ned","Pon","Úte","Stř","Čtv","Pát","Sob","Ned"],daysMin:["Ne","Po","Út","St","Čt","Pá","So","Ne"],months:["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"],monthsShort:["Led","Úno","Bře","Dub","Kvě","Čer","Čnc","Srp","Zář","Říj","Lis","Pro"],today:"Dnes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.da",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.da={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",clear:"Nulstil"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.de",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.de={days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"],daysShort:["Son","Mon","Die","Mit","Don","Fre","Sam","Son"],daysMin:["So","Mo","Di","Mi","Do","Fr","Sa","So"],months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],monthsShort:["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],today:"Heute",clear:"Löschen",weekStart:1,format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.es",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.es={days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"],daysShort:["Dom","Lun","Mar","Mié","Jue","Vie","Sáb","Dom"],daysMin:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Do"],months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],monthsShort:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],today:"Hoy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fi",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fi={days:["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai","sunnuntai"],daysShort:["sun","maa","tii","kes","tor","per","lau","sun"],daysMin:["su","ma","ti","ke","to","pe","la","su"],months:["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"],monthsShort:["tam","hel","maa","huh","tou","kes","hei","elo","syy","lok","mar","jou"],today:"tänään",weekStart:1,format:"d.m.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.fr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.fr={days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"],daysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam","Dim"],daysMin:["D","L","Ma","Me","J","V","S","D"],months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jul","Aou","Sep","Oct","Nov","Déc"],today:"Aujourd'hui",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.id",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.id={days:["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu","Minggu"],daysShort:["Mgu","Sen","Sel","Rab","Kam","Jum","Sab","Mgu"],daysMin:["Mg","Sn","Sl","Ra","Ka","Ju","Sa","Mg"],months:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ags","Sep","Okt","Nov","Des"],today:"Hari Ini",clear:"Kosongkan"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.is",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.is={days:["Sunnudagur","Mánudagur","Þriðjudagur","Miðvikudagur","Fimmtudagur","Föstudagur","Laugardagur","Sunnudagur"],daysShort:["Sun","Mán","Þri","Mið","Fim","Fös","Lau","Sun"],daysMin:["Su","Má","Þr","Mi","Fi","Fö","La","Su"],months:["Janúar","Febrúar","Mars","Apríl","Maí","Júní","Júlí","Ágúst","September","Október","Nóvember","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Maí","Jún","Júl","Ágú","Sep","Okt","Nóv","Des"],today:"Í Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.it",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Dom"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa","Do"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"],monthsShort:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],today:"Oggi",clear:"Cancella",weekStart:1,format:"dd/mm/yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ja",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ja={days:["日曜","月曜","火曜","水曜","木曜","金曜","土曜","日曜"],daysShort:["日","月","火","水","木","金","土","日"],daysMin:["日","月","火","水","木","金","土","日"],months:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],monthsShort:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],today:"今日",format:"yyyy/mm/dd"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.kr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.kr={days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일","일요일"],daysShort:["일","월","화","수","목","금","토","일"],daysMin:["일","월","화","수","목","금","토","일"],months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],monthsShort:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lt={days:["Sekmadienis","Pirmadienis","Antradienis","Trečiadienis","Ketvirtadienis","Penktadienis","Šeštadienis","Sekmadienis"],daysShort:["S","Pr","A","T","K","Pn","Š","S"],daysMin:["Sk","Pr","An","Tr","Ke","Pn","Št","Sk"],months:["Sausis","Vasaris","Kovas","Balandis","Gegužė","Birželis","Liepa","Rugpjūtis","Rugsėjis","Spalis","Lapkritis","Gruodis"],monthsShort:["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rugp","Rugs","Spa","Lap","Gru"],today:"Šiandien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.lv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.lv={days:["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena","Svētdiena"],daysShort:["Sv","P","O","T","C","Pk","S","Sv"],daysMin:["Sv","Pr","Ot","Tr","Ce","Pk","Se","Sv"],months:["Janvāris","Februāris","Marts","Aprīlis","Maijs","Jūnijs","Jūlijs","Augusts","Septembris","Oktobris","Novembris","Decembris"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jūn","Jūl","Aug","Sep","Okt","Nov","Dec"],today:"Šodien",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ms",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ms={days:["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu","Ahad"],daysShort:["Aha","Isn","Sel","Rab","Kha","Jum","Sab","Aha"],daysMin:["Ah","Is","Se","Ra","Kh","Ju","Sa","Ah"],months:["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"],monthsShort:["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],today:"Hari Ini"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nb",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nb={days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],daysShort:["Søn","Man","Tir","Ons","Tor","Fre","Lør","Søn"],daysMin:["Sø","Ma","Ti","On","To","Fr","Lø","Sø"],months:["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],monthsShort:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],today:"I Dag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.nl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.nl={days:["Zondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"],daysShort:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],daysMin:["Zo","Ma","Di","Wo","Do","Vr","Za","Zo"],months:["Januari","Februari","Maart","April","Mei","Juni","Juli","Augustus","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mrt","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"Vandaag"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pl={days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","Niedziela"],daysShort:["Nie","Pn","Wt","Śr","Czw","Pt","So","Nie"],daysMin:["N","Pn","Wt","Śr","Cz","Pt","So","N"],months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],monthsShort:["Sty","Lu","Mar","Kw","Maj","Cze","Lip","Sie","Wrz","Pa","Lis","Gru"],today:"Dzisiaj",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt-BR",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["pt-BR"]={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.pt",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.pt={days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo"],daysShort:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Dom"],daysMin:["Do","Se","Te","Qu","Qu","Se","Sa","Do"],months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],monthsShort:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"],today:"Hoje",clear:"Limpar"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.ru",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.ru={days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресенье"],daysShort:["Вск","Пнд","Втр","Срд","Чтв","Птн","Суб","Вск"],daysMin:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вс"],months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],monthsShort:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],today:"Сегодня",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sl",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sl={days:["Nedelja","Ponedeljek","Torek","Sreda","Četrtek","Petek","Sobota","Nedelja"],daysShort:["Ned","Pon","Tor","Sre","Čet","Pet","Sob","Ned"],daysMin:["Ne","Po","To","Sr","Če","Pe","So","Ne"],months:["Januar","Februar","Marec","April","Maj","Junij","Julij","Avgust","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"],today:"Danes"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.sv",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.sv={days:["Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag","Söndag"],daysShort:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Sön"],daysMin:["Sö","Må","Ti","On","To","Fr","Lö","Sö"],months:["Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],monthsShort:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],today:"I Dag",format:"yyyy-mm-dd",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.th",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.th={days:["อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัส","ศุกร์","เสาร์","อาทิตย์"],daysShort:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],daysMin:["อา","จ","อ","พ","พฤ","ศ","ส","อา"],months:["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"],monthsShort:["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],today:"วันนี้"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.tr",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates.tr={days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar"],daysShort:["Pz","Pzt","Sal","Çrş","Prş","Cu","Cts","Pz"],daysMin:["Pz","Pzt","Sa","Çr","Pr","Cu","Ct","Pz"],months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"],monthsShort:["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],today:"Bugün",format:"dd.mm.yyyy"}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-CN",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/locales/bootstrap-datepicker.zh-TW",["jquery_timely"],function(e){return{localize:function(){e.fn.datepicker.dates["zh-TW"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["週日","週一","週二","週三","週四","週五","週六","週日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今天",format:"yyyy年mm月dd日",weekStart:1}}}}),timely.define("external_libs/bootstrap_datepicker",["jquery_timely","ai1ec_config","external_libs/locales/bootstrap-datepicker.bg","external_libs/locales/bootstrap-datepicker.br","external_libs/locales/bootstrap-datepicker.cs","external_libs/locales/bootstrap-datepicker.da","external_libs/locales/bootstrap-datepicker.de","external_libs/locales/bootstrap-datepicker.es","external_libs/locales/bootstrap-datepicker.fi","external_libs/locales/bootstrap-datepicker.fr","external_libs/locales/bootstrap-datepicker.id","external_libs/locales/bootstrap-datepicker.is","external_libs/locales/bootstrap-datepicker.it","external_libs/locales/bootstrap-datepicker.ja","external_libs/locales/bootstrap-datepicker.kr","external_libs/locales/bootstrap-datepicker.lt","external_libs/locales/bootstrap-datepicker.lv","external_libs/locales/bootstrap-datepicker.ms","external_libs/locales/bootstrap-datepicker.nb","external_libs/locales/bootstrap-datepicker.nl","external_libs/locales/bootstrap-datepicker.pl","external_libs/locales/bootstrap-datepicker.pt-BR","external_libs/locales/bootstrap-datepicker.pt","external_libs/locales/bootstrap-datepicker.ru","external_libs/locales/bootstrap-datepicker.sl","external_libs/locales/bootstrap-datepicker.sv","external_libs/locales/bootstrap-datepicker.th","external_libs/locales/bootstrap-datepicker.tr","external_libs/locales/bootstrap-datepicker.zh-CN","external_libs/locales/bootstrap-datepicker.zh-TW"],function(e,t){function r(){return new Date(Date.UTC.apply(Date,arguments))}function i(){var e=new Date;return r(e.getFullYear(),e.getMonth(),e.getDate())}function s(e){return function(){return this[e].apply(this,arguments)}}function f(t,n){var r=e(t).data(),i={},s,o=new RegExp("^"+n.toLowerCase()+"([A-Z])"),n=new RegExp("^"+n.toLowerCase());for(var u in r)n.test(u)&&(s=u.replace(o,function(e,t){return t.toLowerCase()}),i[s]=r[u]);return i}function l(t){var n={};if(!d[t]){t=t.split("-")[0];if(!d[t])return}var r=d[t];return e.each(p,function(e,t){t in r&&(n[t]=r[t])}),n}var n=e(window),o=function(){var t={get:function(e){return this.slice(e)[0]},contains:function(e){var t=e&&e.valueOf();for(var n=0,r=this.length;n<r;n++)if(this[n].valueOf()===t)return n;return-1},remove:function(e){this.splice(e,1)},replace:function(t){if(!t)return;e.isArray(t)||(t=[t]),this.clear(),this.push.apply(this,t)},clear:function(){this.splice(0)},copy:function(){var e=new o;return e.replace(this),e}};return function(){var n=[];return n.push.apply(n,arguments),e.extend(n,t),n}}(),u=function(t,n){this.dates=new o,this.viewDate=i(),this.focusDate=null,this._process_options(n),this.element=e(t),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".ai1ec-date")?this.element.find(".ai1ec-input-group, .ai1ec-input-group-addon, .ai1ec-btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&this.component.length===0&&(this.component=!1),this.picker=e(v.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("ai1ec-datepicker-inline").appendTo(this.element):this.picker.addClass("ai1ec-datepicker-dropdown ai1ec-dropdown-menu"),this.o.rtl&&this.picker.addClass("ai1ec-datepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.ai1ec-today").attr("colspan",function(e,t){return parseInt(t)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};u.prototype={constructor:u,_process_options:function(n){this._o=e.extend({},this._o,n);var r=this.o=e.extend({},this._o),i=r.language;d[i]||(i=i.split("-")[0],d[i]||(i=t.language,d[i]||(i=h.language))),r.language=i;switch(r.startView){case 2:case"decade":r.startView=2;break;case 1:case"year":r.startView=1;break;default:r.startView=0}switch(r.minViewMode){case 1:case"months":r.minViewMode=1;break;case 2:case"years":r.minViewMode=2;break;default:r.minViewMode=0}r.startView=Math.max(r.startView,r.minViewMode),r.multidate!==!0&&(r.multidate=Number(r.multidate)||!1,r.multidate!==!1?r.multidate=Math.max(0,r.multidate):r.multidate=1),r.multidateSeparator=String(r.multidateSeparator),r.weekStart%=7,r.weekEnd=(r.weekStart+6)%7;var s=v.parseFormat(r.format);r.startDate!==-Infinity&&(r.startDate?r.startDate instanceof Date?r.startDate=this._local_to_utc(this._zero_time(r.startDate)):r.startDate=v.parseDate(r.startDate,s,r.language):r.startDate=-Infinity),r.endDate!==Infinity&&(r.endDate?r.endDate instanceof Date?r.endDate=this._local_to_utc(this._zero_time(r.endDate)):r.endDate=v.parseDate(r.endDate,s,r.language):r.endDate=Infinity),r.daysOfWeekDisabled=r.daysOfWeekDisabled||[],e.isArray(r.daysOfWeekDisabled)||(r.daysOfWeekDisabled=r.daysOfWeekDisabled.split(/[,\s]*/)),r.daysOfWeekDisabled=e.map(r.daysOfWeekDisabled,function(e){return parseInt(e,10)});var o=String(r.orientation).toLowerCase().split(/\s+/g),u=r.orientation.toLowerCase();o=e.grep(o,function(e){return/^auto|left|right|top|bottom$/.test(e)}),r.orientation={x:"auto",y:"auto"};if(!!u&&u!=="auto")if(o.length===1)switch(o[0]){case"top":case"bottom":r.orientation.y=o[0];break;case"left":case"right":r.orientation.x=o[0]}else u=e.grep(o,function(e){return/^left|right$/.test(e)}),r.orientation.x=u[0]||"auto",u=e.grep(o,function(e){return/^top|bottom$/.test(e)}),r.orientation.y=u[0]||"auto"},_events:[],_secondaryEvents:[],_applyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(r=undefined,i=e[t][1]):e[t].length==3&&(r=e[t][1],i=e[t][2]),n.on(i,r)},_unapplyEvents:function(e){for(var t=0,n,r,i;t<e.length;t++)n=e[t][0],e[t].length==2?(i=undefined,r=e[t][1]):e[t].length==3&&(i=e[t][1],r=e[t][2]),n.off(r,i)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:e.proxy(this.show,this),keyup:e.proxy(function(t){e.inArray(t.keyCode,[27,37,39,38,40,32,13,9])===-1&&this.update()},this),keydown:e.proxy(this.keydown,this)}],[this.component,{click:e.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:e.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:e.proxy(function(e){this._focused_from=e.target},this)}],[this.element,{blur:e.proxy(function(e){this._focused_from=e.target},this)}]),this._secondaryEvents=[[this.picker,{click:e.proxy(this.click,this)}],[e(window),{resize:e.proxy(this.place,this)}],[e(document),{"mousedown touchstart":e.proxy(function(e){this.element.is(e.target)||this.element.find(e.target).length||this.picker.is(e.target)||this.picker.find(e.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(t,n){var r=n||this.dates.get(-1),i=this._utc_to_local(r);this.element.trigger({type:t,date:i,dates:e.map(this.dates,this._utc_to_local),format:e.proxy(function(e,t){arguments.length===0?(e=this.dates.length-1,t=this.o.format):typeof e=="string"&&(t=e,e=this.dates.length-1),t=t||this.o.format;var n=this.dates.get(e);return v.formatDate(n,t,this.o.language)},this)})},show:function(e){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.height=this.component?this.component.outerHeight():this.element.outerHeight(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){if(this.isInline)return;if(!this.picker.is(":visible"))return;this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide")},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(e){return e&&new Date(e.getTime()+e.getTimezoneOffset()*6e4)},_local_to_utc:function(e){return e&&new Date(e.getTime()-e.getTimezoneOffset()*6e4)},_zero_time:function(e){return e&&new Date(e.getFullYear(),e.getMonth(),e.getDate())},_zero_utc_time:function(e){return e&&new Date(Date.UTC(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()))},getDates:function(){return e.map(this.dates,this._utc_to_local)},getUTCDates:function(){return e.map(this.dates,function(e){return new Date(e)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){this.update.apply(this,arguments),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){this.update.apply(this,e.map(arguments,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:s("setDates"),setUTCDate:s("setUTCDates"),setValue:function(){var e=this.getFormattedDate();this.isInput?this.element.val(e).change():this.component&&this.element.find("input").val(e).change()},getFormattedDate:function(t){t===undefined&&(t=this.o.format);var n=this.o.language;return e.map(this.dates,function(e){return v.formatDate(e,t,n)}).join(this.o.multidateSeparator)},setStartDate:function(e){this._process_options({startDate:e}),this.update(),this.updateNavArrows()},setEndDate:function(e){this._process_options({endDate:e}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(e){this._process_options({daysOfWeekDisabled:e}),this.update(),this.updateNavArrows()},place:function(){if(this.isInline)return;var t=this.picker.outerWidth(),r=this.picker.outerHeight(),i=10,s=n.width(),o=n.height(),u=n.scrollTop(),a=parseInt(this.element.parents().filter(function(){return e(this).css("z-index")!="auto"}).first().css("z-index"))+10,f=this.component?this.component.parent().offset():this.element.offset(),l=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),c=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),h=f.left,p=f.top;this.picker.removeClass("ai1ec-datepicker-orient-top ai1ec-datepicker-orient-bottom ai1ec-datepicker-orient-right ai1ec-datepicker-orient-left"),this.o.orientation.x!=="auto"?(this.picker.addClass("ai1ec-datepicker-orient-"+this.o.orientation.x),this.o.orientation.x==="right"&&(h-=t-c)):(this.picker.addClass("ai1ec-datepicker-orient-left"),f.left<0?h-=f.left-i:f.left+t>s&&(h=s-t-i));var d=this.o.orientation.y,v,m;d==="auto"&&(v=-u+f.top-r,m=u+o-(f.top+l+r),Math.max(v,m)===m?d="top":d="bottom"),this.picker.addClass("ai1ec-datepicker-orient-"+d),d==="top"?p+=l:p-=r+parseInt(this.picker.css("padding-top")),this.picker.css({top:p,left:h,zIndex:a})},_allow_update:!0,update:function(){if(!this._allow_update)return;var t=this.dates.copy(),n=[],r=!1;arguments.length?(e.each(arguments,e.proxy(function(e,t){t instanceof Date&&(t=this._local_to_utc(t)),n.push(t)},this)),r=!0):(n=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),n&&this.o.multidate?n=n.split(this.o.multidateSeparator):n=[n],delete this.element.data().date),n=e.map(n,e.proxy(function(e){return v.parseDate(e,this.o.format,this.o.language)},this)),n=e.grep(n,e.proxy(function(e){return e<this.o.startDate||e>this.o.endDate||!e},this),!0),this.dates.replace(n),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),r?this.setValue():n.length&&String(t)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&t.length&&this._trigger("clearDate"),this.fill()},fillDow:function(){var e=this.o.weekStart,t="<tr>";if(this.o.calendarWeeks){var n='<th class="ai1ec-cw">&nbsp;</th>';t+=n,this.picker.find(".ai1ec-datepicker-days thead tr:first-child").prepend(n)}while(e<this.o.weekStart+7)t+='<th class="ai1ec-dow">'+d[this.o.language].daysMin[e++%7]+"</th>";t+="</tr>",this.picker.find(".ai1ec-datepicker-days thead").append(t)},fillMonths:function(){var e="",t=0;while(t<12)e+='<span class="ai1ec-month">'+d[this.o.language].monthsShort[t++]+"</span>";this.picker.find(".ai1ec-datepicker-months td").html(e)},setRange:function(t){!t||!t.length?delete this.range:this.range=e.map(t,function(e){return e.valueOf()}),this.fill()},getClassNames:function(t){var n=[],r=this.viewDate.getUTCFullYear(),i=this.viewDate.getUTCMonth(),s=new Date;return t.getUTCFullYear()<r||t.getUTCFullYear()==r&&t.getUTCMonth()<i?n.push("ai1ec-old"):(t.getUTCFullYear()>r||t.getUTCFullYear()==r&&t.getUTCMonth()>i)&&n.push("ai1ec-new"),this.focusDate&&t.valueOf()===this.focusDate.valueOf()&&n.push("ai1ec-focused"),this.o.todayHighlight&&t.getUTCFullYear()==s.getFullYear()&&t.getUTCMonth()==s.getMonth()&&t.getUTCDate()==s.getDate()&&n.push("ai1ec-today"),this.dates.contains(t)!==-1&&n.push("ai1ec-active"),(t.valueOf()<this.o.startDate||t.valueOf()>this.o.endDate||e.inArray(t.getUTCDay(),this.o.daysOfWeekDisabled)!==-1)&&n.push("ai1ec-disabled"),this.range&&(t>this.range[0]&&t<this.range[this.range.length-1]&&n.push("ai1ec-range"),e.inArray(t.valueOf(),this.range)!=-1&&n.push("ai1ec-selected")),n},fill:function(){var t=new Date(this.viewDate),n=t.getUTCFullYear(),i=t.getUTCMonth(),s=this.o.startDate!==-Infinity?this.o.startDate.getUTCFullYear():-Infinity,o=this.o.startDate!==-Infinity?this.o.startDate.getUTCMonth():-Infinity,u=this.o.endDate!==Infinity?this.o.endDate.getUTCFullYear():Infinity,a=this.o.endDate!==Infinity?this.o.endDate.getUTCMonth():Infinity,f,l;this.picker.find(".ai1ec-datepicker-days thead th.ai1ec-datepicker-switch").text(d[this.o.language].months[i]+" "+n),this.picker.find("tfoot th.ai1ec-today").text(d[this.o.language].today).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.ai1ec-clear").text(d[this.o.language].clear).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var c=r(n,i-1,28),h=v.getDaysInMonth(c.getUTCFullYear(),c.getUTCMonth());c.setUTCDate(h),c.setUTCDate(h-(c.getUTCDay()-this.o.weekStart+7)%7);var p=new Date(c);p.setUTCDate(p.getUTCDate()+42),p=p.valueOf();var m=[],g;while(c.valueOf()<p){if(c.getUTCDay()==this.o.weekStart){m.push("<tr>");if(this.o.calendarWeeks){var y=new Date(+c+(this.o.weekStart-c.getUTCDay()-7)%7*864e5),b=new Date(+y+(11-y.getUTCDay())%7*864e5),w=new Date(+(w=r(b.getUTCFullYear(),0,1))+(11-w.getUTCDay())%7*864e5),E=(b-w)/864e5/7+1;m.push('<td class="ai1ec-cw">'+E+"</td>")}}g=this.getClassNames(c),g.push("ai1ec-day");if(this.o.beforeShowDay!==e.noop){var S=this.o.beforeShowDay(this._utc_to_local(c));S===undefined?S={}:typeof S=="boolean"?S={enabled:S}:typeof S=="string"&&(S={classes:S}),S.enabled===!1&&g.push("ai1ec-disabled"),S.classes&&(g=g.concat(S.classes.split(/\s+/))),S.tooltip&&(f=S.tooltip)}g=e.unique(g),m.push('<td class="'+g.join(" ")+'"'+(f?' title="'+f+'"':"")+">"+c.getUTCDate()+"</td>"),c.getUTCDay()==this.o.weekEnd&&m.push("</tr>"),c.setUTCDate(c.getUTCDate()+1)}this.picker.find(".ai1ec-datepicker-days tbody").empty().append(m.join(""));var x=this.picker.find(".ai1ec-datepicker-months").find("th:eq(1)").text(n).end().find("span").removeClass("ai1ec-active");e.each(this.dates,function(e,t){t.getUTCFullYear()==n&&x.eq(t.getUTCMonth()).addClass("ai1ec-active")}),(n<s||n>u)&&x.addClass("ai1ec-disabled"),n==s&&x.slice(0,o).addClass("ai1ec-disabled"),n==u&&x.slice(a+1).addClass("ai1ec-disabled"),m="",n=parseInt(n/10,10)*10;var T=this.picker.find(".ai1ec-datepicker-years").find("th:eq(1)").text(n+"-"+(n+9)).end().find("td");n-=1;var N=e.map(this.dates,function(e){return e.getUTCFullYear()}),C;for(var k=-1;k<11;k++)C=["ai1ec-year"],k===-1?C.push("ai1ec-old"):k===10&&C.push("ai1ec-new"),e.inArray(n,N)!==-1&&C.push("ai1ec-active"),(n<s||n>u)&&C.push("ai1ec-disabled"),m+='<span class="'+C.join(" ")+'">'+n+"</span>",n+=1;T.html(m)},updateNavArrows:function(){if(!this._allow_update)return;var e=new Date(this.viewDate),t=e.getUTCFullYear(),n=e.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()&&n<=this.o.startDate.getUTCMonth()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()&&n>=this.o.endDate.getUTCMonth()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-Infinity&&t<=this.o.startDate.getUTCFullYear()?this.picker.find(".ai1ec-prev").css({visibility:"hidden"}):this.picker.find(".ai1ec-prev").css({visibility:"visible"}),this.o.endDate!==Infinity&&t>=this.o.endDate.getUTCFullYear()?this.picker.find(".ai1ec-next").css({visibility:"hidden"}):this.picker.find(".ai1ec-next").css({visibility:"visible"})}},click:function(t){t.preventDefault();var n=e(t.target).closest("span, td, th"),i,s,o;if(n.length==1)switch(n[0].nodeName.toLowerCase()){case"th":switch(n[0].className){case"ai1ec-datepicker-switch":this.showMode(1);break;case"ai1ec-prev":case"ai1ec-next":var u=v.modes[this.viewMode].navStep*(n[0].className=="ai1ec-prev"?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,u),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,u),this.viewMode===1&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"ai1ec-today":var a=new Date;a=r(a.getFullYear(),a.getMonth(),a.getDate(),0,0,0),this.showMode(-2);var f=this.o.todayBtn=="linked"?null:"view";this._setDate(a,f);break;case"ai1ec-clear":var l;this.isInput?l=this.element:this.component&&(l=this.element.find("input")),l&&l.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":n.is(".ai1ec-disabled")||(this.viewDate.setUTCDate(1),n.is(".ai1ec-month")?(o=1,s=n.parent().find("span").index(n),i=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s),this._trigger("changeMonth",this.viewDate),this.o.minViewMode===1&&this._setDate(r(i,s,o))):(o=1,s=0,i=parseInt(n.text(),10)||0,this.viewDate.setUTCFullYear(i),this._trigger("changeYear",this.viewDate),this.o.minViewMode===2&&this._setDate(r(i,s,o))),this.showMode(-1),this.fill());break;case"td":n.is(".ai1ec-day")&&!n.is(".ai1ec-disabled")&&(o=parseInt(n.text(),10)||1,i=this.viewDate.getUTCFullYear(),s=this.viewDate.getUTCMonth(),n.is(".ai1ec-old")?s===0?(s=11,i-=1):s-=1:n.is(".ai1ec-new")&&(s==11?(s=0,i+=1):s+=1),this._setDate(r(i,s,o)))}this.picker.is(":visible")&&this._focused_from&&e(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(e){var t=this.dates.contains(e);e?t!==-1?this.dates.remove(t):this.dates.push(e):this.dates.clear();if(typeof this.o.multidate=="number")while(this.dates.length>this.o.multidate)this.dates.remove(0)},_setDate:function(e,t){(!t||t=="date")&&this._toggle_multidate(e&&new Date(e));if(!t||t=="view")this.viewDate=e&&new Date(e);this.fill(),this.setValue(),this._trigger("changeDate");var n;this.isInput?n=this.element:this.component&&(n=this.element.find("input")),n&&n.change(),this.o.autoclose&&(!t||t=="date")&&this.hide()},moveMonth:function(e,t){if(!e)return undefined;if(!t)return e;var n=new Date(e.valueOf()),r=n.getUTCDate(),i=n.getUTCMonth(),s=Math.abs(t),o,u;t=t>0?1:-1;if(s==1){u=t==-1?function(){return n.getUTCMonth()==i}:function(){return n.getUTCMonth()!=o},o=i+t,n.setUTCMonth(o);if(o<0||o>11)o=(o+12)%12}else{for(var a=0;a<s;a++)n=this.moveMonth(n,t);o=n.getUTCMonth(),n.setUTCDate(r),u=function(){return o!=n.getUTCMonth()}}while(u())n.setUTCDate(--r),n.setUTCMonth(o);return n},moveYear:function(e,t){return this.moveMonth(e,t*12)},dateWithinRange:function(e){return e>=this.o.startDate&&e<=this.o.endDate},keydown:function(e){if(this.picker.is(":not(:visible)")){e.keyCode==27&&this.show();return}var t=!1,n,r,s,o=this.focusDate||this.viewDate;switch(e.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),e.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;n=e.keyCode==37?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n),s=new Date(o),s.setUTCDate(o.getUTCDate()+n)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;n=e.keyCode==38?-1:1,e.ctrlKey?(r=this.moveYear(this.dates.get(-1)||i(),n),s=this.moveYear(o,n),this._trigger("changeYear",this.viewDate)):e.shiftKey?(r=this.moveMonth(this.dates.get(-1)||i(),n),s=this.moveMonth(o,n),this._trigger("changeMonth",this.viewDate)):(r=new Date(this.dates.get(-1)||i()),r.setUTCDate(r.getUTCDate()+n*7),s=new Date(o),s.setUTCDate(o.getUTCDate()+n*7)),this.dateWithinRange(r)&&(this.focusDate=this.viewDate=s,this.setValue(),this.fill(),e.preventDefault());break;case 32:break;case 13:o=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(o),t=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(e.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(t){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var u;this.isInput?u=this.element:this.component&&(u=this.element.find("input")),u&&u.change()}},showMode:function(e){e&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+e))),this.picker.find(">div").hide().filter(".ai1ec-datepicker-"+v.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var a=function(t,n){this.element=e(t),this.inputs=e.map(n.inputs,function(e){return e.jquery?e[0]:e}),delete n.inputs,e(this.inputs).datepicker(n).bind("changeDate",e.proxy(this.dateUpdated,this)),this.pickers=e.map(this.inputs,function(t){return e(t).data("datepicker")}),this.updateDates()};a.prototype={updateDates:function(){this.dates=e.map(this.pickers,function(e){return e.getUTCDate()}),this.updateRanges()},updateRanges:function(){var t=e.map(this.dates,function(e){return e.valueOf()});e.each(this.pickers,function(e,n){n.setRange(t)})},dateUpdated:function(t){if(this.updating)return;this.updating=!0;var n=e(t.target).data("datepicker"),r=n.getUTCDate(),i=e.inArray(t.target,this.inputs),s=this.inputs.length;if(i==-1)return;e.each(this.pickers,function(e,t){t.getUTCDate()||t.setUTCDate(r)});if(r<this.dates[i])while(i>=0&&r<this.dates[i])this.pickers[i--].setUTCDate(r);else if(r>this.dates[i])while(i<s&&r>this.dates[i])this.pickers[i++].setUTCDate(r);this.updateDates(),delete this.updating},remove:function(){e.map(this.pickers,function(e){e.remove()}),delete this.element.data().datepicker}};var c=e.fn.datepicker;e.fn.datepicker=function(t){var n=Array.apply(null,arguments);n.shift();var r;return this.each(function(){var i=e(this),s=i.data("datepicker"),o=typeof t=="object"&&t;if(!s){var c=f(this,"date"),p=e.extend({},h,c,o),d=l(p.language),v=e.extend({},h,d,c,o);if(i.is(".ai1ec-input-daterange")||v.inputs){var m={inputs:v.inputs||i.find("input").toArray()};i.data("datepicker",s=new a(this,e.extend(v,m)))}else i.data("datepicker",s=new u(this,v))}if(typeof t=="string"&&typeof s[t]=="function"){r=s[t].apply(s,n);if(r!==undefined)return!1}}),r!==undefined?r:this};var h=e.fn.datepicker.defaults={autoclose:!1,beforeShowDay:e.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:Infinity,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-Infinity,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},p=e.fn.datepicker.locale_opts=["format","rtl","weekStart"];e.fn.datepicker.Constructor=u;var d=e.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},v={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(e){return e%4===0&&e%100!==0||e%400===0},getDaysInMonth:function(e,t){return[31,v.isLeapYear(e)?29:28,31,30,31,30,31,31,30,31,30,31][t]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(e){var t=e.replace(this.validParts,"\0").split("\0"),n=e.match(this.validParts);if(!t||!t.length||!n||n.length===0)throw new Error("Invalid date format.");return{separators:t,parts:n}},parseDate:function(t,n,i){if(!t)return undefined;if(t instanceof Date)return t;typeof n=="string"&&(n=v.parseFormat(n));if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(t)){var s=/([\-+]\d+)([dmwy])/,o=t.match(/([\-+]\d+)([dmwy])/g),a,f;t=new Date;for(var l=0;l<o.length;l++){a=s.exec(o[l]),f=parseInt(a[1]);switch(a[2]){case"d":t.setUTCDate(t.getUTCDate()+f);break;case"m":t=u.prototype.moveMonth.call(u.prototype,t,f);break;case"w":t.setUTCDate(t.getUTCDate()+f*7);break;case"y":t=u.prototype.moveYear.call(u.prototype,t,f)}}return r(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),0,0,0)}var o=t&&t.match(this.nonpunctuation)||[],t=new Date,c={},h=["yyyy","yy","M","MM","m","mm","d","dd"],p={yyyy:function(e,t){return e.setUTCFullYear(t)},yy:function(e,t){return e.setUTCFullYear(2e3+t)},m:function(e,t){if(isNaN(e))return e;t-=1;while(t<0)t+=12;t%=12,e.setUTCMonth(t);while(e.getUTCMonth()!=t)e.setUTCDate(e.getUTCDate()-1);return e},d:function(e,t){return e.setUTCDate(t)}},m,g,a;p.M=p.MM=p.mm=p.m,p.dd=p.d,t=r(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0);var y=n.parts.slice();o.length!=y.length&&(y=e(y).filter(function(t,n){return e.inArray(n,h)!==-1}).toArray());if(o.length==y.length){for(var l=0,b=y.length;l<b;l++){m=parseInt(o[l],10),a=y[l];if(isNaN(m))switch(a){case"MM":g=e(d[i].months).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].months)+1;break;case"M":g=e(d[i].monthsShort).filter(function(){var e=this.slice(0,o[l].length),t=o[l].slice(0,e.length);return e==t}),m=e.inArray(g[0],d[i].monthsShort)+1}c[a]=m}for(var l=0,w,E;l<h.length;l++)E=h[l],E in c&&!isNaN(c[E])&&(w=new Date(t),p[E](w,c[E]),isNaN(w)||(t=w))}return t},formatDate:function(t,n,r){if(!t)return"";typeof n=="string"&&(n=v.parseFormat(n));var i={d:t.getUTCDate(),D:d[r].daysShort[t.getUTCDay()],DD:d[r].days[t.getUTCDay()],m:t.getUTCMonth()+1,M:d[r].monthsShort[t.getUTCMonth()],MM:d[r].months[t.getUTCMonth()],yy:t.getUTCFullYear().toString().substring(2),yyyy:t.getUTCFullYear()};i.dd=(i.d<10?"0":"")+i.d,i.mm=(i.m<10?"0":"")+i.m;var t=[],s=e.extend([],n.separators);for(var o=0,u=n.parts.length;o<=u;o++)s.length&&t.push(s.shift()),t.push(i[n.parts[o]]);return t.join("")},headTemplate:'<thead><tr><th class="ai1ec-prev"><i class="ai1ec-fa ai1ec-fa-arrow-left"></i></th><th colspan="5" class="ai1ec-datepicker-switch"></th><th class="ai1ec-next"><i class="ai1ec-fa ai1ec-fa-arrow-right"></i></th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="ai1ec-today"></th></tr><tr><th colspan="7" class="ai1ec-clear"></th></tr></tfoot>'};v.template='<div class="timely ai1ec-datepicker"><div class="ai1ec-datepicker-days"><table class=" ai1ec-table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-months">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+'<div class="ai1ec-datepicker-years">'+'<table class="ai1ec-table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table>"+"</div>"+"</div>",e.fn.datepicker.DPGlobal=v,e.fn.datepicker.noConflict=function(){return e.fn.datepicker=c,this},e(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(t){var n=e(this);if(n.data("datepicker"))return;t.preventDefault(),n.datepicker("show")}),e(function(){e('[data-provide="datepicker-inline"]').datepicker()});for(var m=2,g=arguments.length;m<g;m++)arguments[m].localize()}),timely.define("external_libs/bootstrap/transition",["jquery_timely"],function(e){function t(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in t)if(e.style[n]!==undefined)return{end:t[n]}}e.fn.emulateTransitionEnd=function(t){var n=!1,r=this;e(this).one(e.support.transition.end,function(){n=!0});var i=function(){n||e(r).trigger(e.support.transition.end)};return setTimeout(i,t),this},e(function(){e.support.transition=t()})}),timely.define("external_libs/bootstrap/collapse",["jquery_timely"],function(e){var t=function(n,r){this.$element=e(n),this.options=e.extend({},t.DEFAULTS,r),this.transitioning=null,this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.DEFAULTS={toggle:!0},t.prototype.dimension=function(){var e=this.$element.hasClass("ai1ec-width");return e?"width":"height"},t.prototype.show=function(){if(this.transitioning||this.$element.hasClass("ai1ec-in"))return;var t=e.Event("show.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.$parent&&this.$parent.find("> .ai1ec-panel > .ai1ec-in");if(n&&n.length){var r=n.data("bs.collapse");if(r&&r.transitioning)return;n.collapse("hide"),r||n.data("bs.collapse",null)}var i=this.dimension();this.$element.removeClass("ai1ec-collapse").addClass("ai1ec-collapsing")[i](0),this.transitioning=1;var s=function(){this.$element.removeClass("ai1ec-collapsing").addClass("ai1ec-in")[i]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!e.support.transition)return s.call(this);var o=e.camelCase(["scroll",i].join("-"));this.$element.one(e.support.transition.end,e.proxy(s,this)).emulateTransitionEnd(350)[i](this.$element[0][o])},t.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("ai1ec-in"))return;var t=e.Event("hide.bs.collapse");this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("ai1ec-collapsing").removeClass("ai1ec-collapse").removeClass("ai1ec-in"),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("ai1ec-collapsing").addClass("ai1ec-collapse")};if(!e.support.transition)return r.call(this);this.$element[n](0).one(e.support.transition.end,e.proxy(r,this)).emulateTransitionEnd(350)},t.prototype.toggle=function(){this[this.$element.hasClass("ai1ec-in")?"hide":"show"]()};var n=e.fn.collapse;e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("bs.collapse"),s=e.extend({},t.DEFAULTS,r.data(),typeof n=="object"&&n);i||r.data("bs.collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.Constructor=t,e.fn.collapse.noConflict=function(){return e.fn.collapse=n,this},e(document).on("click.bs.collapse.data-api","[data-toggle=ai1ec-collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i),o=s.data("bs.collapse"),u=o?"toggle":n.data(),a=n.attr("data-parent"),f=a&&e(a);if(!o||!o.transitioning)f&&f.find('[data-toggle=ai1ec-collapse][data-parent="'+a+'"]').not(n).addClass("ai1ec-collapsed"),n[s.hasClass("ai1ec-in")?"addClass":"removeClass"]("ai1ec-collapsed");s.collapse(u)})}),timely.define("external_libs/bootstrap/modal",["jquery_timely"],function(e){var t=function(t,n){this.options=n,this.$element=e(t),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},t.prototype.toggle=function(e){return this[this.isShown?"hide":"show"](e)},t.prototype.show=function(t){var n=this,r=e.Event("show.bs.modal",{relatedTarget:t});this.$element.trigger(r);if(this.isShown||r.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="ai1ec-modal"]',e.proxy(this.hide,this)),this.backdrop(function(){var r=e.support.transition&&n.$element.hasClass("ai1ec-fade");n.$element.parent().length||n.$element.appendTo(document.body),n.$element.show(),r&&n.$element[0].offsetWidth,n.$element.addClass("ai1ec-in").attr("aria-hidden",!1),n.enforceFocus();var i=e.Event("shown.bs.modal",{relatedTarget:t});r?n.$element.find(".ai1ec-modal-dialog").one(e.support.transition.end,function(){n.$element.focus().trigger(i)}).emulateTransitionEnd(300):n.$element.focus().trigger(i)})},t.prototype.hide=function(t){t&&t.preventDefault(),t=e.Event("hide.bs.modal"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,this.escape(),e(document).off("focusin.bs.modal"),this.$element.removeClass("ai1ec-in").attr("aria-hidden",!0).off("click.dismiss.modal"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$element.one(e.support.transition.end,e.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal()},t.prototype.enforceFocus=function(){e(document).off("focusin.bs.modal").on("focusin.bs.modal",e.proxy(function(e){this.$element[0]!==e.target&&!this.$element.has(e.target).length&&this.$element.focus()},this))},t.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",e.proxy(function(e){e.which==27&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},t.prototype.hideModal=function(){var e=this;this.$element.hide(),this.backdrop(function(){e.removeBackdrop(),e.$element.trigger("hidden.bs.modal")})},t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},t.prototype.backdrop=function(t){var n=this,r=this.$element.hasClass("ai1ec-fade")?"ai1ec-fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="ai1ec-modal-backdrop '+r+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",e.proxy(function(e){if(e.target!==e.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("ai1ec-in");if(!t)return;i?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("ai1ec-in"),e.support.transition&&this.$element.hasClass("ai1ec-fade")?this.$backdrop.one(e.support.transition.end,t).emulateTransitionEnd(150):t()):t&&t()};var n=e.fn.modal;e.fn.modal=function(n,r){return this.each(function(){var i=e(this),s=i.data("bs.modal"),o=e.extend({},t.DEFAULTS,i.data(),typeof n=="object"&&n);s||i.data("bs.modal",s=new t(this,o)),typeof n=="string"?s[n](r):o.show&&s.show(r)})},e.fn.modal.Constructor=t,e.fn.modal.noConflict=function(){return e.fn.modal=n,this},e(document).on("click.bs.modal.data-api",'[data-toggle="ai1ec-modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s,this).one("hide",function(){n.is(":visible")&&n.focus()})}),e(document).on("show.bs.modal",".ai1ec-modal",function(){e(document.body).addClass("ai1ec-modal-open")}).on("hidden.bs.modal",".ai1ec-modal",function(){e(document.body).removeClass("ai1ec-modal-open")})}),timely.define("external_libs/bootstrap/alert",["jquery_timely"],function(e){var t='[data-dismiss="ai1ec-alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed.bs.alert").remove()}var n=e(this),r=n.attr("data-target");r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));var i=e(r);t&&t.preventDefault(),i.length||(i=n.hasClass("ai1ec-alert")?n:n.parent()),i.trigger(t=e.Event("close.bs.alert"));if(t.isDefaultPrevented())return;i.removeClass("ai1ec-in"),e.support.transition&&i.hasClass("ai1ec-fade")?i.one(e.support.transition.end,s).emulateTransitionEnd(150):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("bs.alert");i||r.data("bs.alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.bs.alert.data-api",t,n.prototype.close)}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&apos;","/":"&#47;"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("scripts/add_new_event",["jquery_timely","domReady","libs/utils","ai1ec_config","scripts/add_new_event/event_location/gmaps_helper","scripts/add_new_event/event_location/input_coordinates_event_handlers","scripts/add_new_event/event_location/input_coordinates_utility_functions","scripts/add_new_event/event_date_time/date_time_event_handlers","scripts/add_new_event/event_cost_helper","external_libs/jquery.calendrical_timespan","external_libs/jquery.inputdate","external_libs/jquery.tools","external_libs/bootstrap_datepicker","external_libs/bootstrap/transition","external_libs/bootstrap/collapse","external_libs/bootstrap/modal","external_libs/bootstrap/alert","external_libs/bootstrap/tab","external_libs/select2"],function(e,t,n,r,i,s,o,u,a,f){var l=function(){var t=new Date(r.now*1e3),n={allday:"#ai1ec_all_day_event",start_date_input:"#ai1ec_start-date-input",start_time_input:"#ai1ec_start-time-input",start_time:"#ai1ec_start-time",end_date_input:"#ai1ec_end-date-input",end_time_input:"#ai1ec_end-time-input",end_time:"#ai1ec_end-time",date_format:r.date_format,month_names:r.month_names,day_names:r.day_names,week_start_day:r.week_start_day,twentyfour_hour:r.twentyfour_hour,now:t};e.timespan(n)},c=function(){e(".ai1ec-panel-collapse").on("hide",function(){e(this).parent().removeClass("ai1ec-overflow-visible")}),e(".ai1ec-panel-collapse").on("shown",function(){var t=e(this);window.setTimeout(function(){t.parent().addClass("ai1ec-overflow-visible")},350)})},h=function(){l(),timely.require(["libs/gmaps"],function(e){e(i.init_gmaps)})},p=function(t,n){var r=null;"[object Array]"===Object.prototype.toString.call(n)?r=n.join("<br>"):r=n,e("#ai1ec_event_inline_alert").html(r),e("#ai1ec_event_inline_alert").removeClass("ai1ec-hidden"),t.preventDefault(),e("#publish, #ai1ec_bottom_publish").removeClass("button-primary-disabled"),e("#publish, #ai1ec_bottom_publish").removeClass("disabled"),e("#publish, #ai1ec_bottom_publish").siblings("#ajax-loading, .spinner").css("visibility","hidden")},d=function(t){o.ai1ec_check_lat_long_fields_filled_when_publishing_event(t)===!0&&(o.ai1ec_convert_commas_to_dots_for_coordinates(),o.ai1ec_check_lat_long_ok_for_search(t));var i=!1,s=[];e("#ai1ec_ticket_ext_url, #ai1ec_contact_url").each(function(){var t=this.value;e(this).removeClass("ai1ec-input-warn");var o=e(this).closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");i||o.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var u=e(this).attr("id"),a="ai1ec_ticket_ext_url"===u;if(""!==t&&!1===n.isValidUrl(t,a)){o.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||e(this).closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var f=u+"_not_valid";s.push(r[f]),e(this).addClass("ai1ec-input-warn")}});var u=e("#ai1ec_contact_email"),a=u.closest(".ai1ec-panel-collapse").parent().find(".ai1ec-panel-heading .ai1ec-fa-warning");u.removeClass("ai1ec-input-warn"),i||a.addClass("ai1ec-hidden").parent().removeClass("ai1ec-tab-title-error");var f=e.trim(u.val());if(""!==f&&!1===n.isValidEmail(f)){a.removeClass("ai1ec-hidden").parent().addClass("ai1ec-tab-title-error"),i||u.closest(".ai1ec-panel-collapse").collapse("show"),i=!0;var l=u.attr("id")+"_not_valid";s.push(r[l]),u.addClass("ai1ec-input-warn")}var c=e("#title, #ai1ec_contact_name, #ai1ec_contact_email, #ai1ec_contact_phone, #content");if(e("#ai1ec_has_tickets").prop("checked")){c.addClass("ai1ec-required"),E(),e("#content").hasClass("ai1ec-error")?T(!0):T(!1);if(e(".ai1ec-error").not(".ai1ec-hidden .ai1ec-error").length||e(".ai1ec-tax-options-button").hasClass("ai1ec-required-error"))i=!0,e("#ai1ec-add-new-event-accordion > .ai1ec-panel-default > .ai1ec-panel-collapse").removeClass("ai1ec-collapse").css("height","auto"),s.push(r.ticketing_required_fields);e("#ai1ec_repeat").prop("checked")===!0&&(i=!0,s.push(r.ticketing_repeat_not_supported));if(!1===i){var h=0,d=0;e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").each(function(){var t=e(this),n=!1;t.find(".ai1ec-tickets-fields").remove(),t.find("select, input").each(function(){if(!this.name)return;"remove"===this.name&&(n=!0);var r=this.value;"checkbox"==this.type&&(1==this.checked?r="on":r="off"),e("<input />",{type:"hidden",name:"ai1ec_tickets["+h+"]["+this.name+"]","class":"ai1ec-tickets-fields",value:r}).appendTo(t)}),n||d++,h++}),0===d&&(i=!0,s.push(r.ticketing_no_tickets_included))}}else c.removeClass("ai1ec-required");i?p(t,s):(e(".ai1ec-tickets-form-template").remove(),e(".ai1ec-tickets-edit-form").find("input, select").not(".ai1ec-tickets-fields").prop("disabled",!0))},v=function(){e("#ai1ec_google_map").click(s.toggle_visibility_of_google_map_on_click),e("#ai1ec_input_coordinates").change(s.toggle_visibility_of_coordinate_fields_on_click),e("#post").submit(d),e("input.ai1ec-coordinates").blur(s.update_map_from_coordinates_on_blur),e("#ai1ec_bottom_publish").on("click",u.trigger_publish),e(document).on("change","#ai1ec_end",u.show_end_fields).on("click","#ai1ec_repeat_apply",u.handle_click_on_apply_button).on("click","#ai1ec_repeat_cancel",u.handle_click_on_cancel_modal).on("click","#ai1ec_monthly_type_bymonthday, #ai1ec_monthly_type_byday",u.handle_checkbox_monthly_tab_modal).on("click",".ai1ec-btn-group-grid a",u.handle_click_on_toggle_buttons),e("#ai1ec_repeat_box").on("hidden.bs.modal",u.handle_modal_hide),u.execute_pseudo_handlers(),e("#widgetField > a").on("click",u.handle_animation_of_calendar_widget),e(document).on("click",".ai1ec-set-banner-image",m),e(document).on("click",".ai1ec-remove-banner",g),e(document).on("click","#ai1ec_tax_options, #ai1ec_update_tax_options",k)},m=function(){var t={};return t._frame=wp.media({state:"featured-image",states:[new wp.media.controller.FeaturedImage,new wp.media.controller.EditImage]}),t._frame.open(),e(".media-frame:last ").addClass("ai1ec-banner-image-frame"),e(".media-frame-title:last h1").text(e(".ai1ec-set-banner-block .ai1ec-set-banner-image").text()),e(".media-frame-toolbar:last").append(e(".ai1ec-media-toolbar").clone().removeClass("ai1ec-media-toolbar ai1ec-hidden")),e(".ai1ec-save-banner-image").off().on("click",function(){var n=e(".attachments:visible li.selected img").attr("src"),r=e(".attachment-details:visible input[type=text]").val();return n&&r&&e("#ai1ec_event_banner .inside").find(".ai1ec-banner-image-block").removeClass("ai1ec-hidden").find("img").attr("src",n).end().find("input").val(r).end().end().find(".ai1ec-set-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-remove-banner-block").removeClass("ai1ec-hidden"),t._frame.close(),!1}),!1},g=function(){return e("#ai1ec_event_banner .inside").find(".ai1ec-remove-banner-block").addClass("ai1ec-hidden").end().find(".ai1ec-banner-image-block").addClass("ai1ec-hidden").find("input").val("").end().find("img").attr("src","").end().end().find(".ai1ec-set-banner-block").removeClass("ai1ec-hidden"),!1},y=function(){e("#ai1ec_event").insertAfter("#ai1ec_event_inline_alert"),e("#post").addClass("ai1ec-visible")},b=function(){e("#timezone-select").select2()},w=function(){e(".ai1ec-tickets-datepicker").not(".ai1ec-tickets-datepicker-inited").not(".ai1ec-tickets-form-template .ai1ec-tickets-datepicker").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block"),r=e(".ai1ec-tickets-time",n),i=e("input.ai1ec-tickets-full-date",n),s=i.val();t.val(s.substr(0,10)),r.val(s.substr(11,5)),r.on("change",function(){s=i.val(),i.val(s.substr(0,10)+" "+this.value+":00")}),t.addClass("ai1ec-tickets-datepicker-inited").datepicker({autoclose:!0}).on("changeDate",function(e){i.val(this.value+" "+r.val()+":00")})})},E=function(){e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_unlimited"]').each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-edit-form"),r=e('input[id="ai1ec_ticket_quantity"]',n);!1===t.prop("checked")?(r.val()==0&&r.val(""),r.addClass("ai1ec-required")):r.removeClass("ai1ec-required")}),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").not(".ai1ec-hidden").find('input[id="ai1ec_ticket_avail"]').each(function(){var t=e(this);t.closest(".ai1ec-tickets-edit-form").find('input[id="ai1ec_ticket_sale_start_date"],input[id="ai1ec_ticket_sale_end_date"]').each(function(){!1===t.prop("checked")?e(this).addClass("ai1ec-required"):e(this).removeClass("ai1ec-required")})}),e(".ai1ec-ticket-field-error").hide(),e(".ai1ec-required").not(".ai1ec-tickets-form-template .ai1ec-required").each(function(){var t=e(this);t.removeClass("ai1ec-error");if(!e.trim(t.val())||"checkbox"===t.attr("type")&&!t.prop("checked"))t.addClass("ai1ec-error"),t.parent().find(".ai1ec-ticket-field-error").show()}),e('[name="ticket_sale_start_date"], [name="ticket_sale_end_date"]').not(".ai1ec-tickets-form-template input").each(function(){var t=e(this),n=t.closest(".ai1ec-tickets-dates-block").find('input[type="text"]');n.removeClass("ai1ec-error"),!t.closest(".ai1ec-avail-block").find('input[name="availibility"]:checked').length&&null===this.value.match(/^(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})$/)&&n.addClass("ai1ec-error")});var t=e("#ai1ec_editing_ticket").val();return 0==t&&!e("#ai1ec_tax_inputs input").length?e(".ai1ec-tax-options-button").addClass("ai1ec-required-error").show():e(".ai1ec-tax-options-button").removeClass("ai1ec-required-error").hide(),e(".ai1ec-ticket-field-error:visible").length?!1:!0},S=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e("#ai1ec_ticket_quantity",n);1==t.prop("checked")?r.hide():r.show()},x=function(t){var n=t.closest(".ai1ec-tickets-edit-form"),r=e(".ai1ec-tickets-dates",n);1==t.prop("checked")?r.hide():r.show()},T=function(t){e("#ai1ec-event-description-field-error").remove(),t&&e("#postdivrich").before('<div id="ai1ec-event-description-field-error"><strong style="color: red;">* The Event description is required.</strong></div>')},N=function(){e(document).on("click change",'[id="ai1ec_ticket_unlimited"]',function(){S(e(this))}),e(document).on("click change",'[id="ai1ec_ticket_avail"]',function(){x(e(this))}),e(document).on("click change",'[id="ai1ec_new_ticket_status"]',function(){var t=e(this),n=t.closest(".ai1ec-tickets-panel"),i=t.find(":selected");if("canceled"===i.val()){var s=e("#ai1ec-ticket-taken",n);if(0<s.val()){e("#ai1ec-ticket-status-message",n).text(r.ticketing.cancel_message);return}}n.find("#ai1ec-ticket-status-message").text("")}),e(document).on("click",".ai1ec-remove-ticket",function(){var t=e(this).closest(".ai1ec-tickets-panel"),i=e("#ai1ec-ticket-taken",t);return 0<i.val()?n.alert(r.ticketing.information,r.ticketing.no_delete_text):t.addClass("ai1ec-hidden").append('<input type="hidden" name="remove" value="1">'),!1});var t=function(){var t=e(".ai1ec-tickets-form-template").clone();return t.removeClass("ai1ec-tickets-form-template").appendTo("#ai1ec-ticket-forms"),$checkbox=e("#ai1ec_ticket_unlimited",t),$checkbox.prop("checked",!0),S($checkbox),$checkbox=e("#ai1ec_ticket_avail",t),$checkbox.prop("checked",!0),x($checkbox),w(),!1};e("#ai1ec_add_new_ticket").on("click",t),e(".ai1ec-tickets-edit-form").not(".ai1ec-tickets-form-template").length||t()},C=function(){var t=function(){e(".ai1ec_review_modal").modal("hide"),e(".ai1ec_review_modal").hide()},n=function(){var n=e(".ai1ec_review_negative_feedback, .ai1ec_review_contact_name, .ai1ec_review_contact_email, .ai1ec_review_site_url");n.each(function(){var t=e(this);t.removeClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").hide(),t.closest("td").find(".ai1ec-invalid-email-message").hide(),t.closest("td").find(".ai1ec-invalid-site-message").hide();if(!e.trim(t.val()))t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-required-message").show();else if(t.hasClass("ai1ec_review_contact_email")){var n=/^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;!1===n.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-email-message").show())}else if(t.hasClass("ai1ec_review_site_url")){var r=/[-a-zA-Z0-9@:%_\+.~#?&//=]{2,256}\.[a-z]{2,4}\b(\/[-a-zA-Z0-9@:%_\+.~#?&//=]*)?/gi;!1===r.test(t.val())&&(t.addClass("ai1ec-error"),t.closest("td").find(".ai1ec-invalid-site-message").show())}}),!1===n.hasClass("ai1ec-error")&&(e(".ai1ec_review_send_feedback").button("loading"),n.prop("disabled",!0),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_send_feedback_message",message:e(".ai1ec_review_negative_feedback").val(),name:e(".ai1ec_review_contact_name").val(),email:e(".ai1ec_review_contact_email").val(),site:e(".ai1ec_review_site_url").val()},success:function(n){e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-success ai1ec_review_messages"><strong>'+r.review.message_sent+"</strong></div>"),setTimeout(function(){e(".ai1ec_review_send_feedback").button("reset"),e(".ai1ec_not_enjoying_popup").prop("disabled",!0),t()},3e3)},error:function(t){n.prop("disabled",!1),e(".ai1ec_review_messages").remove(),e(".ai1ec-review-form").prepend('<div class="timely ai1ec-alert ai1ec-alert-danger ai1ec_review_messages"><strong>Error!</strong> '+r.review.message_error+"</div>")}}))},i=function(){o("y")},s=function(){o("n")},o=function(n){t(),e.ajax({url:r.ajax_url,type:"POST",data:{action:"ai1ec_save_feedback_review",feedback:n}})};e(".ai1ec_review_enjoying_no_rating, .ai1ec_review_enjoying_go_wordpress").on("click",i),e(".ai1ec_review_send_feedback").on("click",n),e(".ai1ec_review_not_enjoying_no_rating").on("click",s)},k=function(){var t=e("#ai1ec_tax_box"),n=e(".ai1ec-modal-content",t),r=e(".ai1ec-loading",t);if(t.hasClass("ai1ec-active")){t.modal("show");return}t.addClass("ai1ec-active").modal({backdrop:"static"}),e.post(ajaxurl,{action:"ai1ec_get_tax_box",ai1ec_event_id:e("#post_ID").val()},function(t){var n=e("#ai1ec_tax_frame").get(0).contentWindow.document;r.remove(),e("#ai1ec_tax_frame").removeClass("ai1ec-hidden"),n.open(),n.write(t.message.body),n.close();var i=0,s=0,o=e("#ai1ec_tax_frame");setInterval(function(){s=o.contents().find("body").height(),s!=i&&o.css("height",(i=s)+"px")},500)},"json")};window.addEventListener("message",function(t){var n=t.data.toString(),r="timely_tax_options_",i="timely_tax_cancel",s=e("#ai1ec_tax_inputs");if(n===i){e("#ai1ec_tax_box").modal("hide");return}if(0!==n.indexOf(r))return;n=JSON.parse(n.substr(r.length)),e("#ai1ec_tax_box").modal("hide"),e("#ai1ec_tax_options").addClass("ai1ec-hidden"),e("#ai1ec_update_tax_options").removeClass("ai1ec-hidden"),s.html("");for(var o in n)s.append(e("<input />",{type:"hidden",name:"tax_options["+o+"]",value:n[o]}))},!1);var L=function(){h(),t(function(){c(),y(),v(),b(),N(),w(),C()})};return{start:L}}),timely.require(["scripts/add_new_event"],function(e){e.start()}),timely.define("pages/add_new_event",function(){});
public/js/pages/calendar.js CHANGED
@@ -358,4 +358,4 @@ OTHER DEALINGS IN THE SOFTWARE.
358
  * limitations under the License.
359
  * ======================================================================== */
360
 
361
- timely.define("domReady",[],function(){function u(e){var t;for(t=0;t<e.length;t++)e[t](n)}function a(){var e=r;t&&e.length&&(r=[],u(e))}function f(){t||(t=!0,o&&clearInterval(o),a())}function c(e){return t?e(n):r.push(e),c}var e=typeof window!="undefined"&&window.document,t=!e,n=e?document:null,r=[],i,s,o;if(e){if(document.addEventListener)document.addEventListener("DOMContentLoaded",f,!1),window.addEventListener("load",f,!1);else if(window.attachEvent){window.attachEvent("onload",f),s=document.createElement("div");try{i=window.frameElement===null}catch(l){}s.doScroll&&i&&window.external&&(o=setInterval(function(){try{s.doScroll(),f()}catch(e){}},30))}(document.readyState==="complete"||document.readyState==="interactive")&&f()}return c.version="2.0.0",c.load=function(e,t,n,r){r.isBuild?n(null):c(n)},c}),timely.define("scripts/calendar/print",["jquery_timely"],function(e){var t=function(t){t.preventDefault();var n=e("body"),r=e("html"),i=e(this).closest(".ai1ec-calendar").html(),s=n.html();s=s.replace(/<script.*?>([\s\S]*?)<\/script>/gmi,""),n.empty(),n.addClass("timely"),r.addClass("ai1ec-print"),n.html(i),e("span").click(function(){return!1}),e(".ai1ec-agenda-view a").each(function(){e(this).data("href",e(this).attr("href")),e(this).attr("href","#")}),window.print(),e(".ai1ec-agenda-view a").each(function(){e(this).attr("href",e(this).data("href")),e(this).data("href","")}),n.removeClass("timely"),r.removeClass("ai1ec-print"),n.html(s)};return{handle_click_on_print_button:t}}),timely.define("scripts/calendar/agenda_view",["jquery_timely"],function(e){var t=function(){e(this).closest(".ai1ec-event").toggleClass("ai1ec-expanded").find(".ai1ec-event-summary").slideToggle(300)},n=function(){var t=e(this).closest(".ai1ec-calendar");t.find(".ai1ec-expanded .ai1ec-event-toggle").click()},r=function(){var t=e(this).closest(".ai1ec-calendar");t.find(".ai1ec-event:not(.ai1ec-expanded) .ai1ec-event-toggle").click()};return{toggle_event:t,collapse_all:n,expand_all:r}}),timely.define("external_libs/modernizr",[],function(){var e=function(e,t,n){function S(e){f.cssText=e}function x(e,t){return S(h.join(e+";")+(t||""))}function T(e,t){return typeof e===t}function N(e,t){return!!~(""+e).indexOf(t)}function C(e,t,r){for(var i in e){var s=t[e[i]];if(s!==n)return r===!1?e[i]:T(s,"function")?s.bind(r||t):s}return!1}var r="2.5.3",i={},s=!0,o=t.documentElement,u="modernizr",a=t.createElement(u),f=a.style,l,c={}.toString,h=" -webkit- -moz- -o- -ms- ".split(" "),p={},d={},v={},m=[],g=m.slice,y,b=function(e,n,r,i){var s,a,f,l=t.createElement("div"),c=t.body,h=c?c:t.createElement("body");if(parseInt(r,10))while(r--)f=t.createElement("div"),f.id=i?i[r]:u+(r+1),l.appendChild(f);return s=["&#173;","<style>",e,"</style>"].join(""),l.id=u,(c?l:h).innerHTML+=s,h.appendChild(l),c||(h.style.background="",o.appendChild(h)),a=n(l,e),c?l.parentNode.removeChild(l):h.parentNode.removeChild(h),!!a},w={}.hasOwnProperty,E;!T(w,"undefined")&&!T(w.call,"undefined")?E=function(e,t){return w.call(e,t)}:E=function(e,t){return t in e&&T(e.constructor.prototype[t],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(t){var n=this;if(typeof n!="function")throw new TypeError;var r=g.call(arguments,1),i=function(){if(this instanceof i){var e=function(){};e.prototype=n.prototype;var s=new e,o=n.apply(s,r.concat(g.call(arguments)));return Object(o)===o?o:s}return n.apply(t,r.concat(g.call(arguments)))};return i});var k=function(n,r){var s=n.join(""),o=r.length;b(s,function(n,r){var s=t.styleSheets[t.styleSheets.length-1],u=s?s.cssRules&&s.cssRules[0]?s.cssRules[0].cssText:s.cssText||"":"",a=n.childNodes,f={};while(o--)f[a[o].id]=a[o];i.touch="ontouchstart"in e||e.DocumentTouch&&t instanceof DocumentTouch||(f.touch&&f.touch.offsetTop)===9},o,r)}([,["@media (",h.join("touch-enabled),("),u,")","{#touch{top:9px;position:absolute}}"].join("")],[,"touch"]);p.touch=function(){return i.touch};for(var L in p)E(p,L)&&(y=L.toLowerCase(),i[y]=p[L](),m.push((i[y]?"":"no-")+y));return S(""),a=l=null,i._version=r,i._prefixes=h,i.testStyles=b,o.className=o.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(s?" js "+m.join(" "):""),i}(window,window.document);return e}),timely.define("scripts/calendar/month_view",["jquery_timely","external_libs/modernizr"],function(e,t){var n=navigator.userAgent.match(/opera/i),r=navigator.userAgent.match(/webkit/i),i=function(t){var n=t.find(".ai1ec-day"),r=t.find(".ai1ec-week:first .ai1ec-day").length;t.find(".ai1ec-month-view .ai1ec-multiday").each(function(){var t=this.parentNode,r=e(this).outerHeight(!0),i=e(".ai1ec-date",t),u=parseInt(i.text(),10),a=e(this).data("endTruncated"),f=parseInt(a?e(n[n.length-1]).text():e(this).data("endDay"),10),l=e(this),c=e(".ai1ec-event",l)[0].style.backgroundColor,h=0,p=f-u+1,d=p,v,m=0;n.each(function(t){var n=e(".ai1ec-date",this),r=e(this.parentNode),i=r.index(),a=parseInt(n.text(),10);if(a>=u&&a<=f){a===u&&(v=parseInt(n.css("marginBottom"),10)+16),h===0&&m++;if(i===0&&a>u&&d!==0){var p=l.next(".ai1ec-popup").andSelf().clone(!1);n.parent().append(p);var g=p.first();g.addClass("ai1ec-multiday-bar ai1ec-multiday-clone"),g.css({position:"absolute",left:"1px",top:parseInt(n.css("marginBottom"),10)+13,backgroundColor:c});var y=d>7?7:d;g.css("width",s(y)),d>7&&g.append(o(1,c)),g.append(o(2,c))}h===0?n.css({marginBottom:v+"px"}):n.css({marginBottom:"+=16px"}),d--,d>0&&i===6&&h++}});if(a){var g=l.find("."+l[0].className.replace(/\s+/igm,".")).last();g.append(o(1,c))}e(this).css({position:"absolute",top:i.outerHeight(!0)-r-1+"px",left:"1px",width:s(m)}),h>0&&e(this).append(o(1,c)),e(this).data("startTruncated")&&e(this).append(o(2,c)).addClass("ai1ec-multiday-bar")}),n.each(function(){var t=e(".ai1ec-date",this),n=parseInt(t.text(),10),r=t.closest(".ai1ec-week"),i=e(this).find("a.ai1ec-event-container:not(.ai1ec-multiday)").length,s=null,o;if(0===i)return;o=r.find("a.ai1ec-multiday[data-end-day]").filter(function(){return e(this).data("startDay")<=n&&e(this).data("endDay")>=n}),o.each(function(){var t=e(this).prop("offsetTop");if(null===s||t>s)s=t}),null!==s&&(s+=3,t.css("marginBottom",s))})},s=function(e){var t;switch(e){case 1:t=97.5;break;case 2:t=198.7;break;case 3:t=300;break;case 4:t=401;break;case 5:r||n?t=507:t=503.4;break;case 6:r||n?t=608:t=603.5;break;case 7:r||n?t=709:t=705}return t+"%"},o=function(t,n){var r=e('<div class="ai1ec-multiday-arrow'+t+'"></div>');return t===1?r.css({borderLeftColor:n}):r.css({borderTopColor:n,borderRightColor:n,borderBottomColor:n}),r};return{extend_multiday_events:i}}),timely.define("libs/frontend_utils",[],function(){var e=function(e){var t,n;t=function(e){if(/&[^;]+;/.test(e)){var t=document.createElement("div");return t.innerHTML=e,t.firstChild?t.firstChild.nodeValue:e}return e};if(typeof e=="string")return t(e);if(typeof e=="object")for(n in e)typeof e[n]=="string"&&(e[n]=t(e[n]));return e},t=function(e,t,n){var r,i,s,o,u;if("#"===e.charAt(0)||"?"===e.charAt(0))e=e.substring(1);r={},e=e.split(t);for(i=0;i<e.length;i++)o=e[i].trim(),-1!==(u=o.indexOf(n))?(s=o.substring(0,u).trim(),o=o.substring(u+1).trim()):(s=o,o=!0),r[s]=o;return r},n=function(e){var n,r,i,s,o;e=t(e,"&","="),i=Object.keys(e),n={ai1ec:{},action:"month"};for(r=0;r<i.length;r++)if("ai1ec"===i[r]){var u=t(e[i[r]],"|",":");for(s in u)if(""!==u[s]){if("action"===s||"view"===s)n.action=u[s];n.ai1ec[s]=u[s]}}else"ai1ec_"===i[r].substring(0,6)?n.ai1ec[i[r].substring(6)]=e[i[r]]:n[i[r]]=e[i[r]];"ai1ec_"!==n.action.substring(0,6)&&(n.action="ai1ec_"+n.action),o="action="+n.action+"&ai1ec=";for(s in n.ai1ec)n.ai1ec.hasOwnProperty(s)&&(o+=escape(s)+":"+escape(n.ai1ec[s])+"|");o=o.substring(0,o.length-1);for(s in n)"ai1ec"!==s&&"action"!==s&&(o+="&"+s+"="+escape(n[s]));return o};return{ai1ec_convert_entities:e,ai1ec_map_internal_query:n,ai1ec_tokenize_uri:t}}),timely.define("external_libs/bootstrap/tab",["jquery_timely"],function(e){var t=function(t){this.element=e(t)};t.prototype.show=function(){var t=this.element,n=t.closest("ul:not(.ai1ec-dropdown-menu)"),r=t.data("target");r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("ai1ec-active"))return;var i=n.find(".ai1ec-active:last a")[0],s=e.Event("show.bs.tab",{relatedTarget:i});t.trigger(s);if(s.isDefaultPrevented())return;var o=e(r);this.activate(t.parent("li"),n),this.activate(o,o.parent(),function(){t.trigger({type:"shown.bs.tab",relatedTarget:i})})},t.prototype.activate=function(t,n,r){function o(){i.removeClass("ai1ec-active").find("> .ai1ec-dropdown-menu > .ai1ec-active").removeClass("ai1ec-active"),t.addClass("ai1ec-active"),s?(t[0].offsetWidth,t.addClass("ai1ec-in")):t.removeClass("ai1ec-fade"),t.parent(".ai1ec-dropdown-menu")&&t.closest("li.ai1ec-dropdown").addClass("ai1ec-active"),r&&r()}var i=n.find("> .ai1ec-active"),s=r&&e.support.transition&&i.hasClass("ai1ec-fade");s?i.one(e.support.transition.end,o).emulateTransitionEnd(150):o(),i.removeClass("ai1ec-in")};var n=e.fn.tab;e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tab");i||r.data("bs.tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e.fn.tab.noConflict=function(){return e.fn.tab=n,this},e(document).on("click.bs.tab.data-api",'[data-toggle="ai1ec-tab"], [data-toggle="ai1ec-pill"]',function(t){t.preventDefault(),e(this).tab("show")})}),timely.define("libs/utils",["jquery_timely","external_libs/bootstrap/tab"],function(e){var t=function(){return{is_float:function(e){return!isNaN(parseFloat(e))},is_valid_coordinate:function(e,t){var n=t?90:180;return this.is_float(e)&&Math.abs(e)<n},convert_comma_to_dot:function(e){return e.replace(",",".")},field_has_value:function(t){var n="#"+t,r=e(n),i=!1;return r.length===1&&(i=e.trim(r.val())!==""),i},make_alert:function(t,n,r){var i="";switch(n){case"error":i="ai1ec-alert ai1ec-alert-danger";break;case"success":i="ai1ec-alert ai1ec-alert-success";break;default:i="ai1ec-alert ai1ec-alert-info"}var s=e("<div />",{"class":i,html:t});if(!r){var o=e("<button>",{type:"button","class":"ai1ec-close","data-dismiss":"ai1ec-alert",text:"×"});s.prepend(o)}return s},alert:function(t,n){$document=e(document.body),$one_shot_popup=e("#ai1ec-show-popup-alert",$document),0===$one_shot_popup.length&&($div=e('<div class="timely"/>'),$div.html('<div id="ai1ec-show-popup-alert" class="timely ai1ec-modal ai1ec-fade"role="dialog" aria-hidden="true" style="display: none;"><div class="ai1ec-modal-dialog"><div class="ai1ec-modal-content"><div class="ai1ec-modal-header"><button type="button" class="ai1ec-close"data-dismiss="ai1ec-modal" aria-hidden="true">×</button><h4 class="ai1ec-modal-title" id="ai1ec-one-shot-popup-title"></h4></div><div class="ai1ec-modal-body"><p id="ai1ec-one-shot-popup-text"></p></div></div></div></div>').appendTo($document),$one_shot_popup=e("#ai1ec-show-popup-alert",$document));var r=e(this).closest("a");e("#ai1ec-one-shot-popup-title",$one_shot_popup).text(t),e("#ai1ec-one-shot-popup-text",$one_shot_popup).text(n),$one_shot_popup.modal("show")},make_popup_content_link:function(t,n,r){return'<div class="timely"><a href="#" class="timely ai1ec-link"data-toggle="ai1ec-modal" data-target="#popupMoreInfoInline">'+e("<div />").text(t).html()+"</a>"+'<div id="popupMoreInfoInline" class="timely ai1ec-modal ai1ec-fade"'+'role="dialog" aria-hidden="true" style="display: none;">'+'<div class="ai1ec-modal-dialog">'+'<div class="ai1ec-modal-content">'+'<div class="ai1ec-modal-header">'+'<button type="button" class="ai1ec-close"'+'data-dismiss="ai1ec-modal" aria-hidden="true">×</button>'+"<strong>"+e("<div />").text(n).html()+"</strong>"+"</div>"+'<div class="ai1ec-modal-body ai1ec-clearfix">'+'<textarea class="ai1ec-form-control code" rows="8" cols="40">'+e("<div />").text(r).html()+"</textarea>"+"</div>"+"</div>"+"</div>"+"</div>"+"</div>"},get_ajax_url:function(){return typeof window.ajaxurl=="undefined"?"http://localhost/wordpress/wp-admin/admin-ajax.php":window.ajaxurl},isUrl:function(e){var t=/(http|https|webcal):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/;return t.test(e)},isValidUrl:function(e,t){if(!0===t){var n=/^(http|https):\/\//;return n.test(e)}return!0},isValidEmail:function(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)},activate_saved_tab_on_page_load:function(t){null===t||undefined===t?e("ul.ai1ec-nav a:first").tab("show"):e("ul.ai1ec-nav a[href="+t+"]").tab("show")},add_query_arg:function(e,t){if("string"!=typeof e)return!1;var n=e.indexOf("?")===-1?"?":"&";return-1!==e.indexOf(n+t[0]+"=")?e:e+n+t[0]+"="+t[1]},create_ai1ec_to_send:function(t){var n=e(t),r=[],i=["action","cat_ids","auth_ids","tag_ids","exact_date","display_filters","no_navigation","events_limit"];return n.each(function(){e.each(this.attributes,function(){this.specified&&this.value&&this.name.match(/^data-/)&&(-1<e.inArray(this.name.replace(/^data\-/,""),i)||this.name.match(/_ids$/))&&r.push(this.name.replace(/^data\-/,"")+"~"+this.value)})}),r.join("|")},init_autoselect:function(){e(document).on("click",".ai1ec-autoselect",function(t){if(e(this).data("clicked")&&t.originalEvent.detail<2)return;e(this).data("clicked",!0);var n;document.body.createTextRange?(n=document.body.createTextRange(),n.moveToElementText(this),n.select()):window.getSelection&&(selection=window.getSelection(),n=document.createRange(),n.selectNodeContents(this),selection.removeAllRanges(),selection.addRange(n))})}}}();return t}),timely.define("external_libs/bootstrap/affix",["jquery_timely"],function(e){var t=function(n,r){this.options=e.extend({},t.DEFAULTS,r),this.$window=e(window).on("scroll.bs.affix.data-api",e.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",e.proxy(this.checkPositionWithEventLoop,this)),this.$element=e(n),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};t.RESET="ai1ec-affix ai1ec-affix-top ai1ec-affix-bottom",t.DEFAULTS={offset:0},t.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(t.RESET).addClass("ai1ec-affix");var e=this.$window.scrollTop(),n=this.$element.offset();return this.pinnedOffset=n.top-e},t.prototype.checkPositionWithEventLoop=function(){setTimeout(e.proxy(this.checkPosition,this),1)},t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var n=e(document).height(),r=this.$window.scrollTop(),i=this.$element.offset(),s=this.options.offset,o=s.top,u=s.bottom;this.affixed=="top"&&(i.top+=r),typeof s!="object"&&(u=o=s),typeof o=="function"&&(o=s.top(this.$element)),typeof u=="function"&&(u=s.bottom(this.$element));var a=this.unpin!=null&&r+this.unpin<=i.top?!1:u!=null&&i.top+this.$element.height()>=n-u?"bottom":o!=null&&r<=o?"top":!1;if(this.affixed===a)return;this.unpin&&this.$element.css("top","");var f="ai1ec-affix"+(a?"-"+a:""),l=e.Event(f+".bs.affix");this.$element.trigger(l);if(l.isDefaultPrevented())return;this.affixed=a,this.unpin=a=="bottom"?this.getPinnedOffset():null,this.$element.removeClass(t.RESET).addClass(f).trigger(e.Event(f.replace("affix","affixed"))),a=="bottom"&&this.$element.offset({top:n-u-this.$element.height()})};var n=e.fn.affix;e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("bs.affix"),s=typeof n=="object"&&n;i||r.data("bs.affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.noConflict=function(){return e.fn.affix=n,this},e(window).on("load",function(){e('[data-spy="ai1ec-affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}),timely.define("scripts/common_scripts/frontend/common_event_handlers",["jquery_timely","external_libs/bootstrap/affix"],function(e){var t=function(t){var n=e(this),r=n.next(".ai1ec-popup"),i,s,o;if(r.length===0)return;i=r.html(),s=r.attr("class");var u=n.closest("#ai1ec-calendar-view");u.length===0&&(u=e("body")),n.offset().left-u.offset().left>182?o="left":o="right",n.constrained_popover({content:i,title:"",placement:o,trigger:"manual",html:!0,template:'<div class="timely ai1ec-popover '+s+'">'+'<div class="ai1ec-arrow"></div>'+'<div class="ai1ec-popover-inner">'+'<div class="ai1ec-popover-content"><div></div></div>'+"</div>"+"</div>",container:"body"}).constrained_popover("show")},n=function(t){var n=e(t.toElement||t.relatedTarget);n.closest(".ai1ec-popup").length===0&&e(this).constrained_popover("hide")},r=function(t){var n=e(t.toElement||t.relatedTarget);n.closest(".ai1ec-tooltip").length===0&&(e(this).remove(),e("body > .ai1ec-tooltip").remove())},i=function(t){if("ontouchstart"in document.documentElement){t.preventDefault();return}var n=e(this),r={template:'<div class="timely ai1ec-tooltip"><div class="ai1ec-tooltip-arrow"></div><div class="ai1ec-tooltip-inner"></div></div>',trigger:"manual",container:"body"};if(n.is(".ai1ec-category .ai1ec-color-swatch")||n.is(".ai1ec-custom-filter .ai1ec-color-swatch"))return;n.is(".ai1ec-tooltip-auto")&&(r.placement=u(250)),n.tooltip(r),n.tooltip("show")},s=function(t){e(this).tooltip("hide")},o=function(t){var n=e(t.toElement||t.relatedTarget);n.closest(".ai1ec-tooltip-trigger").length===0&&e(this).remove(),n.closest(".ai1ec-popup").length===0&&e("body > .ai1ec-popup").remove()},u=function(t){return function(n,r){var i,s,o=e(r),u=o.attr("data-placement"),a=e.extend({},o.offset(),{width:r.offsetWidth,height:r.offsetHeight}),f=function(){return!1===i?!1:(i=a.left-t>=0,i?"left":!1)},l=function(){return!1===s?!1:(s=a.left+t<=e(window).width(),s?"right":!1)};switch(u){case"top":return"top";case"bottom":return"bottom";case"left":if(f())return"left";case"right":if(l())return"right";default:if(f())return"left";if(l())return"right";return u}}};return{handle_popover_over:t,handle_popover_out:n,handle_popover_self_out:r,handle_tooltip_over:i,handle_tooltip_out:s,handle_tooltip_self_out:o}}),timely.define("external_libs/bootstrap/tooltip",["jquery_timely"],function(e){var t=function(e,t){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",e,t)};t.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="ai1ec-tooltip"><div class="ai1ec-tooltip-arrow"></div><div class="ai1ec-tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},t.prototype.init=function(t,n,r){this.enabled=!0,this.type=t,this.$element=e(n),this.options=this.getOptions(r);var i=this.options.trigger.split(" ");for(var s=i.length;s--;){var o=i[s];if(o=="click")this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this));else if(o!="manual"){var u=o=="hover"?"mouseenter":"focus",a=o=="hover"?"mouseleave":"blur";this.$element.on(u+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(a+"."+this.type,this.options.selector,e.proxy(this.leave,this))}}this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},t.prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.getOptions=function(t){return t=e.extend({},this.getDefaults(),this.$element.data(),t),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},t.prototype.getDelegateOptions=function(){var t={},n=this.getDefaults();return this._options&&e.each(this._options,function(e,r){n[e]!=r&&(t[e]=r)}),t},t.prototype.enter=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);clearTimeout(n.timeout),n.hoverState="in";if(!n.options.delay||!n.options.delay.show)return n.show();n.timeout=setTimeout(function(){n.hoverState=="in"&&n.show()},n.options.delay.show)},t.prototype.leave=function(t){var n=t instanceof this.constructor?t:e(t.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);clearTimeout(n.timeout),n.hoverState="out";if(!n.options.delay||!n.options.delay.hide)return n.hide();n.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},t.prototype.show=function(){var t=e.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(t);if(t.isDefaultPrevented())return;var n=this.tip();this.setContent(),this.options.animation&&n.addClass("ai1ec-fade");var r=typeof this.options.placement=="function"?this.options.placement.call(this,n[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,s=i.test(r);s&&(r=r.replace(i,"")||"top"),n.detach().css({top:0,left:0,display:"block"}).addClass("ai1ec-"+r),this.options.container?n.appendTo(this.options.container):n.insertAfter(this.$element);var o=this.getPosition(),u=n[0].offsetWidth,a=n[0].offsetHeight;if(s){var f=this.$element.parent(),l=r,c=document.documentElement.scrollTop||document.body.scrollTop,h=this.options.container=="body"?window.innerWidth:f.outerWidth(),p=this.options.container=="body"?window.innerHeight:f.outerHeight(),d=this.options.container=="body"?0:f.offset().left;r=r=="bottom"&&o.top+o.height+a-c>p?"top":r=="top"&&o.top-c-a<0?"bottom":r=="right"&&o.right+u>h?"left":r=="left"&&o.left-u<d?"right":r,n.removeClass("ai1ec-"+l).addClass("ai1ec-"+r)}var v=this.getCalculatedOffset(r,o,u,a);this.applyPlacement(v,r),this.$element.trigger("shown.bs."+this.type)}},t.prototype.applyPlacement=function(e,t){var n,r=this.tip(),i=r[0].offsetWidth,s=r[0].offsetHeight,o=parseInt(r.css("margin-top"),10),u=parseInt(r.css("margin-left"),10);isNaN(o)&&(o=0),isNaN(u)&&(u=0),e.top=e.top+o,e.left=e.left+u,r.offset(e).addClass("ai1ec-in");var a=r[0].offsetWidth,f=r[0].offsetHeight;t=="top"&&f!=s&&(n=!0,e.top=e.top+s-f);if(/bottom|top/.test(t)){var l=0;e.left<0&&(l=e.left*-2,e.left=0,r.offset(e),a=r[0].offsetWidth,f=r[0].offsetHeight),this.replaceArrow(l-i+a,a,"left")}else this.replaceArrow(f-s,f,"top");n&&r.offset(e)},t.prototype.replaceArrow=function(e,t,n){this.arrow().css(n,e?50*(1-e/t)+"%":"")},t.prototype.setContent=function(){var e=this.tip(),t=this.getTitle();e.find(".ai1ec-tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("ai1ec-fade ai1ec-in ai1ec-top ai1ec-bottom ai1ec-left ai1ec-right")},t.prototype.hide=function(){function i(){t.hoverState!="in"&&n.detach()}var t=this,n=this.tip(),r=e.Event("hide.bs."+this.type);this.$element.trigger(r);if(r.isDefaultPrevented())return;return n.removeClass("ai1ec-in"),e.support.transition&&this.$tip.hasClass("ai1ec-fade")?n.one(e.support.transition.end,i).emulateTransitionEnd(150):i(),this.$element.trigger("hidden.bs."+this.type),this},t.prototype.fixTitle=function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").attr("title","")},t.prototype.hasContent=function(){return this.getTitle()},t.prototype.getPosition=function(){var t=this.$element[0];return e.extend({},typeof t.getBoundingClientRect=="function"?t.getBoundingClientRect():{width:t.offsetWidth,height:t.offsetHeight},this.$element.offset())},t.prototype.getCalculatedOffset=function(e,t,n,r){return e=="bottom"?{top:t.top+t.height,left:t.left+t.width/2-n/2}:e=="top"?{top:t.top-r,left:t.left+t.width/2-n/2}:e=="left"?{top:t.top+t.height/2-r/2,left:t.left-n}:{top:t.top+t.height/2-r/2,left:t.left+t.width}},t.prototype.getTitle=function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},t.prototype.tip=function(){return this.$tip=this.$tip||e(this.options.template)},t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".ai1ec-tooltip-arrow")},t.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},t.prototype.enable=function(){this.enabled=!0},t.prototype.disable=function(){this.enabled=!1},t.prototype.toggleEnabled=function(){this.enabled=!this.enabled},t.prototype.toggle=function(t){var n=t?e(t.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;n.tip().hasClass("ai1ec-in")?n.leave(n):n.enter(n)},t.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var n=e.fn.tooltip;e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("bs.tooltip"),s=typeof n=="object"&&n;i||r.data("bs.tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.noConflict=function(){return e.fn.tooltip=n,this}}),timely.define("external_libs/bootstrap/popover",["jquery_timely","external_libs/bootstrap/tooltip"],function(e){var t=function(e,t){this.init("popover",e,t)};if(!e.fn.tooltip)throw new Error("Popover requires tooltip.js");t.DEFAULTS=e.extend({},e.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="ai1ec-popover"><div class="ai1ec-arrow"></div><h3 class="ai1ec-popover-title"></h3><div class="ai1ec-popover-content"></div></div>'}),t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype),t.prototype.constructor=t,t.prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.setContent=function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".ai1ec-popover-title")[this.options.html?"html":"text"](t),e.find(".ai1ec-popover-content")[this.options.html?"html":"text"](n),e.removeClass("ai1ec-fade ai1ec-top ai1ec-bottom ai1ec-left ai1ec-right ai1ec-in"),e.find(".ai1ec-popover-title").html()||e.find(".ai1ec-popover-title").hide()},t.prototype.hasContent=function(){return this.getTitle()||this.getContent()},t.prototype.getContent=function(){var e=this.$element,t=this.options;return e.attr("data-content")||(typeof t.content=="function"?t.content.call(e[0]):t.content)},t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".ai1ec-arrow")},t.prototype.tip=function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip};var n=e.fn.popover;e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("bs.popover"),s=typeof n=="object"&&n;i||r.data("bs.popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.noConflict=function(){return e.fn.popover=n,this}}),timely.define("external_libs/constrained_popover",["jquery_timely","external_libs/bootstrap/popover"],function(e){var t=function(e,t){this.init("constrained_popover",e,t)};t.DEFAULTS=e.extend({},e.fn.popover.Constructor.DEFAULTS,{container:"",content:this.options}),t.prototype=e.extend({},e.fn.popover.Constructor.prototype),t.prototype.constructor=t,t.prototype.getDefaults=function(){return t.DEFAULTS},t.prototype.applyPlacement=function(t,n){e.fn.popover.Constructor.prototype.applyPlacement.call(this,t,n);var r=this.tip(),i=r[0].offsetWidth,s=r[0].offsetHeight,o=this.getPosition(),u={};switch(n){case"left":newPos=this.defineBounds(o),typeof newPos.top=="undefined"?u.top=o.top+o.height/2-s/2:u.top=newPos.top-s/2,typeof newPos.left=="undefined"?u.left=o.left-i:u.left=newPos.left-i,r.offset(u);break;case"right":newPos=this.defineBounds(o),typeof newPos.top=="undefined"?u.top=o.top+o.height/2-s/2:u.top=newPos.top-s/2,typeof newPos.left=="undefined"?u.left=o.left+o.width:u.left=newPos.left+o.width,r.offset(u)}},t.prototype.defineBounds=function(t){var n,r,i,s,o,u={},a=e("body"===this.options.container?document:this.options.container);return a.length?(n=a.offset()||{top:0,left:0},r=n.top,i=n.left,s=r+a.height(),o=i+a.width(),t.top+t.height/2<r&&(u.top=r),t.top+t.height/2>s&&(u.top=s),t.left-t.width/2<i&&(u.left=i),t.left-t.width/2>o&&(u.left=o),u):!1};var n=e.fn.popover;e.fn.constrained_popover=function(n){return this.each(function(){var r=e(this),i=r.data("ai1ec.constrained_popover"),s=typeof n=="object"&&n;i||r.data("ai1ec.constrained_popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.constrained_popover.Constructor=t,e.fn.constrained_popover.noConflict=function(){return e.fn.constrained_popover=n,this}}),timely.define("external_libs/bootstrap/dropdown",["jquery_timely"],function(e){function i(){e(t).remove(),e(n).each(function(t){var n=s(e(this));if(!n.hasClass("ai1ec-open"))return;n.trigger(t=e.Event("hide.bs.dropdown"));if(t.isDefaultPrevented())return;n.removeClass("ai1ec-open").trigger("hidden.bs.dropdown")})}function s(t){var n=t.attr("data-target");n||(n=t.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var r=n&&e(n);return r&&r.length?r:t.parent()}var t=".ai1ec-dropdown-backdrop",n="[data-toggle=ai1ec-dropdown]",r=function(t){e(t).on("click.bs.dropdown",this.toggle)};r.prototype.toggle=function(t){var n=e(this);if(n.is(".ai1ec-disabled, :disabled"))return;var r=s(n),o=r.hasClass("ai1ec-open");i();if(!o){"ontouchstart"in document.documentElement&&!r.closest(".ai1ec-navbar-nav").length&&e('<div class="ai1ec-dropdown-backdrop"/>').insertAfter(e(this)).on("click",i),r.trigger(t=e.Event("show.bs.dropdown"));if(t.isDefaultPrevented())return;r.toggleClass("ai1ec-open").trigger("shown.bs.dropdown"),n.focus()}return!1},r.prototype.keydown=function(t){if(!/(38|40|27)/.test(t.keyCode))return;var r=e(this);t.preventDefault(),t.stopPropagation();if(r.is(".ai1ec-disabled, :disabled"))return;var i=s(r),o=i.hasClass("ai1ec-open");if(!o||o&&t.keyCode==27)return t.which==27&&i.find(n).focus(),r.click();var u=e("[role=menu] li:not(.ai1ec-divider):visible a",i);if(!u.length)return;var a=u.index(u.filter(":focus"));t.keyCode==38&&a>0&&a--,t.keyCode==40&&a<u.length-1&&a++,~a||(a=0),u.eq(a).focus()};var o=e.fn.dropdown;e.fn.dropdown=function(t){return this.each(function(){var n=e(this),i=n.data("bs.dropdown");i||n.data("bs.dropdown",i=new r(this)),typeof t=="string"&&i[t].call(n)})},e.fn.dropdown.Constructor=r,e.fn.dropdown.noConflict=function(){return e.fn.dropdown=o,this},e(document).on("click.bs.dropdown.data-api",i).on("click.bs.dropdown.data-api",".ai1ec-dropdown form",function(e){e.stopPropagation()}).on("click.bs.dropdown.data-api",n,r.prototype.toggle).on("keydown.bs.dropdown.data-api",n+", [role=menu]",r.prototype.keydown)}),timely.define("scripts/common_scripts/frontend/common_frontend",["jquery_timely","domReady","scripts/common_scripts/frontend/common_event_handlers","ai1ec_calendar","external_libs/modernizr","external_libs/bootstrap/tooltip","external_libs/constrained_popover","external_libs/bootstrap/dropdown"],function(e,t,n,r,i){var s=!1,o=function(){s=!0,e(document).on("mouseenter",".ai1ec-popup-trigger",n.handle_popover_over),e(document).on("mouseleave",".ai1ec-popup-trigger",n.handle_popover_out),e(document).on("mouseleave",".ai1ec-popup",n.handle_popover_self_out),e(document).on("mouseenter",".ai1ec-tooltip-trigger",n.handle_tooltip_over),e(document).on("mouseleave",".ai1ec-tooltip-trigger",n.handle_tooltip_out),e(document).on("mouseleave",".ai1ec-tooltip",n.handle_tooltip_self_out)},u=function(){t(function(){o()})},a=function(){return s};return{start:u,are_event_listeners_attached:a}}),timely.define("external_libs/select2",["jquery_timely"],function(e){(function(e){typeof e.fn.each2=="undefined"&&e.fn.extend({each2:function(t){var n=e([0]),r=-1,i=this.length;while(++r<i&&(n.context=n[0]=this[r])&&t.call(n[0],r,n)!==!1);return this}})})(e),function(e,t){function l(e,t){var n=0,r=t.length;for(;n<r;n+=1)if(c(e,t[n]))return n;return-1}function c(e,n){return e===n?!0:e===t||n===t?!1:e===null||n===null?!1:e.constructor===String?e===n+"":n.constructor===String?n===e+"":!1}function h(t,n){var r,i,s;if(t===null||t.length<1)return[];r=t.split(n);for(i=0,s=r.length;i<s;i+=1)r[i]=e.trim(r[i]);return r}function p(e){return e.outerWidth(!1)-e.width()}function d(n){var r="keyup-change-value";n.bind("keydown",function(){e.data(n,r)===t&&e.data(n,r,n.val())}),n.bind("keyup",function(){var i=e.data(n,r);i!==t&&n.val()!==i&&(e.removeData(n,r),n.trigger("keyup-change"))})}function v(n){n.bind("mousemove",function(n){var r=a;(r===t||r.x!==n.pageX||r.y!==n.pageY)&&e(n.target).trigger("mousemove-filtered",n)})}function m(e,n,r){r=r||t;var i;return function(){var t=arguments;window.clearTimeout(i),i=window.setTimeout(function(){n.apply(r,t)},e)}}function g(e){var t=!1,n;return function(){return t===!1&&(n=e(),t=!0),n}}function y(e,t){var n=m(e,function(e){t.trigger("scroll-debounced",e)});t.bind("scroll",function(e){l(e.target,t.get())>=0&&n(e)})}function b(e){if(e[0]===document.activeElement)return;window.setTimeout(function(){var t=e[0],n=e.val().length,r;e.focus(),t.setSelectionRange?t.setSelectionRange(n,n):t.createTextRange&&(r=t.createTextRange(),r.collapse(!0),r.moveEnd("character",n),r.moveStart("character",n),r.select())},0)}function w(e){e.preventDefault(),e.stopPropagation()}function E(e){e.preventDefault(),e.stopImmediatePropagation()}function S(t){if(!u){var n=t[0].currentStyle||window.getComputedStyle(t[0],null);u=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:n.fontSize,fontFamily:n.fontFamily,fontStyle:n.fontStyle,fontWeight:n.fontWeight,letterSpacing:n.letterSpacing,textTransform:n.textTransform,whiteSpace:"nowrap"}),u.attr("class","select2-sizer"),e("body").append(u)}return u.text(t.val()),u.width()}function x(t,n,r){var i,s=[],o;i=t.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")===0&&s.push(this)}),i=n.attr("class"),typeof i=="string"&&e(i.split(" ")).each2(function(){this.indexOf("select2-")!==0&&(o=r(this),typeof o=="string"&&o.length>0&&s.push(this))}),t.attr("class",s.join(" "))}function T(e,t,n,r){var i=e.toUpperCase().indexOf(t.toUpperCase()),s=t.length;if(i<0){n.push(r(e));return}n.push(r(e.substring(0,i))),n.push("<span class='select2-match'>"),n.push(r(e.substring(i,i+s))),n.push("</span>"),n.push(r(e.substring(i+s,e.length)))}function N(t){var n,r=0,i=null,s=t.quietMillis||100,o=t.url,u=this;return function(a){window.clearTimeout(n),n=window.setTimeout(function(){r+=1;var n=r,s=t.data,f=o,l=t.transport||e.ajax,c=t.type||"GET",h={};s=s?s.call(u,a.term,a.page,a.context):null,f=typeof f=="function"?f.call(u,a.term,a.page,a.context):f,null!==i&&i.abort(),t.params&&(e.isFunction(t.params)?e.extend(h,t.params.call(u)):e.extend(h,t.params)),e.extend(h,{url:f,dataType:t.dataType,data:s,type:c,cache:!1,success:function(e){if(n<r)return;var i=t.results(e,a.page);a.callback(i)}}),i=l.call(u,h)},s)}}function C(t){var n=t,r,i,s=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var o=n();return o.text&&(s=o.text,e.isFunction(s)||(r=n.text,s=function(e){return e[r]})),function(t){var r=t.term,i={results:[]},o;if(r===""){t.callback(n());return}o=function(n,i){var u,a;n=n[0];if(n.children){u={};for(a in n)n.hasOwnProperty(a)&&(u[a]=n[a]);u.children=[],e(n.children).each2(function(e,t){o(t,u.children)}),(u.children.length||t.matcher(r,s(u),n))&&i.push(u)}else t.matcher(r,s(n),n)&&i.push(n)},e(n().results).each2(function(e,t){o(t,i.results)}),t.callback(i)}}function k(n){var r=e.isFunction(n);return function(i){var s=i.term,o={results:[]};e(r?n():n).each(function(){var e=this.text!==t,n=e?this.text:this;(s===""||i.matcher(s,n))&&o.results.push(e?this:{id:this,text:this})}),i.callback(o)}}function L(t,n){if(e.isFunction(t))return!0;if(!t)return!1;throw new Error("formatterName must be a function or a falsy value")}function A(t){return e.isFunction(t)?t():t}function O(t){var n=0;return e.each(t,function(e,t){t.children?n+=O(t.children):n++}),n}function M(e,n,r,i){var s=e,o=!1,u,a,f,l,h;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return t;for(;;){a=-1;for(f=0,l=i.tokenSeparators.length;f<l;f++){h=i.tokenSeparators[f],a=e.indexOf(h);if(a>=0)break}if(a<0)break;u=e.substring(0,a),e=e.substring(a+h.length);if(u.length>0){u=i.createSearchChoice(u,n);if(u!==t&&u!==null&&i.id(u)!==t&&i.id(u)!==null){o=!1;for(f=0,l=n.length;f<l;f++)if(c(i.id(u),i.id(n[f]))){o=!0;break}o||r(u)}}}if(s!==e)return e}function _(t,n){var r=function(){};return r.prototype=new t,r.prototype.constructor=r,r.prototype.parent=t.prototype,r.prototype=e.extend(r.prototype,n),r}var n,r,i,s,o,u,a,f;n={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){e=e.which?e.which:e;switch(e){case n.LEFT:case n.RIGHT:case n.UP:case n.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case n.SHIFT:case n.CTRL:case n.ALT:return!0}return e.metaKey?!0:!1},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&e<=123}},f=e(document),o=function(){var e=1;return function(){return e++}}(),f.bind("mousemove",function(e){a={x:e.pageX,y:e.pageY}}),r=_(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(n){var r,i,s=".select2-results",u;this.opts=n=this.prepareOpts(n),this.id=n.id,n.element.data("select2")!==t&&n.element.data("select2")!==null&&this.destroy(),this.enabled=!0,this.container=this.createContainer(),this.containerId="s2id_"+(n.element.attr("id")||"autogen"+o()),this.containerSelector="#"+this.containerId.replace(/([;&,\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.body=g(function(){return n.element.closest("body")}),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.css(A(n.containerCss)),this.container.addClass(A(n.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabIndex"),this.opts.element.data("select2",this).addClass("select2-offscreen").bind("focus.select2",function(){e(this).select2("focus")}).attr("tabIndex","-1").before(this.container),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),this.dropdown.addClass(A(n.dropdownCssClass)),this.dropdown.data("select2",this),this.results=r=this.container.find(s),this.search=i=this.container.find("input.select2-input"),i.attr("tabIndex",this.elementTabIndex),this.resultsPage=0,this.context=null,this.initContainer(),v(this.results),this.dropdown.delegate(s,"mousemove-filtered touchstart touchmove touchend",this.bind(this.highlightUnderEvent)),y(80,this.results),this.dropdown.delegate(s,"scroll-debounced",this.bind(this.loadMoreIfNeeded)),e.fn.mousewheel&&r.mousewheel(function(e,t,n,i){var s=r.scrollTop(),o;i>0&&s-i<=0?(r.scrollTop(0),w(e)):i<0&&r.get(0).scrollHeight-r.scrollTop()+i<=r.height()&&(r.scrollTop(r.get(0).scrollHeight-r.height()),w(e))}),d(i),i.bind("keyup-change input paste",this.bind(this.updateResults)),i.bind("focus",function(){i.addClass("select2-focused")}),i.bind("blur",function(){i.removeClass("select2-focused")}),this.dropdown.delegate(s,"mouseup",this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.bind("click mouseup mousedown",function(e){e.stopPropagation()}),e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),(n.element.is(":disabled")||n.element.is("[readonly='readonly']"))&&this.disable()},destroy:function(){var e=this.opts.element.data("select2");this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),e!==t&&(e.container.remove(),e.dropdown.remove(),e.opts.element.removeClass("select2-offscreen").removeData("select2").unbind(".select2").attr({tabIndex:this.elementTabIndex}).show())},prepareOpts:function(n){var r,i,s,o;r=n.element,r.get(0).tagName.toLowerCase()==="select"&&(this.select=i=n.element),i&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in n)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a <select> element.")}),n=e.extend({},{populateResults:function(r,i,s){var o,u,a,f,l=this.opts.id,c=this;o=function(r,i,u){var a,f,h,p,d,v,m,g,y,b;r=n.sortResults(r,i,s);for(a=0,f=r.length;a<f;a+=1)h=r[a],d=h.disabled===!0,p=!d&&l(h)!==t,v=h.children&&h.children.length>0,m=e("<li></li>"),m.addClass("select2-results-dept-"+u),m.addClass("select2-result"),m.addClass(p?"select2-result-selectable":"select2-result-unselectable"),d&&m.addClass("select2-disabled"),v&&m.addClass("select2-result-with-children"),m.addClass(c.opts.formatResultCssClass(h)),g=e(document.createElement("div")),g.addClass("select2-result-label"),b=n.formatResult(h,g,s,c.opts.escapeMarkup),b!==t&&g.html(b),m.append(g),v&&(y=e("<ul></ul>"),y.addClass("select2-result-sub"),o(h.children,y,u+1),m.append(y)),m.data("select2-data",h),i.append(m)},o(i,r,0)}},e.fn.select2.defaults,n),typeof n.id!="function"&&(s=n.id,n.id=function(e){return e[s]});if(e.isArray(n.element.data("select2Tags"))){if("tags"in n)throw"tags specified as both an attribute 'data-select2-tags' and in options of Select2 "+n.element.attr("id");n.tags=n.element.attr("data-select2-tags")}i?(n.query=this.bind(function(n){var i={results:[],more:!1},s=n.term,o,u,a;a=function(e,t){var r;e.is("option")?n.matcher(s,e.text(),e)&&t.push({id:e.attr("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:c(e.attr("disabled"),"disabled")}):e.is("optgroup")&&(r={text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")},e.children().each2(function(e,t){a(t,r.children)}),r.children.length>0&&t.push(r))},o=r.children(),this.getPlaceholder()!==t&&o.length>0&&(u=o[0],e(u).text()===""&&(o=o.not(u))),o.each2(function(e,t){a(t,i.results)}),n.callback(i)}),n.id=function(e){return e.id},n.formatResultCssClass=function(e){return e.css}):"query"in n||("ajax"in n?(o=n.element.data("ajax-url"),o&&o.length>0&&(n.ajax.url=o),n.query=N.call(n.element,n.ajax)):"data"in n?n.query=C(n.data):"tags"in n&&(n.query=k(n.tags),n.createSearchChoice===t&&(n.createSearchChoice=function(e){return{id:e,text:e}}),n.initSelection===t&&(n.initSelection=function(t,r){var i=[];e(h(t.val(),n.separator)).each(function(){var t=this,r=this,s=n.tags;e.isFunction(s)&&(s=s()),e(s).each(function(){if(c(this.id,t))return r=this.text,!1}),i.push({id:t,text:r})}),r(i)})));if(typeof n.query!="function")throw"query function not defined for Select2 "+n.element.attr("id");return n},monitorSource:function(){var e=this.opts.element,t;e.bind("change.select2",this.bind(function(e){this.opts.element.data("select2-change-triggered")!==!0&&this.initSelection()})),t=this.bind(function(){var e,t,n=this;e=this.opts.element.attr("disabled")!=="disabled",t=this.opts.element.attr("readonly")==="readonly",e=e&&!t,this.enabled!==e&&(e?this.enable():this.disable()),x(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.addClass(A(this.opts.containerCssClass)),x(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(A(this.opts.dropdownCssClass))}),e.bind("propertychange.select2 DOMAttrModified.select2",t),typeof WebKitMutationObserver!="undefined"&&(this.propertyObserver&&(delete this.propertyObserver,this.propertyObserver=null),this.propertyObserver=new WebKitMutationObserver(function(e){e.forEach(t)}),this.propertyObserver.observe(e.get(0),{attributes:!0,subtree:!1}))},triggerChange:function(t){t=t||{},t=e.extend({},t,{type:"change",val:this.val()}),this.opts.element.data("select2-change-triggered",!0),this.opts.element.trigger(t),this.opts.element.data("select2-change-triggered",!1),this.opts.element.click(),this.opts.blurOnChange&&this.opts.element.blur()},enable:function(){if(this.enabled)return;this.enabled=!0,this.container.removeClass("select2-container-disabled"),this.opts.element.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.close(),this.enabled=!1,this.container.addClass("select2-container-disabled"),this.opts.element.attr("disabled","disabled")},opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:function(){var t=this.container.offset(),n=this.container.outerHeight(!1),r=this.container.outerWidth(!1),i=this.dropdown.outerHeight(!1),s=e(window).scrollLeft()+e(window).width(),o=e(window).scrollTop()+e(window).height(),u=t.top+n,a=t.left,f=u+i<=o,l=t.top-i>=this.body().scrollTop(),c=this.dropdown.outerWidth(!1),h=a+c<=s,p=this.dropdown.hasClass("select2-drop-above"),d,v,m;this.body().css("position")!=="static"&&(d=this.body().offset(),u-=d.top,a-=d.left),p?(v=!0,!l&&f&&(v=!1)):(v=!1,!f&&l&&(v=!0)),h||(a=t.left+r-c),v?(u=t.top-i,this.container.addClass("select2-drop-above"),this.dropdown.addClass("select2-drop-above")):(this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")),m=e.extend({top:u,left:a,width:r},A(this.opts.dropdownCss)),this.dropdown.css(m)},shouldOpen:function(){var t;return this.opened()?!1:(t=e.Event("opening"),this.opts.element.trigger(t),!t.isDefaultPrevented())},clearDropdownAlignmentPreference:function(){this.container.removeClass("select2-drop-above"),this.dropdown.removeClass("select2-drop-above")},open:function(){return this.shouldOpen()?(window.setTimeout(this.bind(this.opening),1),!0):!1},opening:function(){var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t,s;this.clearDropdownAlignmentPreference(),this.container.addClass("select2-dropdown-open").addClass("select2-container-active"),this.dropdown[0]!==this.body().children().last()[0]&&this.dropdown.detach().appendTo(this.body()),this.updateResults(!0),s=e("#select2-drop-mask"),s.length==0&&(s=e(document.createElement("div")),s.attr("id","select2-drop-mask").attr("class","select2-drop-mask"),s.hide(),s.appendTo(this.body()),s.bind("mousedown touchstart",function(t){var n=e("#select2-drop"),r;n.length>0&&(r=n.data("select2"),r.opts.selectOnBlur&&r.selectHighlighted({noFocus:!0}),r.close())})),this.dropdown.prev()[0]!==s[0]&&this.dropdown.before(s),e("#select2-drop").removeAttr("id"),this.dropdown.attr("id","select2-drop"),s.css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),s.show(),this.dropdown.show(),this.positionDropdown(),this.dropdown.addClass("select2-drop-active"),this.ensureHighlightVisible();var o=this;this.container.parents().add(window).each(function(){e(this).bind(r+" "+n+" "+i,function(t){e("#select2-drop-mask").css({width:document.documentElement.scrollWidth,height:document.documentElement.scrollHeight}),o.positionDropdown()})}),this.focusSearch()},close:function(){if(!this.opened())return;var t=this.containerId,n="scroll."+t,r="resize."+t,i="orientationchange."+t;this.container.parents().add(window).each(function(){e(this).unbind(n).unbind(r).unbind(i)}),this.clearDropdownAlignmentPreference(),e("#select2-drop-mask").hide(),this.dropdown.removeAttr("id"),this.dropdown.hide(),this.container.removeClass("select2-dropdown-open"),this.results.empty(),this.clearSearch(),this.opts.element.trigger(e.Event("close"))},clearSearch:function(){},getMaximumSelectionSize:function(){return A(this.opts.maximumSelectionSize)},ensureHighlightVisible:function(){var t=this.results,n,r,i,s,o,u,a;r=this.highlight();if(r<0)return;if(r==0){t.scrollTop(0);return}n=this.findHighlightableChoices(),i=e(n[r]),s=i.offset().top+i.outerHeight(!0),r===n.length-1&&(a=t.find("li.select2-more-results"),a.length>0&&(s=a.offset().top+a.outerHeight(!0))),o=t.offset().top+t.outerHeight(!0),s>o&&t.scrollTop(t.scrollTop()+(s-o)),u=i.offset().top-t.offset().top,u<0&&i.css("display")!="none"&&t.scrollTop(t.scrollTop()+u)},findHighlightableChoices:function(){var e=this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)");return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)")},moveHighlight:function(t){var n=this.findHighlightableChoices(),r=this.highlight();while(r>-1&&r<n.length){r+=t;var i=e(n[r]);if(i.hasClass("select2-result-selectable")&&!i.hasClass("select2-disabled")&&!i.hasClass("select2-selected")){this.highlight(r);break}}},highlight:function(t){var n=this.findHighlightableChoices(),r,i;if(arguments.length===0)return l(n.filter(".select2-highlighted")[0],n.get());t>=n.length&&(t=n.length-1),t<0&&(t=0),this.results.find(".select2-highlighted").removeClass("select2-highlighted"),r=e(n[t]),r.addClass("select2-highlighted"),this.ensureHighlightVisible(),i=r.data("select2-data"),i&&this.opts.element.trigger({type:"highlight",val:this.id(i),choice:i})},countSelectableResults:function(){return this.findHighlightableChoices().length},highlightUnderEvent:function(t){var n=e(t.target).closest(".select2-result-selectable");if(n.length>0&&!n.is(".select2-highlighted")){var r=this.findHighlightableChoices();this.highlight(r.index(n))}else n.length==0&&this.results.find(".select2-highlighted").removeClass("select2-highlighted")},loadMoreIfNeeded:function(){var e=this.results,t=e.find("li.select2-more-results"),n,r=-1,i=this.resultsPage+1,s=this,o=this.search.val(),u=this.context;if(t.length===0)return;n=t.offset().top-e.offset().top-e.height(),n<=this.opts.loadMorePadding&&(t.addClass("select2-active"),this.opts.query({element:this.opts.element,term:o,page:i,context:u,matcher:this.opts.matcher,callback:this.bind(function(n){if(!s.opened())return;s.opts.populateResults.call(this,e,n.results,{term:o,page:i,context:u}),n.more===!0?(t.detach().appendTo(e).text(s.opts.formatLoadMore(i+1)),window.setTimeout(function(){s.loadMoreIfNeeded()},10)):t.remove(),s.positionDropdown(),s.resultsPage=i,s.context=n.context})}))},tokenize:function(){},updateResults:function(n){function f(){i.scrollTop(0),r.removeClass("select2-active"),u.positionDropdown()}function l(e){i.html(e),f()}var r=this.search,i=this.results,s=this.opts,o,u=this,a;if(n!==!0&&(this.showSearchInput===!1||!this.opened()))return;r.addClass("select2-active");var h=this.getMaximumSelectionSize();if(h>=1){o=this.data();if(e.isArray(o)&&o.length>=h&&L(s.formatSelectionTooBig,"formatSelectionTooBig")){l("<li class='select2-selection-limit'>"+s.formatSelectionTooBig(h)+"</li>");return}}if(r.val().length<s.minimumInputLength){L(s.formatInputTooShort,"formatInputTooShort")?l("<li class='select2-no-results'>"+s.formatInputTooShort(r.val(),s.minimumInputLength)+"</li>"):l("");return}s.formatSearching()&&n===!0&&l("<li class='select2-searching'>"+s.formatSearching()+"</li>");if(s.maximumInputLength&&r.val().length>s.maximumInputLength){L(s.formatInputTooLong,"formatInputTooLong")?l("<li class='select2-no-results'>"+s.formatInputTooLong(r.val(),s.maximumInputLength)+"</li>"):l("");return}a=this.tokenize(),a!=t&&a!=null&&r.val(a),this.resultsPage=1,s.query({element:s.element,term:r.val(),page:this.resultsPage,context:null,matcher:s.matcher,callback:this.bind(function(o){var a;if(!this.opened())return;this.context=o.context===t?null:o.context,this.opts.createSearchChoice&&r.val()!==""&&(a=this.opts.createSearchChoice.call(null,r.val(),o.results),a!==t&&a!==null&&u.id(a)!==t&&u.id(a)!==null&&e(o.results).filter(function(){return c(u.id(this),u.id(a))}).length===0&&o.results.unshift(a));if(o.results.length===0&&L(s.formatNoMatches,"formatNoMatches")){l("<li class='select2-no-results'>"+s.formatNoMatches(r.val())+"</li>");return}i.empty(),u.opts.populateResults.call(this,i,o.results,{term:r.val(),page:this.resultsPage,context:null}),o.more===!0&&L(s.formatLoadMore,"formatLoadMore")&&(i.append("<li class='select2-more-results'>"+u.opts.escapeMarkup(s.formatLoadMore(this.resultsPage))+"</li>"),window.setTimeout(function(){u.loadMoreIfNeeded()},10)),this.postprocessResults(o,n),f()})})},cancel:function(){this.close()},blur:function(){this.opts.selectOnBlur&&this.selectHighlighted({noFocus:!0}),this.close(),this.container.removeClass("select2-container-active"),this.search[0]===document.activeElement&&this.search.blur(),this.clearSearch(),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus")},focusSearch:function(){b(this.search)},selectHighlighted:function(e){var t=this.highlight(),n=this.results.find(".select2-highlighted"),r=n.closest(".select2-result").data("select2-data");r&&(this.highlight(t),this.onSelect(r,e))},getPlaceholder:function(){return this.opts.element.attr("placeholder")||this.opts.element.attr("data-placeholder")||this.opts.element.data("placeholder")||this.opts.placeholder},initContainerWidth:function(){function n(){var n,r,i,s,o;if(this.opts.width==="off")return null;if(this.opts.width==="element")return this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px";if(this.opts.width==="copy"||this.opts.width==="resolve"){n=this.opts.element.attr("style");if(n!==t){r=n.split(";");for(s=0,o=r.length;s<o;s+=1){i=r[s].replace(/\s/g,"").match(/width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/);if(i!==null&&i.length>=1)return i[1]}}return this.opts.width==="resolve"?(n=this.opts.element.css("width"),n.indexOf("%")>0?n:this.opts.element.outerWidth(!1)===0?"auto":this.opts.element.outerWidth(!1)+"px"):null}return e.isFunction(this.opts.width)?this.opts.width():this.opts.width}var r=n.call(this);r!==null&&this.container.css("width",r)}}),i=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container"}).html(["<a href='javascript:void(0)' onclick='return false;' class='select2-choice' tabindex='-1'>"," <span></span><abbr class='select2-search-choice-close' style='display:none;'></abbr>"," <div><b></b></div>","</a>","<input class='select2-focusser select2-offscreen' type='text'/>","<div class='select2-drop' style='display:none'>"," <div class='select2-search'>"," <input type='text' autocomplete='off' class='select2-input'/>"," </div>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.focusser.attr("disabled","disabled")},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.focusser.removeAttr("disabled")},opening:function(){this.parent.opening.apply(this,arguments),this.focusser.attr("disabled","disabled"),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments),this.focusser.removeAttr("disabled"),b(this.focusser)},focus:function(){this.opened()?this.close():(this.focusser.removeAttr("disabled"),this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.removeAttr("disabled"),this.focusser.focus()},initContainer:function(){var e,t=this.container,r=this.dropdown,i=!1;this.showSearch(this.opts.minimumResultsForSearch>=0),this.selection=e=t.find(".select2-choice"),this.focusser=t.find(".select2-focusser"),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN){w(e);return}switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.TAB:case n.ENTER:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}})),this.focusser.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.ESC)return;if(this.opts.openOnEnter===!1&&e.which===n.ENTER){w(e);return}if(e.which==n.DOWN||e.which==n.UP||e.which==n.ENTER&&this.opts.openOnEnter){this.open(),w(e);return}if(e.which==n.DELETE||e.which==n.BACKSPACE){this.opts.allowClear&&this.clear(),w(e);return}})),d(this.focusser),this.focusser.bind("keyup-change input",this.bind(function(e){if(this.opened())return;this.open(),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.focusser.val(""),w(e)})),e.delegate("abbr","mousedown",this.bind(function(e){if(!this.enabled)return;this.clear(),E(e),this.close(),this.selection.focus()})),e.bind("mousedown",this.bind(function(e){i=!0,this.opened()?this.close():this.enabled&&this.open(),w(e),i=!1})),r.bind("mousedown",this.bind(function(){this.search.focus()})),e.bind("focus",this.bind(function(e){w(e)})),this.focusser.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})).bind("blur",this.bind(function(){this.opened()||this.container.removeClass("select2-container-active")})),this.search.bind("focus",this.bind(function(){this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.setPlaceholder()},clear:function(){var e=this.selection.data("select2-data");this.opts.element.val(""),this.selection.find("span").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),this.opts.element.trigger({type:"removed",val:this.id(e),choice:e}),this.triggerChange({removed:e})},initSelection:function(){var e;if(this.opts.element.val()===""&&this.opts.element.text()==="")this.close(),this.setPlaceholder();else{var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.setPlaceholder())})}},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(t,n){var r=t.find(":selected");e.isFunction(n)&&n({id:r.attr("value"),text:r.text(),element:r})}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=n.val();t.query({matcher:function(e,n,r){return c(i,t.id(r))},callback:e.isFunction(r)?function(e){r(e.results.length?e.results[0]:null)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.select.find("option").first().text()!==""?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.opts.element.val()===""&&e!==t){if(this.select&&this.select.find("option:first").text()!=="")return;this.selection.find("span").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.selection.find("abbr").hide()}},postprocessResults:function(e,t){var n=0,r=this,i=!0;this.findHighlightableChoices().each2(function(e,t){if(c(r.id(t.data("select2-data")),r.opts.element.val()))return n=e,!1}),this.highlight(n);if(t===!0){var s=this.opts.minimumResultsForSearch;i=s<0?!1:O(e.results)>=s,this.showSearch(i)}},showSearch:function(t){this.showSearchInput=t,this.dropdown.find(".select2-search")[t?"removeClass":"addClass"]("select2-search-hidden"),e(this.dropdown,this.container)[t?"addClass":"removeClass"]("select2-with-searchbox")},onSelect:function(e,t){var n=this.opts.element.val();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.close(),(!t||!t.noFocus)&&this.selection.focus(),c(n,this.id(e))||this.triggerChange()},updateSelection:function(e){var n=this.selection.find("span"),r;this.selection.data("select2-data",e),n.empty(),r=this.opts.formatSelection(e,n),r!==t&&n.append(this.opts.escapeMarkup(r)),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.selection.find("abbr").show()},val:function(){var e,n=!1,r=null,i=this;if(arguments.length===0)return this.opts.element.val();e=arguments[0],arguments.length>1&&(n=arguments[1]);if(this.select)this.select.val(e).find(":selected").each2(function(e,t){return r={id:t.attr("value"),text:t.text()},!1}),this.updateSelection(r),this.setPlaceholder(),n&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");if(!e&&e!==0){this.clear(),n&&this.triggerChange();return}this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){i.opts.element.val(e?i.id(e):""),i.updateSelection(e),i.setPlaceholder(),n&&i.triggerChange()})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var n;if(arguments.length===0)return n=this.selection.data("select2-data"),n==t&&(n=null),n;!e||e===""?this.clear():(this.opts.element.val(e?this.id(e):""),this.updateSelection(e))}}),s=_(r,{createContainer:function(){var t=e(document.createElement("div")).attr({"class":"select2-container select2-container-multi"}).html([" <ul class='select2-choices'>"," <li class='select2-search-field'>"," <input type='text' autocomplete='off' class='select2-input'>"," </li>","</ul>","<div class='select2-drop select2-drop-multi' style='display:none;'>"," <ul class='select2-results'>"," </ul>","</div>"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments);return t.element.get(0).tagName.toLowerCase()==="select"?t.initSelection=function(e,t){var n=[];e.find(":selected").each2(function(e,t){n.push({id:t.attr("value"),text:t.text(),element:t[0]})}),t(n)}:"data"in t&&(t.initSelection=t.initSelection||function(n,r){var i=h(n.val(),t.separator);t.query({matcher:function(n,r,s){return e.grep(i,function(e){return c(e,t.id(s))}).length},callback:e.isFunction(r)?function(e){r(e.results)}:e.noop})}),t},initContainer:function(){var t=".select2-choices",r;this.searchContainer=this.container.find(".select2-search-field"),this.selection=r=this.container.find(t),this.search.bind("input paste",this.bind(function(){if(!this.enabled)return;this.opened()||this.open()})),this.search.bind("keydown",this.bind(function(e){if(!this.enabled)return;if(e.which===n.BACKSPACE&&this.search.val()===""){this.close();var t,i=r.find(".select2-search-choice-focus");if(i.length>0){this.unselect(i.first()),this.search.width(10),w(e);return}t=r.find(".select2-search-choice:not(.select2-locked)"),t.length>0&&t.last().addClass("select2-search-choice-focus")}else r.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus");if(this.opened())switch(e.which){case n.UP:case n.DOWN:this.moveHighlight(e.which===n.UP?-1:1),w(e);return;case n.ENTER:case n.TAB:this.selectHighlighted(),w(e);return;case n.ESC:this.cancel(e),w(e);return}if(e.which===n.TAB||n.isControl(e)||n.isFunctionKey(e)||e.which===n.BACKSPACE||e.which===n.ESC)return;if(e.which===n.ENTER){if(this.opts.openOnEnter===!1)return;if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return}this.open(),(e.which===n.PAGE_UP||e.which===n.PAGE_DOWN)&&w(e)})),this.search.bind("keyup",this.bind(this.resizeSearch)),this.search.bind("blur",this.bind(function(e){this.container.removeClass("select2-container-active"),this.search.removeClass("select2-focused"),this.opened()||this.clearSearch(),e.stopImmediatePropagation()})),this.container.delegate(t,"mousedown",this.bind(function(t){if(!this.enabled)return;if(e(t.target).closest(".select2-search-choice").length>0)return;this.clearPlaceholder(),this.open(),this.focusSearch(),t.preventDefault()})),this.container.delegate(t,"focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder()})),this.initContainerWidth(),this.clearSearch()},enable:function(){if(this.enabled)return;this.parent.enable.apply(this,arguments),this.search.removeAttr("disabled")},disable:function(){if(!this.enabled)return;this.parent.disable.apply(this,arguments),this.search.attr("disabled",!0)},initSelection:function(){var e;this.opts.element.val()===""&&this.opts.element.text()===""&&(this.updateSelection([]),this.close(),this.clearSearch());if(this.select||this.opts.element.val()!==""){var n=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==t&&e!==null&&(n.updateSelection(e),n.close(),n.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder();e!==t&&this.getVal().length===0&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.resizeSearch()):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.parent.opening.apply(this,arguments),this.clearPlaceholder(),this.resizeSearch(),this.focusSearch(),this.opts.element.trigger(e.Event("open"))},close:function(){if(!this.opened())return;this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus(),this.opts.element.triggerHandler("focus")},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var n=[],r=[],i=this;e(t).each(function(){l(i.id(this),n)<0&&(n.push(i.id(this)),r.push(this))}),t=r,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){i.addSelectedChoice(this)}),i.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer(e,this.data(),this.bind(this.onSelect),this.opts),e!=null&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,t){this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.val().length>=this.getMaximumSelectionSize()&&this.updateResults(!0),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),(!t||!t.noFocus)&&this.focusSearch()},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(n){var r=!n.locked,i=e("<li class='select2-search-choice'> <div></div> <a href='#' onclick='return false;' class='select2-search-choice-close' tabindex='-1'></a></li>"),s=e("<li class='select2-search-choice select2-locked'><div></div></li>"),o=r?i:s,u=this.id(n),a=this.getVal(),f;f=this.opts.formatSelection(n,o.find("div")),f!=t&&o.find("div").replaceWith("<div>"+this.opts.escapeMarkup(f)+"</div>"),r&&o.find(".select2-search-choice-close").bind("mousedown",w).bind("click dblclick",this.bind(function(t){if(!this.enabled)return;e(t.target).closest(".select2-search-choice").fadeOut("fast",this.bind(function(){this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),this.close(),this.focusSearch()})).dequeue(),w(t)})).bind("focus",this.bind(function(){if(!this.enabled)return;this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active")})),o.data("select2-data",n),o.insertBefore(this.searchContainer),a.push(u),this.setVal(a)},unselect:function(e){var t=this.getVal(),n,r;e=e.closest(".select2-search-choice");if(e.length===0)throw"Invalid argument: "+e+". Must be .select2-search-choice";n=e.data("select2-data");if(!n)return;r=l(this.id(n).toString(),t),r>=0&&(t.splice(r,1),this.setVal(t),this.select&&this.postprocessResults()),e.remove(),this.opts.element.trigger({type:"removed",val:this.id(n),choice:n}),this.triggerChange({removed:n})},postprocessResults:function(){var e=this.getVal(),t=this.results.find(".select2-result"),n=this.results.find(".select2-result-with-children"),r=this;t.each2(function(t,n){var i=r.id(n.data("select2-data"));l(i,e)>=0&&(n.addClass("select2-selected"),n.find(".select2-result-selectable").addClass("select2-selected"))}),n.each2(function(e,t){!t.is(".select2-result-selectable")&&t.find(".select2-result-selectable:not(.select2-selected)").length===0&&t.addClass("select2-selected")}),this.highlight()==-1&&r.highlight(0)},resizeSearch:function(){var e,t,n,r,i,s=p(this.search);e=S(this.search)+10,t=this.search.offset().left,n=this.selection.width(),r=this.selection.offset().left,i=n-(t-r)-s,i<e&&(i=n-s),i<40&&(i=n-s),i<=0&&(i=e),this.search.width(i)},getVal:function(){var e;return this.select?(e=this.select.val(),e===null?[]:e):(e=this.opts.element.val(),h(e,this.opts.separator))},setVal:function(t){var n;this.select?this.select.val(t):(n=[],e(t).each(function(){l(this,n)<0&&n.push(this)}),this.opts.element.val(n.length===0?"":n.join(this.opts.separator)))},val:function(){var n,r=!1,i=[],s=this;if(arguments.length===0)return this.getVal();n=arguments[0],arguments.length>1&&(r=arguments[1]);if(!n&&n!==0){this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),r&&this.triggerChange();return}this.setVal(n);if(this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),r&&this.triggerChange();else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var n=e(t).map(s.id);s.setVal(n),s.updateSelection(t),s.clearSearch(),r&&s.triggerChange()})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to <select>. Attach to <input type='hidden'/> instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],n=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(n.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t){var n=this,r;if(arguments.length===0)return this.selection.find(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get();t||(t=[]),r=e.map(t,function(e){return n.opts.id(e)}),this.setVal(r),this.updateSelection(t),this.clearSearch()}}),e.fn.select2=function(){var n=Array.prototype.slice.call(arguments,0),r,o,u,a,f=["val","destroy","opened","open","close","focus","isFocused","container","onSortStart","onSortEnd","enable","disable","positionDropdown","data"];return this.each(function(){if(n.length===0||typeof n[0]=="object")r=n.length===0?{}:e.extend({},n[0]),r.element=e(this),r.element.get(0).tagName.toLowerCase()==="select"?a=r.element.attr("multiple"):(a=r.multiple||!1,"tags"in r&&(r.multiple=a=!0)),o=a?new s:new i,o.init(r);else{if(typeof n[0]!="string")throw"Invalid arguments to select2 plugin: "+n;if(l(n[0],f)<0)throw"Unknown method: "+n[0];u=t,o=e(this).data("select2");if(o===t)return;n[0]==="container"?u=o.container:u=o[n[0]].apply(o,n.slice(1));if(u!==t)return!1}}),u===t?this:u},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,n,r){var i=[];return T(e.text,n.term,i,r),i.join("")},formatSelection:function(e,n){return e?e.text:t},sortResults:function(e,t,n){return e},formatResultCssClass:function(e){return t},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var n=t-e.length;return"Please enter "+n+" more character"+(n==1?"":"s")},formatInputTooLong:function(e,t){var n=e.length-t;return"Please enter "+n+" less character"+(n==1?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(e==1?"":"s")},formatLoadMore:function(e){return"Loading more results..."},formatSearching:function(){return"Searching..."},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e.id},matcher:function(e,t){return t.toUpperCase().indexOf(e.toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:M,escapeMarkup:function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&apos;","/":"&#47;"};return String(e).replace(/[&<>"'/\\]/g,function(e){return t[e[0]]})},blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(e){return null}}}(e)}),timely.define("libs/select2_multiselect_helper",["jquery_timely","external_libs/select2"],function(e){var t=function(t){var n=e(t.element),r=n.data("color"),i=n.data("description"),s="";return typeof r!="undefined"&&r!==""&&(s+='<span class="ai1ec-color-swatch" style="background: '+n.data("color")+'"></span> '),s+=t.text,s='<span title="'+i+'">'+s+"</span>",s},n=function(t){var n=e(t.element),r=n.data("color"),i=n.data("description"),s="";return typeof r!="undefined"&&r!==""?s+='<span class="ai1ec-color-swatch" style="background: '+n.data("color")+'"></span> ':s+='<span class="ai1ec-color-swatch-empty"></span> ',s+=t.text,s='<span title="'+i+'">'+s+"</span>",s},r=function(r){typeof r=="undefined"&&(r=e(document)),e(".ai1ec-select2-multiselect-selector",r).select2({allowClear:!0,formatResult:n,formatSelection:t,escapeMarkup:function(e){return e}})},i=function(t){e(".ai1ec-select2-multiselect-selector.select2-container",t).each(function(){e(this).data("select2").resizeSearch()})};return{init:r,refresh:i}});var Twig=function(e){return e.VERSION="0.7.2",e}(Twig||{}),Twig=function(e){function t(e,t){var n=Object.prototype.toString.call(t).slice(8,-1);return t!==undefined&&t!==null&&n===e}function n(t,n){var r,i,s="/",o=[],u;if(t.url)typeof t.base!="undefined"?r=t.base+(t.base.charAt(t.base.length-1)==="/"?"":"/"):r=t.url;else{if(!t.path)throw new e.Error("Cannot extend an inline template.");var a=require("path"),f=a.sep||s,l=new RegExp("^\\.{1,2}"+f.replace("\\","\\\\"));n=n.replace(/\//g,f),t.base!==undefined&&n.match(l)==null?(n=n.replace(t.base,""),r=t.base+f):r=t.path,r=r.replace(f+f,f),s=f}i=r.split(s),i.pop(),i=i.concat(n.split(s));while(i.length>0)u=i.shift(),u!="."&&(u==".."&&o.length>0&&o[o.length-1]!=".."?o.pop():o.push(u));return o.join(s)}return e.trace=!1,e.debug=!1,e.cache=!0,e.placeholders={parent:"{{|PARENT|}}"},e.indexOf=function(e,t){if(Array.prototype.hasOwnProperty("indexOf"))return e.indexOf(t);if(e===void 0||e===null)throw new TypeError;var n=Object(e),r=n.length>>>0;if(r===0)return-1;var i=0;arguments.length>0&&(i=Number(arguments[1]),i!==i?i=0:i!==0&&i!==Infinity&&i!==-Infinity&&(i=(i>0||-1)*Math.floor(Math.abs(i))));if(i>=r)return-1;var s=i>=0?i:Math.max(r-Math.abs(i),0);for(;s<r;s++)if(s
358
  * limitations under the License.
359
  * ======================================================================== */
360